@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900&display=swap');
/*Container @ desktop size is 1170 so divided by 2 = 585 - 15px (padding)*/

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* 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: #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;
}
/* 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: 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 .cart-buttons {
	margin: auto auto 0;
}
.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 */

/*open helper*/
body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    color:#000;
    line-height: 32px;
    letter-spacing: 4px;
    padding-top:30px;
    margin-bottom:20px;
    text-transform: uppercase!important;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
    content: '';
    width: 0!important;
    height: 0!important;
}
h2{
    text-transform: capitalize!important;
}
.theme_font_color{
    color:#00579a;
}
.theme_font_color2{
    color:#000;
}
.theme_font_color3{
    color:#101d5c;
}
.theme_background_color{
    background-color:#12264a!important;
}
.theme_border_color{
    border-color:#f3941e!important;
}
.theme_border_color_2{
    border-color:#fff!important;
}
.theme_background_color_2{
    background-color:#5c5d5f!important;
}
.theme_button_pd_color{
    background-color: #00579a!important;
    color:#000;
    letter-spacing: 3px;
    font-weight: bold;
    padding:10px 30px;
}
.theme_button_pd_color:hover{
    background-color: #0989ea!important;
    color:#fff;
}
.theme_button_pd_color2{
    background-color: #000;
    color:#fff;
    letter-spacing: 3px;
    font-weight: bold;
    padding:10px 30px;
}
.theme_button_pd_color2:hover{
    background-color: #2346ba!important;
    color:#fff;
}
.pd-5{
    padding:5px;
}
.pd-10{
    padding:10px;
}
.pd-l50{
    padding-left:50px;
}
.pd-r50{
    padding-right:50px;
}
.pdlr-0{
    padding-left:0px;
    padding-right:0px;
}
.lt-spacing_3{
    letter-spacing: 3px;
}
.theme_font_style{
    font-family: 'Montserrat', sans-serif;
}
.theme_font_style2{
    font-family: 'Montserrat', sans-serif;
}
.btn.theme_button{
    background-color:#00579a!important;
    border-color:#00579a!important;
    border-radius:3px!important;
    padding:15px 20px;
}
.btn.theme_button:hover{
    background-color:#5589b1!important;
}
.btn.theme_button2{
    background-color:transparent!important;
    border-color:#fff!important;
    border-radius:3px!important;
    padding:15px 20px;
}
.btn.theme_button2:hover{
    background-color:#5589b1!important;
}
.lt_spacing_2{
    letter-spacing:2px;
}
.black-font{
    color:#000;
}
.fs-30{
    font-size:30px;
}
.mg-2_5{
    margin:2.5%;
}
.mg-7_5{
    margin:7.5px;
}
.mgl-10{
    margin-left:10px;
}
.mgt_10{
    margin-top:10px;
}
.mgt_20{
    margin-top:20px;
}
.mgt_50{
    margin-top:50px;
}
.mgt_75{
    margin-top:75px;
}
.mgt-100{
    margin-top:-100px;
}
.mgt-20{
    margin-top:-20px;
}
.mgt_100{
    margin-top:100px;
}
.mgb_10{
    margin-bottom:10px;
}
.mgb_20{
    margin-bottom:20px;
}
.mgb_30{
    margin-bottom:30px;
}
.mgb_50{
    margin-bottom:50px;
}
.mgb_75{
    margin-bottom:75px;
}
.mgb_100{
    margin-bottom:100px;
}
.no_mgb{
    margin-bottom:0px;
}
.width_5{
    width:5%;
}
.width_10{
    width:10%;
}
.width_15{
    width:15%;
}
.width_16{
    width:16.66%;
}
.width_20{
    width:20%;
}
.width_25{
    width:25%;
}
.width_28{
    width:28%;
}
.width_30{
    width:30%;
}
.width_33{
    width:33.33%;
}
.width_35{
    width:35%;
}
.width_40{
    width:40%;
}
.width_50{
    width:50%;
}
.width_55{
    width:55%;
}
.width_60{
    width:60%;
}
.width_65{
    width:65%;
}
.width_66{
    width:66.66%;
}
.width_70{
    width:69%;
}
.width_75{
    width:75%;
}
.width_80{
    width:80%;
}
.width_100{
    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);
}
.button_width{
    width: 150px;
}
.button_height{
    height: 45px;
}
.flex-row{
    flex-direction: row;
}
.ft_size_16{
    font-size:16px;
}
.ft_size_20{
    font-size:20px;
}
.ft_size_25{
    font-size:25px;
}
.ft_size_30{
    font-size:30px;
}
.ft_size_40{
    font-size:40px;
}
.ft_size_80{
    font-size:80px;
}
.ft_black{
    color:#000;
}
.ft_grey{
    color:#929292;
}
.ft_uppercase{
    text-transform: uppercase;
}
.left_0{
    left:0;
}
.bottom_20{
    bottom:20px;
}
.bottom_30{
    bottom:30px;
}
.bkc_black{
    background-color:#000;
}
.remove_p_bottom p{
    margin-bottom:0!important;    
}
.pd_lg_l10{
    padding-left:10px;
}
.pd_lg_r10{
    padding-right:10px;
}
.bd_radius_30{
    border-radius: 30px!important;
    outline: none;
    overflow: hidden;
}
.bd_radius_30.active.focus,
.bd_radius_30.active:hover,
.bd_radius_30:active,
.bd_radius_30:active.focus,
.bd_radius_30:active:focus,
.bd_radius_30:active:hover,
.bd_radius_30.focus.active,
.bd_radius_30.focus:hover,
.bd_radius_30:focus,
.bd_radius_30:focus.active,
.bd_radius_30:focus:active,
.bd_radius_30:focus:hover,
.bd_radius_30:focus{
    outline: none;
}
.bd_radius:hover,
.bd_radius:focus,
.bd_radius:active{
    outline: none;
}
.no_bd{
    border:0;
}
.bg-transparent{
    background:transparent;
}
.box_shadow{
    -webkit-box-shadow: -3px -1px 36px -15px rgba(179,179,179,1);
    -moz-box-shadow: -3px -1px 36px -15px rgba(179,179,179,1);
    box-shadow: -3px -1px 36px -15px rgba(179,179,179,1);
}
.box_shadow_2{
    -webkit-box-shadow: 0px 0px 5px 3px rgba(224, 224, 224, 0.75);
    -moz-box-shadow: 0px 0px 5px 3px rgba(224, 224, 224, 0.75);
    box-shadow: 0px 0px 5px 3px rgba(224, 224, 224, 0.75);
}
.bgc_white{
    background-color:#fff;
}
.btn-primary {
    color: #fff!important;
    background-color: #12264a!important;
    border-color: #12264a!important;
}
.white_font{
    color:#fff;
}
.black_font{
    color:#000;
}
.theme_border{
    border:10px solid #2346ba;
}
@media screen and (max-width: 1200px) {
    .width_1200_100{
        width:100%;
    }
    .width_1200_25{
        width:25%;
    }
    .text-1200-center{
        text-align:center;
    }
}
@media screen and (max-width: 991px) {
    .md-text-center{
        text-align: center;
    }
    .width_md_0{
        width:0;
    }
    .width_md_100{
        width:100%;
    }
    .hidden-md-width{
        display:none;
    }
    .pd-md-l5{
        padding-left:5px;
    }
    .pd-md-r5{
        padding-right:5px;
    }
}
@media screen and (max-width: 768px) {
    .pd-md_10{
        padding:10px;
    }
    .width_sm_50_15{
        width:calc(50% - 15px);
    }
}
@media screen and (max-width: 767px) {
    .review_slide_1 .owl-nav {
        left: calc(50% - 65px);
    }
    .width_sm_50_15{
        width:calc(50% - 15px);
    }
    .width_sm_100{
        width:100%;   
    }
    .hidden-sm-width{
        display:none;
    }
    .float-xs-left{
        float:left;
    }
    .float-xs-right{
        float:right;
    }
}
@media screen and (max-width: 540px) {
    .width_xs_0{
        display:none;
    }
    .width_xs_30{
        width:30%;
        text-align:center;
    }
    .width_xs_50_15{
        width:calc(50% - 15px);
    }
    .width_xs_50{
        width:50%;
    }
    .width_xs_70{
        width:70%;
    }
    .width_xs_100{
        width:100%;
    }
    .float-xs-left{
        float:left;
    }
    .float-xs-right{
        float:right;
    }
}
/*close helper*/
.slideshow{
    overflow: hidden;
}
.top_header{
    font-size: 13px;
}
.mini_icon>*{
    margin:0 7.5px;
    color:#fff;
    text-transform: uppercase;
}
.mini_icon a{
    color:#fff;
    margin:0 10px;
}
.container {
    width: calc(100% - 250px);
}
.header-container{
    padding:20px 0;
}
.header-container {
    grid-template-columns: auto auto 1fr!important;
    -ms-grid-columns: auto auto 1fr!important;
    grid-template-rows: auto!important;
    -ms-grid-rows: auto!important;
}
.header-container .header-top {
    grid-column: 3 / 4!important;
    grid-row: 1 / 2!important;
    -ms-grid-column: 3!important;
    -ms-grid-row: 1!important;
    -ms-grid-column-span: 1!important;
    -ms-grid-row-span: 1!important;
}
.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;
}
.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:0 20px;
}
.search_container{
    width:100%;
}
.search-custom .search-box{
    width:100%!important;
    border-radius: 0px!important;
}
.header-container #enquiry>a .badge, .header-container #cart>a .badge {
    color:#000;
    background: transparent!important;
    top: unset!important;
    left: unset!important;
    transform: none!important;
}
#main-menu .sub-arrow{
    display:none;
}
#main-menu>li, #main-menu>li>a{
    height:100%;
}
#main-menu>li>a{
    background-color: #00579a!important;
    width: 40px;
    border-radius: 30px!important;
    text-align: center;
    color: #fff!important;
    justify-content: center;
}
.header-menu #main-menu li:hover .dropdown-menu {
    display: block!important;
    color: #000;
    overflow: hidden;
}
#main-menu {
    position: inherit!important;
    box-shadow: none;
}
#main-menu>li {
    position: inherit;
}

