/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

body{
  _background: url(../img/bg.png) no-repeat center center/100% 100%;
}
.logo{
  max-width: 160px;
}
#sidenav-menu{
  margin-top: 59px;
} 
.sidenav.sidenavshowing{
  transform: translateX(0%) !important;
}

.menu-icon{
  width: 40px;
  height: 40px;
  margin-right: 15px;
  margin-left: -15px;
  background-size: 100% 100%;
}
.menu-icon-brick{
  background: url(../img/icon-brick.png) no-repeat center center / 100% 100%;
}
.menu-icon-rock{
  background: url(../img/icon-rock.png) no-repeat center center / 100% 100%;
}
.menu-icon-sand{
  background: url(../img/icon-sand.png) no-repeat center center / 100% 100%;
}
.menu-icon-cement{
  background: url(../img/icon-cement.png) no-repeat center center / 100% 100%;
}
.main-content{
  margin-top: 59px;
  transition: all 0.3s linear 0s; 
}
.search-form { 
	border: 1px solid #fff !important;
  background-color: #fff !important;
  width: 500px;
  max-width: 100%;
}
.carousel-control-next, .carousel-control-prev { 
  opacity: 1;
	width: 50px; 
	background: #0c56d0;
	height: 50px;
	border-radius: 100%;
	top: 40%;
}
.category-icon{ 
    background-size: 15%;
    background-position: 95%;
    background-repeat: no-repeat;

}
.icon-brick{
  background-image: url(../img/icon-brick.png);
}
.icon-half-broken-brick{
  background-image: url(../img/icon-half-broken-brick.png);
}
.icon-broken-brick{
  background-image: url(../img/icon-broken-brick.png);
}
.icon-brick-powder{
  background-image: url(../img/icon-brick-powder.png);
}
.icon-rock{
  background-image: url(../img/icon-rock.png);
}
.icon-broken-rock{
  background-image: url(../img/icon-broken-rock.png);
}
.icon-rock-powder{
  background-image: url(../img/icon-rock-powder.png);
}
.icon-sand{
  background-image: url(../img/icon-sand.png);
}
.why-choose-us{
  _padding: 0;
}
.why-choose-us .container-fluid{
  padding: 0;
}
.list-group-flush > .list-group-item { 
	background: none;
	border: none;
	margin-bottom: 3px;
  font-size: 24px;
}
.list-group-flush > .list-group-item:before { 
  content: " ◉ ";
  color: #B24837;
}

footer{
  background: #F7F7F7; 
}

