/*Container @ desktop size is 1170 so divided by 2 = 585 - 15px (padding)*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
/* font-family: 'Open Sans', sans-serif; */
/*loader 2*/


.contact-us .form-group img{
    display: none;
}

.done .contact-us .form-control, .done .contact-us textarea.form-control{
    padding: 12px 20px!important;
}

#work-in-progress {
  position: fixed;
  width: 100%;
  height: 100%;
  font-size: 150px;
  text-align: center;
  vertical-align: middle;
  color: #000000;
  z-index: 200000;
  background-color: #FFFFFF;
}

.work-spinner {
  background-color: rgba(0,0,0,0);
  border: 9px solid rgba(27,61,226,0.9);
  opacity: .9;
  border-left: 5px solid rgba(0,0,0,0);
  border-radius: 120px;
  -webkit-box-shadow: 0 0 35px #1B3DE2;
  box-shadow: 0 0 35px #1B3DE2;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  -moz-animation: spin .5s infinite linear;
  -webkit-animation: spin .5s infinite linear;
  -o-animation: spin .5s infinite linear;
  animation: spin .5s infinite linear;
}

@-moz-keyframes spin {
 from {
     -moz-transform: rotate(0deg);
 }
 to {
     -moz-transform: rotate(360deg);
 }
}

@-webkit-keyframes spin {
 from {
     -webkit-transform: rotate(0deg);
 }
 to {
     -webkit-transform: rotate(360deg);
 }
}

@keyframes spin {
 from {
     transform: rotate(0deg);
 }
 to {
     transform: rotate(360deg);
 }
}
@-o-keyframes spin {
 from {
     transform: rotate(0deg);
 }
 to {
     transform: rotate(360deg);
 }
}
/*loader*/ 
.loading{
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.text{
    font-size: 16px !important;
    font-weight: 600;
    text-align: center;
    color: #696969;
    margin-bottom: 5px;
}
.add{
  animation: animate .7s ease-in-out .1s;
}
@keyframes animate {
  0%{
    opacity: 1;
  }
  50%{
    opacity: 0.2;
  }
  100%{
    opacity: 1;
  }
}
.progress-bar{
  width: 406px;
  height: 22px;
  background: #756f6f;
  border-radius: 13px;
  padding: 3px;
  box-sizing: border-box;
}
.progress{
  width: 203px;
  height: 16px;
  background: #f99f1c;
  border-radius: 13px;
}
.percent{
  position: absolute;
  left: 187px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 23px;
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	overflow-x: hidden;
}
p {
    font-size: calc(0.35em + 0.7vw);
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

legend {
	font-size: 18px;
	padding: 7px 0px;
}
@media (max-width: 767px) {
	legend {
		font-size: 16px;
	}
}
label {
	font-size: 1em;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 1em;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 1em;
}
.input-group .input-group-addon {
	font-size: 1em;
}
/*product price adjust */
@media (min-width: 1024px) {
    ul.list-unstyled.price-l {
        position: absolute;
        top: 0;
        right:15%;
    }
    .product-product h3 {
        width: 75%;
    }
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding: 30px 0px 20px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	border: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: transparent !important;
}

.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 5px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li a {
	color: #fa9f17;
	text-transform: uppercase;
    font-weight: 500;
}
.breadcrumb li::after {
	color: #fa9f17;
	font-size: 14px !important;
}
@media (max-width: 767px) {
	.breadcrumb > li {
		padding: 0 10px;
	}
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
header {
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;

}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4 {
	font-weight: bold;
	padding-top: 10px;
}
.product-thumb .caption {
	padding: 0 20px;
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}

.product-thumb .button-group{
	display: flex;
}

.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails > img {
	width: 100%;
}
@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
		width: 100%;
	}
	
	#column-left + #content .product-layout .col-md-3 {
		width: 50%;
	}
	
	#column-left + #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
	
    #content + #column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.owl-nav > *{
	position: absolute;
	top: 0px;
	/*display: flex;
	justify-content: center;*/
	
	width: 24px;
	height: 100%;
}

.owl-nav > * > i{
	align-self: center;
	font-size: 18px;
}

.owl-nav > *:nth-child(1){
	left: 0px;
}
.owl-nav > *:nth-child(2){
	right: 0px;
}

.owl-dots{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 14px;
	left: 0px;
}

.owl-dots > *{
	display: inline-block;
	margin:  4px;
	vertical-align: top;
	background: #e1e1e1;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.owl-dots > *:hover, 
.owl-dots > *.active:hover,
.owl-dots > *.active{ 
	background: #999;
}

html .live-search .result-text{ 
	line-height: 34px; 
}

html .live-search ul{
	margin-bottom: 34px;
}

.gmap > div{
	height: 100% !important;
}

#ToTopHover {
	position: fixed;bottom: 20px;right: 20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbV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) no-repeat left -51px;width: 51px;height: 51px;display: block;overflow: hidden;float: left;opacity: 0;-moz-opacity: 0;filter: alpha(opacity=0);}
	#ToTop {display: none;text-decoration: none;position: fixed;bottom: 20px;right: 20px;overflow: hidden;width: 51px;height: 51px;border: none;text-indent: -999px;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbV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) no-repeat left top;
}

@media (min-width: 1200px){
	.pull-lg-right{
		float: right;
	}
	.pull-lg-right{
		float: right;
	}
}

@media (min-width: 992px){
	.pull-md-right{
		float: right;
	}
	.pull-md-right{
		float: right;
	}
}

@media (min-width: 768px){
	.pull-sm-right{
		float: right;
	}
	.pull-xs-right{
		float: right;
	}
}

#product-filter-replace{
	position: relative;
}

#product-filter-replace #product-filter-loading-overlay{
	display: none;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}


@media (max-width: 768px){
	.text-danger {
	    width: 250px;
	}
}

  .pd-5 {
	  padding: 5px;
  }

  .pd-t15 {
	padding-top: 15px;
  }
  
  .pd-b15 {
	padding-bottom: 15px;
  }
  
  .pd-l15 {
	padding-left: 15px;
  }
  
  .pd-r15 {
	padding-right: 15px;
  }
  
  .pd-30 {
	padding: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-30 {
	  padding: 20px;
	}
  }
  
  .pd-t30, .pagination {
	padding-top: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-t30, .pagination {
	  padding-top: 20px;
	}
  }
  
  .pd-b30 {
	padding-bottom: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-b30 {
	  padding-bottom: 20px;
	}
  }
  
  .pd-l30 {
	padding-left: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-l30 {
	  padding-left: 20px;
	}
  }
  
  .pd-r30 {
	padding-right: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-r30 {
	  padding-right: 20px;
	}
  }
  
  .pd-40 {
	padding: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-40 {
	  padding: 30px;
	}
  }
  
  .pd-t40 {
	padding-top: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-t40 {
	  padding-top: 30px;
	}
  }
  
  .pd-b40 {
	padding-bottom: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-b40 {
	  padding-bottom: 30px;
	}
  }

  .mg-t10 {
	  margin-top: 10px;
  }
  .mg-b10 {
	  margin-bottom: 10px;
  }

  .no-border {
		border: none !important;
	}  
	
	.z1 { 
		z-index: 1; 
	}

	.bootstrap-datetimepicker-widget .datepicker .day.disabled{
		opacity: 0.2;
	}

	.w100px {
		width: 100px;
	}

/* corner badge (currently use for gift card badge) */
.corner-badge {
	color: #fff;
}
.corner-badge::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	/* border width to be changed  */
	border-width: 60px;
	border-style: solid;
	/* border color to be changed  */
	border-color: #000 #000 transparent transparent;
	z-index: 1;
}
  
@media (max-width: 1300px) {
	.corner-badge::after {
		border-width: 60px;
	}
}

@media (max-width: 767px) {
	.corner-badge::after {
		border-width: 40px;
	}
}

.corner-badge-price {
	padding-top: 30px;
	padding-right: 15px;
	/* color to be changed  */
	color: #fff;
	/* font size to be changed  */
	font-size: 20px;
}

@media (max-width: 1300px) {
	.corner-badge-price {
		padding-top: 15px;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	.corner-badge-price {
		padding-top: 5px;
		padding-right: 5px;
	}
}

/* fix flex-group on firefox and other browser */
#coupon-content input, #voucher-content input {
    min-width: 0px;
}
/* fix flex-group on firefox and other browser */

/* quickcheckout loading UI related */
.quickcheckout-checkout .blockUI.blockMsg h1{
    margin: 15px 0;
}

@media screen and (max-width: 540px){
    .quickcheckout-checkout .blockUI.blockMsg{
        width: 80%!important;
        left: 50%!important;
        transform: translateX(-50%);
    }
    .quickcheckout-checkout .blockUI.blockMsg h1{
        margin: 5px 0;
        font-size: 24px;
    }
}
/* quickcheckout loading UI related */

/* refer bootstrap 4 */
.input-group-b4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
	white-space: nowrap;
	padding: 6px 12px;
}
.input-group-b4 > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
/* refer from bootstrap 4 */

/* recaptcha horizontal center */
#google_recaptcha .g-recaptcha {
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

/* for mobile */
@media (max-width: 767px) {
	#google_recaptcha {
		max-width: 300px;
		transform: none !important;
		transform-origin: 0 !important;
		margin: auto;
	}
}

/* to scale recatpcha to smaller size in bigger screen */
@media (min-width: 768px) {
	#google_recaptcha .g-recaptcha {
		transform: scale(0.75) !important;
		transform-origin: 0 0 !important;
	}
}
/* recaptcha horizontal center */

/* remove x button of certain inputs in IE */
.form-control::-ms-clear {
    display: none;
}
/* remove x button of certain inputs in IE */

/* remove border for filters */
.list-group-item {
	border: none;
}
/* remove border for filters */

/* fix on checkout page when address too long on existing address dropdown, cause page overflow */
.quickcheckoutleft{
    overflow: hidden;
}
/* fix on checkout page when address too long on existing address dropdown, cause page overflow */

.iframe-wrap iframe {
	width: 100%;
}

.special-sticker {
	padding: 3px 8px;
    line-height: 1.4;
    z-index: 2;
    right: -1px;
}

/* mobile menu arrow rotate */
.cd-accordion-menu .has-children input+a+label i {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all .4s;
}
.cd-accordion-menu .has-children input:checked+a+label i {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
/* mobile menu arrow rotate */

/* vertical slider fixes */
.vertical .product-image-additional-container {
	width: 20%;
}
.vertical .product-image-main-container {
	width: 80%;
}
.vertical .product-image-additional {
	padding-right: 5px;
}

.product-product .vertical .product-image-additional-container {
    padding: 0px;
}
.product-product .vertical .product-image-additional-container .slick-track {
  	display: block;
  	width: auto !important;
}
.product-product .vertical .product-image-additional-container .slick-no-slide {
	margin: 0;
}
.product-product .vertical .product-image-additional-container .slick-no-slide img {
	margin-bottom: 10px;
}
.product-product .vertical .product-image-additional-container .slick-nav.prev {
	top: auto;
	height: auto;
	top: -10px;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto;
}
.product-product .vertical .product-image-additional-container .slick-nav.next {
	top: auto;
	height: auto;
	bottom: -10px;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto;
}
/* vertical slider fixes */

/* product-option-image */
.product-product .vertical .product-image-additional-container img,
.product-image-main img {
	width: 100%;
}
/* product-option-image */

/* articles left menu */
#articles-filter-trigger-open {
  position: fixed;
  top: 50vh;
  left: -54px;
  transform: translateY(-50%) rotate(90deg);
  z-index: 10;
  width: 150px;
  padding: 10px;
  display: none;
}