.header-container .header-menu #main-menu div a:hover{
    color:#00579a!important;
}
.header-container .btn.btn-link.dropdown-toggle{
    border:1px solid #fff;
    padding:0 10px!important;
    min-width:100px!important;
    color:#fff;
    min-height: 35px!important;
    height: 35px!important;
    top: 10px;
}
.header-container .dropdown-menu {
    top: 125%;
    text-align:center;
    min-width: 99px;
    border:1px solid #fff;
}
.header-container .dropdown-menu.online-shop-menu{
    top: 82%;
    text-align: center;
    min-width: 99px;
    border: 1px solid #fff;
}
.overlay-all{
    position: absolute;
    top: 180px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    z-index: 999;
    opacity: 0.5; 
    display:none;
}
.dropdown-menu.online-shop-menu{
    height: calc(100vh - 132px);
    overflow-y: auto;
}
.online-shop-menu {
    position: absolute;
    z-index: 1000;
    float: left;
    font-size: 15px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(87,87,87,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(87,87,87,1);
    box-shadow: 0px 0px 20px 0px rgba(87,87,87,1);
    width: 90%;
    display: none!important;
    border: 0!important;
    padding: 5px 25px;
    padding-bottom: 15px;
    margin: 0 5%!important;
    height: auto!important;
    max-height: auto!important;
}
.online-shop-menu h4{
    color:#00579a;
    font-weight:bold;
    margin-top:10px;
    margin-bottom:8px;
    font-size:15px;
    text-align:left;
}
.online-shop-menu h4.active{
    color:#00579a;
}
.online-shop-menu .child_box{
    display:none;
}
.header-container .header-menu #main-menu div a{
    font-size:15px;
    color:#000!important;
    padding: 0px!important;
    margin-bottom: 8px;
    white-space: normal;
    text-align:left;
}
.online-shop-menu ::-webkit-scrollbar {
  width: 12px;
}
/* Track */
.online-shop-menu ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.online-shop-menu ::-webkit-scrollbar-thumb {
  background: #f1e6dd; 
}