.juicy-peach-gradient {
    background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
}
.young-passion-gradient {
    background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
}
.lady-lips-gradient {
    background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
}
.sunny-morning-gradient {
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}
.rainy-ashville-gradient {
    background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%);
}
.frozen-dreams-gradient {
    background-image: linear-gradient(to top, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
}
.warm-flame-gradient {
    background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
}
.night-fade-gradient {
    background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
}
.spring-warmth-gradient {
    background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);
}
.winter-neva-gradient {
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}
.dusty-grass-gradient {
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}
.tempting-azure-gradient {
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}
.heavy-rain-gradient {
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}
.amy-crisp-gradient {
    background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
}
.mean-fruit-gradient {
    background-image: linear-gradient(120deg, #fccb90 0%, #d57eeb 100%);
}
.deep-blue-gradient {
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}
.ripe-malinka-gradient {
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}
.cloudy-knoxville-gradient {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.morpheus-den-gradient {
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
}
.rare-wind-gradient {
    background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%);
}
.near-moon-gradient {
    background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}

.product-category-list h2{
  margin-bottom: 20px;
}

.product-category-list a > *{
  transition: all 0.3s ease-in-out 0s;
}
.product-category-list a:hover > .card {
  box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}
.product-category-list a:hover > .card-footer h3.text-dark{
  color: #0c56d0 !important;
}
.product-category-list .card {
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}
.product-category-list .card img{
  transition: all 0.3s ease-in-out 0s;
  max-height: 120px;
  object-fit: cover;
}

.product-category-list .card img:hover{
  transform: scale(1.1);
}
.stock-out-ribbon{
  position: absolute;
  right: 0;
  background: #DC4B3E;
  padding: 5px;
  border-radius: 0 0 0 6px;
  color: #fff;
  z-index: 2;
  font-size: 12px;
}
.price-less-ribbon{
  position: absolute;
  left: 0;
  background: #2AC2D1;
  padding: 5px;
  border-radius: 0 0 6px 0 ;
  color: #fff;
  z-index: 2;
  font-size: 12px;
}
.feature-image{
padding: 0; 
}
.feature-image img{
  width: 100%;
}
.border-end {
	border-right: 1px solid #dee2e6 !important;
}
.main_image {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #eee;
	height: 400px;
	width: 100%;
	overflow: hidden;
}
.thumbnail_images ul {
	list-style: none;
	justify-content: center;
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.thumbnail_images ul li {
	margin: 5px;
	padding: 10px;
	border: 2px solid #eee;
	cursor: pointer;
	transition: all 0.5s;
}
.right-side {
	position: relative;
}
.heart {
	height: 29px;
	width: 29px;
	background-color: #eaeaea;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.category-prices ul {
	list-style: none;
	display: flex;
	padding-left: 0px;
}
.category-prices ul li {
	height: 35px;
	width: 35px;
	/* display: flex; */
	border-radius: 50%;
	margin-right: 10px;
	cursor: pointer;
	line-height: 35px;
	text-align: center;
	color: #fff;
}
.category-prices ul li:nth-child(1) {
	background-color: #6c704d;
}
.category-prices ul li:nth-child(2) {
	background-color: #96918b;
}
.category-prices ul li:nth-child(3) {
	background-color: #68778e;
}
.category-prices ul li:nth-child(4) {
	background-color: #263f55;
}
.category-prices ul li:nth-child(5) {
	background-color: black;
}
.quantity-value{
  width: 100px !important;
}
.search-form-header{
  width: 500px;
}
.buttons .btn {
	height: 50px;
	width: 150px;
	border-radius: 0px !important;
}
.buttons .btn {
	height: 50px;
	width: 150px;
	border-radius: 0px !important;
}

.carousel-item.active > *{ 
  float: left;
}

.single-product .card{
    border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  overflow: hidden;
  border: 1px solid #eaeaea;
}

.single-product h3{
  font-size: 16px;
  color: #B24838;
}


.card-hover{
	height: 100%;
	position: absolute;
	width: 100%;
	background: rgba(255,255,255,.95);
  display: none;
	transition: all 0.5s;
  left: 0;
  top: 0;
}
.card-hover a{
  display: block;
  padding: 25% 0;
  color: #B24838;
}
.single-product .card-body{
  position: relative;
}
.single-product .card-body:hover .card-hover{
  display: block;
}

@media (min-width: 1279px) {
  main.sidenavshowing {
    padding-left: 240px;
  }
}

@media (max-width: 800px) {
  .search-form{  
    width: 100% !important; 
  }
  .quantity-option{  
    width: 100% !important; 
  }
  .search-form-header{
    width: 100% !important; 
  }
}




#main-nav {
	margin: 0 auto;
	width: 100px;
	min-height: 80px;
	flex-flow: row nowrap;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-around;
	position: fixed;
	top: 50%;
	right: 0;
	background: #AC3700;
	text-align: center;
}
#main-nav a.cart-button {
  _width: 44px;
  min-height: 50px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  align-content: flex-start;
  justify-content: space-around;
}
#main-nav a.cart-button span.bag-icon {
  width: 34px;
  height: 40px;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  text-indent: -999px;
  overflow: hidden;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 40'%3E%3Cpath d='M33.1 10.2h-8V7.9C25 3.5 21.4 0 17 0c-4.4 0-8 3.5-8 7.9v2.3H1c-.5 0-.9.4-.9.9v24.4C0 38 2.1 40 4.6 40h24.7c2.6 0 4.6-2 4.6-4.5V11.1c.1-.5-.3-.9-.8-.9zM10.8 7.9c0-3.4 2.8-6.1 6.2-6.1 3.4 0 6.2 2.7 6.2 6.1v2.3H10.8V7.9zm21.3 27.6c0 1.5-1.2 2.7-2.8 2.7H4.6c-1.5 0-2.8-1.2-2.8-2.7V12H9v1.1c0 .5.4.9.9.9s.9-.4.9-.9V12h12.4v1.2c0 .5.4.9.9.9s.9-.4.9-.9V12h7.1v23.5z'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 40'%3E%3Cpath d='M33.1 10.2h-8V7.9C25 3.5 21.4 0 17 0c-4.4 0-8 3.5-8 7.9v2.3H1c-.5 0-.9.4-.9.9v24.4C0 38 2.1 40 4.6 40h24.7c2.6 0 4.6-2 4.6-4.5V11.1c.1-.5-.3-.9-.8-.9zM10.8 7.9c0-3.4 2.8-6.1 6.2-6.1 3.4 0 6.2 2.7 6.2 6.1v2.3H10.8V7.9zm21.3 27.6c0 1.5-1.2 2.7-2.8 2.7H4.6c-1.5 0-2.8-1.2-2.8-2.7V12H9v1.1c0 .5.4.9.9.9s.9-.4.9-.9V12h12.4v1.2c0 .5.4.9.9.9s.9-.4.9-.9V12h7.1v23.5z'/%3E%3C/svg%3E");
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.5s linear 0s;
}
#main-nav a.cart-button span.bag-count {
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 600;
  height: 28px;
  width: 34px;
  position: absolute;
  top: 11px;
  z-index: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: all 0.5s linear 0s;
}
#main-nav a.cart-button span.bag-label {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 20px;
  width: 80px;
  text-align: center;
  transition: all 0.5s linear 0s;
}
#main-nav a.cart-button:active span.bag-icon, #main-nav a.cart-button:hover span.bag-icon {
  background: #fff;
}
#main-nav a.cart-button:active span.bag-count, #main-nav a.cart-button:hover span.bag-count {
  color: #fff;
}
#main-nav a.cart-button:active span.bag-label, #main-nav a.cart-button:hover span.bag-label {
  color: #fff;
}

