.header.shop .logo {
	float: left;
	margin: 0;
}
.img-responsive {
	width: 100% !important;
}

#modalLoading, #alertSuccess, #alertFailed, #confirm_ok {
	text-align: center;
	z-index: 10000;
}
#modalLoading .modal-body, #alertSuccess .modal-body, #alertFailed .modal-body, #confirm_modal .modal-body, #confirm_ok .modal-body {
	width: 100%;
	height: auto;
	padding: 1em;
}
#modalLoading .fa-spinner, #alertSuccess .fa, #alertFailed .fa, #confirm_ok .fa {
	font-size: 50px;
}
.modal-sm {
	max-width: 300px !important;
}
#alertSuccess i,  #confirm_ok i {
	color: #70ff70;
}
#alertFailed i {
	color: #dc3545;
}

.alert {
	border-radius: 0;
}

.header .shopping-list .cart-img {
	border: none;
}

.pagination {
	margin-top: 2em;
	margin-bottom: 4em;
	padding-top: 10px;
}
.pagination .btn {
	margin-left: 2px;
	margin-right: 2px;
}
.pagination .btn-light {
	background-color: #fff;
	color: #333;
}
.pagination .btn-primary {
	background-color: #F7941D;
	color: #fff;
	border-color: #f8f9fa;
}

.most-popular .section-title {
	margin-bottom: 1em;
}
.product-action {
	padding-right: 10px !important;
}
.product-action-2 {
	padding-left: 10px !important;
}
.single-product .product-img a span.price-dec {
	top: 0;
	left: 0;
	right: auto;
	border-radius: 0 10px;
	padding: 0 10px;
}
.single-slider img{
	width: 100%;
}
.quickview-content {
	padding: 40px 20px 20px 20px;
}
.quickview-content .quickview-ratting-review .quickview-stock span i {
	color: #F7941D;
}
.shop .nice-select .option.selected {
	background-color: #F7941D;
}

#qv_ModalBody {
	height: auto;
	padding: 0;
}
#qv_price {
	color: #F7941D;
}
#qv_shortdesc {
	margin-bottom: 2em;
}
.product-price {
	font-size: 22px !important;
	color: #F7941D;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 10px;
}
.product-price .old {
	font-size: 14px !important;
	text-decoration: line-through;
}

.btn-warning {
  background-color: #F7941D;
  color: #fff !important;
}
.shopping-cart .table td {
  padding: 10px;
}
.shopping-cart tbody .qty .input-group {
  width: 100%;
}
.shopping-cart .total-amount .right .btn {
  background-color: #F7941D;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  width: 100%;
}
.shopping-cart .total-amount {
  margin-top: 2em;
}
/* .shopping-cart tbody .price span {
  float: left;
} */
#filter_categories {
  width: 200px;
  height: 35px;
}
.input-group-prepend select {
  border: none;
}
.twitter-hashtag-button {
	margin-bottom: -7.5px !important;
}
.bg-cream {
  background-color: #ffffbb;
}
.btn-link {
  color: #F7941D;
}
input[type="checkbox"], input[type="radio"] {
  height: 15px !important;
  width: 15px !important;
}
/* ------------------------------------------------------------------------ PRODUCT SLIDER
.zoom-gallery {
	text-align:center;
}
.zoom-preview {
	border:1px solid #ccc; 
	display:inline-block; 
	line-height:0;
}

/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* --------------- */

/* xZoom Styles below */
.xzoom-container { 
  display: inline-block;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 10px;
}

.xzoom { 
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);  
}
.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 10px;
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../images/xloading.gif);
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
  box-shadow: 0px 0px 3px 0px rgba(74,169,210,1); 
  border: 1px solid #F7941D;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}

.owl-thumbnails {
	margin-top: 10px;
	padding-left: 45px;
	padding-right: 38px;
}
.owl-thumbnails .owl-stage {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.owl-thumbnails .owl-nav {
	margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
	margin-top:-30px;
}
.owl-thumbnails .owl-nav div {
	height: 40px;
	width: 40px;
	line-height: 35px;
	text-align: center;
	background: #333 !important;
	color: #fff !important;
	font-size: 14px;
	position: absolute;
	margin: 0;
	margin-left: -40px !important;
	margin-right: 40px !important;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	border-radius: 0;
}
.owl-thumbnails .owl-nav div:hover{
	background:#F7941D !important;
	color:#fff;
}
.owl-thumbnails .owl-controls .owl-nav .owl-prev{
	left:0;
}
.owl-thumbnails .owl-controls .owl-nav .owl-next{
	right:0;
}
.order-details .last {
  font-weight: 700 !important;
}
.shop.checkout .form .form-group {
  margin-bottom: 1rem;
}
.shop.checkout .form .form-group textarea {
  width: 100%;
    padding: 10px 20px;
    border-radius: 3px;
    border-radius: 0px;
    color: #333 !important;
    border: none;
    background: #F6F7FB;
}
.shop.checkout .form .form-group select {
  height: 45px;
    background: #F6F7FB;
}
select.form-control {
  border-radius: 0 !important;
}
 ------------------------------------------------------------------------ END PRODUCT SLIDER */

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box
}
.show{
  width: 100%; 
	height: auto;
	z-index: 100;
}
#show-img {
	width: 100%; 
	height: auto;
}
.small-img{
  width: 90%;
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: 25px;
}
.small-img .icon-left, .small-img .icon-right{
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.small-img .icon-left{
  transform: rotate(180deg)
}
.small-img .icon-right{
  right: 0;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
  opacity: .5;
}
.small-container{
  width: 90%;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.small-container div{
  width: 800%;
  position: relative;
}

.small-container .show-small-img{
  width: 70px;
  height: 60px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}
.small-container .show-small-img:last-of-type{
  margin-right: 0;
}

.list-group-item.active {
  background-color: #F7941D;
  border-color: #F7941D;
}
.logo a img {
  width: 24%;
}

.bg-gray {
  background-color: #dddddd;
}
.card_products .card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}
.card_products .card-flyer .image-box img{
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: 100%;
  height: 200px;
}
.card_products .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
.card_products .card-flyer .text-box{
  text-align: center;
}
.card_products .card-flyer .text-box .text-container{
  padding: 30px 18px;
}
.card_products .card-flyer{
  background: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
.card_products .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 20px;
}
.instagram-media {
  min-width: 120px !important;
}
.header.shop .nav li a {
  padding: 20px 12px;
}