/* Handle on hover */
.online-shop-menu ::-webkit-scrollbar-thumb:hover {
  background: #ead4db; 
}
a.ca.collapsed:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-left: 3px;
}
.homepage_category .item-header{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight:bold;
    color:#000;
    letter-spacing:2px;
    font-size: 20px;
}
.homepage_category #side-categories .group .item a {
    font-family: 'Montserrat', sans-serif;
    padding: 7px 0px;
    color:#404040;
    font-weight:bold;
    text-transform: uppercase;
}
.homepage_category #side-categories .group .level-1.item a {
    background-position-y: center;
    background-repeat: no-repeat;
    padding-left:30px;
}
.homepage_category #side-categories .group .item a:hover{
    background-color:transparent!important;
    color:#F15342!important;
}
.homepage_category #side-categories .group .item .toggle {
    border-left: 0;
}
.homepage_category #side-categories .group:not(:last-child) {
     border-bottom: 0; 
}
.homepage_category .side-categories-level-1{
    margin-bottom:10px;
}
.homepage_category #side-categories .group .level-2.item a {
    padding-left: 10px;
}
.homepage_category .list-group-item {
    padding-left:0;
}
.homepage_category #side-categories .group .item .toggle:hover,
.homepage_category #side-categories .group .item:hover .toggle,
.homepage_category #side-categories .group .item:hover {
    background: transparent;
    color: #F15342;
}
#slideshow0 .slider-nav .fa {
    color: #ffffff;
}
.homepage_section{
    background-color:#ebebeb;
    padding:30px 0;
}
.homepage_section>div>div{
    border-right:1px solid #00579a;
}
.homepage_section>div>div:last-child{
    border-right:0;
}
.common-home,
.common-home #column-left #side-categories{
    background-color:#f6f6f6;
}
.common-home #side-categories .list-group-item {
    background-color:#f6f6f6;
}
.common-home .featured-28{
    background-color:#fff;
}
.common-home .featured-29{
    background-color:#fff;
}
.common-home .featured-30{
    background-color:#f3f3f3;
}
.common-home .featured-31{
    background-color:#fff;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    color: #00579a;
    font-weight: bold;
}
.product-block {
     border: 0!important;
     background-color:transparent!important;
}
.product-block .product-inputs{
    display:none;
}
.product-block .product-name {
    text-align:left;
    padding:14px 0 7px!important;
    height: 96px;
    /*overflow: hidden;*/
}
.product-block .product-details {
    margin:0 auto 0!important;
}
.slick-slider .product-gutter {
    height:100%;
}
.product-block .product-name a{
    font-family: "Open Sans", sans-serif;
    font-size:14px;
    color:#666;
    font-weight: 600;
    
}
.product-block .product-details{
    width:100%;
}
.product-block .price{
    width:50%;
    text-align:left;
}
.product-block .save{

    font-size:16px;
    text-align:right;
}
.product-block .price span{
    color:#F15342!important;
}