body.show-sidebar-cart {
  overflow: hidden !important;
  height: 100% !important;
}
body.show-sidebar-cart #sidebar-cart {
  right: 0;
  visibility: visible;
}

#sidebar-cart {
  background: #fff;
  color: #75757a;
  padding: 15px 15px 0 15px;
  position: fixed;
  display: block;
  width: 350px;
  height: 100%;
  z-index: 9999;
  top: 0;
  right: -420px;
  box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1);
  transition: right 0.5s ease-in-out;
}
#sidebar-cart a.close-button {
  height: 16px;
  width: 16px;
  margin: 0 0 15px 0;
  text-decoration: none;
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  color: #030303;
}
#sidebar-cart a.close-button span.close-icon {
  width: 16px;
  height: 16px;
  background: #030303;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
  transition: all 0.5s linear;
}
#sidebar-cart a.close-button:active span.close-icon, #sidebar-cart a.close-button:hover span.close-icon {
  background: #030303;
}
#sidebar-cart h2 {
  color: #333;
  font-family: Muli;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px; 
  line-height: 1;
  margin: 5px 0 25px 0;
  display: flex;
  justify-content: center;
}
#sidebar-cart h2 span.count {
  color: #fff;
  background: #4dc0e3;
  padding: 8px;
  margin-left: 6px;
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#sidebar-cart ul.products {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
  height: calc(100vh - 400px);
  height: calc(100vh - 250px);
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: relative;
  z-index: 0;
} 
#sidebar-cart .products .product {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  min-height: 30px;
  background: #dee2ee;
  border-radius: 3px;
  color: #98989b;
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
  transition: all 0.5s linear;
}
#sidebar-cart ul.products li.product:active, #sidebar-cart ul.products li.product:hover {
  _background: #fff;
}
#sidebar-cart ul.products li.product:active span.product-details h3, #sidebar-cart ul.products li.product:hover span.product-details h3 {
  color: #4dc0e3 !important;
}
#sidebar-cart ul.products li.product:active img, #sidebar-cart ul.products li.product:hover img {
  border-color: #d7d7de !important;
}
#sidebar-cart ul.products li.product .product-link {
  _width: 100%;
  color: #354165;
  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
} 
#sidebar-cart ul.products li.product .product-link span.product-image img {
  width: 60px;
  height: 50px;
  _border: 1px solid #d7d7de;
  transition: all 0.5s linear;
  padding-right: 10px;
}
#sidebar-cart ul.products li.product .product-link span.product-details {
  display: inline-block;
  width: 100%;
  min-height: 30px;
  color: #75757a;
}
#sidebar-cart ul.products li.product .product-link span.product-details h3 {
  margin: 3px 25px 5px 0;
  font-size: 13px;
  font-weight: 500;
  color: #44444a;
  transition: all 0.5s linear;
}
#sidebar-cart ul.products li.product .product-link span.product-details span.qty-price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 5px;
  margin-top: 8px;
}
#sidebar-cart ul.products li.product .product-link span.product-details span.qty-price span.qty,
#sidebar-cart ul.products li.product .product-link span.product-details span.qty-price span.price {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
#sidebar-cart ul.products li.product .product-link span.product-details span.qty-price span.qty {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
#sidebar-cart ul.products li.product .product-link span.product-details span.qty-price span.qty button.minus-button,
#sidebar-cart ul.products li.product .product-link span.product-details span.qty-price span.qty button.plus-button {
  width: 25px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #cdcdd1;
  background: #f0f0f9;
  color: #75757a;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  transition: all 0.3s linear;
}
#sidebar-cart ul.products li.product .product-link span.product-details span.qty-price span.qty button.minus-button:active, #sidebar-cart ul.products li.product .product-link span.product-details span.qty-price span.qty button.minus-button:hover,
#sidebar-cart ul.products li.product .product-link span.product-details span.qty-price span.qty button.plus-button:active,
#sidebar-cart ul.products li.product .product-link span.product-details span.qty-price span.qty button.plus-button:hover {
  color: #fff;
  background: #4dc0e3;
  border-color: #4dc0e3;
  cursor: pointer;
  outline: none;
}
#sidebar-cart ul.products li.product .product-link span.product-details span.qty-price span.qty button.minus-button:focus,
#sidebar-cart ul.products li.product .product-link span.product-details span.qty-price span.qty button.plus-button:focus {
  outline: none;
}
#sidebar-cart  input.qty-input {
  width: 80px;
  height: 24px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 0 2px;
  transition: all 0.5s linear; 
}
#sidebar-cart ul.products li.product .product-link span.product-details span.qty-price span.qty input.qty-input:active, #sidebar-cart ul.products li.product .product-link span.product-details span.qty-price span.qty input.qty-input:hover {
  border: 1px solid #fff;
}
#sidebar-cart ul.products li.product .product-link span.product-details span.qty-price span.qty input.qty-input:focus {
  outline: none;
  border: 1px solid #4dc0e3;
}
#sidebar-cart ul.products li.product .product-link span.product-details span.qty-price span.qty input.qty-input::-webkit-inner-spin-button, #sidebar-cart ul.products li.product .product-link span.product-details span.qty-price span.qty input.qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
#sidebar-cart ul.products li.product .product-link span.product-details span.qty-price span.price {
  color: #030303;
  font-weight: 500;
  font-size: 13px;
  display: inline-flex;
}
#sidebar-cart ul.products li.product a.remove-button {
  height: 16px;
  width: 16px;
  margin: 10px 10px 0 0;
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 2;
  display: flex;
}
#sidebar-cart ul.products li.product a.remove-button span.remove-icon {
  width: 15px;
  height: 16px;
  background: rgba(117, 117, 122, 0.5);
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 36'%3E%3Cpath fill='currentColor' d='M30.9 2.3h-8.6L21.6 1c-.3-.6-.9-1-1.5-1h-8.2c-.6 0-1.2.4-1.5.9l-.7 1.4H1.1C.5 2.3 0 2.8 0 3.4v2.2c0 .6.5 1.1 1.1 1.1h29.7c.6 0 1.1-.5 1.1-1.1V3.4c.1-.6-.4-1.1-1-1.1zM3.8 32.8A3.4 3.4 0 0 0 7.2 36h17.6c1.8 0 3.3-1.4 3.4-3.2L29.7 9H2.3l1.5 23.8z'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 36'%3E%3Cpath fill='currentColor' d='M30.9 2.3h-8.6L21.6 1c-.3-.6-.9-1-1.5-1h-8.2c-.6 0-1.2.4-1.5.9l-.7 1.4H1.1C.5 2.3 0 2.8 0 3.4v2.2c0 .6.5 1.1 1.1 1.1h29.7c.6 0 1.1-.5 1.1-1.1V3.4c.1-.6-.4-1.1-1-1.1zM3.8 32.8A3.4 3.4 0 0 0 7.2 36h17.6c1.8 0 3.3-1.4 3.4-3.2L29.7 9H2.3l1.5 23.8z'/%3E%3C/svg%3E");
  transition: all 0.5s linear;
}
#sidebar-cart ul.products li.product a.remove-button:active span.remove-icon, #sidebar-cart ul.products li.product a.remove-button:hover span.remove-icon {
  background: #cc0000;
}
#sidebar-cart div.action_buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