@media (max-width: 991px) {
  #articles-filter-trigger-open {
    display: block;
  }
}

#articles-column-left .list-group-item {
  padding: 5px 15px;
  background-color: transparent;
}

#articles-column-left .list-group-item a {
  border: none;
}

#articles-column-left .list-group-item .list-group-item-wrap {
  background-color: #337ab7;
  border: none;
  color: #fff;
  padding: 10px 15px;
}

#articles-column-left .list-group-item .list-group-item-wrap:hover {
  background-color: #286090;
}

#articles-column-left .list-group {
  margin-top: 20px;
}

#articles-column-left .list-group .list-group-item-wrap > a {
  border: none;
  background-color: transparent;
  color: #fff;
}

@media (max-width: 991px) {
  #articles-column-left {
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding: 40px 15px 15px;
    overflow: auto;
    background: white;
    transition: all 0.3s;
    transform: translateX(-100%);
  }
  #articles-column-left.open {
    opacity: 1;
    transform: translateX(0%);
  }
  #articles-column-left #articles-filter-trigger-close {
    z-index: 2;
  }
  .news-ncategory #content {
    width: 100%;
  }
}
/* articles left menu */
.date.input-group .input-group-addon {
	border: 1px solid #ccc;
	padding: 9px 12px;
}
.text-login {
	margin-bottom: 15px;
}
/* flex related */
.flex-hcenter {
	justify-content: center;
}
.flex-vcenter {
	align-items: center;
}
.flex-h-end {
  justify-content: flex-end;
}
/* flex related */

/* product component option */
.product-gutter .product-inputs {
	padding: 5px;
	text-align: left;
}
.product-gutter .product-inputs>* {
	font-size: 12px;
}

.product-gutter .product-option img{
	width: 50px;
}
@media (max-width: 767px) {
	.product-gutter .product-inputs {
		flex-wrap: wrap;
	}
	.product-gutter .product-inputs>* {
		width: 100%;
	}
	.product-gutter .product-inputs>*:last-child {
		margin-left: 0px;
	}
}
/* product component option */


/* social login at quickcheckout */
#login-box .social-login #column-left {
	float: none;
	width: 100%;
}
#login-box #d_social_login {
    justify-content: center;
}
#login-box .d_socail_login_header {
 	text-align: center; 
    width: 100%;
    display: table;
    table-layout: fixed;
}
#login-box .d_socail_login_header>* {
    display: table-cell;
    position: relative;
}
#login-box .d_socail_login_header>*:nth-child(1)::before, 
#login-box .d_socail_login_header>*:nth-child(3)::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    top: 50%;
    left: 0px;
    position: absolute;
}
#login-box .dsl-button .l-side {
    position: relative;
    border-right: 0px;
    width: 60px;
}
#login-box .dsl-button .l-side .dsl-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background-size: contain;
}
#login-box .dsl-button .r-side {
    width: 100%;
    text-align: center;
}
/* social login at quickcheckout */

/* cart pop up edit */
.cart-dorpdown-item-charges.label-only,
.cart-edit-off .cart-dorpdown-item-charges.with-control  {
	display: none;
}
.cart-edit-off .cart-dorpdown-item-charges.label-only,
.cart-dorpdown-item-charges.with-control {
	display: block;
}
#register-form{
     width: 70%;
    margin: auto;
}   
/*****************************************
 Custom css /General
*****************************************/

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-x: hidden !important;
}
.btn:not(.btn-number):not(.btn-wish):not(.btn-phone):not(#filter_group_tigger_open):not(.btn-c):not(.btn-blog):not(.btn-login):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.btn-wishlist):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove) {
    min-width: 130px;
    min-height: 40px;
	height: auto;
	/* font-size: calc(0.2em + 0.7vw); */
	border-radius: 25px;
	font-weight: 600;
	/* color: #000 !important; */
}
.btn-default, .btn-danger {
    font-size: calc(0.3em + 0.7vw) !important;
}
#button-login, #button-coupon, #button-reward {
	padding: 6px 12px !important;
	height: 34px;
}
.btn:active:focus, .btn:focus {
	outline: 0 !important;
}
.btn-primary {
    color: #000000 !important;
    background-color: #f99f1c !important;
    border-color: #f99f1c !important;
	padding: 12px 25px!important;
	font-size: calc(0.3em + 0.7vw) !important;
	text-transform: uppercase !important;
	font-weight: 600;
}
.btn-primary:active,  .btn-primary:focus {
	color: #000;
    background-color: #f99f1c;
    border-color: #f99f1c;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
	color: #000;
    background-color: transparent;
    border-color: #b02125;
}
.btn-primary:hover {
	color: #000000;
    background-color: #c0beba !important; 
    border-color: #c0beba !important;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
	color: #000000 !important;
    background-color: #c0beba !important;
    border-color: #f99f1c !important;
}
.btn-primary[disabled] {
   opacity: 0.5;
   border-color: #f99f1c !important ;
}
.btn-default, .btn-danger {
    padding: 12px 25px!important;
}
.search-options #button-search {
        padding: 0 20px !important;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
	text-transform: initial !important;
	font-size: 36px;
	color: #f99f1c;
	font-weight: 600;	
	margin-bottom: 40px !important;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
	content: none !important;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px !important;
}
.pd-5 {
    padding: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-100 {
	padding-bottom: 100px;
}
.plr-0 {
	padding-right: 0px;
	padding-left: 0px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-40 {
	padding-left: 40px;
}
.pl-50 {
	padding-left: 50px;
}
.pl-60 {
	padding-left: 60px;
}
.pl-70 {
	padding-left: 70px;
}
.pl-80 {
	padding-left: 80px;
}
.pl-90 {
	padding-left: 90px;
}
.pl-100 {
	padding-bottom: 100px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-20 {
	padding-right: 20px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-40 {
	padding-right: 40px;
}
.pr-50 {
	padding-right: 50px;
}
.pr-60 {
	padding-right: 60px;
}
.pr-70 {
	padding-right: 70px;
}
.pr-80 {
	padding-right: 80px;
}
.pr-90 {
	padding-right: 90px;
}
.pr-100 {
	padding-bottom: 100px;
}
.pdlr-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.plr-6 {
	padding-left: 6px;
	padding-right: 6px;
}
.plr-10 {
	padding-left: 10px;
	padding-right: 10px;
}
.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.plr-30 {
	padding-left: 30px;
	padding-right: 30px;
}
.mt-90 {
	margin-top: 90px;
}
.w10{
    width:10%;
}
.w20{
    width:20% !important;
}
.w25{
    width:25%;
}
.w28{
    width:28%;
}
.w30{
    width:30%;
}
.w33{
    width:33.33%;
}
.w40{
    width:40%;
}
.w50{
    width:50%;
}
.w60{
    width:60%;
}
.w65{
    width:65%;
}
.w66{
    width:66.66%;
}
.w70{
    width:70%;
}
.w5{
    width:75%;
}
.w80{
    width:80%;
}
.w100{
    width:100%;
}
.width_50_15{
    width:calc(50% - 15px);
}
.width_33_15{
    width:calc(33.33% - 15px);
}
.width_35_15p{
    width:calc(35% - 15%);
}
.width_25_15{
    width:calc(25% - 15px);
}
.width_20_15{
    width:calc(20% - 15px);
}
.width_16_15{
    width:calc(16.6% - 15px);
}

.container {
	/* width: calc(100% - 150px); */
    width: calc(100% - 220px);
}
.fixed-header .container {
    width: calc(100% - 200px) !important;
}

@media screen and (max-width: 1600px) {
    .container {
        width: calc(100% - 140px);
	} 
	.fixed-header .container {
		width: calc(100% - 130px) !important;
	}
}
@media screen and (max-width: 1199px) {
    .container {
        width: calc(100% - 50px);
    }
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
 }
 .account-account .account-container a:hover, .account-account .account-container a:focus {
    border: 1px solid #f99f1c !important;
}
.account-account .account-container a:hover .icon-font::before, .account-account .account-container a:focus .icon-font::before {
    color: #f99f1c !important;
}
.flex {
    display: flex !important;
}
.btn.active, .btn:active {
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/*****************************************
header Menu
 *****************************************/
 .header-container .header-logo {
    grid-column: 1 / 1 !important;
    grid-row: 1 / 2 !important;
    -ms-grid-column: 1 !important;
    -ms-grid-row: 1 !important;
    -ms-grid-column-span: 1 !important;
	-ms-grid-row-span: 1 !important;
	padding: 5px 0;
	align-items: center;
}
.header-container .header-logo img {
       width: calc(92% - 30px) !important;
}
.header-container .header-menu {
    grid-column: 2 / 3 !important;
    grid-row: 1 / 2 !important;
    -ms-grid-column: 2 !important;
    -ms-grid-row: 1 !important;
    -ms-grid-column-span: 1 !important;
    -ms-grid-row-span: 1 !important;
	padding: 20px 0px 20px 0;
	align-items: center;
}
.header-container .header-button {
    grid-column: 3 / 4;
    grid-row: 1 / 2 ;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: center;
}
.header-top-bar {
	height: 45px  !important; 
	background-color: #f99f1c;
}

.header-top-bar .header-top-icon {
    /* grid-column: 3 / 4;
    grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1; */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
header .header-button {
    border-color: #ebebeb;
    background-color: #ebebeb;
}
header .header-button .btn-phone {
    font-weight: 600;
    color: #000 !important;
    font-size: calc(0.25em + 0.7vw) !important;
}
header .header-button .btn-phone img {
	margin-right: 5px;
}
.search_container img {
    margin: 7px 5px;
}
#account img.top-img, #cart img.top-img {
	margin: 7px 5px;
}
.email img {
	margin: 8px 5px 8px 10px;
}
.wishlist img {
    margin: 7px 5px;
    width: 28px;
}
.header-top-bar #enquiry>a .badge, .header-top-bar #cart>a .badge {
	position: absolute;
    top: 90%;
    left: 100%;
    background: red;
    height: 15px;
    width: 15px;
    transform: translate(-100%, -100%);
}
.header-top-bar #enquiry>a .badge>span, .header-top-bar #cart>a .badge>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 10px;
}
.header-container .header-menu #main-menu>li>a {
	font-weight: 600 !important;
	padding-right: 70px !important;
	font-size: calc(0.25em + 0.7vw);
}
#main-menu > li > a span:hover {
    color: #f99f1c !important;
}
#main-menu li.active a span {
    color: #f99f1c !important;
}
/*****************************************
Login
 *****************************************/
 .login-inner {
    background: #fff4e4;
    padding: 30px 80px;
 }
 .login-container {
    max-width: 100% !important;
    width: 100%;
    margin: auto;
}
.login-inner h2{
    text-align: left !important;
    margin-bottom: 25px !important;
}
.login-inner h2 span, .register-inner h2 span {
      color: #000;
}
.login-inner .form-control {
    height: 48px;
}
.login-inner .form-group {
    margin-bottom: 14px;
}
.login-container .login-forgotten {
    font-size: calc(13px + (16 - 13) * (100vw - 375px) / (1900 - 375));
}
.register-inner {
    padding: 30px 80px; 
}
.reg {
    display: flex;
    flex-direction: column;
}
/*****************************************
Homepage - Slider
 *****************************************/
 .slider-slidehow-title {
    width: 80%;
}
 .slider-slideshow-description {
	top: 49% !important;
 }
