.social-buttons-wrap ul{
  margin-top: 15px;
 }
.social-buttons-wrap ul li{
  display:inline-block;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
}
.social-buttons-wrap ul li a i {
  font-size: 25px;
}
.social-buttons-wrap ul li a {
   color: #777777;
   text-transform: uppercase;
}
.social-buttons-wrap ul li a:hover {
   color: #ff6c00;
 } 
.social-buttons-wrap ul li .wishlist {
    color: #ee1783;
}
.social-buttons-wrap ul li .wishlist:hover {
    color: #ff005e;
}
.social-buttons-wrap ul li .cart {
    color: #ff6c00;
    z-index: 999;
    margin-right: 0;
    position: relative;
}
.social-buttons-wrap ul li .cart:hover {
    color: #e06c16;
}  
.cart sup {
    border-radius: 50%;
    background-color: #d94214;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    border: 2px solid #f4f4f4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -11px;
    top: -11px;
    z-index: 1;
    padding-top: 3px;
    border-color: #ffffff;
}
.guest-shop-toolbar{
  padding: 25px;
  background-color: #fffef9;
  border-bottom: 1px solid #f1f1f1;
}
.guest-shop-search {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
}
.guest-shop .dropdown-toggle {
  background-color: #f6f6f6;
  border-radius: 0;
  width: 140px;
  min-height: 52px;
  border: none;
  border-radius: 40px 0 0 40px;
  color: rgba(0, 0, 0, 0.7)
}
.guest-shop .nice-select {
    height: 50px;
    line-height: 50px;
    color: #6f6f6f;
}
.guest-search-box {
    position: relative;
    width: 600px;
}
.guest-search-box input {
  border-radius: 0;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.guest-search-btn {
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    font-size: 28px;
    color: #e8af44;
    padding: 0;
}
.guest-shop-search .select2-container--default .selection .select2-selection--single {
  height: 50px;
  font-size: 14px;
  background-color: #f9fbfd;
  border: none;
  border-radius: 25px 0 0 25px
}
.guest-shop-search .select2-container--default .selection .select2-selection--single .select2-selection__rendered {
  line-height: 36px
}
.guest-shop-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #777777
}
.store-nav{
  position: relative;
}
.guest-shop-swiper {
  width: 100%;
  height: 500px;
  background-color: #fff;
  margin-top: 30px;
  border-radius: 5px;
}
.guest-shop-swiper .swiper-pagination{
  position: absolute;
}
.guest-shop-swiper .swiper-slide {
  border-radius: 5px;
}
.guest-shop-swiper .swiper-slide.slide1 {
  background: url('../images/guest-shop-banner1.png');
}
.guest-shop-swiper .swiper-slide.slide2 {
  background: url('../images/guest-shop-banner2.png');
}
.guest-shop-swiper .swiper-slide.slide3 {
  background: url('../images/guest-shop-banner3.png');
}
.guest-shop-banner{
  background: #fffef9;
  overflow: hidden;
}
.ecommerce-banner-one-info {
  position: absolute;
  top: 50%;
  right: 85px;
  max-width: 350px;
  text-align: right;
  transform: translateY(-50%);
  z-index: 1
}
.ecommerce-banner-one-info h3 {
  font-weight: 600;
  font-size: 20px;
  color: #ffd490;
  text-transform: uppercase;
  transform: translateX(80px);
  transition: all ease 0.8s;
  opacity: 0
}
.swiper-slide-active .ecommerce-banner-one-info h3, .swiper-slide-active .ecommerce-banner-one-info h2, .swiper-slide-active .ecommerce-banner-one-info h4, .swiper-slide-active .ecommerce-banner-btn-animation {
  transform: none;
  opacity: 1
}
.ecommerce-banner-one-info h2 {
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 42px;
  color: #ff8f00;
  transform: translateX(-80px);
  opacity: 0;
  transition: all ease 1.1s
}
.ecommerce-banner-one-info h4 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #ffffff;
  transform: translateX(80px);
  opacity: 0;
  transition: all ease 1.4s
}
.ecommerce-banner-one-info h4 span {
  color: #9a2948
}
.ecommerce-banner-btn-animation {
  transform: translateY(50px);
  transition: all ease 1.7s;
  opacity: 0
}
.ecommerce-banner-one-btn {
  display: inline-block;
  padding: 13px 15px;
  min-width: 170px;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 5px;
  border-color: #ffffff
}
.ecommerce-banner-one-btn:hover {
  background-color: #ffffff;
  color: #795548
}
.ecommerce-banner-one-btn i {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 4px
}
.ecommerce-banner-two-info {
  position: absolute;
  top: 50%;
  left: 85px;
  max-width: 450px;
  transform: translateY(-50%);
  z-index: 1
}
.swiper-slide-active .ecommerce-banner-two-info h3, .swiper-slide-active .ecommerce-banner-two-info h2, .swiper-slide-active .ecommerce-banner-two-info h4 {
  transform: none;
  opacity: 1
}
.ecommerce-banner-two-info h3 {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  color: #e6ebdc;
  transform: translateX(-80px);
  transition: all ease 0.8s;
  opacity: 0
}
.ecommerce-banner-two-info h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 42px;
  color: #f9ffe6;
  transform: translateX(-80px);
  transition: all ease 1.1s;
  opacity: 0
}
.ecommerce-banner-two-info h4 {
  padding-bottom: 25px;
  font-size: 40px;
  color: #f9ffe6;
  transform: translateX(-80px);
  transition: all ease 1.4s;
  opacity: 0
}
.ecommerce-banner-two-info h4 span {
  color: #ffeda9
}
.ecommerce-banner-two-btn {
  display: inline-block;
  padding: 13px 15px;
  min-width: 170px;
  color: #fbf9e8;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #333333;
  border-radius: 5px;
  border-color: #fbf9e8
}
.ecommerce-banner-two-btn:hover {
  background-color: #fbf9e8;
  color: #63665d
}
.ecommerce-banner-two-btn i {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 4px
}
.ecommerce-banner-three-info {
  position: absolute;
  top: 50%;
  left: 85px;
  max-width: 450px;
  transform: translateY(-50%);
  z-index: 1
}
.swiper-slide-active .ecommerce-banner-three-info h3, .swiper-slide-active .ecommerce-banner-three-info h2, .swiper-slide-active .ecommerce-banner-three-info h4, .swiper-slide-active .ecommerce-banner-three-info h5 {
  transform: none;
  opacity: 1
}
.ecommerce-banner-three-info h3 {
  font-weight: 600;
  font-size: 22px;
  color: #9a2948;
  text-transform: uppercase;
  transform: translateY(-60px);
  transition: all ease 0.8s;
  opacity: 0
}
.ecommerce-banner-three-info h2 {
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 46px;
  color: #333333;
  position: relative;
  transform: translateX(80px);
  transition: all ease 1.1s;
  opacity: 0
}
.ecommerce-banner-three-info h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 5px;
  background-color: #7d7c7d;
  content: "";
  z-index: 1
}
.ecommerce-banner-three-info h4 {
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
  transform: translateY(50px);
  transition: all ease 0.4s;
  opacity: 0
}
.ecommerce-banner-three-info h5 {
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 400;
  transform: translateY(50px);
  transition: all ease 0.7s;
  opacity: 0
}
.ecommerce-banner-three-info h5 span {
  font-weight: 600;
  color: #9a2948
}
.guest-shop-banner .swiper-pagination {
  bottom: 35px
}
.guest-shop-banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  opacity: 0.8;
  transition: all ease 0.4s
}
.guest-shop-banner .swiper-pagination-bullet-active {
  width: 18px;
  border-radius: 9rem;
  background-color: #f9eea0;
  opacity: 1
}
.ecommerce-banner-two-item {
  margin-bottom: 20px;
}
.ecommerce-banner-two-item img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 5px
}
.ecommerce-banner-two-item-info {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1
}
.ecommerce-banner-two-item-info h5 {
  color: #cccccc;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase
}
.ecommerce-banner-two-item-info h3 {
  padding-bottom: 5px;
  color: #fff4d1;
  font-weight: 700;
  font-size: 26px
}
.ecommerce-banner-two-item-link {
  display: inline-block;
  color: #ffb830;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase
}
.ecommerce-banner-two-item-link i {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 4px
}
.ecommerce-banner-two-item-link:hover {
  color: #ffffff
}
.style-two .ecommerce-banner-two-item-info {
  top: auto;
  bottom: 25px
}
.style-two .ecommerce-banner-two-item-info h5 {
  color: #666666
}
.style-two .ecommerce-banner-two-item-info h3 {
  color: #ec3a3a
}
.style-two .ecommerce-banner-two-item-link {
  color: #a51414
}
.style-two .ecommerce-banner-two-item-link:hover {
  color: #333333
}
.guest-shop-banner-right{
  position:relative;
  height:235px;
  background: #fff;
  margin-top: 30px;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.guest-shop-banner-right:before{
  position:absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.guest-shop-banner-right .banner-heading{
   z-index: 2;
   position: relative;
   top: 80px;
   left: 30px;
   width: 600px;
 }
 .guest-shop-banner-right .banner-heading h1{
  font-size:30px;
  line-height: 50px;
  color: #ffe8bb;
} 
.guest-shop-banner-right .banner-heading h4{
  font-size:16px;
  line-height: 24px;
  color: #c0c0c0;
} 
.guest-shop-banner-right.banner-top{
  background: url('../images/guest-shop-banner3.png');
}
.guest-shop-banner-right.banner-bottom{
  background: url('../images/guest-shop-banner3.png');
} 
.guest-shop-banner-content{
   background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.guest-shop-banner-content:before{
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}
.guest-shop-banner-content .banner-heading{
   z-index: 2;
   position: relative;
   top: 150px;
   left: 50px;
   width: 600px;
 }
.guest-shop-banner-content .banner-heading h1{
  font-size:50px;
  line-height: 80px;
  color: #fffdb3;
} 
.guest-shop-banner-content .banner-heading h4{
  font-size:18px;
  line-height: 26px;
  color: #c0c0c0;
} 

.inner-banner {
	height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 50px 0;
}
.inner-banner .banner-shadow {
  position: absolute;
  top: 0;
  background: #000;
  z-index: 100;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.inner-banner .tagline{
  position: absolute;
  top: 0;
  z-index: 200;
  padding: 100px 50px;
}
.inner-banner .tagline h2{
  color: #ffeab9;
  font-size: 40px;
}
.inner-banner .tagline h3{
  color: #fff;
 }
 .breadcrumbs{
   position: absolute;
   top: 250px;
   left: 0;
   z-index: 200;
   color: #d5d5d5;
 }
 .breadcrumbs ul li{
   display: inline-block;
   padding-right:10px;
 }
 .breadcrumbs ul li a {
   color: #fff2af;
 }
 .breadcrumbs ul li a:hover {
   color: #ffc107;
 }
 .breadcrumbs ul li+li::before {
   display: inline-block;
    padding-right: .5rem;
    color: #b1b1b1;
    content: "/";
 }
 .breadcrumbs.detail-view{
   position: relative;
   top: 0;
   border-bottom: 1px solid #e0e0e0;
   padding: 15px 0;
   background: #fff;
   margin: 0;
 }  
 .breadcrumbs.detail-view ul {
   margin: 0;
 }
 .breadcrumbs.detail-view ul li a {
   color: #068abf;
   font-weight: 500;
 }
 .breadcrumbs.detail-view ul li a:hover {
   color: #df7300;
 }
.btn-banner-cart {
  margin-top: 30px;
}
.shop-products .product-container {
  max-width: 100%;
  margin: 0 0 0 30px;
}
.product-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    position: relative;
}
.shop-products .product-listing .list-box {
    width: 25%;
    padding: 15px;
}
.product-listing .product-card {
    min-height: 370px;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.product-card {
    padding-bottom: 30px;
    padding-top: 15px;
}
.product-card {
    position: relative;
}
.product-listing .list-box .caption-img {
    width: 100%;
    border-radius: 0;
    height: 260px;
}
.caption-img {
    position: relative;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.caption-img .img-fluid {
    object-fit: contain;
    width: 100%;
    height: 260px;
}
.list-box .heart-icon {
    font-size: 24px;
    top: 8px;
}
.heart-icon, a.heart-icon {
    position: absolute;
    top: 15px;
    right: 13px;
    color: #f12671;
    font-size: 18px;
    z-index: 0;
}
.hover-box {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -150px;
    left: 0;
    right: 0;
    z-index: 0;
    transition: all ease 0.4s;
    width: 100%;
    z-index: -9;
    opacity: 0;
    visibility: hidden;
}
.view-box {
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
    color: #51bbda;
    font-size: 24px;
    display: inline-block;
    line-height: 40px;
    width: 43px;
    height: 43px;
    text-align: center;
    vertical-align: top;
}
.list-box .btn {
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 25px;
    position: relative;
}
.list-box .add-cart-btn {
    background-color: #ffffff;
    border-radius: 0;
    padding: 10px 2px;
    min-width: 10px;
    border: 1px solid #e6e6e6;
}
.list-box .add-cart-btn i {
    color: #ff6600;
}
.list-box .add-cart-btn:hover {
    color: #ff6c00;
    border-color: #ff6c00;
}
.list-box .add-icon {
    color: #52b04d;
}
.view-box {
    background-color: #ffffff;
    border: 1px solid #d2d2d2;
    color: #51bbda;
    font-size: 24px;
    display: inline-block;
    line-height: 40px;
    width: 43px;
    height: 43px;
    text-align: center;
    vertical-align: top;
}
.view-box:hover {
    color: #f07e6e;
    border-color: #f7c89f;
}
.product-card .link-one {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    display: block;
}
.product-card .link-one {
    font-size: 16px;
    line-height: 24px;
    margin-top: 1px;
    display: block;
}
.link-one {
    font-size: 12px;
    color: #343434;
}
.product-listing .product-card:hover {
    border-color: #ff6c00;
}
.product-listing .product-card:hover .hover-box {
  bottom: 6px;
  z-index: 1;
  opacity: 1;
  visibility: visible
}
.product-card h6 {
    margin-top: 1px;
    font-size: 18px;
}

.subtotal-price {
    color: #ff6c00;
    padding: 6px 0;
    display: block;
    margin: 0;
}
.seller-info {
	padding: 15px 0;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.seller-info ul {
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
.seller-info ul li {
	display: inline-block;
	padding-right: 15px;
}
.seller-info ul li:last-child {
	padding-right: 0;
}
.seller-info ul li a {
	color: #000;
}

.seller-info ul li a:hover {
	color: #ff9800;
}
.seller-info ul li a i {
	margin-right: 3px;
	font-size: 16px;
	color: #ea82dd;
	position: relative;
	top: 1px;
}
.seller-info ul li a img {
	width: 15px;
	margin-right: 5px;
}
.seller-info-icon img {
	width: 40px;
	border-radius: 100%;
}
.seller-info-icon span {
	margin-left: 10px;
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
	color: #524646;
	cursor: pointer;
	text-decoration: underline;
	transition: all ease .4s;
}
.seller-info-icon span:hover {
	color: #ff9800;
}
.slider-navigation {
    position: absolute;
    top: 30px;
    right: 50px;
    z-index: 1;
    padding: 10px;
}
.slider-navigation .swiper-button-next, .slider-navigation .swiper-button-prev {
    position: static;
    display: inline-block;
    transform: none;
    width: auto;
    height: auto;
    margin-left: 10px;
    color: #d2d2d2;
}
.slider-navigation .swiper-button-next:after, .slider-navigation .swiper-button-prev:after {
    font-size: 22px;
}
.mobile-view {
  display: none;
}
.trending-products .product-listing .list-box {
    width: 100%;
    padding: 15px;
}
.trending-products .list-box .add-cart-btn {
  width: 45px;
  margin: 0 13px;
  padding: 8px 2px
}
.trending-products .list-box .heart-icon {
  top: 5px;
  right: 5px
}
.trending-products .product-listing .product-card {
  min-height: 10px;
  padding: 15px;
  overflow: hidden
}
.trending-products .product-card .link-one {
  font-size: 15px
}
.trending-products .product-card h6 {
  font-size: 16px
}
.trending-products .product-card .link-one, .trending-products .product-card h6 {
  overflow: hidden;
  margin: 0
}
.trending-products .hover-box {
  justify-content: left;
  overflow: hidden;
  width: auto;
  padding: 0;
  position: static
}
.trending-products .product-listing .product-card:hover .hover-box {
  bottom: 14px
}
.trending-products .caption-img .img-fluid {
  height: 110px
}
.trending-products .view-box {
  font-size: 20px
}
.trending-products .product-listing .list-box .caption-img {
  padding: 5px;
  float: left;
  width: 25%;
  height: 125px;
  background: #f2f2f2;
  margin-right: 15px
} 
.trending-products{
  margin: 15px 30px 0 0;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 20px;
  background: #fbfbfb;
}
.trending-heading {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
.trending-products .product-card .seller-info {
  padding: 0;
  margin-bottom: 5px;
  display: inline-block;  
}
.trending-products .seller-info-icon img {
  width: 30px;
}
.trending-products .product-card .seller-info a {
	color: #000;
}
.trending-products .product-card .seller-info a:hover {
	color: #ff9800;
}
.trending-products .product-card .seller-info a i {
	margin-right: 3px;
	font-size: 16px;
	color: #ea82dd;
	position: relative;
	top: 1px;
}
.trending-products .product-card .seller-info a img {
	width: 20px;
	margin-right: 5px;
}
.trending-products .product-card .seller-info img {
	width: 40px;
	border-radius: 100%;
}
.trending-products .product-card .seller-info span {
	margin-left: 10px;
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
	color: #524646;
	cursor: pointer;
	text-decoration: underline;
	transition: all ease .4s;
}
.trending-products .product-card .seller-info span:hover {
	color: #ff9800;
}
.trending-products .product-card .seller-info .comment{
  border-radius: 0;
  text-decoration: none;
  margin: 0;
}
.trending-products .product-card .seller-info .favorite{
  text-decoration: none;
  margin: 0 15px 0 0;
}
.trending-products .product-card .seller-info .seller-name{
  margin: 0 15px 0 0;
}
.featured-products{
  background:#fff;
  padding: 30px 0;
}
.recent-products{
  background: #f9fbfd;
  padding: 15px 0;
}
.recent-products-banner {
  	background: url(../images/recent-products-banner.png);
    height: 97%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    margin: 15px 0 0 30px;
}
.recent-products .shop-products .product-container {
  margin: 0;
}
.left-nav-widget{
  margin-top: 30px;
}
.store-breadcrumbs {
  background: #ffffff;
  padding: 20px 0;
  border-bottom: 1px solid #f7f7f7;
}
.store-breadcrumbs ul li span {
  margin-left: 10px;
  color: #777777;
}
.store-breadcrumbs ul li a:hover {
  color: #d76138;
}
.store-breadcrumbs ul li {
  display: inline;
  list-style-type: none;
  padding-right: 10px;
  float: left;
}
.sort-by{
  padding: 15px;
}
.sort-by .checkbox {
  padding: 10px 0;
}
.sort-by .checkbox-caption {
  color: #696969;
}
.sort-by .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 5px 15px;
}
.sort-by .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 3px;
}
.browse-store {
  padding: 0 20px;
}
.modal-xl{
  max-width: 1140px;
}
.modal-body button.popup-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #ffffff;
    border-radius: 100%;
    padding: 5px;
    border: 1px solid #dddddd;
    z-index: 9;
    opacity: 1;
}
.modal-body button.popup-close:hover {
    opacity: 1 !important;
    color: #F44336 !important;
}
.close {
    color: #000;
}
.detail-section {
    padding: 30px 15px 10px;
    background-color: #ffffff;
}
.product-slider {
    position: relative;
    z-index: 0;
}
.product-details-div .carousel-item {
  text-align: center;
  border: 1px solid #eeeeee
}
.product-details-div a.heart-icon {
  right: 35px
}
.product-details-div .carousel-item img, .product-details-div .carousel-item video {
  width: 100%;
  object-fit: contain;
  height: 100%
}
.product-details-div .carousel-item img {
  background: #ffffff
}
.product-details-div .carousel-item video {
  background: #000000
}
.product-details-div .zoom-main img, .carousel-item .zoom img {
    height: 455px;
}
.product-details-div .carousel-indicators {
  position: static;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin: 0
}
.product-details-div .carousel-indicators li {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 10px;
  border-radius: 0.2rem;
  position: relative
}
.product-details-div .carousel-indicators li.active {
  border-color: #f7a964
}
.product-details-div .carousel-indicators li img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  display: block
}
.product-details-div .carousel a .icon {
  font-size: 80px;
  line-height: 120px;
  color: #ebebeb
}
.product-details-div .carousel-control-next, .product-details-div .carousel-control-prev {
  top: 40%;
  bottom: auto;
  transform: translateY(-50%)
}
.product-details-div .carousel-item {
    padding: 0;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}
.product-details-div h5 {
  color: #636363;
  font-size: 22px;
  font-weight: 300;
}
.product-details-div h4 {
  color: #6c757d;
}
.product-details-div strong {
  color: #707070;
}
.product-overview {
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.product-details-div h2 {
    color: #343434;
    font-size: 32px;
}
.product-details-div strong {
    color: #707070;
}
.product-details-div .zoom {
    height: auto;
    display: block;
}
.review-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-pricing {
    display: block;
    width: 100%;
}
.product-pricing h1 {
    color: #d94214;
    font-size: 40px;
}
.review-box i.mdi-star {
    color: #b8b8b8;
}
.product-code {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
}
.code-title strong {
    display: block;
}
.code-title span {
    font-size: 16px;
    line-height: 24px;
    display: block;
}
.quantity-box {
    padding: 8px 0;
}
.quantity-box label {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 24px;
    display: block;
    width: 100%;
}
.quantity-control.minus {
    font-size: 30px;
    border-radius: 4px 0 0 4px;
}
.quantity-control.plus {
    border-radius: 0 4px 4px 0;
}
.quantity-control {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 22px;
    border: 1px solid #cacaca;
    width: 40px;
    height: 45px;
    color: #888888;
    line-height: 40px;
    text-align: center;
    background: #f9fbfd;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.quantity-wrap .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 45px;
    margin: 0 -6px;
    padding: 7px;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d2d2;
    color: #343434;
    background-color: #ffffff;
}
.btn.grey-btn {
    background-color: #ffffff;
    color: #343434;
    border-color: #d2d2d2;
}
.btn.grey-btn:hover {
    color: #ff6c00;
    border-color: #ff6c00;
}
.btn.white-btn {
    background-color: #ffffff;
    color: #777777;
    border-color: #d2d2d2;
}
.btn {
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 12px 25px;
    position: relative;
}
.btn i {
    margin-top: -1px;
    font-size: 20px;
    line-height: 20px;
}
.icon-btn {
    padding: 14px 40px 14px 25px;
}
.icon-btn i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.btn.btn-one {
    background-color: #009be1;
    color: #ffffff;
    border-color: #009be1;
}
.btn.btn-one:hover {
    background-color: #0980b5;
    color: #ffeab9;
    border-color: #0980b5;
}

.btn.btn-proceed-to-cart {
  	background-color: #ff9800;
    color: #ffffff;
    border-color: #ff9800;
    border-radius: 0.3em;
}
.btn.btn-proceed-to-cart:hover {
  	background-color: #e58900;
    color: #fff6da;
    border-color: #e58900;
}
.detail-tabs {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.detail-tabs .nav-tabs {
    border-bottom: 2px solid #f5f5f5;
}
.detail-tabs .nav-tabs .nav-item {
    padding: 0 15px;
}
.detail-tabs .nav-tabs .nav-item .nav-link.active {
    border-color: #ff6c00;
    color: #ff6c00;
}
.detail-tabs .nav-tabs .nav-item .nav-link {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 0;
    border-bottom: 2px solid transparent;
    padding: 15px 18px;
}
.detail-tabs-meta {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #eaeaea;
}
.tabs-meta-text {
    font-size: 16px;
}
.container{
  max-width: 1400px;
}
.similar-swiper .list-box{
  width: 100%;
}
.similar-swiper .product-listing .list-box .caption-img {
        height: 310px;
}
.similar-products {
    margin: 0 -10px;
    position: relative;
    overflow: hidden;
    padding: 15px;
}
.similar{
  background: #ffffff;
}
.remove-sidebar {
    display: inline-block;
    background: #ffffff;
    border-radius: 5px;
    color: #7f7f7f;
    border: 1px solid #d3d3d3;
    position: fixed;
    top: 36px;
    right: 10px;
    z-index: 999;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    transition: all ease 0.4s;
}
.remove-sidebar.active {
  transform: rotate(180deg)
}
.cart-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    width: 142px;
    background: #ffffff;
    border-left: 1px solid #d6d6d6;
    height: 100%;
    padding: 16px;
    transition: all ease 0.4s;
    z-index: 11;
}
.text-three {
    font-size: 16px;
    color: #343434;
}
.cart-sidebar .text-three {
    line-height: normal;
}
.cart-sidebar .text-one {
    display: block;
    font-size: 14px;
    line-height: normal;
}
.text-one {
    font-size: 16px;
    color: #777777;
}
.sidebar-price.subtotal-price {
    margin-bottom: 15px;
}
.cart-sidebar .btn.white-btn {
    min-width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: .3em;
}
.cart-sidebar .btn.white-btn:hover {
    background-color: #f9fbfd;
    color: #e06c16;
    border-color: #e06c16;
}
.sidebar-product-main {
    height: calc(100% - 140px);
    padding-right: 10px;
}
.sidebar-product {
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    text-align: center;
    border-radius: 5px;
    position: relative;
    min-height: 80px;
    align-items: center;
    display: flex;
    cursor: pointer;
}
.sidebar-product img {
    padding: 8px 10px;
}
.slidebar-body {
    transition: all ease 0.4s;
}
.sidebar-open {
    padding-right: 142px;
}
.sidebar-hide {
  transform: translateX(100%)
}
.added-cart-info {
    padding: 10px 0;
    /*background: #fcfbf1;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 4;*/
}
.cart-info-check {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: #ff6c00
}
.cart-info-image {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 10px;
  margin: 0 10px;
  background: #ffffff;
  min-height: 50px;
  border: 2px solid #048361;
  border-radius: 5px;
  border-color: #ff9800
}
.cart-info-image img {
  width: 50px
}
.cart-inner-info {
  display: inline-block;
  vertical-align: middle
}
.cart-inner-info h6 {
  margin-bottom: 0
}
.cart-inner-info .text-three {
  max-width: 330px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.cart-info-inner {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #dddcd4;
  padding-right: 20px;
  margin-right: 20px
}
.cart-sub-total {
  display: inline-block;
  vertical-align: middle
}
.cart-sub-total h5 {
  font-size: 16px;
  margin-bottom: 0
}
.cart-sub-total span {
  display: inline-block;
  margin-left: 11px;
  font-size: 16px
}
.popover {
  border: none;
  max-width: 300px;
  min-width: 300px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  border-radius: .3em;
  padding: .4rem .95rem;
}
.popover-body {
    font-family: "Helvetica";
    font-weigth: 500;
}
.remove-link {
  font-size: 14px;
  color: #cf7575;
  cursor: pointer
}
.remove-link:hover {
  color: #ff6c00
}
.sidebar-product-info h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 18px
}
.category-cart{
  margin: 15px 5px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  border-radius: 5px;
}
.cart-details h2 {
    color: #343434;
    font-size: 32px;
}
.top-subtotal {
    float: right;
    text-align: right;
    margin-top: 20px;
    font-size: 18px;
}
.table-bordered {
    border: 1px solid #dee2e6;
}
.cart-details .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: #ffffff;
}
.cart-details table {
    border-collapse: collapse;
}
.cart-details .table {
  background-color: #ffffff
}

.cart-details .table td, .cart-details .table th {
  font-weight: 500;
  padding: 18px;
  font-size: 18px;
  vertical-align: top;
  text-transform: none;
}
.cart-details .table-bordered thead td, .cart-details .table-bordered thead th {
  border-bottom-width: 1px
}
.cart-product-image {
  float: left
}
.cart-product-image img {
    width: 160px;
    height: 180px;
    object-fit: contain;
    border: 1px solid #eeeeee;
}
.cart-product-info {
    overflow: hidden;
    padding-left: 20px;
    max-width: 600px;
}
.cart-product-info p {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #616161;
    margin-bottom: 1em;
}
.cart-product-info h6 a {
    color: #000000;
    font-size: 18px;
    transition: all ease 0.4s;
}
.cart-product-info h6 a:hover {
    color: #e06c16;
}
.product-label {
    padding: 5px 0 8px;
    margin: 0;
    list-style: none;
}
.product-label li {
    display: inline-block;
    padding: 3px 15px 3px 0;
    font-size: 12px;
    font-weight: 400;
    color: #777777;
}
.product-label li span {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    padding: 6px;
    border: 1px solid #e2e2e2;
    background: #f9fbfd;
    line-height: normal;
    color: #777777;
    margin-right: 8px;
    font-weight: normal;
    border-radius: 3px;
}
.product-bottom-item {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 2px;
    padding-right: 25px;
}
.quantity label {
    text-transform: uppercase;
    font-size: 14px;
    color: #777777;
}
.product-bottom-item .remove-link {
    color: #393939;
    font-weight: 500;
}
.product-bottom-item .remove-link:hover {
    color: #e5000f;
}
.product-bottom-item .remove-link i {
    color: #ff8559;
}
.remove-link {
    font-size: 14px;
    color: #cf7575;
    cursor: pointer;
    transition: all ease 0.4s;
}
.save-later-link {
    color: #343434;
    font-size: 14px;
    text-decoration: none;
    transition: all ease 0.4s;
}
.save-later-link:hover {
    color: #ff6c00;
}
.product-price {
    font-size: 20px;
}
.cart-details .default-tabs {
    padding: 20px 0;
}
.sidebar-item {
  margin-bottom: 25px;
  background: #ffffff;
  border: 1px solid #e5e5e5
}
.sidebar-item h5 {
  background-color: #f9f9f9;
  padding: 14px 18px;
  color: #777777;
  font-size: 20px
}
.sidebar-item h5.sidebar-title-bg {
  background-color: #fffeef
}
.sidebar-item .subtotal-price {
  padding: 0;
  display: inline-block
}
.sidebar-btn {
  padding: 25px 18px;
  text-align: center;
  border-top: 1px solid #e5e5e5
}
.sidebar-btn h6 {
  font-size: 16px;
  margin-bottom: 13px
}
.similar-products-item {
  padding: 8px 0 10px;
  overflow: hidden;
  border-top: 1px solid #e5e5e5
}
.similar-products-image {
  float: left
}
.similar-products-image img {
  width: 110px;
  height: 100px;
  object-fit: contain
}
.similar-products-info {
  overflow: hidden;
  padding: 15px 0 0 15px
}
.similar-products-info h6 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px
}
.similar-products-info h6 a {
  color: #343434
}
.similar-products-info h6 a:hover {
  color: #ff6c00
}
.listing-heading p {
  margin-bottom: 0
}
.similar-product-price {
  color: #ff6c00
}
.default-tabs .nav-tabs .nav-item.show .nav-link, .default-tabs .nav-tabs .nav-link.active {
    border-bottom-color: #048361;
    color: #ff6c00;
    border-color: #ff6c00;
}
.default-tabs .nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #323232;
    font-size: 16px;
}
.checkout-login-template {
  padding: 25px 0;
}
.checkout-items {
    position: relative;
}
.billing-pages .billing-process {
    background: #ffffff;
}
.billing-steps {
    padding: 13px 15px;
    background: #fefefe;
    border: 1px solid #e5e5e5;
    margin-top: -1px;
    margin-bottom: -1px;
    position: relative;
    display: flex;
}
.billing-steps .text-one, .billing-steps .text-two {
    font-weight: 700;
}
.checkout-count {
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #cecece;
    border-radius: 100%;
    text-align: center;
    line-height: 25px;
    background: #f3f3f3;
    margin-right: 13px;
}
.billing-form {
    padding: 25px;
    border: 1px solid #e5e5e5;
}
.divide-circle {
    display: block;
    width: 40px;
    height: 40px;
    margin: 40px auto 0;
    color: #ffffff;
    background: #a9a9a9;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
}
.checkout-login-template .form-group {
    position: relative;
}
.checkout-login-template .login-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 22px;
    z-index: 1;
    margin-bottom: 0;
    line-height: 20px;
    color: #e8af44;
}
.login-title .form-control, .login-form .form-control {
    padding-left: 42px;
}
.order-summary-view {
    display: block;
}
#orderSummaryOrverlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ajax-loader.gif) no-repeat center;
    z-index: 99999;
    background-color: #f2f2f2;
    opacity: 0.3;
    display: none;
}
.orders-summary {
    border: 1px solid #e5e5e5;
    background: #ffffff;
    margin-bottom: 25px;
}
.order-summary-title {
    padding: 14px 15px;
    background: #fffeef;
    color: #777777;
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    font-weight: 500;
}
.order-info {
    padding: 8px 15px;
    background: #ffffff;
}
.summary-lisitng {
    display: flex;
    padding: 11px 15px;
    background: #ffffff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.merchant-info {
    border: 1px solid #e5e5e5;
}
.summary-lisitng .subtotal-price {
  padding: 0;
  font-weight: 600;
}
.delivery-address-title {
    padding: 11px 15px;
    background: #fcfcfc;
    border-bottom: 1px solid #e2e2e2;
    font-size: 18px;
    font-weight: 500;
}
.merchant-info .order-info {
    padding: 15px;
}
.order-info:last-child {
    border-bottom: none;
}
.merchant-info .order-info p .mdi-map-marker {
    color: #ed8c35;
    float: left;
}
.merchant-info .order-info p .mdi-phone {
    margin-right: 6px;
    color: #4892e4;
}
.merchant-info .order-info p a {
    color: #343434;
}
.merchant-info .order-info p a:hover {
    color: #4892e4;
}
.merchant-info .order-info p i {
    font-size: 20px;
}
.merchant-info .order-info p span {
    overflow: hidden;
    display: inline-block;
    padding-left: 5px;
}
.push{
  min-height: 100px;
}
.checkout-table {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
}
.checkout-table tr th {
    border-bottom-width: 1px;
    font-weight: 500;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.04);
    text-transform: none;
}
.checkout-table tr td:last-child, .checkout-table tr th:last-child {
    text-align: right;
}
.checkout-table tr td {
    background-color: #ffffff;
    vertical-align: middle;
    padding: 15px;
}
.checkout-table .product-img {
    display: inline-flex;
    width: 80px;
    min-width: 80px;
}
.item-detail .product-img img {
    float: left;
    width: 80px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    object-fit: contain;
    height: 80px;
    padding: 5px;
}
.checkout-table h6 a {
    font-size: 18px;
    color: #ff6c00;
}
.product-other-info {
    padding: 0 0 0 20px;
    max-width: 350px;
    white-space: normal;
}
.billing-form .item-detail {
    align-items: start;
}
.item-detail {
    display: flex;
    align-items: center;
}
.billing-form .table-responsive {
  min-height: 0;
}
.review-order-bottom {
    margin-top: -1px;
    padding: 15px;
    background: #fffeef;
    border: 1px solid #e2e2e2;
}
.review-order-bottom .subtotal-price {
    padding: 0;
    display: inline-block;
}
.coupon-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 13px 15px;
    border-bottom: 1px solid #e5e5e5;
}
.coupon-form .form-control {
    height: 43px;
    display: inline-block;
    vertical-align: middle;
}
.coupon-form .btn {
    height: 43px;
    margin-left: 10px;
}
.order-place-btn {
    background-color: #fffeef;
    padding: 15px;
}
.order-place-btn .text-two {
    padding-top: 10px;
}
.address-info-wrap {
    word-break: break-word;
    min-width: 450px;
    max-width: 350px;
    padding-left: 15px;
    position: relative;
}
.address-info-inner {
    display: inline-block;
    vertical-align: top;
    max-width: 250px;
}
.address-info-wrap .normal-text {
    font-weight: 700;
    font-size: 18px;
}
.address-info-wrap p .mdi-map-marker {
    color: #ed8c35;
}
.address-info-wrap p i {
    float: left;
    font-size: 20px;
}
.address-info-wrap p .mdi-phone {
    margin-right: 6px;
    color: #4892e4;
}
.address-info-wrap p span {
    overflow: hidden;
    display: inline-block;
    padding-left: 5px;
}
.address-border-style:after {
    position: absolute;
    left: 0;
    top: 50%;
    border-left: 1px solid #e5e5e5;
    height: 118%;
    content: "";
    z-index: 1;
    transform: translateY(-50%);
}
.checkout-items .ml-auto.text-three {
    position: relative;
    min-width: 450px;
    padding-left: 15px;
}
#loadLoginPage .ml-auto.text-three:after {
    height: 190%;
}
.checkout-items .ml-auto.text-three:after {
    position: absolute;
    left: 0;
    top: 50%;
    border-left: 1px solid #e5e5e5;
    height: 185%;
    content: "";
    z-index: 1;
    transform: translateY(-50%);
}
.edit-btn {
    display: inline-block;
    vertical-align: top;
    float: right;
    padding-left: 20px;
}
.edit-btn a {
    display: inline-block;
    padding: 1px 12px;
    background: #f9f9f9;
    border: 1px solid #d9d9da;
    border-radius: 4px;
    color: #4a4a4a;
}
.edit-btn a:hover {
    background: #ececec;
}
.edit-btn a i {
    color: #ff9202;
    top: 1px;
    margin-right: 3px;
    position: relative;
}
.checkout-items .select2-container--default .select2-selection--single .select2-selection__rendered{
  padding: 5px 15px;
}
.checkout-items .select2-container--default .select2-selection--single .select2-selection__arrow b{
  margin-top: -6px;
}
.address-listing-view.billing-form {
    padding: 25px 25px 0;
}
.address-list.active {
    border: 1px solid #048361;
    border-color: #cab19c;
}
.address-list {
    border: 1px solid #e2e2e2;
    display: block;
    border-radius: 4px;
    margin-bottom: 25px;
    overflow: hidden;
}
.delivery-address-title {
    padding: 11px 15px;
    background: #fcfcfc;
    border-bottom: 1px solid #e2e2e2;
}
.delivery-address-info {
    padding: 15px;
    background: #ffffff;
}
.address-action-links {
    padding: 7px 15px;
    background: #fcfcfc;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}
.address-radio-btn {
    padding: 10px 15px;
    background-color: #ffffff;
}
.add-address.style-two {
    height: auto;
    border-radius: 4px;
    background: #fcfcfc;
    padding: 107px 50px;
}
.add-address.style-two:hover {
  color: #ff6c00;
}
.add-address {
    border: 1px solid #e2e2e2;
    height: 100%;
    display: block;
    margin-bottom: 25px;
    padding: 103px 50px;
    font-weight: 700;
    border-radius: 4px;
    background: #ffffff;
    text-transform: uppercase;
}
.add-address i.mdi-plus-circle {
    font-size: 30px;
    color: #fdae25;
}
.add-address span {
    display: block;
    line-height: 22px;
}
.address-action-links a i {
    color: #ff9200;
}
.address-action-links a:last-child i {
    color: #f15560;
}
.address-action-links a:hover {
    color: #ff6c00;
    text-decoration: none;
}
#loadShippingAddressPageOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/ajax-loader.gif) no-repeat center;
  background-color: #f2f2f2;
  opacity: 0.3;
  display: none
}
.user-add-list {
  width: auto;
}
/* Responsive CSS */