#sidebar-cart div.totals {
  _height: 45px;
  background: #e1e1e7;
  border-bottom: 1px solid #d7d7de;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
#sidebar-cart div.totals div.subtotal,
#sidebar-cart div.totals div.shipping,
#sidebar-cart div.totals div.tax {
  padding: 15px;
  text-align: center;
  color: #44444a;
  border-bottom: 1px solid #d7d7de;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#sidebar-cart div.totals div.subtotal span.amount,
#sidebar-cart div.totals div.shipping span.amount,
#sidebar-cart div.totals div.tax span.amount {
  color: #1f9ec5;
  margin-left: 10px;
  font-weight: 600;
}
#sidebar-cart div.action-buttons { 
  width: 100%; 
  background: #fff;
  display: block;
  white-space: nowrap;
}
#sidebar-cart div.action-buttons .view-cart-button,
#sidebar-cart div.action-buttons .checkout-button {
  display: inline-block;
  padding: 10px;
  margin: 20px 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  transition: all 0.5s linear;
}
#sidebar-cart div.action-buttons .view-cart-button {
  background: #fff;
  border-color: #4dc0e3;
  margin-right: 5px;
  color: #4dc0e3;
  width: 80px;
}
#sidebar-cart div.action-buttons .view-cart-button:active, #sidebar-cart div.action-buttons .view-cart-button:hover {
  background: rgba(77, 192, 227, 0.2);
  color: #4dc0e3;
}
#sidebar-cart div.action-buttons .checkout-button {
  border-color: #4dc0e3;
  background: #4dc0e3;
  margin-left: 5px;
  color: #fff;
  width: 200px;
}
#sidebar-cart div.action-buttons .checkout-button:after {
  content: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M311.03 131.515l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887l-83.928 83.444c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l116.485-116c4.686-4.686 4.686-12.284 0-16.971L328 131.515c-4.686-4.687-12.284-4.687-16.97 0z'/%3E%3C/svg%3E");
  width: 20px;
  height: 14px;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -5px;
  z-index: 1;
}
#sidebar-cart div.action-buttons .checkout-button:active, #sidebar-cart div.action-buttons .checkout-button:hover {
  background: #22b0db;
  border-color: #22b0db;
}

#sidebar-cart-curtain {
  background: rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.menu-icon {
	width: 40px;
	height: 40px;
	margin-right: 15px;
	margin-left: -15px;
	background-size: 100% 100%;
	background-position: center;
	line-height: 40px;
	padding-left: 10px;
}

.product-category-list .card > .card-footer{
  z-index: 2;
}

.product-category-list .card:hover > .card-footer h4{
  color: #CE6F49 !important;
}

.single-product h3{
  font-size: 16px;
}

button.btn.addCart{
    padding: 5px;
    background: #FE920C !important;
    text-transform: none;
}
button.btn.addCart i{
    margin-left: 10px;
}
button.btn.addCart:hover{ 
    background: #AC3700  !important;
}