.product-block .save .save_amount{
    color:#F15342!important;
}
.product-block .product-details .price .price-old {
    text-decoration: line-through;
    color:black!important;
    display:none;
}
.featured-module .slick-slide, .related-products .slick-slide {
    margin: 0px 15px!important;
}

.price_wogst {
    font-size: 14px;
     color:#000;
    padding:5px 0px;
     text-align:left;
    margin-bottom:0px;

}

.pricing_box .retail_price{
    background-color:#cedfec;
    color:#000;
    padding:5px 0px;
}
.pricing_box .retail_price p{
    text-align:left;
    margin-bottom:0px;
    font-weight: bold;
}
.pricing_box .retail_price span{
    font-weight:normal;
}
.pricing_box .bulk_detail{
    background-color:#e5eef5;
    text-align:left;
    padding:5px 0px;
    line-height: 18px;
}
.font-orange{
    color:#F15342;
    text-align: right;
    /*line-height: 12px;*/
}
#productModal .modal-dialog{
    width:900px;
}
#productModal img{
    width:100%;
}
#productModal .width_60{
    padding:0 20px;
}
#productModal .modal_product_title{
    color:#00579a;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom:15px;
}
#productModal .price{
    color:#F15342;
    font-size:20px;
    font-weight: bold;
    margin-bottom:-2px;
}
#productModal .modal_bulk_detail, #productModal .modal_bulk_detail_inner{
    font-family: 'Montserrat', sans-serif;
}
#productModal h3{
    font-family: 'Montserrat', sans-serif;
}

