
/*----- ELEMENTOR -----*/
/* toggle-2 */
.ovic-elementor-accordion-2 .elementor-accordion-item,
.ovic-elementor-toggle-2 .elementor-toggle-item{
    border-bottom: 1px solid #dedcdc;
}
.ovic-elementor-accordion-2 .elementor-accordion-item:not(:last-child),
.ovic-elementor-toggle-2 .elementor-toggle-item:not(:last-child){
    margin-bottom: 24px;
}
.ovic-elementor-accordion-2 .elementor-tab-title,
.ovic-elementor-toggle-2 .elementor-tab-title{
    display: flex;
    align-items: center;
    position: relative;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: var(--default-color);
    border: none;
    padding: 0;
    margin-bottom: 26px;
}
.ovic-elementor-accordion-2 .elementor-tab-title:hover,
.ovic-elementor-toggle-2 .elementor-tab-title:hover{
    color: var(--main-color);
}
.ovic-elementor-accordion-2 .elementor-tab-title a,
.ovic-elementor-toggle-2 .elementor-tab-title a{
    flex: 1 1 auto;
    width: 1%;
    color: inherit;
}
.ovic-elementor-accordion-2 .elementor-tab-title .elementor-accordion-icon,
.ovic-elementor-toggle-2 .elementor-tab-title .elementor-toggle-icon{
    order: 1;
    font-size: 22px;
    font-weight: 400;
    width: auto;
    text-align: end;
    color: var(--main-color-2);
}
.ovic-elementor-accordion-2 .elementor-tab-content,
.ovic-elementor-toggle-2 .elementor-tab-content{
    padding: 0;
    border: none;
    margin: -15px 0 24px;
}
.ovic-elementor-accordion-2 .elementor-tab-content > :last-child,
.ovic-elementor-toggle-2 .elementor-tab-content > :last-child{
    margin-bottom: 0;
}
@media (max-width: 1499px){
    .ovic-elementor-accordion-2 .elementor-accordion-item:not(:last-child),
    .ovic-elementor-toggle-2 .elementor-toggle-item:not(:last-child){
        margin-bottom: 18px;
    }
    .ovic-elementor-accordion-2 .elementor-tab-title,
    .ovic-elementor-toggle-2 .elementor-tab-title{
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .ovic-elementor-accordion-2 .elementor-tab-content,
    .ovic-elementor-toggle-2 .elementor-tab-content{
        margin: -12px 0 18px;
    }
}
/*----- SHORTCODE -----*/
/* style-06 */
.ovic-category.style-06 .link{
    font-size: 18px;
    line-height: 24px;
}
.ovic-category.style-06 .content{
    display: block;
    position: relative;
    margin: -40px 16px 0;
    background-color: #fff;
    box-shadow: 0 14px 16px 6px rgba(0, 0, 0, 0.06);
    padding: 16px 8px 18px;
}
.ovic-category.style-06 .title{
    font-family: 'DM Serif Display';
    font-size: 24px;
    line-height: 32px;
}
@media (max-width: 1499px){
    .ovic-category.style-06 .link{
        font-size: 16px;
        line-height: 22px;
    }
    .ovic-category.style-06 .content{
        margin: -40px 12px 0;
        padding: 12px 8px 14px;
    }
    .ovic-category.style-06 .title{
        font-size: 20px;
        line-height: 28px;
    }
}
/* style-09 */
.ovic-tab.style-08 .tabs-head{
    margin-bottom: 30px;
}
.ovic-tab.style-08 .tabs-list{
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #18191b;
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
    text-align: center;
}
.ovic-tab.style-08 .tab-item:not(:last-child){
    margin-inline-end: 58px;
}
.ovic-tab.style-09 .tab-item a,
.ovic-tab.style-08 .tab-item a{
    padding-bottom: 2px;
}
.ovic-tab.style-09 .tab-item a:not(:hover),
.ovic-tab.style-08 .tab-item a:not(:hover){
    color: inherit;
}
.ovic-tab.style-09 .tab-item.active a:before,
.ovic-tab.style-08 .tab-item.active a:before{
    width: calc(100% - 26px);
}
.ovic-tab.style-09 .tab-item a:before,
.ovic-tab.style-08 .tab-item a:before{
    position: absolute;
    content: '';
    bottom: 0;
    left: 13px;
    right: 13px;
    width: 0;
    margin: auto;
    border-top: 2px solid var(--main-color);
    transition: all 0.3s ease;
}
.ovic-tab.style-09 .tab-item a:before{
    border-top: 2px solid;
}
/* style-09 */
.ovic-tab.style-09 .tabs-head{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 32px;
}
.ovic-tab.style-09 .tab-title{
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}
.ovic-tab.style-09 .tab-deco{
    display: block;
    margin-top: 8px;
}
.ovic-tab.style-09 .tabs-list{
    flex: 1 1 auto;
    width: 1%;
    font-size: 18px;
    line-height: 28px;
    font-weight: var(--main-h-fw);
    color: #fff;
    white-space: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    text-align: end;
}
.ovic-tab.style-09 .tab-item:not(:last-child){
    margin-inline-end: 48px;
}
@media (min-width: 768px){
    .content-overflow .ovic-tab.style-09 .ovic-products{
        padding-inline-end: 136px;
    }
}
@media (max-width: 1499px){
    .ovic-tab.style-08 .tabs-head{
        margin-bottom: 15px;
    }
    .ovic-tab.style-08 .tabs-list{
        font-size: 20px;
        line-height: 28px;
    }
    .ovic-tab.style-08 .tab-item:not(:last-child){
        margin-inline-end: 40px;
    }
    .ovic-tab.style-09 .tabs-head{
        margin-bottom: 24px;
    }
    .ovic-tab.style-09 .tab-title{
        font-size: 29px;
    }
    .ovic-tab.style-09 .tab-deco{
        display: block;
        margin-top: 4px;
    }
    .ovic-tab.style-09 .tabs-list{
        font-size: 16px;
        line-height: 24px;
    }
    .ovic-tab.style-09 .tab-item:not(:last-child){
        margin-inline-end: 36px;
    }
}
@media (max-width: 767px){
    .ovic-tab.style-08 .tabs-head{
        margin-bottom: 10px;
    }
    .ovic-tab.style-08 .tabs-list{
        font-size: 18px;
        line-height: 24px;
    }
    .ovic-tab.style-08 .tab-item:not(:last-child){
        margin-inline-end: 24px;
    }
    .ovic-tab.style-09 .tab-title{
        font-size: 27px;
    }
    .ovic-tab.style-09 .tabs-list{
        width: 100%;
    }
    .ovic-tab.style-09 .tab-deco{
        margin-bottom: 12px;
    }
}
/*----- BLOG -----*/
.blog-item.style-07 .post-inner{
    padding: 18px 18px 40px;
    background-color: #fff;
}
.blog-item.style-07 .post-thumb .thumb-link{
    border-radius: 0;
}
.blog-item.style-07 .post-info{
    padding: 24px 0 0;
}
.blog-item.style-07 .post_cat .inner{
    color: var(--main-color-3);
    background-color: transparent;
    padding: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    margin-bottom: 9px;
}
.blog-item.style-07 .post-title{
    font-size: 22px;
    line-height: 30px;
}
@media (max-width: 1499px){
    .blog-item.style-07 .post-inner{
        padding: 15px 15px 30px;
    }
    .blog-item.style-07 .post-info{
        padding-top: 15px;
    }
    .blog-item.style-07 .post_cat .inner{
        font-size: 17px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .blog-item.style-07 .post-title{
        font-size: 19px;
        line-height: 26px;
    }
}
@media (max-width: 1499px){
    .blog-item.style-07 .post-inner{
        padding: 15px 15px 24px;
    }
    .blog-item.style-07 .post-info{
        padding-top: 12px;
    }
    .blog-item.style-07 .post_cat .inner{
        font-size: 16px;
        line-height: 20px;
    }
    .blog-item.style-07 .post-title{
        font-size: 17px;
        line-height: 24px;
    }
}
/*----- PRODUCT -----*/
.variations_form .variations-data{
    border: 1px solid #DEDCDC;
    border-radius: 10px;
    cursor: pointer;
    padding: 6px 19px;
    font-size: 16px;
    line-height: 24px;
    text-align: start;
    overflow: hidden;
    position: relative;
}
.variations_form .variations-data:not(:last-child){
    margin-bottom: 16px;
}
.variations_form .variations-data:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: var(--main-color);
    transition: all 0.2s ease;
}
.variations_form .variations-data:hover,
.variations_form .variations-data.active{
    border-color: var(--main-color);
}
.variations_form .variations-data.active:before{
    width: 5px;
}
.variations_form .variations-data > *{
    margin: 0 !important;
}
.variations_form .variations-data .stock .title{
    display: none;
}
.product-cart .variations_form table.variations{
    margin: 0;
}
.product-cart .variations_form tbody{
    display: block;
}
.product-cart .variations_form tr,
.product-cart .variations_form td{
    display: block;
    padding: 0;
}
.product-cart .variations_form .value-list ~ *{
    display: none;
}
.product-cart .product-view-more{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 24px;
    margin-top: 12px;
}
.product-cart .add-to-cart{
    max-width: none;
}
.product-cart .add-to-cart > a,
.product-cart .single_add_to_cart_button,
.product-cart .added_to_cart{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 12px 15px;
    margin-top: 16px;
}
.product-cart .add-to-cart > a:before,
.product-cart .single_add_to_cart_button:before,
.product-cart .added_to_cart:before{
    order: 1;
    font-family: main-icon, sans-serif;
    content: '\e90f';
    font-size: calc(100% - 2px);
    margin: 1px 0 -1px;
    margin-inline-start: 10px;
}
@media (max-width: 1499px){
    .variations_form .variations-data:not(:last-child){
        margin-bottom: 8px;
    }
    .product-cart .add-to-cart > a, .product-cart .single_add_to_cart_button, .product-cart .added_to_cart{
        padding: 10px 15px;
        margin-top: 8px;
        font-size: 15px;
    }
    .product-cart .product-view-more{
        font-size: 16px;
        margin-top: 7px;
    }
}
/* style-18 */
.product-item.style-19,
.product-item.style-18{
    --product-pd-h: 24px;
    --product-pd-v: 24px;
    --rating-fz: 16px;
}
.product-item.style-18:before,
.product-item.style-18:after{
    --product-pd-h: 0;
    --product-pd-v: 0;
}
.product-item.style-18 .product-inner{
    padding: var(--product-pd-v) var(--product-pd-h);
}
.product-item.style-19 .product-thumb,
.product-item.style-18 .product-thumb{
    overflow: visible;
    padding-top: 33px;
}
.product-item.style-19 .product-cart,
.product-item.style-18 .product-cart{
    position: absolute;
    top: calc(0px - var(--product-pd-v));
    bottom: 0;
    left: calc(0px - var(--product-pd-h));
    right: calc(0px - var(--product-pd-h));
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    padding: 42px var(--product-pd-h) var(--product-pd-v);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
    transition: all 0.2s ease;
}
.product-item.style-18 .product-info{
    padding: 11px 0 0;
}
.product-item.style-19 .product-category,
.product-item.style-18 .product-category{
    font-size: 18px;
    line-height: 24px;
}
.product-item.style-19 .product-title,
.product-item.style-18 .product-title{
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}
.product-item.style-19 .price,
.product-item.style-18 .price{
    display: flex;
    flex-wrap: wrap;
    font-size: 22px;
    line-height: 30px;
    color: var(--default-color);
    margin-top: 9px;
}
.product-item.style-19 .price .amount,
.product-item.style-18 .price .amount{
    color: inherit;
}
.product-item.style-19 .price ins,
.product-item.style-18 .price ins{
    color: var(--main-color-3);
}
.product-item.style-19 .price del,
.product-item.style-18 .price del{
    order: 1;
    font-size: inherit;
    color: var(--main-cl);
    margin: 0;
    text-decoration: line-through;
    margin-inline-start: 10px;
}
/* style-19 */
.product-item.style-19 .product-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: var(--product-pd-v);
    padding-bottom: var(--product-pd-v);
}
.product-item.style-19 .product-thumb{
    width: calc(50% - 1px);
    padding-inline-start: var(--product-pd-h);
    padding-inline-end: var(--product-pd-h);
}
.product-item.style-19 .product-info{
    width: calc(50% + 1px);
    padding-inline-start: 10px;
    padding-inline-end: var(--product-pd-h);
}
.product-item.style-19 .product-cart{
    top: 0;
    left: 0;
    right: 0;
    box-shadow: none;
}
.product-item.style-19 .product-countdown{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 32px var(--product-pd-h);
    border-top: 1px solid #dedcdc;
    margin-top: 36px;
    margin-bottom: calc(0px - var(--product-pd-v));
}
.product-item.style-19 .product-countdown > .title{
    flex: 1 1 auto;
    width: 1%;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    margin-inline-end: 15px;
}
.product-item.style-19 .oviic-countdown{
    width: 100%;
}
.product-item.style-19 .ovic-countdown .number{
    order: 1;
    border-radius: 90px;
    font-weight: 600;
}
.product-item.style-19 .ovic-countdown .text{
    margin: 0 0 5px;
}
.product-item.style-19 .ovic-countdown .elinor-countdown > :not(:last-child) .number:after{
    bottom: 9px;
}
/* style-20 */
.product-item.style-20 .product-inner{
    --rating-fz: 16px;
    border-radius: var(--main-bora);
    padding: 36px 40px 0;
    box-shadow: 0 14px 150px 6px rgba(0, 0, 0, 0.03);
}
.product-item.style-23 .product-labels,
.product-item.style-22 .product-labels,
.product-item.style-21 .product-labels,
.product-item.style-20 .product-labels{
    top: 16px;
    left: auto;
    right: 16px;
}
.rtl .product-item.style-23 .product-labels,
.rtl .product-item.style-22 .product-labels,
.rtl .product-item.style-21 .product-labels,
.rtl .product-item.style-20 .product-labels{
    left: 16px;
    right: auto;
}
.product-item.style-23 .product-labels > *,
.product-item.style-22 .product-labels > *,
.product-item.style-21 .product-labels > *,
.product-item.style-20 .product-labels > *{
    font-size: 18px;
    line-height: 28px;
    min-width: 64px;
    padding: 18px 5px;
    border-radius: 90px;
    justify-content: center;
    color: #fff;
    background-color: var(--product-label-color);
}
.product-item.style-23 .product-labels > *:before,
.product-item.style-22 .product-labels > *:before,
.product-item.style-21 .product-labels > *:before,
.product-item.style-20 .product-labels > *:before{
    display: none;
}
.product-item.style-23 .product-labels > * .icon,
.product-item.style-22 .product-labels > * .icon,
.product-item.style-21 .product-labels > * .icon,
.product-item.style-20 .product-labels > * .icon{
    display: none;
}
.product-item.style-22 .product-category,
.product-item.style-21 .product-category,
.product-item.style-20 .product-category{
    font-size: 18px;
    line-height: 28px;
    color: var(--main-color);
    margin-bottom: 3px;
}
.product-item.style-21 .product-title,
.product-item.style-20 .product-title{
    font-family: 'DM Serif Display';
    font-size: 24px;
    line-height: 32px;
}
.product-item.style-22 .price,
.product-item.style-20 .price{
    font-size: 18px;
    line-height: 24px;
    color: var(--main-cl);
    margin-top: 10px;
}
.product-item.style-22 .price ins,
.product-item.style-21 .price ins,
.product-item.style-20 .price ins{
    color: var(--main-color-3);
}
.product-item.style-22 .price del,
.product-item.style-21 .price del,
.product-item.style-20 .price del{
    font-size: inherit;
    text-decoration: line-through;
}
.product-item.style-22 .price .amount,
.product-item.style-21 .price .amount,
.product-item.style-20 .price .amount{
    color: inherit;
    font-weight: inherit;
}
.product-item.style-20 .product-thumb{
    box-shadow: 0 14px 16px 6px rgba(0, 0, 0, 0.06);
}
.product-item.style-20 .product-info{
    padding-bottom: 27px;
}
.product-item.style-20 .group-button{
    --group-button-s: 40px;
    --group-button-fz: 22px;
    text-align: center;
    padding: 15px 0;
}
.product-item.style-20 .group-button > *{
    display: inline-block;
    vertical-align: top;
}
.product-item.style-20 .add-to-cart > a{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 0;
    color: var(--main-cl);
    background-color: transparent;
    width: 40px;
    border-radius: 0;
    padding: 8px 0;
}
.product-item.style-20 .add-to-cart > a:before{
    display: inline-block;
    vertical-align: top;
    font-family: main-icon, sans-serif;
    content: '\e970';
    font-size: 20px;
    line-height: 24px;
}
/* style-21 */
.product-item.style-21 .product-inner{
    --product-bg: transparent;
    --rating-fz: 16px;
    text-align: center;
}
.product-item.style-21 .thumb-link{
    border-radius: var(--main-bora);
}
.product-item.style-21 .product-info{
    padding-top: 24px;
}
.product-item.style-21 .price{
    font-size: 20px;
    line-height: 28px;
    color: var(--default-color);
}
/* style-22 */
.product-item.style-22 .product-inner{
    --product-bg: transparent;
    --rating-fz: 16px;
}
.product-item.style-22 .product-info{
    padding-top: 16px;
}
.product-item.style-22 .product-category{
    margin-bottom: 0;
}
.product-item.style-23 .product-title,
.product-item.style-22 .product-title{
    font-family: 'DM Serif Display';
    font-size: 18px;
    line-height: 28px;
}
.product-item.style-22 .add-to-cart{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.2s ease;
}
.product-item.style-22 .add-to-cart > a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background-color: rgba(var(--mc-rgb-r),var(--mc-rgb-g),var(--mc-rgb-b),0.9);
}
/* style-23 */
.product-item.style-23 .product-inner{
    --product-bg: transparent;
}
.product-item.style-23 .product-info{
    padding-top: 24px;
}
.light .product-item.style-23 .product-title{
    color: #fff;
}
/* style-24 */
.product-item.style-24 .product-inner{
    --product-bg: transparent;
    --variations-space: 9px;
}
.product-item.style-24 .product-cart{
    display: block !important;
}
.product-item.style-24 .variations_form .value-list td{
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(0px - var(--variations-space)) -16px;
}
.product-item.style-24 .variations_form .variations-data{
    width: calc((100% / 3) - (var(--variations-space) * 2));
    font-size: 18px;
    line-height: 25px;
    padding: 8px 13px;
    margin: 0 var(--variations-space) 16px !important;
}
.product-item.style-24 .variations_form .blockUI.blockOverlay{
    background-color: transparent !important;
}
.product-item.style-24 .variations_form .variations-data:before{
    display: none;
}
.product-item.style-24 .variations_form .variations-data:hover,
.product-item.style-24 .variations_form .variations-data.active{
    background-color: rgba(var(--mc-rgb-r),var(--mc-rgb-g),var(--mc-rgb-b),0.3);
}
.product-item.style-24 .price{
    font-size: 20px;
    line-height: 27px;
}
.product-item.style-24 .price .amount{
    color: inherit;
}
.light .product-item.style-24 .price{
    color: #fff;
}
.product-item.style-24 .product-cart-title{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.product-item.style-24 .add-to-cart > a,
.product-item.style-24 .single_add_to_cart_button,
.product-item.style-24 .added_to_cart{
    text-transform: none;
    width: calc(((100% + (var(--variations-space) * 2)) / 3) - (var(--variations-space) * 2));
    margin-top: 24px;
}
.product-item.style-24 .add-to-cart > a:before,
.product-item.style-24 .single_add_to_cart_button:before,
.product-item.style-24 .added_to_cart:before{
    display: none;
}
@media (min-width: 1200px){
    .product-item.style-19 .product-inner:not(:hover) .product-cart,
    .product-item.style-18 .product-inner:not(:hover) .product-cart{
        visibility: hidden;
        opacity: 0;
        transform: translateY(-15px);
    }
    .product-item.style-22 .product-labels{
        transition: all 0.2s ease;
    }
    .product-item.style-22 .product-inner:hover .product-labels{
        opacity: 0;
        visibility: hidden;
    }
    .product-item.style-22 .product-inner:not(:hover) .add-to-cart{
        opacity: 0;
        visibility: hidden;
        transform: scale(0.8);
    }
}
@media (min-width: 1500px){
    .dot-02.ovic-products.style-20 .slick-dots,
    .dot-02 .ovic-products.style-20 .slick-dots{
        margin-top: 40px;
    }
}
@media (max-width: 1499px){
    .product-item.style-19,
    .product-item.style-18{
        --product-pd-h: 16px;
        --product-pd-v: 16px;
        --rating-fz: 15px;
    }
    .product-item.style-19 .product-thumb{
        padding-top: 16px;
    }
    .product-item.style-18 .product-thumb{
        padding-top: 20px;
    }
    .product-item.style-19 .product-cart,
    .product-item.style-18 .product-cart{
        padding-top: 24px;
    }
    .product-item.style-19 .product-category,
    .product-item.style-18 .product-category{
        font-size: 16px;
        line-height: 22px;
    }
    .product-item.style-19 .product-title,
    .product-item.style-18 .product-title{
        font-size: 17px;
        line-height: 24px;
    }
    .product-item.style-19 .price,
    .product-item.style-18 .price{
        font-size: 18px;
        line-height: 24px;
        margin-top: 4px;
    }
    .product-item.style-19 .product-countdown{
        padding-top: 24px;
        padding-bottom: 24px;
        margin-top: 24px;
    }
    .product-item.style-19 .product-countdown > .title{
        font-size: 19px;
        line-height: 26px;
    }
    .product-item.style-19 .ovic-countdown .text{
        margin-bottom: 2px;
    }
    .product-item.style-22 .product-category, .product-item.style-21 .product-category, .product-item.style-20 .product-category{
        font-size: 16px;
        line-height: 24px;
    }
    .product-item.style-21 .product-title, .product-item.style-20 .product-title{
        font-size: 22px;
        line-height: 28px;
    }
    .product-item.style-22 .price,
    .product-item.style-20 .price{
        font-size: 16px;
        line-height: 22px;
        margin-top: 6px;
    }
    .product-item.style-20 .product-inner{
        --rating-fz: 15px;
        padding: 26px 32px 0;
    }
    .product-item.style-20 .product-info{
        padding-bottom: 15px;
    }
    .product-item.style-20 .group-button{
        padding: 10px 0;
    }
    .product-item.style-21 .product-info{
        padding-top: 12px;
    }
    .product-item.style-21 .price{
        font-size: 18px;
        line-height: 26px;
    }
    .product-item.style-22 .product-info{
        padding-top: 9px;
    }
    .product-item.style-23 .product-title,
    .product-item.style-22 .product-title{
        font-size: 16px;
        line-height: 25px;
    }
    .product-item.style-23 .product-info{
        padding-top: 16px;
    }
    .product-item.style-24 .product-inner{
        --variations-space: 7px;
    }
    .product-item.style-24 .variations_form .variations-data{
        font-size: 16px;
        line-height: 22px;
        padding: 7px 12px;
        margin: 0 var(--variations-space) 12px !important;
    }
    .product-item.style-24 .price{
        font-size: 18px;
        line-height: 24px;
    }
    .product-item.style-24 .product-cart-title{
        font-size: 15px;
        line-height: 22px;
    }
    .product-item.style-24 .add-to-cart > a,
    .product-item.style-24 .single_add_to_cart_button,
    .product-item.style-24 .added_to_cart{
        margin-top: 18px;
    }
}
@media (max-width: 1199px){
    .product-item.style-22 .add-to-cart,
    .product-item.style-20 .group-button,
    .product-item .product-cart{
        display: none !important;
    }
    .product-item.style-19 .product-thumb{
        padding-top: 0;
    }
    .product-item.style-19 .product-countdown{
        margin-top: var(--product-pd-v);
    }
    .product-item.style-18 .product-thumb{
        padding-top: 0;
    }
    .product-item.style-20 .product-inner{
        padding: 20px 24px 24px;
    }
}
@media (max-width: 767px){
    .product-item.style-19,
    .product-item.style-18{
        --product-pd-h: 8px;
        --product-pd-v: 8px;
        --rating-fz: 14px;
    }
    .product-item.style-19 .product-category,
    .product-item.style-18 .product-category{
        font-size: 14px;
        line-height: 20px;
    }
    .product-item.style-19 .product-title,
    .product-item.style-18 .product-title{
        font-size: 15px;
        line-height: 21px;
    }
    .product-item.style-19 .price,
    .product-item.style-18 .price{
        font-size: 16px;
        line-height: 22px;
        margin-top: 2px;
    }
    .product-item.style-19 .product-countdown{
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .product-item.style-19 .product-countdown > .title{
        font-size: 16px;
        line-height: 22px;
        margin-inline-end: 5px;
    }
    .product-item.style-20 .product-inner{
        padding: 12px 16px 16px;
    }
    .product-item.style-21 .product-title, .product-item.style-20 .product-title{
        font-size: 20px;
        line-height: 26px;
    }
    .product-item.style-22 .price, .product-item.style-20 .price{
        font-size: 15px;
        line-height: 20px;
    }
    .product-item.style-22 .product-category, .product-item.style-21 .product-category, .product-item.style-20 .product-category{
        font-size: 15px;
        line-height: 22px;
    }
}
@media (max-width: 479px){
    .product-item.style-24 .variations_form .variations-data{
        width: calc((100% / 2) - (var(--variations-space) * 2));
    }
    .product-item.style-24 .add-to-cart > a,
    .product-item.style-24 .single_add_to_cart_button,
    .product-item.style-24 .added_to_cart{
        width: calc(((100% + (var(--variations-space) * 2)) / 2) - (var(--variations-space) * 2));
    }
}
/*----- HEADER -----*/
body:not(.open-popup-vertical) .popup-vertical{
    transform: translateX(-100%);
}
body.rtl:not(.open-popup-vertical) .popup-vertical{
    transform: translateX(100%);
}
.popup-vertical{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 500px;
    max-width: 100%;
    transition: all .3s ease;
    color: #fff;
    background-color: #18191B;
    padding: 60px 0;
    z-index: 100000;
}
.rtl .popup-vertical{
    left: auto;
    right: 0;
}
.popup-vertical .block-title{
    font-family: var(--main-special);
    font-weight: var(--main-special-fw);
    color: var(--main-color);
    font-size: 48px;
    line-height: 1;
    padding: 0 30px 25px;
    display: flex;
}
.popup-vertical .block-title .text{
    flex: 1 1 auto;
    width: 1%;
    margin-inline-end: 15px;
}
.popup-vertical .vertical-close{
    display: block;
    font-size: 24px;
    padding: 12px 0;
}
.popup-vertical .vertical-menu{
    padding: 0;
}
.popup-vertical .vertical-menu>.menu-item>a{
    font-size: 24px;
    line-height: 32px;
    padding: 13px 30px;
    font-weight: 400 !important;
}
.popup-vertical .vertical-menu>.menu-item:not(:first-child)>a:before{
    display: none;
}
.popup-vertical .vertical-menu>.menu-item>a .icon{
    font-size: 42px;
    width: 30px;
    text-align: center;
    margin-inline-end: 22px;
}
@media (max-width: 1499px){
    .popup-vertical{
        width: 400px;
        padding: 40px 0;
    }
    .popup-vertical .block-title{
        font-size: 42px;
        padding: 0 24px 10px;
    }
    .popup-vertical .vertical-close{
        font-size: 22px;
        padding: 10px 0;
    }
    .popup-vertical .vertical-menu>.menu-item>a{
        font-size: 21px;
        line-height: 28px;
        padding: 11px 24px;
    }
    .popup-vertical .vertical-menu>.menu-item>a .icon{
        font-size: 38px;
        width: 28px;
        margin-inline-end: 16px;
    }
}
/* style-08 */
.header-style-08 div.ovic-menu-clone-wrap .ovic-menu-panel>.depth-0>li{
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.header-style-08 div.ovic-menu-clone-wrap .ovic-menu-panel .ovic-menu-next-panel{
    color: var(--main-color);
}
.header-style-08 div.ovic-menu-clone-wrap .ovic-menu-current-panel-title{
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.header-style-08 .logo .logo-image{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 140px;
    background-color: var(--main-color-3);
    padding: 15px;
}
.header-style-08 .logo .logo-image img{
    max-height: 100%;
}
.header.style-08 .is-sticky .logo .logo-image{
    padding-top: 5px;
    padding-bottom: 5px;
    height: 80px;
}
.header-mobile.style-08 .logo .logo-image{
    width: 148px;
    height: 100px;
    margin: -20px 0;
}
.header.style-08 .header-mid .header-inner{
    padding: 0;
}
.header.style-08 .inner-control>*>a .icon{
    --main-bora: 90px;
    color: var(--main-color-t);
    background-color: var(--main-color);
}
.header.style-08 .inner-control>*>a:hover .icon{
    color: var(--main-color-2-t);
    background-color: var(--main-color-2);
}
.header.style-08 .inner-control>*>a .icon .count{
    color: var(--main-color);
    background-color: var(--main-color-t);
}
.header.style-08 .block-userlink>a> .text{
    display: none;
}
.header.style-08 .button-vertical{
    margin-inline-end: 32px;
}
.header.style-08 .button-vertical a{
    display: block;
    border-radius: 90px;
}
.header.style-08 .button-vertical a .icon{
    display: block;
    font-size: 24px;
    line-height: 24px;
}
.header.style-08 .main-menu>.menu-item>a{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}
.header.style-08 .main-menu>.menu-item-has-children>a:not(:last-child):after{
    color: var(--main-color);
    font-size: inherit;
    margin-inline-start: 3px;
    margin-inline-end: -3px;
}
.header.style-08 div.dgwt-wcas-search-wrapp{
    --wcas-button-w: 60px;
    font-size: 16px;
    width: 330px;
}
.header.style-08 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    padding-inline-end: calc(var(--wcas-button-w,48px) + var(--wcas-category-w));
}
.header.style-08 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
    color: var(--main-color);
    background-color: transparent;
}
.header.style-08 div.dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit:hover{
    color: var(--main-color-2);
}
.header.style-08 .widget_shopping_cart .buttons .button{
    text-transform: uppercase;
}
/* style-09 */
.header-mobile.style-09,
.header.style-09{
    --main-header-bg: #F8F3ED;
}
.header-mobile.style-09 div.dgwt-wcas-search-wrapp .dgwt-wcas-search-form,
.header.style-09 div.dgwt-wcas-search-wrapp .dgwt-wcas-search-form{
    background-color: #fff;
}
.header.style-09 .header-mid .header-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header.style-09 .main-menu > .menu-item > a{
    font-size: 18px;
}
.header.style-09 .main-menu > .menu-item-has-children > a:not(:last-child):after{
    color: inherit;
}
.header.style-09 .header-control{
    flex: 1 1 auto;
    width: 1%;
}
.header.style-09 .inner-control{
    --inner-control-mg: 8px;
    justify-content: flex-end;
}
.header.style-09 .inner-control > * > a{
    padding: 7px 10px;
    min-width: 160px;
    min-height: 48px;
    justify-content: center;
    color: var(--main-color-t);
    background-color: var(--main-color);
    border-radius: var(--main-bora);
    margin: 3px 0;
}
.header.style-09 .inner-control > * > a:hover{
    background-color: var(--main-color-b);
}
.header.style-09 .inner-control > * > a .icon{
    font-size: 24px;
    width: auto;
    border-radius: 0;
    color: inherit;
    background-color: transparent;
    padding: 0;
}
.header.style-09 .inner-control > * > a .count{
    display: none;
}
.header.style-09 .block-minicart > a:not(:hover){
    color: var(--default-color);
    background-color: #fff;
}
.header.style-09 .block-minicart > a .icon:before{
    font-family: main-icon, sans-serif;
    content: '\e970';
}
.header.style-09 .block-userlink > a{
    font-size: 16px;
    line-height: 24px;
}
.header.style-09 .block-userlink > a .icon{
    display: none;
}
.header.style-09 .block-userlink > a .sub{
    display: none;
}
.header.style-09 .block-userlink > a .text{
    margin-inline-start: 0;
}
.header.style-09 .inner-control > .block-menu-bar > a{
    min-width: 48px;
}
.header.style-09 .header-bot{
    text-align: center;
    padding: 75px 0 36px;
    box-shadow: none;
}
.header.style-09 .header-search-title{
    font-family: 'DM Serif Display';
    font-size: 48px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}
.header.style-09 .header-search-deco{
    margin: -4px 0 22px;
}
.header.style-09 div.dgwt-wcas-search-wrapp{
    --input-fz: 16px;
    --wcas-category-w: 200px;
    --input-sd: none;
    --input-sd-h: 0 0 0 1px var(--main-color) inset;
    font-size: 16px;
    width: 800px;
    padding: 4px 5px;
    border-radius: var(--main-bora);
    background-color: #fff;
    box-shadow: 0 14px 16px 6px rgba(0, 0, 0, 0.06);
}
.header.style-09 div.dgwt-wcas-search-wrapp .input-focus{
    top: -4px;
    bottom: -4px;
    left: -5px;
    right: -5px;
}
.header.style-09 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text{
    padding-inline-start: calc(24px + var(--wcas-category-w));
    padding-inline-end: calc(24px + var(--wcas-button-w, 48px));
}
.header.style-09 div.dgwt-wcas-search-wrapp .category{
    right: auto;
    left: 0;
    background-color: #F2EFEF;
    border-radius: var(--main-bora);
}
.rtl .header.style-09 div.dgwt-wcas-search-wrapp .category{
    right: 0;
    left: auto;
}
.header.style-09 div.dgwt-wcas-search-wrapp .chosen-container-single .chosen-single{
    font-weight: inherit;
    justify-content: center;
}
.header.style-09 div.dgwt-wcas-search-wrapp .chosen-container-single .chosen-single:not(:hover){
    color: inherit;
}
.header.style-09 div.dgwt-wcas-search-wrapp .chosen-container .chosen-single:after{
    color: inherit;
}
.header.style-09 div.dgwt-wcas-search-wrapp .chosen-container .chosen-single span{
    flex: 0 0 auto;
    width: auto;
}
.header.style-09 div.dgwt-wcas-search-wrapp .chosen-container .chosen-drop{
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    border-radius: 0 0 var(--main-bora) var(--main-bora);
}
.header.style-09 div.dgwt-wcas-search-wrapp .chosen-container .chosen-drop:after{
    display: none;
}
@media (min-width: 768px){
    .header.style-08 .header-mid .header-inner{
        align-items: normal;
    }
    .header.style-08 .header-mid .header-inner > *{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .header-mid .header-inner>:not(:last-child){
        margin-inline-end: 17px;
    }
    .header-mid .header-inner>:not(:first-child){
        margin-inline-start: 17px;
    }
    .header.style-08 .box-header-nav,
    .header.style-08 .header-control{
        flex: 1 1 auto;
        width: 1%;
    }
    .header.style-08 .box-header-nav > .ovic-menu-wapper{
        flex: 1 1 auto;
        width: 1%;
    }
    .header.style-08 .block-search{
        flex: 1 1 auto;
        width: 1%;
        margin-inline-end: 30px;
        text-align: end;
    }
    .header.style-09 .box-header-nav{
        text-align: center;
    }
}
@media (min-width: 1200px){
    .header.style-09 .logo{
        flex: 1 1 auto;
        width: 1%;
    }
    .header.style-09 .main-menu{
        --main-menu-mg: 20px;
    }
}
@media (min-width: 1500px){
    .header.style-08 .block-search{
        margin-inline-end: 50px;
    }
    .header.style-09 .main-menu{
        --main-menu-mg: 26px;
    }
}
@media (max-width: 1499px){
    .header.style-08 div.dgwt-wcas-search-wrapp{
        --wcas-button-w: 52px;
    }
    .header.style-08 .main-menu>.menu-item>a{
        font-size: 17px;
    }
    .header.style-08 .button-vertical{
        margin-inline-end: 24px;
    }
    .header.style-08 .logo .logo-image{
        width: 180px;
        height: 120px;
    }
    .header.style-09 .header-search-title{
        font-size: 42px;
    }
    .header.style-09 .header-search-deco{
        margin: -2px 0 16px;
    }
    .header.style-09 .header-bot{
        padding: 36px 0 28px;
    }
    .header.style-09 div.dgwt-wcas-search-wrapp{
        --input-fz: 15px;
        --wcas-category-w: 180px;
        font-size: 15px;
        width: 720px;
    }
    .header.style-09 .inner-control > * > a{
        min-width: 140px;
    }
    .header.style-09 .block-userlink > a{
        font-size: 15px;
    }
}
@media (max-width: 1199px) and (min-width: 768px){
    .header.style-08 .logo{
        margin-inline-start: 0 !important;
    }
}
@media (max-width: 1199px){
    .header.style-08 .box-header-nav{
        display: none !important;
    }
}
@media (max-width: 767px){
    .header.style-08 .header-mid .header-inner{
        padding-bottom: 5px;
    }
    .header.style-08 .logo{
        margin-bottom: 5px;
    }
    .header.style-09 .inner-control > * > a{
        min-width: 48px;
    }
    .header.style-09 .inner-control > * > a .icon{
        display: block;
    }
    .header.style-09 .inner-control > * > a .text{
        display: none;
    }
    .header.style-09 div.dgwt-wcas-search-wrapp{
        --wcas-category-w: 0px;
    }
    .header.style-09 .header-bot{
        padding: 24px 0;
    }
    .header.style-09 .header-search-title{
        font-size: 36px;
    }
}
@media (max-width: 479px){
    .header.style-09 .inner-control{
        --inner-control-mg: 4px;
    }
    .header.style-09 .inner-control > * > a{
        min-width: 44px;
        min-height: 44px;
    }
    .header.style-09 .inner-control > * > a .icon{
        font-size: 20px;
    }
}
/* custom */
@media (min-width: 768px){
    .custom-banner-1{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
    }
    .rtl .custom-banner-1{
        left: auto;
        right: 0;
    }
}
.custom-border-8{
    border-top: 1px solid #dedcdc;
    border-inline-end: 1px solid #dedcdc;
}
@media (max-width: 767px){
    .custom-border-8{
        border-top: none;
        border-inline-start: 1px solid #dedcdc;
    }
}
.custom-button-1 .elementor-button .elementor-button-icon{
    color: var(--main-color);
}
.custom-image-1 .elementor-image{
    display: flex;
    justify-content: flex-end;
}
.custom-image-1 .elementor-image img{
    max-width: none;
}
.custom-menu-1 .ovic-custommenu.dropdown-yes ul.menu > li > a{
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}