.slider-slideshow-description .slider-slideshow-description-texts {
	padding: 0px 10px !important;
    color: #000 !important;
    text-align: left;
    padding-right: 58% !important;
}

.slider-slideshow-description .slider-slidehow-title h3 {
    font-size: 45px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.slider-slideshow-description .slider-slidehow-title span {
	display: block;
    font-size: 20px;
    letter-spacing: 2.3px;
    padding-bottom: 8px;
    text-transform: none;
    	padding-top: 10px;
}
.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
    font-size: 19px !important;
    color: #000000 !important;
    text-align: left;
    padding: 10px 0 15px;
    font-weight: 500;
}
/* Slider dots */
.slideshow .slider-custom-dots .owl-dot {
	/* display: block !important;
	background: #fff !important;
	height: 25px !important; */
}
.slideshow .slider-custom-dots {
	bottom: 25px !important;
}
.slideshow .slider-custom-dots .owl-dot {
    width: 8px !important;
	height: 8px !important;
	margin: 0px 3px 12px !important;
	background: #fff !important;
}
.slideshow .slider-custom-dots .owl-dot.active {
    background: #f99f1c !important;
}
/*****************************************
Homepage - Category
 *****************************************/
.fcategory h3{
    text-align: center;
    color: #f99f1c;
    font-weight: 600;
    font-size: calc(1.2em + 0.9vw);
    margin-bottom: 50px;
}
#category_slider.slick-slider .slick-nav {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: center;
    width: 0px;
    height: auto;
}
#category_slider.slick-slider .next, #category_slider.slick-slider .next {
	right: 0;
	z-index: 2;
}
#category_slider.slick-slider .prev, #category_slider.slick-slider .prev {
	left: 0;
	z-index: 2;
}
.fcategory .product-thumb {
    border: 0 !important;
}
.featuredtab-product-container .product-gutter {
    width: 16.66666667%;
    padding: 0 10px 30px 10px;
}
.fcategory .product-layout {
	padding-left: 15px;
    padding-right: 15px;
}

.fcategory .product-thumb .image img {
    margin: 0 auto;
    text-align: center;
    width: 150px;
}
.product-thumb .image a:hover {
}
.img-hover-zoom {
    overflow: hidden;
}
.img-hover-zoom:hover {
	border-radius: 10px;
}

#category_slider {
	padding: 0 20px;
	margin-left: 10px;
	margin-right: 10px;
}
/* .img-hover-zoom img {
    transition: transform .3s ease;
}
.img-hover-zoom:hover img {
	transform: scale(1.5);
} */
.cat-box .text-block {
 /*   position: absolute;*/
 /*   top: 50%;*/
 /*   right: 50%;*/
 /*   transform: translate(50%,-50%);*/
 /*   text-align: center;*/
	/*color: #000000;*/
	/*width: 80%;*/
	margin-top: 1em;
	text-align: center;
    margin-top: -7rem;
}
.cat-box .text-block p {
	font-size: calc(0.2em + 0.7vw);
    margin: 0;
    padding: 0;
	font-weight: 500;
    line-height: 1.3;
}
.product-thumb h4 {
    font-size: calc(0.7em + 0.7vw);
	padding: 0px !important;
	font-weight: 600;
    letter-spacing: 0.8px;
}
.cat-box .text-block h4 a {
    color: #000000;
}
/*****************************************
Homepage - Featured by tab
 *****************************************/
.section-space.featured_by_tab {
	padding: 40px 0 60px !important;
}
.fcategory_tab ul {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fcategory_tab ul li {
	margin: 10px 15px;
}
.fcategory_tab ul li a {
	background-color: #c0beba !important;
	border-radius: 25px;	
	color: #000000 !important;
    min-width: 180px;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    padding: 15px 25px;
}
.fcategory_tab ul li a:hover {
	background-color: #f89f1c !important; 
	color: #000000 !important;
}
.fcategory_tab ul li.active>a {
	background-color: #f89f1c !important; 
	color: #000000 !important;;
}
/*****************************************
Homepage - Banner
 *****************************************/
.section-space.homepage_banner {
    padding: 60px 0px;
    overflow: hidden;
}
 .banner-section {
	display: flex;
    justify-content: center;
    align-items: center;
 }
.banner-section .banner-image {
	text-align: right;
}
.banner-section .banner-image img{
	margin-right: 70px;
}
.banner-section h3{
	font-weight: 600;
	font-size: 30px;
}
.banner-section p{
    margin: 30px 0;
}
/*****************************************
Homepage - Contact us
 *****************************************/
.section-space.homepage_contactus {
	padding: 0px !important;
}
.contact-us {
	background: url(../../../../../image/catalog/grey-bg.jpg);
	background-position: top center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-us .contact-left {
	padding: 40px 105px 40px 150px;
}
.contact-us .contact-left h3 {
	font-weight: 600;
    padding-bottom: 10px;
    font-size: 25px;
}
.contact-us .contact-body {
}
.contact-us .form-group {
	margin-bottom: 12px !important;
}
.contact-us .form-group img {
	position: absolute;
    width: 25px;
    padding: 10px 0;
    margin: 0 10px;
}
.contact-us .form-control {
	height: 40px !important;
	padding: 5px 22px 5px 50px !important;
	border: 0;
}
.contact-us textarea.form-control {
	height: auto !important;
	padding:15px 22px 5px 50px !important
}
.contact-us .contact-footer {
    margin-top: 20px;
}
/*****************************************
Product Category
 *****************************************/
 @media (min-width: 1200px) {
	.product-view>.product-gutter {
		width: 25% !important;
	}
	.product-search  .product-view>.product-gutter {
	    width: 20% !important;
	}
	
 }
 .image-zoom .image-container img, .image-zoom-hover .image-container img {
    /*transition: none !Important;*/
     -webkit-backface-visibility: hidden; 
     -ms-transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    image-rendering: -webkit-optimize-contrast;
}

 .product-block img {
    -webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0) !important;
    -webkit-transform: translateZ(0) !important;
    transform: translateZ(0) !important;
    image-rendering: -webkit-optimize-contrast;
}

.image-zoom:hover img, .image-zoom-hover:hover img {

      -ms-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
        transform: scale(1.1) !important;
}
 .hover-overlay .to-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .4s;
    border-radius: 11px;
}
.hover-overlay:hover .to-overlay {
    opacity: 1;
}

 .product-block {
	text-align: left !important;
	border: 2px solid transparent !important;
	
 }
 .product-block:hover {
    /* border: 2px solid #fa9f17 !important; */
    cursor: pointer;
}
 .product-category select {
	/* -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; */
	height: 37px!important;
    font-size: 13px!important;
    padding: 0 10px!important;
	/* background: url(../../../../../image/catalog/general/dropdown.png) no-repeat scroll right center;
	background-origin: content-box; ;*/
	border-color: transparent !important;
    background-color: #f4f4f4 !important;
    border: 0 !important;
    box-shadow: none !important;
	
}
.product-block .product-image-block  {
	border: 2px solid transparent !important;
	border-radius: 2px;
}
.product-block .product-image-block:hover  {
	border: 2px solid #fa9f17 !important;
	border-radius: 2px;
}
.product-block .btn-cart, .product-block .btn-enquiry, .product-block .btn-wishlist {
    background: transparent;
    outline: 0;
    border: 0;
}
.product-block .btn-cart[disabled] {
	opacity: 0.5;
	cursor: no-drop;
}

.product-block .btn-wishlist {
	top: 4px;
    position: relative;
}
.product-block .btn-wishlist i {
	color: #6c6c6c;
    font-size: 22px;
}
.product-block .btn-cart img {
    width: 27px;
}
.product-block .btn-wishlist i:hover {
	color: #f89f1c;
}
.product-block .btn-wishlist.clicked i {
	color: #f89f1c;
}
.product-block .btn-wishlist i:hover {
	color: #f89f1c;
}
.product-block .product-name a {
    color: #222222 !important;
    font-size: calc(0.3em + 0.8vw);
    font-weight: 600;
}
.product-block .product-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    display: flex;
    flex-wrap: nowrap;
    transition: opacity 0.3s;
}
.product-info {
    padding: 0 4px 10px;
}
.product-block .product-name {
    padding: 14px 0 5px !important;
    text-align: left;
}
.product-block .product-wrap {
	display: flex;
	flex-wrap: wrap;
    margin: auto 0 0px 0;
    /*align-self: flex-end;*/
}
/*.product-block .product-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: auto auto 0px 0;
	width: 50%;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
.product-gutter .cart-buttons {
	margin: auto auto 0;
	/*margin: auto 0 0 auto;
	width: 50%;
    position: relative;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;*/
}
.product-block .product-wrap .product-details {
    flex: 1 1 auto;
    min-width: calc(50% - 15px);
     /*width: 70%;*/
}
.product-block .product-wrap .cart-buttons {
	margin: 0px auto 0;
	/* min-width: calc(50% - 15px); */
	 /*width: 30%;*/
}

.common-home .product-block .product-details .price .price-new, .product-block .product-details .price .price-new, .new-prices, .old-prices {
    color: #fa9f17 !important;
    font-size: calc(16px + (23 - 16) * (100vw - 375px) / (1900 - 375)) !important;
    font-weight: 600;
}
.common-home .product-block .product-details .price .price-old, .product-category .product-block .product-details .price .price-old, .product-recent .product-block .product-details .price .price-old {
    opacity: 0.6 !important;
    font-size: calc(0.5em + 0.7vw) !important;
    font-weight: 500;
    text-decoration: line-through !important;
    color: #fa9f17 !important;
}
.product-block .product-details {
    text-align: left;
}
.product-block .model {
   /* margin: auto auto 0px 0;
    align-self: flex-end;*/
    padding-bottom: 2px;
}
.product-block .model p {
	font-size: calc(0.3em + 0.7vw);
}
.product-block .product-button.view-button {
	display: block !important;
	text-align: center;
}
.product-block .product-button.view-button a {
	text-align: center;
    color: #000;
    font-weight: 600;
	font-size: 12px;
	display: block !important;
}
.product-block .product-button.view-button img {
	width: 18px;
	padding-bottom: 10px;
	text-align: center;
    margin: 0 auto;
}
.product-block:hover .product-image-block {
    background-color: #fff !important;
}
.product-block:hover .img-responsive {
    opacity: 0.4;
}
/* Product Category */
#filter-groups {
    /*padding-right: 80px;*/
}
#filter-groups .panel, #filter-groups .list-group, #filter-groups .list-group-item {
	background-color: transparent;
}
.product-section span.title-behind,
.news-s span.title-behind {
	color: rgba(0, 144, 85, 0.08);
    font-size: 110px !important;
    letter-spacing: 5px;
    position: absolute;
    top: auto;
    left: 0;
	right: 0;
	text-align: center;
	padding-top: 25px;
}

