/* Firefox */
input[type=number], #modal-cart-table input[type=number] {
    -moz-appearance: textfield;
}

.logo { width: 180px !important; }

span.infos {
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  color: #d93025;
  background-color: #faede7;
  border: 1px solid #d87575;
  padding: 4px;
  font-weight: bold;
  margin: 2px;
}

.product_tab_content { 
  max-height: 400px;
  overflow-y: scroll;
  scrollbar-width: thin;
}

.card_list_btn {
  background-color: #fff;
  padding: 9px 25px;
  color: #000;
  display: inline-block;
  width:150px;
  font-size: 14px;
}
.card_list_btn:hover {
  background-color: #d1a157;
  color: #fff;
}
.product-box .info { 
    height: 100px;
    position: absolute;
    left: 0px;
    top: 70px;
}
.product-box .info .product_quantity_cover, .product-box .info .no_stock { 
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px !important;
  margin: 0 auto;
}
.product-box .info .no_stock { background-color: #fff; }
.product-box .info h5 { color: #f00; }

.product_image_cover { position: relative; }
.product-box:hover .content-overlay {
  opacity: 1;
}
.product_image_cover .content-overlay {
  background: rgba(148, 199, 235, 0.7);
  position: absolute;
  cursor: pointer;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.table-shopping-cart > thead {
  background-color: #d1a157 !important;
  color: #fff !important;
}

.checkoutbtn {
  background-color: #d1a157 !important;
  color: #fff !important;
}

.mynav:hover { background: none !important; }

.shipping_address_cover { height: 150px; }

.product_rating {
  color: #7b7873b0;
  font-size: 20px;
}
.rating_selected, .product_rating:hover { color: #f79c21; }

.image-upload .row {
	max-width: 100%;
	margin: 0;
}
.image-upload label { cursor: pointer; }
.image-upload .row div { margin-bottom: 10px; }
.image-upload .row div div.cover {
	padding: 10px; 
	border-radius: 10px;
	position: relative;
	margin: 0;
	display: inline-block;
	text-align: center;
	max-width: 100%;
	border: 1px solid #ced4da;
}
.image-upload .row div div.cover button {
	position: absolute;
	right: 3px;
	top: 3px;
	border-radius: 20%;
}
.image-upload .row div div.cover img {
	cursor: pointer;
	max-width: 100%;
}
.image-upload .row div div.cover input[type="text"] { margin-top: 10px; }

@media (min-width:5px) and (max-width:767.98px){
  .logo { width: 110px !important; }
}
@media (min-width:768px) and (max-width:991.98px){
  .logo { width: 100px !important; }
}

.sticky-top1 { z-index: 1 !important; }

.faq_card .card-header {
    background: #f0f0f0;
}
.faq_card .card-header a:after {
  font-family: 'FontAwesome';  
  content: "\f068";
  float: right; 
}
.faq_card .card-header a.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067"; 
}

.accept_conditions {
  color: #000 !important;
  font-size: 14px;
  line-height: 28px;
}
.accept_conditions a {
  color: #000 !important;
  font-size: 14px;
  line-height: 28px;
}