/*Container @ desktop size is 1170 so divided by 2 = 585 - 15px (padding)*/

body {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 400;
	color: black;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	font-weight:900;
	text-transform: capitalize!important;
}
/* 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;
}
/* 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: #eeeeee;
	border-top: 1px solid #ddd;
	color: black;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-size: 15px;
	font-weight: bold;
	color: #c3403c;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
@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;
}
/* 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 {
	opacity: 0.8;
}
.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: 50px;
}
.owl-nav > *:nth-child(2){
	right: 50px;
}

.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 */    
/* for mobile */
#google_recaptcha .g-recaptcha {
	transform: scale(0.8);
	transform-origin: left center;
}
#google_recaptcha .text-danger {
	text-align: left;
}
@media (max-width: 767px) {
	#google_recaptcha {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#google_recaptcha .g-recaptcha {
		transform-origin: center;
		width: 100%;
	}
	#google_recaptcha .g-recaptcha > div {
		margin: auto;
	}
	#google_recaptcha .text-danger {
		text-align: center;
	}
}
/* 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;
    left: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:12px;
    /*font-weight: bold;*/
}

/* 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;
}

#articles-column-left .year-wrap {
	display: flex;
	align-items: center;
}
#articles-column-left .year-wrap a {
	width: calc(100% - 30px);
}
#articles-column-left .year-wrap .toggle {
	/*width: 30px;*/
	text-align: center;
}
#articles-column-left .list-group-item .list-group {
	display: none;
}
#articles-column-left .list-group-item.active .list-group {
	display: block;
}
#articles-column-left .list-group-item .toggle .caret {
	color: #666;
}
#articles-column-left .list-group-item.active .toggle .caret {
	transform: rotate(180deg);
}