.product-category #max, .product-category #min,
.product-special #max, .product-special #min{
    top:0!important;
    color: #000;
	font-weight: 600;
	font-size: 14px;
}
.product-category #side_filter,
.product-special #side_filter{
	padding-bottom: 10px !important;
	padding-top: 25px !important;
}
#side-price .ui-slider-handle {
	width: 15px !important;
    height: 15px !important;
	background: #fa9f17!important;
	border: 1px solid #fff !important;
}
#side-price .ui-slider-horizontal {
	height: 3px !important;
}
#side-price #slider-price {
	background: #000!important;
}
#side-price .ui-slider-range {
    background: #fa9f17!important;
}
#side-price .price-container {
    margin-bottom: 0px !important;
}
#side-price .price-container input[name="price_min1"] {
    text-align: left !important;
}
#side-price .price-container input:last-child {
    text-align: right;
}
#side-price .price-container > * input {
    font-weight: 600;
    font-size: 13px !important;
    background: transparent;
    border-radius: 0px;
    border: none !important;
    box-shadow: none;
    padding: 0;
    color: #352703;
}
/* category toggle */
#side-categories .group .item .toggle .caret {
    border-right: none !important;
	border-left: none !important;
	color: #000000;
}
#side-categories .group .item .toggle .caret:after {
    content: "";
  position: relative;
  top: -10px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  color: #000000;
}
#side-categories .group .item:hover .toggle .caret:after {
	color: #000;
}
#side-categories .group .item.level-2 .toggle .caret:after {
     color: #000000;
}
#side-categories .group .item.active .toggle .caret:after {
	content: "\2212";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
  }
  
#side-categories .group .item .toggle .caret:after {
	content: "\002b";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
/* .product-category {
	background-color: #f3f9f7;
} */
.product-category .item-header, .product-special .item-header{
    font-size:25px;
    padding: 10px 15px;
}
.product-category .list-group-item, .product-special .list-group-item{
    border:0;
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
	padding-bottom: 0;
	letter-spacing: 0.7px;
	text-transform: uppercase;
}
.product-category #side-price, .product-special #side-price {
	padding-top: 10px;
}
.product-category #side-price .list-group-item, .product-special #side-price .list-group-item {
	color: #000000;
	margin-bottom: 10px;
}
.product-category #side-categories .side-categories-level-1+.side-categories-level-1,
.product-special #side-categories .side-categories-level-1+.side-categories-level-1  {
    border-top: 0;
}
#side-categories .group .item.active+.sub {
    border-top: 0!important;
}
#side-categories .group .item .toggle {
	border: 0!important;
	top: 2px !important;
	padding-right: 10px;
}
#side-categories .group:not(:last-child) {
    border-bottom: 0!important;
}
.product-category .side-categories-level-1, .product-special .side-categories-level-1{
    margin: 10px 0px;
}
.product-category .level-1, .product-special .level-1{
	border: 1px solid #fa9f17;
    background-color: #fa9f17;
    border-radius: 25px;
    outline: none;
    overflow:hidden;
}
.product-category .toggle.level-1, .product-special .toggle.level-1{
    border:0;
}
.product-category .level-1 a, .product-special .level-1 a{
    color: #fff;
    padding-left:15px!important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
#side-categories {
        /*padding-right: 50px;*/
        width:300px;
}
#side-categories .group .item {
    width: 250px!important;
}

.product-category #side-categories .group .item a:hover, .product-category #side-categories .group .item.active a,
.product-special #side-categories .group .item a:hover, .product-special #side-categories .group .item.active a{
    background: transparent!important;
    color: #fa9f17!important;
}
#side-categories #filter-groups .list-group-item {
	color: #444444 !important;
}
#side-categories .group .item a {
   padding: 5px 35px!important;
    font-size: 12.5px;
    font-weight: 500;
    letter-spacing: 0.5px !important;
    text-align: left;
    color: #000000;
}
.product-category #side-categories .level-1:hover a, .product-category #side-categories .level-1.active a,
.product-special #side-categories .level-1:hover a, .product-special #side-categories .level-1.active a{
    color: #000!important;
}
.product-category #side-categories .group .item.level-1 a:hover, .product-category #side-categories .group .item.level-1.active a,
.product-special #side-categories .group .item.level-1 a:hover, .product-special #side-categories .group .item.level-1.active a{
    color: #000!important;
    border-radius: 25px;
    outline: none;
    background-color:#ffffff;
}
.product-category #side-categories .level-1:hover .toggle, 
.product-category #side-categories .level-1.active .toggle,
.product-special #side-categories .level-1:hover .toggle, 
.product-special #side-categories .level-1.active .toggle{
    color: #000!important;
    background-color:transparent !important;
}
.product-category #side-categories .level-1:hover .caret,
.product-category #side-categories .level-1.active .caret,
.product-special #side-categories .level-1:hover .caret,
.product-special #side-categories .level-1.active .caret {
    color: #000;
}
.product-category #side-categories .level-1 {
	background-color:#f4f4f4;
	border: 1px solid #f4f4f4;
}
.product-category #side-categories .level-1:hover, .product-category #side-categories .level-1.active,
.product-special #side-categories .level-1:hover, .product-special #side-categories .level-1.active{
    color: #000!important;
	background-color:#fa9f17;
	border: 1px solid #fa9f17;
}
.product-category #side-categories .level-1 .caret, .product-special #side-categories .level-1 .caret{
    color: #000;
}
#side-categories .group .sub.level-2 {
	margin: 12px 0;
}
.product-category #side-categories .level-2 a, .product-special #side-categories .level-2 a{
	color: #000000 !important;
	font-weight: 500;
    padding: 5px 30px !important;
    text-transform: initial;
}
/*.product-category #side-categories .level-2 a:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #000000;
    position: relative;
    left: -10px;
}*/
.product-category #side-categories .group .item.level-2:hover .toggle, .product-category #side-categories .group .item.level-2.active .toggle, 
.product-special #side-categories .group .item.level-2:hover .toggle, .product-special #side-categories .group .item.level-2.active .toggle {
    color: #fa9f17;
}
.product-category #side-categories .group .item .toggle.level-2:hover, .product-category #side-categories .group .item .toggle.level-2.active, 
.product-special #side-categories .group .item .toggle.level-2:hover, .product-special #side-categories .group .item .toggle.level-2.active{ 
    background: transparent!important;
    color: #fa9f17;
}
.product-category #side-categories .sub.level-3, .product-special #side-categories .sub.level-3{
    padding-left:15px;
}
.product-category #side-categories .group .item.level-3:hover .toggle, .product-category #side-categories .group .item.level-3.active .toggle, 
.product-special #side-categories .group .item.level-3:hover .toggle, .product-special #side-categories .group .item.level-3.active .toggle{
    color: #fa9f17;
}
.product-category #side-categories .group .item .toggle.level-3:hover, .product-category #side-categories .group .item .toggle.level-3.active,
.product-special #side-categories .group .item .toggle.level-3:hover, .product-special #side-categories .group .item .toggle.level-3.active {
    background: transparent!important;
    color: #fa9f17;
}
.product-category #side-categories .sub.level-4, .product-special #side-categories .sub.level-4{
    padding-left:15px;
}
#side-price .list-group-item:not(.item-header) {
    padding-top: 0!important;
}
#side-manufacturer label, #side_filter label {
    padding-left: 25px;
    min-height: 21px !important;
	color: #000;
	font-size: 14px;
}
#side-manufacturer label input[type=checkbox], #side_filter label input[type=checkbox] {
    top: 2px !important;
    /* left: 0; */
    height: 13px;
    width: 13px;
    background-color: #fff;
    border: 1px solid #706483;
    border-radius: 4px;
    cursor: pointer;
}
/* Pagination */
.product-category .pagination li.active a, .product-special .pagination li.active a  {
	color: #000;
    font-weight: 800;
}
.product-manufacturer .pagination li a, .product-manufacturer .pagination li span,
.product-category .pagination li a, .product-category .pagination li span,
.product-special .pagination li a, .product-special .pagination li span,
.product-search .pagination li a, .product-search .pagination li span,
.news-ncategory .pagination li a, .news-ncategory .pagination li span,
.testimonial-testimonial .pagination li a, .testimonial-testimonial .pagination li span{
    width: 25px;
    height: 25px;
    background-color:transparent;
    color: #000;
    border: 0 !important;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
}
.product-manufacturer .pagination li a:hover, .product-manufacturer .pagination li span:hover, .product-manufacturer .pagination li.active span,
.product-category .pagination li a:hover, .product-category .pagination li span:hover, .product-category .pagination li.active span,
.product-special .pagination li a:hover, .product-special .pagination li span:hover, .product-special .pagination li.active span,
.product-search .pagination li a:hover, .product-search .pagination li span:hover, .product-search .pagination li.active span,
.testimonial-testimonial .pagination li a:hover, .testimonial-testimonial .pagination li span:hover, .testimonial-testimonial .pagination li a:hover, .testimonial-testimonial .pagination li.active span,
.news-ncategory .pagination li a:hover, .news-ncategory .pagination li span:hover, .news-ncategory .pagination li a:hover, .news-ncategory .pagination li.active span{
	background-color: transparent;
    color: #fa9f17;
}
.product-manufacturer .pagination li span,
.product-category .pagination li span,
.product-special .pagination li span,
.product-search .pagination li span,
.news-ncategory .pagination li span,
.testimonial-testimonial .pagination li span{
    background-color:#fa9f17;
    color:#ffffff;
}
.pagination>li>a, .pagination>li>span {
    padding: 6px 1px!important;
    margin: 0 2px!important;
}
/*Create a custom checkbox*/
/*Style the checkmark/indicator*/
.product-category .container .color_checkmark:after {
    width: 10px;
    height: 20px;
    left: 13px;
    top: 7px;
}
#side-manufacturer label input,
#side_filter label input {
    position: relative;
    top: 2px;
    margin-right: 15px!important;
    display:none;
}
#side-manufacturer label,
#side_filter label{
    padding-left:30px;
}
.product-category .input-group-text{
    color:#000;
    font-weight: 600;
}
#side-price .ui-slider-handle {
	width: 12px !important;
    height: 12px !important;
}
#side-price .ui-slider-range {
	height:3px !important;
}
#side_filter label {
	font-size: 18px;
    font-weight: 500;
    text-transform: none;
    padding-bottom: 5px;
}
.product-category .checkmark {
	position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #dedede;
}
.product-category .color_checkmark {
  top: -42px;
  height: 40px;
  width: 40px;
  background-color:transparent;
}
#side-price .price-container{
    display:none!important;
} 
 /*On mouse-over, add a grey background color*/
.product-category .container:hover input ~ .checkmark {
  /* background-color: #fff; */
} 
/*On mouse-over, add a grey background color*/
.product-category .container:hover input ~ .color_checkmark {
  background-color: transparent;
}
 /*When the checkbox is checked, add a blue background*/
.product-category .container input:checked ~ .checkmark {
  /* background-color: #d8c0ff; */
}
.product-category .container input:checked ~ .color_checkmark {
  background-color: transparent;
}
.product-category .menu_label {
    color: #000;
    font-family:"Montserrat";
    font-weight:600;
}
 /*Create the checkmark/indicator (hidden when not checked)*/
.product-category .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
 /*Show the checkmark when checked*/
.product-category .container input:checked ~ .checkmark:after {
  display: block;
}
 /*Style the checkmark/indicator*/
.product-category .container .checkmark:after {
	left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #fa9f17;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
} 
#filter-groups .list-group-item {
	padding: 5px !important;
}
/*Style the checkmark/indicator*/
.product-category .container .color_checkmark:after {
    width: 10px;
    height: 20px;
    left: 13px;
    top: 7px;
}
/* Sticker */
.sticker, .special-sticker {
	padding: 16px 0px !important;
    z-index: 2;
    top: 10px !important;
    left: 0px !important;
    font-size: 14px !important;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	float: left;
	color: #000000 !important;
	background-size: 172px;
    width: 172px;
	height: auto;
	margin-left: -9px;
/*		
	width: 140px;
    min-width: 140px; 

	border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px; */
}
.sticker.oss {
	padding: 16px 10px 16px 0px !important;
}
.product-product .product-image-column .sticker, .product-product .product-image-column .special-sticker {
	margin-left: 8px !important;
}
.sticker:before, .special-sticker:before {
    /* content: "";
    position: absolute;
    border-top: 5px solid #000;
    border-left: 7px solid transparent;
    bottom: -10px;
    width: 5px;
    height: 100%;
    bottom: -30px;
    left: 0px;
    padding: 0 0 7px; */
}
/* .sticker:after, .special-sticker:after {
    content: "";    
    display: block;
    width: 40px;
    height: 0px;
     
    position: absolute;
    right: 0;
    bottom: 0px;
    z-index: 20;
     
    border-bottom: 80px solid #f89f1c;
	border-right: 80px solid transparent;
	
	-webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    -o-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: right bottom;
    transform: rotate(90deg);
    transform-origin: right bottom;
	} */