.product-tax-price {
    font-size: 11px !important;
    margin-top: 2px;
}
#productModal .modal_product_option{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color:#000;
    margin-top:10px;
    max-height:220px;
    overflow-y:auto;
}
.product-product .modal_product_option_inner{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color:#000;
    margin-top:10px;
}
#productModal .modal_option_row:nth-child(even),
.product-product .modal_option_row:nth-child(even){
    background-color:#cedfec;
}
#productModal .modal_option_row,
.product-product .modal_option_row{
    width: 100%;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#productModal .modal_product_bottom,
.product-product .modal_product_bottom{
    padding:15px 0;
    text-align: right;
}
#productModal .modal_product_bottom h4,
.product-product .modal_product_bottom h4{
    font-weight: 600;
    color:#000;
    font-family: 'Montserrat', sans-serif;
}
#productModal .modal_quantity,
#productModal .modal_total{
    color:#F15342!important;
}
footer{
    padding-bottom:0px!important;
}
footer, footer a, footer h5{
    background-color:#fff;
    color:#000;
}
footer a:hover{
    color:#00579a;
}
footer li{
    margin-bottom: 8px;
}
footer h5{
    font-size:18px;
    margin-bottom:20px;
}
footer p.m0{
    line-height:25px;
}
footer .footer-social-icons{
    margin-top:20px;
}
footer .footer-upper-contet>*:last-child{
    flex:0.5!important;
}
.page-banner-title{
    font-size:30px;
    text-align:center;
    font-weight: bold;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.breadcrumb{
    background-color: transparent;
    border:0;
}
.breadcrumb a{
    color:#000;
}
.information-information.iid-4 #content,
.information-contact #content{
    min-height:auto;
}
.common-home h2{
    display:block;
}
.information-information.iid-4 .about_content h3{
    color:#00579a;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom:30px;
}
.information-information.iid-4 .about_content p{
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color:#000;
    line-height:25px;
}
.product-category{
    background-color: #f6f6f6;
}
.product-category #column-left .list-group-item{
    background-color:transparent;
    padding: 10px 5px;
}
.product-category #column-left .list-group-item.item-header{
    font-size:20px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.product-category #side-categories .group .item a{
    color:#797979;
    font-weight: 500;
    padding:7px 0px;
    font-family: 'Montserrat', sans-serif;
}
.product-category #side-categories .group .item .toggle{
    border-left:0;
}
.product-category #side-categories .group .item a:hover {
    background:transparent;
    color: #00579a;
}
.product-category #side-categories .group .item:hover a,
.product-category #side-categories .group .item:hover .toggle{
    background:transparent;
    color: #00579a;
}
.product-category #side-categories .group .item .toggle:hover {
    background: transparent;
    color: #00579a;
}
.product-category #side-categories .group .item.active+.sub {
    border-top: 0;
}
.product-category #side-categories .group .item.level-2 a{
    padding:7px 8px;
}
.product-category #side-categories .group .item.level-3 a {
    padding: 7px 15px;
}
.product-category #side-categories .group:not(:last-child) {
    border-bottom: 0;
}
.product-category .col-sm-9{
    background-color:#fff;
    padding-top:20px;
}
.special-sticker {
    right:auto;
    left: 0px;
    display:none;
}
.information-contact .panel-body{
    padding:0;
    border:0;
}
.information-contact .panel-default {
    border-color: transparent;
}
.information-contact .iframe-wrap iframe{
    border-radius: 30px;
}
.information-contact iframe{
    width:100%!important;
}
.information-contact #content h3{
    margin: 20px 0px;
    color: #505050;
    font-size: 20px;
    font-weight: bold;
}
.information-contact .information_box{
    width:100%;
}
.information-contact .information_box a{
    color:#888888;
}
.information-contact .information_box a:hover{
    color:#00579a;
}
.information_box{
    display:flex;
    flex-wrap:wrap;
}
.information-contact .information_left_box{
    width:30%;
    display:flex;
    flex-wrap:wrap;
    color:#000;
}
.information-contact .information_left_box a{
    color:#000;
}
.information-contact .information_right_box{
    width:70%;
    float: left;
}
html{
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}
.product-product h3{
    color:#000;
    text-transform: uppercase;
    font-weight:bold;
}
.product-product .old-prices{
    color:#adadad;
    font-size:16px;
    margin-left:15px;
    font-weight:bold;
    display:none;
}
.product-product .product-price,
.product-product .product-special-price.new-prices{
    color:#F15342;
    font-size:24px;
    font-weight:bold;
    margin-left:0px;
    display: flex;
}
.product-product .product-description, .product-product .price_wogst{
    margin-top:15px;
    line-height:25px;
   
}
.product-product #product {
    max-width: 100%!important;
}
.accordion:after{
    font-family: "FontAwesome";
    content: "\f107";
    right: 0;
    padding-right: 15px;
    position: absolute;
}
.active, .accordion:hover {
  color: #00579a; 
}
.product-product .slick-slide .main_images {
    border: 0px solid #ccc;
}
.product-product .product-image-additional-container img {
    border: 1px solid transparent!important;
}
.product-product #product-tabs{
    border-bottom: 1px solid #000;
}
.product-product #product-tabs li.active a{
    background-color:transparent;
}
.product-product #product-tabs li a{
    border:0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size:20px;
    letter-spacing: 2px;
    color:#000!important;
}
.product-product #product-tabs li.active a{
    color:#00579a!important;
}
.product-product #product-tabs li a:hover {
    background-color: transparent;
    color:#00579a!important;
}
.product-product .tab-content{
    border-bottom:1px solid #000;
    padding:20px 30px;
}
.product-product .tab-content p{
    color:#000;
    font-family: 'Montserrat', sans-serif;
    line-height:25px;
}
.product-product .featured-module h2{
    display:block;
}
.dropdown-menu .cart-dorpdown-items .item-details{
    text-align:left;
}
.checkout-cart .add_button{
    color:#fff;
    background-color:#00579a;
}
.button_padding{
    border-radius: 3px!important;
    outline:none;
    padding:15px 20px;
}
.quickcheckout-checkout #checkout,
.quickcheckout-checkout #shipping-method,
.quickcheckout-checkout #payment-method,
.quickcheckout-checkout #payment-address{
    border:1px solid #cacaca;
    margin-bottom:10px;
}
.quickcheckout-checkout #checkout .quickcheckout-heading,
.quickcheckout-checkout #shipping-method .quickcheckout-heading,
.quickcheckout-checkout #payment-method .quickcheckout-heading,
.quickcheckout-checkout #payment-address .quickcheckout-heading{
    padding:10px!important;
    margin-top:0;
    background-color:#f9f9f9!important;
}
.quickcheckout-checkout #checkout .quickcheckout-content,
.quickcheckout-checkout #shipping-method .quickcheckout-content,
.quickcheckout-checkout #payment-method .quickcheckout-content,
.quickcheckout-checkout #payment-address .quickcheckout-content{
    padding:10px!important;
}
.checkout_step{
    list-style: none;
    display:flex;
    flex-wrap:wrap;
    flex-direction: row;
    padding-left:0px;
}
.checkout_step li{
    padding:5px 10px;
    padding-right:20px;
    margin-right:24px;
    border:0px solid #bfbfbf;
    border-right:0;
    position:relative;
    background-color:#dddddd;
    color:#000;
}
.checkout_step li.active{
    background-color:#00579a;
    color:#fff;
}
.checkout_step li:after {
    content: "";
    width: 0px;
    height: 0;
    position: absolute;
    border-top: 15px solid white;
    border-bottom: 15px solid white;
    border-left: 12px solid #dddddd;
    top: 0;
    right: -12px;
}
.checkout_step li.active:after {
    border-left: 12px solid #00579a;
}
.checkout_step li:before {
    content: "";
    width: 0px;
    height: 0;
    position: absolute;
    border-top: 15px solid #dddddd;
    border-bottom: 15px solid #dddddd;
    border-left: 12px solid white;
    top: 0;
    left: -12px;
}
.checkout_step li.active:before {
    border-top: 15px solid #00579a;
    border-bottom: 15px solid #00579a;
}
.checkout_step li:first-child:before {
    display:none;
}
#cart:hover .dropdown-menu{
    display:block;
}
.product-category .panel{
    background-color:transparent;
}
.product-category #max, .product-category #min{
    top:0!important;
    color: #000;
    font-weight: 600;
}
.product-category #side-price{
    margin-top:50px;
}
#side-price .ui-slider-handle {
    background: #00579a!important;
}
#side-price .ui-slider-range {
    background: #00579a!important;
}
#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 #00579a;
}
.product-category .color_checkmark {
  top: -42px;
  height: 40px;
  width: 40px;
  background-color:transparent;
}
.delivery_table{
    margin-top:15px;
}
.delivery_table table{
    width:100%!important;
}
.delivery_table table tr:first-child td{
    background-color:#28323c;
    color:#fff;
    padding:10px;
}
.delivery_table table tr td{
    padding:10px;
}