@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 .cart-buttons {
	margin: auto auto 0;
	width:100%;
	padding:0px 5px;
}
.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;
}
.cart-dorpdown-item-charges.with-control {
	width: 70%;
	max-width: 200px;
}
.cart-dorpdown-item-charges.with-control .input-group {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sticker.sticker-image{
    padding: 0;
    background-color: transparent!important;
}
.image-zoom:hover .sticker.sticker-image img,
.image-zoom-hover:hover .sticker.sticker-image img,
.image-zoom:hover .special-sticker img,
.image-zoom-hover:hover .special-sticker img{
    transform: none!important;
}


.product-product .vertical .product-image-additional-container .sticker-image img, .product-image-main .sticker-image img{
    border: none;
}

/* announcement bar use */
.sliding-text {
    position: relative;
    white-space: nowrap;
    animation: floatText 20s infinite;
    -moz-animation: floatText 20s infinite;
    -webkit-animation: floatText 20s infinite;
    -ms-animation: floatText 20s infinite;
    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    text-align: right;
}

@media screen and (max-width: 540px){
    .mobile-sliding-text{
        position: relative;
        white-space: nowrap;
        animation: floatText 20s infinite;
        -moz-animation: floatText 20s infinite;
        -webkit-animation: floatText 20s infinite;
        -ms-animation: floatText 20s infinite;
        animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        text-align: right;
    }
}

@keyframes floatText {
  from {
    right: -100%;
  }
  to {
    right: 100%;
  }
}
/* announcement bar use */

.filters-wrap .btn {
	height: 100%;
}

.colorwhite {
	color: #fff;
}

.mg-b30 {
	margin-bottom: 30px;
}

.pd-b80p {
	padding-bottom: 80%;
}

.cover-bg {
	background-size: cover;
}

.center-bg {
	background-position: center;
}

.position-all0 {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.b4-col {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

.b4-col-100p {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 992px) {
	.b4-col-50p-md {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.hover-overlay .to-overlay {
	background-color: rgba(51, 122, 183, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all .4s;
}

.hover-overlay:hover .to-overlay {
	opacity: 1;
}

.newsletter-section
{
	background-image: url(../../../../../image/catalog/Slicing/Home/iStock-1154805099.jpg);
	padding:50px!important;
}

.flex_wrap
{
	display:flex;
	flex-wrap: wrap;
}

.auto_margin
{
	margin:auto;
}

.newsletter_header, .newsletter_desc
{
	color:white;
}

.newsletter_header
{
	font-size: calc(25px + (27 - 20) * (100vw - 320px) / (1920 - 320));
	font-weight: bold
}

.newsletter_desc
{
	font-size:12px;
}

.container2
{
	width:80%;
	/*width:70%;*/
}

.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.input_height
{
	height:46px;
}

.blue_bar
{
	background-color:#004c99;
	color: #fff;
    margin-top: 20px;
    margin-bottom: -20px;
}

.white_bar_text
{
	color:white;
}

.footer-upper-contet>*:first-child {
    margin-right: 80px;
}

.footer-tagline
{
	padding-top:20px;
}

.footer_link
{
	color:black;
}

.footer_link:hover, .footer_link:focus, .footer_link:active
{
	color:#c3403c;
}

.footer_link_li
{
	padding:3px 0px;
}

.footer_address
{
	margin-right:100px;
}

.header-container {
    grid-template-columns: 1fr 1fr 1fr auto;
    -ms-grid-columns: 1fr 1fr 1fr auto;
    grid-template-rows: auto!important;
    -ms-grid-rows: auto!important;
    padding: 15px 0px;
}

.header-container .header-logo {
    grid-column: 1 / 2!important;
    grid-row: 1 / 1!important;
    -ms-grid-column: 1!important;
    -ms-grid-row: 1!important;
    -ms-grid-column-span: 1!important;
    -ms-grid-row-span: 1!important;
    /* position: relative; */
}

.header-container .header-search {
    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;
    display:flex;
    justify-content: center;
    padding-top:17px;
}

.header-container .header-top {
    grid-column: 4 / 4!important;
    grid-row: 1 / 1!important;
    -ms-grid-column: 4!important;
    -ms-grid-row: 1!important;
    -ms-grid-column-span: 1!important;
    -ms-grid-row-span: 1!important;
}

.header-container .header-menu {
    grid-column: 3 / 4!important;
    grid-row: 1 / 1!important;
    -ms-grid-column: 3!important;
    -ms-grid-row: 1!important;
    -ms-grid-column-span: 1!important;
    -ms-grid-row-span: 1!important;
    justify-content: center!important;
    display: flex;
    align-items: center!important;
    margin-right:10px;
}

.default_btn_padding
{
	padding:6px 30px;
}

.header-container .header-menu #main-menu>li>a:hover, .header-container .header-menu #main-menu>li.active>a, .header-container .header-menu #main-menu>li>a:focus {
    color:#c3403c;
    text-decoration: underline;
}

.banner_h2-dark_image
{
	color:white;
}

.banner_h2-light_image, .banner_h2-dark_image
{
	font-size: calc(40px + (40 - 20) * (100vw - 320px) / (1920 - 320));
	font-weight: bold
}

.banner_box_left {
    width: 35%;
    margin-left: 75px;
}

.banner_box_right
{
	width: 35%;
	margin-right:75px;
}

.banner_desc
{
	padding:20px 0px;
	line-height: normal
}

.owl-item > div> .image_cover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.55);
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
}

.bold_text
{
	font-weight: bold;
}

.contact_link
{
	color:black;
}

.contact_link:hover, .contact_link:active, .contact_link:focus  
{
	color: #c3403c
}

.contact_byline
{
	margin-top:10px;
}

.g-recaptcha
{
	margin-top:-10px;
}

.blue_text
{
	color:#0151a3;
}

.about_us
{
	padding:20px 0px!important;
}

.fcategory
{
	padding:30px 0px!important;
}

.about_us_box
{
	/*border:1px solid black;*/
	padding:50px 170px;
	position: relative
}

.about_us_box_desc
{
	line-height: 2;
}

.about_us_box_btn
{
	margin-top:30px;
	text-align: center
}

.about_us_box > .image_overlay
{
	position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.15);
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
}

.about_us_title
{
	margin-top:40px;
	margin-bottom:30px;
}

.about_us_desc
{
	line-height: 2;
	padding-bottom:50px;
}

.about_us_bg
{
	position:relative;
    margin-bottom: -30px;
    background-repeat: no-repeat;
    background-position: right top;
}

.about_us_overlay
{
	position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.25);
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
}

.article-description
{
	line-height: 2;
}

.article-name a
{
	color:black;
	font-size:20px;
	font-weight: 900;
	line-height:1.5;
}

.smaller_container
{
	margin:auto;
	width:70%;
}

.article_desc
{
	line-height: 2;
}

.btn-prev
{
	color:#fff;
	background-color: #7c7c7c;
}

.btn-prev:hover
{
	color:white;
	background-color:#aeaeae;
}

#articles-column-left .list-group-item {
    padding-left:0px!important;
}