/* Change style */
.style-icon {

}
#change-style {
	background: transparent;
    outline: 0;
	border: 0;
	float: right;
}
.sort-image {
    cursor: pointer;
    width: 30px;
}
.product-view>.product-gutter.change-style {
	width: 20% !important;
}
/*****************************************
Product Inner
 *****************************************/
 .hidden-desktop {
    display: none;
}
.product-product .slick-initialized .slick-slide {
    background: #fff !important;
}
.product-product .product-image-additional-container img {
    border: 0 !important;

}
.product-product h2 {
    display: none;
}

h2.text-center.target-heading:nth-child(1) {
    display: block;
    text-align: left!important;
    font-size: calc(16px + (26 - 14) * ((100vw - 300px) / (1600 - 300)))!important;
}
.qty-btn .input-sign, .qty-btn .input-no {
    height: 45px !important;
}
.new-prices, .old-prices {
    font-size: 25px !important;
    padding: 10px 0;
}
.product-product h3 {
	font-weight: 600;
	color: #222222;
	margin-bottom: 5px !important;
	font-size: calc(0.7em + 0.8vw);
}
.product-product .list-title {
	color: #383838;
    font-weight: 500;
    font-size: calc(0.3em + 0.7vw);
    margin: 0px 0 !important;
    display: inline-block;
    vertical-align:top;
}
ul.list-unstyled.list-title {
    padding-bottom: 25px;
}
.product-product .price-l {
    display: inline-block;
    min-width: 300px;
    text-align: right;
    margin-top:0px;
}
.product-product .product-description {
        margin-top: 20px;
}

.product-product .product-description p {
    font-size: calc(0.4em + 0.7vw) !important;
    line-height: 1.7;
	letter-spacing: 0.2px;
	font-weight: 500;
}
.product-product #product {
	max-width: 550px !important;
	margin-top: 20px;
}
.product-product #product .displayflex {
    display: flex;
    flex-direction: row;
}
.product-product #product label {
    font-weight: 600;
    padding-right: 15px;
    color: #000 !important;
    min-width: 110px;
    display: flex;
    align-items: center;
	font-weight: 600;
	font-size: calc(0.3em + 0.7vw) !important;
}
.product-product #product .displayflex.p-option {
       flex-wrap: wrap;
}
.product-product #product .p-option label {
     /*flex: 1 0 50%;*/
     flex: 0 1 0;
}
.product-product .p-option select {
    flex: 0 1 50%;
}
.product-product #product .p-option .text-danger {
     flex: 0 1 100%;
    padding-top: 5px;
}
.product-product #product span.input-group-addon {
    font-weight: 600;
    color: #000 !important;
    min-width:110px;
    text-align: left;
	padding-left: 0;
	font-size: calc(0.3em + 0.7vw) !important;
    letter-spacing: 1px;
}
.product-product #product .form-group {
	margin-bottom: 18px !important;
}
.product-product #product .qty-btn {
	   display: flex;
	   width: 550px;
	 align-items: center;
}
.product-product #product .qty-btn #button-cart{
	   margin-left: 10px !important;
}
.product-product #product .input-group-flex {
    margin: 25px 0px 0 !important;
}

.input-group-flex .span-text {
	font-weight: 600;
    color: #000 !important;
    min-width: 110px;
    text-align: left;
	padding-left: 0;
	font-size: calc(0.3em + 0.7vw) !important;
    letter-spacing: 1px;
}
.product-product .price-l {
    
}

.product-product ul.price-l li {
    display: inline-block;
    padding-right: 5px;
}
.product-product select {
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 45px !important;
    font-size: 14px!important;
    background: url(../../../../../image/catalog/general/dropdown.png) no-repeat scroll right center #fff;
    background-origin: content-box;
	border: 1px solid #e8e8e8;
}
.product-product .form-control option:disabled {
    color: #ccc;
    text-decoration: line-through;
}
#product .input-group {
	width: 60%;
    z-index: 1;
    position: relative;
}
.product-product .product-image-main-container {
    margin-bottom: 5px !important;
}
/* Attribute */
#product-tabs.nav-tabs {
   margin-bottom: 0;
    margin-top: 0px;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: left;
    margin-left: 18px;
    flex-wrap: wrap;
}
.product-product .nav-tabs {
    border-bottom: 0;
}
.product-product .tab-content {
    /*background: #F6FAFB;*/
    padding: 30px 45px;
	border-bottom: 0 !important;
    font-weight: 500;
    color: #000;
    font-size: calc(0.25em + 0.7vw);
    box-sizing: border-box;
    display: block;
    background: #f4f4f4;
    border-radius: 15px;
    padding: 50px;

    width: 100%;
    text-align: left;
}
.product-product .tab-content p {
    font-size: calc(0.25em + 0.7vw);
    line-height: 1.6;
}
.product-product .tab-content .tab-pane {
	font-size: calc(0.25em + 0.7vw);
}
.product-product .tab-content .tab-pane ul {
    padding-left: 10px;
}
.product-product .tab-content .tab-pane ol li {
	padding-bottom: 10px;
}
.product-product .tab-content .tab-pane table {
	border: 1px solid #bdbdbd;
	width: 100%;
}
.product-product .tab-content .tab-pane table tr td {
	padding: 2px 10px;
	vertical-align: text-bottom;
}
.product-product .featured-module {
    margin: 50px 0 30px;
}
.featured-module .slick-nav.left, .featured-module .slick-nav.prev {
    left: -42px !important;
}
.featured-module .slick-nav.right, .featured-module .slick-nav.next {
    right: -42px !important;
}
/*.product-product .nav-tabs>li.active:hover*/
.product-product .nav-tabs>li.active, .product-product .nav-tabs>li.active:focus {
    background-color: #f99f1c !important;
	/*border: 1px solid #f99f1c !important;*/
	color: #ffffff !important;
	text-transform: uppercase;
	color: #fff;
	
}
.product-product .nav-tabs>li.active:hover a {
        border-top: 3px solid #f99f1c !important;
}
.product-product .nav>li>a {
    border: unset;
    /*padding: 5px 30px !important;*/
    min-width: 100px ;
    text-align: center;
        color: #000;
 border-top: 3px solid #cecece;
     border-bottom: 3px solid #cecece;
     min-height: 60px;
    display: flex;
    align-items: center;
}
.product-product .nav-tabs>li {
	/*border: 1px solid #f4f4f4;*/
	background-color: #f4f4f4;
	border-radius: 0 !important;
	color: #000 !important;
	text-transform: uppercase;
	font-size: 18px;
    font-weight: 600;
	/*letter-spacing: 0.5px;*/
	    /*margin-right: 0;*/
	 margin: 0 10px;
    /*padding: 10px 20px 10px !important;*/
}
.product-product .nav-tabs>li.active>a, .product-product .nav-tabs>li.active>a:focus, .product-product .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: transparent;
    border: 0px;
    border-bottom-color: transparent;
        border-bottom: 3px solid #f99f1c;
}
.product-product .nav>li>a:focus, .product-product .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
     color: #fff; 
    border: 0;
    border-top: 3px solid #cecece;
    border-bottom: 3px solid #cecece;
}
.product-product .nav-tabs>li:before,
.product-product .nav-tabs>li:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 22px;
    background-color: #f4f4f4;
  
}
.product-product .nav-tabs>li:before {
      left: -12px;
    transform: skew(-14deg, 0deg);
  border-left: 3px solid #cecece;
    border-top: 3px solid #cecece;
        border-bottom: 3px solid #cecece;
}
.product-product .nav-tabs>li:after {
  right: -12px;
  transform: skew(14deg, 0deg);
  border-right: 3px solid #cecece;
    border-top: 3px solid #cecece;
        border-bottom: 3px solid #cecece;
  
}
.product-product .nav-tabs>li.active:before{
      background-color: #f99f1c !important;
          border-top: 3px solid #f99f1c;
    border-left: 3px solid #f99f1c;
        border-bottom: 3px solid #f99f1c;
}

.product-product .nav-tabs>li.active:after{
      background-color: #f99f1c !important;
          border-right: 3px solid #f99f1c;
    border-top: 3px solid #f99f1c;
        border-bottom: 3px solid #f99f1c;
}
.product-product .nav-tabs>li:hover:before,
.product-product .nav-tabs>li:hover:after{
      background-color: #cecece !important;
}
.product-product .nav-tabs>li:before {
  border-radius: 8px 0 0 0;
}
.product-product .nav-tabs>li:after {
  border-radius: 0 8px 0 0;
}

.product-product .nav-tabs>li:hover {
	background-color: #cecece !important;
	/*border: 1px solid #f99f1c !important;*/
	color: #ffffff !important;
}
.product-product .nav-tabs>li {
    /*margin-right: 8px !important;
        margin-bottom: 10px;*/
}
/* wishlist */
#product .btn-wishlist {
	background: transparent;
    outline: 0;
	border: 0;
	top: 0px;
	position: relative;
	padding-left: 12px;
}
#product .btn-wishlist i {
    color: #6c6c6c;
    font-size: 30px;
}
#product .btn-wishlist i:hover {
    color: #f89f1c;
}

.product-block .btn-wishlist.active i, #product .btn-wishlist.active i {
	  color: #f89f1c;
}
/*cart active*/
.product-block .btn-cart img:hover, .product-block .btn-enquiry img:hover  {
	content: url(../../../../../image/catalog/general/cart-yellow.png);
}
.product-block .btn-cart.active img, .product-block .btn-enquiry.active img {
	content: url(../../../../../image/catalog/general/cart-yellow.png);
	
}
.label-text .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: #fff;
	color: #000000;
	padding: 10px;
	border: 1px solid #ccc;
	/* Position the tooltip */
	position: absolute !important;
	z-index: 1;
	width: 120px;
	font-size: 11px;
	line-height: 1.3;
	font-weight: 500;
	/* left: 30%; */
	left: 200px;
  }
.label-text .tooltiptext::before {
	content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid #ccc;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -20px;

}
.label-text .tooltiptext::after {
	content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
	left: -17px;
    top: 10px;

}
.label-text:hover .tooltiptext {
	visibility: visible;
}
#product .image-option  {
	display: flex;
}
#product .textbox  {
	padding-right: 15px;
}
#product .textbox p {
	text-align: center;
}
#product .textbox p span {
	display: block;
	font-size: calc(0.2em + 0.7vw) !important;
    font-weight: 500;
}
#product .textbox img {
	border: 0;
	border-radius: 0;
	margin: 0 auto;
    text-align: center;
    vertical-align: middle;
}
/* Featured */
.product-product .featured-module .product-block .product-wrap .cart-buttons {
    margin: 0px auto 0;
    display: flex;
}
.product-product .featured-module .product-block .btn-wishlist i {
    color: #6c6c6c;
    font-size: 22px;
    top: -2px;
    position: relative;
} 
.product-product .featured-module .product-block .btn-wishlist i:hover {
    color: #f89f1c;
} 
.product-product .featured-module .product-block .product-name {
    padding: 14px 0 0px !important;
    text-align: left;
    min-height: 50px;
}

