@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700|Poppins:300,400,500,600,700');

/*----------------------------------------*/
/* 1. Theme Default CSS
/*----------------------------------------*/
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #414141;
    font-size: 16px;
    background: #fff;
    line-height: 1.25em;
}

a:hover {
    text-decoration: none;
}

a:active,
a:hover,
a:focus {
    outline: 0 none;
    text-decoration: none
}

h4 a:hover {
    color: #3498db;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0
}

.clear {
    clear: both
}

.fix {
    overflow: hidden;
}
.d-logo {display: none;}
.sticky .d-logo {display: inline-block;}
.sticky .l-logo { display: none;}
.sticky .primary-menu-list > li > a::before {background: var(--primary-color) none repeat scroll 0 0;}
.sticky .primary-menu-list > li > a:hover {color: var(--primary-color)}
.sticky {background: var(--breadcrumb-bg-color) !important;} 
.sticky .primary-menu-list > li > a {color: var(--breadcrumb-text-color);}
.sticky .search-cart-area > ul > li > a {color:  var(--breadcrumb-text-color);}
.sticky .search-cart-area > ul > li > a > span {background: var(--primary-color) none repeat scroll 0 0;color: var(--text-color-primary-bg);}
.tooltip-inner {padding: 0.1rem 0.7rem 0.25rem;}
.section-title {position: relative;}
.absolute-header .header-top-right img {width:17px;filter: invert(1);}
.breadcrumb-bg .header-top-right img {width:20px;}
.section-title h2, .subscribe-content h2, .support-desc h4 {font-size: 24px;line-height: 24px;margin-bottom: 20px;position: relative;display: inline-block;}

.section-title.default-title > h2 {
    margin-bottom: 50px;
}

.section-styel-two:before {
    border-bottom: 1px solid #ebebeb;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.section-styel-two h2 {
    background: #fff;
    padding: 0 10px;
    margin: 0;
}

.section-title p {
    font-size: 12px;
    line-height: 22px;
}

/* product sticker css start */
.sticker-new,
.sticker-sale {
    background: var(--primary-color); none repeat scroll 0 0;
    border-radius: 20px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: 30px;
    left: 10px;
    line-height: 30px;
    min-width: 60px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    top: 10px;
    z-index: 11;
}

.sticker-sale {
    background: #343434 none repeat scroll 0 0;
    top: 50px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

::-webkit-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

:-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

::-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

:-ms-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.banner-bg-01 {
    background: url(b4.jpg)no-repeat center center / cover;
}

.banner-bg-02 {
    background: url(b5.jpg)no-repeat center center / cover;
}

.banner-bg-03 {
    background: url(b1.jpg)no-repeat center center / cover;
}

.banner-bg-04 {
    background: url(b2.jpg)no-repeat center center / cover;
}

.body-bg {
    background: url(./body-bg.png)repeat;
}

.breadcrumb-bg {background: var(--breadcrumb-bg-color) none repeat scroll 0 0;}
.breadcrumb-bg .header-top-left ul li, .header-top-right ul li {color: var(--breadcrumb-text-color) !important;}
.breadcrumb-bg .header-top-left ul li a, .header-top-right ul li a {color: var(--breadcrumb-text-color) !important;}
.breadcrumb-bg .primary-menu-list > li > a {color: var(--breadcrumb-text-color) !important;}
.breadcrumb-bg .primary-menu-list > li > a:hover {color: var(--primary-color) !important;}
.breadcrumb-bg .search-cart-area > ul > li > i {color: var(--breadcrumb-text-color) !important;}
.breadcrumb-bg .search-cart-area > ul > li > a > span {background: var(--primary-color) none repeat scroll 0 0;color: var(--text-color-primary-bg);}
.breadcrumb-bg .search-cart-area > ul > li > a {color: var(--breadcrumb-text-color) !important;}
.breadcrumb-bg .search-cart-area > ul > li > a:hover {color: var(--primary-color) !important;}
.breadcrumb-bg .header-top .row {border-bottom: 1px solid rgb(30 30 30 / 30%);}
.breadcrumb-bg .main-header .d-logo {display: inline-block;}
.breadcrumb-bg .main-header .l-logo {display: none;}
.professional-bg,
.testmonial-bg {
    padding: 346px 0;
    position: relative;
    z-index: 1;
}

.testmonial-bg {
    padding: 160px 0;
}
.testmonial-bg.tesmonial-style-two {
    padding: 80px 0;
}

/*----------------------------------------*/
/* 2.1 Header Top CSS
/*----------------------------------------*/
.absolute-header {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1049;
    width: 100%;
}

.header-top .row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 15px;
    padding-top: 15px;
}

.header-top-left ul li a i {
    font-size: 9px;
    margin-left: 5px;
}

.header-top-left ul li,
.header-top-right ul li {
    color: #ffffff !important;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
}

.header-bottom-list li a i {
    margin-left: 5px;
}

.header-top-left ul li a,
.header-top-right ul li a {
    color: #ffffff !important;
}

.header-top-right ul li a {
    padding-left: 10px;
}

.header-top-left ul li:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 15px;
    margin-right: 15px;
}

.header-top-left ul li a:hover,
.header-top-right ul li a:hover{
    color: #fafafa;
}

/*----------------------------------------*/
/* 2.2 Header Bottom CSS
/*----------------------------------------*/
.header-sticky.sticky {
    background: rgba(168, 202, 1, 0.85) none repeat scroll 0 0;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    z-index: 1049;
}

.sticky {
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
}

/* mobile menu css start*/
.sticky .mean-container a.meanmenu-reveal {
    top: -47px;
}

.submobile-mega-dropdown > li > a {
    height: 22px;
}

/* header style two for home2 css start */
.absolute-header-two {
    top: 20px;
}

.primary-menu-list > li > ul.ht-dropdown .menu-title a {font-weight: 500;font-size: 14px;color: #292929;font-family: "Oswald", sans-serif;text-transform: uppercase;margin-bottom: 15px;}

.header-style-two .primary-menu-list > li > ul.ht-dropdown li:hover > a,
.header-style-two .del-icone:hover,
.header-style-two .cart-content h6 a:hover,
.header-style-two .currency-selector ul li a:hover,
.header-style-two .search-box-view button:hover,
.header-style-two .price-content li span,
.header-style-two .cart-content span.cart-price {
    color: #dd3a3f;
}

.header-style-two .pro-quantity,
.header-style-two .cart-checkout:hover {
    background: #dd3a3f;
}

.header-style-two .container-fluid,
.abosolute-header-three .container-fluid,
.our-categorie-two .container-fluid {
    padding: 0 80px;
}

.header-style-two .megamenu,
.header-style-four .megamenu {
    width: 910px;
}

.header-style-two.sticky {
    background: rgba(221, 58, 63, 0.85) none repeat scroll 0 0;
    padding: 0;
}

/* header style  for home3 css start */
.abosolute-header-three.sticky {
    background: rgba(186, 159, 116, 0.85) none repeat scroll 0 0;
}

.abosolute-header-three .primary-menu-list > li > ul.ht-dropdown li:hover > a,
.abosolute-header-three .del-icone:hover,
.abosolute-header-three .cart-content h6 a:hover,
.abosolute-header-three .currency-selector ul li a:hover,
.abosolute-header-three .search-box-view button:hover,
.abosolute-header-three .price-content li span,
.abosolute-header-three .cart-content span.cart-price {
    color: #ba9f74;
}

.abosolute-header-three .pro-quantity,
.abosolute-header-three .cart-checkout:hover {
    background: #ba9f74;
}

/* header style four for home4 css start */
.header-style-four .container-fluid {
    padding: 0 30px;
}

.header-style-four .sticky {
    background: #fff;
}
.main_logo {width: 52%;}
/* header style two for home2 css end */
.sticky .primary-menu-list > li,
.sticky .search-cart-area > ul > li,
.sticky .logo {
    padding: 25px 0;
}
.primary-menu-list > li,
.search-cart-area > ul > li,
.search-cart-area > ul > li > a {
    position: relative;
	color: #ffffff;
}

.primary-menu-list > li,
.search-cart-area > ul > li,
.logo {
    padding: 35px 0;
}

.primary-menu-list > li > a {
    color: #ffffff;
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: .85em;
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 22px;
    margin-right: 50px;
    position: relative;
    text-transform: uppercase;
}

.primary-menu-list > li > a::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
    position: absolute;
    top: 23px;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    width: 100%;
}

.primary-menu-list > li:hover > a::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.primary-menu-list > li.active > a::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.primary-menu-list > li > a > i {
    font-size: 14px;
    margin-left: 5px;
}

.ht-dropdown {
    background: #fff;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    -webkiit-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    width: 180px;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: all 700ms ease 0s;
    transition: all 700ms ease 0s;
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}

.ht-dropdown.single-dropdown.blog-dropdown {
    width: 215px;
}

.primary-menu-list > li:hover ul.ht-dropdown,
.search-cart-area > ul > li:hover ul.ht-dropdown {
    opacity: 1;
    visibility: visible;
    -webkiit-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.primary-menu-list > li > ul.ht-dropdown > li a {
    color: #292929;
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}

.primary-menu-list > li > ul.ht-dropdown.single-dropdown {
    padding: 15px 20px;
}

/* megamenu css */
.menu-title {
    font-weight: 500;
    font-size: 14px;
    color: #292929;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.megamenu {
    width: 100%;
}

.megamenu-two {
    width: 675px
}

.megamenu-three {
    width: 460px;
}

.megamenu > li,
.megamenu-two > li,
.megamenu-three > li {
    padding: 30px;
}

.megamenu > li:not(:last-child),
.megamenu-two > li:not(:last-child),
.megamenu-three > li:not(:last-child) {
    border-right: 1px solid #f1f1f1;
}

.megamenu > li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

.megamenu-two > li {
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
}

.megamenu-three > li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

/* search and cart area css */
.search-cart-area > ul > li {
    margin-left: 30px;
    cursor: pointer;
}

.search-cart-area > ul > li:first-child {
    margin-left: 0;
}

.search-cart-area > ul > li > i {
    color: #ffffff;
    font-size: 18px;
}

.search-cart-area > ul > li:last-child a {
    padding-right: 22px;
}

.primary-menu-list > li:last-child > a {
    margin-right: 0;
}

.search-cart-area > ul > li > a > span {
    background: var(--primary-color) none repeat scroll 0 0;
    border-radius: 100%;
    color: var(--text-color-primary-bg);
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 2px;
    width: 20px;
}

.search-cart-area > ul > li ul.ht-dropdown {
    left: auto;
    right: 0;
    width: 290px;
    padding: 20px;
}

.cart-box > ul > li > a {
    color: #ffffff;
}

.cart-text {
    display: block;
}

.cart-box > ul > li > a i {
    font-size: 32px;
}

.my-cart {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-left: 40px;
    text-transform: capitalize;
    vertical-align: top;
}

.single-cart-box {
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
}

.cart-img {
    float: left;
    padding-right: 10px;
    position: relative;
    width: 35%;
}

.cart-img img {
    max-width: 100%;
}

.cart-content {
    float: left;
    padding: 0 15px 15px 0;
    width: 65%;
}

.cart-content h6 a {
    color: #292929;
    display: block;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
}

.cart-content span {
    color: #666666;
    display: block;
    font-size: 12px;
    line-height: 20px;
}

.cart-actions a {
    background: #2c2c2c none repeat scroll 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 100%;
}

.cart-checkout {
    background: #f26667 none repeat scroll 0 0;
    color: #ffffff;
}

.cart-checkout:hover {
    background-color: var(--primary-color);
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
}

.del-icone {
    color: #666666;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 45;
}

.del-icone:hover,
.cart-content h6 a:hover,
.currency-selector ul li a:hover {
    color: var(--primary-color);
}

.total-price {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-top: 2px;
}

.wish-list-item {
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}

.wish-list-item::after {
    background-color: #ffffff;
    content: "";
    height: 29px;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: -10px;
    width: 1px;
}

.total-pro {
    background: var(--primary-color); none repeat scroll 0 0;
    border-radius: 100%;
    font-size: 12px;
    height: 20px;
    left: 30px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 20px;
}

.single-cart-box,
.price-content {
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
}

.price-content {
    overflow: hidden;
    padding-bottom: 20px;
}

.price-content li {
    color: #3e3d43;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.price-content li span,
.cart-content span.cart-price {
    color: var(--primary-color);
    float: right;
    font-size: 14px;
    font-weight: 500;
}

.cart-content span.cart-price {
    float: none;
    margin: 5px 0;
}

.pro-quantity {
    background: var(--primary-color); none repeat scroll 0 0;
    border-radius: 100%;
    color: #ffffff;
    font-size: 11px;
    left: 5px;
    line-height: 23px;
    min-width: 25px;
    padding: 2px 0 0;
    position: absolute;
    text-align: center;
    top: 3px;
}

/* currency selection css*/
.currency-selector h3 {
    border-bottom: 1px solid rgba(55, 55, 55, 0.1);
    color: #292929;
    font-size: 12px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.currency-selector ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #6b6b6b;
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 3px 20px;
    text-transform: capitalize;
    width: 100%;
}

/* search box css */
.search-box-view input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ffffff;
    color: #a9a9a9;
    font-size: 13px;
    height: 55px;
    padding: 0 55px 0 20px;
    width: 100%;
}

.search-box-view button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #444;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 6px;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    width: 45px;
}