#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: #00579a;
}
.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:7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 
/*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!important;
}

.cart-notice{
	position: absolute;
	display: flex;
	z-index: 2;
	background: white;
	padding: 3px;
	border-radius: 4px;
	box-shadow: 0px 0px 1px 2px rgba(0,0,0, 0.1);
	width: 165px;
	right: 0px;
	padding-top: 6px;
	padding-bottom: 8px;
}
.cart-notice > div{
	padding-left: 10px;
}

.cart-notice > div:first-child{
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cart-notice > div:first-child span{
	width: 40px;
	padding: 5px 0px;
	background: #00579a;
	color: white;
	font-size: 20px;
	display: block;
	text-align: center;
	border-radius: 50px;
	font-weight: 600;
}

.cart-notice > div:first-child + div{
	padding-right: 10px;
	font-size: 14px;
}

.cart-notice > div:first-child + div a{
	display: block;
}

#enquiry .free-shipping-indicator .free-shipping-label:after, #cart .free-shipping-indicator .free-shipping-label:after {
    border-top-color: #00579a!important;
}
#enquiry .free-shipping-indicator .free-shipping-label, #cart .free-shipping-indicator .free-shipping-label {
    background: #00579a!important;
}
#enquiry .free-shipping-indicator .free-shipping-progress .free-shipping-progress-bar, #cart .free-shipping-indicator .free-shipping-progress .free-shipping-progress-bar {
    background: #00579a!important;
}
#enquiry .free-shipping-indicator .free-shipping-icon i::before, #cart .free-shipping-indicator .free-shipping-icon i::before {
    color: #00579a!important;
}
.product-product #product.small_product_box{
    width:250px!important;
}
.product-product #product.small_product_box #button-cart{
    margin-top:20px;
}
.sidr{
    background-color:#00579a!important;
}
.cd-accordion-menu a, .cd-accordion-menu label {
    background: #5187b1!important;
}

.product-category .product-view{
    width: 100%;
}
/*.product-product .featured_recommandate_products_1{
    display:none;
}*/
.image-zoom:hover img, .image-zoom-hover:hover img {
    transform: scale(1)!important;
}
#cart1 {
    padding-top: 0px!important;
}
.mailchimp-integration.box h3{
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.mailchimp-integration.box .mi-toptext{
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}
.newsletter-grid {
    display: grid!important;
    grid-template-columns: 1fr auto!important;
    grid-template-rows: auto!important;
}
.newsletter-grid .mi-block input{
    text-align:center;
}
.newsletter-grid > div:nth-last-child(2) {
    grid-column-start: 1!important;
    grid-column-end: 3!important;
}
.newsletter-grid > div:last-child {
    grid-column-start: 1!important;
    grid-column-end: 3!important;
}
.mailchimp-integration.box .mi-block.mi-button{
    color:#fff;
    font-family: 'Montserrat', sans-serif;
}
.location_box h3 a:hover{
    color:#00579a;
}
#popup-modal .modal-body {
    padding-bottom: 60px;
}
@media screen and (max-width: 1600px) {
    .container {
        width: calc(100% - 100px);
    }
}
@media screen and (max-width: 1400px) {
    .container {
        width: calc(100% - 50px);
    }
}
@media screen and (max-width: 1200px) {
    .container {
        width: 95%;
    }
    .mini_icon a {
        margin: 0px;
    }
    .contact_link{
        margin-left:5px!important;
    }
    .location_box h3 a {
        letter-spacing: 1px;
    }
    .width_md_25{
        width:25%;
    }
}
@media screen and (max-width: 1199px) {
    #content .fix_filter .col-md-6:nth-child(2n+1){
        clear:none!important;
    }
}

@media screen and (max-width: 1024px) {
    .product-block .product-name {
        height: 110px;
    }
}