#articles-column-left .year-wrap {
    background-color:#bf2e29;
}

.year-wrap a
{
	color:white;
}

#articles-column-left .list-group-item .toggle .year_caret:before {
    color: white;
    /*font-family: 'FontAwesome';*/
    content: "+";
    float: right;
    text-align: right;
    transition: all 0.5s;
    font-size: 25px;
    cursor: pointer;
    font-weight: 500;
    margin-top:-4px;
}

#articles-column-left .list-group-item.active .toggle .year_caret:before {
    color: white;
    /*font-family: 'FontAwesome';*/
    content: "+";
    float: right;
    text-align: right;
    transition: all 0.5s;
    font-size: 25px;
    cursor: pointer;
    font-weight: 500;
    margin-top:-4px;
    transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.month_link a
{
	color:black;
}

.month_link a.active, .month_link a.active:hover, .month_link a:hover {
    color: #bf2e29;
}

.year-wrap a
{
	color:white!important;
}

.year-wrap a:hover
{
	background-color:#bf2e29;
	color:white;
}

.progress {
  display: block;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  overflow: hidden;
  
  background-color: #f5f5f5;
  background-image: linear-gradient(to right, #0152a3, #0152a3);
  background-repeat: no-repeat;
  background-size: 0 100%;
  
  transition: background-size .4s ease-in-out;
}

/* the slides */
.slider .slick-slide {
margin: 0 27px;
}
/* the parent */
.slider .slick-list {
margin: 0 -27px;
}

.slider.slick-slider
{
	width:90%;
}

.slider {
  margin: 5px auto;
  margin-top:30px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.slider .slick-nav
{
	top:35%;
}

.left_circle
{
	left:-70px;
	height:50px;
	width:50px;
}

.right_circle
{
	right:-70px;
	height:50px;
	width:50px;
}

.fcategory_link
{
	color:black;
	font-weight: bolder;
}

.fcategory_link:hover
{
	color:#bf2e29;
}

/*important for the flexbox of product_info*/
.featured > .slick-slider> .slick-list > .slick-track
{
    display: flex !important;
}

.featured > .slick-slider > .slick-list
{
	margin: 0 -15px!important;
	padding:50px 0px;
}

.featured > .slick-slider> .slick-list > .slick-track > .slick-slide
{
    height: inherit !important;
    margin: 0 15px!important;
}

.slick-slide > div > .product-gutter
{
	height:100%;
}

/* the slides */

.featured-29
{
	background-color:#eeeeee;
	padding:40px 0px!important;
	margin-top:20px;
    margin-bottom: -10px;
}

/*important for the flexbox of product_info*/

.img_opacity
{
	opacity: 0.5;
}

.btn-cart
{
	padding:10px 20px;
	background-color:#eeeeee;
	color:#0051a3;
	font-size:12px;
	font-weight: 500;
}

.btn-cart:hover, .btn-cart:hover svg
{
	background-color:#bf2e29;
	color:white;
	fill:white;
}

.btn-cart:hover svg
{
	background-color: transparent;
	fill:white;
}

.product-block
{
	padding-bottom:5px!important;
}

.price-new
{
	color:#bf2e29;
	font-weight: bold;
}

.price-old
{
	text-decoration: line-through;
}

.cart_svg
{
	height: 18px;
	fill: #0051a3;
	padding-right:5px;
}

.cart_svg2
{
	height: 18px;
	fill: white;
	padding-right:10px;
}

/*Product Category Left column and pagination*/
.product-category #max, .product-category #min, .product-special #max, .product-special #min{
    top:0!important;
    color: #000;
    font-weight: 600;
}
.product-category #side-price .product-special #side-price{
    margin-top:50px;
}
#side-price .ui-slider-handle {
    background: #bf2e29!important;
}
#side-price .ui-slider-range {
    background: #bf2e29!important;
}
.product-category .item-header, .product-special .item-header{
    font-size:24px;
    padding: 10px 15px;
}
.product-category .list-group-item, .product-special .list-group-item{
    border:0;
    color:#000;
    font-weight: 900;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    
}
.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-left: 0!important;
}
#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:2px solid #ff6934;*/
    background-color: #bf2e29;
    border-radius: 0px;
    outline: none;
    overflow:hidden;
    padding:5px;
}
.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: capitalize;
    font-weight:normal;
    /*letter-spacing: px;*/
}
.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: #000;
    font-weight: normal;
}
.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: #fff!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: #fff!important;
    border-radius: 25px;
    outline: none;
    background-color:#06549e;
}
.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: #fff!important;
    background-color:transparent;
}
.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: #fff;
}
.product-category #side-categories .level-1:hover, 
.product-category #side-manufacturer .level-1:hover, 
.product-category #side_filter .level-1:hover, 
.product-special #side-categories .level-1:hover, 
.product-special #side-manufacturer .level-1:hover, 
.product-special #side_filter .level-1:hover
{
    color: #fff!important;
    background-color:#bf2e29c2;
}


