
/* =====================================
Template Name: Modern Clare - eCommerce
Author Name: Webby Crown
Author URI: 
Description: Modern Clare - eCommerce HTML5 Template.
Version:1.0
========================================*/
/*======================================
[ CSS Table of contents ]
|
|___ Home one style
| |
| |___ 01. Header style 1 CSS
| |___   + Header topbar
| |___   + header main style
| |___   + header search form
| |___   + header button right
| |___   + header navbar
| |___   + primary nav
| |___   + dropdown menu
| |___   + Mini Cart Dropdown
| |___ 02. Hero banner section CSS
| |___   + hero banner content
| |___ 03. Icon box section CSS
| |___ 04. banner adds section CSS
| |___ 05. Popular Categories section CSS
| |___   + Popular Categories grid
| |___ 06. Trending Collection section CSS
| |___   + product grid style 1
| |___ 07. offer banner section CSS
| |___ 08. Weekly best sell section CSS
| |___ 09. Newsletter section CSS
| |___ 10. footer style 1 CSS
| |___ 11. Newsletter popup CSS
| |___ 12. Cookie popup CSS
| |
|___ Home Two style
| |
| |___ 01. Header style 2 CSS
| |___   + Header topbar style 2 CSS
| |___   + header navbar style 2 CSS
| |___ 02. Hero banner section style 2 CSS 
| |___   + hero banner content style 2 CSS
| |___ 03. Trending Collection slider
| |___ 04. Best Sellers section CSS
| |___ 05. image with text section CSS
| |___ 06. Testimonial section CSS
| |___   + Testimonial right image CSS
| |___ 07. New arrival section CSS
| |___ 08. Icon box section style 2 CSS
| |___ 09. Blogs and news section CSS
| |___ 10. footer style 2 CSS
| |
|___ Home Three style
| |
| |___ 01. Header style 3 CSS
| |___   + Header topbar style 3 CSS
| |___   + Header navbar style 3 CSS
| |___ 02. Hero grid banner section style 3 CSS 
| |___   + hero banner content style 3 CSS
| |___ 03. Popular Categories section style 3 CSS
| |___ 04. Top collection section style 3 CSS
| |___ 05. offer banner section style 3 CSS
| |___ 06. Shop Social section style 3 CSS
| |___ 07. Instagram section style 3 CSS
| |___ 08. footer style 3 CSS
| |
|___ Shop page style
| |
| |___ 01. Shop sidebar style CSS
| |___ 02. filter shop loop style CSS
| |___ 03. Product Quick view Popup CSS
| |
|___ Wishlist page style
| |
| |___ 01. Wishlist grid style CSS
| |
|___ About us page style
| |
| |___ 01. About content section style CSS
| |___ 02. About video section style CSS
| |___ 03. Our Team section style CSS
| |
|___ Blog page style
| |
| |___ 01. Blog sidebar style CSS
| |
|___ My Account pagee style
| |
| |___ 01. Account form style CSS
| |
|___ CMS page style
| |
| |___ 01. CMS content style CSS
| |
|___ 404 page style
| |
| |___ 01. Not found content style CSS
| |
|___ Contact page style
| |
| |___ 01. Contact Information style CSS
| |___ 02. Contact form style CSS
| |
|___ Blog single page style
| |
| |___ 01. Blog posts style CSS
| |___ 02. Blog posts comments style CSS
| |___ 03. Blog posts form style CSS
| |___ 04. Blog related posts style CSS
| |
|___ Cart page style
| |
| |___ 01. Cart product table style CSS
| |___ 02. Cart sidebar style CSS
| |
|___ Empty page style
| |
| |___ 01. Empty Cart content style CSS
| |
|___ My Account page
| |
| |___ 01. My Account admin style CSS
| |___ 02. My Account left menu style CSS
| |___ 03. My Account Dashboard style CSS
| |___ 04. Account detail style CSS
| |___ 05. account address form style CSS
| |___ 06. account address style CSS
| |___ 07. account Download list style CSS
| |___ 08. Account order style CSS
| |___ 09. Account order detail style CSS
| |
|___ Site map page
| |
| |___ 01. Site map list style CSS
| |
|___ FAQ page
| |
| |___ 01. accordion style CSS
| |
|___ Thank you page
| |
| |___ 01. Thank you order style CSS
| |
|___ Checkout page
| |
| |___ 01. Checkout Order summary style CSS
| |___ 02. Checkout Choose payment method style CSS
| |
|___ Product detail style 1 page
| |
| |___ 01. Product gallery column style 1 CSS
| |___ 02. Product info style 1 CSS
| |___ 03. Product tabs style 1 CSS
| |___ 04. Related products section style 1 CSS
| |
|___ Product detail style 2 page
| |
| |___ 01. Product gallery column style 2 CSS
| |___ 02. Product info style 2 CSS
| |___ 03. Product tabs style 2 CSS
| |
|___ Product detail style 3 page
| |
| |___ 01. Product gallery column style 3 CSS
| |___ 02. Product info style 3 CSS
| |___ 03. Product tabs style 3 CSS
| |
|___ Compare page style
| |
| |___ 01. Compare Product list CSS
| |
|___ Presantation page style
| |
| |___ 01. Presantation header CSS
| |___ 02. Presantation banner section CSS
| |___ 03. features service section CSS
| |___ 04. More features in Clare section CSS
| |___ 05. Stunning home pages section CSS
| |___ 06. Beautiful Pre-built Inner Pages section CSS
| |___ 07. Professional store section CSS
| |___ 08. Professional Footer style 4 CSS

========================================*/



/**************************************
    Home one style
***************************************/

/*=====================================
    01. Header style 1 CSS
=======================================*/
.site-header{
  background: var(--color-white);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 11;
}
.header-wrapper{
  width: 100%;
}

/*Header topbar*/
.topbar{
  border-bottom: 1px solid var(--color-border);
  padding: 0px;
}
.header-message p{
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
  color: var(--color-black);
}
.header-message p a {
  color: var(--color-primary);
}
.header-message p a:hover {
  color: var(--color-black);
}

.topbar .site-nav .menu-top-right{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar .site-nav .menu-top-right li{
  margin-left: 0.9375rem;
  position: relative;
}
.topbar .site-nav .menu-top-right a{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: currentColor;
  text-decoration: none;
  height: 2.2rem;
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
  color: var(--color-black);
}
.horizontal>.menu-top-right>.menu-item-has-children>a::after {
  font-family: themify;
  font-size: 70%;
  content: "\e64b";
  margin-left: 0.625rem;
  text-shadow: 0 0 0;
}
.site-nav.horizontal>.menu-top-right .sub-menu {
  position: absolute;
  min-width: 15rem;
  top: 100%;
  left: -1.875rem;
  margin: 0;
  padding: 1.125rem 0;
  list-style: none;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
/*  pointer-events: none;*/
  -webkit-transition: all 0.2s cubic-bezier(.28,.12,.22,1);
  transition: all 0.2s cubic-bezier(.28,.12,.22,1);
  z-index: 9;
}
.topbar .site-nav .menu-top-right .sub-menu {
  min-width: 8.125rem;
  left: auto;
  right: -0.9375rem;
  border: 1px solid #dee0ea;
  padding: 0.625rem 0;
}
.topbar .site-nav .menu-top-right .sub-menu li a:hover{
  color: var(--color-primary);
}
.topbar .site-nav .menu-top-right li:hover .sub-menu{
  opacity: 1;
  visibility: visible;
}

/*header main style*/
.header-main{
  padding: 11px 0;
  position: relative;
}
.header-type1.sticky .departments-menu.dropdown-menu{
  display: none;
}
/*header search form*/
.header-search-form{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 48.125rem;
  width: 100%;
  background-color: #F5F3EF;
  max-width: 550px;
  margin: 0 auto;
}
.header-search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.header-search-form form input {
  height: 46px;
  background-color: transparent;
  border: 0;
  padding-left: 3.125rem;
  background: #F5F3EF;
}
.header-search-form form input:focus{
  background: #F5F3EF;
}
.header-search-form form .drop-down{
  max-width: 180px;
  width: 100%;
  flex-shrink: 0;
}
.header-search-form form .drop-down .selected{
  display: flex;
    align-items: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../image/select-arrow.svg) no-repeat center right 10px;
}
.search-categories{
  width: 200px;
}
.search-categories .dropdown-item{
  white-space: normal;
  font-size: var(--font-size-b3);
  cursor: pointer;
}
.header-search-form form .drop-down .selected,
.header-search-form form select {
  width: auto;
  height: 46px;
  border: 0;
  background-color: transparent;
  border-left: 1px solid #E0E6D6;
  background-size: 12px;
  margin-left: auto;
  color: #000;
  font-size: 14px;
  line-height: 17px;
  margin-right: 0.75rem;
  padding-left: 1.2rem;
  padding-right: 2rem;
}
.header-search-form button {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  padding: 0;
  height: 100%;
  width: 50px;
  font-size: 22px;
}

/*header button right*/
.header-button-right{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-button-right .header-button {
  margin-left: 0.625rem;
}
.header-button-right .header-button button{
  background: transparent;
  border: 0;
  padding: 0;
}
.header-button-right .header-button button,
.header-button-right .header-button a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  font-size: 1.25rem;
  min-width: 2rem;
  height: 2.25rem;
  color: currentColor;
  text-decoration: none;
}
.header-button-right .header-button button:hover,
.header-button-right .header-button a:hover{
  color: var(--color-primary);
  opacity: 0.8;
}
.cart-icon{
  position: relative;
}
.header-button .count{
  position: absolute;
  top: 4px;
  right: 0;
  width: 12px;
  height: 12px;
  background: var(--color-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  border-radius: 100%;
  color: var(--color-black);
  font-weight: 400;
  font-size: 8px;
  line-height: 9px;
}

/*header navbar*/
.header-navbar{
  background: var(--color-primary);
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header-navbar .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*  position: relative;*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-navbar .left{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-navbar .all-categories{
  position: relative;
  max-width: 235px;
  width: 100%;
  background: var(--color-white);
  border-radius: 6px 6px 0px 0px;
  margin-right: 1.875rem;
  margin-top: 7px;
}
.header-navbar .all-categories .dropdown-toggle{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--font-size-b3);
  line-height: normal;
  font-weight: var(--medium);
  color:var(--color-black);
  padding: 15px 15px;
}
.header-navbar .all-categories .dropdown-toggle:after{
  display: none;
}
.dropdown-toggle .departments-arrow {
  font-size: var(--font-size-b3);
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  color:var(--color-black);
  align-items: center;
}
.departments-toggle{
  margin-right: 20px;
  color:var(--color-black);
  font-size: var(--font-size-b3);
  line-height: 0;
}

/*primary nav*/
.site-nav.horizontal>.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .site-nav.primary-nav .menu>.menu-item {
  margin-left: 1.875rem;
}
.site-header .site-nav.primary-nav .menu>.menu-item:first-child {
  margin-left: 0;
}
.site-header .site-nav.primary-nav .menu>.menu-item>a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: var(--semi-bold);
  height: 3.5rem;
  color: currentColor;
  text-decoration: none;
  color: var(--color-black);
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b3);
}
.site-header .site-nav.primary-nav .menu>.menu-item.active>a,
.site-header .site-nav.primary-nav .menu>.menu-item:hover>a,
.site-header .site-nav.primary-nav .menu>.menu-item>a:hover{
  color: var(--color-white);
}
.site-nav.horizontal>.menu>.menu-item-has-children>a::after {
  font-family: themify;
  font-size: 70%;
  content: "\e64b";
  margin-left: 0.625rem;
  text-shadow: 0 0 0;
}

.sub-mega-menu{
  display: none;
}

.header-navbar .right{
  flex-shrink: 0;
}
.shop-now-btn .btn{
  border: 0;
}
.shop-now-btn .btn:hover{
  background: var(--color-black);
  color:var(--color-white);
}

/*dropdown menu*/
.departments-menu .menu li a{
  padding: 12px 22px;
  line-height: 20px;
}