@media screen and (max-width: 992px) {
    .location_box .width_30 {
        padding-right: 15px!important;
    }
}
@media screen and (max-width: 991px) {
    .container {
        width: 100%;
    }
    .homepage_category{
        display:none;
    }
    .home-left{
        width:100%;
    }
    .header-container {
        grid-template-columns: auto auto auto!important;
        -ms-grid-columns: auto auto auto!important;
        grid-template-rows: auto!important;
        -ms-grid-rows: auto!important;
    }
    .header-container .header-mobile-links {
        grid-column: 1 / 1;
    }
    .header-container .header-top {
        grid-column: 3 / 4!important;
        grid-row: 1 / 2!important;
        -ms-grid-column: 3!important;
        -ms-grid-row: 1!important;
        -ms-grid-column-span: 1!important;
        -ms-grid-row-span: 1!important;
    }
    .header-container .header-logo {
        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;
    }
    .banner_section_bottom {
         height: auto!important; 
    }
    .footer-upper-contet>* {
        width: 50%;
        flex: initial!important;
        -ms-flex: initial!important;
        padding-bottom: 15px;
        text-align:center;
        margin-top:15px;
    }
    footer .footer-upper-contet>*:last-child {
        width: 100%;
        flex: initial!important;
        -ms-flex: initial!important;
        padding-bottom: 15px;
        text-align:center;
        margin-top:15px;
    }
    .product-category .breadcrumb{
        display:none;
    }
    .width_md_25{
        text-align:center;
    }
    #productModal .modal-dialog {
        width: 95%;
    }
    .product-category .col-sm-9 {
        margin-top: 0px;
    }
    #column-left #filter_group_tigger_open{
        display:none!important;
    }
    .col-sm-11.col-sm-offset-1{
        margin-left:0;
    }
    .product-block .product-name a{
    display:inline-block;
    font-size:12px;
    line-height: 1.55em;
    }
    /*.product-block .product-name a {*/
    /*    letter-spacing: 0px;*/
    /*}*/
}
@media screen and (max-width: 768px) {
    .homepage_section>div>div:nth-child(2n+2) {
        border-right: 0;
    }
    .width_sm_50{
        width:50%;
    }
    .location_box .width_30 {
        padding-right: 7.5px!important;
    }
    .banner_section_top, .banner_section_bottom{
        text-shadow: 1px 2px black;
    }
    
    .product-block .product-name {
    height: 92px;
    }
    .product-block .product-name a{
    display: inline-block;
    font-size:14px;
    line-height: 1.6em;
    }
    .modal_option_row .input-group .input-group-addon+input, .input-group .input-group-btn+input {
        min-width: 70px;
    }
}
@media screen and (max-width: 767px) {
    #filter_group_tigger_open {
        position: unset!important;
        top: 0!important;
        left: 0!important;
        transform: translateY(0%)!important;
        z-index: 1!important;
        width: 100%!important;
        background-color: #fff;
        color: #565656;
        border: 0;
        min-width: 100%!important;
        min-height: 40px!important;
        height: 40px!important;
        padding: 2px 14px!important;
        border:#c3c3c3 solid 1px;
        text-transform: capitalize;
    }
    .fix_filter .col-xs-4{
        padding:0px
    }
    .fix_filter .col-xs-4 .form-group {
        margin-bottom: 0px;
    }
    .fix_filter{
        position: fixed;
        width: 100%;
        z-index:3;
        margin-left: -15px;
    }
    .fix_filter .input-group-prepend{
        width:0!important;
    }
    .fix_filter select{
        width:100%;
    }
    .fix_filter #filter_group_tigger_open{
        background-color:#fff!important;
        border-color:#ccc!important;
        color:#000!important;
    }
    .fix_filter .input-group-b4>.form-control, .fix_filter .input-group-b4> .input-group-addon, .fix_filter .input-group-b4>.input-group-btn>.btn {
        height: 40px;
        padding: 10px;
        -webkit-appearance: none;
        background-color: #fff;
        text-align: center;
        text-align: -webkit-center;
        flex-direction: column;
    }
    .information-contact .information_left_box,
    .information-contact .information_left_box .contact_info_box{
        width:100%;
        text-align: center;
    }
    .information-contact .information_left_box .contact_info_box div{
        justify-content: center;
    }
    .information-contact .information_right_box{
        width:100%;
        text-align: center;
    }
    .homepage_section>div>div {
        border-right: 0;
    }
    .xs_text_center{
        text-align:center;
    }
    #productModal button.close {
        position: absolute;
        right: 20px;
        font-size: 30px;
        opacity: 1;
    }
    .header-logo-image img{
        width:190px;
    }
    .location_box .location_reverse{
        /*flex-direction: column-reverse;*/
    }
    .location_box .width_30{
        padding-right:0!important;
    }
    .location_box .location_theme {
        text-align:center;
        padding:20px;
    }