.product-category #side-categories .level-1.active,
.product-category #side-manufacturer .level-1.checked,
.product-category #side_filter .level-1.checked,
.product-special #side-categories .level-1.active,
.product-special #side-manufacturer .level-1.checked,
.product-special #side_filter .level-1.checked
{
    color: #fff!important;
    background-color:#bf2e29;
}

.blueBackground
{
	background-color:#06549e;
}

.product-category #side-categories .level-1 .caret, .product-special #side-categories .level-1 .caret{
    color: white;
}
.product-category #side-categories .level-2 a, .product-special #side-categories .level-2 a{
    color: #3a3a3a;
    font-weight:normal;
}
.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: #000;
}
.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: #000;
}
.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: #000;
}
.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: #8f318a;
}
.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;
}
 /*Create a custom checkbox*/
/*.product-category .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border:1px solid #000;
}
.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,
.product-special .container:hover input ~ .checkmark {
  background-color: #fff;
} 
/*On mouse-over, add a grey background color*/
.product-category .container:hover input ~ .color_checkmark,
.product-special .container:hover input ~ .color_checkmark {
  background-color: transparent;
}
 /*When the checkbox is checked, add a blue background*/
.product-category .container input:checked ~ .checkmark,
.product-special .container input:checked ~ .checkmark {
  background-color: #ffe264;
}
.product-category .container input:checked ~ .color_checkmark,
.product-special .container input:checked ~ .color_checkmark {
  background-color: transparent;
}
.product-category .menu_label,
.product-special .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;
}

.product-category .container input:checked ~ .checkmark:after {
  display: block;
}

.product-category .container .checkmark:after {
  left:7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

.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:block;
}
#side-manufacturer label,
#side_filter label{
    padding-left:30px;
}*/

.product-category .pagination li a, .product-category .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,
.product-special .pagination li a, .product-special .pagination li span
{
    border-radius: 30px;
    width: 35px;
    /*height: 35px;*/
    background-color:transparent;
    color: #000;
    border: 0;
    font-weight: bold;
    text-align: center;
}
.product-category .pagination li a:hover, .product-category .pagination li span:hover, .product-category .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,
.product-special .pagination li a:hover, .product-special .pagination li span:hover, .product-special .pagination li.active span,{
    background-color:#d43700;
    color:white;
    border-style: none;
}
.product-category .pagination li span,
.product-search .pagination li span,
.news-ncategory .pagination li span,
.testimonial-testimonial .pagination li span,
.product-special .pagination li span,{
    background-color:#06549e;
    color:#101d5c;
}
.pagination>li>a, .pagination>li>span {
    padding: 6px 1px!important;
    margin: 0 2px!important;
}

.product-category #side-categories .level-1 .caret, .product-special #side-categories .level-1 .caret
{
    /*display: inline-block;*/
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border: none;
    vertical-align: middle;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    width: auto;
}

.product-category #side-categories .level-2 .caret,.product-special #side-categories .level-2 .caret {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border: none;
    vertical-align: middle;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    width: auto;
}

.product-category #side-categories .level-3 .caret, .product-special #side-categories .level-3 .caret {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border: none;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    width: auto;
}

.product-category #side-categories .level-1 .caret:before, .product-category #side-categories .level-2 .caret:before, .product-category #side-categories .level-3 .caret:before,
.product-special #side-categories .level-1 .caret:before, .product-special #side-categories .level-2 .caret:before, .product-special #side-categories .level-3 .caret:before {
    content: '+';
    font-size:25px;
    font-weight:500;
}

.product-category #side-categories .level-1.active .caret:before, .product-category #side-categories .level-2.active .caret:before, .product-category #side-categories .level-3.active .caret:before,
.product-special #side-categories .level-1.active .caret:before, .product-special #side-categories .level-2.active .caret:before, .product-special #side-categories .level-3.active .caret:before {
    /*content: '\f00d';*/
    content: '+';
    display: inline-block;
    transform: rotate(45deg);
    transition: transform 330ms ease-in-out;
    -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
    font-size:25px;
    font-weight:500;
}