@media screen and (max-width:1650px) {
  .product-listing .list-box .caption-img {
    height: 270px;
  }  
  .trending-products .product-listing .list-box .caption-img {
    width: 30%;
  }
  .trending-products .product-listing .product-card {
    padding: 5px;
  }
}

@media screen and (max-width:1599px) {
  .trending-products .product-listing .list-box .caption-img {
    width: 31%;
  }
  .shop-products .product-listing .list-box {
    width: 33.33%;
  }
}

@media screen and (max-width:1449px) {
  .trending-products .product-listing .list-box .caption-img {
    width: 35%;
  }
}

@media screen and (max-width:1399px) {
  
  .product-listing .list-box .caption-img {
    height: 250px;
  }  
  .trending-products .product-listing .list-box .caption-img {
    width: 37%;
  }
  .trending-products .product-listing .product-card {
    padding: 12px;
  }
  .list-box-7, .list-box-8 {
    display: none;
  }
  .guest-search-box {
    width: 400px;
  }
}

@media screen and (max-width:1199px) {
  .ecommerce-banner-one-info {
    right: 50px;
  }
  .ecommerce-banner-one-info h2, .ecommerce-banner-two-info h2, .ecommerce-banner-three-info h2 {
    font-size: 38px;
  }
  .ecommerce-banner-two-info h4 {
    font-size: 34px;
  }
  .ecommerce-banner-two-info {
    left: 50px;
  }
  .ecommerce-banner-three-info {
    left: 50px;
  }
  .ecommerce-banner-two-item-info {
    left: 20px;
  }
  .guest-search-box {
    width: 400px;
  }
}