/*Mini Cart Dropdown*/
.mini-cart-dropdown{
  position: fixed;
  top: 0;
  right: -130%;
  background: var(--color-white);
  box-shadow: -7px 0px 12px rgba(0, 0, 0, 0.04);
  padding: 26px;
  height: 100%;
  max-width: 385px;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease;
}
.mini-cart-dropdown.open{
  right: 0;
}
.mini-cart-close{
  position: absolute;
  right: 15px;
  top: 15px;
}
.mini-cart-close a{
  border: 0.5px solid #D9D9D9;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  color: var(--color-dark);
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
}
.mini-cart-close a:hover{
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.mini-cart-dropdown .order-summary .account-title{
  padding-bottom: 25px;
}
.mini-cart-dropdown .variation-quantity .quantity{
  width: 80px;
}
.mini-cart-dropdown .variation-quantity .quantity .quantity-button{
  height: 30px;
  width: 25px;
  padding: 5px;
  font-size: var(--font-size-b1);
}
.mini-cart-dropdown .summary-product-list .product-qty{
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  gap: 15px;
}
.mini-cart-dropdown .variation-quantity .quantity .input-text{
  height: 30px;
  padding: 5px;
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
}
.mini-cart-dropdown .cart-product-title{
  padding:15px 20px 15px 0;
  position: relative;
}
.mini-cart-dropdown .cart-product-title h6{
  text-align: left;
}
.mini-cart-dropdown .cart-product-title .remove{
  position: absolute;
  right: 0;
  top: 0;
}
.mini-cart-dropdown .cart-product-title .remove a{
  border: 0.5px solid #D9D9D9;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  color: #8C4848;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mini-cart-dropdown .cart-product-title .remove a:hover{
  background: var(--color-dark);
  color: var(--color-white);
  border-color: var(--color-dark);
}
.mini-cart-dropdown .cart-product-title h6:hover{
  color: var(--color-primary);
}
.summary-product-list{
  height: calc(100vh - 243px);
  overflow-y: auto;
  padding-right: 20px;
  margin-right: -20px;
}
.mini-cart-buttons{
  background: var(--color-white);
  padding-top: 15px;
}
.mini-cart-buttons .btn{
  width: 100%;
  border-radius: 4px;
  padding: 13px;
  text-align: center;
  margin-bottom: 15px;
}
.checkout-page .summary-product-list{
  height: auto;
}
.overflow{
  display: none;
}
.minicart-open .site-header .overflow{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 5;
  display: block;
}


/*=====================================
    End Header style 1 CSS
=======================================*/


/*=====================================
    02. Hero banner section CSS
=======================================*/
.hero-banner-section{
  background: linear-gradient(90deg, #fbf1f1 0%, #E2E2DE 100%);
  min-height: 546px;
}
.hero-banner-section .hero-banner-body{
  padding-left: 275px;
  max-width: 1320px;
  margin: 0 auto;
}

/* hero banner content */
.hero-banner-content h1{
  margin-bottom: 35px;
}
.hero-banner-content p{
  margin-bottom: 25px;
}
.hero-banner-content .btn-link{
  display: inline-block;
}
.hero-banner-content .btn-link:after{
  content: '';
  height: 3px;
  width: 100%;
  display: block;
  margin-top: 1px;
  background: var(--color-primary);
}

/*=====================================
    End Hero banner section CSS
=======================================*/

/*=====================================
    03. Icon box section CSS
=======================================*/
.icon-box-section{
  padding: 39px 0;
  border-bottom: 1px solid var(--color-border);
}
.icon-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.iconbox-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  font-size: 3.125rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 1.25rem;
}

.icon-box .iconbox-detail h6 {
  font-weight: var(--semi-bold);
  margin-bottom: 9px;
}


/*=====================================
    End Icon box section CSS
=======================================*/


/*=====================================
    04. banner adds section CSS
=======================================*/
.banner{
  position: relative;
}
.banner .banner-content {
  position: relative;
  padding: 30px 35px;
  z-index: 2;
}
.banner .banner-content .entry-subtitle{
  font-size: var(--font-size-b4);
  line-height: 15px;
  margin-bottom: 14px;
}
.banner .banner-content .entry-title{
  margin-bottom: 12px;
  font-size: var(--title);
  line-height: var(--title-lineHeight);
  position: relative;
  color: var(--color-black);
  font-weight: var(--bold);
}
.banner .banner-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner .banner-image img {
  width: 100%;
}
.banner.banner-small:first-child{
  margin-bottom: 36px;
}


/*=====================================
    End banner adds section CSS
=======================================*/

/*=====================================
    05. Popular Categories section CSS
=======================================*/
.popular-categories-wrap{
  background: var(--color-extra04);
  border: 1px solid var(--color-extra01);
}
.popular-categories-wrap .module-header{
  padding: 23px 40px;
  margin: 0;
}

/*Popular Categories grid*/
.popular-categories-grid{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.popular-categories-grid .popular-categories {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 0;
  padding: 30px;
  border-left: 1px solid var(--color-extra01);
  border-top: 1px solid var(--color-extra01);
}
.popular-categories-grid .popular-categories:first-child,
.popular-categories-grid .popular-categories:nth-of-type(6){
  border-left: 0;
}
.popular-categories{
  text-align: center;
}
.popular-categories-img{
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto 8px;
}
.popular-categories-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.popular-categories:hover .popular-categories-img img{
  transform: scale(1.2);
}
.popular-categories-title h5, 
.popular-categories-title h5 a{
  margin: 0;
  font-size: var(--font-size-b2);
  font-weight: var(--semi-bold);
  color: var(--color-black);
}
.popular-categories-title h5 a:hover{
  color: var(--color-primary);
}

/*=====================================
    End Popular Categories section CSS
=======================================*/

/*=====================================
    06. Trending Collection section CSS
=======================================*/
.slider-arrow{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 11px;
  max-width: 91px;
  margin: 0;
}
.slider-arrow .swiper-button-prev,
.slider-arrow .swiper-button-next{
  position: static;
  margin: 0;
}

/*product grid style 1*/

.feature-products-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -ms-flex-flow:  wrap;
  flex-flow: row wrap;
}
.feature-products-grid .product{
  margin-bottom: -1px;
}

.trending-collection-slider{
  border-left: 1px solid var(--color-extra01);
}
.trending-collection-slider .swiper-wrapper .swiper-slide{
  height: auto;
}
.trending-collection-slider .product-style-1{
  height: 100%;
}

/*=====================================
    End Trending Collection section CSS
=======================================*/

/*=====================================
    07. offer banner section CSS
=======================================*/
.offer-banner{
  background: linear-gradient(180deg, #E3DAD5 0%, #D5CAC4 100%);;
}
.offer-banner-content{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding: 60px;
}
.offer-banner-content h2{
  margin-bottom: 9px;
  font-weight: var(--bold);
}
.offer-banner-content p{
  margin-bottom: 19px;
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b4);
}
.offer-banner-content .price{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--font-size-b1);
  line-height: 1rem;
  font-weight: var(--medium);
  margin-bottom: 19px;
  color: var(--color-black);
  width: 100%;
}
.offer-banner-content .price ins {
  background: transparent;
  font-weight: var(--bold);
  margin-right: 15px;
}
.offer-banner-content .price del {
  color: var(--color-body);
}
.offer-banner-content .btn {
  font-weight: var(--bold);
  font-size: var(--font-size-b2);
  line-height: 20px;
}

/*=====================================
    End offer banner section CSS
=======================================*/