.search-box-view button:hover {
    color: var(--primary-color);
}

.search-cart-area > ul > li ul.ht-dropdown.search-box-view {
    background: none;
    width: 530px;
    padding: 0;
}

/*----------------------------------------*/
/* 3. Slider CSS
/*----------------------------------------*/
.slide.align-center-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fullscreen {
    height: 100vh;
    width: 100%;
}

.subscribe-area .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 520px;
}

/* animation-style-01 */
.owl-item.active .animation-style-01 .slider-content h1 {
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running zoomInRight;
    animation: 800ms ease-in-out 0s normal none 1 running zoomInRight;
}

.owl-item.active .animation-style-01 .slider-content h2 {
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running zoomInRight;
    animation: 1200ms ease-in-out 0s normal none 1 running zoomInRight;
}

.owl-item.active .animation-style-01 .slider-content p {
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running zoomInRight;
    animation: 1600ms ease-in-out 0s normal none 1 running zoomInRight;
}

.owl-item.active .animation-style-01 .slider-content .slide-btn {
    -webkit-animation: 2000ms ease-in-out 0s normal none 1 running zoomInRight;
    animation: 2000ms ease-in-out 0s normal none 1 running zoomInRight;
}

/* animation-style-02 */
.owl-item.active .animation-style-02 .slider-content h1 {
    -webkit-animation: 800ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 800ms ease-in-out 0s normal none 1 running zoomInUp;
}

.owl-item.active .animation-style-02 .slider-content h2 {
    -webkit-animation: 1200ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 1200ms ease-in-out 0s normal none 1 running zoomInUp;
}

.owl-item.active .animation-style-02 .slider-content p {
    -webkit-animation: 1600ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 1600ms ease-in-out 0s normal none 1 running zoomInUp;
}

.owl-item.active .animation-style-02 .slider-content .slide-btn {
    -webkit-animation: 2000ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 2000ms ease-in-out 0s normal none 1 running zoomInUp;
}

/* home2 sldier animation */
.owl-item.active .animation-style-01 .slider-content h2.heading-two {
    -webkit-animation: 1400ms ease-in-out 0s normal none 1 running zoomInLeft;
    animation: 1400ms ease-in-out 0s normal none 1 running zoomInLeft;
}

.owl-item.active .animation-style-01 .slider-content h3 {
    -webkit-animation: 1800ms ease-in-out 0s normal none 1 running zoomInRight;
    animation: 1800ms ease-in-out 0s normal none 1 running zoomInRight;
}

/* home2 slider animation */
.owl-item.active .animation-style-02 .slider-content h2.heading-two {
    -webkit-animation: 1400ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 1400ms ease-in-out 0s normal none 1 running zoomInUp;
}

.owl-item.active .animation-style-02 .slider-content h3 {
    -webkit-animation: 1800ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 1800ms ease-in-out 0s normal none 1 running zoomInUp;
}