/* Waiting list */
.waiting_list_container {
    padding: 15px 20px !important;
    border: 1px solid #ccc !important;
	margin-top: 20px !important;
	font-size: 13px;
	padding: 10px 5px;
	background-color: #F1F1F1;
}
#waiting_list_submit {
	padding: 10px 50px;
    font-size: 11px;
    font-weight: 400;
}
.waiting_list_container .flex-group input {
	padding-left: 10px;
	background-color: #fff;
    border: 0;
	
}
.waiting_list_container .flex-group {
    background: #fff;
    /* margin: 10px 0; */
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.waiting_list_container .waiting_list_description {
	font-weight: 500;
	padding-bottom: 10px !important;
}
.waiting_list_container  .flex-group input {
    margin-right: 0px !important;
}
.waiting_list_container #waiting_list_submit.btn-primary {
    margin-left: -20px;
}
/*****************************************
About Us
 *****************************************/
 .section-space.aboutus {
	padding: 0px 0 20px;
 }
.about-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
 .aboutus-desc h3 {
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin-bottom: 35px;
    font-size: 26px;
 }
 .aboutus-desc p {
	color: #010101;
	font-family: 'Open Sans', sans-serif; 
	line-height: 1.8;
	padding-bottom: 10px;
 }
/*****************************************
Store
 *****************************************/
 .section-space.store_module {
	padding: 50px 0px 0px;
 }
 .iid-8 h2 {
    display: none;
}
 .tabs_box {
   /* margin: 0 auto 2rem;
	overflow-x: auto;; */
    align-items: center;
    justify-content: center;
    display: flex;
	flex-wrap: wrap;
	padding: 0;
}
.text_tab {
	color: #000;
    margin: 0 15px;
    font-weight: 600;
    text-align: center;
    /* width: calc(20% - 20px); */
    padding: 10px 5px;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 15px;
	min-width: 130px;
	font-size: 17px !important;
	display: inline-block;
	background-color: #c0beba !important;
    border-radius: 30px;
    color: #000000 !important;
}
.text_tab.active {
    position: relative;
	background-color: #f89f1c !important;
    color: #000000 !important;
    border-radius: 30px;
}
#location-slider {
	padding: 0 10px;
}
#location-slider.slick-slider .slick-nav {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: center;
    width: 0px;
    height: auto;
}
#location-slider.slick-slider .next, #icon-slider.slick-slider .next {
	right: 0;
	z-index: 9;
}
#location-slider.slick-slider .prev, #icon-slider.slick-slider .prev {
	left: 0;
	z-index: 9;
}
#location-slider .padding-c {
	padding-left: 20px;
	padding-right: 20px;
}
.location-box {
	margin: 50px 0;
}
.location-inner-box {
    padding: 30px 21px;
    margin-right: -10px;
    margin-left: -10px;
    /* height: 280px; */
    margin-bottom: 25px;
}
.location-inner-box .store-img {
    padding: 0;
    text-align: center;
}
.location-inner-box h3 {
	/*text-transform: uppercase;*/
    font-weight: 600;
	/*letter-spacing: 1px;*/
	padding-bottom: 5px;
	font-size: 25px;
}
.location-inner-box img {
/*	display: inline-block;
     margin-right: 10px;
    position: absolute;
	top: 28px;
    left: 50px;*/
}
.location-inner-box p {
	font-size: calc(0.3em + 0.7vw);
	line-height: 1.6;
	margin-bottom: 5px;
}
.location-inner-box p span {
	text-transform: uppercase;
}
.location-inner-box p a {
	color: #000;
}
.location-inner-box p span.next-line {
	display: inline-block;
}
.location-inner-box:hover {
	background-color: rgb(249 160 26 / 19%);
	cursor: pointer;
	height: 100%;
}
.store-inner .iframe-section iframe {
        height: 250px;
}
.child-map {
    display: none;
}
.main-location {
    margin-top: 30px;
}
.main-location h3 {
    padding-bottom: 10px;
}
.location-box {
    margin: 10px 0 30px;
    display: flex;
    flex-wrap: wrap;
    /* background-color: #EDEDED; */
}
.location-box .padding-c {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #EDEDED;
    cursor: pointer;
}
.custom-col-2 {
    width: 20%;
}
/*****************************************
Whatsapp Icon
 *****************************************/
 .floatingicon {
    position: fixed;
    right: 20px;
    bottom: 12%;
    z-index: 5;
    display:none;
}
.floatingicon img {
    width: 50px;
}
/*****************************************
Footer
 *****************************************/
 footer {
	color: #000000 !important;
	background-color: #ebebeb !important;
	padding: 20px 0px 0px !important;
	font-size: calc(0.3em + 0.7vw);
	font-weight: 600;
	border-top: 0 !important;
 }
 footer a {
	color: #000000; 
 }
 footer h5 {
	font-size: calc(0.4em + 0.7vw);
    font-weight: 700;
	color: #000000 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.footer-wrapper {
	margin: 30px 0;
}
footer a:hover {
    color: #fa8f11;
}
footer .footer-contact-links ul li {
	padding: 4px 0;
}
footer .footer-contact-links ul li a {
	font-weight: 500;
}
.footer-contact-info {
	font-weight: 500;
}
.footer-contact-info .footer-sub-title img {
	margin-right: 10px;
}
.footer-contact-info h5 {
	color: #fa8f11 !important;
	padding-bottom: 10px !important;
}
.footer-contact-info p{
	margin-bottom: 8px !important;
	font-size: calc(0.3em + 0.7vw);
}
.footer-bottom {
	background-color: #fff;
	padding: 8px 0;
	color: #6c6c6c !important;
}
.footer-bottom p {
    color: #6c6c6c;
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
    /* text-transform: uppercase; */
}
.fcs a {
	color: #6c6c6c;
}
.footer-contact-links.w-footer1 {
    width: 22% !important;
}
.footer-contact-links.w-footer2 {
	width: 22%;
}
/* Newslettter */
body .newsletter-section {
    padding: 0px !important;
    border-top: 0 !important;
}
.mailchimp-integration h3 {
	font-size: calc(0.4em + 0.7vw);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}
.mi-block .form-control {
	background-color: #fff;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.mi-block .btn-primary {
    padding: 6px 12px!important;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 14px!important;
}
/*****************************************
Contact Us
 *****************************************/
 .contact-us-con .iframe-wrap iframe {
    margin-bottom: 40px;
    height: 330px !important;
}
.contact-us-con h3{    
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 20px;
}
.contact-us-con p a {
    color: #010101;
}

.contact-us-con .contact-left p {
	margin: 0 0 6px !important;
	display: flex;
	color: #010101;
	line-height: 1.4;
}
.contact-us-con .contact-left span {
	min-width: 45px;
}

.contact-us-con .form-group {
    margin-bottom: 10px !important;
}
.contact-us-con .form-group img {
    position: absolute;
    padding: 10px 0;
    margin: 0 15px;
}
.contact-us-con .form-control {
    height: 40px !important;
    /*padding: 5px 22px 5px 40px !important;*/
	border: 1px solid #eaeaea;
	box-shadow: none !important;
}
.contact-us-con input[type="text"].form-control, .contact-us-con  input[type="tel"].form-control {
    height: 50px !important;
    font-size: calc(0.2em + 0.7vw) !important;
    padding: 5px 22px 5px 60px !important;
}
.contact-us-con select{
     height: 50px !important;
    font-size: calc(0.2em + 0.7vw) !important;
    padding: 5px 22px 5px 55px !important;
}

.contact-us-con textarea.form-control {
    height: auto !important;
    padding: 12px 22px 5px 60px !important;
     font-size: calc(0.2em + 0.7vw) !important;
}
#google_recaptcha .text-danger {
    text-align: left !important;
}
/*****************************************
E-Warranty
 *****************************************/
 
.input-group.datep >label {
    margin-bottom: 0;
}

.section-space.ewarranty {
    padding: 10px 0px 10px;
}
.warranty-desc {
    padding-bottom: 20px;
}
.warranty-form .form-horizontal .form-group {
    margin-right: 0px !important;
	margin-left: 0px !important;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 15px;
}
.warranty-form .form-horizontal .form-control {
	border: 1px solid #cfcfcf !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	height: 50px !important;
	font-size: calc(0.2em + 0.7vw) !important;
}
.warranty-form .form-horizontal .form-control.icon-img {
    padding: 5px 22px 5px 60px !important;
}
.warranty-form .form-group img {
    position: absolute;
    padding: 10px 5px;
    margin: 0 10px;
}
.warranty-form .form-group .text-danger {
	min-height: 35px !important;
}
.warranty-form .form-group .form-control[readonly] {
	background-color: #fff !important;
}
.warranty-form .form-group .datep input {
	border-right: 0px !important;
}
.warranty-form .form-group .datep .input-group-addon {
    border-radius: 0;
	height: 50px;
	border-left: 0px;
	border-top: 1px solid #cfcfcf !important;
    border-bottom: 1px solid #cfcfcf !important;
	border-right: 1px solid #cfcfcf !important;
	color: #888888;
	cursor: pointer;
}
.warranty-desc p {
	margin: 0 0 20px;
	    line-height: 1.5;
}
.warranty-desc .company-address {
    padding-bottom: 18px;
}
.warranty-desc .company-address p {
	margin: 0 0 10px;
}

.warranty-desc .company-address p a{
	color: #000000;
}
.form-footer .btn-primary {
	float: right;
	margin-top: 7px;
}

.pt-ad {
	padding-bottom: 1px;
}
.account-register #content .col-md-6:nth-child(2n+1) {
    clear: none !important;
}
.product-block .product-details {
        padding: 0px !important;
}
.f-btn {
    text-align: right;
}
.small-con {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.small-con .postal-s, .small-con .unit-s {
    padding-left: 5px;
    padding-right: 5px;
}
.captcha-btn {
    text-align: right;
}
.warranty-form .form-horizontal #google_recaptcha {
        display: inline-block;
}
.warranty-form #google_recaptcha .g-recaptcha {
    transform: scale(0.75) !important;
    transform-origin: right top !important;
}
/*****************************************
Mobile Responsive
 *****************************************/
 @media (max-width: 1550px) {
    /*#side-categories .group .item a {
        padding: 10px 10%!important;
        font-size: 13px;
    }*/
    #side-categories {
        /*padding-right: 20px;*/
    }
    .location-inner-box {
        padding: 10px 21px;
    }
    .store-p {
        height: 45px;
    }
}
 @media (min-width: 1280px) {
.product-product .nav-tabs>li>a {
    	font-size: 12px;
	}
}