@media screen and (max-width:991px) {
  .ecommerce-banner-two-item {
    margin: 20px 0 0;
  }
  .shop-products .product-listing .list-box {
    width: 50%;
  }
}

@media screen and (max-width:767px) {
  .ecommerce-banner-one-info {
    right: 25px;
  }
  .ecommerce-banner-one-info h2, .ecommerce-banner-two-info h2, .ecommerce-banner-three-info h2 {
    font-size: 32px;
  }
  .ecommerce-banner-two-wrap .swiper-slide {
    height: 420px;
  }
  .ecommerce-banner-two-info, .ecommerce-banner-three-info {
    left: 25px;
  }
}

@media screen and (max-width:661px) {
  .shop-products .product-listing .list-box {
    width: 100%;
  }
}

@media screen and (max-width:479px) {
  .ecommerce-banner-two-wrap .swiper-slide:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
  .ecommerce-banner-two-wrap .swiper-slide.ecommerce-banner-one:after {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .ecommerce-banner-two-wrap .swiper-slide.ecommerce-banner-two:after, .ecommerce-banner-two-wrap .swiper-slide.ecommerce-banner-three:after {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .ecommerce-banner-two-item-info h3 {
    font-size: 24px;
  }
  .ecommerce-banner-one-info h3 {
    font-size: 18px;
  }
  .ecommerce-banner-one-info h2, .ecommerce-banner-two-info h2, .ecommerce-banner-three-info h2 {
    font-size: 26px;
  }
  .ecommerce-banner-one-info h4 {
    font-size: 15px;
  }
  .ecommerce-banner-two-info h3, .ecommerce-banner-three-info h3 {
    font-size: 18px;
  }
  .ecommerce-banner-two-info h4 {
    font-size: 26px;
  }
}

@media screen and (min-width: 320px) {
    .list-box .add-cart-btn {
        width: calc(100% - 110px);
    }
}