/* default owl nav css start */
.owl-nav div {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 60px;
    line-height: 60px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 10px;
    font-size: 22px;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
    width: 60px;
    z-index: 8;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.slider-activation:hover .owl-nav div,
.deal-pro-active:hover .owl-nav div,
.brand-logo-active:hover .owl-nav div,
.blog-activation:hover .owl-nav div {
    opacity: 1;
}

.owl-nav div.owl-next {
    right: 10px;
    left: auto;
}

/* deal of the day,brand logo nav css start */
.deal-pro-active .owl-nav div,
.brand-logo-active .owl-nav div,
.blog-activation .owl-nav div {
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    left: -10px;
}

.deal-pro-active .owl-nav div.owl-next,
.brand-logo-active .owl-nav div.owl-next,
.blog-activation .owl-nav div.owl-next {
    right: -10px;
    left: auto;
}

.deal-pro-active .owl-nav div:hover,
.brand-logo-active .owl-nav div:hover,
.blog-activation .owl-nav div:hover {
    background: #fff;
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.deal-pro-active:hover .owl-nav div.owl-prev,
.brand-logo-active:hover .owl-nav div.owl-prev,
.blog-activation:hover .owl-nav div.owl-prev {
    left: -25px;
}

.deal-pro-active:hover .owl-nav div.owl-next,
.brand-logo-active:hover .owl-nav div.owl-next,
.blog-activation:hover .owl-nav div.owl-next {
    right: -25px;
}

/* default pagination dot css */
.owl-dots {
    bottom: 0;
    margin-top: 40px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 12;
}

.owl-dots .owl-dot {
    background: #d7d7d7;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    border-radius: 8px;
    font-size: 0;
    margin: 0 4px;
    position: relative;
    text-align: center;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    width: 8px;
    z-index: 8;
}

/* slider pagination dot css  */
.slider-activation .owl-dots {
    bottom: 60px;
    margin-top: 0;
    position: absolute;
}

.slider-activation .owl-dots .owl-dot {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-radius: 10px;
    height: 3px;
    margin: 0 4px;
    width: 25px;
    z-index: 8;
}

.slider-activation .owl-dots .owl-dot.active {
    width: 32px;
    background: #fff;
}

/* home2 slider pagination & nav css  */
.slider-style-two .owl-dots {
    bottom: 30px;
}

.slider-activation.slider-style-two .owl-dots .owl-dot.active {
    background: #fff;
}

.slider-style-two .owl-nav div:hover,
.slider-style-two .slide-btn a:hover,
.slider-style-two .shop-now:hover {
    background: #dd3a3f;
    color: #fff;
}

.categorie-acitve .owl-dots .owl-dot.active,
.featured-pro-color-style-two .owl-dots .owl-dot.active,
.testmonial-color-two .owl-dots .owl-dot.active {
    background: #dd3a3f;
}

.brand-red-color .owl-nav div:hover {
    border-color: #dd3a3f;
    color: #dd3a3f;
}

.brand-brown-color .owl-nav div:hover {
    border-color: #ba9f74;
    color: #ba9f74;
}

/* home2 red color product sticker and pro actions color css  */
.featured-pro-color-style-two .sticker-new {
    background: #dd3a3f;
}

.featured-pro-color-style-two .add-cart:hover,
.featured-pro-color-style-two .quick-view:hover {
    background: #dd3a3f none repeat scroll 0 0;
    color: #fff;
}

.featured-pro-color-style-two .rating i,
.featured-pro-color-style-two .pro-content h4 a:hover {
    color: #dd3a3f;
}

/* home-3 color product sticker and pro actions color css  */
.featured-pro-color-style-three .sticker-new {
    background: #ba9f74;
}

.featured-pro-color-style-three .add-cart:hover,
.featured-pro-color-style-three .quick-view:hover {
    background: #ba9f74 none repeat scroll 0 0;
    color: #fff;
}

.featured-pro-color-style-three .rating i,
.featured-pro-color-style-three .pro-content h4 a:hover {
    color: #ba9f74;
}

.featured-pro-color-style-three .owl-dots .owl-dot.active {
    background: #ba9f74 none repeat scroll 0 0;
}

/* home3 slider pagination & nav css  */
.slider-home-three .owl-nav div {
    background: #1f1f0a;
}

.slider-home-three .owl-nav div:hover,
.slider-home-three .slide-btn a:hover,
.slider-home-three .shop-now:hover {
    background: #ba9f74;
    color: #fff;
}

.slider-activation.slider-home-three .owl-dots .owl-dot.active {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
}

.slider-activation.slider-home-three .owl-dots .owl-dot {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}

/* slider content css */
.slider-content h1,
.slider-content h3 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 200;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.slider-content h2 {
    color: #ffffff;
    font-size: 85px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 85px;
}

.slider-content p {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 30px;
    max-width: 53%;
    position: relative;
}

.slide-btn a,
.shop-now {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 30px;
    color: #292929;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 47px;
    padding: 0 40px;
    font-family: "Oswald", sans-serif;
    pointer-events: visible;
    position: relative;
    text-transform: uppercase;
}

.slider-style-two .slide-btn a {
    margin-top: 15px;
}



/* slider upper progress bar */
.slider-activation .owl-item.active .slider-progress {
    -webkit-animation: 5000ms ease-in-out 0s normal none 1 running timebar;
    animation: 10000ms ease-in-out 0s normal none 1 running timebar;
    background: rgba(0, 0, 0, .3);
    height: 5px;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 4;
}

@-webkit-keyframes timebar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes timebar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes timebar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

/* home4 slider & header css */
.slider-style-three .slider-content h1,
.slider-style-three .slider-content h2,
.slider-style-three .slider-content p,
.header-style-four .primary-menu-list > li > a,
.header-style-four .search-cart-area > ul > li > i {
    color: #292929;
}

.header-style-four .primary-menu-list > li > a::before,
.slider-activation.slider-style-four .owl-dots .owl-dot.active {
    background: #292929 none repeat scroll 0 0;
}

.slider-activation .owl-dots .owl-dot {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}

.slider-style-three .slide-btn a {
    background: #292929;
    color: #fff;
}

.header-style-three .container-fluid {
    padding: 0 30px;
}

.slider-style-three .owl-nav div {
    left: 80px;
}

.slider-style-three .owl-nav div.owl-next {
    right: 80px;
    left: auto;
}

/*----------------------------------------*/
/* 4. Featured Products CSS
/*----------------------------------------*/
.main-featured-area,
.deal-product,
.newpro-bestseller,
.online-support {
    position: relative;
    z-index: 2;
}

.main-featured-area .container,
.deal-product .container,
.newpro-bestseller .container,
.online-support .container {
    background: #ffffff none repeat scroll 0 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    padding: 30px 30px 80px;
}

.shop-now {
    background: #343434 none repeat scroll 0 0;
    color: #fff;
    font-family: "Poppins",sans-serif;
    line-height: 41px;
    padding: 2px 30px 0;
}
.filled svg {fill: #6ae108 !important;}
.featured-pro-active .owl-item,
.second-featured-pro-active .owl-item,
.featured-pro-active-two .owl-item,
#grid-view .single-jarv-product {
    border-color: #f1f1f1 #f1f1f1 #f1f1f1 transparent;
    border-style: solid;
    border-width: 1px;
    position: relative;
}
.single-jarv-product .loader {position: absolute;object-fit: scale-down;z-index: 99;left: 0;top: 20px;}
.add-to-wishlist .loader {position: absolute;object-fit: scale-down;z-index: 99;left: 0;top: 20px;}
.featured-pro-active .owl-item.last,
.second-featured-pro-active .owl-item.last,
.featured-pro-active-two .owl-item.last {
    border-right: 1px solid transparent;
}

.second-featured-pro-active .single-jarv-product:first-child {
    border-bottom: 1px solid #f1f1f1;
}

.border-hover-effect .single-jarv-product::before {
    border: 1px solid transparent;
    bottom: -1px;
    content: "";
	border-radius: 10px;
    left: -1px;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: -1px;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    z-index: 10;
}

.border-hover-effect.border-red-effect .single-jarv-product:hover:before {
    border-color: #dd3a3f;
}

.border-hover-effect.border-brown-effect .single-jarv-product:hover:before {
    border-color: #ba9f74;
}

.border-hover-effect.border-grey-effect .single-jarv-product:hover:before {
    border-color: #edeff3;
}

.featured-bannner {
    padding: 65px 40px;
}

.featured-bannner:hover .banner-info,
.professional-bg:hover .banner-info {
    -webkit-animation: 0.5s linear 0s normal none 1 running fadeInRightCus;
    animation: 0.5s linear 0s normal none 1 running fadeInRightCus;
}

.banner-content {
    max-width: 480px;
}

.banner-info h2 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.banner-info h2 span {
    display: block;
    font-size: 24px;
    font-weight: 500;
}

.banner-info p {
    color: #343434;
    font-size: 14px;
    margin-bottom: 20px;
}

/* home-4 featured banner style css start */
.featured-banner-area .container-fluid,
.section-big-banner .container-fluid {
    padding: 0 30px;
}

/* home-4 featured banner style css end */
.single-jarv-product img {
    width: 100%;
}
.front_img {object-fit: cover;height: 100%;width: 100%;}
.single-jarv-product .front, .back img {
    width: 100%;
    object-fit: cover;
}
.single-jarv-product {
    text-align: center;
    position: relative;
	margin: 5px;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.pro-img {
    position: relative;
	overflow: hidden;
}
.single-jarv-product .pro-img .badge-name {
    position: absolute;
    top: 20px;
    left: 15px;
	right: unset;
    padding: 0 7px;
    font-weight: 500;
    background: var(--gradient-bg);
	color: #fff !important;
    border: 0 !important;
    line-height: 20px;
    font-size: 11px;
    gap: 3px;
    box-shadow: rgb(149 157 165 / 7%) 0 8px 24px;
    z-index: 1;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.badge-name svg {display: none;}

.pro-img:before {
    content: "";
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    z-index: 2;
}

.single-jarv-product:hover .pro-img:before {
    opacity: 1;
}
.featured-pro-active .owl-item:hover {transform: translateY(-10px);transition: 0.8s;}
.categorie-acitve .owl-item:hover {transform: translateY(0);}
.forward:hover {-webkit-transform: translateX(8px);transform: translateX(8px);transition-duration: .3s;transition-property: transform;}
.single-jarv-product:hover {
transition: 0.8s;
box-shadow: 0px 15px 10px -15px #111;
}
.pmethod {padding-bottom: 10px;}
.pro-content {
    padding: 10px 30px;
}

.pro-content h4 a {
    color: #2e2e2e;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
}

.rating {
    margin-bottom: 10px;
}

.rating i {
    color: var(--primary-color);
    font-size: 12px;
}

.price {
	color: #292929;
    display: block;
    font-size: 16px !important;
    background: -webkit-linear-gradient(#ff0000, var(--primary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.discount {
    color: red;
	font-size: 14px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
}
.prev-price {
	color: #999191;
    text-decoration: line-through;
}

.price,
.prev-price {
    font-size: 14px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
}

/* product button css */
.pro-actions {
    left: 50%;
    position: absolute;
    top: 90%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
	padding-bottom: 10px;
}

.quick-view {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.add-cart {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.available-option {
    -webkit-transform: translateY(+20px);
    transform: translateY(+20px);
}
.available-option svg {width: 20px;height: 20px;position: relative;color:white;}
.add-cart,
.quick-view {
    background: #343434 none repeat scroll 0 0;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 5px;
    min-width: 120px;
    opacity: 0;
    padding: 0 29px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.available-option, .quick-view {
    border-radius: 30px;
    color: #fff !important;
	background: var(--gradient-bg);
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
	padding: 5px;
    font-weight: 500;
    min-width: 150px;
	margin-bottom: 5px;
    opacity: 0;
    transition: all 300ms ease-in 0s;
}
.available-option span {vertical-align: middle;}

.single-jarv-product:hover .quick-view,
.single-jarv-product:hover .add-cart,
.single-jarv-product:hover .available-option {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 1;
}

.add-cart:hover,
.quick-view:hover {
    background: var(--primary-color);
    color: #fff;
}


/*----------------------------------------*/
/* 5. Professional Banner CSS
/*----------------------------------------*/
.professional-bg .banner-content {
    right: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 12;
    max-width: 100%;
}

.professional-bg .banner-info h2 {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    color: var(--primary-color);
    font-size: 3.5rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.professional-bg .banner-info h2 span {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 200;
}

.professional-bg .banner-info p {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

/*----------------------------------------*/
/* 6. Deal Of The Day CSS
/*----------------------------------------*/
.deal-product .container {
    padding: 80px 120px;
    position: relative;
}
.deal-product .single-jarv-product:hover {transform: unset;box-shadow: unset;}
.deal-product .single-jarv-product {box-shadow: unset;}
.deal-product .container::before {
    background: rgba(0, 0, 0, 0) url("./deal-bg-en.png") no-repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 30px;
    position: absolute;
    top: 80px;
    width: 95px;
    z-index: 55;
}

.deal-pro-active .pro-img {
    border: 1px solid #ebebeb;
    float: left;
    margin-right: 30px;
    width: 37%;
}

.deal-pro-active .pro-content,
.new-multipro .pro-content {
    overflow: hidden;
}

.deal-pro-active .pro-content h4 a {
    font-size: 18px;
}

.deal-pro-active .pro-content p + p {
    margin-top: 22px;
}

.deal-pro-active .pro-content .price,
.deal-pro-active .pro-content .prev-price {
    font-size: 16px;
}

.deal-pro-active .single-jarv-product,
.new-multipro .single-jarv-product {
    text-align: left;
}

.countdown .count:last-child {
    margin-right: 0;
}

.count {
    border-width: 2px;
    border-style: solid;
    border-image: linear-gradient(to right, darkblue, darkorchid) 1;
    width: 70px;
    padding: 15px 8px;
    text-align: center;
    margin-right: 30px;
	border-radius: 15px !important;
}

.count p {
    border-bottom: 2px solid var(--primary-color);
    color: #292929;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-family: "Oswald", sans-serif;
}

.count span {
    color: #9D9DB5;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Oswald", sans-serif;
    display: block;
}

/*----------------------------------------*/
/* 7. Testmonial CSS
/*----------------------------------------*/
.testmonial-active.owl-carousel .owl-item img {
    border-radius: 100%;
}
.instagram-post .testmonial-active.owl-carousel .owl-item img {
    border-radius: 0;
}
.single-testmonial.text-center {
    margin-top: 20px;
}

.testmonial-img {
    border: 2px solid #ffffff;
    border-radius: 100%;
    height: 70px;
    margin: auto auto 50px;
    position: relative;
    width: 70px;
}

.testmonial-img:before {
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    bottom: -12px;
    content: "";
    left: -12px;
    pointer-events: none;
    position: absolute;
    right: -12px;
    top: -12px;
}

.testmonial-img:after {
    border: 10px solid rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    bottom: -22px;
    content: "";
    left: -22px;
    pointer-events: none;
    position: absolute;
    right: -22px;
    top: -22px;
}

.single-testmonial h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.single-testmonial p {
    color: #ffffff;
    font-size: 12px;
    line-height: 24px;
    margin: auto;
    max-width: 65%;
}

/* home-3 tesmonial two css */
.testmonial-two .testmonial-img:before {
    border-color: #e6ddcd;
}

.testmonial-two .testmonial-img:after {
    border-color: #f1ece3;
}

.testmonial-two .single-testmonial h3,
.testmonial-two .single-testmonial p {
    color: #292929;
}

.testmonial-two .owl-dots .owl-dot.active {
    background: #ba9f74 none repeat scroll 0 0;
}

.testmonial-two .testmonial-active {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 80px;
}

/*----------------------------------------------*/
/* 8. New Products & Best Seller & Brand Logo CSS
/*---------------------------------------------*/
.newpro-bestseller .container,
.online-support .container {
    padding: 80px 30px;
}

.new-multipro .pro-img {
    width: 98px;
    margin-right: 30px;
}

.new-multipro .pro-content {
    padding: 0 0 15px 0;
	width: 100%;
}

.new-multipro .single-jarv-product {
    border-bottom: 1px solid #ebebeb;
}

.sale-banner {
    position: relative;
}

.sale-banner:before {
    border: 8px solid rgba(255, 255, 255, 0.2);
    bottom: 30px;
    content: "";
    left: 30px;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 500ms ease-in 0s;
    transition: all 500ms ease-in 0s;
}

.sale-banner:hover:before {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
}

.categorie-acitve.owl-carousel img {
    width: auto;
    margin: auto;
    border-radius: 10%;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.brand-logo-active.owl-carousel img {
    width: auto;
    margin: auto;
    border-radius: 10%;
	border: 1px #808080c2 solid;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
/*----------------------------------------------*/
/* 9. Subscribe Area CSS
/*---------------------------------------------*/
.newsletter-box form {
    position: relative;
}

.newsletter-box.blog-details-box button {
    border-radius: 0;
    padding: 0 15px;
    letter-spacing: 1px;
}

.newsletter-box.blog-details-box .subscribe {
    border-radius: 0;
}

.newsletter-box .subscribe {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 30px;
    color: #8f8f8f;
    font-size: 12px;
    height: 47px;
    line-height: 47px;
    padding: 11px 135px 10px 20px;
    width: 100%;
}

.newsletter-box .submit {
    background: var(--primary-color) none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 47px;
    padding: 0 40px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.newsletter-box .submit:hover {
    background: var(--gradient-bg);
}

.subscribe-content-two .newsletter-box .submit:hover {
    background: #dd3a3f;
}

.subscribe-content-three .newsletter-box .submit:hover {
    background: #ba9f74;
}

.subscribe-content h6 {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.subscribe-content h6 span {
    color: var(--primary-color);
}

.subscribe-content-two h6 span {
    color: #dd3a3f;
}

.subscribe-content-three h6 span {
    color: #ba9f74;
}

.subscribe-content h2,
.support-desc h4 {
    margin-bottom: 30px;
    font-weight: 600;
}

.subscribe-content p {
    font-size: 12px;
    letter-spacing: 0.025em;
    margin-bottom: 50px;
}

/*----------------------------------------------*/
/* 10. Online Support Area CSS
/*---------------------------------------------*/
.support-styel-two .container {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.online-support .container {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    padding: 40px 30px;
}

.single-support {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-support:hover .support-img img {
    -webkit-transform: translateY(-5px);
    transform: translateY(-10px);
}

.support-img {
    margin-right: 15px;
}

.support-desc h4 {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.support-style-three .single-support {
    display: block;
    text-align: center;
}

.support-style-three .single-support .support-img {
    margin-right: 0;
}

.support-style-three .single-support .support-desc {
    padding-top: 10px;
}

.support-inner {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 80px;
}


/*----------------------------------------*/
/* 11. Footer CSS
/*----------------------------------------*/
.single-footer h3 {
    margin-bottom: 30px;
}

.single-footer h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
}

.single-footer h4 {
    font-size: 12px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.footer-content p {
    font-size: 12px;
    letter-spacing: 0.025em;
    line-height: 28px;
    margin-bottom: 30px;
}

.footer-link li {
    display: inline-block;
    margin-right: 20px;
}

.footer-link li a {
    color: #9e9e9e;
    font-size: 12px;
    letter-spacing: 0.025em;
    text-transform: capitalize;
}

.footer-link li a:hover {
    color: var(--primary-color);
}

.footer-list li a {
    display: block;
    font-size: 12px;
    line-height: 28px;
    text-transform: capitalize;
}

.footer-list li a:hover {
    color: var(--primary-color);
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.social-footer li a {
    background: #293442 none repeat scroll 0 0;
    border-radius: 5px;
    color: #bbb;
    display: inline-block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    margin-left: 15px;
    padding: 0;
    text-align: center;
    width: 36px;
}

.social-footer li a:hover {
    background: var(--primary-color);
    color: #fff;
}

.copyright-text a {
    color: var(--primary-color);
}

.copyright-text-two a {
    color: #dd3a3f;
}

.copyright-text {
    word-spacing: 1px;
}

.copyright-text a:hover,
.footer-address li a.footer-email:hover {
    text-decoration: underline;
}

.social-style-two li {
    display: inline-block;
    padding: 0 15px;
}

.social-style-two li a {
    color: #9e9e9e;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 25px;
    padding: 0;
    display: inline-block;
    text-transform: uppercase;
}

.social-style-two li a:hover {
    color: #dd3a3f;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.social-style-two.social-style-three li a:hover {
    color: var(--primary-color);
}

.footer-brown-color .social-style-two.social-style-three li a:hover {
    color: #ba9f74;
}

.footer-brown-color .footer-address li a.footer-email {
    color: #ba9f74;
}

.footer-brown-color .copyright-text a {
    color: #ba9f74;
}

.footer-address li {
    color: #9e9e9e;
    display: inline-block;
    line-height: 1;
    font-size: 12px;
    padding: 0 20px;
}

.footer-address li:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-address li a.footer-email {
    color: var(--primary-color);
}

.footer-bottom-style-two {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/*----------------------------------------*/
/* 12. Our Categorie CSS
/*----------------------------------------*/
.main-categorie,
.main-blog-area {
    border-bottom: 1px solid #ebebeb;
}

.categorie-acitve.owl-carousel img {
    margin: auto;
	width: 100%;
}

.cat-img {
    border: 2px solid #ebebeb;
    border-radius: 100%;
    margin: auto auto 20px;
    max-height: 125px;
    max-width: 125px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
}

.cat-name a,
.single-cat-desc a {
    color: #343434;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
    font-family: "Oswald", sans-serif;
}

.cat-name .cat-number {
    color: #b8b8b8;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=number] {
  -moz-appearance: textfield;
}

/* home-3 single image categore css */
.single-img-categorie {
    position: relative;
}

.single-cat-desc {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 55;
}

.single-cat-desc img {
    max-width: 100%!important;
    margin: auto;
}

.single-cat-desc a {
    display: block;
    margin-top: 25px;
    color: #fff;
}

.single-img-categorie:hover .single-cat-desc a {
    color: var(--primary-color);
}

.single-img-categorie {
    position: relative;
    overflow: hidden;
}

.single-img-categorie::before {
    background: rgba(12, 13, 22, 0.7) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
    z-index: 10;
}

.single-img-categorie:hover::before {
    bottom: 20px;
    left: 20px;
    right: 20px;
    top: 20px;
}

.single-img-categorie img {
    -webkit-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s;
}

.single-img-categorie:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.single-img-categorie-active .owl-dots {
    bottom: 30px;
    margin-top: 0;
    position: absolute;
}

.single-img-categorie-active .owl-dots .owl-dot.active {
    background: #ba9f74;
}


/*----------------------------------------*/
/* 13. Blog & Blog Details CSS
/*----------------------------------------*/
.jarv-blog .container-fluid {
    padding: 0 100px;
}

.single-blog img {
    width: 100%;
    height: 100%;
}

.blog-content {
    padding: 20px;
}

.blog-left-sidebar-desc {
    padding-left: 20px;
}

.blog-right-sidebar-desc {
    padding-right: 20px;
}

.blog-content h4 a {
    color: #292929;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.meta-box {
    margin: 15px 0;
}

.meta-box li {
    display: inline-block;
}

.meta-box li {
    color: #666666;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    margin-right: 20px;
    text-transform: capitalize;
}

.meta-box li i {
    margin-right: 5px;
}

.meta-box li a {
    color: #666666;
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    margin-right: 20px;
    text-transform: capitalize;
}

.blog-details .meta-box li a:hover {
    color: var(--primary-color);
}

.blog-entry-meta-two .meta-box li a:hover,
.blog-entry-meta-two .blog-content h4 a:hover {
    color: #dd3a3f;
}

.blog-entry-meta-three .meta-box li a:hover,
.blog-entry-meta-three .blog-content h4 a:hover {
    color: #ba9f74;
}

.blog-entry-meta-default .meta-box li a:hover,
.blog-entry-meta-default .blog-content h4 a:hover,
.jarv-blog .meta-box li a:hover,
.jarv-blog .blog-content h4 a:hover {
    color: var(--primary-color);
}

.jarv-blog .blog-left-sidebar-desc [class*="col-"],
.jarv-blog .blog-right-sidebar-desc [class*="col-"],
.jarv-blog.grid-blog [class*="col-"] {
    margin-bottom: 40px;
}

.blg-readmore {
    color: var(--primary-color);
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
}

.blg-readmore:after {
    content: "\f101";
    font-family: FontAwesome;
    margin-left: 3px;
}

.blg-readmore:hover {
    color: #7b7b7b;
}

.single-jarv-blog,
.single-blog {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    height: 100%;

}

.blog-img,
.blog-hero-img {
    position: relative;
    overflow: hidden;
}

.single-blog .blog-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.entry-meta {
    left: 0;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
}

.entry-meta .date::before {
    border: 1px solid #fff;
    content: "";
    display: inline-block;
    height: 88%;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 59px;
}

.entry-meta .date {
    background: var(--primary-color);
    color: #fff;
    padding: 18px;
    text-transform: uppercase;
}

.entry-meta .date span {
    font-size: 30px;
    font-weight: 600;
    line-height: 27px;
    color: #fff;
}

.entry-meta .date p {
    color: #fff;
}

.blog-activation .owl-stage-outer {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px;
    margin-top: -10px;
}

.blog-entry-meta-two .entry-meta .date {
    background: var(--gradient-bg);
}

.blog-entry-meta-two .single-blog .date a {
    color: var(--text-color-primary-bg);
}

.blog-entry-meta-three .entry-meta .date {
    background: #ba9f74;
	cursor: pointer;
}

.blog-entry-meta-three .blg-readmore {
    color: #ba9f74;
}

.embed-responsive {
    height: 100%;
}

.pagination-blog {
    text-align: center;
}

.pagination-blog li a {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    color: #444;
    display: block;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 40px;
}

.pagination-blog li {
    display: inline-block;
    margin-right: 1px;
}

.pagination-blog li.active a,
.pagination-blog li a:hover {
    background: var(--primary-color); none repeat scroll 0 0;
    color: #ffffff;
    border-color: var(--primary-color);
}

/* blog details css */
.blog-details {
    padding-right: 20px;
}

.blog-details.blog-details-two {
    padding-right: 0;
    padding-left: 20px;
}

.blog-details p {
    font-size: 13px;
}

.submit-review .login-btn {
    margin-bottom: 0;
}

.details-meta {
    margin-bottom: 30px;
}

.meta-box.meta-blog {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 35px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.blogquote.blockquote {
    background: #f1f1f1 none repeat scroll 0 0;
    margin: 40px 0;
    padding: 45px;
    border-left: 3px solid var(--primary-color);
}

.blogquote.blockquote p {
    font-size: 15px;
    padding-bottom: 10px;
}

.blog-dtl-header {
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
}

.tags-social {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.t-list {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}

.tags-social li a {
    color: #555;
    font-size: 14px;
    margin-left: 5px;
    text-transform: capitalize;
}

.tags-social li a:hover,
.pagination li a:hover {
	background: var(--gradient-bg);
	color: var(--text-color-primary-bg);
}

.pagination li a {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 500;
}

.pagination li a i.fa-long-arrow-left {
    margin-right: 5px;
}

.pagination li a i.fa-long-arrow-right {
    margin-left: 5px;
}

.submit-review .form-group input,
.submit-review textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor currentcolor #eee;
    -o-border-image: none;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-size: 14px;
    padding-left: 0;
}

.submit-review .form-group {
    margin-bottom: 45px;
}

.submit-review textarea {
    height: 150px;
}

.submit-review .form-group input:focus,
.submit-review textarea:focus {
    border-color: var(--primary-color);
}

.single-comment {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
}

.reply-comment {
    margin-left: 135px;
}

.author .single-comment {
    background: #fafafa none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 40px;
}

.comment-img {
    margin-right: 20px;
}

.comment-desc h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.author h6 {
    margin-bottom: 10px;
}

.comment-desc h6 a {
    color: #303030;
}

.comment-title span {
    color: #a2a2a2;
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
}

.comment-reply a {
    color: #303030;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
}

.comment-reply a:hover,
.comment-desc h6 a:hover {
    color: var(--primary-color);
}

.sidebar-header {
    border-bottom: 4px double #303030;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.categorie-list a::before {
    content: "";
    font-family: FontAwesome;
    font-size: 13px;
    padding-right: 5px;
}

.categorie-list li a {
    background: #fff none repeat scroll 0 0;
    color: #696969;
    font-size: 14px;
    font-weight: 400;
    padding-right: 20px;
    text-transform: capitalize;
}

.categorie-list li span {
    background: #fff none repeat scroll 0 0;
    float: right;
    padding-left: 20px;
}

.categorie-list li:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.all-recent-post .single-recent-post:not(:last-child) {
    margin-bottom: 30px;
}

.single-recent-post {
    overflow: hidden;
}

.recent-img {
    float: left;
    margin-right: 15px;
    width: 100px;
}

.recent-desc {
    overflow: hidden;
}

.recent-desc span {
    display: inline-block;
    font-size: 13px;
}

.recent-desc h6 a {
    color: #303030;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.recent-desc h6 a:hover,
.categorie-list li a:hover {
    color: var(--primary-color);
}

.tag-list {
    margin: 0 -6px;
}

.tag-list li a {
    background-color: #303030;
    border: 1px solid #efefef;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 6px 10px;
    padding: 8px 20px;
    text-transform: uppercase;
}

.tag-list li a:hover {
    background: var(--primary-color);
}

.insta-content {
    text-align: center;
    background: #f1f2f4;
    padding: 30px 0 50px;
}

.insta-content h4 {
    text-transform: uppercase;
    font-size: 14px;
}

.testmonial-active.instagram-style .owl-dots {
    bottom: 30px;
    margin-top: 0;
    position: absolute;
}

.testmonial-active.instagram-style.owl-carousel .owl-item img {
    width: 100%;
}

/*----------------------------------------*/
/* 14. Breadcrumb CSS
/*----------------------------------------*/
.breadcrumb-area {
    background: #f1f2f4 none repeat scroll 0 0;
    padding: 20px 0;
}

.breadcrumb-area .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
}

.breadcrumb-item a,
.breadcrumb-item {
    color: #505050;
    font-size: 14px;
    text-transform: capitalize;
}

/*----------------------------------------*/
/* 15. Shop Page CSS
----------------------------------------*/

/* shop sidebar css */
.sidebar {
    border: 1px solid #ebebeb;
    padding: 20px;
	border-radius: 15px;
}

.sidebar .form-check {
    padding-left: 0;
}

.sidebar-title {
    color: #363636;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

/* price slider css */
.ui-slider-handle.ui-state-default.ui-corner-all {
    border: medium none;
    border-radius: 50%;
    height: 13px;
    margin-left: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    background: #a7aab3 none repeat scroll 0 0;
    border-radius: 0;
    height: 4px;
}

.ui-widget.ui-widget-content {
    background: #d7d7d7 none repeat scroll 0 0;
    border: medium none;
    height: 4px;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0;
}

.ui-slider-handle.ui-corner-all.ui-state-default.ui-state-focus {
    outline: medium none;
}

.amount-range {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #666;
    font-size: 15px;
    margin-top: 10px;
    padding: 5px 0;
}

.amount-range,
.price-button {
    width: 100%;
    word-spacing: 15px;
}

.flter-option.mb-80 {
    padding-right: 15px;
}

/* price slider css end */
.sidbar-style li {
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.sidbar-style .form-check label {
    cursor: pointer;
    font-size: 12px;
    color: #666;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sidebar li.form-check:not(:last-child) {
    margin-bottom: 12px;
}

.sidebar .form-check {
    padding-left: 0;
}

.color-option li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.color-option li a {
    padding: 5px 0;
    font-size: 12px;
    color: #666;
    text-transform: capitalize;
}

.color-option li a:hover,
.sidbar-style .form-check label:hover {
    color: var(--primary-color);
}

.color-option li span {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    display: block;
    height: 15px;
    margin-right: 5px;
    width: 15px;
}

.color-option li span.white {
    background: #fff none repeat scroll 0 0;
}

.color-option li span.orange {
    background: #f39c11 none repeat scroll 0 0;
}

.color-option li span.blue {
    background: #5d9cec none repeat scroll 0 0;
}

.color-option li span.yellow {
    background: #f1c40f none repeat scroll 0 0;
}

.color-option li span.black {
    background: #434A54 none repeat scroll 0 0;
}

.color-option li span.biege {
    background: #f5f5dc none repeat scroll 0 0;
}

.color-option li span.green {
    background: #A0D468 none repeat scroll 0 0;
}

.color-option li span.pink {
    background: #FCCACD none repeat scroll 0 0;
}

.sidebar-banner img,
.shop-banner img {
    width: 100%;
}

.sidebar-banner::before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    position: absolute;
    right: 50%;
    top: 0;
    -webkit-transition: all 900ms ease-in 0s;
    transition: all 900ms ease-in 0s;
}

.sidebar-banner::after {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: all 900ms ease-in 0s;
    transition: all 900ms ease-in 0s;
}

.sidebar-banner:hover::before {
    left: 0;
    opacity: 0;
    right: 0;
}

.sidebar-banner:hover::after {
    bottom: 0;
    opacity: 0;
    top: 0;
}

/* shop page css */
.border-default {
    padding: 15px;
    border: 1px solid #ebebeb;
}

.single-jarv-product.border-none {
    border-right: none!important;
}

.grid-list-top .tabs-area > li {
    margin-left: 0;
    margin-right: 10px;
}

.grid-list-view .tabs-area li a {
    border-radius: 4px;
    color: #888;
    display: block;
    font-size: 1em;
    padding: 0;
	cursor: pointer;
    text-align: center;
}

.grid-list-view .tabs-area li a.active {
    color: #2c2c2c;
}

.grid-list-top .tabs-area > li span,
.toolbar-sorter label,
.show-items {
    color: #3e3e3e;
    font-size: 13px;
}

.grid-list-top.border-default {
    padding: 15px;
}
.sold-out {padding-bottom: 100px;width: 100px !important;z-index: 1;right: 30px;top: 30px;rotate: 29deg;position: absolute;}
.toolbar-sorter label {
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 10px;
}

.main-toolbar-sorter .nice-select {
    height: 35px;
    line-height: 32px;
    z-index: 55;
}

#grid-view .single-jarv-product {
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
}

#grid-view {
    border-bottom: 1px solid #f1f1f1;
}

#list-view .single-jarv-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#list-view .single-jarv-product .pro-img {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
}

#list-view .single-jarv-product .pro-content {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    text-align: left;
}

#list-view .single-jarv-product .pro-content p + p {
    border-top: 1px solid #ebebeb;
    margin-top: 30px;
    padding-top: 27px;
}

#list-view .single-jarv-product:not(:last-child) {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
}

.shop-breadcrumb-area.border-default {
    padding: 20px;
}

.pfolio-breadcrumb-list li {
    display: inline;
}

.pfolio-breadcrumb-list li a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 0 5px;
}

.pfolio-breadcrumb-list li.active a {
    color: #acaaa6;
}

.pfolio-breadcrumb-list li i {
    font-size: 16px;
}

.pfolio-breadcrumb-list li.prev a i {
    margin-right: 8px;

}

.pfolio-breadcrumb-list li.next a i {
    margin-left: 8px;

}

.pfolio-breadcrumb-list li:hover a {
    color: var(--primary-color);
}

/*----------------------------------------*/
/* 16. Product Details CSS
----------------------------------------*/
.main-product-thumbnail .tab-content img,
.product-thumbnail .thumb-menu div img {
    width: 100%;
}

.thumb-menu.owl-carousel .owl-item a {
    border: 1px solid #ededed;
    display: block;
}

.thumb-menu.owl-carousel .owl-item a:hover {
    border-color: var(--primary-color);
}

#product-window .close:focus,
#product-window .close:hover {
    color: var(--primary-color);
}

#product-window .close {
    position: relative;
    top: -10px;
    right: -5px;
}

.modal-content .modal-header {
    border-bottom: 0 none;
    padding-bottom: 0;
}

.modal-content .modal-body {
    padding: 0 40px 40px;
}

.modal-content .social-sharing ul li a {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 35px;
}

.quick-thumb-content .modal-lg {
    max-width: 970px;
    margin: 60px auto;
}

.product-thumbnail .thumb-menu .nav-link {
    padding: 0;
}

.main-product-thumbnail .tab-content {
    border: 1px solid #ededed;
    margin-bottom: 20px;
	direction: rtl;
}

.thumb-bg .tabs-area {
    border-bottom: medium none;
}

.thumb-menu .owl-stage-outer {
    margin: 0 -1px;
}

.thumb-menu .owl-nav div {
    height: 20px;
    left: 0;
    line-height: 20px;
    width: 20px;
    font-size: 15px;
    left: -10px;
}

.thumb-menu .owl-nav div.owl-next {
    right: -10px;
    left: auto;
}

.thumb-menu:hover .owl-nav div {
    opacity: 1;
}

.product-header {
    color: #2e2e2e;
    font-family: "Poppins", sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.rating-pro i,
.review-list i {
    color: var(--primary-color);
    font-size: 12px;
}

.rating-summary li a {
    color: #919191;
    display: inline-block;
    font-size: 12px;
    line-height: 21px;
    text-transform: capitalize;
}

.rating-summary li {
    display: inline-block;
    margin-right: 8px;
}

.rating-summary li.read-review:before,
.rating-summary li.write-review:before {
    content: "\f0e5";
    font-family: FontAwesome;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-right: 6px;
    color: #999;
}

.rating-summary li.write-review:before {
    content: "\f040";
}

.rating-summary li a:hover,
.rating-summary li a:hover {
    color: var(--primary-color);
}

.pro-desc-details {
    color: #666666;
    font-size: 14px;
    line-height: 25px;
	margin-bottom: 20px;
}

.pro-price span:not(:last-child) {
    margin-right: 15px;
}

.pro-price .price {
    color: #292929;
    font-size: 18px !important;
    font-weight: 500;
}

.pro-price .prev-price {
    color: #b2b2b2;
    font-family: "Oswald", sans-serif;
    font-size: 15px !important;
    font-weight: 500;
}

.pro-price {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.saving-price {
	border-radius: 20px;
    color: #fff;
    background: linear-gradient(to right, #ff0000, var(--primary-color));
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    height: 23px;
    padding: 0 8px;
    text-align: center;
    text-transform: uppercase;
}
.thubnail-desc .badge-name {
	background: var(--gradient-bg);
	color: white !important;
	margin-bottom: 5px;
}
.product-size .nice-select {
    padding-right: 40px;
}

.product-size .nice-select .option {
    padding-right: 36px;
}

.thubnail-desc label,
.social-sharing ul li label {
    color: #2c2c2c;
    display: block;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 14px;
}

.product-size select,
.quantity {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    color: #7a7a7a;
    width: 70px;
}

.quantity {
    padding: 11px;
}

.color-list li {
    display: inline-block;
    margin-right: 7px;
    padding-left: 1px;
}

.color-list li a {
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
    display: block;
    height: 22px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 22px;
}

.quatity-stock ul li {
    margin-bottom: 5px;
}

.quatity-stock ul li:not(:last-child) {
    margin-right: 25px;
}

.pro-cart {
    background: #343434 none repeat scroll 0 0;
    border: medium none;
    border-radius: 30px;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 12px 30px;
    text-transform: uppercase;
}

.pro-cart:hover {
    background: var(--primary-color);
}

.color-list li a.active,
.color-list li a:hover {
    border-color: #333333;
}

.color-list li a.white {
    background: #fff;
}

.color-list li a.orange {
    background: #f39c11 none repeat scroll 0 0;
}

.color-list li a.paste {
    background: #5d9cec none repeat scroll 0 0;
}

.in-stock {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.in-stock i {
    color: #333;
    font-size: 16px;
    margin-right: 5px;
}

.social-sharing ul li a {
    background: white none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 100%;
    color: #b8b8b8;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.social-sharing ul li a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.social-sharing ul li {
    display: inline-block;
}

.social-sharing ul li:not(:last-child) {
    margin-right: 10px;
}

.thumnail-desc .tabs-area {
    display: block;
    padding-bottom: 25px;
    text-align: center;
}

.thumb-desc-inner {
    padding: 50px 25px;
}

.main-thumb-desc.tabs-area > li {
    display: inline-block;
    margin: 0 15px;
}

.main-thumb-desc.tabs-area > li > a {
    border-bottom: 2px solid transparent;
    color: #7a7a7a;
    font-family: "Oswald",sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-thumb-desc li a.active {
    border-bottom: 2px solid var(--primary-color);
    color: #484848;
}

#dtail div {
    line-height: 25px;
    text-align: left;
}

.border-default {
    border: 1px solid #ededed;
    border-radius: 3px;
    padding-bottom: 30px;
}

.universal-padding {
    padding-left: 15px;
    padding-right: 15px;
}

.group-title {
    -moz-box-align: center;
    -moz-box-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ebebeb;
    color: #363f4d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative;
}

.group-title h2 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.review-mini-title {
    font-size: 18px;
    font-weight: 500;
    margin: 30px 0;
    text-transform: capitalize;
}

.review-list li {
    text-align: left;
}

.review-list li > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    width: 49px;
}

.review-list li label span {
    font-weight: 500;
}

.review-list li label {
    font-size: 13px;
    left: 120px;
    position: relative;
}

.review-list li label a {
    color: #303030;
    font-weight: 500;
}

.review-list li label a:hover {
    color: var(--primary-color);
}

.review-title {
    border-bottom: 1px solid #ebebeb;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 25px;
    padding-top: 15px;
    line-height: 25px;
}

.review-title span {
    font-weight: 500;
}

.riview-field input,
.riview-field textarea {
    border: 1px solid #ebebeb;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 60%;
}

.riview-field label {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
}

.customer-btn,
.return-customer-btn {
    background: var(--primary-color); none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
    padding: 10px 30px 8px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.customer-btn:hover {
    background: #303030 none repeat scroll 0 0;
    color: #fff;
}

.return-customer-btn {
    background: #303030;
}

.return-customer-btn:hover {
    background: var(--primary-color);
}

/*----------------------------------------*/
/* 17. Login CSS
/*----------------------------------------*/
.login-header {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
    text-transform: inherit;
}

.login-form {
    background: white none repeat scroll 0 0;
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 30px 20px;
}

.login-form label {
    font-size: 14px;
}

.login-form input,
.nice-select.bootstrap-select {
    background: #ebebeb none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 0;
    font-size: 14px;
   
}

.nice-select.bootstrap-select {
    width: 100%;
}

.address-area .nice-select .list {
    height: 150px;
    overflow-y: auto;
}

.nice-select.bootstrap-select:active,
.nice-select.bootstrap-select.open,
.nice-select.bootstrap-select:focus {
    border-color: #ebebeb;
}

.nice-select.bootstrap-select .list {
    width: 100%;
}

.login-details a {
    color: #303030;
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.login-btn {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 18px 8px;
    text-transform: uppercase;
}

.login-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

.login-footer p a {
    color: #303030;
}

.login-footer p,
.login-footer a {
    color: #757575;
    font-size: 15px;
    display: inline-block;
}

.login-details a:hover {
    color: var(--primary-color);
}

.login-footer p a:hover {
    color: var(--primary-color);
}

.login-footer.text-center {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
}

.show-btn {
    background: #878787 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    height: 35px;
    position: absolute;
    right: 15px;
    top: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.show-btn:hover {
    background: #303030;
}

/*----------------------------------------*/
/* 18. Register Account & Contact Form CSS
/*----------------------------------------*/
.register-form p {
    font-size: 16px;
    margin-bottom: 20px;
    font-size: 15px;
}

.register-form a {
    color: #303030;
    font-size: 16px;
}

.register-form a:hover {
    color: var(--primary-color);
}

.register-form {
    padding: 40px;
}

.contact-form input {
    font-size: 14px;
    height: 40px;
    margin-bottom: 20px;
    max-width: 100%;
    border: 1px solid #ebebeb;
    background: #ebebeb;
}

.send-email input {
    background: #303030 none repeat scroll 0 0;
    margin-bottom: 0;
}

.contact-form textarea {
    height: 200px;
    font-size: 14px;
    border: 1px solid #ebebeb;
    background: #ebebeb;
}

.register-contact {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.form-message.error {
    color: red;
}

.form-message.success {
    color: green;
}

/*----------------------------------------*/
/* 19. Forgot Password CSS
/*----------------------------------------*/
.password-forgot legend {
    border-bottom: 1px solid #ededed;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 20px;
    padding: 7px 0;
}

.password-forgot label {
    font-size: 15px;
}

.password-forgot input {
    font-size: 13px;
}

.password-forgot .form-group input {
    background: #ebebeb none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    height: 38px;
}

.password-forgot .form-group input:focus{
    background: #fff;
}

.require {
    color: #cc0000;
    font-weight: 600;
    margin-right: 5px;
}

.password-forgot .form-group {
    margin-bottom: 0;
}

/*----------------------------------------*/
/* 20. 404 Page CSS
/*----------------------------------------*/
.error-text h1 {
    color: var(--primary-color);
    font-family: poppins;
    font-size: 200px;
    font-weight: 700;
    letter-spacing: 10px;
    line-height: 150px;
    margin-bottom: 30px;
}

.error-text h2 {
    color: #4c4c4c;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.error-text > p {
    color: #4c4c4c;
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 25px;
    padding: 0px 130px;
}

#search-form {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 450px;
}

#search-form input {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #e9e9e9;
    border-radius: 30px;
    color: #666666;
    float: left;
    font-size: 14px;
    height: 45px;
    padding: 0 50px 0 20px;
    width: 100%;
}

#search-form button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #4f4f4f;
    font-size: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
}

#search-form button:hover {
    color: var(--primary-color);
}

.error-button a {
    background: var(--gradient-bg); none repeat scroll 0 0;
    border-radius: 35px;
    color: var(--text-color-primary-bg);
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 40px;
    padding: 1px 30px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.error-button a:hover {
    background: var(--primary-color);
}

/*----------------------------------------*/
/* 21. Compare Page CSS
/*----------------------------------------*/
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border: 1px solid #ebebeb;
}

.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th {
    white-space: normal;
}

.compare-content > tbody > tr > td {
    padding: 20px 15px;
    vertical-align: middle;
}

.product-title {
    font-size: 14px;
    font-weight: 600;
    width: 120px;
}

.product-description {
    font-weight: 500;
    width: 200px;
    font-size: 14px;
}

.product-description p {
    text-align: left;
}

.product-description i {
    color: #666;
    font-size: 18px;
}

.product-description .compare-cart {
    background: var(--primary-color); none repeat scroll 0 0;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    padding: 6px 0 6px 16px;
    position: relative;
    width: 120px;
}

.product-description .compare-cart:hover {
    background: #303030 none repeat scroll 0 0;
    color: #ffffff;
}

.product-description .compare-cart i {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 1px #efefef;
    box-shadow: 0 1px 1px #efefef;
    color: #777777;
    font-size: 12px;
    height: 32px;
    left: 0px;
    line-height: 31px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 31px;
    border: 1px solid var(--primary-color);
}

.product-description img {
    width: 100%;
}

.compare-details {
    text-align: left;
}

.product-description .product-rating i {
    font-size: 12px;
    color: var(--primary-color);
}

.compare-details span {
    color: #777777;
    display: inline-block;
    font-size: 12px;
    text-transform: capitalize;
}

.compare-details h4 {
    font-weight: 600;
    line-height: 10px;
}

.compare-details h4 a {
    font-size: 13px;
    text-transform: capitalize;
    color: #333;
}

.compare-details h4 a:hover,
.product-description .fa-trash-o:hover {
    color: var(--primary-color);
    cursor: pointer;
}

/*----------------------------------------*/
/* 22. Checkout CSS
/*----------------------------------------*/
.coupon-area .coupon-info input {
    background: transparent;
    border: 1px solid #e5e5e5;
}

.coupon-area .coupon-info .checkout-coupon .code:focus {
    border: 1px solid #e5e5e5;
}

.checkbox-form input {
    color: #626262;
}

.coupon-accordion h3 {
    background-color: #f6f6f6;
    border-top: 3px solid var(--primary-color);
    color: #515151;
    font-family: poppins;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none;
    margin-bottom: 30px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    text-transform: capitalize;
    width: auto;
}

.coupon-accordion h3::before {
    color: #777;
    content: "\f0f6";
    display: inline-block;
    font-family: 'FontAwesome';
    left: 16px;
    position: absolute;
    top: 14px;
}

.coupon-accordion span {
    cursor: pointer;
    color: #6f6f6f;
    -webkit-transition: .3s;
    transition: .3s
}

.coupon-accordion span:hover,
p.lost-password a:hover {
    color: var(--primary-color);
}

.coupon-content {
    border: 1px solid #e5e5e5;
    display: none;
    margin-bottom: 20px;
    padding: 20px;
}



.coupon-info p.coupon-text {
    margin-bottom: 15px
}

.form-row > label {
    margin: 0;
}

.coupon-info p {
    margin-bottom: 0
}



.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    color: inherit;
    display: block;
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 700;
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
    border: 1px solid #ccc;
    height: 34px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 370px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
    background: var(--primary-color); none repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
    height: inherit;
    position: relative;
    top: 2px;
    width: inherit;
}

p.lost-password {
    margin-top: 15px;
}

p.lost-password a {
    color: #6f6f6f;
    font-size: 12px;
}

p.checkout-coupon input[type=text] {
    height: 36px;
    padding-left: 10px;
    width: 170px;
    font-size: 13px;
}

p.checkout-coupon input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    height: 36px;
    margin-left: 6px;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: inherit;
}

.coupon-checkout-content {
    margin-bottom: 30px;
    display: none;
}

.checkbox-form h3 {
    border-bottom: 1px solid #ebebeb;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    font-size: 24px;
    font-weight: 500;
}

.country-select label,
.country-select label,
.checkout-form-list label {
    margin: 0 0 5px;
    display: block;
    font-weight: 500;
    font-size: 14px;
}

.country-select label span.required,
.checkout-form-list label span.required {
    color: red;
}

.country-select select {
    border: 1px solid #ddd;
    height: 32px;
    padding-left: 10px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075)
}

.checkout-form-list label {
    color: #333333;
    font-size: 14px;
}



.checkout-form-list input[type="text"],
.checkout-form-list input[type="password"],
.checkout-form-list input[type="email"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 0;
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.075);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.075);
    height: 35px;
    padding: 0 0 0 10px;
    width: 100%;
}

.country-select .nice-select {
    height: 37px;
    line-height: 35px;
}



.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    height: inherit;
    margin-right: 10px;
    position: relative;
    top: 0;
    width: inherit;
}

.create-acc label {
    color: #333;
    display: inline-block;
}



.create-accounts {
    display: none
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
}

.order-notes textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #eceff8;
    font-size: 14px;
    height: 90px;
    padding: 15px;
    width: 100%;
}

#ship-box-info {
    display: none;
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
}

.your-order {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 40px 45px;
}

.your-order h3 {
    border-bottom: 1px solid #ebebeb;
    font-size: 24px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 500;
}

.your-order-table table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #d8d8d8;
    border-right: medium none;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}

.amount {
    color: #666;
    font-size: 15px;
    font-weight: 500;
}

.your-order-table table th {
    border-top: medium none;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
    font-weight: 600;
}

.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
}

.your-order-table table .shipping th {
    vertical-align: top;
}

.your-order-table table .order-total th {
    border-bottom: medium none;
    font-size: 16px;
    font-weight: 600;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
    background: #F9F9F9
}

.your-order-table table tr.order-total td span {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 600;
}

.cart-subtotal .amount {
    font-weight: 600;
}



.payment-method {
    margin-top: 40px;
}



.payment-accordion h3 {
    border-bottom: 0 none;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.payment-accordion h3 a {
    color: #6f6f6f;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    text-transform: capitalize;
    text-decoration: none
}

.payment-accordion h3 a:before,
.payment-accordion h3.open a:after {
    content: "Ã¯Ââ€¢";
    display: inline-block;
    font-family: fontawesome;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: -2px;
}

.payment-accordion h3.open a:after {
    content: "\f056";
}



.payment-content p {
    font-size: 13px;
}

.payment-accordion img {
    height: 60px;
    margin-left: 15px;
}

.order-button-payment input {
    background: var(--primary-color);
    border: medium none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.order-button-payment input:hover {
    background: #444
}

.card-header {
    background-color: #f5f5f5;
    padding: 0;
}

.card {
    margin-top: 5px;
}

.card .btn-link {
    color: #232323;
    font-weight: 600;
}

/*----------------------------------------*/
/* 23. Cart & Wish List CSS
/*----------------------------------------*/
.cart-main-area .section-title h2,
.coupon-area .section-title h2 {
    text-transform: capitalize;
    color: #555;
    font-weight: 500;
}



.shipping_method input {
    background: #eceff8 none repeat scroll 0 0;
    border: 2px solid #eceff8;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #626262;
    font-size: 14px;
    height: 45px;
    padding-left: 10px;
    width: inherit;
}

.cart-title-area {
    padding-top: 30px;
}



.car-header-title h2 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase;
}

.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
}

.table-content table th {
    border-top: medium none;
    font-weight: 500;
    padding: 20px 10px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 15px;
}

.table-content table th,
.table-content table td {
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 13px;
}

.table-content table td input {
    background: #e5e5e5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #6f6f6f;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    padding: 0 5px 0 10px;
    width: 60px;
}

.table-content table td.product-subtotal {
    font-size: 15px;
    font-weight: 600;
    width: 120px;
}

.table-content table td.product-name a,
.product-stock-status span {
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
    color: #6f6f6f;
    text-transform: capitalize;
}

.product-stock-status span {
    color: var(--primary-color);
    font-weight: 500;
}

.table-content table td.product-name {
    width: 270px;
}

.table-content table td.product-thumbnail {
    width: 100px;
}

.table-content table td.product-remove i {
    color: #919191;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.table-content table .product-price .amount {
    font-size: 15px;
    font-weight: 600;
}

.table-content table td.product-remove i:hover {
    color: var(--primary-color);
}

.table-content table td.product-quantity {
    width: 180px;
}

.table-content table td.product-remove {
    width: 150px;
}

.table-content table td.product-price {
    width: 130px;
}

.table-content table td.product-name a:hover,
.buttons-cart a:hover {
    color: var(--primary-color);
}

.product-thumbnail img {
    width: 100%;
}

.buttons-cart {
    margin-bottom: 30px;
    overflow: hidden;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
    background: #303030 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    line-height: 41px;
    margin-right: 15px;
    padding: 0 20px;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: inherit;
}

.wc-proceed-to-checkout {
    clear: both;
    display: block;
}

.buttons-cart input:hover,
.coupon input[type="submit"]:hover,
.buttons-cart a:hover {
    background: var(--primary-color); none repeat scroll 0 0;
    color: #fff;
}

.buttons-cart a {
    color: #fff;
    float: left;
    height: 40px;
}


.cart_totals {
    width: 100%;
}

.cart_totals h2 {
    border-bottom: 2px solid #222;
    display: inline-block;
    font-size: 28px;
    margin: 0 0 35px;
    text-transform: uppercase;
    font-weight: 500;
}

.cart_totals table {
    border: medium none;
    margin: 0;
    text-align: right;
}

.cart_totals table th {
    border: medium none;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px 12px 0;
    text-align: right;
    text-transform: uppercase;
    vertical-align: top;
}

.cart_totals table td {
    border: medium none;
    padding: 0 0 12px;
    vertical-align: top;
}

.cart_totals table td .amount {
    color: var(--primary-color);
    font-size: 13px;
    font-weight: bold;
    margin-left: 5px;
    text-align: right;
    text-transform: uppercase;
}

.cart_totals table td ul#shipping_method {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.cart_totals table td ul#shipping_method li {
    float: left;
    margin: 0 0 10px;
    padding: 0;
    text-indent: 0;
    width: 100%;
}

.cart_totals table td ul#shipping_method li input {
    margin: 0;
    position: relative;
    top: 2px;
}


a.shipping-calculator-button {
    font-weight: bold;
    color: #6f6f6f;
}

a.shipping-calculator-button:hover {
    color: #83CBDC
}

.cart_totals table tr.order-total th,
.cart_totals table tr.order-total .amount {
    font-size: 20px;
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
}

.cart_totals table tr.order-total th {
    font-weight: 700;
}

.wc-proceed-to-checkout a {
    background: #303030 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: 45px;
    line-height: 46px;
    margin-top: 20px;
    padding: 0 20px;
    text-transform: uppercase;
}

.wc-proceed-to-checkout a:hover {
    background: var(--primary-color);
}

.amount del {
    font-size: 13px;
    margin-left: 5px;
    font-weight: 600;
}

.cart-main-area.wish-list .product-remove {
    width: 20px;
}

.cart-main-area.wish-list table td.product-thumbnail {
    width: 140px;
}

.cart-main-area.wish-list .product-add-to-cart a {
    background: var(--primary-color); none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    padding: 10px 56px;
    text-transform: uppercase;
    width: 260px;
}

.cart-main-area.wish-list .product-add-to-cart a:hover {
    background: #1a1a1a;
}

.cart-main-area.wish-list td.product-add-to-cart {
    width: 240px;
}

/*----------------------------------------*/
/* 24. About us CSS
/*----------------------------------------*/
.skill-content {
    margin-left: 50px;
    overflow: hidden;
    padding-top: 40px;
}

.skill .progress-bar {
    background: #303030 none repeat scroll 0 0;
    position: relative;
}

.skill .progress .lead {
    font-size: 14px;
    left: 0;
    position: absolute;
    text-transform: capitalize;
    top: -35px;
    width: 100%;
    z-index: 99;
    font-weight: 400;
}

.progress-bar > span {
    color: #303030;
    font-size: 14px;
    height: 24px;
    line-height: 25px;
    position: absolute;
    right: -12px;
    top: -38px;
    width: auto;
}

.progress-bar > span::before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #000;
    bottom: -8px;
    content: "";
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.skill .progress {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 13px;
    margin-bottom: 55px;
    overflow: visible;
    position: relative;
}

.skill .progress:last-child {
    margin-bottom: 0;
}

.all-skill {
    overflow: hidden;
}

.single-skill {
    background: #303030 none repeat scroll 0 0;
    float: left;
    padding: 80px 0;
    text-align: center;
    width: 25%;
}

.skill-area .login-btn {
    margin-bottom: 0;
    margin-top: 25px;
}

.single-team {
    background: #fff none repeat scroll 0 0;
    padding: 10px 10px 0;
    position: relative;
}

.team-info {
    padding: 15px;
}

.team-info h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.team-info p {
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    }

.team-link {
    background: #fff none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    width: 100%;
    z-index: 5;
}

.team-link ul li {
    display: inline-block;
    margin: 0 10px;
}

.team-link ul li a {
    color: var(--primary-color);
    font-size: 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-link ul li a:hover {
    color: #8eb00e;
}

.single-team:hover .team-link {
    opacity: 1;
    top: 50%;
}

/*----------------------------------------*/
/* 25. Your Account CSS
/*----------------------------------------*/
.dashboard-upper-info {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    margin-bottom: 45px;
}

.dashboard-content .tab-pane:not(.active) {
    display: none;
}

.dashboard-upper-info .d-single-info {
    padding: 30px 20px;
}

.dashboard-upper-info [class*="col-"]:not(:last-child) .d-single-info {
    border-right: 1px solid #ebebeb;
}

.user-name {
    position: relative;
    padding-left: 25px;
}

.view,
.view-cart {
    background: var(--primary-color); none repeat scroll 0 0;
    color: #fff;
    padding: 5px 12px;
    text-transform: capitalize;
}

.user-name::before {
    color: #555;
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    left: 0;
    position: absolute;
    top: 0;
}

.account-dashboard p {
    font-size: 13px;
	margin-bottom: 10px;
}

.dashboard-upper-info a {
    font-size: 14px;
}

.view-cart {
    display: inline-block;
    text-transform: capitalize;
}

.user-name span {
    color: #303030;
    font-size: 15px;
    font-weight: 600;
}

.dashboard-list li:not(:last-child) a {
    border-bottom: 1px solid #ebebeb;
}

.dashboard-list li a {
    color: #282828;
    font-weight: 600;
    display: block;
    font-size: 14px;
    padding: 12px 0;
    text-transform: capitalize;
}

.dashboard-list li a.active,
.dashboard-list li a:hover {
    color: var(--primary-color);
}

.view:hover,
.view:focus,
.show-btn:hover,
.view-cart:hover,
.view-cart:focus {
    background: var(--primary-color) none repeat scroll 0 0;
    color: #fff;
}

.dashboard-content {
    border: 1px solid #ebebeb;
    padding: 30px;
	border-radius: 15px;
}

.dashboard-content h3 {
    border-bottom: 1px solid #ebebeb;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.dashboard-content .table-responsive .table > tbody > tr > td,
.dashboard-content .table-responsive .table > tbody > tr > th,
.dashboard-content .table-responsive .table > tfoot > tr > td,
.dashboard-content .table-responsive .table > tfoot > tr > th,
.dashboard-content .table-responsive .table > thead > tr > td,
.dashboard-content .table-responsive .table > thead > tr > th {
    border: none;
}

.dashboard-content .table-responsive > .table > thead {
    border-bottom: 1px solid #ebebeb;
}

.dashboard-content .table-responsive .table > thead > tr > th {
    font-size: 14px;
    font-weight: 600;
}

.dashboard-content .table-responsive .table > tbody > tr > td {
    color: #7b7b7b;
    font-size: 13px;
}

.view-cart i {
    font-size: 15px;
    margin-right: 5px;
}

.log-out {
    color: var(--primary-color);
}

#dashboard a {
    color: var(--primary-color);
    text-transform: capitalize;
}

#dashboard a:hover {
    color: var(--primary-color);
}

.billing-address {
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
}

#address .view {
    display: inline-block;
    margin: 5px 0;
    font-size: 14px;
}

.show-btn {
    background: #878787 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    height: 35px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    line-height: 24px;
}

.show-btn:hover {
    background: var(--primary-color);
}

.show-btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login-form .form-group > .col-form-label {
    font-size: 14px;
}

.login-form .form-check label {
    font-size: 13px;
}

.login-form .form-control,
.login-form .custom-radio,
.login-form span {
    font-size: 14px;
    height: 35px;
}

.login-form .form-control {
    font-size: 13px;
}

/*----------------------------------------*/
/* 26. Popup Wrapper CSS
/*----------------------------------------*/
.popup_wrapper {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    opacity: 0;
    position: fixed;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9999999;
}

.test {
    border: 1px solid #2d1e17;
    bottom: 0;
    height: 390px;
    left: 0;
    margin: auto;
    max-width: 790px;
    padding: 25px 50px;
    position: absolute;
    right: 0;
    top: 0;
}

.test::before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.subscribe_area {
    position: relative;
    z-index: 55;
}

.popup_off {
    color: #dedede;
    cursor: pointer;
    display: block;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    position: absolute;
    right: 3px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 3px;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    z-index: 55;
}

.popup_off:hover {
    color: #fff;
}

.subscribe-form-group {
    margin-top: 15px;
}

.subscribe-form-group input {
    background: #fafafa none repeat scroll 0 0;
    border: 0 none;
    color: #888;
    height: 41px;
    line-height: 20px;
    padding: 0 15px;
    width: 380px;
    font-size: 13px;
}

.subscribe-bottom label {
    font-size: 14px;
    margin-bottom: 1px;
    vertical-align: middle;
    color: #fff;
}

.subscribe_area p {
    color: #555;
    font-size: 14px;
    color: #fff;
}

.subscribe-bottom input {
    vertical-align: middle;
}

.subscribe-form-group button {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #303030;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 38px;
    margin: 20px auto;
    padding: 2px 20px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.subscribe-form-group button:hover {
    background: #1a1a1a none repeat scroll 0 0;
    color: #fff;
    border-color: #fff;
}

.subscribe_area h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 35px;
}
.block-side-cart {z-index: 9999}
.block-side-cart .loading-cart {
    margin: auto;
    position: absolute;
    background: #ffffffa6;
    inset: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(1px);
    z-index: 1;
}
.sk-circle {
    width: 50px;
    height: 50px;
    position: relative;
}
.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.offcanvas-header .btn-close {
    padding: calc(1rem * .5) calc(1rem * .5);
    margin: calc(-.5 * 1rem) calc(-.5 * 1rem) calc(-.5 * 1rem) auto;
}
.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
.block-side-cart .offcanvas-header {
    padding: 16px;
	background: var(--gradient-bg);
	z-index: 1;
}
.offcanvas-header .offcanvas-title {font-size: 1em;text-transform: uppercase;color:white;}
.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.block-side-cart .empty-cart-box {
    text-align: center;
    margin: auto;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.block-side-cart .empty-cart-box svg {
    color: var(--tp-text-body);
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    opacity: .4;
}
.block-side-cart .side-cart-items {
    margin-bottom: 12px;
}
.min-cart-progress.cart-rules {
    background: #f3f3f3;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 14px;
    padding-bottom: 5px;
}
img, svg {
    vertical-align: middle;
}
.tab .effect {
	position: relative;
	overflow: hidden;
	max-height: 240px;
	max-width: 350px;
	background: #3085a3;
	text-align: center;
	cursor: pointer
}
.tab .effect .tab-text {
    padding: 1em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hide-xs {
		display: none
	}
.box-tab {
	margin: 10px 0
}
.hide-sm {
		display: none
	}
.hide-md {
			display: none
		}
.effect {
	margin: auto;
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .07);
}
.grid-width6 {
	max-height: 270px!important;
	max-width: 530px!important
}
.effect.effect-seven .tab-text:after {
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	content: &quot;&quot;
}
.effect.effect-seven {
	background: linear-gradient(-45deg, #f3cf3f 0, #f33f58 100%)
}
.effect.effect-seven img {
	transition: all .35s;
	width: 110%;
	transform: translate3d(0, 0, 0) scale(1);
	-webkit-transition: all .35s;
	-webkit-transform: translate3d(0, 0, 0) scale(1)
}
.effect.effect-seven:hover img {
	opacity: .6;
	transform: translate3d(-50px, 0, 0) scale(1.1) rotate(3deg);
	-webkit-transform: translate3d(-50px, 0, 0) scale(1.1) rotate(3deg)
}
.effect.effect-seven h2 {
	padding-top: 18%;
	transform: scale3d(.8, .8, 1);
	transition: all .35s;
	-webkit-transform: scale3d(.8, .8, 1);
	-webkit-transition: all .35s;
	font-family: Poppins
}
.effect.effect-seven .col8-head {
	padding-top: 9%
}
.effect.effect-seven:hover h2 {
	transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	padding-top: 14%;
}
.slide-btn a:hover, .shop-now:hover, .slider-style-three .slide-btn a {background: var(--primary-color) none repeat scroll 0 0;color: var(--text-color-primary-bg);}
.slide-btn a:hover, .shop-now:hover, .slider-style-three .slide-btn a:hover {background: var(--gradient-bg);color: var(--text-color-primary-bg);}
.effect.effect-seven p {
	font-size: .9rem;
	margin-top: -10px;
	padding: 0 5px;
	transform: scale3d(.8, .8, 1);
	-webkit-transform: scale3d(.8, .8, 1);
	opacity: 0;
	transition: all .35s;
	-webkit-transition: all .35s;
	font-family: Poppins
}
.effect.effect-seven:hover p {
	transform: scale3d(1, 1, 1);
	-webkit-transform: scale3d(1, 1, 1);
	opacity: 1
}
.effect.effect-seven .tab-text:after {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	opacity: 0;
	transition: all .35s;
	-webkit-transition: all .35s
}
.effect.effect-seven:hover .tab-text:after {
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
	opacity: 1
}
.effect.effect-seven .tab-text:after, .effect.effect-six .tab-text:before {
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
}

*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.effect.effect-seven .icons-block {
	z-index: 1000;
	position: absolute;
	bottom: 35px;
	width: 100%;
	left: 0;
	text-align: left;
	padding-left: 15px
}
.effect.effect-seven .c4 {
	right: 0;
	text-align: right;
	padding-right: 15px
}

.effect.effect-seven .c3 {
	bottom: 50%;
	margin-bottom: -40px;
	left: 23%
}
.effect.effect-seven .icons-block .shop-now {
	transition: all .5s ease-in-out;
	opacity: 0
}
.effect.effect-seven:hover .shop-now {
	opacity: 1;
	transition-delay: .3s;
	transition-duration: .5s
}
.wishlist-button {
    position: absolute;
	top: 15px;
    right: 15px;
    background-color: white;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: all 0.2s ease;
}
.wishlist-button svg {
    width: 18px;
    height: 18px;
    transition: all 0.3s ease;
    fill: transparent;
    stroke: #555;
    stroke-width: 2px;
}
.wishlist-button:hover {
    transform: scale(1.1);
}

.flip-container {
        -webkit-perspective: 1000;
        background: transparent;
    }
    /* flip the picture when hover */
    
    .flip-container:hover .flipper,
    .flip-container.hover .flipper {
        -webkit-transform: rotateY(180deg);
    }
    
    .flip-container,
    .front,
    .back img {
    height: 195px;
    }
    /* flip speed */
    
    .flipper {
        -webkit-transition: 1.5s;
		-webkit-transform-style: preserve-3d;
        position: relative;
    }
    /* hide back  during flip */
    
    .front,
    .back {
        -webkit-backface-visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
    }
    /* front placed above back */
    
    .front {
        z-index: 2;
    }
    /* back, initially hidden */
    
    .back {
        -webkit-transform: rotateY(180deg);
        background: rgb(218, 138, 138);
		width: 100%;
    }
	
.jarv-shop-top-left .jarv-shop-top-select .dropdown-menu {
    left: auto !important;
    right: 0 !important;
}
.jarv-shop-top-left .jarv-shop-top-select .dropdown-menu {
    border: 0;
    width: 100%;
    padding: 12px 6px;
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
    margin-top: 4px !important;
    left: 0 !important;
    right: auto !important;
}
.jarv-shop-top-left .jarv-shop-top-select .dropdown-menu .dropdown-item {
    padding: 5px 10px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}
.select-dropdown .dropdown-item {
    padding-bottom: 7.5px;
    padding-top: 7.5px;
}

.priceRange .form-row {display: flex;gap: 12px;justify-content: space-between;}
.priceRange .form-control {padding: .2em .7em;font-size: 1em;border-radius: 10px;}

.filtration-header {
    color: #363636;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.product-attributes {padding-inline-end: 0 !important;}
.attribute-header {padding: 0.55rem;}
.filtration-header span {padding-left: 5px;border-left: 5px var(--primary-color) solid;}
.attribute-name {font-size: .8em;}
.attribute-arrow-expand {transform: rotate(180deg);}
.attribute-arrow-collapse {transform: rotate(0deg);}
.filter-row {margin-bottom: 0 !important;}
.attribute-label {font-size: .75em;margin: 0.25rem 0 !important;}
.form-group h6 {display: none;}
.attribute-price-body span {display: none;}
.product-attributes .attribute-body.attribute-price-body .form-row {display: flex;gap: 5px;justify-content: space-between;}
.highlight-button {
    border-radius: 20px;
    background: var(--primary-color) none repeat scroll 0 0;
    font-size: 12px;
    color: white;
    font-weight: 500;
    height: 38px;
    min-width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.highlight-button:hover {background: var(--gradient-bg);color: var(--text-color-primary-bg);}
.attribute-body.attribute-price-body {padding: 0 !important;}
.attribute-group {border: 0 !important;}
.attribute-header {border: 1px grey dotted;margin-bottom: 10px !important;}
.attribute-price-body .form-group {flex: unset;width: 100%;margin-bottom: 0 !important;}
.pro-content img{width: 70% !important;margin: 0 auto;}
.attribute-body input.form-control {margin-top: -18px !important;}
.announcement-bar .stop-move .announcement-marquee {
  animation: unset;
  -webkit-animation: unset;
  justify-content: center
}

.animated-brands--marquee:hover .marquee__group,
.announcement-bar:hover .announcement-marquee {
  animation-play-state: paused
}

.announcement-bar .stop-move .announcement-mask {
  mask-image: none
}
.announcement-bar {z-index: 1;padding: 5px 10px;font-size: .85em;height: 40px;border-bottom: 1px grey dotted;background: var(--gradient-bg);}
.announcement-mask {
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent);
    height: 100%;
    display: flex;
    overflow: hidden;
    -moz-user-select: none;
    user-select: none;
    gap: 1rem;
}
.announcement-bar .announcement-marquee {
    flex-shrink: 0;
    display: flex;
    justify-content: space-around;
    gap: 1em;
    animation: 50s linear infinite move;
    -webkit-animation: 50s linear infinite move;
}
@keyframes move {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(calc(-100% - 1em))
  }
}
.announcement-bar a {
    color: var(--tp-white);
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 12px;
    direction: ltr;
}
.announcement-bar a img {
    height: 26px;
    width: auto;
}
.modal-content {border-radius: 25px !important;}
#modal-select-destination-city-save {
    border-radius: 18px;
    background: var(--primary-color) none repeat scroll 0 0;
    font-size: 12px;
    color: white !important;
    font-weight: 500;
    min-width: 100%;
    text-align: center;
    text-transform: uppercase;
}
#modal-select-destination-city-save:hover {background: var(--gradient-bg); color: var(--text-color-primary-bg) !important;}
#modal-select-destination-city .modal-select-destination-city-content {
	border: 0 !important;
}
#modal-select-destination-city .dropbtn {
	background-color: #ffffff !important;
	border-radius: 18px !important;
	border: 1px solid #ddd !important;
	margin: 10px 0 0 0 !important;
}
#modal-select-destination-city .dropbtn::after {top: 50px !important;}
#search
{
    align-items: center;
    background: rgba(0, 0, 0, .975);
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: all .5s;
    width: 100vw;
    will-change: transform, opacity;
    z-index: -1;

    &:target
    {
        height: 100vh !important;
        opacity: 1;
        width: 100vw !important;
        z-index: 9999;
        .close-btn
        {
            display: block;
        }
    }
}
#searchbox
{
    background: transparent;
    border: solid #fff;
    border-width: 0 0 1px 0;
    color: #fff;
    font-size: 1.2rem;
    position: relative;
    margin-bottom: 10px;
    outline: 0;
    padding: 0.5rem .5rem;
}
.search-box {
    position: absolute;
    top: 15%;	
}
.close-btn
{
    display: none;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: .5rem;
    right: 2rem;
}
.autocomplete-items a {color: white !important;}
.attribute-arrow-collapse {transform: rotate(0deg) !important;}
.attribute-arrow-expand {transform: rotate(180deg) !important;}
.fancybox {display: inline-block !important;}

.block-side-cart .offcanvas-body {
    display: flex;
    flex-direction: column;
    position: relative;
	font-size: 19px;
}

.block-side-cart .empty-cart-box {
    text-align: center;
    margin: auto;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.block-side-cart .cart-list {
    width: 100%;
}
.block-side-cart .empty-cart-box:not(:has(*)) {
    display: none;
}

.block-side-cart .side-cart-items>li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.block-side-cart .side-cart-items>li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}
.block-side-cart .flex-product-box {
    display: flex;
    gap: 10px;
    position: relative;
}
.block-side-cart .flex-product-box .img-product-box {
    width: 60px;
    height: auto;
    min-width: 60px;
    max-height: 80px;
    display: flex;
}
.block-side-cart .flex-product-box .img-product-box a {
    display: block;
    width: 100%;
    height: 100%;
}
.block-side-cart .flex-product-box .img-product-box img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;
    object-position: top;
}
.block-side-cart .flex-product-box .product-info-box {
    width: 100%;
}
.block-side-cart .flex-product-box .product-info-box .remove {
    left: auto;
    right: 0;
	border: 0;
    position: absolute;
}
.block-side-cart .flex-product-box .title-product-m {
    font-size: .9rem;
    padding-right: 17px;
    margin-bottom: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.flex-product-box .price-old-new .price .product-price {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    display: flex
;
    align-items: center;
    gap: 4px;
    line-height: 20px;
    color: #ff001f;
}
.block-side-cart .flex-product-box .block-p-qty {
    margin-top: 7px;
    display: flex;
    background: #fff;
    padding: 3px 7px;
    gap: 2px;
    align-items: center;
    width: max-content;
    border: 1px solid #d3d8de;
    border-radius: 5px;
}
.block-side-cart .flex-product-box .block-p-qty button {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transition: .2s;
	border:0;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}
.block-side-cart .flex-product-box .block-p-qty .input-number {
    width: 45px;
    border: 0;
    text-align: center;
    padding: 0;
    direction: rtl;
    outline: unset;
    font-size: 15px;
}
.block-side-cart .flex-product-box .product-info-box .remove svg {
    width: 20px;
    height: 20px;
    color: #F44336;
}
.block-side-cart .flex-product-box .price-old-new .price .price-discount {
    display: flex;
    gap: 6px;
}
.block-side-cart .flex-product-box .price-old-new .price .price-discount .price, .block-side-cart .flex-product-box .price-old-new .price .product-price {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 20px;
}
.block-side-cart .flex-product-box .price-old-new .price .price-discount .old {
    text-decoration: line-through;
    color: #6b7280;
    font-size: 14px;
}
.block-side-cart .flex-product-box .block-p-qty button svg {
    color: currentColor;
    width: 18px;
    height: 18px;
}
.block-side-cart .footer-side-cart {
    border-top: 2px dotted #e6e5e5;
    padding-top: 12px;
    padding-bottom: 16px;
}
.block-side-cart .footer-side-cart .coupon-form h4 {
    margin-bottom: 3px;
    font-size: 1rem;
}
.block-side-cart .footer-side-cart .coupon-form input {
    height: auto;
    border-radius: 7px;
    padding: 6px 10px;
    font-size: 16px;
}
.block-side-cart .footer-side-cart .coupon-form button {
    padding: 4px 16px;
    font-size: 14px;
    min-width: max-content;
    height: auto;
    border-radius: 8px;
    border: 1px solid #010F1C;
}
#sub_totals {font-size: .85rem;}
.block-side-cart .footer-side-cart .cart-side-totals li#total {
    font-weight: 500;
    font-size: 18px;
    margin-top: 4px;
}
.block-side-cart .footer-side-cart .btn-side-cart {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 10px;
	text-align:center;
}
.block-side-cart .footer-side-cart .btn-side-cart .tp-btn-primary-outline {
	background-color: var(--text-color-primary-bg);
	color: var(--primary-color);
}
.block-side-cart .footer-side-cart .btn-side-cart .tp-btn-primary-outline:hover {
	background-color: var(--primary-color);
	color: var(--text-color-primary-bg);
}
.block-side-cart .footer-side-cart .btn-side-cart a {
    width: 100%;
    border: 1px solid var(--primary-color);
    color: var(--text-color-primary-bg);
    display: inline-block;
    border: 1px solid #060606;
	background-color: var(--primary-color);
    padding: 8px 24px;
    border-radius: 10px;
	font-size: 1rem;
}
.select-quantity-div {display: inline-block;}
.productSkuSold {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 8px;
    row-gap: 4px;
}
.productSku {display: flex;gap: 6px;flex-wrap: wrap;row-gap: 3px;}
.div-product-sku {
    display: flex;
    align-items: center;
    gap: 5px;
    opacity: .8;
    row-gap: 0;
}
.div-product-sku h3, .div-product-sku h4 {
    font-size: 15px;
    font-weight: normal;
}
.productSold svg {
    color: #df392d;
    width: 20px;
    height: 20px;
}
.productSold span {
    font-size: 17px;
    font-weight: 500;
}
.thubnail-desc label {
    color: #2c2c2c;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 14px;
}
.block-side-cart .footer-side-cart .coupon-form button:hover {background-color: var(--primary-color);color: var(--text-color-primary-bg);}
.block-side-cart .footer-side-cart .btn-side-cart a:hover {background-color: var(--text-color-primary-bg);color:#000;}
.product-weight {font-size: .85rem;}
.product-buttons .d-flex {gap: 12px;}
.product-buttons button {border-radius: 50px;background: var(--primary-color);color: var(--text-color-primary-bg);font-size: 1em;}
.sticky .primary-menu-list > li > a:hover {color: var(--primary-color);}
#product-description-a:hover {color: #5b5b5b;}
#modal-select-destination-city .dropdwn-content span {text-align: center;}
#modal-select-destination-city .dropdwn-content {background-color: #ffffff !important;border-radius: 18px;}
.dropdwn .destination-shipping-language {float: left;}
.testmonial-title {text-align:center;color: white;font-size: 1.5rem;}
.btn-product-card-out-of-stock {font-size: 0.6rem;background: var(--gradient-bg);border: 1px grey solid;}

.section-title h2 {
    letter-spacing:1px; text-transform:uppercase;text-align:center;white-space:nowrap;
}
.section-title h2:before {
    background-color: var(--primary-color);
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.section-title h2:after {
    background-color: var(--primary-color);
    content: '';
    display: block;
    position:absolute; right:0; bottom:0;
    height: 3px;
    width: 75px;
    margin-bottom: -.7rem;
}

.oneline {white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.twolines {overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.footer-logo img {width: 35%;}
.certificates {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 12px;
    row-gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
}
.certificates .maroof-icon {
    display: flex;
    gap: 8px;
    align-items: center;
}
.certificates .maroof-icon .text-certificate p {
    margin: 0;
}
.certificates .maroof-icon .text-certificate span {
    font-weight: 500;
    opacity: .9;
    line-height: 16px;
    display: block;
}
.footer-content p a {color: var(--primary-color)}
.social-footer img {width: 30px;margin-top: -3px;filter: brightness(0) invert(1);}

#changeLang.modal.fade .modal-dialog {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .13s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.logout button {width: 100%;margin-top: 10px;border-radius: 18px;background-color: var(--primary-color);border-color: var(--text-color-primary-bg);}
.logout:hover button {background: var(--gradient-bg);}
.modal-account {padding: 15px;}
.account-box h3 {font-size: 1rem;}
.account-box ul li a {font-size: .85rem;}
.out-of-stock {filter: grayscale(1);}
.no-js .mean-container {
  display: none;
}
.pro-img .countdown {justify-content: center;position: absolute;bottom: 5px;margin: auto;width: 100%;}
.pro-img .count {all: unset;width: 38px;text-align: center;}
.pro-img .count span {font-size: .4rem !important;}
.pro-img .count p {margin-bottom: 0 !important;}

.product-categories {padding: 10px 0 20px 0;}
.product-categories span {font-weight: 500;font-size: 16px;}
.product-categories a {color: #000000;background: #ebebeb;padding: 3px 14px;margin-right: 2px;margin-bottom: 5px;font-size: .75rem;border-radius: 10px;}
.product-categories a:hover {color: var(--primary-color);}

.open-button {border: none;cursor: pointer;opacity: 0.8;position: fixed;bottom: 30px;left: 30px;z-index:8;width: 40px;}
.open-button:hover {opacity: 1;}
.chat-popup {display: none;position: fixed;bottom: 0;left: 15px;z-index: 9;}
.chat-poup .form-container {max-width: 300px;padding: 10px;background-color: white;}
.chatwith.svelte-aoit06.svelte-aoit06 {left: 10px;position: fixed;bottom: 10px;font-family: Arial, sans-serif;}
.chatwith.svelte-aoit06 .chatwith-bubble.svelte-aoit06 {border-radius: 10px;overflow: hidden;box-shadow: 0 0 30px rgb(0 0 0 / 30%);margin-bottom: 10px;min-width: 280px;width: 300px;}
.chatwith.svelte-aoit06 .slide-in-left.svelte-aoit06 {-webkit-animation: svelte-aoit06-slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;animation: svelte-aoit06-slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;}
.chatwith-header.svelte-lkffd5.svelte-lkffd5 {position: relative;padding: 20px 10px 5px;}
.close-chatwith.svelte-lkffd5.svelte-lkffd5 {position: absolute;right: 10px;top: 10px;width: 25px;height: 25px;cursor: pointer;}
.close-chatwith.svelte-lkffd5 svg.svelte-lkffd5 {width: 25px;height: 25px;}
.chatwith-header.svelte-lkffd5 .profile-img.svelte-lkffd5 {display: block;width: 60px;height: 60px;margin: auto;border-radius: 200px;background: white;-o-object-fit: cover;object-fit: cover;}
.chatwith-header.svelte-lkffd5 .chatwith-intro.svelte-lkffd5 {text-align: center;color: white;font-size: 14px;}
.chatwith.svelte-aoit06 .banner.svelte-aoit06 {height: auto;width: 100%;margin: auto;display: block;}
.chatwith.svelte-aoit06 .people.svelte-aoit06 {background: white;}
.chatwith-person.svelte-1m23jck .chatwith-avatar-pic.svelte-1m23jck {width: 50px;height: 50px;border-radius: 100px;margin: auto;display: block;}
.chatwith-person.svelte-1m23jck .chatwith-persondata.svelte-1m23jck {flex: 3;padding-top: 5px;}
.chatwith-person.svelte-1m23jck .chatwith-post.svelte-1m23jck {font-size: 12px;color: #5c5b5b;line-height: 1.1em;}
.chatwith-person.svelte-1m23jck .chatwith-name.svelte-1m23jck {font-weight: bold;font-size: 16px;padding: 5px 0;line-height: 1.1em;}
.chatwith-person.svelte-1m23jck .chatwith-active .chatwith-status.svelte-1m23jck {color: green;}
.chatwith-person.svelte-1m23jck .chatwith-singleperson.svelte-1m23jck {display: flex;color: #5c5b5b;}
.chatwith.svelte-aoit06 .person.svelte-aoit06 {border-bottom: #efefef 1px solid;padding: 10px 0;background: #fff;}
.chatwith-person.svelte-1m23jck .chatwith-avatar.svelte-1m23jck {flex: 1;display: flex;justify-content: center;}

#product-grouped-details .grouped-product-table table {border-collapse: collapse !important;}
#product-grouped-details .grouped-product-table {margin-top:10px;}
#product-grouped-details h4 {text-align: center;font-weight: 600;font-size: 1.3rem !important;}
#product-grouped-details h6 {font-size: .85rem !important;}
#product-grouped-details .grouped-product-row {padding: 10px;border: 1px #80808057 solid;border-radius: 10px;gap:5px !important}
#product-grouped-details .grouped-product-col {flex-direction: row !important;}
#product-grouped-details .grouped-product-col img {width: 30px;filter: invert(1);height: unset;padding-right: 10px;}
#product-grouped-details .grouped-product-row .plus-icon {margin-bottom: 0 !important;}
#product-grouped-details .grouped-product-table table tr:first-child th:first-child {background: unset;}
#product-grouped-details .grouped-product-table table tr:first-child {background: #f5f5f5 !important;}
#product-grouped-details .grouped-product-table img {width: 40px;height: 40px;padding: 5px;margin-left: 5px;filter: invert(1);border: 1px solid #f7f7f830;border-radius: 8px;}
#product-grouped-details.grouped-product-table table > tr {border: 1px solid #0000001f;}
#product-grouped-details .grouped-product-table-row td {font-size: .85rem;padding-left: 10px;}
#product-grouped-details .grouped-product-table-row {border: 1px solid #5b5b7229;height: 70px;}

	zid-store-customer > [zid-hidden-wishlist] {
		display: none !important;
	}
	zid-store-customer {display: block !important;}