@media (max-width: 1300px) {
    .btn:not(.btn-number):not(.btn-wish):not(.btn-phone):not(#filter_group_tigger_open):not(.btn-c):not(.btn-blog):not(.btn-login):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.btn-wishlist):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove) {
        min-width: 150px;
    }
      .login-inner .form-control {
        height: 40px;
    }
    .product-product .price-l {
        min-width: 250px;
    }
    .loading{
      top: 60%;
    }
     .product-product #product .qty-btn {
	   width: 450px;
    }
    #product .input-group {
    	width: 70%;
    }
    #filter-groups {
        padding-right: 30px;
    }
     .featuredtab-product-container .product-gutter {
        padding: 0 5px 30px 5px;
    }
    footer {
    	padding: 10px 0px 0px !important;

     }
     .footer-wrapper {
        margin: 30px 0 20px;
    }
    .footer-bottom {
    	padding: 2px 0;
    }
    .warranty-form .form-group .datep .input-group-addon {
    	height: 42px;
    }
    .btn-default, .btn-danger {
        font-size: 12px !important;
    }
    .location-inner-box {
        /*height: 235px;*/
    }
    .location-inner-box h3 {
        font-size: 19px;
    }
    .location-inner-box img {
    	top: 28px;
        left: 30px;
        width: 20px;
    }
    .location-inner-box {
    	padding: 40px 11px;
    }
    #location-slider .padding-c {
    	padding-left: 10px;
    	padding-right: 10px;
    }
    .text_tab {
    	min-width: 120px;
    	font-size: 14px !important;
    }
    .contact-us-con .contact-left img {
    	width: 20px;
    }
    .contact-us-con .form-group img {
        width: 25px;
        padding: 10px 0;
        margin: 0 10px;
    }
    .contact-us-con input[type="text"].form-control, .contact-us-con  input[type="tel"].form-control{
        height: 42px !important;
        font-size: 12px !important;
       	padding: 7px 5px 7px 40px!important;
    }
    .contact-us-con select  {
          height: 42px !important;
        font-size: 12px !important;
            padding: 7px 5px 7px 35px!important;
    }
    .contact-us-con textarea.form-control {
        font-size: 12px !important;
        padding: 12px 22px 5px 40px!important;
    }
    .warranty-form .form-horizontal .form-group {
    	margin-bottom: 6px;
    }
    .pt-ad {
    	padding-bottom: 4px;
    }
    .warranty-form .form-horizontal .form-control.icon-img {
        padding: 5px 22px 5px 45px !important;
    }
    .warranty-form .form-group img {
        width: 25px;
        padding: 10px 0;
    }
    .warranty-form .form-horizontal .form-control {
    	height: 42px !important;
    	font-size: 12px !important;
    }
    #side-categories .group .item a {
    	padding: 5px 30px!important
    	font-size: 11.3px;
    }
    .product-category #side-categories .level-2 a, .product-special #side-categories .level-2 a {
        padding: 2px 10px 2px 40px !important;
    }
    .product-product .list-title {
        font-size: 14px;
    }
    #side_filter label {
    	font-size: 16px;
    }
    .product-product .nav>li>a {
        padding: 5px 25px !important;
        height: 20px;
    }
    .product-product .tab-content {
        padding: 30px 35px;
    }
    #product .btn-wishlist i {
        font-size: 22px;
    }
    .product-product .tab-content p {
        font-size: 14px;
    }
    .footer-bottom p {
        color: #6c6c6c;
        font-size: 13px;
    }
    .fcategory h3{
        font-size: 26px;
    }
    .fcategory_tab ul li a {
    	border-radius: 25px;	
    	min-width: 150px;
    	font-size: 13px;
    	    padding: 10px 20px;
    }
    .header-top-bar {
    	height: 35px  !important; 
    }
    .search_container img {
        width: 20px;
    }
    #account img.top-img, #cart img.top-img {
    	width: 20px;
    }
    .email img {
    	width: 20px;
    }
    .wishlist img {
    	width: 21px;
    }
    .slider-slideshow-description .slider-slidehow-title h3 {
        font-size: 38px !important;
        letter-spacing: 1.2px;
    }
    .slider-slideshow-description .slider-slidehow-title span {
    	display: block;
    	font-size: 16px;
    	letter-spacing: 1.9px;
    }
    .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
        font-size: 17px !important;
    	padding: 5px 0 10px;
    }
    p {
        font-size: 14px;
    }
	.warranty-desc .company-address p img{
		width: 15px !important;
	}
	body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
		font-size: 26px;
	}
	header .header-button .btn-phone {
		font-size: 12px !important;
	}
	header .header-button .btn-phone img {
		width: 22px;
	}
	.header-container .header-logo .header-logo-image img {
		width: 170px !important;
	}
	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
		font-size: 14px !important;
	}
	#category_slider {
		padding: 0 10px;
	}
	.cat-box .text-block p {
		font-size: 12px;
	}
	.product-thumb h4 {
		font-size: 16px;
	}
	.fcategory .product-layout {
		padding-left: 10px;
		padding-right: 10px;
	}
	#category_slider.slick-slider .slick-nav img {
		width: 15px;
		height: 31px;
	}
	.product-block .product-name a {
		color: #222222 !important;
		font-size: 15px;
	}
	.common-home .product-block .product-details .price .price-new, .product-block .product-details .price .price-new, .new-prices, .old-prices {
		font-size: 21px !important;
	}
	.common-home .product-block .product-details .price .price-old, .product-category .product-block .product-details .price .price-old, .product-recent .product-block .product-details .price .price-old {
		font-size: 21px !important;
	}
	.breadcrumb > li a {
		font-size: 12px;
	}
	.product-category .item-header, .product-special .item-header{
		font-size:21px;
		padding: 10px 15px;
	}
	#side_filter label {
		font-size: 14px;
	}
	.header-container .header-menu #main-menu>li>a {
		font-size: 12px !important;
		padding-right: 40px !important;
	}
	footer .footer-contact-links ul li {
		padding: 0px 0;
	}
	footer .footer-contact-links ul li a, .footer-contact-info p {
		font-size: 12px;
	}
	.footer-contact-info {
		font-size: 12px;
	}
	.footer-contact-info .footer-sub-title img {
		width: 15px;
	}
	.footer-contact-info p{
		margin-bottom: 3px !important;
		font-size: 12px;
	}
	.footer-social-icons img {
		width: 22px;
	}
	.new-prices, .old-prices {
		font-size: 20px !important;
		padding: 0;
	}
	.product-product h3 {
		font-size: 18px;
	}
	.product-product .product-description p {
		font-size: 13px !important;
	}
	.product-product #product {
		max-width: 400px !important;
	}
	.product-product #product label {
		font-size: 13px !important;
		min-width: 160px;
	}
    .product-product #product span.input-group-addon {
		font-size: 13px !important;
		min-width: 90px;
	}
	.input-group-flex .span-text {
		font-size: 13px !important;
		min-width: 90px;
	}
	#location-slider.slick-slider .slick-nav img {
		width: 15px;
	}
	.location-inner-box h3 {
		font-size: 20px;
	}
	.location-inner-box p {
		font-size: 13px;
	}
	.contact-us .form-group img, .warranty-form .form-group img, .contact-us-con .form-group img {
		width: 22px;
	}
	footer h5 {
		font-size: 13px;
	}
	.footer-bottom p {
		font-size: 11px;
	}
	.product-product .nav-tabs>li>a  {
		font-size: 13px;
	}
	#product .textbox p span {
		font-size: 12px !important;
	}
	#product .textbox img {
		max-width: 48px;
	}
	.label-text .tooltiptext {
		left: 170px;
	}
	.sticker, .special-sticker {
	   /* padding: 14.5px 0px !important;
	   background-size: 150px;
	   width: 150px;
	   height: auto;
	   font-size: 12px !important; */

	   padding: 12px 0px !important;
	   background-size: 140px;
	   width: 140px;
	   height: auto;
	   font-size: 12px !important;
	}
	.sticker.oss {
		padding: 12px 10px 12px 0px !important;
	}
	.btn-primary {
		font-size: 13px !important;
	}
	.product-block .model p {
		font-size: 14px;
	}
	.product-block .btn-cart img, .product-block .btn-enquiry img, .product-block .btn-wishlist img {
		width: 21px;
	}
	.product-block .btn-wishlist i {
		font-size: 17px;
	}
	.product-block .btn-wishlist {
		top: 3px;
	}
	.contact-us .contact-left {
		padding: 40px 85px 40px 100px;
	}
	.banner-section .banner-image img{
		width: 350px;
		margin-right: 50px;
	}
	.mi-toptext {
		font-size: 12px !important;
	}
	.mailchimp-integration h3 {
		font-size: 13px;
	}
	.footer-contact-info h5 {
		padding-bottom: 5px;
	}
	.featured-module .slick-slider .slick-nav img {
		width: 25px;
	}
	/*.form-footer #google_recaptcha  {
		max-width: 220px;
		transform: none !important;
		transform-origin: 0 !important;
		margin: auto !important;
		float: none !important;
	}*/

	.form-footer .btn-primary {
		float: none;
	}
	.btn {
		font-size: 12px !important;
	}
	.mi-block .btn-primary {
        font-size: 12px!important;
    }
     .aboutus-desc h3 {
        font-size: 21px;
     }
     .product-product .featured-module .product-block .btn-wishlist i {
        font-size: 17px;
     }
     .product-product .tab-content .tab-pane {
    	font-size: 14px;
    }
    .product-product .nav-tabs>li>a {
    	font-size: 13px;
    }
    .contact-us .contact-left h3, .banner-section h3 {
        font-size: 25px;
    }
    .location-inner-box p {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
}

@media (max-width: 1100px) {
	html, body {
		overflow-x: hidden;
	}
}
@media screen and (max-width: 1080px) and (min-width: 991px) {
    
	.filters-wrap {
	  	top: 108px !important;
	  	    height: 39px;
   }

}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.filters-wrap {
	  	top: 126px !important;
   }

}
@media (max-width: 1080px) {
     .product-search  .product-view>.product-gutter {
	    width: 25% !important;
	}
    .warranty-form .form-footer {
        padding-top: 0px !important;
    }

	.header-container .header-logo {
		grid-column: 2 / 3 !important;
		grid-row: 1 / 1!important;
		-ms-grid-column: 2!important;
		-ms-grid-row: 1!important;
		-ms-grid-column-span: 1!important;
		-ms-grid-row-span: 1!important;
		text-align: center!important;
	}
	.header-menu {
		display: none !important;
	}
	#cart {
		position: relative !important;
	}
	/* mobile menu */
	.header-mobile-links {
        display: block!important;
    }
    .header-menu {
        display: none !important;
    }
      #account, .search_container, ._search {
        display: none !important;
    }
    #sidr.sidr-left {
        display: block !important;
    }
    #mobileNav::before {
        content: '';
        width: 0px;
        height: 100vh;
        position: fixed;
        right: 0px;
        top: 0px;
        z-index: 10;
        opacity: 0;
        background: transparent;
        transform: translateX(50%);
        transition: opacity 0.3s;
      }
      .sidr-custom-open #mobileNav::before {
        content: '';
        width: 100%;
        opacity: 1;
        transform: translateX(0%);
        background: rgba(0, 0, 0, 0.9);
      }
      .sidr-custom-open.closing #mobileNav::before {
        opacity: 0;
        transition: all 0.3s;
      }
    .header-container .header-mobile-links .header-links {
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: center;
    } 
    .header-mobile-logos {
        display: block!important;
    }
	.header-mobile-logos img {
        width: 150px !important;
    }
    .header-container .header-left {
        display: none;
	}
	.fixed-header > .container {
		padding: 0px 15px;
	}
	#cart {
		position: relative;
	}
	/* ENd header */
	 /*product filter*/
     #filter-groups {
		position: fixed;
	   top: 0px;
	   left: 0px;
	   opacity: 0;
	   z-index: 999;
	   width: 100%;
	   height: 100%;
	   padding: 40px 30px 15px;
	   overflow: auto;
	   background: white;
	   transition: all 0.3s;
	   transform: translateX(-100%); 
   }

	#filter_group_tigger_open {
	   display: block;
	   border-radius: 0 !important;
	   padding: 10px 20px !important;
   		border: 1px solid #e5e5e5;
   }
   #filter_group_tigger_close {
	   display: block !important;
   } 
	#filter-groups.open {
		opacity: 1;
	   transform: translateX(0%); 
   }
   /* , .news-ncategory .ad-wr */
   .product-category .ad-wr, .product-special .ad-wr {
	   width: 100% !important;
   }
   .filters-wrap [class^="col"] {
	   padding: 0;
   }
   .filters-wrap .form-control {
           font-weight: 600;
	   text-align: center;
	   text-align: -webkit-center;
	   /* -webkit-appearance: none; */
	   flex-direction: column;
   }
   .filters-wrap .form-group {
	   margin-bottom: 0;
   }

   .filters-wrap {
		padding: 0;
		position: fixed;
		left: 0;
	  	/* top: 119px !important; */
		right: 0;
		z-index: 8;
		background-color: #fff!important;
   }
   .filters-wrap .form-group {
	   background: #fff;
   }
   .product-category select {
	   padding: 10px 10px!important;
   }
  .s-btn {
	   display: none!important;
   }

   /* m */
   .contact-us .contact-left {
		padding: 40px 45px 40px 70px;
	}
	.btn-primary {
		font-size: 12px !important;
	}
	.product-block .product-name a {
		font-size: 14px;
	}
	#change-style {
		padding: 5px 20px;
	}
	header .header-button {
		border-color: transparent;
		background-color: transparent;
	}
	header .header-button .btn-phone {
		border-color: #ebebeb;
		background-color: #ebebeb;
		text-align: left;
		max-width: 150px;
		margin-right: 10px;
		margin-left: auto;
	}
	.warranty-form .form-horizontal .form-group {
		margin-bottom: 12px;
	}
	.pt-ad {
		padding-bottom: 0px;
	}
	.form-footer {
		padding-top: 10px !important;
	}
	.form-footer .btn-primary {
		margin-top: 0px;
	}
	 .product-category select {
    	 -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
    	height: 37px!important;
        font-size: 13px!important;
        padding: 10px 10px!important;
    	 background: url(../../../../../image/catalog/general/dropdown.png) no-repeat scroll right center;
    	background-origin: content-box; ;
    	border-color: transparent !important;
        background-color: #f4f4f4 !important;
        border: 0 !important;
        box-shadow: none !important;
    	
    }
}

