/* style-fur */
.header.fur{
    box-shadow: 0 1px #e5e5e5;
}
.header.fur .header-inner{
    padding-inline-start: 40px;
    padding-inline-end: 40px;
}
.header.fur .header-top{
    --main-header-bg: var(--default-color);
    --header-top-devider-h: 0;
    border-bottom: none;
}
.header.fur .header-submenu{
    font-size: 13px;
}
.header.fur .inner-control > * > a > :not(.icon){
    display: none;
}
.header.fur .inner-control > * > a .icon{
    font-size: 24px;
    line-height: 30px;
}
.header.fur .inner-control > * > a .icon .count{
    top: 0;
    right: 0;
    font-size: 10px;
    line-height: 12px;
    min-width: 18px;
    font-weight: 700;
}
.header.fur .inner-control .block-wishlist > a .icon{
    font-size: 25px;
}
/* style-fas_bg */
.header.fas_bg{
    box-shadow: 0 1px #e5e5e5;
}
.header.fas_bg .header-top{
    --header-top-item-mg: 30px;
    --header-top-devider-h: 0;
    border-bottom: none;
}
.header.fas_bg .header-top .header-inner{
    padding: 4px 60px;
}
.header.fas_bg .header-mid .header-inner{
    padding: 12px 40px;
}
.header.fas_bg .inner-control>*>a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.header.fas_bg .block-userlink>a .icon,
.header.fas_bg .inner-control>*>a >:not(.icon){
    display: none;
}
.header.fas_bg .block-userlink>a .text{
    display: block;
}
.header.fas_bg .inner-control>*>a .icon{
    font-size: 24px;
    line-height: 30px;
}
.header.fas_bg .inner-control>*>a .icon .count{
    top: 0;
    right: 0;
    font-size: 10px;
    line-height: 12px;
    min-width: 18px;
}
.header.fas_bg .ovic-icon-menu .inner{
    width: 22px;
    height: 18px;
    margin: 3px 2px;
}
.header.fas_bg .block-menu-bar>a .icon{
    margin-inline-end: 0;
}
.header.fas_bg{}
.header.fas_bg{}
.header.fas_bg{}
.header.fas_bg{}
/* style-sun */
.header.sun{}
/* style-spo */
.header.spo{}
/* style- */
.header.{}
@media (min-width: 768px){
    .header.fur .box-header-nav{
        flex: 1 1 auto;
        width: 1%;
        text-align: center;
    }
    .header.fur .header-mid .header-inner{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .header.fas_bg .header-control{
        flex: 1 1 auto;
        width: 1%;
    }
}
@media (min-width: 1200px){
    .header.fas_bg .header-mid.is-sticky .header-inner,
    .header.fur .header-mid.is-sticky .header-inner{
        padding-top: 0;
        padding-bottom: 0;
    }
    .header.fas_bg .logo{
        flex: 1 1 auto;
        width: 1%;
    }
}
@media (max-width: 1199px){
    .header.fas_bg .header-top .header-inner{
        padding: 2px 30px;
    }
    .header.fas_bg .header-mid .header-inner{
        padding: 10px 20px;
    }
    .header.fas_bg .header-top{
        --header-top-item-mg: 20px;
    }
}
@media (max-width: 767px){
    .header.fas_bg .header-top .header-inner{
        padding: 0 15px;
    }
    .header.fas_bg .header-mid .header-inner{
        padding: 10px 15px;
    }
    .header.fas_bg .header-top{
        --header-top-item-mg: 10px;
    }
}
/* style-05 */
.ovic-category.style-05 .link{
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: var(--default-color);
    text-transform: uppercase;
}
.ovic-category.style-05 .link:hover .thumb{
    border-color: var(--main-color);
}
.ovic-category.style-05 .thumb{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 146px;
    border: 2px solid #eee;
    border-radius: 90px;
    font-size: 50px;
    padding: 45px 15px;
    line-height: 52px;
}
.ovic-category.style-05 .thumb img{
    max-height: 52px;
    width: auto;
    margin: auto;
}
.ovic-category.style-05 .content{
    display: block;
    margin-top: 15px;
}
.ovic-category.style-05 .count{
    color: #aaa;
}
.ovic-category.style-05 .image-effect{
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 767px){
    .ovic-category.style-05 .thumb{
        max-width: 136px;
        padding: 40px 15px;
    }
    .ovic-category.style-05 .content{
        margin-top: 10px;
    }
}
/* style-11 */
.ovic-newsletter.style-11 .text-field{
    border-radius: var(--main-bora);
}
.ovic-newsletter.style-11 .input-text[type]{
    padding: 12px 32px;
    height: 48px;
    font-size: 14px;
}
.ovic-newsletter.style-11 .input-focus{
    border: 2px solid #ddd;
}
.ovic-newsletter.style-11 .submit-newsletter{
    font-weight: 400;
    padding: 12px 46px;
    border-radius: var(--main-bora);
    background-color: var(--default-color);
    margin-inline-start: 7px;
}
.ovic-newsletter.style-11 .submit-newsletter:hover{
    background-color: var(--main-color);
}
@media (max-width: 1199px){
    .ovic-newsletter.style-11 .input-text[type]{
        padding: 11px 20px;
        height: 46px;
    }
    .ovic-newsletter.style-11 .submit-newsletter{
        font-weight: 400;
        padding: 11px 36px;
    }
}
@media (max-width: 767px){
    .ovic-newsletter.style-11 .submit-newsletter{
        width: 100px;
        margin: 7px 0 0;
    }
}
/* style-02 */
.elementor-widget-wp-widget-woocommerce_product_tag_cloud.style-02 .elementor-widget-container>h5{
    font-size: 16px;
    color: #fff;
    margin-bottom: 35px;
}
.elementor-widget-wp-widget-woocommerce_product_tag_cloud.style-02 .tagcloud a{
    padding: 7px 12px;
    box-shadow: none;
}
.elementor-widget-wp-widget-woocommerce_product_tag_cloud.style-02 .tagcloud a:not(:hover){
    background-color: rgba(255,255,255,0.05);
}
@media (max-width: 1199px){
    .elementor-widget-wp-widget-woocommerce_product_tag_cloud.style-02 .elementor-widget-container>h5{
        margin-bottom: 27px;
    }
}
/* style- */
.ovic-.style-{
}
/* style- */
.ovic-.style-{
}
/* style-07 */
.product-item.style-07 .product-inner{
    text-align: center;
}
.product-item.style-07 .yith-wcwl-add-to-wishlist{
    --group-button-s: 30px;
    --group-button-c: var(--main-cl);
    --group-button-c-h: var(--main-color);
    --group-button-p: 3px 0;
    position: absolute;
    top: 10px;
    right: 10px;
}
.product-item.style-07 .product-info{
    padding: 5px 0 0;
}
.product-item.style-07 .product-title{
    text-transform: uppercase;
    font-weight: var(--main-h-fw);
}
.product-item.style-07 .star-rating-wrap{
    margin-top: 6px;
}
.product-item.style-07 .star-rating::before{
    color: #c39d62;
}
.product-item.style-07 .star-rating > span::before{
    content: '\e908\e908\e908\e908\e908';
    color: #c39d62;
}
.product-item.style-07 .rating-count{
    display: none;
}
.product-item.style-07 .price{
    justify-content: center;
    font-size: 14px;
    color: var(--default-color);
    font-weight: var(--main-h-fw);
    margin-top: 2px;
}
.product-item.style-07 .price ins{
    margin-inline-end: 5px;
}
.product-item.style-07 .price del{
    color: #aaa;
    margin: 0;
    font-size: inherit;
}
.product-item.style-07 .add-to-cart > a{
    padding: 0;
    background-color: transparent;
    color: var(--default-color);
    text-decoration: underline;
    margin-top: 2px;
}
.product-item.style-07 .add-to-cart > a:hover{
    color: var(--main-color);
}
.product-item.style-07 .add-to-cart > a::before{
    content: '+';
}
/* style-08 */
.product-item.style-08 .product-inner{
    text-align: center;
}
.product-item.style-08 .product-info{
    padding-top: 12px;
}
.product-item.style-08 .price{
    justify-content: center;
    font-weight: 400;
    font-size: 15px;
    margin-top: 1px;
}
.product-item.style-08 .price ins{
    margin: 0;
}
.product-item.style-08 .price del{
    order: unset;
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    color: #aaa;
    margin-inline-end: 8px;
}
.product-item.style-08 .yith-wcwl-add-to-wishlist{
    --group-button-s: 30px;
    --group-button-bg: transparent;
    --group-button-c-h: var(--main-color);
    --group-button-bg-h: transparent;
    --group-button-p: 3px 0;
    --group-button-bora: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}
.product-item.style-08 a.yith-wcqv-button{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
    line-height: 24px;
    padding: 8px 15px;
    color: var(--main-color-t);
    background-color: var(--main-color);
    text-transform: none;
}
.product-item.style-08 a.yith-wcqv-button::before{
    font-size: 21px;
    margin-inline-end: 5px;
}
.product-item.style-08 a.yith-wcqv-button:hover{
    background-color: hsl(var(--main-color-h),var(--main-color-s),calc(var(--main-color-l) * 0.8));
}
.product-item.style-08 .add-to-cart > a{
    font-size: 13px;
    padding: 0;
    color: var(--default-color);
    background-color: transparent;
    border-radius: 0;
    text-decoration: underline;
}
.product-item.style-08 .add-to-cart > a:hover{
    color: var(--main-color);
}
.product-item.style-08 .product-labels{
    position: absolute;
    top: 15px;
    left: 15px;
}
.product-item.style-08 .product-labels>*{
    display: block;
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    padding: 5px 9px;
    font-weight: var(--main-h-fw);
    border-radius: var(--main-bora);
    margin-inline-end: 10px;
    margin-bottom: 10px;
    background-color: var(--main-color);
}
.product-item.style-08 .product-labels>.onsale{
    background-color: #d26e4b;
}
.product-item.style-08{}
/* style- */
.product-item.style-{}
/* style- */
.product-item.style-{}
@media (min-width: 1200px){
    .product-item.style-08 .product-inner:not(:hover) .add-to-cart,
    .product-item.style-07 .product-inner:not(:hover) .add-to-cart{
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    .product-item.style-07 .add-to-cart{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .product-item.style-08 .product-inner:not(:hover) a.yith-wcqv-button{
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    .product-item.style-08 a.yith-wcqv-button{
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .product-item.style-08 .add-to-cart{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .product-item.style-08 .product-inner:hover .price{
        opacity: 0;
        visibility: hidden;
    }
    .product-item.style-08 .price{
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
}
@media (max-width: 1199px){
    .product-item.style-07 .yith-wcwl-add-to-wishlist{
        display: none;
    }
    .product-item.style-08 .product-info{
        padding-top: 7px;
    }
}
/* style- */
.product-item.style-{
}
/* style-14 */
.blog-item.style-14 .post-metas{
    margin: 0;
}
.blog-item.style-14 .post-meta{
    font-size: 13px;
    line-height: 20px;
    color: #888;
    margin: 15px 0 2px;
}
.blog-item.style-14 .post-meta:not(:last-child)::after{
    display: inline-block;
    vertical-align: top;
    content: ',';
}
.blog-item.style-14 .post-title{
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--main-h-fw);
}
.blog-item.style-14{}
.blog-item.style-14{}
.blog-item.style-14{}
/* style- */
.blog-item.style-{}
/* style- */
.blog-item.style-{}
/* style- */
.blog-item.style-{}

/* style- */
.ovic-countdown.style-11 .kuteshop-countdown{
    margin: 0 -7px -10px;
}
.ovic-countdown.style-11 .kuteshop-countdown>*{
    font-size: 14px;
    line-height: 18px;
    min-width: 60px;
    background-color: #fff;
    border-radius: var(--main-bora);
    text-align: center;
    padding: 12px 5px;
    margin: 0 7px 10px;
}
.ovic-countdown.style-11 .kuteshop-countdown>*:hover{
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.ovic-countdown.style-11 .kuteshop-countdown>*:not(:hover) .number{
    color: var(--default-color);
}
.ovic-countdown.style-11 .number{
    font-size: 20px;
    line-height: 1;
    font-weight: var(--main-h-fw);
    display: block;
}
.ovic-countdown.style-11{}
.ovic-countdown.style-11{}
.ovic-countdown.style-11{}
.ovic-countdown.style-11{}
.ovic-countdown.style-11{}
/* style- */
.ovic-countdown.style-{}

/* style-12 */
.ovic-newsletter.style-12 .input-text[type]{
    height: 44px;
    padding: 10px 20px;
}
.ovic-newsletter.style-12 .submit-newsletter{
    font-size: 12px;
    padding: 10px 20px;
}
.ovic-newsletter.style-12{}
.ovic-newsletter.style-12{}
.ovic-newsletter.style-12{}
/* style- */
.ovic-newsletter.style-{}
/* style- */
.ovic-newsletter.style-{}
/* style- */
.ovic-newsletter.style-{}