/*    .location_box .order-md-1{
        order: 1;
    }*/
    .contact-footer input{
        margin:0 auto;
    }
    .featured-module .slick-nav{
        display:none;
    }
    .featured-module .slick-slide, .related-products .slick-slide {
        margin: 0px 7.5px!important;
    }
    .featured-module .featured {
        padding: 0px 0px!important;
    }
    .container {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
    .product-category .product-view {
        width: 103.2%;
    }
    
    
}
@media screen and (max-width: 700px) {
    .checkout_step {
        flex-direction: column;
    }
    .checkout_step li {
        margin-top:15px;
        margin-right: 0px;
    }
    .checkout_step li.active:after {
        border-top: 12px solid #00579a;
    }
    .checkout_step li:after {
        content: "";
        width: 0px;
        height: 0;
        position: absolute;
        border-right: 15px solid white;
        border-left: 15px solid white!important;
        border-top: 12px solid #dddddd;
        top:auto;
        bottom: -27px;
        right: 50%;
        transform: translateX(50%);
    }
    .checkout_step li:last-child:after {
        content: "";
        width: 0px;
        height: 0;
        position: absolute;
        border-right: 0 solid white;
        border-left: 0 solid white!important;
        border-top: 0 solid #dddddd;
        top:auto;
        bottom: -27px;
        right: 50%;
        transform: translateX(50%);
    }
    .checkout_step li:before {
        content: "";
        width: 0px;
        height: 0;
        position: absolute;
        border-top: 0 solid #dddddd;
        border-bottom: 0 solid #dddddd;
        border-left: 0 solid white;
        top: 0;
        left: 0;
    }
    
    .modal_option_row .input-group .input-group-addon+input, .input-group .input-group-btn+input {
        min-width: 70px;
    }
    
}
@media screen and (max-width: 540px) {
    .product-view>.product-gutter {
        width: 50%!important;
    }
    .page-banner-title {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .product-block .product-name a{
    display: inline-block;
    font-size:13px;
    line-height: 1.5em;
    }
    /*.modal_option_row .input-group .input-group-addon+input, .input-group .input-group-btn+input {*/
    /*   width: 70px;*/
    /*}*/
    
    /*.sliding-text {
        position: relative;
        white-space: nowrap;
        animation: floatText 10 infinite;
        -moz-animation: floatText 10s infinite;
        -webkit-animation: floatText 10s infinite;
        -ms-animation: floatText 10s 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: -80%;
      }
      to {
        right:100%;
      }
    }*/
}


@media screen and (max-width: 376px) {
    
    .product-block .product-name a{
    display: inline-block;
    font-size:11px;
    line-height: 1.5em;
    }
    
    .modal_option_row .input-group .input-group-addon+input, .input-group .input-group-btn+input {
       width: 70px;
    }
}

.cart-buttons .btn.theme_button {
       padding: 0px 8px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33.99px !important;
    width: 100%;
}

.product-block .product-inputs-o .open-cart {
    height: 33.99px !important;
}

.product-block .product-inputs-o .input-number {
       height: 33.99px !important;
}


.search-custom {
    position: relative;
}

.search-results {
    position: absolute;
    width: calc( 100% - 10px);
    left: 0px;
    display: none;

    background: white;

}

.res-img-holder {
        display: flex;
    align-items: center;
        justify-content: flex-start;
}

.res-img-holder img {
    margin-right: 5px;
}

.res-row:hover {
    background: #f1f1f1 !important;
}

.res-row:hover a {
    color: #F15342;
}

.res-price {
    font-weight: bold;
    color: #F15342;
}

.all-res {
    display: flex;
    justify-content: center;
    margin: 10px;
}

.res-row {
    display: flex;
    padding: 10px ;
    align-items: center;
    justify-content: space-between;
}

.retail_inner {
    margin-top: 0px !important;
}
.modal_bulk_detail * {
    font-size: 12px !important;
}
.modal_bulk_detail .large-font {
    font-size: 12px !important;
}

@media all and (min-width: 992px) {
    #productModal .modal_bulk_detail, #productModal .modal_bulk_detail_inner {
        width: 60%;
    }
}

@media all and (min-width: 992px) {
  .bulk-inner {
        width: 90% !important;
    }
    
}

.modal_bulk_detail p, .pricing_box .bulk_detail p {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0rem;
}
.pricing_box .modal_bulk_detail p, .pricing_box .bulk_detail p:first-child{
    border-top: 1px solid #ccc;
}

.search-custom {
    position: relative;
}
.search-all-btn {
    /*background: red;*/
    width: 100%;
    
    padding: 2rem !important;
    display: flex;
    justify-content: center;
}
.product-image-block:hover .product-grid-wishlist {
	display: block !important;
}
.product-grid-wishlist {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}
.product-grid-wishlist .btn {
	border: 0;
	background: none;
}
.fa.wishlist {
	font-size: 25px !important;
	color: #F15342 !important;
}
#contactsitemap {
    padding-top: 50px;
}
.common-home div#side-manufacturer {
    display: none;
}
.common-home #side-categories .group .item .toggle {
    border-left: 0px;
}
.common-home #side-categories .group:not(:last-child){
    border: 0px;
}
.common-home #side-categories .group .item.active+.sub{
    border: 0px;
}
.common-home #side-categories .group .item a{
    color: #797979;
    font-family: 'Montserrat', sans-serif;
}
.common-home .list-group-item.item-header {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.common-home .item.level-2 {
    padding-left: 10px;
}
.common-home .item.level-3 {
    padding-left: 20px;
}
.footer-contact-info {
    margin-right: 20px;
}