.product-category #side-categories .level-2,
.product-special #side-categories .level-2
{
	padding-left:10px;
}

.product-category #side-categories .level-2:hover > a, .product-category #side-categories .level-2.active > a,
.product-category #side-categories .level-3:hover > a, .product-category #side-categories .level-3.active > a,
.product-special #side-categories .level-2:hover > a, .product-special #side-categories .level-2.active > a,
.product-special #side-categories .level-3:hover > a, .product-special #side-categories .level-3.active > a
{
	text-decoration: underline;
	color:#bf2e29!important;
}

.product-category #side-categories .level-3,
.product-special #side-categories .level-3
{
	padding-left:20px;
}

#side-manufacturer label:hover > .cb_label
{
	color: #bf2e29;
    text-decoration: underline;
}

.product_title
{
	margin-top:30px!important;
	margin-bottom:50px!important;
}

.red_price
{
	color:#bf2e29;
	font-weight: 900;
	font-size:20px;
}

.form_width
{
	width:50%;
}

#product-tabs
{
	margin-top:20px;
}

#product
{
	margin-top:20px;
}

input[type=checkbox]:checked + .cb_label {
    color: #bf2e29;
    text-decoration: underline;
}

.product-image-main-container
{
	border:1px solid #c9c9c9;
}

.nav-tabs > li > a
{
	color:#aeaeae;
	font-weight: bold;
}

.nav-tabs > li.active > a, .nav-tabs > li > a:hover
{
	font-weight:bold;
	color:black;
	background-color:white;
	border-bottom: 2px solid #bf2e29;
}

.tab-content
{
	border:1px solid #c9c9c9;
	padding:10px;
}

.tab-content p
{
	margin: 0px;
    line-height: 1.6;
    /*font-weight: 500;*/
    font-size: 13px;
    letter-spacing: 0.5px;
}

#product .control-label
{
	font-weight: bold;
}

.qty_label
{
	background-color:white;
	font-weight: bold;
	width:0;
	border-style: none;
	padding-left:0px;
	color:black;
	padding-bottom:8px;
}

.btn-number
{
	padding:6px 12px;
}

.form_width_40
{
	width:40%;
	margin-bottom:15px;
}

.input-group-flex>span {
	padding-bottom:0px!important;
	padding-left:20px;
}

.add_this_icon
{
	margin-top:8px;
}

.search_cat select
{
	background-color:#f5f5f7;
	border-style: none;
	font-weight: bold
}

.search_cat
{
	width:29%;
	margin-right:5px;
}

input.waiting_list_field::-webkit-input-placeholder 
{
   font-style: italic;
   color:gray;
}
input.waiting_list_field:-moz-placeholder
{
   font-style: italic; 
   color:gray; 
}
input.waiting_list_field::-moz-placeholder
{
   font-style: italic;  
   color:gray;
}
input.waiting_list_field:-ms-input-placeholder
{  
   font-style: italic; 
   color:gray;
}

input.newsletter_field::-webkit-input-placeholder 
{
   font-style: italic;
   color:#c9c9c9;
}
input.newsletter_field:-moz-placeholder 
{
   font-style: italic; 
   color:#c9c9c9; 
}
input.newsletter_field::-moz-placeholder 
{
   font-style: italic;  
   color:#c9c9c9;
}
input.newsletter_field:-ms-input-placeholder 
{  
   font-style: italic; 
   color:#c9c9c9;
}

.product-product .product-image-additional-container {
    padding: 0px 55px!important;
}

@media screen and (min-width:561px)
{
	.g-recaptcha
	{
		margin-left: 0px;
	}
}

.footer-upper-contet
{
	font-size:13px;
	font-weight:500;
}

.header-menu
{
	margin-right:30px!important;
}

.account_icon
{
	margin-left:20px;
}

.banner_header
{
    margin-bottom:30px;
}

#product-tabs
{
	display:flex;
	flex-wrap: wrap;
}

