/*==========================================================================
COL < 480
===========================================================================*/
/*==========================================================================
COL 5
===========================================================================*/
/*==========================================================================
ROW SPACE
===========================================================================*/
/*==========================================================================
WOOCOMMERCE DATAS
===========================================================================*/
.woocommerce .woocommerce-MyAccount-navigation ul li a:not(:hover){
    color: inherit;
}
.woocommerce ul.wishlist_table.mobile li .item-details a:not(:hover){
    color: #222;
}
.woocommerce ul.wishlist_table.mobile li .product-remove a:not(:hover){
    color: #888;
}
@media (max-width: 767px){
    /* orders-table mobile */
}
/*==========================================================================
VISUAL COMPOSER
===========================================================================*/
body .wpb_content_element{
    margin-bottom: 0;
}
/*----- CUSTOM HEADING -----*/
/*----- SINGLE IMAGE -----*/
/*----- SEPARATOR -----*/
/*----- GOOGLE MAP -----*/
/*----- PARALLAX -----*/
/*==========================================================================
ELEMENTOR
===========================================================================*/
/*----- CONTAINER -----*/
.elementor-section:not(.elementor-section-stretched),
.elementor-section.elementor-section-boxed:not(.elementor-has-width) > .elementor-container{
    max-width: 100%;
}
.elementor-section-stretched.elementor-section-boxed:not(.elementor-has-width) > .elementor-container{
    padding-inline-start: 15px;
    padding-inline-end: 15px;
}
@media (min-width: 768px){
    .elementor-section.elementor-section-boxed:not(.elementor-has-width) > .elementor-container{
        width: 720px;
    }
    .elementor-section-stretched.elementor-section-boxed:not(.elementor-has-width) > .elementor-container{
        width: 750px;
    }
}
@media (min-width: 992px){
    .elementor-section.elementor-section-boxed:not(.elementor-has-width) > .elementor-container{
        width: 940px;
    }
    .elementor-section-stretched.elementor-section-boxed:not(.elementor-has-width) > .elementor-container{
        width: 970px;
    }
}
@media (min-width: 1200px){
    .elementor-section.elementor-section-boxed:not(.elementor-has-width) > .elementor-container{
        width: 1140px;
    }
    .elementor-section-stretched.elementor-section-boxed:not(.elementor-has-width) > .elementor-container{
        width: 1170px;
    }
}
/*----- ROW -----*/
.elementor-container,
.elementor-row{
    flex-wrap: wrap;
}
.elementor-column-gap-extended > .elementor-row{
    margin: 0 -15px;
    width: calc(100% + 30px);
}
body .elementor-column-gap-extended > .elementor-row > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap{
    padding: 0 15px;
}
/*----- ANIMATION -----*/
/*----- SHORTCODE -----*/
body .elementor-widget:not(:last-child){
    margin: 0;
}
/* revolution */
/* play */
/* image */
.elementor-widget-image{
    text-align: inherit;
}
.elementor-widget-image .elementor-image{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
}
/* social */
/* toggle*/
/* iconbox */
/* divider */
/* counter */
.elementor-widget-counter.style-01 .elementor-counter-title{
    font-size: 15px;
    line-height: var(--main-lh);
    font-weight: 500;
    color: #111;
    margin: 1px 0 0;
    text-align: inherit;
}
.elementor-widget-counter.style-01 .elementor-counter-number-wrapper{
    font-size: 40px;
    line-height: 1.2;
}
.elementor-widget-counter.style-01 .elementor-counter-number-prefix,
.elementor-widget-counter.style-01 .elementor-counter-number-suffix{
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
}
@media (max-width: 1199px){
    .elementor-widget-counter.style-01 .elementor-counter-number-wrapper{
        font-size: 38px;
    }
    .elementor-widget-counter.style-01 .elementor-counter-title{
        font-size: 14px;
        margin: 0;
    }
}
/*==========================================================================
DEFAULT DATAS
===========================================================================*/
/*----- MAKE CLASS -----*/
:focus{
    outline: none;
}
small{
    font-style: italic;
    font-size: inherit;
    opacity: 0.7;
}
/*----- WP EDITER -----*/
/*----- COOKIES CONSENT -----*/
/*----- STICKY CONTENT -----*/
/*----- CURRENT MENU ITEM -----*/
/*----- BODY OVERLAY -----*/
.overlay-body{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #000;
    z-index: 100000;
    visibility: hidden;
    opacity: 0;
    -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){
    .overlay-body{
        z-index: 100000;
    }
}
/*----- STORE NOTICE -----*/
.woocommerce-store-notice a:not(:hover){
    color: inherit;
}
/*----- POST PASSWORD -----*/
/*----- ALIGN IMAGE -----*/
/*----- WP CAPTION -----*/
/*----- WP BLOCK -----*/
/*----- BLOCKQUOTE -----*/
/*----- WP GALLERY -----*/
/*----- ICON FONT -----*/
body .fa{
    font-family: FontAwesome, sans-serif;
}
body .fa, 
body .fa::before, 
body [class*="main-icon-"], 
body [class*="main-icon-"]::before{
    display: inline-block;
    vertical-align: top;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    direction: inherit;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0;
    text-decoration: none;
}
/*==========================================================================
CHOSEN
===========================================================================*/
/*==========================================================================
OVIC MENU MOBILE
===========================================================================*/
div.ovic-menu-clone-wrap:not(.open){
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
div.ovic-menu-clone-wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    width: 320px;
    height: 100vh;
    background-color: #fff;
    max-width: 100%;
    box-shadow: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100000;
    display: flex;
    flex-direction: column;
}
div.ovic-menu-clone-wrap .ovic-menu-panels{
    flex: 1 1 auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    height: auto;
}
/*----- CUSTOM MOBILE MENU -----*/
div.ovic-menu-clone-wrap{
    display: flex;
    flex-direction: column;
}
.head-menu-mobile{
    padding: 15px;
    color: #fff;
    background-color: black;
    background-position: center center;
    background-size: cover;
    font-size: 13px;
    line-height: 16px;
}
.head-menu-mobile::before,
.head-menu-mobile::after{
    display: table;
    content: '';
    clear: both;
}
.head-menu-mobile a{
    color: #fff;
}
.ovic-menu-clone-wrap .head-menu-mobile ~ .ovic-menu-panels{
    flex: 1 1 auto;
    overflow: hidden;
    background-color: #222;
}
/*==========================================================================
SLICK SLIDER
===========================================================================*/
/*----- ARROWS -----*/
@media (min-width: 1200px){
    .slick-slider:not(:hover) .slick-arrow{
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}
/* nav-02 */
.ovic-products.nav-02 .product-list-owl > .slick-arrow:not(:hover),
.nav-02 > .slick-slider > .slick-arrow:not(:hover){
    background-color: #fff;
    color: inherit;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/* nav-03 */
.ovic-products.nav-03 .product-list-owl > .slick-arrow:not(:hover),
.nav-03 > .slick-slider > .slick-arrow:not(:hover){
    color: inherit;
    background-color: #fff;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/*----- DOTS -----*/
/* dot-02 */
/* dot-03 */
/*==========================================================================
LOADING
===========================================================================*/
/*==========================================================================
CUSTOM EFFECT
===========================================================================*/
.faded-in:not(:hover) .image-effect,
.faded-in:not(:hover) img{
    opacity: 0.55;
}
.gray-filter:not(:hover) .image-effect,
.gray-filter:not(:hover) img{
    filter: grayscale(100%);
}
/*==========================================================================
CUSTOM ANIMATE
===========================================================================*/
/*==========================================================================
BODY DATAS
===========================================================================*/
html{
    font-size: 14px;
}
body{
    --main-ff: Poppins, sans-serif;
    --main-fz: 14px;
    --main-lh: 1.71428571;
    --main-cl: #bfbfbf;
    --main-fw: 400;
    --main-color: #ff0000;
    --main-color-bb: #ff0000bb;
    --main-container: 1140px;
    font-family: var(--main-ff);
    font-size: var(--main-fz);
    line-height: var(--main-lh);
    color: var(--main-cl);
    font-weight: var(--main-fw);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    overflow-x: hidden;
}
/*----- HEADING -----*/
.elementor-widget-heading .elementor-heading-title{
    line-height: inherit;
}
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title{
    line-height: 1.2;
}
.elementor-heading-title a{
    color: inherit;
}
h1,
h2,
h3,
h4{
    color: #222;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 20px;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 24px;
}
h4{
    font-size: 20px;
}
p{
    margin: 0 0 20px;
}
/*----- A -----*/
a{
    color: var(--main-color);
    cursor: pointer;
    text-decoration: none;
}
a:hover,
a:focus{
    outline: none;
    color: var(--main-color);
}
a:active{
    outline: none;
}
.elementor a:hover,
.elementor a:focus{
    text-decoration: underline;
}
.elementor .elementor-icon{
    color: inherit;
    vertical-align: top;
    text-decoration: none !important;
}
/*----- B, STRONG -----*/
/*----- IMAGE -----*/
img{
    height: auto;
    max-width: 100%;
}
figure{
    margin: 0;
}
/*----- UL, OL -----*/
ul{
    padding-inline-start: 20px;
    margin-bottom: 20px;
}
/*----- TABLE -----*/
/*----- LABEL -----*/
/*----- INPUT, TEXTAREA, SELECT -----*/
/* textarea */
/* select */
/* checkbox, radio */
/* placeholder */
::-webkit-input-placeholder{
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-moz-placeholder{
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
::-moz-placeholder{
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-ms-input-placeholder{
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
/*----- BUTTON -----*/
/*----- NAME, TITLE -----*/
.entry-content::before,
.entry-content::after{
    content: '';
    display: table;
    clear: both;
}
/*----- PAGE LINKS, POST PAGINATION -----*/
.post-pagination .post-page-numbers:not(:hover):not(.current){
    color: #222;
    box-shadow: 0 0 0 1px #e6e6e6 inset;
    background-color: transparent;
}
/*----- BREADCRUMBS -----*/
.breadcrumb{
    display: block;
    position: relative;
    list-style: none;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #888;
    padding: 13px 0;
    background-color: transparent;
    margin: 0;
    border-radius: 0;
    z-index: 1;
}
.breadcrumb a:not(:hover),
.woocommerce-breadcrumb a:not(:hover){
    color: #222;
}
.breadcrumb li,
.breadcrumb li a,
.breadcrumb > li + li:before{
    display: inline-block;
    vertical-align: top;
}
.breadcrumb li{
    max-width: 100%;
    padding: 0;
}
.breadcrumb li:last-child{
    padding: 0;
}
.breadcrumb > li + li:before{
    display: inline-block;
    vertical-align: top;
    font-size: var(--main-fz);
    line-height: var(--main-lh);
    content: '/';
    padding: 0 4px;
    color: inherit;
}
/*----- PAGINATION -----*/
/*----- SITE CONTENT -----*/
.site{
    position: relative;
    overflow: hidden;
}
.site-content{
    padding-bottom: 40px;
}
.site-content::before,
.site-content::after,
#primary::before,
#primary::after{
    display: table;
    clear: both;
    content: '';
}
#primary{
    margin-bottom: 40px;
}
.container{
    max-width: 100%;
}
@media (max-width: 1199px){
    .site-content{
        padding-bottom: 10px;
    }
}
/*==========================================================================
WIDGETS
===========================================================================*/
.widget{
    position: relative;
}
.widget::before,
.widget::after{
    content: '';
    display: table;
    clear: both;
}
.widget .widget-title{
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
    color: #6dba00 !important;
}
.widget .widgettitle a:not(:hover),
.widget .widget-title a:not(:hover){
    color: inherit;
}
.widget ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.widget_layered_nav a:not(:hover),
.widget_ovic_nav_menu ul li > a:not(:hover):not([aria-current="page"]),
.widget-area .widget_nav_menu ul li > a:not(:hover):not([aria-current="page"]),
.widget_meta ul li > a:not(:hover),
.widget_pages ul li > a:not(:hover):not([aria-current="page"]),
.widget_archive ul li > a:not(:hover):not([aria-current="page"]),
.widget_categories ul li:not(.current-cat) > a:not(:hover),
.widget_product_categories ul li:not(.current-cat) > a:not(:hover),
.widget_rss ul li a:not(:hover),
.widget_recent_comments ul li a:not(:hover),
.widget_recent_entries ul li a:not(:hover):not([aria-current="page"]){
    color: #222;
}
/*----- WIDGET CALENDAR -----*/
.widget #today a:not(:hover){
    color: inherit;
}
/*----- WIDGET LIST ITEM -----*/
.widget_nav_menu ul li{
    padding: 4px 0;
    min-height: 32px;
}
/*----- MONSTER WIDGET -----*/
/*----- YITH COMPARE -----*/
/*----- WIDGET CATEGORY -----*/
/*----- WIDGET NAV MENU -----*/
/*----- WIDGET PRODUCT LIST -----*/
.widget .product_list_widget > li > a:not(:hover){
    color: #222;
}
/*----- WIDGET SHOPPING CART -----*/
.widget_shopping_cart .woocommerce-mini-cart li .remove:not(:hover){
    color: #999;
}
/*----- LAYERED NAV -----*/
@-moz-document url-prefix(){
}
/*----- WIDGET SEARCH -----*/
.widget_search .search-field:not(:focus),
.widget_product_search .search-field:not(:focus){
    color: #999;
}
/*----- WIDGET TAG CLOUD -----*/
.elementor-widget-wp-widget-woocommerce_product_tag_cloud .tagcloud a:not(:hover),
.elementor-widget-wp-widget-tag_cloud .tagcloud a:not(:hover){
    background-color: transparent;
    box-shadow: 0 0 0 1px #e6e6e6 inset;
}
/*----- WIDGET NETWORK -----*/
.widget.ovic-network > a:not(:hover){
    color: inherit;
}
/*----- WIDGET BRAND -----*/
.widget_product_brand .product-categories.logo .cat-item:not(.current-cat) a:not(:hover){
    opacity: 0.5;
}
/*----- WIDGET OVIC ICONBOX -----*/
/*----- WIDGET OVIC BLOG -----*/
/*----- WIDGET OVIC PRODUCT FILTER -----*/
/*----- WIDGET OVIC PRICE FILTER -----*/
/*----- WIDGET PRICE FILTER -----*/
/*==========================================================================
SHORTCODE
===========================================================================*/
.inner::before,
.inner::after{
    display: table;
    content: '';
    clear: both;
}
/*----- TITLE -----*/
/* style-01 */
/*----- CUSTOM MENU -----*/
.ovic-custommenu{
    font-size: 14px;
    line-height: 24px;
}
.ovic-custommenu .widget .widget-title{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
}
.ovic-custommenu ul li{
    min-height: auto;
}
.ovic-custommenu ul li > a{
    display: inline-block;
    vertical-align: top;
    position: relative;
    max-width: 100%;
}
/* style-01 */
/* style-02 */
/* style-03 */
@media (max-width: 1199px){
    .ovic-custommenu .widget .widget-title{
        margin-bottom: 3px;
    }
}
/*----- TABS -----*/
/* style-01 */
/* style-02 */
/* style-03 */
/* style-04 */
/* style-05 */
/* style-06 */
/*----- BRAND -----*/
/* style-01 */
/*----- PRICE -----*/
/*----- SOCIALS -----*/
/*----- NEWSLETTER -----*/
/* style-01 */
.ovic-newsletter.style-05 .input-text[type]:not(:focus),
.ovic-newsletter.style-04 .input-text[type]:not(:focus),
.ovic-newsletter.style-01 .input-text[type]:not(:focus){
    color: #999;
}
/* style-02 */
/* style-03 */
/* style-04 */
/* style-05 */
/* style-06 */
/* style-07 */
/* style-08 */
.ovic-newsletter.style-08 .input-text[type]:not(:focus){
    color: #888;
}
/* style-09 */
/*----- BANNER -----*/
/* style-01 */
/*----- TESTMONIALS -----*/
.ovic-testmonials{
    position: relative;
}
.ovic-testmonials .background{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    background-position: right top;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
/* style-01 */
.ovic-testmonials.style-01 .name:not(:hover){
    color: #333;
}
/* style-02 */
.ovic-testmonials.style-02 .item{
    position: relative;
    padding: 39px 39px 35px;
    border-radius: 0 47px;
    overflow: hidden;
}
.ovic-testmonials.style-02 .head{
    display: flex;
    align-items: center;
}
.ovic-testmonials.style-02 .avatar{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.ovic-testmonials.style-02 .info{
    flex: 1 1 auto;
    width: 1%;
    padding-inline-start: 25px;
}
.ovic-testmonials.style-02 .name{
    display: block;
    font-size: 17px;
    font-weight: 600;
}
.ovic-testmonials.style-02 .name:not(:hover){
    color: #0d0d0d;
}
.ovic-testmonials.style-02 .star-rating::before,
.ovic-testmonials.style-02 .star-rating > span::before{
    font-size: 12px;
    line-height: 20px;
    color: var(--main-color);
}
.ovic-testmonials.style-02 .desc{
    font-size: 15px;
    line-height: 24px;
    color: #555;
    font-style: italic;
    margin: 11px 0 0;
}
/* style-02 */
/* style-04 */
.ovic-testmonials.style-04 .name:not(:hover){
    color: #222;
}
/* style-05 */
.ovic-testmonials.style-05 .name:not(:hover){
    color: #111;
}
/* style-06 */
.ovic-testmonials.style-06 .name a:not(:hover){
    color: #000;
}
@media (max-width: 1199px){
    .ovic-testmonials.style-02 .item{
        padding-inline-start: 19px;
        padding-inline-end: 19px;
    }
    .ovic-testmonials.style-02 .desc{
        font-size: 14px;
        margin-top: 10px;
    }
}
/*----- PROGRESS -----*/
/*----- NETWORK -----*/
.ovic-social-network .social-network a:not(:hover)::after{
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
}
/*----- COUNTDOWN -----*/
/* style-01 */
/* style-02 */
/* style-03 */
/* style-04 */
/* style-05 */
/* style-06 */
/*----- DEALS -----*/
/* style-01 */
/*----- VIDEO -----*/
/*----- CATEGORY -----*/
/* style-01 */
.ovic-category.style-01 .link:not(:hover){
    color: #000;
}
/* style-02 */
.ovic-category.style-02 .list-category a:not(:hover){
    color: inherit;
}
.ovic-category.style-02 .list-category .link:not(:hover){
    color: #999;
}
/* style-03 */
/* style-04 */
.ovic-category.style-04 .link:not(:hover) .hover{
    opacity: 0.1;
    -webkit-transform: scale(0.88);
    -moz-transform: scale(0.88);
    -ms-transform: scale(0.88);
    -o-transform: scale(0.88);
    transform: scale(0.88);
}
/*----- SLIDE -----*/
/* style-01 */
.ovic-slide.style-03 .link:not(:hover)::after,
.ovic-slide.style-01 .link:not(:hover)::after{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.ovic-slide.style-03 .link:not(:hover) .content,
.ovic-slide.style-01 .link:not(:hover) .content{
    opacity: 0;
    visibility: hidden;
}
/* style-03 */
/*----- KEYWORD -----*/
/*----- CONTAINER -----*/
/*----- BUTTON -----*/
/*==========================================================================
BLOG
===========================================================================*/
.page-title{
    font-size: 24px;
    line-height: 30px;
}
.container .head-banner{
    width: 100vw;
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
}
.head-banner{
    position: relative;
    background-color: #f6f5f1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 80px;
}
.head-banner .inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
    text-align: center;
    padding: 20px 0;
}
.head-banner .page-title{
    font-size: 36px;
    line-height: 42px;
    padding: 5px 0;
    margin: 0;
}
.head-banner .breadcrumb{
    padding: 5px 0;
}
@media (max-width: 1199px){
    .head-banner{
        margin-bottom: 40px;
    }
    .head-banner .inner{
        min-height: 150px;
    }
    .head-banner .page-title{
        font-size: 32px;
        line-height: 38px;
        padding: 3px 0;
    }
    .head-banner .breadcrumb{
        padding: 3px 0;
    }
}
/*----- ELEMENT -----*/
.tag-list a:not(:hover),
.cat-list a:not(:hover){
    color: inherit;
}
.post-title a:not(:hover),
.post-author a:not(:hover),
.post-date a:not(:hover){
    color: inherit;
}
.post-meta a:not(:hover){
    color: inherit;
}
@media (min-width: 1200px){
    .post-share.elsau-dropdown:not(:hover) > .sub-menu{
        -webkit-transform: translateX(-50%) translateY(-15px);
        -moz-transform: translateX(-50%) translateY(-15px);
        -ms-transform: translateX(-50%) translateY(-15px);
        -o-transform: translateX(-50%) translateY(-15px);
        transform: translateX(-50%) translateY(-15px);
    }
}
.post-share .ovic-share-socials a:not(:hover){
    color: inherit;
}
.post-share .ovic-share-socials a:not(:hover) .icon{
    color: #222;
}
.ovic-share-socials a:not(:hover){
    color: #222;
}
/*----- PAGE -----*/
/* style-01 */
.post-item .post-readmore a:not(:hover){
    color: #0d0d0d;
}
/* style-02 */
.post-item.style-02 .post-readmore a:not(:hover){
    color: #fff;
}
/* standard */
/* list */
/* grid */
/* creative */
/* featured */
@media (min-width: 1200px){
    .blog-content.blog-grid > .post-item.style-01 .post-inner:not(:hover) .post-info{
        background-color: #fff;
        box-shadow: 0 0 0 1px #e6e6e6;
    }
    .blog-content.blog-grid > .post-item.style-01 .post-inner:hover .post-readmore a:not(:hover){
        color: #fff;
    }
    .blog-content.blog-grid > .post-item.style-01 .post-inner:not(:hover) .post-readmore{
        flex: 1 1 auto;
    }
}
@media (max-width: 1199px){
    .blog-content.blog-grid > .post-item.style-01 .post-readmore a:not(:hover){
        color: #fff;
    }
}
/*----- SHORTCODE -----*/
/* style-01 */
/* style-02 */
.blog-item.style-02 .post-date a:not(:hover){
    color: #bbb;
}
/* style-03 */
/* style-04 */
/* style-05 */
.blog-item.style-06 .post-author:not(:hover) .name,
.blog-item.style-05 .post-author:not(:hover) .name{
    color: #000;
}
/* style-06 */
/* style-07 */
/* style-08 */
/*==========================================================================
POST SINGLE
===========================================================================*/
.single-post > .post-inner .post-date a:not(:hover),
.single-post > .post-inner .post-author a:not(:hover) .name{
    color: #222;
}
.single-post > .post-inner .ovic-share-socials a:not(:hover){
    color: inherit;
}
.single-post > .post-inner .ovic-share-socials a:not(:hover) .icon{
    color: #222;
}
/*----- BLOG RELATED -----*/
/*----- PAGINATION THUMB -----*/
.pagination-thumb a:not(:hover){
    color: #353535;
}
/* style-full */
/*----- COMMENT AREA -----*/
.comments-area .comment-meta a:not(:hover){
    color: inherit;
}
.comments-area .comment-reply-title #cancel-comment-reply-link:not(:hover){
    color: inherit;
}
.comments-area .logged-in-as a:not(:hover){
    color: inherit;
}
/*==========================================================================
SHOP
===========================================================================*/
/*----- ELEMENT -----*/
/* add-to-cart*/
.add-to-cart:not(:hover)::before,
.add-to-cart:not(:hover)::after{
    opacity: 0;
    visibility: hidden;
}
/* compare, quickview, wishlist*/
/* wishlist */
/* price */
/* star rating */
.star-rating{
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
.star-rating > span{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    background-color: #fff;
}
.star-rating::before,
.star-rating > span::before{
    display: inline-block;
    float: left;
    font-family: main-icon, sans-serif;
    content: '\e909\e909\e909\e909\e909';
    font-size: 14px;
    line-height: 24px;
    margin: -1px 0 1px;
}
.star-rating > span::before{
    content: '\e908\e908\e908\e908\e908';
}
.star-rating::before,
p.stars.selected:not(:hover) a.active ~ a:before,
.star-rating > span::before,
p.stars.selected:not(:hover) a:before{
    color: #eaaf10;
}
/* star comments */
p.stars.selected:not(:hover) a.active ~ a:before{
    content: '\e909';
}
p.stars.selected:not(:hover) a:before{
    content: '\e908';
}
/* quantity */
.quantity .arrow:not(:hover){
    color: #222;
}
@-moz-document url-prefix(){
}
/* labels */
/* process-availability */
/* stock */
/* meta */
/* variations */
table.variations .reset_variations:not(:hover){
    color: #222;
}
/* growl */
/*----- PAGE -----*/
/* hover change image */
.product-item .product-inner:not(:hover) .thumb-link .second-thumb{
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}
.product-item.list .product-inner:not(:hover) .thumb-link .second-thumb{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
}
/* hover scale image */
/*----- CONTROL -----*/
.shop-control .chosen-container .chosen-single:not(:hover){
    color: #222;
}
/*----- SHOP BANNER -----*/
/*----- SHORTCODE -----*/
.product-item .product-title a:not(:hover){
    color: inherit;
}
/* style-list */
/* style-01 */
/* style-02 */
/* style-03 */
/* style-04 */
/* style-05 */
/* style-06 */
/* style-07 */
/* style-08 */
/* style-09 */
/* style-10 */
/* style-11 */
/* style-12 */
.ovic-products.style-12 .head + .woocommerce .product-list-owl:not(:hover) .slick-arrow{
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
/* style-13 */
.product-item.style-13 a.compare:not(.added):not(:hover),
.product-item.style-13 .yith-wcwl-add-to-wishlist > *:not(.yith-wcwl-wishlistaddedbrowse):not(.yith-wcwl-wishlistexistsbrowse) a:not(:hover):not(:focus){
    color: #888;
}
/* style-14 */
/* style-15 */
.product-item.style-15 .product-inner:not(:hover) .group-button{
    opacity: 0;
    visibility: hidden;
}
/* style-16 */
/* style-17 */
/* style-18 */
/* style-19 */
.product-item.style-19 .cat-list a:not(:hover)::before{
    opacity: 0.4;
}
@media (min-width: 1200px){
    .product-item.style-16 .product-inner:not(:hover) .group-button,
    .product-item.style-13 .product-inner:not(:hover) .group-button{
        opacity: 0;
        visibility: hidden;
    }
    .product-item.style-16 .product-inner:not(:hover) .group-button,
    .product-item.style-02 .product-inner:not(:hover) .group-button{
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    .product-item.style-14 .product-inner:not(:hover) .group-button,
    .product-item.style-12 .product-inner:not(:hover) .group-button,
    .product-item.style-06 .product-inner:not(:hover) .group-button,
    .product-item.style-01 .product-inner:not(:hover) .group-button{
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
    .product-item.style-13 .product-inner:not(:hover) a.yith-wcqv-button{
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}
/*==========================================================================
PRODUCT SINGLE
===========================================================================*/
/*----- GALLERY -----*/
.woocommerce-product-gallery__trigger:not(:hover){
    color: inherit;
}
/*----- SUMMARY -----*/
.entry-summary .woocommerce-review-link:not(:hover){
    color: inherit;
}
.entry-summary a.compare:not(:hover):not(.added),
.entry-summary .yith-wcwl-add-to-wishlist > *:not(.yith-wcwl-wishlistaddedbrowse):not(.yith-wcwl-wishlistexistsbrowse):not(:hover) a{
    color: #222;
}
.entry-summary .grouped_form .woocommerce-grouped-product-list-item__label a:not(:hover){
    color: #222;
}
/* summry end */
.entry-summary-end .entry-inner > * > a:not(:hover){
    color: #222;
}
/* size guide */
div.ovic-question-answers .close-question:not(:hover),
div.delivery-return .close-entry:not(:hover),
div.size-guide .close-entry:not(:hover){
    color: inherit;
}
/* q & a */
/*----- WOO TABS -----*/
.product-tab-brands .brand-item a:not(:hover){
    color: inherit;
}
/*----- RELATED, UPSELLS, CROSSSELS -----*/
/* BUNDLE */
div.ovic_bundle-wrap .column-name a:not(:hover){
    color: #222;
}
/*==========================================================================
INNER PAGE
===========================================================================*/
/*----- WPCF7 -----*/
.wpcf7 .wpcf7-acceptance a:not(:hover){
    color: inherit;
}
/*----- CART -----*/
.woocommerce table.wishlist_table td.product-name a:not(.button):not(:hover),
.woocommerce-cart-form > .shop_table td.product-name a:not(.button):not(:hover),
.woocommerce-cart-form .dataTables_wrapper > .shop_table td.product-name a:not(.button):not(:hover){
    color: #222;
}
.woocommerce-cart-form > .shop_table .quantity .arrow:not(:hover){
    color: #888;
}
/*----- DATATABLE -----*/
/*----- WISHLIST -----*/
/*----- MY ACCOUNT -----*/
.woocommerce-form-login .lost_password a:not(:hover){
    color: #222;
}
/*----- 404 ERROR -----*/
/*==========================================================================
HEADER
===========================================================================*/
.header{
    --main-header-bg: #fff;
    position: relative;
    background-color: var(--main-header-bg);
}
.header .logo{
    padding: 5px 0;
}
.menu-item::before,
.menu-item::after{
    content: '';
    display: table;
    clear: both;
}
.menu-item:not(.current-menu-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item):not(.current_page_item):not(:hover) > a,
.menu-item > .sub-menu > li:not(.current-menu-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item):not(.current_page_item):not(:hover) > a{
    color: inherit;
}
.ovic-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
/*----- LOGO -----*/
.logo{
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    margin: 0;
}
.logo a{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.logo a span{
    display: block;
    max-width: 210px;
}
/*----- TOP BAR MENU -----*/
.header-submenu li:not(:hover) > .sub-menu{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}
.box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(.current-menu-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item):not(.current_page_item):not(:hover) > a,
.box-nav-vertical .vertical-menu > .menu-item:not(.current-menu-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item):not(.current_page_item):not(:hover) > a,
.box-header-nav .block-menu-bar > a:not(:hover),
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(.current-menu-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item):not(.current_page_item):not(:hover) > a,
.box-header-nav .main-menu > .menu-item:not(.current-menu-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item):not(.current_page_item):not(:hover) > a,
.header-top .header-box > * > a:not(:hover),
.header-submenu > .menu-item:not(.current-menu-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item):not(.current_page_item):not(:hover) > a{
    color: #222;
}
@media (min-width: 1200px){
    .elsau-dropdown:not(:hover) > .sub-menu{
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
        z-index: 9;
    }
}
/*----- HEADER SOCIAL -----*/
.header-social a:not(:hover){
    color: #555;
}
/*----- HEADER MESSAGE -----*/
.header-message a:not(:hover){
    color: inherit;
}
/*----- HEADER PHONE -----*/
.header-info .link:not(:hover){
    color: inherit;
}
.header-info .link:not(:hover) .title{
    color: #222;
}
/*----- BLOCK MENU BAR -----*/
.block-menu-bar > a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    position: relative;
}
.block-menu-bar > a > *{
    display: inline-block;
    vertical-align: top;
}
@media (min-width: 1200px){
    .block-menu-bar{
        display: none !important;
    }
}
/*----- USER LINK -----*/
.block-userlink > a:not(:hover) > .text span:not(.highlight){
    color: #999;
}
/*----- WISHLIST -----*/
/*----- COMPARE -----*/
/*----- SETTINGS-----*/
/*----- MINI CART -----*/
/* popup */
.block-minicart-popup .close-minicart:not(:hover){
    color: inherit;
}
@media (min-width: 1200px){
    .block-minicart:not(:hover) > .widget_shopping_cart{
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -o-transform: translateY(15px);
        transform: translateY(15px);
    }
}
/*----- SEARCH -----*/
div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text:not(:focus){
    color: #999 !important;
}
/*----- MAIN MENU -----*/
.box-header-nav .main-menu{
    display: inline-block;
    vertical-align: top;
    list-style: none;
    padding: 0;
    margin: 0 -15px;
}
.box-header-nav .main-menu .menu-item{
    position: relative;
}
.box-header-nav .main-menu .menu-item > a{
    display: block;
    position: relative;
}
.box-header-nav .main-menu > .menu-item{
    float: left;
    text-align: start;
    margin: 0 15px;
}
.box-header-nav .main-menu > .menu-item > a{
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    padding: 13px 0;
    text-decoration: none;
}
.box-header-nav .main-menu > .menu-item:not(:last-child) > a{
    margin-inline-end: -1px;
}
.box-nav-vertical .vertical-menu > .menu-item:not(:hover) > .sub-menu,
.box-nav-vertical .vertical-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(:hover) > .sub-menu,
.box-header-nav .main-menu > .menu-item:not(:hover) > .sub-menu,
.box-header-nav .main-menu > .menu-item > .sub-menu:not(.megamenu) .menu-item:not(:hover) > .sub-menu{
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(15px);
    -moz-transform: translateX(15px);
    -ms-transform: translateX(15px);
    -o-transform: translateX(15px);
    transform: translateX(15px);
    z-index: 9;
}
.box-header-nav .main-menu > .menu-item:not(:hover) > .sub-menu{
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
}
/*----- VERTICAL MENU -----*/
.box-nav-vertical .view-all-menu a:not(:hover){
    color: inherit;
}
@media (min-width: 1500px){
    .box-header-nav .main-menu{
        margin: 0 -20px;
    }
    .box-header-nav .main-menu > .menu-item{
        margin: 0 20px;
    }
}
@media (max-width: 1199px){
    .box-header-nav .main-menu{
        display: none !important;
    }
}
@media (max-width: 767px){
    .box-header-nav .main-menu > .menu-item > a{
        padding: 11px 0;
    }
}
/*----- HEADER MAIN -----*/
.header > *,
.header .header-inner{
    position: relative;
}
/* header-banner */
/* header-control */
.inner-control{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.inner-control > *{
    margin: 0 12px;
}
.inner-control > * > a{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 24px;
    padding: 13px 0;
}
.inner-control > * > a:not(:hover){
    color: #000;
}
.inner-control > * > a .icon{
    font-size: 30px;
    font-weight: 400;
}
/* header-top */
/* style-01 */
/* style-02 */
/* style-04 */
.header.style-08 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text:not(:focus),
.header.style-04 div.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].input-text:not(:focus){
    color: #888 !important;
}
/* style-05 */
.header.style-06 .box-header-nav .main-menu > .menu-item > a::before{
    position: absolute;
    content: '';
    top: calc(50% + 8px);
    left: 1px;
    right: 1px;
    border-top: 1px solid;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header.style-06 .box-header-nav .main-menu > .menu-item:not(.current-menu-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item):not(.current_page_item):not(:hover) > a::before,
.header.style-05 .box-header-nav .main-menu > .menu-item:not(.current-menu-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item):not(.current_page_item):not(:hover) > a::before{
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}
.header.style-06 .inner-control > * > a{
    color: #fff;
}
.header.style-06 .inner-control > * > a:hover{
    opacity: 0.7;
}
/* style-06 */
.header.style-06{
    --main-header-bg: black;
}
.header.style-06{
    padding: 10px 0;
}
.header.style-06 .box-header-nav .main-menu > .menu-item > a{
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
}
.header.style-06 .inner-control > * > a .icon{
    font-size: 24px;
}
/* style-07 */
/* style-08 */
/* style-09 */
/* style-10 */
@media (min-width: 480px){
    .header.style-06 .header-inner{
        display: flex;
        align-items: center;
    }
    .header.style-06 .header-inner > *:not(:last-child){
        padding-inline-end: 15px;
    }
    .header.style-06 .header-inner > *:not(:first-child){
        padding-inline-start: 15px;
    }
    .header.style-06 .logo{
        flex: 1 1 auto;
        width: 1%;
    }
}
@media (min-width: 1200px){
    .header.style-06 .box-header-nav{
        flex: 1 1 auto;
        width: 1%;
        text-align: center;
    }
    .header.style-06 .logo{
        flex: 0 0 auto;
        width: 265px;
    }
}
@media (max-width: 1199px){
    .header{
        min-height: auto !important;
    }
    .header.style-06 .box-header-nav{
        display: none;
    }
}
@media (max-width: 767px){
    .header-top .header-submenu li:not(:hover) > .sub-menu{
        -webkit-transform: translateX(-50%) translateY(15px);
        -moz-transform: translateX(-50%) translateY(15px);
        -ms-transform: translateX(-50%) translateY(15px);
        -o-transform: translateX(-50%) translateY(15px);
        transform: translateX(-50%) translateY(15px);
    }
    .header.style-06 .inner-control{
        margin: 0 -10px;
    }
    .header.style-06 .inner-control > *{
        margin: 0 10px;
    }
}
@media (max-width: 479px){
    .header.style-06 .logo{
        text-align: center;
    }
}
/*----- HEADER STICKY -----*/
/*==========================================================================
FOOTER
===========================================================================*/
.footer{
    position: relative;
}
/*==========================================================================
OTHER ELEMENT
===========================================================================*/
/*----- VENDORS -----*/
.by-vendor-name-link:not(:hover) .text{
    color: #888;
}
/*----- PINMAP -----*/
div.ovic-pinmap .ovic-pin .ovic-wc .product-title a:not(:hover){
    color: inherit;
}
/* new */
/*----- POPUP NEWSLETTER -----*/
div.mfp-content .social-content .mfp-user a:not(:hover){
    color: #fff;
}
div.mfp-content .social-content .mfp-title a:not(:hover){
    color: inherit;
}
/*----- QUICK VIEW -----*/
/*----- BACK TO TOP -----*/
a.backtotop:not(.show){
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
a.backtotop{
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
    background-color: #c3010b;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    overflow: hidden;
    z-index: 5;
    text-decoration: none !important;
}
a.backtotop::before{
    font-family: FontAwesome, sans-serif;
    content: "\f176";
}
a.backtotop:hover,
a.backtotop:focus{
    background-color: var(--main-color);
}
@media (max-width: 767px){
    a.backtotop{
        right: 10px;
        bottom: 60px;
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
    }
}
/*----- TOOLTIP -----*/
/*==========================================================================
COLOR PATTERNS
===========================================================================*/
/* main-color */
.menu-item:hover > a,
.main-color{
    color: var(--main-color);
    fill: var(--main-color);
}
/*==========================================================================
SKIN
===========================================================================*/
/*----- ORGANIC -----*/
/*----- FOOD -----*/
/*==========================================================================
CUSTOM
===========================================================================*/
/*----- ART -----*/
/*----- TF COMMENTS -----*/

.ovic-menu-wapper{
    text-align: right;
/*    padding: 0 80px;*/
}

.horizontal ul li {
text-align: left !important;

}
#menu-primary-menu-organic-2 li {
    padding: 10px 0;
color: #fff;

}
.mobile-nav .horizontal-menu {
    padding: 10px 20px;
}
.mobile-nav .horizontal-menu li {
    padding: 10px 0;
}
.widget .ovic-menu-wapper {
    padding-left: 0px !important;
}
.ovic-menu {
    color:#fff;
}

/*----- DOTS -----*/
.slick-dots{
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    height: 17px;
    margin: 26px -3px 0;
}
.slick-dots li{
    display: inline-block;
    vertical-align: middle;
    margin: 4px 3px 0;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    -webkit-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    z-index: 4;
}
.slick-dots li button{
    display: block;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 0;
    width: 9px;
    height: 9px;
    border-radius: inherit;
    background-color: #e6e6e6;
    opacity: 1;
}
.slick-dots li.slick-active{
    padding: 2px;
    border: 2px solid var(--main-color);
}
.slick-dots li.slick-active button,
.slick-dots li:hover button{
    background-color: var(--main-color);
}
@media (max-width: 1199px){
    .slick-dots{
        margin-top: 12px;
    }
}
.skin-food .slick-dots{
    height: auto;
    margin: 20px -5px 0;
}
.skin-food .slick-dots li{
    margin: 10px 5px 0;
}
.skin-food .slick-dots li button{
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.7);
}
.skin-food .slick-dots li.slick-active{
    padding: 0;
    border: none;
}
.skin-food .slick-dots li.slick-active button,
.skin-food .slick-dots li:hover button{
    background-color: var(--main-color);
}
/* dot-02 */
.ovic-products.dot-03 .product-list-owl > .slick-dots,
.dot-03 > .slick-slider > .slick-dots,
.ovic-products.dot-02 .product-list-owl > .slick-dots,
.dot-02 > .slick-slider > .slick-dots{
    height: auto;
    margin: 20px -7px 0;
}
.ovic-products.dot-03 .product-list-owl > .slick-dots li,
.dot-03 > .slick-slider > .slick-dots li,
.ovic-products.dot-02 .product-list-owl > .slick-dots li,
.dot-02 > .slick-slider > .slick-dots li{
    margin: 10px 7px 0;
}
.ovic-products.dot-03 .product-list-owl > .slick-dots li button,
.dot-03 > .slick-slider > .slick-dots li button,
.ovic-products.dot-02 .product-list-owl > .slick-dots li button,
.dot-02 > .slick-slider > .slick-dots li button{
    width: 30px;
    height: 4px;
    border-radius: 0;
}
.ovic-products.dot-03 .product-list-owl > .slick-dots li.slick-active,
.dot-03 > .slick-slider > .slick-dots li.slick-active,
.ovic-products.dot-02 .product-list-owl > .slick-dots li.slick-active,
.dot-02 > .slick-slider > .slick-dots li.slick-active{
    padding: 0;
    border: none;
}
/* dot-03 */
.ovic-products.dot-03 .product-list-owl > .slick-dots li.slick-active button,
.ovic-products.dot-03 .product-list-owl > .slick-dots li:hover button,
.dot-03 > .slick-slider > .slick-dots li.slick-active button,
.dot-03 > .slick-slider > .slick-dots li:hover button{
    background-color: #111;
}
@media (max-width: 1199px){
    .ovic-products.dot-03 .product-list-owl > .slick-dots,
    .dot-03 > .slick-slider > .slick-dots,
    .ovic-products.dot-02 .product-list-owl > .slick-dots,
    .dot-02 > .slick-slider > .slick-dots,
    .skin-food .slick-dots{
        margin-top: 10px;
    }
}

.elementor-counter-number{
    color:#c3010b !important;
}