@media (max-width: 991px) {
    .text-a-center {
        text-align: center;
    }
    .account-wishlist .btn {
           padding: 10px !important; 
    }
    .warranty-form .form-footer {
        padding-top: 10px !important;
    }
	.featuredtab-product-container .product-gutter {
		width: 33.33% !important;
	}
	body #footer-area .container {
		text-align: center;
	 }
	 .footer-contact-links {
		padding-top: 20px !important;
	}
	.contact-us .contact-left {
		padding: 40px 70px 40px 70px;
	}
	.common-home .product-block .product-details .price .price-new, .product-block .product-details .price .price-new, .new-prices, .old-prices {
		font-size: 15px !important;
	}
	.common-home .product-block .product-details .price .price-old, .product-category .product-block .product-details .price .price-old, .product-recent .product-block .product-details .price .price-old {
		font-size: 15px !important;
	}
	.footer-contact-links.w-footer1 {
		width: 33.3333% !important;
		padding-top: 30px !important;
	}
	.footer-contact-links.w-footer2 {
		width: 33.3333%;
		padding-top: 30px !important;
	}
	.aboutus-main {
		padding: 0 10px;
	}
	.about-item {
		display: block !important;
	}
	/* .filters-wrap {
		top: 139px !important;
	} */
	.product-view>.product-gutter {
		width: 33.32% !important;
	}
	#product-tabs.nav-tabs {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.product-product .nav-tabs>li {
		margin-top: 10px;
	}
	.product-product .nav-tabs>li>a {
		min-width: 180px;
	}
	.contact-left {
		padding-bottom: 10px !important;
	}
	.form-footer #google_recaptcha  {
        max-width: 220px;
        transform: none !important;
        transform-origin: 0 !important;
        margin: auto !important;
        float: none !important;
    }
    .f-btn {
        text-align: center;
    }
}
@media (min-width:893px) { 
	/* .filters-wrap {
		top: 139px !important;
	} */
}
@media (max-width: 767px) {
     .fcategory_tab ul li {
        margin: 10px 5px;
    }
   .fcategory_tab ul li a {
        min-width: 120px;
   }
	.featuredtab-product-container .product-gutter {
		width: 33.33% !important;
	}
	.slider-slideshow-description .slider-slideshow-description-texts {
		padding-right: 38% !important;
	}
	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
		width: 80%;
	}
	.banner-section {
		display: block;
	}
	.banner-section .banner-image {
		text-align: center;
		margin-bottom: 30px;
	}
	.banner-section .banner-right {
		padding: 0 30px;
	}
	.floatingicon img {
		width: 45px;
	}
	.product-product .nav-tabs>li>a {
		min-width: 280px;
	}
	header .header-button .btn-phone {
		display: none !important	;
	}
	#button-login, #button-coupon, #button-reward {
		padding: 6px 12px !important;
		font-size: 11px !important;
	}
	.slideshow .slider-custom-dots {
		bottom: 10px !important;
	}
	  	.product-search  .product-view>.product-gutter {
	    width: 33.33% !important;
	}
	 /* attribute panel */
    .product-product .panel {
    	border: none !important;
    }
    .product-product .panel-title>a {
        display: block;
        padding: 15px 15px;
    }
    .product-product .panel-group .panel+.panel {
        margin-top: 0;
    }
    .product-product .panel-group .panel-default>.panel-heading  {
    	background-color: #fff;
    	border-top:1px solid #d7d7d7;
    	border-bottom:1px solid #d7d7d7;
    	border-left: 0px !important;
    	border-right: 0px !important;
    	border-radius: 0 !important;
    	color: #000000;
    }
    .product-product .panel-group .panel-default>.panel-heading a {
    	color: #000000;
    	font-size: calc(0.6em + 0.6vw);
        font-weight: 800;
    	letter-spacing: 1.2px;
    }
    .product-product .panel-group .panel-default>.panel-heading li {
    	list-style: none;
        padding: 15px 15px;
    }
    .product-product .panel-group .panel-body {
    	padding: 15px 20px !important;
    	line-height: 1.7;
    }
    .product-product .panel-group .panel-default {
        border-color: #f1f1f1 !important;
    }
    .product-product .panel-group .panel-default>.panel-heading a:after {
    	content: "";
    	position: relative;
    	top: 4px;
    	display: inline-block;
    	/* font-family: 'Glyphicons Halflings'; */
    	font-style: normal;
    	font-weight: 600;
    	line-height: 1;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	float: right;
    	transition: transform .25s linear;
    	-webkit-transition: -webkit-transform .25s linear;
    	font-size: 20px;
    }
    .product-product .panel-group .panel-default>.panel-heading a[aria-expanded="true"]:after {
    	content: "\2212";
    	-webkit-transform: rotate(180deg);
    	transform: rotate(180deg);
    }
      
    .product-product .panel-group .panel-default>.panel-heading a[aria-expanded="false"]:after {
    	content: "\002b";
    	-webkit-transform: rotate(90deg);
    	transform: rotate(90deg);
    }
    .hidden-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
}

@media (max-width: 660px) {
	.sticker, .special-sticker {
		background-size: 130px;
		width: 130px;
		font-size: 11px !important;
	}
}

@media (max-width:639px) { 
	.footer-contact-links.w-footer1 {
		width: 50% !important;
		padding-top: 30px !important;
	}
	.footer-contact-links.w-footer2 {
		width: 100%;
		padding-top: 30px !important;
	}
	.product-view>.product-gutter {
		width: 50% !important;
	}
	.fcategory_tab ul li a {
        min-width: 150px;
    }
}

@media (max-width: 600px) {
	.featuredtab-product-container .product-gutter {
		width: 50% !important;
	}

}

@media (max-width: 541px) {
       .product-search  .product-view>.product-gutter {
	    width: 50% !important;
	}
	.featuredtab-product-container .product-gutter {
		width: 50% !important;
	}
	.contact-us .contact-left {
        padding: 40px 40px 40px 40px;
    }
    .footer-contact-links.w-footer1.first {
        display: none;
    }
    .footer-contact-links.w-footer1 {
       width: 100% !important;
    }
    .product-product .tab-content .tab-pane {
            overflow-y: auto;
    }
    div#google_recaptcha {
    justify-content: flex-start!important;
    padding-top:5px;
    }
}

@media (max-width:479px) { 
    .product-product .tab-content {
        padding: 30px 20px;
    }
	.product-block .btn-cart img, .product-block .btn-enquiry img, .product-block .btn-wishlist img {
		width: 17px;
	}
	.product-block .btn-wishlist i {
		font-size: 15px;
	}
	.product-block .btn-cart, .product-block .btn-enquiry, .product-block .btn-wishlist {
		padding: 0 3px;
	}
	.product-view>.product-gutter {
		width: 50% !important;
	}
	.header-container {
		padding: 0px !important;
	}
	.header-container .header-logo .header-logo-image img {
		max-width: 150px !important;
	}
	.slideshow .slider-custom-dots {
		bottom: 0px !important;
	}
	.slider-slideshow-description .slider-slidehow-title h3 {
		padding-bottom: 0px;
	}
	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
		font-size: 12px !important;
	}
	.slider-slideshow-description .slider-slidehow-title h3 {
		font-size: 25px !important;
	}
	.slider-slideshow-description .slider-slidehow-title span {
		font-size: 12px;
	}
	.slider-slideshow-description .slider-slideshow-description-texts {
        padding-right: 18% !important;
    }
    .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
        padding: 0px;
    }
    .cat-box .text-block p {
        font-weight: 500;
    }
    .cat-box .text-block {
        padding: 0 5px;
    }
    #category_slider.slick-slider .slick-nav img {
        width: 10px;
        height: 26px;
    }
    #category_slider {
            padding: 0 5px;
        margin-left: 15px;
        margin-right: 15px;
    }

   
}

@media (max-width:400px) { 
     .product-product #product label {
		font-size: 13px !important;
		min-width: 110px;
	}
     .product-product #product span.input-group-addon {
		font-size: 13px !important;
		min-width: 90px;
	}
	.product-product #product .displayflex {
        display: block;
    }
    
}

@media (max-width:360px) { 
    .slider-slideshow-description .slider-slidehow-title h3 {
        font-size: 20px !important;
    }
    .slider-slideshow-description .slider-slideshow-description-texts {
        padding-right: 1% !important;
    }

}
@media (max-width:320px) { 
    	.product-view>.product-gutter, .product-search  .product-view>.product-gutter  {
		width: 100% !important;
	}
	.featuredtab-product-container .product-gutter {
		width: 100% !important;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.product-product select::-ms-expand {
        display: none;
    }
     .product-category select::-ms-expand {
        display: none;
    }
    .product-block {
        display: block !important;
    }
}

.input-group.datep >label {
    margin-bottom: 0;
}

div#google_recaptcha {
    display: flex;
    justify-content: flex-end;
}
#featured_slider_related_products_ .slick-track{
    /*justify-content: center;*/
}
/*.price-l .old-prices{
    display: none;
}*/
.homepage_contactus .contact-us{
    background: none;
}

.homepage_banner {
    padding: 0px !important;
    margin: 0px;
}