@media screen and (max-width:1024px)
{
	.container2
	{
		width:80%;
	}
	.footer_address 
	{
		margin-right:20px;
	}
	.banner_h2-light_image, .banner_h2-dark_image
	{
		font-size: calc(30px + (40 - 20) * (100vw - 320px) / (1920 - 320));
		font-weight: bold
	}
	.banner_desc
	{
		padding:10px 0px;
		line-height: normal
	}
	.banner_arrow
	{
		height:30px;
		width:30px;
	}
	.form_width
	{
		width:80%;
	}
	.input-group-flex>span 
	{
	    padding-bottom: 0px!important;
	    padding-top:10px;
	    padding-left:0px;
	    /*padding-left: 20px;*/
	}
	.add_this_icon
	{
		margin-top:16px;
	}
	.search_cat
	{
		width:100%;
		margin-right:0px;
	}
	.search_cat select
	{
		border:1px solid #ccc;
	}
	.about_us_bg
	{
		background-position: right -238px top;
	}
	.smaller_container
	{
		/*margin:auto;*/
		width:90%;
	}
	.article-name
	{
		margin-top:-20px;
	}

}

@media screen and (max-width:800px)
{
	.container2
	{
		width:90%;
	}
	.newsletter_padding_top
	{
		padding-top:20px;
	}
	.footer-upper-contet>*:first-child {
	    margin-right: 30px;
	}
	.footer_address 
	{
		margin-right:30px;
	}
	.owl-nav > *:nth-child(1) {
	    left: 37px;
	}
	.owl-nav > *:nth-child(2) {
	    right: 37px;
	}
	.about_us_box
	{
		padding:50px 20px;
	}
	.about_us_box > .image_overlay
	{
		opacity: 0;
	}
	.smaller_container
	{
		/*margin:auto;*/
		width:100%;
	}
	.right_circle {
	    right: -50px;
	}
	.left_circle {
	    left: -50px;
	}
	.about_us_bg
	{
		background-position: right 0px top;
	}
	.featured-29
	{
	    margin-bottom: -55px;
	}
	.featured-btn
	{
		margin-bottom: 40px;
	}
}

@media screen and (max-width:560px)
{
	.info_link
	{
		display:none;
	}
	.footer-upper-contet
	{
		text-align: center;
	}
	.footer-upper-contet>*:first-child, .footer_address {
	    margin-right: 0px;
	}
	.footer-social-icons
	{
		justify-content: center;
	}
	.blue_bar
	{
		text-align: center;
	}
	.owl-item > div> .image_cover {
	    opacity: 1;
	}
	.banner_h2-light_image
	{
		color:white;
	}
	.banner_desc
	{
		color:white;
	}
	.owl-nav > *:nth-child(1) {
	    display:none;
	}
	.owl-nav > *:nth-child(2) {
	    display:none;
	}
	.article-name
	{
		/*margin-top:10px;*/
	}
	.about_us_bg
	{
		background-image: none!important;
	}
	.reg_btn {
	    text-align: center;
	}
	.g-recaptcha
	{
		margin-left: 0px;
	}
	.featured-29
	{
	    margin-bottom: -17px;
	}
	.g-recaptcha
	{
		margin-left: 18px;
	}
	.featured-btn
	{
		margin-bottom: 10px;
	}
}

@media screen and (max-width:420px)
{
	.container2
	{
		width:100%;
	}
	.newsletter_header, .newsletter_desc
	{
		text-align: center;
	}
	.newsletter-section
	{
		padding:20px!important;
	}
	.input_height
	{
		height:34px;
	}
	.newsletter_btn
	{
		padding:6px 12px;
	}
	.banner_box
	{
		width:100%;
	}
	.banner_box_left
	{
		margin-left:0px;
	}
	.banner_box_right
	{
		margin-right:0px;
	}
	.banner_btn
	{
		padding:6px 12px;
		font-size:12px;
	}
	.banner_h2-light_image, .banner_h2-dark_image
	{
		font-size: calc(25px + (40 - 20) * (100vw - 320px) / (1920 - 320));
		font-weight: bold
	}
	.nav-tabs
	{
		text-align: center;
	}
	.nav-tabs > li
	{
		width:100%;
	}
	.form_width, .form_width_40
	{
		width:100%;
	}
	input.waiting_list_field
	{
		margin-bottom:10px;
	}
	#waiting_list_submit
	{
		padding:10px 25px!important;
	}
}

@media screen and (max-width:400px)
{
	
}

@media screen and (max-width:360px)
{
	
}

@media screen and (max-width:320px)
{
	.newsletter_box
	{
		padding:0px 0px!important;
	}
}