/*=====================================
    08. Weekly best sell section CSS
=======================================*/
.weekly-products{
  background: var(--color-border);
  padding: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.weekly-products-thumbnail{
  position: relative;
  overflow: hidden;
  width: 136px;
  flex-shrink: 0;
}
.weekly-products-thumbnail:before{
  padding-top: 100%;
  display: block;
  content: '';
}
.weekly-products-thumbnail .thumbnail{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.weekly-products-thumbnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.weekly-products:hover .weekly-products-thumbnail img{
  transform: scale(1.1);
}
.weekly-products .product-content{
  padding: 0 0 0 20px;
}
.weekly-products .product-content .product-title{
  margin: 0;
}
.weekly-products .product-content .product-buttons{
  margin-top: 14px;
}
.weekly-products .btn{
  padding: 7px 10px;
}

/*=====================================
    End Weekly best sell section CSS
=======================================*/

/*=====================================
    09. Newsletter section CSS
=======================================*/
.newsletter-section{
  position: relative;
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
  padding: 90px 0;
}
.newsletter-left-img{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.newsletter-right-img{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.newsletter-left-img img,
.newsletter-right-img img{
  height: 100%;
}
.newsletter-section .container{
  position: relative;
  z-index: 1;
}

.newsletter-content{
  max-width: 635px;
  margin: 0 auto;
  text-align: center;
}
.newsletter-content p{
  font-size: var(--font-size-b1);
  color: var(--color-black);
  margin-bottom: 35px;
}

/*newsletter-form*/
.newsletter-form{
  position: relative;
}
.newsletter-form .form-control{
  margin: 0;
  padding: 18px 165px 18px 23px;
  color: var(--color-body);
  font-size: var(--font-size-b1);
}
.newsletter-form .btn{
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: 100%;
  font-size: var(--font-size-b1);
}

/*=====================================
    End Newsletter section CSS
=======================================*/

/*=====================================
    10. footer style 1 CSS
=======================================*/
.footer-style-1{
  padding: 47px 0 0 0;
  background: var(--color-white);
}
.footer-style-1 .site-brand{
  text-align: center;
  padding-bottom: 43px;
  border-bottom: 1px solid var(--color-extra01);
  margin-bottom: 44px;
}
.footer-column{
  margin-bottom: 40px;
}
.footer-column .widget-title{
  margin-bottom: 15px;
}
.footer-column .widget_text p{
  margin: 0;
}
.footer-menu .menu{
  padding: 0;
  margin: 0;
}
.footer-menu .menu li{
  list-style-type: none;
  margin-bottom: 10px;
}
.footer-menu .menu li a{
  color: var(--color-body);
  font-size: var(--font-size-b2);
}
.footer-menu .menu li a:hover{
  color: var(--color-primary);
}

.footer-style-1 .footer-bottom{
  padding: 15px 0;
  border-top: 1px solid var(--color-extra01);
}
.social-icon{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
}
.social-icon li{
  list-style-type: none;
  margin-right: 15px;
}
.social-icon li a{
  color: var(--color-body);
  font-size: var(--font-size-b2);
}
.social-icon li a:hover{
  color: var(--color-primary);
}
.site-copyright{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-copyright p{
  font-size: var(--font-size-b1);
}
.payments-icon{
  text-align: right;
}

/*=====================================
    End footer style 1 CSS
=======================================*/

/*=====================================
    11. Newsletter popup CSS
=======================================*/
  .newsletter-popup-block{
    background: linear-gradient(180deg, #C1CCCE 0%, #C2CDCF 51.92%, #B9C4C6 78.35%, #C5D0D4 100%);
    max-width: 795px;
    margin: 20px auto;
    position: relative;
    height: 520px;
  }
  .newsletter-popup-block .mfp-close{
    width: 38px;
    height: 38px;
    border-radius: 100%;
    top: 20px;
    right: 20px;
    background: var(--color-white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    opacity: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .newsletter-body{
    background-position: right top;
    background-repeat: no-repeat;
    padding: 55px;
    height: 100%;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .newsletter-popup-content{
    max-width: 400px;
  }
  .newsletter-popup-content .site-brand{
    margin-bottom: 10px;
  }
  .newsletter-popup-content .site-brand img{
    max-width: 139px;
    width: 100%;
  }
  .newsletter-popup-content h6{
    font-weight: var(--medium);
    font-size: var(--font-size-b2);
    line-height: 20px;
    margin-bottom: 28px;
  }
  .newsletter-popup-content h3{
    font-weight: var(--semi-bold);
    font-size: var(--h4);
    line-height: var(--h4-lineHeight);
    margin-bottom: 9px;
  }
  .newsletter-popup-content p{
    font-size: var(--font-size-b3);
    margin-bottom: 40px;
  }


/*=====================================
    End Newsletter popup CSS
=======================================*/

/*=====================================
    12. Cookie popup CSS
=======================================*/

.cookie-popup{
  position: fixed;
  bottom: -150%;
  right: 25px;
  background: var(--color-primary);
  padding: 40px;
  border-radius: 3px;
  max-width: 640px;
  width: 100%;
  z-index: 999;
  transition: all 1s ease;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}
.cookie-popup.open{
  bottom: 22px;
}
.cookie-popup p{
  margin-bottom: 17px;
  color: var(--color-black);
}
.cookie-popup p a{
  color: var(--color-dark);
  font-weight: var(--medium);
}
.cookie-popup p a:hover{
  text-decoration: underline;
}
.cookie-popup .cookie-button{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 20px;
    width: 100%;
    padding-top: 10px;
}
.cookie-popup .cookie-button .btn{
  width: 100%;
  font-size: var(--font-size-b2);
  padding: 16px 30px;
}
.cookie-popup .cookie-button .btn-dark{
  background: var(--color-heading);
}
.cookie-popup .cookie-button .btn-dark:hover{
  background: var(--color-extra01);
  color: var(--color-heading);
}
.cookie-popup .cookie-button .btn-secondary{
  background: var(--color-extra01);
  color: var(--color-heading);
  border-color: transparent;
}
.cookie-popup .cookie-button .btn-secondary:hover{
  background: var(--color-heading);
  color: var(--color-white);
}

/*=====================================
    End Cookie popup CSS
=======================================*/

/*=====================================
    01. Header style 2 CSS
=======================================*/
.header-type2{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 999;
}
.header-type2.sticky{
  background: #fff;
  -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1);
}
/*Header topbar style 2 CSS*/
.header-type2 .topbar{
  background: var(--color-dark);
  padding: 6px 0;
  border: 0;
}
.header-type2 .topbar .header-message p{
  color: var(--color-white);
  text-align: center;
  font-size: var(--font-size-b2);
}
.header-type2 .topbar .header-message p span{
  color: var(--color-primary);
}
/*header navbar style 2 CSS*/
.header-type2 .header-navbar{
  background: transparent;
}
.header-type2 .site-nav.primary-nav .menu>.menu-item>a {
  height: 5rem;
}
.header-type2 .site-brand{
  max-width: 130px;
  width: 100%;
  margin-right: 60px;
}
.header-type2 .site-brand img{
  width: 100%;
}
.header-type2 .site-nav.primary-nav .menu>.menu-item.active>a,
.header-type2 .site-nav.primary-nav .menu>.menu-item:hover>a, 
.header-type2 .site-nav.primary-nav .menu>.menu-item>a:hover {
    color: var(--color-primary);
}

/*=====================================
    End Header style 2 CSS
=======================================*/

/*=====================================
    02. Hero banner section style 2 CSS 
=======================================*/
.hero-slider-section{
  background: linear-gradient(180deg, #D8E2F2 13.28%, #DDE7F4 27.57%, #D0DCEE 100%);
  padding: 60px 0 0;
  margin-bottom: 30px;
}
.hero-slider-section .swiper-slide .hero-banner-content .btn,
.hero-slider-section .swiper-slide .hero-banner-content p,
.hero-slider-section .swiper-slide .hero-banner-content h1,
.hero-slider-section .swiper-slide .hero-banner-content h4{
  transition: all 0.3s ease;
  transform: translateY(50px);
  opacity: 0;
}
.hero-slider-section .swiper-slide.swiper-slide-active .hero-banner-content .btn,
.hero-slider-section .swiper-slide.swiper-slide-active .hero-banner-content p,
.hero-slider-section .swiper-slide.swiper-slide-active .hero-banner-content h1,
.hero-slider-section .swiper-slide.swiper-slide-active .hero-banner-content h4{
  transform: translateY(0px);
  opacity: 1;
}
.hero-slider-section .swiper-slide .hero-banner-content h4{
  transition-delay: 200ms;
}
.hero-slider-section .swiper-slide .hero-banner-content h1{
  transition-delay: 600ms;
}
.hero-slider-section .swiper-slide .hero-banner-content p{
  transition-delay: 800ms;
}
.hero-slider-section .swiper-slide .hero-banner-content .btn{
  transition-delay: 1s;
}
/*hero banner content style 2 CSS*/
.hero-slider-section .hero-banner-content{
  padding: 50px 0;
}
.hero-slider-section .hero-banner-content .entry-subtitle{
  font-size: var(--font-size-b1);
  margin-bottom: 22px;
  font-weight: var(--regular);
}
.hero-slider-section .hero-banner-content h1{
  font-size: 65px;
  line-height: 79px;
  margin-bottom: 22px;
  font-weight: var(--semi-bold);
}
.hero-slider-section .hero-banner-content p{
  color: var(--color-black);
}
.hero-slider-section .swiper-pagination{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  bottom: 20px;
}
.hero-slider-section .swiper-wrapper{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


/*=====================================
    End Hero banner section style 2 CSS 
=======================================*/
/*=====================================
    03. Trending Collection slider
=======================================*/

/*=====================================
    End Trending Collection slider 
=======================================*/

/*=====================================
    04. Best Sellers section CSS
=======================================*/
.bestsellers-products-section .entry-header-right .menu{
  padding: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.bestsellers-products-section .entry-header-right .menu li{
  list-style-type: none;
  margin-left: 40px;
}
.bestsellers-products-section .entry-header-right .menu li a{
  font-size: var(--font-size-b2);
  font-weight: var(--medium);
  color: var(--color-body);
  position: relative;
  border-bottom: 2px solid transparent;
}
.bestsellers-products-section .entry-header-right .menu li a:hover,
.bestsellers-products-section .entry-header-right .menu li.active a{
  color: var(--color-black);
  border-color: var(--color-primary);
}
/*=====================================
    End Best Sellers section section CSS
=======================================*/

/*=====================================
    05. image with text section CSS
=======================================*/
.image-with-text-box{
  background: var(--color-extra02);
}
.image-with-text-section .banner-image img{
  width: 100%;
}
.image-with-text-section .image-with-text-des{
  text-align: center;
  max-width: 430px;
  margin: 0 auto;
  padding: 50px 15px; 
}
.image-with-text-des .entry-subtitle{
  font-size: var(--font-size-b2);
  margin-bottom: 15px;
  font-weight: var(--medium);
}
.image-with-text-des p{
  font-size: var(--font-size-b1);
  margin-bottom: 28px;
}

/*=====================================
    End image with text section CSS
=======================================*/
/*=====================================
    06. Testimonial section CSS
=======================================*/
.testimonial-section{
  overflow-x: hidden;
}
.testimonial-slider{
  background: var(--color-extra03);
  position: relative;
}
.testimonial-slider .swiper-pagination{
  position: static;
}
.testimonial-slider:before{
  content: '';
  background: var(--color-extra03);
  width: 500%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -500%;
  height: 100%;
}
.testimonial-slider .mySwiper2 {
  padding: 70px 0px 50px 0;
}
.testimonial-content{
  padding: 0px 40px 30px 0;
}
.testimonial-content p{
  margin-bottom: 40px;
  color: var(--color-dark);
  font-size: var(--h5);
  line-height: 32px;
}
.testimonial-user-info .testimonial-user-img{
  width: 74px;
  height: 74px;
  background: var(--color-extra01);
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 16px;
}
.testimonial-user-info .testimonial-user-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-user-info .testimonial-user-name{
  margin: 0;
}

/*Testimonial right image CSS*/
.testimonial-thumbnail{
  height: 100%;
}
.testimonial-right-image {
  height: 100%;
}
.testimonial-right-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*=====================================
    End Testimonial section CSS
=======================================*/
/*=====================================
    07. New arrival section CSS
=======================================*/
.new-arrival-slider .slider-arrow{
  width: 100%;
  max-width: 100%;
  justify-content: center;
  margin: 10px 0;
}
/*=====================================
    End New arrival section CSS
=======================================*/


/*=====================================
    08. Icon box section style 2 CSS
=======================================*/
.icon-box-section.style-2 {
  border: 0;
}
/*=====================================
    End Icon box section style 2 CSS
=======================================*/

/*=====================================
    09. Blogs and news section CSS
=======================================*/
.header-style-2{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
/*=====================================
    End Blogs and news section CSS
=======================================*/

/*=====================================
    10. footer style 2 CSS
=======================================*/
.footer-style-2{
  background: var(--color-black);
  padding: 55px 0;
  color: var(--color-white);
}
.footer-style-2  .newsletter-form{
  margin-bottom: 50px;
}
.footer-style-2  .newsletter-form .form-control{
  background: transparent;
  border-color: var(--color-white);
  border-radius: 4px;
  color: var(--color-white);
}
.footer-style-2 .newsletter-form .btn{
  width: 250px;
  font-size: var(--h5);
}
.footer-style-2 .newsletter-form .btn:hover{
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-black);
}
.footer-style-2 .footer-column .widget-title{
  color: var(--color-white);
}
.footer-style-2  p,
.footer-style-2 .footer-menu .menu li a,
.footer-style-2 .social-icon li a{
  color: var(--color-white);
}

.footer-style-2 .footer-menu .menu li a:hover,
.footer-style-2 .social-icon li a:hover{
  color: var(--color-primary);
}
.footer-style-2 .address-widget p{
  margin-bottom: 10px;
}
.footer-style-2 .footer-bottom{
  border-top: 1px solid var(--color-dark);
  padding: 25px 0;
}
.footer-style-2 .social-icon{
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  width: 100%;
}
.footer-style-2 .social-icon li{
  margin: 0 0 0 15px;
}

/*instagram-grid*/
.instagram-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -ms-flex-flow:  wrap;
  flex-flow: row wrap;
  gap: 15px;
}
.instagram-box{
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.instagram-box:before{
  padding-top: 60%;
  display: block;
  content: '';
}
.instagram-box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.instagram-box:hover img{
  transform: scale(1.1);
}
.instagram-overlay{
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.51);
  transition: all 0.3s ease;
}
.instagram-overlay a{
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
.instagram-box:hover .instagram-overlay{
  opacity: 1;
}

/*=====================================
    End footer style 2 CSS
=======================================*/


/*=====================================
    Home Three style
=======================================*/

/*=====================================
    01. Header style 3 CSS
=======================================*/

/*Header topbar style 3 CSS*/
.header-type3.sticky{
  -webkit-box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.1);
}
.header-type3 .topbar p{
  color: var(--color-black);
  font-size: var(--font-size-b4);
  font-size: var(--font-size-b4);
}
.header-type3 .topbar p a{
  color: var(--color-black);
}
.header-type3 .topbar p a:hover{
  color: var(--color-primary);
}

/*Header navbar style 3 CSS*/
.header-type3 .header-navbar{
  background: var(--color-white);
}
.header-type3 .header-navbar .left{
  width: auto;
}
.header-type3 .site-nav.primary-nav .menu>.menu-item>a{
  height: 4.5rem;
}
.header-type3 .site-nav.primary-nav .menu>.menu-item.active>a,
.header-type3 .site-nav.primary-nav .menu>.menu-item:hover>a,
.header-type3 .site-nav.primary-nav .menu>.menu-item>a:hover {
  color: var(--color-primary);
}
.header-type3 .header-button .count{
  background: var(--color-black);
  color: var(--color-white);
}

/*=====================================
    End Header style 3 CSS
=======================================*/

/*=====================================
    02. Hero grid banner section style 3 CSS 
=======================================*/
/*hero banner content style 3 CSS*/
.hero-grid-banner-section .hero-banner-content{
  background: var(--color-extra07);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  padding: 50px;
  text-align: center;
}
.hero-grid-banner-section .hero-banner-content .entry-subtitle{
  font-size: var(--font-size-b1);
  margin-bottom: 20px;
  font-weight: var(--regular);
  text-transform: uppercase;
}
.hero-grid-banner-section .hero-banner-content h1{
  font-size: 65px;
  line-height: 79px;
  margin-bottom: 30px;
  font-weight: var(--medium);
}
.hero-grid-banner-section .hero-banner-content p {
  color: var(--color-black);
}
.hero-grid-banner-section .btn-style-2{
  max-width: fit-content;
  margin: 0 auto;
}

.hero-grid-banner-section .hero-banner-img img{
  width: 100%;
}

/*=====================================
    End Hero grid banner section style 3 CSS 
=======================================*/

/*=====================================
    03. Popular Categories section style 3 CSS
=======================================*/
.popular-categories-section.style-3 .popular-categories-grid{
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  -ms-flex-flow: wrap;
  flex-flow: row wrap;
  gap: 20px;

}
.popular-categories-section.style-3 .popular-categories-grid .popular-categories{
  border: 0;
  width: auto;
  padding: 0;
  max-width: 100%;
}
.popular-categories-section.style-3 .popular-categories-grid .popular-categories-img{
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 10px;
}
.popular-categories-section.style-3 .popular-categories-grid .popular-categories-img:before{
  content: '';
  padding-top: 100%;
  display: block;
}
.popular-categories-section.style-3 .popular-categories-grid .popular-categories-img a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

/*==============================================
    End Popular Categories section style 3 CSS 
==============================================*/

/*==========================================
    04. Top collection section style 3 CSS
===========================================*/
.top-collection-section .banner{
  height: calc(100% - 50px);
}
.top-collection-section .banner .banner-image img{
  height: 100%;
  object-fit: cover;
}
.top-collection-section .banner .banner-content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-grid;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-content: end;
  padding: 45px 35px;
}
.top-collection-section .banner .banner-content .entry-title{
  font-size: var(--h2);
  line-height: var(--h2-lineHeight);
  margin-bottom: 23px;
}
.top-collection-section .banner .banner-content .btn-dark{
  max-width: fit-content;
}
/*=========================================
    End Top collection section style 3 CSS
===========================================*/
/*==========================================
    05. offer banner section style 3 CSS
===========================================*/
.offer-banner-section.style-3 .offer-banner{
  background: linear-gradient(180deg, #B8BCBF 3.43%, #CBCCCE 47.07%, #BFC0C2 85.86%, #B7B8BA 96.77%, #A5A5A7 100%);
  position: relative;
}
.offer-banner-section.style-3 .offer-banner-content{
  position: absolute;
  left: 50px;
  top: 0;
  height: 100%;
  max-width: 600px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-content: center;
}
.offer-banner-section.style-3 .offer-banner-content .entry-subtitle{
  font-size: var(--font-size-b1);
  margin-bottom: 16px;
  font-weight: var(--regular);
  text-transform: uppercase;
}
.offer-banner-section.style-3 .offer-banner-content h2 {
  margin-bottom: 20px;
  font-weight: var(--semi-bold);
}
.offer-banner-section.style-3 .offer-banner-content .btn{
  max-width: fit-content;
  font-weight: var(--semi-bold);
  padding: 14px 30px;
}
.offer-banner-section.style-3 .offer-banner-img{
  text-align: right;
}
/*=========================================
    End offer banner section style 3 CSS
===========================================*/

/*==========================================
    06. Shop Social section style 3 CSS
===========================================*/
.shop-social-section{
  text-align: center;
}
.shop-social-section .shop-social-left{
  border-right: 1px solid var(--color-extra01);
  padding: 40px 0;
}
.shop-social-section .entry-title{
  margin-bottom: 20px;
  font-weight: var(--semi-bold);
}
.shop-social-section p{
  max-width: 370px;
  margin:0 auto 20px;
  font-size: var(--font-size-b1);
  color: var(--color-black);
}
.shop-social-icon ul{
  margin: 10px 0 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 15px;
}
.shop-social-icon ul li{
  list-style-type: none;
}
.shop-social-icon ul li a{
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  background: var(--color-dark);
  border-radius: 100%;
  color: var(--color-white);
  font-size: var(--h5);
}
.shop-social-icon ul li a:hover{
  background: var(--color-primary);
  color: var(--color-black);
}

.get-the-latest-deals{
  padding: 40px 0;
}
.get-the-latest-deals .newsletter-form{
  max-width: 400px;
  margin: 0 auto;
}
.form-control:focus{
  outline: none;
  box-shadow: none;
}
.get-the-latest-deals .newsletter-form .form-control{
  border-color: var(--color-extra01);
  padding: 13px 165px 13px 23px;
  border-radius: 3px;
}
.get-the-latest-deals .newsletter-form .btn{
  background: var(--color-dark);
  color: var(--color-white);
}
.get-the-latest-deals .newsletter-form .btn:hover{
  background: var(--color-primary);
  color: var(--color-black);
  border-color: var(--color-primary);
}

/*=========================================
    End Shop Social section style 3 CSS
===========================================*/


/*==========================================
    07. Instagram section style 3 CSS
===========================================*/
.instagram-section{
  padding: 25px 0 0;
  margin-top: 50px;
  background: var(--color-extra04);
}
.instagram-section .instagram-box{
  margin-bottom: 25px;
  color: var(--color-white);
}
.instagram-section .instagram-box:before{
  padding-top: 100%;
}
/*=========================================
    End Instagram section style 3 CSS
===========================================*/

/*==========================================
    08. footer style 3 CSS
===========================================*/
.footer-style-3{
  background: var(--color-black);
  color: var(--color-white);
}
.footer-style-3 .footer-top{
  padding: 55px 0;
  text-align: center;
}
.footer-style-3 .footer-top .site-brand{
  margin-bottom: 60px;
}
.footer-style-3 .footer-menu .menu{
  margin: 0 0 26px;
  padding: 0;
}
.footer-style-3 .footer-menu .menu li{
  list-style-type: none;
  display: inline-block;
  margin: 0 20px;
}
.footer-style-3 .footer-menu .menu li a{
  font-size: var(--h5);
  line-height: var(--line-height-b3);
  color: var(--color-white);
}
.footer-style-3 .footer-menu .menu li a:hover{
  color: var(--color-primary);
}

.footer-style-3 .footer-cms-menu .menu{
  margin: 0;
  padding: 0;
}
.footer-style-3 .footer-cms-menu .menu li{
  list-style-type: none;
  display: inline-block;
  padding: 0 15px;
  line-height: 18px;
  border-left: 1px solid var(--color-white);
}
.footer-style-3 .footer-cms-menu .menu li:first-child{
  border-left: 0;
}
.footer-style-3 .footer-cms-menu .menu li a{
  font-size: var(--font-size-b2);
  line-height: 18px;
  color: var(--color-white);
}
.footer-style-3 .footer-cms-menu .menu li a:hover{
  color: var(--color-primary);
}
.footer-style-3 .footer-bottom{
  border-top: 1px solid #212121;
  padding: 15px 0;
}


/*=========================================
    End footer style 3 CSS
===========================================*/


/*=====================================
    Shop page style
=======================================*/

/*=====================================
    01. Shop sidebar style CSS
=======================================*/
.sidebar-inner{
  max-width: 285px;
}
.right-sidebar .sidebar-inner{
  margin-left: auto;
  margin-right: 0;
}
.sidebar-inner .sidebar-title{
  border-bottom: 1px solid var(--color-border-extra01);
  margin-bottom: 24px;
  padding-bottom: 15px;
  font-size: var(--h5);
}
.sidebar-widget{
  margin-bottom: 35px;
}
.sidebar-widget .widget-title{
  font-size: var(--font-size-b1);
  font-weight: var(--medium);
  color: var(--color-dark);
  margin-bottom: 13px;
  position: relative;
}
.sidebar-widget .widget-title:after{
  content: "-";
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 0;
  font-size: var(--h3);
}
.sidebar-widget-body ul{
  margin: 0;
  padding: 0;
}
.sidebar-widget-body ul li{
  list-style-type: none;
}

/*checkbox-categories-list*/
.checkbox-categories-list li{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 10px;
  color: var(--color-dark);
  font-size: var(--font-size-b3);
  font-weight: var(--regular);
}

.sidebar-widget-body ul li input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.sidebar-widget-body ul li .checkcontainer{
  cursor: pointer;
}
.sidebar-widget-body ul li .checkmark:hover,
.checkcontainer input:checked ~ .checkmark {
  color: var(--color-primary);
}

/*Color check list*/
ul.checkbox-color-list{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 10px;
}
ul.checkbox-color-list li .checkcontainer{
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #F5E5C5;
  position: relative;
  cursor: pointer;
}
ul.checkbox-color-list li .checkcontainer input{
  position: static;
  opacity: 0;
  cursor: pointer;
}
ul.checkbox-color-list li .checkcontainer .checkmark{
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 100%;
  border: 1px solid var(--color-dark);
  display: none;
}
ul.checkbox-color-list li .checkcontainer  input:checked ~ .checkmark {
  display: block;
}

/*Size list*/
ul.checkbox-sizes-list{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 7px;
}

ul.checkbox-sizes-list li .checkcontainer .checkmark{
  width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  color: var(--color-dark);
  border: 1px solid var(--color-extra01);
  border-radius: 3px;
}
ul.checkbox-sizes-list li .checkcontainer  input:checked ~ .checkmark,
ul.checkbox-sizes-list li .checkcontainer .checkmark:hover{
  background: var(--color-dark);
  color: var(--color-white);
  border-color: var(--color-dark);
}
.checkbox-price-list li{
  width: 100%;
  margin: 0 0 10px;
  color: var(--color-dark);
  font-size: var(--font-size-b3);
  font-weight: var(--regular);
}


/*=====================================
    02. filter shop loop style CSS
=======================================*/
.filter-shop-loop{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1.875rem;
}
.filter-shop-loop .sorting-products{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}
.filter-shop-loop .sorting-products select{
  background-size: 12px;
  color: var(--color-dark);
}
.sorting-products .drop-down .selected{
  background: url(../image/select-arrow.svg) no-repeat center right 10px;
  padding-right: 1.875rem;
  background-size: 12px;
  color: var(--color-dark);
  cursor: pointer;
  white-space: nowrap;
}

.product-views-buttons{
  margin-left: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.product-views-buttons a{
  background: var(--color-extra04);
  border-radius: 3px;
  width: 30px;
  height: 30px;
  padding: 6px;
}
.product-views-buttons a span{
  background: var(--color-dark);
}
.product-views-buttons a:hover,
.product-views-buttons a.active{
  background: var(--color-dark);
}
.product-views-buttons a:hover span,
.product-views-buttons a.active span{
  background: var(--color-white);
}
.product-views-buttons a.list-view span{
  width: 100%;
  height: 2px;
  margin: 3px 0;
  display: block;
  border-radius: 5px;

}
.product-views-buttons a.grid-three-view,
.product-views-buttons a.grid-four-view{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-views-buttons a.grid-three-view span,
.product-views-buttons a.grid-four-view span{
  width: 2px;
  height: 100%;
  display: block;
  margin: 0 2px;
  border-radius: 5px;
}
.product-views-buttons a.grid-four-view{
  padding-left: 6px;
  padding-right: 6px;
}


/*=====================================
    03. Product Quick view Popup CSS
=======================================*/
.product-quick-popup{
  max-width: 1245px;
  margin: 30px auto;
  background: var(--color-white);
  border-radius: 15px;
  position: relative;
}
.product-quick-body{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-quick-body .quick-view-left{
  width: 48%;
  overflow: hidden;
  border-radius: 15px 0 0 15px;
}
.product-quick-body .quick-view-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-quick-body .quick-view-content{
  width: 52%;
  padding: 74px 45px;
}
.quick-view-content .product-info .price{
  margin-bottom: 25px;
}
.quick-view-content .product-info .people-viewing{
  color: var(--color-dark);
}
.quick-view-content .product-info-style-2 .variations_form .label-title{
  margin-bottom: 16px;
}
.quick-view-content .product-info-style-2 .variations_form .variation-quantity .label-title {
    margin-bottom: 0px;
}
.product-quick-popup .mfp-close{
  top: -35px;
    right: -5px;
    color: var(--color-white);
    opacity: 1;
    width: 35px;
    height: 35px;
}
.product-quick-popup .product-buttons-icon{
  right: 20px;
  top: 20px;
}
.product-quick-popup .product-buttons-icon .icon{
  width: 47px;
  height: 47px;
  border-radius: 100%;
  background: #8C4848;
  color: var(--color-white);
  position: static;
  transform: inherit !important;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  font-size: var(--font-size-b1);
}
.product-quick-popup .product-buttons-icon .icon:hover{
  background: var(--color-dark);
}

/*=========================================
    End Shop page style
===========================================*/



/*=====================================
    Wishlist page style
=======================================*/

/*=====================================
    01. Wishlist grid style CSS
=======================================*/
.product-list-grid{
  position: relative;
}
.product-list-grid .product-close-icon{
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  background: #EFEEF3;
  font-size: var(--h5);
  color: var(--color-dark);
  z-index: 1;
}
.product-list-grid .product-close-icon:hover{
  background: var(--color-dark);
  color: var(--color-white);
}

.wishlist-grid-section .product-list-grid .product-thumbnail{
  -ms-flex: 0 0 325px;
  flex: 0 0 325px;
  max-width: 325px;
}
.wishlist-grid-section .product-list-grid .product-thumbnail:before {
  padding-top: 80%;
}
.wishlist-bottom-btn{
  border-top: 1px solid var(--color-extra01);
  padding-top: 28px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 35px;
}
.remove-link{
  color: var(--color-dark);
  font-size: var(--font-size-b1);
  font-weight: var(--semi-bold);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.remove-link:hover{
  color: var(--color-primary);
}
.remove-link span{
  font-size: var(--h4);
}

/*=========================================
    End Wishlist page style
===========================================*/

/*=====================================
    About us page style
=======================================*/

/*=====================================
    01. About content section style CSS
=======================================*/
.about-content-wrap .full-img{
  width: 100%;
  margin-bottom: 30px;
}
.about-content-wrap h2{
  font-weight: var(--regular);
}
.about-content{
  text-align: center;
  max-width: 1050px;
  margin: 32px auto 0;
  padding-top: 20px;
}
.about-content p{
  margin-bottom: 30px;
}
.about-service-list{
  padding-left: 30px;
}
.about-service-list ul{
  padding: 0;
  margin: 0;
}
.about-service-list ul li{
  list-style-type: none;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 40px;
}
.about-service-list ul li .icon{
  position: static;
  width: 65px;
  animation: inherit;
  height: auto;
  flex-shrink: 0;
}
.about-service-list .about-service-info h5{
  margin-bottom: 8px;
}

/*=====================================
    02. About video section style CSS
=======================================*/
.about-video-section{
  padding-top: 0;
}
.full-video{
  position: relative;
}
.full-video .video-play-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.full-video .video-play-icon:hover{
  transform: translate(-50%, -50%) scale(0.8);
}


/*=====================================
    03. Our Team section style CSS
=======================================*/
.our-team-grid{
  margin-bottom: 30px;
}
.our-team-grid .team-thumbnail{
  position: relative;
  overflow: hidden;
}
.our-team-grid .team-thumbnail:before{
  content: '';
  padding-top: 100%;
  display: block;
}
.our-team-grid .team-thumbnail a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.our-team-grid .team-thumbnail a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.our-team-grid .our-team-info{
  padding-top: 16px;
}
.our-team-grid .our-team-info h6{
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.our-team-grid .our-team-info h6 a:hover{
  color: var(--color-primary);
}
.our-team-grid .our-team-info h6 span{
  text-transform: uppercase;
  color: var(--color-body);
  font-size: var(--font-size-b4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.our-team-grid .our-team-info h6 span:before{
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 100%;
  background: var(--color-body);
  margin-right: 8px;
}

/*=====================================
    End About us page style
=======================================*/


/*=====================================
    Blog page style
=======================================*/

/*=====================================
    01. Blog sidebar style CSS
=======================================*/
.blog-sidebar .sidebar-inner{
  max-width: 380px;
  margin: 0 0 0 auto;
}
.blog-sidebar .widget-search-form{
  position: relative;
}
.blog-sidebar .widget-search-form .form-control{
  border-radius: 0;
  background: #FAFAFA;
  border: 1px solid var(--color-extra01);
  padding: 15px 60px 15px 19px;
  color: var(--color-black);
  font-size: var(--font-size-b2);
}
.blog-sidebar .widget-search-form button{
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  color: var(--color-white);
  border-radius: 0;
  font-size: var(--h4);
}
.blog-sidebar .widget{
  margin-bottom: 40px;
}
.blog-sidebar .widget .widget-title{
  color: var(--color-dark);
  font-size: var(--font-size-b1);
  margin-bottom: 15px;
}
.popular-posts .popular-posts-list{
  border-top: 1px solid rgba(214, 191, 149, 0.16);
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap:17px;
}
.popular-posts .popular-posts-list:first-child{
  border-top: 0;
}
.popular-posts .popular-posts-list .thumbnail{
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.popular-posts .popular-posts-list .thumbnail a{
  width: 100%;
  height: 100%;
  display: block;
}
.popular-posts .popular-posts-list .thumbnail a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.popular-posts-list .popular-posts-info span{
  display: block;
  font-size: var(--font-size-b4);
  font-weight: var(--medium);
  margin-bottom: 2px;
}
.popular-posts-list .popular-posts-info h6{
  font-size: var(--font-size-b3);
  margin: 0;
}
.popular-posts-list .popular-posts-info h6 a:hover{
  color: var(--color-primary);
}
.blog-sidebar .categories-list ul{
  padding: 0;
  margin: 0;
}
.blog-sidebar .categories-list ul li{
  margin-bottom: 22px;
  list-style-type: none;
}
.blog-sidebar .categories-list ul li a{
 font-size: var(--font-size-b3);
 font-weight: var(--medium);
 color: var(--color-dark);
}
.blog-sidebar .categories-list ul li a:hover{
  color: var(--color-primary);
}
.blog-sidebar .categories-list ul li a .count{
 float: right;
}
.blog-sidebar .popular-tags-list ul{
  padding: 0;
  margin: 0;
}
.blog-sidebar .popular-tags-list ul li{
  list-style-type: none;
  margin-right: 15px;
  margin-bottom: 5px;
  display: inline-block;
}
.blog-sidebar .popular-tags-list ul li a{
  font-size: var(--font-size-b3);
  font-weight: var(--medium);
  color: var(--color-dark);
}
.blog-sidebar .popular-tags-list ul li a:hover{
  color: var(--color-primary);
}
.blog-sidebar .instagram-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  gap:11px;
}
.blog-sidebar .instagram-list .instagram-box{
  width: calc(25% - 11px);
  border-radius: 0;
  color: var(--color-white);
}
.blog-sidebar .instagram-list .instagram-box:before {
  padding-top: 100%;
}

/*=====================================
    End  Blog page style
=======================================*/


/*=====================================
    My Account page style
=======================================*/

/*=====================================
    01. Account form style CSS
=======================================*/
.my-account-page{
  min-height: calc(100vh - 453px);
  padding: 50px 0 85px;
}
.account-form{
  max-width: 475px;
  margin: 0 auto;
}
.account-form .module-header{
  display: block;
  text-align: center;
  margin-bottom: 45px;
}
.account-form .module-header h1{
  font-size: var(--page-title);
  line-height: var(--h6-lineHeight);
}
.account-form .module-header p {
  font-size: var(--font-size-b1);
  line-height: var(--h6-lineHeight);
}
.link{
  text-decoration: underline;
}
.link:hover{
  color: var(--color-dark);
}
.form-group{
  margin-bottom: 35px;
}
.form-group label{
  font-size: var(--font-size-b2);
  font-weight: var(--medium);
  color: var(--color-dark);
  display: block;
  margin-bottom: 17px;
}
.form-control{
  background: var(--color-extra06);
  border: 1px solid var(--color-extra01);
  border-radius: 3px;
  width: 100%;
  height: 55px;
  padding: 10px 15px;
  color: var(--color-dark);
  font-size: var(--font-size-b2);
}
.form-control:hover{
  border-color: var(--color-dark);
}
.form-control:focus{
  outline: none;
  border-color: var(--color-dark);
}
.form-group-lable{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-group-lable a{
  margin-bottom: 17px;
}
.form-group-lable a:hover{
  text-decoration: underline;
  color: var(--color-dark);
}
.form-check .form-check-input{
  width: 20px;
  height: 20px;
  margin-top: 0;
  border-radius: 3px;
  box-shadow: none;
}
.form-group.form-check{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
}
.form-check label{
  margin: 0 !important;
}
.all-form .btn{
  min-width: 160px;
}


/*=====================================
    End My Account page style
=======================================*/

/*=====================================
    CMS page style
=======================================*/

/*=====================================
    01. CMS content style CSS
=======================================*/
.cms-content p{
  margin-bottom: 35px;
}
.cms-content ul{
  margin-bottom: 35px;
}
.cms-content ul li{
  margin-bottom: 5px;
}
/*=====================================
    End CMS page style
=======================================*/

/*=====================================
    404 page style
=======================================*/

/*=====================================
    01. Not found content style CSS
=======================================*/
.not-found-page-section{
  min-height: calc(100vh - 625px);
}
.not-found-content{
  text-align: center;
}
.not-found-content img{
  margin-bottom: 44px;
}
.not-found-content h2{
  font-size: var(--h1);
  margin-bottom: 15px;
}
.not-found-content p{
  margin-bottom: 35px;
}
.not-found-content .btn{
  font-size: var(--font-size-b1);
  padding: 17px 25px;
}


/*=====================================
    End 404 page style
=======================================*/

/*=====================================
    Contact page style
=======================================*/

/*=====================================
    01. Contact Information style CSS
=======================================*/
.contact-us-page-section .module-header h2 {
  font-size: var(--h2);
  line-height: var(--h2-lineHeight);
  margin-bottom: 15px;
  font-weight: var(--semi-bold);
}

.contact-information{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap:23px;
}
.contact-information-box{
  width: calc(50% - 12px);
  background: #F2F3F5;
  border-radius: 3px;
  text-align: center;
  padding: 35px 30px 35px;
}
.contact-information-box .icon{
  width: 97px;
  height: 97px;
  border-radius: 100%;
  background: var(--color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin: 0 auto 14px;
  position: static;
  transform: inherit !important;
}
.contact-information-box h4{
  margin-bottom: 5px;
}
.contact-information-box p{
  font-size: var(--font-size-b1);
}
.contact-information-box p a:hover{
  color: var(--color-dark);
}
.information-full-box{
  width: calc(100%);
}
.information-full-box .contact-information-box{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  gap:24px;
}
.information-full-box .contact-information-box .icon{
  margin: 0;
  flex-shrink: 0;
}
.information-full-box .contact-information-box .information{
  max-width: 325px;
}

/*=====================================
    02. Contact form style CSS
=======================================*/
.contact-form{
  padding: 50px 35px;
  border: 2px solid #F5F5F5;
  border-radius: 3px;
  height: 100%;
}
textarea.form-control{
  height: 140px;
}

/*=====================================
    End Contact page style
=======================================*/

/*=====================================
    Blog single page style
=======================================*/

/*=====================================
    01. Blog posts style CSS
=======================================*/
.post-article .entry-thumbnail{
  margin:0 0 35px;
}
.post-article .entry-thumbnail img {
  width: 100%;
}
.blog-entry-wrapper .entry-meta{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--font-size-b3);
  color: var(--color-body);
  margin-bottom: 22px;
  line-height: normal;
}
.blog-entry-wrapper .entry-meta .entry-date,
.blog-entry-wrapper .entry-meta .entry-comments{
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid var(--color-body);
}
.post-article .entry-title{
  font-weight: var(--semi-bold);
  margin-bottom: 25px;
}
.post-article p{
  margin-bottom: 25px;
}
.post-article .entry-content img{
  width: 100%;
}
.post-article .entry-content ul{
  margin: 15px 0;
  padding-left: 20px;
}
.post-article .entry-content ul li{
  margin-bottom: 25px;
}

blockquote {
  border-left: 3px solid var(--color-dark);
  background: #ECECEC;
  padding: 27px 25px 27px 40px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
blockquote img{
  flex-shrink: 0;
  margin-right: 55px;
  max-width: 42px;
}
.post-article blockquote p{
 font-size: var(--font-size-b1);
 color: var(--color-dark);
 font-weight: var(--medium);
 margin: 0;
}
.post-article .blog-gallery-img{
  height: 100%;
}
.post-article .blog-gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-footer-tag{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid var(--color-extra01);
  padding: 30px 0;
  margin-bottom: 30px;
}
.post-footer-tag .post-tag{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 10px;
}
.post-footer-tag .post-tag a{
  background: var(--color-extra05);
  padding: 5px 10px;
  font-size:var(--font-size-b4) ;
  color: var(--color-dark);
  margin-right: 20px;
}
.post-footer-tag .post-tag a:hover{
  background: var(--color-dark);
  color: var(--color-white);
}
.post-footer-tag .post-social{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap:19px;
}
.post-footer-tag .post-social h6{
  margin: 0;
  font-size: var(--font-size-b2);
  font-weight: var(--regular);
  color: var(--color-body);
}
.post-footer-tag .post-social ul{
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap:15px;
}
.post-footer-tag .post-social ul li{
  list-style-type: none;
  margin: 0 !important;
}
.post-footer-tag .post-social ul li a{
  color: var(--color-body);
}
.post-footer-tag .post-social ul li a:hover{
  color: var(--color-dark);
}

.blog-sidebar.left-sidebar .sidebar-inner {
  max-width: 380px;
  margin: 0;
}

/*=====================================
    02. Blog posts comments style CSS
=======================================*/
.post-comments{
  margin-bottom: 60px;
}
.post-comments .entry-title{
  font-weight: var(--semi-bold);
}
.post-comments .comment-list{
  padding: 0;
  margin: 0;
}
.post-comments .comment-list li{
  list-style-type: none;
  margin-bottom: 30px;
}
.comment-list li .comment-body{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.comment-list .comment-user-info{
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 flex-shrink: 0;
 margin-right: 30px;
 max-width: 190px;
 width: 100%;
}
.comment-list li .comment-body .vcard{
  flex-shrink: 0;
  margin-right: 18px;
  border-radius: 100%;
  overflow: hidden;
  width: 68px;
  height: 68px;
}
.comment-list li .comment-body .vcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comment-list li .comment-body .comment-author{
  flex-shrink: 0;
}
.comment-body .comment-author h5{
  font-size: var(--font-size-b1);
  font-weight: var(--semi-bold);
  margin-bottom: 4px;
}
.comment-body .comment-author h6{
  font-size: var(--font-size-b2);
  margin-bottom: 0px;
  font-weight: var(--regular);
}
.comment-list .comment-right-info{
  background: var(--color-white);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 14px 20px;
}
.comment-list .comment-right-info p{
  margin-bottom: 25px;
}
.comment-list .comment-right-info .reply{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.comment-list .comment-right-info .reply a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.comment-list .comment-right-info .reply a i{
  font-size: var(--font-size-b1);
}
.comment-list .comment-right-info .reply a.active,
.comment-list .comment-right-info .reply a:hover{
  color: var(--color-dark);
}

/*=====================================
    03. Blog posts form style CSS
=======================================*/
.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -7px;
  margin-left: -7px;
}
.form-row>.col, .form-row>[class*=col-] {
  padding-right: 7px;
  padding-left: 7px;
}
.post-comments-form{
  margin-bottom: 60px;
}
.post-comments-form .entry-title{
  font-weight: var(--semi-bold);
}


/*=====================================
    04. Blog related posts style CSS
=======================================*/
.related-blogs .entry-title{
  font-weight: var(--semi-bold);
}
.related-blogs .blog-grid-style-3 .blog-grid-image:before{
  padding-top: 90%;
}
.related-blogs .blog-grid-style-3 .blog-grid-content .entry-title {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  margin-bottom: 5px;
}
.related-blogs .blog-grid-style-3 .blog-grid-content h6{
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
  margin-bottom: 10px;
}
.related-blogs .blog-grid-style-3 .blog-grid-content p{
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b2);
  margin-bottom: 9px;
}
.related-blogs .blog-grid-style-3 .btn.link{
  font-size: var(--font-size-b3);
  text-decoration: none;
}



/*=====================================
    End Blog single page style
=======================================*/

/*=====================================
    Cart page style
=======================================*/
.table>:not(:last-child)>:last-child>*{
  border-color: #ECECEC;
}
/*=====================================
    01. Cart product table style CSS
=======================================*/
.cart-product-table tbody tr td{
  border: 0;
}
.table{
  height: auto;
}
.table tr th{
  padding: 15px 10px;
  font-size: var(--font-size-b2);
  text-transform: uppercase;
  font-weight: var(--semi-bold);
  color: var(--color-dark);
}
.table tr th.quantity-td{
  text-align: center;
}
.table tr td{
  padding: 15px 10px;
  font-size: var(--font-size-b2);
  font-weight: var(--semi-bold);
  color: var(--color-dark);
  vertical-align: middle;
}
.table tr td.product-name{
  padding-left: 0;
  padding-right: 0;
}
.cart-product{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-product .cart-thumb{
  width: 120px;
  height: 105px;
  position: relative;
  margin-right: 30px;
}
.cart-product .cart-thumb a{
  width: 100%;
  height: 100%;
  display: block;
}
.cart-product .cart-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-product .cart-product-title{
  font-size: var(--font-size-b1);
  font-weight: var(--semi-bold);
  color: var(--color-dark);
  max-width: 215px;
}
.cart-product .cart-product-title:hover{
  color: var(--color-primary);
}
.cart-product .cart-product-title a{
  display: block;
}
.quantity{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ECECEC;
  max-width: 100px;
  margin: 0 auto;
  background: var(--color-extra04);
}
.quantity .quantity-button{
  width: 33px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  background: var(--color-extra04);
  flex-shrink: 0;
  cursor: pointer;
}
.quantity .quantity-button:hover{
  background: var(--color-dark);
  color: var(--color-white);
}
.quantity .input-text{
  height: 100%;
  padding: 10px 0;
  background: var(--color-white);
  border: 0;
  border-radius: 0;
  width: 35px;
  border-left: 1px solid #ECECEC;
  border-right: 1px solid #ECECEC;
  box-shadow: none;
  font-size: var(--font-size-b2);
  font-weight: var(--bold);
  color: var(--color-dark);
  text-align: center;
}
.quantity .input-text:focus{
  outline: none;
}
.remove-icon{
  font-size: var(--h5);
}
.remove-icon:hover{
  color: var(--color-primary);
}

.cart-footer{
  border-top: 1px solid #ECECEC;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart-footer .coupon-code{
  width: 100%;
}
.coupon-code-form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 415px;
  width: 100%;
}
.coupon-code-form .form-control{
  border-color: var(--color-extra01);
  width: 100%;
  border-radius: 0;
  padding: 15px;
  font-size: var(--font-size-b2);
  color: var(--color-dark);
  background: var(--color-white);
}
.coupon-code-form .btn{
  background: var(--color-dark);
  border-radius: 0;
  min-width: 135px;
  text-align: center;
  font-size: var(--font-size-b2);
  flex-shrink: 0;
}
.coupon-code-form .btn:hover{
  background: var(--color-primary);
}
.update-cart-btn{
  flex-shrink: 0; 
}
.update-cart{
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--font-size-b2);
  color: var(--color-black);
}
.update-cart span{
  font-size: var(--font-size-b1);
}

/*=====================================
    02. Cart sidebar style CSS
=======================================*/
.cart-sidebar{
  max-width: 380px;
  margin: 0 0 0 auto;
}
.cart-sidebar .cart-total-body{
  padding: 18px 20px;
  background: var(--color-extra04);
}
.cart-sidebar h4{
  font-size: var(--font-size-b2);
  color: var(--color-black);
  font-weight: var(--semi-bold);
  border-bottom: 1px solid var(--color-extra01);
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.cart-sidebar .cart-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.cart-sidebar .cart-list h6{
  margin: 0;
  font-size:var(--font-size-b2);
}
.cart-sidebar .cart-list span{
  color: var(--color-black);
}
.cart-sidebar .shipping-cart-list h6{
  margin-bottom: 10px;
}
.cart-list .shipping-total-list{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
.cart-list .shipping-total-list .checkcontainer{
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.cart-list .shipping-total-list .checkcontainer input{
  position: absolute;
  opacity: 0;
}
.cart-list .shipping-total-list .checkcontainer .checkmark:before{
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid var(--color-body);
  position: absolute;
  top: 3px;
  left: 0;
}
.cart-list .shipping-total-list .checkcontainer .checkmark:after{
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--color-dark);
  position: absolute;
  top: 6px;
  left: 3px;
  display: none;
}
.cart-list .shipping-total-list .checkcontainer input:checked ~ .checkmark:before{
  border-color: var(--color-dark);
}
.cart-list .shipping-total-list .checkcontainer input:checked ~ .checkmark:after{
  border-color: var(--color-dark);
  display: block;
}

.cart-total-body .car-country{
  font-size: var(--font-size-b2);
  color: var(--color-black);
  border-top: 1px solid var(--color-extra01);
  padding-top: 18px;
  margin-top: 20px;
}
.cart-total-body .car-country h5{
  font-size: var(--font-size-b2);
  color: var(--color-black);
  font-weight: var(--semi-bold);
  margin-bottom: 0;
}
.cart-total-body .cart-total{
  padding: 24px 0 4px;
  margin: 0;
  font-weight: var(--bold);
}
.cart-sidebar .cart-total-body .cart-total h6{
 font-weight: var(--bold); 
}
.cart-checkout-button{
  text-align: center;
}
.cart-checkout-button .btn{
  width: 100%;
  border-radius: 0;
  background: var(--color-dark);
  padding: 18px 15px;
  text-transform: uppercase;
  font-weight: var(--semi-bold);
  font-size: var(--font-size-b2);
}
.cart-checkout-button .btn:hover{
  background: var(--color-primary);
}
.cart-checkout-button .link{
  margin: 13px auto 0;
  display: block;
  max-width: fit-content;
  text-align: center;
}

/*=====================================
    End Cart page style
=======================================*/

/*=====================================
    Empty page style
=======================================*/

/*=====================================
    01. 01. Empty Cart content style CSS
=======================================*/
.empty-cart-content{
  text-align: center;
}

.empty-cart-content h3{
  margin-bottom: 35px;
}
.empty-cart-content h3:after{
  content: '';
  max-width: 475px;
  margin: 35px auto 0;
  display: block;
  background: var(--color-extra01);
  height: 1px;
  width: 100%;
}
.empty-cart-content p{
  max-width: 720px;
  margin: 0 auto 50px;
  font-size: var(--font-size-b1);
}
.empty-cart-content .btn{
  padding: 15px 30px;
  font-size: var(--font-size-b2);
}

/*=====================================
    End Empty page style
=======================================*/

/*=====================================
    Account page
=======================================*/

/*=====================================
    01. My Account admin style CSS
=======================================*/
.account-admin{
  margin-bottom: 45px;
}
.account-admin .vcard{
  width: 110px;
  height: 110px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 25px;
}
.account-admin .vcard img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.account-admin .account-admin-title h4{
  font-size: var(--h5);
  margin-bottom: 10px;
}

/*=====================================
    02. My Account left menu style CSS
=======================================*/
.account-left-menu{
  border-radius: 4px;
  border: 1px solid var(--color-extra01);
  padding: 15px 12px;
  max-width: 284px;
}
.account-left-menu ul{
  padding: 0;
  margin: 0;
}
.account-left-menu ul li{
  list-style-type: none;
  display: block;
  margin-bottom: 2px;
}
.account-left-menu ul li a{
  padding: 14px 25px;
  border-radius: 3px;
  font-size: var(--font-size-b2);
  color: var(--color-dark);
  display: block;
}
.account-left-menu ul li a:hover,
.account-left-menu ul li.active a{
  background: var(--color-dark);
  color: var(--color-white);
}
.account-left-menu ul li a .menu-icon{
  width: 30px;
  margin-right: 10px;
}
.account-left-menu ul li a svg{
  color: var(--color-dark);
}
.account-left-menu ul li.active a svg,
.account-left-menu ul li a:hover svg{
  color: var(--color-white);
}


/*=====================================
    03. My Account Dashboard style CSS
=======================================*/
.account-right-wrap p{
  font-size: var(--font-size-b1);
  color: var(--color-dark);
  margin-bottom: 22px;
}
.account-right-wrap p a{
  color: var(--color-body);
}
.account-right-wrap p a:hover{
  color: var(--color-primary);
}
.account-right-wrap .confirm-msg{
  background: #EFEFEF;
  border-radius: 3px;
  margin-bottom: 28px;
  padding: 11px 17px;
  color: var(--color-dark);
  font-weight: var(--medium);
}

/*=====================================
    04. Account detail style CSS
=======================================*/
.account-right-wrap .form-group label{
  margin-bottom: 12px;
}
.account-right-wrap  .form-group {
  margin-bottom: 22px;
}
.account-right-wrap  .form-group .form-control{
  height: 45px;
}
.form-group .form-text{
  font-style: italic;
  font-size: var(--font-size-b4);
  color: var(--color-body);
}
fieldset{
  border: 1px solid var(--color-extra05);
  border-radius: 3px;
  padding: 35px 25px 0;
  margin-top: 40px;
  margin-bottom: 30px;
}
fieldset legend{
  color: var(--color-dark);
  font-size: var(--font-size-b2);
  background: var(--color-white);
  padding: 5px;
  margin-top: -52px;
  max-width: fit-content;
}
.form-control.eye-icon{
  background-image: url('../image/eye-icon.svg');
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: right 12px center;
}
.form-group .input-group{
  position: relative;
}

.form-group .input-group .input-group-prepend{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60px;
  z-index: 1;
  padding: 1px 0;
}
.form-group .input-group .input-group-prepend .input-group-text{
  height: 100%;
  width: 100%;
  border: 0;
  background: #EFEFEF;
  z-index: 1;
  border-radius: 3px;
}
.form-group .input-group .form-control{
  padding-left: 70px;
}


/*=====================================
    05. account address form style CSS
=======================================*/
.account-address-form .account-title{
  border-bottom: 1px solid var(--color-extra04);
  padding-bottom: 35px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: var(--h5);
}

/*=====================================
    06. account address style CSS
=======================================*/
.account-address p{
  font-size: var(--font-size-b2);
}
.account-address .account-title{
  border-bottom: 1px solid var(--color-extra04);
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-size: var(--font-size-b1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.account-address .address-column p{
  color: var(--color-body);
}
.account-address .address-column p span{
  color: var(--color-dark);
}

/*=====================================
    07. account Download list style CSS
=======================================*/
.download-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.download-list p{
  margin: 0;
  font-size: var(--font-size-b2);
}
.download-list p img {
  margin-right: 5px;
}

/*=====================================
    08. Account order style CSS
=======================================*/
.order-table .table tr th{
  background: var(--color-extra05);
  border: 0;
  font-size: var(--font-size-b2);
  font-weight: var(--medium);
  color: var(--color-dark);
  padding: 12px 25px;
}
.order-table .table tr td{
  font-size: var(--font-size-b2);
  font-weight: var(--regular);
  color: var(--color-body);
  padding: 12px 25px;
}
.order-table .table tr td p{
  color: var(--color-dark);
  margin: 0;
}
.order-table .table tr td p a{
  color: var(--color-dark);
}
.order-table .table tr td p a:hover{
  color: var(--color-primary);
  text-decoration: underline;
}
.order-table .table tr td .view-btn{
  padding: 6px 17px;
  font-size: var(--font-size-b2);
}



/*=====================================
    09. Account order detail style CSS
=======================================*/
.account-order-detail p{
  font-size: var(--font-size-b2);
}
.account-order-detail .account-title{
  margin-bottom: 17px;
}
.order-detail-table{
  border: 1px solid var(--color-extra01);
  border-radius: 3px;
  margin-bottom: 35px;
}
.order-detail-table tr th{
  background: var(--color-extra05);
  border-radius: 3px 3px 0px 0px;
  font-size: var(--font-size-b2);
  font-weight: var(--semi-bold);
  color: var(--color-dark);
  padding: 10px 25px;
}
.order-detail-table tr td{
  font-size: var(--font-size-b2);
  color: var(--color-dark);
  font-weight: var(--regular);
  padding: 10px 25px;
  border: 0;
}
.order-detail-table tr th:last-child,
.order-detail-table tr td:last-child{
  text-align: center;
}
.order-detail-table tr td strong{
  font-weight: var(--semi-bold);
}
.account-order-detail .address-column p{
  margin-bottom: 0;
  line-height: 28px;
}
.account-order-detail .address-column p i{
  color: var(--color-body);
  font-size: var(--font-size-b3);
  margin-right: 5px;
}

/*=====================================
    End Account page
=======================================*/

/*=====================================
    Site map page
=======================================*/

/*=====================================
    01. Site map list style CSS
=======================================*/
.site-map-list{
 padding: 0 100px;
}
.site-map-list ul{
  padding: 0;
  margin: 0;
}
.site-map-list ul li{
  list-style-type: none;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  color: var(--color-dark);
  font-size: var(--font-size-b1);
}
.site-map-list>ul>li>a{
  font-weight: var(--semi-bold);
  color: var(--color-dark);
  
}
.site-map-list ul li a:hover{
  color: var(--color-primary);
}
.site-map-list ul li:before{
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid var(--color-primary);
}
.site-map-list ul li ul{
  padding-top: 10px;
}

/*=====================================
    End Site map page
=======================================*/

/*=====================================
    FAQ page
=======================================*/

/*=====================================
    01. accordion style CSS
=======================================*/
.faq-list{
  max-width: 805px;
  margin: 0 auto;
}
.faq-list h3{
  margin-bottom: 34px;
}
.accordion{
  border-top: 1px solid #EFEFEF;
  margin-bottom: 40px;
}
.accordion .accordion-list{
  border-bottom: 1px solid #EFEFEF;
}
.accordion .accordion-list .accordion-title{
  padding: 20px 20px 20px 0;
  font-size: var(--font-size-b1);
  color: var(--color-dark);
  font-weight: var(--medium);
  margin: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.accordion .accordion-list .accordion-title:after{
  content: '';
  background: url('../image/arrow-down.svg') no-repeat 0 0;
  width: 12px;
  height: 7px;
  background-size: 100%;
}

.accordion-content{
  display: none;
  padding-bottom: 24px;
}
.accordion-content.actives{
  display: block;
}
.faq-bottom-button{
  text-align: center;
  padding-top: 15px;
}
.faq-bottom-button p{
  margin-bottom: 22px;
}

/*=====================================
    End FAQ page
=======================================*/

/*=====================================
    Thank you
=======================================*/

/*=====================================
    01. Thank you order style CSS
=======================================*/
.thank-you-msg{
  border: 1px solid var(--color-extra01);
  padding: 15px 25px;
}
.thank-you-msg p{
  font-size: var(--font-size-b1);
  color: var(--color-dark);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.thank-you-msg p img{
  margin-right: 17px;
}
.thank-you-order{
  padding: 70px 0;
}
.order-payment-method h6{
  font-weight: var(--medium);
  margin-bottom: 20px;
}
.order-payment-method h5{
  font-weight: var(--semi-bold);
  margin-bottom: 0px;
}
.payment-order-table .table tr td,
.payment-order-table .table tr th{
  padding: 15px 28px;
}
.payment-order-table .table tr td:last-child,
.payment-order-table .table tr th:last-child{
  text-align: center;
}
.payment-order-table .cart-product .cart-product-title{
  max-width: 100%;
}
.payment-order-table .cart-product .cart-product-title h6{
  margin-bottom: 8px;
}
.payment-order-table .table tr td p,
.payment-order-table .table tr td span,
.payment-order-table .cart-product .cart-product-title p{
  font-size: var(--font-size-b1);
  color: var(--color-dark);
  font-weight: var(--regular);
  margin: 0;
}
.payment-order-table .table tfoot tr td{
  font-size: var(--font-size-b1);
  background: var(--color-extra04);
}

/*=====================================
    End Thank you
=======================================*/

/*=====================================
    Checkout page
=======================================*/

/*=====================================
    01. Checkout Order summary style CSS
=======================================*/
.order-summary .account-title{
  border-bottom: 1px solid var(--color-extra04);
  padding-bottom: 35px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: var(--h5);
}
.summary-product-list .cart-product{
  margin-bottom: 15px;
}
.summary-product-list .cart-product .cart-thumb{
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  margin-right: 15px;
}
.summary-product-list .cart-product-title{
  max-width: 100%;
}
.summary-product-list .cart-product-title h6{
  font-size: var(--font-size-b2);
  margin-bottom: 8px;
}
.summary-product-list .product-qty{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: var(--regular);
}
.summary-product-list .product-qty p{
  font-size: var(--font-size-b4);
  line-height: var(--line-height-b4);
}
.summary-product-list .product-qty .price{
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3);
  font-weight: var(--semi-bold);
  color: var(--color-dark);
}

.order-summary .cart-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.order-summary .cart-list h6 {
  margin: 0;
  font-size: var(--font-size-b2);
}
.order-summary .cart-list span {
  color: var(--color-black);
}
.order-summary .cart-list.cart-total {
  font-size: var(--font-size-b2);
  color: var(--color-black);
  border-top: 1px solid var(--color-extra01);
  padding-top: 18px;
  margin-top: 20px;
}

/*=====================================
    02. Checkout Choose payment method style CSS
=======================================*/
.choose-payment-method{
  background: var(--color-extra04);
  border: 1px solid #ECECEC;
  padding: 16px 16px 0;
}
.choose-payment-method .shipping-cart-list{
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.choose-payment-method h6{
  font-size: var(--font-size-b2);
}
.choose-payment-method .cart-list .shipping-total-list .checkcontainer{
  padding-left: 30px;
}
.choose-payment-method .shipping-total-list{
  display: block;
  margin-top: 15px;
  color: var(--color-dark);
}
.choose-payment-method .cart-list .shipping-total-list .checkcontainer,
.choose-payment-method .form-group.form-check .form-check-label{
  font-size: var(--font-size-b3);
  font-weight: var(--medium);
}
.choose-payment-method .shipping-total-list small{
  padding-left: 30px;
  font-size: var(--font-size-b4);
  display: block;
  margin-top: 10px;
}
.choose-payment-method .form-group.form-check{
  padding-left: 30px;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.choose-payment-method .form-check .form-check-input {
  flex-shrink: 0;
  margin-left: -2em;
  margin-top: 4px;
}
.credit-card-icon{
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 gap: 10px;
}

/*=====================================
    End Checkout page
=======================================*/


/*=====================================
   Product detail style 1 page
=======================================*/

/*=====================================
    01. Product gallery column style CSS
=======================================*/
.product-gallery-column{
  padding-right: 15px;
}
.product-gallery-vertical{
  padding-left: 135px;
  position: relative;
}
.product-gallery-vertical .thumbs-gallery{
  width: 115px;
  position: absolute;
  left: 0;
  top: 0;
  order: -1;
  height: 100%;
  flex-shrink: 0;
}
.thumbs-gallery .swiper-slide{
  border: 1px solid transparent;
  padding: 5px;
  height: auto;
}
.thumbs-gallery .swiper-slide .thumbs{
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  height: 100%;
}
.thumbs-gallery .swiper-slide .thumbs{
  position: relative;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
}
.thumbs-gallery .swiper-slide .thumbs:before{
  content: '';
  padding-top: 127%;
  display: block;
}
.thumbs-gallery .swiper-slide .thumbs img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumbs-gallery .swiper-slide.swiper-slide-thumb-active{
  border-color: var(--color-dark);
}
.product-gallery-vertical .big-gallery .swiper-slide{
  height: auto;
}
.product-gallery-vertical .big-gallery .full-product-img{
  height: 100%;
}
.product-gallery-vertical .big-gallery .full-product-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-gallery-column .swiper-button-next,
.product-gallery-column .swiper-button-prev{
  display: none;
}


/*=====================================
    02. Product info style CSS
=======================================*/
.product-info .product_title{
  font-weight: var(--medium);
  margin-bottom: 15px;
}
.product-info .price{
  color: var(--color-dark);
  font-size: var(--h3);
  margin-bottom: 30px;
}
.product-info .people-viewing{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.variations_form .label-title{
  font-size: var(--font-size-b1);
  color: var(--color-black);
  display: block;
  margin-bottom: 16px;
  font-weight: var(--medium);
}

.color-variations{
  margin-bottom: 35px;
}
.color-variations .checkbox-color-list{
  padding: 0;
  margin: 0;
}
.color-variations .checkbox-color-list li{
  list-style-type: none;
}
.color-variations ul.checkbox-color-list li .checkcontainer {
  width: 36px;
  height: 36px;
}

.variation-add-to-cart{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 13px;
}
.variation-quantity .quantity{
  background: var(--color-extra04);
  border-radius: 40px;
  border: 0;
  width: 145px;
  margin: 0;
  max-width: 100%;
  font-size: var(--h3);
  color: var(--color-black);
}
.variation-quantity .quantity .quantity-button{
  width: 45px;
  height: 50px;
  flex-shrink: 0;
}
.variation-quantity .quantity .minus{
  border-radius: 40px 0 0 40px;
}
.variation-quantity .quantity .plus{
  border-radius: 0px 40px 40px 0px;
}
.variation-quantity .quantity .input-text{
  background: transparent;
  border: 0;
  width: 100%;
  height: 50px;
}
.single-add-to-cart{
  width: 100%;
}
.single-add-to-cart .btn{
  border-radius: 40px;
  text-transform: uppercase;
  padding: 15px 30px;
  width: 100%;
  font-size: var(--font-size-b1);
}
.single-add-to-cart .btn-outline-dark{
  background: var(--color-white);
  border: 1px solid var(--color-dark);
  color: var(--color-dark);
}
.single-add-to-cart .btn-outline-dark:hover{
  background: var(--color-dark);
  border: 1px solid var(--color-dark);
  color: var(--color-white);
}
.buy-product-button .buy-product-btn{
  border-radius: 40px;
  padding: 15px 30px;
  width: 100%;
  font-size: var(--font-size-b1);
  background: var(--color-dark);
  font-weight: var(--medium); 
}
.buy-product-button .buy-product-btn:hover{
  background: var(--color-primary);
}


.product-extra-buttons{
  border-bottom: 1px solid #E9EBF2;
  padding: 16px 0;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.product-extra-buttons a{
  color: var(--color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.product-extra-buttons a:hover{
  color: var(--color-primary);
}
.product-meta .product-meta-list span{
  font-size: 15px;
  color: var(--color-dark);
  font-weight: var(--medium); 
}
.product-meta .product-meta-list span.meta{
  font-weight: var(--regular);
}

/*=====================================
    03. Product tabs style CSS
=======================================*/

.wc-tabs-wrapper{
  padding: 80px 0 50px;
}
.wc-tabs-wrapper .wc-tabs{
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
  border-bottom: 1px solid var(--color-extra01);
}
.wc-tabs-wrapper .wc-tabs li{
  list-style-type: none;
  padding-bottom: 20px;
  font-size: var(--h5);
  font-weight: var(--medium);
  color: var(--color-body);
  display: block;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.wc-tabs-wrapper .wc-tabs li.active,
.wc-tabs-wrapper .wc-tabs li:hover{
  color: var(--color-dark);
  border-color: var(--color-dark);
}
.wc-tabs-wrapper .tabs-entry-content{
  padding-top: 39px;
  display: none;
}
.wc-tabs-wrapper .tabs-entry-content.active{
  display: block;
}
.wc-tabs-wrapper .tabs-entry-content p{
  margin-bottom: 30px;
}

/*tabs style*/
.product_features{
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  list-style: none;
}
.product_features li {
    margin-bottom: 10px;
    padding: 12px 15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product_features li b {
    min-width: 150px;
    display: inline-block;
    color: #000;
}
.product_features li:last-child {
    margin: 0;
    border-bottom: none;
}
.client-review-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.list-style {
    margin: 0;
    padding: 0;
    list-style: none;
}
.ratings li {
    display: inline-block;
    list-style: none;
}
.ratings li i {
    font-size: 18px;
    color: #ffb629;
    line-height: 0.8;
}
.client-review-header p {
    margin: 10px 0 0;
}
.client-review .comment-item-wrap .comment-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 25px 0;
    margin-bottom: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
.client-review .comment-item-wrap .comment-item .comment-author-img {
    width: 60px;
    height: 60px;
    top: -1px;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}
.comment-item-wrap .comment-item .comment-author-img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comment-item-wrap .comment-item .comment-author-wrap {
    width: calc(100% - 120px);
    margin-left: 20px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
    margin: 0 0 12px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
    line-height: 1;
    margin: 0 20px 0 0;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #54595F;
    margin-top: 10px;
}
.client-review .comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .reply-btn {
    position: relative;
    top: 15px;
    font-size: 17px;
    color: #ffb629;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
    text-decoration: underline;
    display: inline-block;
    line-height: 1;
}
.client-review .comment-item-wrap .comment-item .comment-text {
    margin-top: 20px;
}
.client-review .comment-item-wrap .comment-item .comment-text p {
    margin-bottom: 0;
}
.comment-item-wrap .comment-item:last-child {
    margin-bottom: 0;
}
.client-review #cmt-form{
  margin-top: 35px;
}
.client-form .comment-box-title{
  margin-bottom: 25px;
}
.comment-box-title h4 {
    margin-bottom: 0;
    line-height: 1;
}
.client-form textarea{
  height: 150px;
  resize: none;
}


/*=====================================
    04. Related products section style CSS
=======================================*/
.related-products-section{
  background: var(--color-extra04);
  padding: 30px 0;
}
.related-products-section .entry-title{
  font-weight: var(--medium);
  margin-bottom: 35px;
}

/*=====================================
    End Product detail page
=======================================*/
/*=====================================
   Product detail style 2 page
=======================================*/

/*=====================================
    01. Product gallery column style 2 CSS
=======================================*/
.product-gallery-horizontal .full-product-img{
  position: relative;
  overflow: hidden;
}
.product-gallery-horizontal .full-product-img:before{
  content: '';
  padding-top: 75%;
  display: block;
}
.product-gallery-horizontal .full-product-img img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-gallery-horizontal .thumbs-gallery{
  margin-top: 15px;
}

/*02. Product info style 2 CSS*/
.product-info .short-des{
  margin-bottom: 30px;
}
.product-info-style-2 .variation-quantity{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
  background: var(--color-extra04);
  border-radius: 40px;
  padding: 0 5px 0 20px;
}
.product-info-style-2 .variations_form .label-title{
  margin: 0;
  font-size: var(--font-size-b2);
}
.product-info-style-2 .variation-quantity .quantity .minus{
  border-radius: 0;
}

/*03. Product tabs style 2 CSS*/
.wc-tabs-vertical{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wc-tabs-vertical .wc-tabs{
  max-width: 240px;
  width: 100%;
  flex-shrink: 0;
  background: var(--color-extra04);
  border: 1px solid #E8E8E8;
  display: block;
  flex-shrink: 0;
  height: 100%;
}
.wc-tabs-vertical .wc-tabs li {
  border: 0;
  border-top: 1px solid var(--color-border-extra01) !important;
  padding: 18px 14px;
  font-size: var(--font-size-b1);
}
.wc-tabs-vertical .wc-tabs li:first-child{
  border-top: 0 !important;
}
.wc-tabs-vertical .vertical-tabs-content{
  padding-left: 36px;
  width: 100%;
}
.wc-tabs-vertical .vertical-tabs-content .tabs-entry-content{
  padding-top: 0;
}

/*=====================================
    End Product detail style 2 page
=======================================*/


/*=====================================
   Product detail style 3 page
=======================================*/

/*=====================================
    01. Product gallery column style 3 CSS
=======================================*/
.product-gallery-style-3.product-gallery-column .swiper-button-next, .product-gallery-style-3.product-gallery-column .swiper-button-prev {
  display: flex;
}

/*02. Product info style 3 CSS*/
.product-info .short-des {
  margin-bottom: 20px;
}
.product-info-product-list{
  border-top: 1px solid var(--color-border);
  padding-top: 10px;
}
.product-info-product-list .cart-product .cart-thumb{
  margin-right: 20px;
  width: 75px;
  height: 75px;
}
.product-info-product-list .quantity{
  border-radius: 50px;
  overflow: hidden;
  background: var(--color-white);
}
.product-info-product-list .quantity .quantity-button{
  background: transparent;
}
.product-info-product-list .quantity .quantity-button:hover{
  background: var(--color-dark);
}
.product-info-product-list .quantity .input-text{
  border: 0;
}
.product-info-product-list .product-total-price{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.product-info-product-list .product-total-price ins{
  background: transparent;
}
.product-info-product-list .product-total-price del{
  color: var(--color-body);
}
/*03. Product tabs style 3 CSS*/
.wc-tabs-style-2 .wc-tabs{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 0;
  border: 0;
}
.wc-tabs-style-2 .wc-tabs li{
  padding: 14px 22px;
  background: var(--color-extra04);
  border: 0;
}
.wc-tabs-style-2 .wc-tabs li.active{
  color: var(--color-white);
  background: var(--color-dark);
}
.wc-tabs-style-2 .vertical-tabs-content{
  max-width: 890px;
  margin: 0 auto;
}
.wc-tabs-style-2 .tabs-entry-content{
  text-align: center;
}

/*=====================================
    End Product detail style 3 page
=======================================*/

/*=====================================
   Compare page style
=======================================*/

/*=====================================
    01. Compare Product list CSS
=======================================*/
.compare-product-list .table thead th{
  background: transparent;
  border: 0;
  font-size: var(--font-size-b1);
  color: var(--color-dark);
  padding: 15px 10px;
  font-weight: var(--semi-bold);
  text-transform: uppercase;
}
.compare-product-list .table thead th .h6{
  margin: 0;
  display: inline-block;
  font-weight: 600;
}
.compare-product-list .table thead th .link{
  text-transform: none;
  margin-left: 10px;
  font-size: var(--font-size-b3);
  color: var(--color-body);
  font-weight: var(--regular);
}

.compare-product-list .table tbody tr td{
  border: 0;
  padding: 12px 10px;
  font-size: var(--font-size-b2);
  color: var(--color-body);
  vertical-align: top;
}
.compare-product-list .table tbody tr td p,
.compare-product-list .table tbody tr td li{
  font-size: var(--font-size-b3);
  color: var(--color-body);
}
.compare-product-list .table tbody tr:nth-child(even){
  background: var(--color-extra04);
}
.compare-product-list .table tbody tr:nth-child(even) td {
  color: var(--color-dark);
}
.compare-product-list .table .additional-information-list{
  max-width: 320px;
}
.compare-product-list .table .additional-information-list .table tr td{
  border: 1px solid var(--color-extra01);
}
.compare-product-list .table .additional-information-list .table tr td.th-title{
  font-weight: var(--semi-bold);
  color: var(--color-dark);
}
.compare-product-list .table .compare-des-content{
  min-height: 235px;
}
.compare-image-box{
  max-width: 310px;
  position: relative;
  overflow: hidden;
}
.compare-image-box:before{
  content: '';
  display: block;
  padding-top: 100%;
}
.compare-image-box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*=====================================
    End Compare page style
=======================================*/

/*=====================================
   Presantation page style
=======================================*/

/*=====================================
    01. Presantation header CSS
=======================================*/
.presantation-header .topbar{
  background: var(--color-dark);
  padding: 6px 0;
}
.presantation-header .topbar p{
  color: var(--color-white);
  font-size: var(--font-size-b2);
  text-align: center;
}
.presantation-header .header-button-right .btn{
  padding: 10px 18px;
  font-size: var(--font-size-b2);
  font-weight: var(--semi-bold);
  height: auto;
  color: var(--color-white);
  line-height: var(--line-height-b2);
}

.presantation-header .header-button-right .btn:hover{
  color: var(--color-black);
}

/*=====================================
    02. Presantation banner section CSS
=======================================*/
.Presantation-banner-section{
  padding: 70px 0;
}
.Presantation-banner-section .hero-banner-content h1{
  font-size: var(--page-title);
  line-height: var(--h2-lineHeight);
  font-weight: var(--semi-bold);
}
.Presantation-banner-section .hero-banner-content h1 span{
  color: var(--color-primary);
  position: relative;
  display: block;
  max-width: fit-content;
  z-index: 1;
}
.Presantation-banner-section .hero-banner-content h1 span:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 19px;
  background: #F4F4EB;
  border-radius: 3px;
  z-index: -1;
}
.Presantation-banner-section .hero-banner-content p{
  font-size: var(--h5);
  line-height: var(--h5-lineHeight);
  margin-bottom: 30px;
}
.Presantation-banner-section .hero-banner-img{
  position: relative;
  background: radial-gradient(100% 100% at 50% 0%, #F7F2E3 0%, #EAEEFE 31.25%, #F7EDE0 66.67%, #EFF8F4 100%);
  border-radius: 10px;
  padding: 40px 50px 0;
  z-index: 1;
}
.presantation-hero-img{
  background: var(--color-extra01);
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
}
.Presantation-banner-section .hero-banner-img .icon{
  background: var(--color-white);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  transform: inherit !important;
}
.Presantation-banner-section .hero-banner-img .icon-html{
  right: -50px;
  top: -50px;
  left: auto;
}
.Presantation-banner-section .hero-banner-img .icon-figma{
  left: -50px;
  top: 50%;
  margin-top: -50px;
}

/*=====================================
    03. features service section CSS
=======================================*/
.features-service-section{
  background: var(--color-extra04);
  padding: 25px 0;
}
.features-service-list ul{
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap:20px;
}
.features-service-list ul li{
  list-style-type: none;
  font-size: var(--font-size-b2);
  color: var(--color-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
}

/*=====================================
    04. More features in Clare section CSS
=======================================*/
.features-clare-section{
  padding: 80px 0;
}
.presantation-heading{
  text-align: center;
  max-width: 750px;
  margin: 0 auto 45px;
  display: block;
}
.presantation-heading h2{
  margin-bottom: 15px;
  font-size: var(--h2);
  line-height: var(--h2-lineHeight);
}
.presantation-heading h2 span{
  color: var(--color-primary);
}
.features-box-img{
  background: var(--color-white);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 7px;
  transition: all 0.3s ease;
}
/*.stunning-features-box:hover .features-box-img{
  transform: translateY(-15px);
}*/
.features-box-img a{
  background: var(--color-white);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
}
.features-box-img a:before{
  content: '';
  padding-top: 75%;
  display: block;
}
.features-box-img img{
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  object-fit: cover;
}

.more-features-box{
  margin-bottom: 40px;
}
.more-features-box .features-box-img{
  background: #EFEFEF;
}
.more-features-box .features-box-info{
  text-align: center;
  padding: 28px 0 0;
}
.more-features-box .features-box-info h3{
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: 600;
}
.more-features-box .features-box-info p{
  max-width: 330px;
  margin: 0 auto;
}
.more-features-box .features-box-info h3 a:hover{
  color: var(--color-primary);
}



/*=====================================
    05. Stunning home pages section CSS
=======================================*/
.Stunning-home-pages-section{
  background: var(--color-extra05);
  padding: 60px 0;
}
.Stunning-home-pages-section .stunning-features-box{
  position: relative;
}
.Stunning-home-pages-section .stunning-features-box .features-box-img{
  position: relative;
  overflow: hidden;
}
.Stunning-home-pages-section .stunning-grid-hover{
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    background: rgb(0 0 0 / 62%);
}
.Stunning-home-pages-section .stunning-grid-hover a:before{
  display: none;
}
.Stunning-home-pages-section .stunning-features-box .features-box-img a img{
  object-position: top;
}
.stunning-features-box:hover .stunning-grid-hover{
    top: 0;
}
.stunning-features-box .stunning-grid-title{
    text-align: center;
    font-size: var(--h6);
    color: var(--color-dark);
    font-weight: var(--semi-bold);
    margin-top: 15px;
}

/*=====================================
    06. Beautiful Pre-built Inner Pages section CSS
=======================================*/
.beautiful-inner-pages-section{
  overflow-x: hidden;
}
.marquee-animation{
  white-space: nowrap;
  position: relative;
  transform: translate3d(0%, 0, 0);
  animation: marquee 13s linear infinite;
}
.marquee-colum{
  display: inline-block;
  width: 100%;
}
.beautiful-inner-pages-section .inner-page-grid{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  
}
.inner-page-grid .stunning-features-box{
  max-width: 20%;
  padding: 0 17px;
  margin: 0 0px 40px;
}
.inner-page-grid .stunning-features-box .features-box-img a:before{
  display: none;
}

.inner-page-grid .stunning-features-box .features-box-img img{
  position: static;
  object-fit: contain;
}
@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}


/*=====================================
    07. Professional store section CSS
=======================================*/
.professional-store-section{
  padding: 70px 0 30px;
}
.professional-store-section .professional-store-box{
  background: #F3F7F8;
  border-radius: 30px;
  padding: 30px 30px 30px 50px;
}
.professional-store-box .module-header{
  margin: 0;
  padding-right: 20px;
}
.professional-store-box .module-header h2{
  margin-bottom: 30px;
  font-size: var(--h2);
  line-height: var(--h2-lineHeight);
}
.professional-store-box .module-header p{
  margin-bottom: 20px;
}
.professional-store-img{
  padding-right: 50px;
}
.stunning-features-box.small-features{
  max-width: 290px;
  margin: -200px -50px 0 auto;
  position: relative;
}
.stunning-features-box .features-box-img a:before{
  padding-top: 110%;
}
.stunning-features-box.small-features .features-box-img a:before{
  padding-top: 118%;
}

.mobile-screen-section{
  padding: 30px 0;
}
.mobile-screen-box{
  position: relative;
  overflow: hidden;
  background: var(--color-white);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  margin: 20px 0;
}
.mobile-screen-box:before{
  content: '';
  display: block;
  padding-top: 140%;
}
.mobile-screen-box .mobile-box{
  padding: 7px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile-screen-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

/*=====================================
    08. Professional Footer style 4 CSS
=======================================*/
.footer-style-4{
  background: url('../image/footer-bg-img.png') no-repeat 0 0 var(--color-dark);
  padding: 140px 0 160px;
  position: relative;
}
.footer-style-4 .footer-content{
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.footer-style-4 .footer-content h2{
  color: var(--color-white);
  margin-bottom: 40px;
  font-size: var(--page-title);
  line-height: var(--h2-lineHeight);
}
.footer-style-4 .button-group{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap:25px;
}
.footer-style-4 .box-item{
  background: var(--color-white);
  border-radius: 5px;
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-dark);
  font-size: var(--font-size-b1);
  font-weight: var(--semi-bold);
  max-width: fit-content;
  position: absolute;
}
.footer-style-4 .box-item .icon{
  width: 34px;
  height: 34px;
  background: var(--color-primary);
  border-radius: 100%;
  margin-right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  position: static;
  transform: inherit !important;
}
.footer-style-4 .box-item.box-item-1{
  top: 75px;
  left: 15vw;
}
.footer-style-4 .box-item.box-item-3{
  top: 185px;
  right: 4vw;
  padding: 0;
}
.footer-style-4 .box-item.box-item-2{
  bottom: 70px;
  right: 15vw;
}
.footer-style-4 .box-item.box-item-4{
  bottom: 60px;
  left: 10vw;
}


/*=====================================
    End Presantation page style
=======================================*/
