@font-face {
    font-family: 'Neue Haas Unica';
    src: url('../fonts/font/NeueHaasUnica-Medium.eot');
    src: local('Neue Haas Unica Medium'), local('NeueHaasUnica-Medium'),
        url('../fonts/font/NeueHaasUnica-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/font/NeueHaasUnica-Medium.woff2') format('woff2'),
        url('../fonts/font/NeueHaasUnica-Medium.woff') format('woff'),
        url('../fonts/font/NeueHaasUnica-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Neue Haas Unica';
    src: url('../fonts/font/NeueHaasUnica-Regular.eot');
    src: local('Neue Haas Unica Regular'), local('NeueHaasUnica-Regular'),
        url('../fonts/font/NeueHaasUnica-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/font/NeueHaasUnica-Regular.woff2') format('woff2'),
        url('../fonts/font/NeueHaasUnica-Regular.woff') format('woff'),
        url('../fonts/font/NeueHaasUnica-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

*{
  scroll-behavior: smooth;
  /*-webkit-touch-callout: none; /* iOS Safari */
  /*-webkit-user-select: none; /* Safari */
  /*-khtml-user-select: none; /* Konqueror HTML */
  /*-moz-user-select: none; /* Old versions of Firefox */
  /*-ms-user-select: none; /* Internet Explorer/Edge */
  /*user-select: none; /* Non-prefixed version, currently
  supported by Chrome, Edge, Opera and Firefox */
}

:root{
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

html{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-family: sans-serif;
}

body{
  font-size:14px;
  font-weight:400;
  line-height:24px;
  color:#0d0c22;
  background:#fff;
  font-family: "Neue Haas Unica", sans-serif, "Arial", "Helvetica", "sans-serif";
}

.img-remover {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 15px 17px;
	width: 44px;
	height: 44px;
	-webkit-box-shadow: 0px 0px 2px 0 rgba(0,0,0,0.3) !important;
	box-shadow: 0px 0px 2px 0 rgba(0,0,0,0.3) !important;
	display: none;
	transition: .2s ease-in-out;
	line-height: 0;
}


.hover-border {
  transition: width .3s ease;
}

.hover-border::before {
	content: '';
	position: absolute;
	width: 0;
	border-bottom: 2px solid #ae9460 !important;
	bottom: 18px;
  transition: width .3s ease;
}

.hover-border:hover::before{
  width: calc(100% - 30px);
}
.remover-container:hover .img-remover {
	display: block;
}

.notice-box p{
  margin-bottom: 0 !important;
}

.remover-container img {
	transition: .2s ease-in-out;
}

.remover-container:hover img {
	filter: blur(2px);
}

.dropdown-on-hover:hover .dropdown-menu {
    display: block;
 }

.after-none::after{
  display: none !important;
}

.accordion-toggle{
  font-size: 15px;
  padding: 7px 0;
}

header .nav-item.active > a.nav-link, header .nav-item:hover > a.nav-link{
  color: #ae9460 !important;
}
header .nav-item a.dropdown-item:hover{
  color: #ae9460 !important;
  font-weight: bold !important;
}

.accordion-body .accordion-inner{
  padding-left: 15px;
}

.theme-color{
  color: #ae9460 !important;
}
.theme-bg{
  background-color: #ae9460 !important;
}
.theme-bg-hover:hover{
  background-color: #ae9460 !important;
}
.grey-bg{
  background-color: #7b7b7b !important;
  color: #ffffff !important;
}
.grey-bg:hover{
  background-color: #646464 !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
}

a{
  outline: none;
}
a:hover, a:focus{
	text-decoration: none;
}

.bs-none, .bs-none:hover, .bs-none:focus{
  box-shadow: none !important;
}

.modal.fade .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(.7);transform: translate(0,0)scale(.7);}
.modal.show .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(1);transform: translate(0,0)scale(1);}

.cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.5);
}
.cover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loading-cover {
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.shadow-sm{
  -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
  box-shadow: 0 0 2px 1px rgba(0,0,0,.1)
}

/****** LINE CLAMP ******/

.lc {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lc-2{
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.lc-3{
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.lc-4{
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.lc-5{
  -webkit-line-clamp: 5;
  line-clamp: 5;
}

/****** LINE CLAMP END******/

.list-group-item:first-child{
  border-radius: 0.25rem 0.25rem 0 0 !important;
}
.list-group-item:last-child{
  border-radius: 0 0 0.25rem 0.25rem !important;
}

.order-img {
	display: inline-block;
	height: 0;
	padding-bottom: 100%;
	width: 100%;
	background-size: cover !important;
}

ul{
  list-style: none;
}

.overflow-y-auto {
    overflow-y: auto;
}
.overflow-x-auto {
    overflow-x: auto;
}

.active-tab{
  background-color: #edf2f9 !important;
}
.tab-button:hover{
  background-color: #edf2f9 !important;
}

.btn:hover {
  text-decoration: none;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}


.outline-0{
  outline: 0 !important;
}

.text-ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.table{
  table-layout: auto;
}

/***** narendra *****/
.show_more{
  background: white;
  color: #7b7b7b;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  font-size: 15px;
  line-height: 22px;
  padding: 8px 90px 6px;
  border: 1px solid #808080;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 15%);
}

.banner-content{
  float: right;
  position: absolute;
  right: 85px;
  bottom: 386px;
  text-align: center;
}
.banner-content h2{
    font-size: 40px;
    color: #f7f7f7;
    letter-spacing: .05em;
    font-weight: 700;
}
.banner-content p{
  font-size: 12px;
  color: #eae6e6;
  text-align: center;
}

.banner-content a {
  background: #2c2e2f;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  font-size: 15px;
  line-height: 22px;
  padding: 8px 50px 6px;
  /* border: 1px solid #808080; */
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 15%);
  display: inline-block;
  margin-top: 15px;
}
.banner-content a:hover{
  background-color: white;
  color: #7b7b7b ;
}
.banner-content hr{
  border-top: 2px solid #fff;
  width: 20%;
}
.banner-heading h3 {
  letter-spacing: .05em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 22px;
}
.banner-heading h5{
  font-size: 13px;
  color: #2c2c2c;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.banner-heading p{
  font-size: 12px;
  color: #f20000;
}
.banner-heading a{
  background-color: #ffffff;
  border-color: #ffffff;
  color: #232323;
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
  padding: 10px 25px 8px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  font-size: 15px;
  line-height: 22px;
  transition: all 0.3s ease;
  margin-top: 20px;
  display: inline-block;
}
.banner-heading a:hover{
  background-color: #e57367 !important;
  color: white !important;
  border-color: #cf2c1b !important;
}

.banner-heading {
  position: absolute;
  left: 0;
  top: 36%;
  width: 100%;
}

.banner-title {
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
    position: relative;
    color: #eeeeed;
}
h3.box-title{
  font-size: 16px;
  color: #5d5d5d;
  letter-spacing: .12em;
  font-weight: 700;
  text-transform: none;
}
.line-through::before {
	position: absolute;
	content: '';
	border-top: 1px solid #e0e0e0;
	left: 0;
	right: 0;
	top: 50%;
	z-index: -1;
}

.trending_now hr{
  position: absolute;
  top: 25px;
  width: 94%;
}
/*.trending_now h3{
  font-size: 18px;
  color: #5d5d5d;
  letter-spacing: .12em;
  font-weight: 700;
  text-transform: none;
  display: inline-block;
  background-color: #fff;
  z-index: 999999;
  position: relative;
}*/

/************ Sunil Kumawat *************/
.hover-move-icon svg {
  transition: .1s ease;
}
.hover-move-icon:hover svg {
	margin-left: 5px;
}
.hover-scale-up {
  transition: .7s ease;
}
.hover-scale-up:hover {
	scale: 1.1;
  background-color: rgba(0,0,0,.3);
}
/************ Sunil Kumawat *************/

h2.main-heading{
  font-weight: 100!important;
  font-size: 2.1em !important;
  line-height: 1.3333333333!important;
  margin: 0;
  padding: 0;
  color: #212326;
  letter-spacing: .07em !important;
  margin-bottom: 0.5em !important;
}

p.small-description{
	line-height: 1.9em;
	font-size: 1.1em;
	color: #6b7177;
}

.img_box_1{
  background-image: url(../img/banner_7.jpg), linear-gradient(rgb(0 0 0 / 8%),rgb(0 0 0 / 7%));
  background-size: cover;
  height: 450px;
  color: #ffffff;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  transition: all 1s;
  background-blend-mode: overlay;
}
.img_box_2{

  background-image: url(../img/banner_8.jpg), linear-gradient(rgb(0 0 0 / 8%),rgb(0 0 0 / 7%));
  background-size: cover;
  height: 450px;
  color: #ffffff;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  transition: all 1s;
  background-blend-mode: overlay;
}
.img_box_3{
  background-image: url(../img/banner_9.jpeg), linear-gradient(rgb(0 0 0 / 8%),rgb(0 0 0 / 7%));
  background-size: cover;
  height: 450px;
  color: #ffffff;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  transition: all 1s;
  background-blend-mode: overlay;
}


.img_box_1:hover {
  transform: scale(1.1);
  background-color: rgb(0 0 0 / 18%);
}
.img_box_2:hover {
  transform: scale(1.1);
  background-color: rgb(0 0 0 / 18%);
}
.img_box_3:hover {
  transform: scale(1.1);
  background-color: rgb(0 0 0 / 18%);
}

.img_box_1:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.img_box_2:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.img_box_3:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.heritage_img_box img {
  width: 100%;
  height: 327px;
  object-fit: cover;
}
.heritage_img_box_0 img {
  width: 100%;
  height: 681px;
  object-fit: cover;
}

/* Product CSS Strat */

.add_to_cart_0{
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 15%);
  background: #ffffffd6;
  color: #7b7b7b;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  font-size: 15px;
  line-height: 22px;
  display: block;
  padding: 10px 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  border: 4px solid #fff;
  border-top: none;
}
.add_to_cart_0:hover{
  background: #e57367;
    color: white;
    border-color: #cf2c1b;
    outline: none;
    box-shadow: none;
    transition: all 0.8s ease;
}
.product-label {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #fff5eb;
  color: #646464;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1em;
  font-weight: 400;
  text-transform: capitalize;
  padding: 4px 7px 3px;
}
.product-title a {
  color: #242424;
  font-size: 14px;
  font-weight: 500;
}
.product-desc a{
  color: #474747;
  display: block;
  margin-bottom: 4px;
  text-transform: none;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.price-box {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: normal;
  margin-bottom: 12px;
}
.price-box .old-price {
  color: #ababab;
  text-decoration: line-through;
  margin-right: 5px;
}
.price-box .special-price {
  color: #232323;
}

.product-desc a:hover{
  color: #7c7c7c;
}
.add_to_cart_hover{
  background: white;
  color: #7b7b7b;
  border-color: #e6e2e2;
  width: 100%;
  max-width: 165px;
  border-radius: 5px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 15%);
  opacity: .9;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .05em;
  font-size: 15px;
  line-height: 22px;
  display: block;
  padding: 8px 25px 6px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-color: #e6e2e2;
  margin: auto;
}

.add_to_cart_hover:hover{
  color: #fff;
  background: #7b7b7b;
  border-color: #646464;
}
.star_icon svg {
  width: 19px;
  height: 19px;
  margin-top: 15px;
  opacity: 0;
}
.heart{
  margin-bottom: 15px;
}
.heart span{
  background-color: #ffe5e5;
  padding: 6px;
  border-radius: 50px;
}
.heart svg {
  width: 20px;
  height: 20px;
}

/************ ZOOM *************/

/**
 * EasyZoom core styles
 */
.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}

/************ ZOOM *************/

.show_more_button{
      border: 2px solid #e95144;
      padding: 4px 36px;
      font-size: 20px;
      font-weight: 500;
  }
.show_more_button:hover{
      border: 2px solid #e95144;
      background-color: #e95144;
      color: #fff;
      transition: 0.5s;
  }
.product-content {
  text-align: left;
}
.product-content p {
  font-size: 13px;
  line-height: 18px;
  color: #797979;
}
.product-grid .add-to-cart{
  color: #c2c2c2;
    background: #333333;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    bottom: -50px;
    left: 0;
    transition: all .4s ease-out 0s;
}
.product-grid .add-to-cart:hover{ background: #323232; }
.product-grid:hover .add-to-cart{ bottom: 0; }
.product-grid:hover .star_icon svg{
  opacity: 1;
  margin-top: 13px;
}

.product-grid{
  text-align: center;
}
.product-grid .product-image{
  position: relative;
padding: 4px;
/*height: 260px;*/
width: 100%;
object-fit: cover;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
  width: 100%;
  height: auto;
}
.product-image .pic-1{ transition: all 0.5s; }
.product-grid:hover .product-image .pic-1{ opacity: 1; }
.product-image .pic-2{
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.product-grid:hover .product-image .pic-2{ opacity: 1; }
.product-grid .product-discount-label{
  color: #fff;
  background: #e6787d;
  font-size: 14px;
  line-height: 33px;
  width: 55px;
  height: 33px;
  border-radius: 4px;
  position: absolute;
  top: 6px;
  right: 6px;
}

  .product-grid .product-links {
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.4s;
    width: 100%;
    padding: 25% 25px;
    height: 100%;
  }
  .product-grid .product-links:hover{
    transition: all 0.4s;
    background-color: #ffffffad;
  }

.product-grid .product-links li{
  margin: 0 0 10px;
  opacity: 0;
  transition: all 0.5s;
}
.product-grid .product-links li:last-child{ margin: 0; }
.product-grid .product-links li:nth-child(1),
.product-grid .product-links li:nth-child(2){
  transform: translateY(-30px);
}
.product-grid .product-links li:nth-child(3){ transform: translateY(-40px); }
.product-grid:hover .product-links li{
  opacity: 1;
  transform: translateY(0);
}
.product-grid .product-links li a{

}
.product-grid .product-links li .add_to_cart_hover:hover, .product-grid .product-links li button:hover{
  color: #fff;
  background: #7b7b7b;
}
.product-grid .product-content{ padding-top: 14px; background-color: #ffffff; }
.product-grid .rating{
  color: #000;
  font-size: 12px;
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.product-grid .rating li.far{ color: #ccc; }
.product-grid .title{
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0 0 8px;
}
.product-grid .title a{
  color: #333;
  transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #94c300; }
.product-grid .price{
  color: #e95144;
  font-size: 17px;
  font-weight: 600;
  margin: 0;
}
.product-grid .price span{
  color:#999;
  font-size: 12px;
  font-weight: 400;
}


.product-grid .add_to_cart:before,
.product-grid .add_to_cart:after{
  content: "\f07a";
  color: #999;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  position: absolute;
  top: 5px;
  left: 8px;
  transition: all 0.3s;
}
.product-grid .add_to_cart:after{
  color: #fff;
  opacity: 0;
  left: -30px;
}
.product-grid:hover .add_to_cart:before{
  opacity: 0;
  left: 38px;
}
.product-grid:hover .add_to_cart:after{
  opacity: 1;
  left: 8px;
}
/* Product CSS End */

.banner_background_img{
  /*
  background-image: url(../img/banner_11.png), linear-gradient(rgb(0 0 0 / 8%),rgb(0 0 0 / 7%));
  */
  background-color: #bcbcbc;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  background-color: #bcbcbc;
}
.banner_text_11{
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.banner_text_11 h2 {
  font-size: 48px;
  color: #000;
  font-weight: 900;
}
.banner_text_11 p {
  font-weight: 600;
  color: #6b6b6b;
}
.shop_now_button{
  background-color: black;
  color: #fff;
  padding: 4px 36px;
  font-size: 20px;
  font-weight: 500;
}

.img_hover{
  background-size: cover;
  color: #ffffff;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  transition: all 1s;
  background-blend-mode: overlay;
}
.img_hover:hover {
  transform: scale(1.1);
  background-color: rgb(0 0 0 / 18%);
}
.img_hover:before{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.trending_img_box_1{
background-image: url(../img/product_3.jpg);
height: 616px;
}
.trending_img_box_2{
background-image: url(../img/product_4.jpg);
height: 300px;
}
.trending_img_box_3{
background-image: url(../img/product_5.jpg);
height: 300px;
}
.trending_img_box_4{
background-image: url(../img/product_6.jpg);
height: 300px;
}
.trending_img_box_5{
background-image: url(../img/product_7.jpg);
height: 300px;
}
.img_hover h3 {
  color: #fff;
  font-weight: 800;
}

.section_box_color{
  background-color: aliceblue;
  padding: 50px 1px;
}
footer h5 {
  color: #ffff;
}
.footer_inner ul{
  padding-left: 0;
  margin-bottom: 39px;
  list-style: none;
}
.footer_inner ul li {
  padding: 3px 0;
}
.footer_inner ul li a {
  font-size: 14px;
  color: #969696;

}

.footer_inner h5 {
  font-size: 15px;
  font-weight: bold;
}

.social_media .icon {
  background-color: #fff;
  border-radius: 62px;
  padding: 5px;
  margin-right: 10px;
}
.social_media {
  display: flex;
}
.icon a svg {
  fill: #000;
}

.footer_inner input{
  background-color: transparent;
  border: 1px solid;
}

.footer_inner button{
  background-color: #3b3b3b;
  border-color: #3b3b3b;
  color: #ffffff;
  font-weight: 800;
}
.footer_bottom p{
  color: #969696;
  font-size: 14px;
}
.payment_methods img {
  width: 32px;
  height: auto;
  margin-right: 12px;
}

.custom-control.custom-checkbox .custom-control-label::before,
.custom-control.custom-radio .custom-control-label::before  {
  top: .13rem;
}

[aria-expanded="true"] svg{
  transform: rotateZ(-90deg);
}


/***** Narendra *****/

@media(min-width:1500px){

}
@media(min-width:1199px){
  .product-image{
    overflow: hidden;
  }

  .trending .product-grid .product-links {
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.4s;
    width: 100%;
    padding: 15% 0px;
    height: 100%;
}

.trending .add_to_cart_hover{
  padding: 8px 0px 6px;
}
.new_arrivals .add_to_cart_hover{
  padding: 8px 0px 6px;
}
.new_arrivals .product-links{
  /*padding: 8% 0px;*/
}
.new_arrivals h3{
  display: inline-block;
  background-color: #fff;
  position: relative;
}


}

@media (min-width: 1199px){
  .col-xl {
  	flex-basis: 20% !important;
  }
}

@media (max-width: 992px){

}

@media (max-width: 768px){

}

.overflow-auto::-webkit-scrollbar {
  width: 0;
  background: transparent
}
.overflow-auto {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
