/*Container @ desktop size is 1170 so divided by 2 = 585 - 15px (padding)*/
@font-face {
    font-family: 'AvenirLTStd-Roman';
    src: url('fonts/AvenirLTStd-Roman.eot');
    src: url('fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Roman.woff') format('woff'),
        url('fonts/AvenirLTStd-Roman.ttf') format('truetype'),
        url('fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Black';
    src: url('fonts/AvenirLTStd-Black.eot');
    src: url('fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Black.woff') format('woff'),
        url('fonts/AvenirLTStd-Black.ttf') format('truetype'),
        url('fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black') format('svg');
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Medium';
    src: url('fonts/AvenirLTStd-Medium.eot');
    src: url('fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Medium.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Medium.woff') format('woff'),
        url('fonts/AvenirLTStd-Medium.ttf') format('truetype'),
        url('fonts/AvenirLTStd-Medium.svg#AvenirLTStd-Medium') format('svg');
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Light';
    src: url('fonts/AvenirLTStd-Light.eot');
    src: url('fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Light.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Light.woff') format('woff'),
        url('fonts/AvenirLTStd-Light.ttf') format('truetype'),
        url('fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
    font-style: normal;
}
@font-face {
    font-family: 'AvenirLTStd-Book';
    src: url('fonts/AvenirLTStd-Book.eot');
    src: url('fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Book.woff') format('woff'),
        url('fonts/AvenirLTStd-Book.ttf') format('truetype'),
        url('fonts/AvenirLTStd-Book.svg#AvenirLTStd-Book') format('svg');
    font-style: normal;
}
body {
	font-family: 'AvenirLTStd-Medium', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 15px;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
}
/* 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: 0px;
    padding: 100px 0px 35px;
    background-color: #fff;
    border-top: 0px solid #a2a2a2;
    color: #404040;
    background: url(../../../../../image/catalog/footer/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-family: 'AvenirLTStd-Black';
}
body:not(.common-home ) .page_bg ~ #footer-area footer {
    background: url(../../../../../image/catalog/footer/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
    font-size: 22px;
    font-weight: 600;
    color: #c21f30;
    font-family: 'AvenirLTStd-Black';
    margin-bottom: 18px;
    text-transform: uppercase;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 20px 0 30px 0;
    padding: 8px 0;
    border: none;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 12px;
	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;
    height: 15px;
    width: 2px;
    background-color: #333;
    position: absolute;
    top: 50%;
    right: -2px;
    color: #000;
}
.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: 0px;
}

.product-product .vertical .product-image-additional-container {
        padding: 20px 0;
        height: 100%;
}
.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 {
    left: 50%;
    transform: translateX(-50%);
    height: 25px;
    top: -18px;
    width: 100%;
}
.product-product .vertical .product-image-additional-container .slick-nav.next {
    left: 50%;
    transform: translateX(-50%);
    height: 25px;
    bottom: -18px;
    top: auto;
    width: 100%;
}
/* 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 */


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

a {
    color: #c21f30;
}
a:hover {
    color: #c21f30;
}
.header-container {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 2fr 1fr;
    -ms-grid-columns: 1fr 2fr 1fr;
    grid-template-rows: auto;
    -ms-grid-rows: auto;
}
.header-container .header-logo {
    grid-column: 1 / 2;
    grid-row: 1 / 1;
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    padding: 12px 0;
}
.header-container .header-menu {
    grid-column: 2 / 3;
    grid-row: 1 / 1;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
    justify-content: center;
    align-items: center;

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

.container{
    width: calc(100% - 240px);
}

.header_banner{
    background-color: #c21f30;
    color: #fff;
    padding: 8px;
}
.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: left;
    font-family: 'AvenirLTStd-Black', sans-serif;
    font-size: 17px;
}
@keyframes floatText {
  from {
    right: -100%;
  }
  to {
    right: 80%;
  }
}

.header-container #enquiry>a .badge>span, .header-container #cart>a .badge>span {
    font-size: 10px;
}
.header-container #enquiry>a .badge, .header-container #cart>a .badge {
    position: absolute;
    top: 10%;
    left: 80%;
    background: red;
    height: 20px;
    width: 20px;
    transform: translateX(-85%);
}
.header-container .header-menu #main-menu>li{
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.header-container .header-menu #main-menu>li>a {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #000;
    font-family: 'AvenirLTStd-Black', sans-serif;
    text-transform: uppercase;
    position: relative;
}
.header-container .header-menu #main-menu > li:hover > a,
.header-container .header-menu #main-menu > li.active > a{
    color: #c21f30;
    border-radius: 0!important;
}
.header-container .header-menu #main-menu>li:last-child>a {
    padding-right: 10px;
}
.search-custom .search-box {
    width: 320px;
}
.header-container .header-links>a, .header-container #account>a[data-toggle="dropdown"], .header-container #enquiry>a, .header-container #cart>a, .header-container ._search>a {
    width: 40px;
    padding: 10px 30px;
}
header {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    padding: 12px 0;
}
.header-container .header-menu #main-menu  li  ul{
    padding: 15px;
    border: 0;
}
.header-container .header-menu #main-menu li ul li ul{
    margin-left: 168px!important;
}
.header-container .header-menu #main-menu > li > ul {
    margin-top: 0px!important;
}
.header-container .header-menu #main-menu ul li:not(:last-child) {
    margin-bottom: 10px;
}
.header-container .header-menu #main-menu ul li a{
    color: #777!important;
}
.header-container .header-menu #main-menu a .sub-arrow{
    display: none;
}
.header-container .header-menu #main-menu ul li a:hover{
    color: #c21f30!important;
    font-weight: 600;
}

.search-custom .search-box input::-webkit-input-placeholder { /* Edge */
   color: #fff;
}

.search-custom .search-box input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.search-custom .search-box input::placeholder {
  color: #fff;
}

footer .container{
    width: calc(100% - 460px);
}
footer li{
    margin-bottom: 10px;
}
footer li a{
    color: #404040;
}
footer li a:hover{
    color: #c21f30;
}
.footer-powered{
    border-top: 0px solid #a2a2a2;
    padding: 8px 0;
    background-color: #c21f30;
    color: #fff;
}
.footer-powered p{
    margin-bottom: 0px;
    color: #fff;
    font-size: 15px;
}
footer .footer-contact-info{
    padding-right: 8%;
    min-width: 460px;
}
footer .footer-contact-info p{
    line-height: 22px;
    margin-bottom: 20px;
}
footer .footer-contact-info b{
    color: #2d2d2d;
    font-family: 'AvenirLTStd-Black';
    font-size: 18px;
    font-style: italic;
    margin-bottom: 4px;
    display: inline-block;
}
footer .footer-contact-info p a{
    color: #404040;
}

footer .external_link{
    position: relative;
    display: inline-block;
}
footer .external_link .external_image2{
    position: absolute;
    top: 0;
    left: -65px;
}
footer .external_link:hover .external_image{
    transform: rotateY(360deg);
    transition: all 0.4s;
}
.footer-upper-contet>*:last-child {
     flex: 1;
}

.footer-contact-links .btn-primary{
    margin-top: 15px;
    width: 230px;
    display: block;
}
.footer-contact-links .btn-primary img{
    padding-left: 10px;
    margin-top: -5px;
}
.common-home #slideshow0 .slider-custom-dots {
    bottom: 5%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    right: 3%;
    width: auto;
}
.common-home #slide-counter{
    position: absolute;
    bottom: 11%;
    z-index: 3;
    color: #fff;
    right: 3%;
    padding-right: 8px;
    font-size: 20px;
    letter-spacing: 2px;
}
.common-home #slideshow0 .slider-custom-dots .owl-dot:first-child:before{
    content: '';
    position: absolute;
    right: 40px;
    width: 65px;
    background-color: #fff;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.common-home #slideshow0 .slider-custom-dots .owl-dot{
    margin: 5px 10px 5px;
    position: relative;
    background-color: #cc9999;
    padding: 3px;
    border: 1px solid transparent;
    position: relative;
}
.common-home #slideshow0 .slider-custom-dots .owl-dot.active{
    background-color: #fff;
}
.common-home #slideshow0 .slider-custom-dots .owl-dot.active:after{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
    top: -6px;
    left: -6px;
}
.common-home #slideshow0 .slider-nav{
    width: 80px;
}
.common-home #slideshow0 .slider-nav.hover-show.slider-nav-right {
    transform: translateX(100%);
    opacity: 1;
    right: -100%;
}
.common-home #slideshow0 .slider-nav.hover-show.slider-nav-left {
    transform: translateX(-100%);
    opacity: 1;
    left: -100%;
}
.common-home #slideshow0:hover .slider-nav.slider-nav-right {
    transform: translateX(-99%);
}
.common-home #slideshow0:hover .slider-nav.slider-nav-left {
    transform: translateX(99%);
}
.common-home{
    background-color: #fff;
}

body .page_bg{
    background-color: #fff;
    padding-bottom: 60px;
    z-index: 1;
}
.common-home .home_thingswedo{
    background: url(../../../../../image/catalog/home_thingswedo/bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 0px;
}

.home_thingswedo h2{
    margin-top: 45px;
}
.common-home .home_latest_news{
    background: url(../../../../../image/catalog/header/news-bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    padding-bottom: 0px;
    padding-top: 240px;
}
.home-slider .slick-nav {
    width: 64px;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 1;
    opacity: 1;
    transition: all 0.3s;
}
.home-slider .slick-nav.prev{
    left: -80px;
}
.home-slider .slick-nav.next{
    right: -80px;
}
.home-slider .slick-nav.slick-disabled{
    display: none!important;
}
#home-fcategory-slider .slick-slide img{
    margin: 0 auto;
    border: 4px solid transparent;
    border-radius: 50%;
    box-shadow: 3px 3px 8px #e2e2e2;
}
#home-fcategory-slider .slick-slide h4{
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    font-family: 'AvenirLTStd-Black';
}
#home-fcategory-slider .slick-slide:hover img{
    border: 4px solid #c21f30;
}
#home-fcategory-slider {
    padding: 0 45px;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
    font-size: 40px;
    color: #c21f30;
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'AvenirLTStd-Black';
    position: relative;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
    display: none;
}
.common-home h2{
    color: #333333!important;
    font-size: 40px;
    text-transform: capitalize!important;
}
.common-home .fcategory {
    padding-top: 0px;
    padding-bottom: 0px;
}
.common-home .featured .featured-module{
    position: relative;
}
.common-home .featured .featured-module .featured {
    width: 78%;
}

.common-home .featured .featured-module .home_f_product_info{
    position: absolute;
    right: 0;
    color: #000;
    background-color: #f8e8e9;
    margin-right: -100px;
    padding: 40px;
    height: calc(100% + 50px);
    top: 50%;
    transform: translateY(-50%);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.common-home .featured .featured-module .home_f_product_info > div{
    width: 80%;
    float: right;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.common-home .featured .featured-module .home_f_product_info > div h2{
    text-align: left!important;
    padding-top: 0px;
}
.common-home .featured .featured-module .home_f_product_info > div .desc{
    margin-bottom: 20px;
}
.common-home .featured .featured-module .home_f_product_info > div h2::after {
    margin: 10px 0 0px!important;
}
.btn-primary{
    background: #f9c229;
    color: #fff;
    border: 2px solid #f9c229;
    font-size: 16px;
    min-width: 220px;
    padding: 11px 10px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.2s;
    letter-spacing: 1px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active{
    background: #c21f30;
    color: #fff;
    border: 2px solid #c21f30;
    outline: none;
    transform: scale(1.05);
    transition: all 0.2s;
}

.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus{
    background: #f9c229;
    color: #fff;
    border: 2px solid #f9c229;
    opacity: 0.6;
}

.btn-default:not(.no-custom){
    background: #fff;
    color: #f9c229;
    border: 2px solid #f9c229;
    font-size: 16px;
    min-width: 220px;
    padding: 11px 10px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all 0.2s;
    letter-spacing: 1px;
}
.btn-default:not(.no-custom):hover,
.btn-default:not(.no-custom):focus,
.btn-default:not(.no-custom):active:hover,
.btn-default:not(.no-custom):active{
    background: #c21f30;
    color: #fff;
    border: 2px solid #c21f30;
    outline: none;
    transform: scale(1.05);
    transition: all 0.2s;
}

.btn-default:not(.no-custom)[disabled],
.btn-default:not(.no-custom)[disabled]:hover,
.btn-default:not(.no-custom)[disabled]:focus{
    background: #f9c229;
    color: #fff;
    border: 2px solid #f9c229;
    opacity: 0.6;
}

.featured-module .home-slider .slick-nav.next {
    right: -30px;
}
.featured-module .home-slider .slick-nav.prev {
    left: -30px;
}
.common-home .section-space.featured{
    padding-bottom: 60px;
}
.breadcrumb > li a{
    color: #333;
    font-weight: 600;
    font-size: 18px;
    font-family: 'AvenirLTStd-Black', sans-serif;
}
.breadcrumb > li:first-child{
    padding-left: 0px;
}
.iid-4 h2{
    display: none;
}

.flex-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.flex-box .left,
.flex-box .right{
    width: calc(50% - 30px);
    margin: 0 15px;
}

.about_us_setting .container{
    width: calc(100% - 600px);
}
.iid-4 .flex-box{
    margin: 0 -40px;
}
.iid-4 .flex-box1 .left{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.about_us_setting{
    padding-top: 0!important;
    padding-bottom: 70px;
    overflow: hidden;
    position: relative;
}

.iid-4 .flex-box1 .left{
    width: calc(50% - 80px);
    margin: 0 40px;
}
.iid-4 .flex-box1 .right{
    width: calc(50% - 80px);
    margin: 0 40px;
}

.information-contact .map_iframe iframe{
    width: 100%;
    margin-bottom: 40px;
}
.input-theme {
    height: 48px;
    font-size: 14px!important;
    border: 1px solid #e2e2e2;
    padding: 8px 20px;
    border-radius: 5px;
    -webkit-appearance: none;
    box-shadow: none!important;
}
.input-theme::-webkit-input-placeholder { /* Edge */
    font-size: 14px;
    color: #ccc;
}
.input-theme:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #ccc;
}
.input-theme::placeholder {
    font-size: 14px;
    color: #ccc;
}

.information-contact .flex-box .left{
    width: calc(35% - 30px);
    padding-right: 30px;
    position: relative;
}
.information-contact .flex-box .right{
    width: calc(65% - 30px);
    padding-left: 40px;
}
.information-contact .flex-box .left > img{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
}
.contact_info_flex{
    margin: 0 0px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.contact_info_flex .icon{
    width: 30px;
}
.contact_info_flex .desc{
    width: calc(100% - 60px);
    margin: 0 15px;
    color: #000;
}
.contact_info_flex .desc a{
    color: #000;
}
.contact_info_flex .desc a:hover{
    color: #c21f30;
}
.footer-social-icons{
    margin-bottom: 30px;
}
.footer-social-icons a:hover {
    -webkit-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.contact_info_container{
    margin-bottom: 40px;
}

#google_recaptcha .text-danger{
    text-align: left;
}

.product-search .pagination>.active>a:focus, 
.product-search .pagination>.active>a:hover, 
.product-search .pagination>.active>span, 
.product-search .pagination>.active>span:focus, 
.product-search .pagination>.active>span:hover,
.product-category .pagination>.active>a, 
.product-category .pagination>.active>a:focus, 
.product-category .pagination>.active>a:hover, 
.product-category .pagination>.active>span, 
.product-category .pagination>.active>span:focus, 
.product-category .pagination>.active>span:hover,
.news-ncategory .pagination>.active>a:focus, 
.news-ncategory .pagination>.active>a:hover, 
.news-ncategory .pagination>.active>span, 
.news-ncategory .pagination>.active>span:focus, 
.news-ncategory .pagination>.active>span:hover{
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #c21f30;
    border-color: #c21f30;
}

.product-search .pagination>li>a, .product-search .pagination>li>span,
.product-category .pagination>li>a, .product-category .pagination>li>span,
.news-ncategory .pagination>li>a, .news-ncategory .pagination>li>span{
    position: relative;
    float: left;
    padding: initial;
    margin-left: -1px;
    height: 42px;
    width: 42px;
    line-height: 1.42857143;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 50%;
    margin-right: 15px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 1px 1px 3px #ddd;
}

.product-list-sort {
    justify-content: flex-end;
}
.product-list-sort select{
    border: none;
    box-shadow: none;
    text-align: right;
}
.product-list-sort .product-list-sort-by{
    float: right;
    min-width: 180px;
}

.product-block {
    text-align: center;
    flex-direction: column;
    display: flex;
    padding-bottom: 14px;
    border: 1px solid #ececec;
    height: 100%;
    background: white;
    border-radius: 5px;
    position: relative;
}
.product-block:hover{
    border: 2px solid #f9c229;
}
.product-block .btn-cart{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.product-block .btn-cart img{
    width: auto;
    padding-right: 8px;
    margin-top: -4px;
}
.product-image-block img,
.product-image-block,
.product-image-block .image-container{
}
.sticker {
    padding: 3px 8px;
    border-radius: 50%;
    height: 57px;
    width: 57px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    text-transform: uppercase;
    right: 20px;
    top: 20px!important;
    line-height: 1.2;
    text-align: center;
}
.out-of-stock .sticker{
    background-color: #cccccc!important;
}
.special-sticker {
    padding: 3px 8px;
    border-radius: 50%;
    height: 57px;
    width: 57px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    text-transform: uppercase;
    right: 20px;
    top: 20px!important;
    line-height: 1.2;
}
.image-zoom:hover img, .image-zoom-hover:hover img {
    transform: scale(1.05);
}
.product-block:hover .product-button, .product-block:focus .product-button {
    display: none;
}
.product-block .product-name a{
    color: #000;
    font-family: 'AvenirLTStd-Black';
    font-size: 18px;
}

.product-block .product-details .price {
    font-size: 15px;
    color: #000;
}
.product-block .product-details {
    margin: auto auto 0px;
    align-self: flex-end;
    padding: 5px 0px;
}

.product-gutter .cart-buttons {
    margin: auto auto 0;
    width: calc(100% - 30px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-gutter .cart-buttons .btn-cart{
    width: 70%;
    max-width: 70%;
    min-width: 70%;
}

.product-gutter .cart-buttons .btn-list-wishtlist,
.product-gutter .cart-buttons .btn-list-wishtlist:active:focus,
.product-gutter .cart-buttons .btn-list-wishtlist:hover{
    min-width: calc(30% - 15px);
    margin-left: 15px;
    background-color: transparent;
    border: 0;
    outline: 0;
}
.product-gutter .cart-buttons .btn-list-wishtlist img{
    width: 25px;
}
.product-block.out-of-stock .cart-buttons{
    justify-content: flex-end;
}
.product-block.out-of-stock .cart-buttons .btn-list-wishtlist{
    float: right;
    display: inline-block;
}
.product-category #column-left{
    padding-right: 60px;
}
.product-view {
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2);
}
.product-view>.product-gutter {
    padding-left: calc(30px / 2);
    padding-right: calc(30px / 2);
    padding-bottom: 15px;
}

.product-gutter{
    padding-bottom: 40px;
    margin-bottom: 20px;
}
.product-image-block a.sticker + a.special-sticker {
    top: 85px!important;
}
#side-price #price_max, #side-price #price_min {
    border: none;
    box-shadow: none;
    user-select: none;
    pointer-events: none;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0px!important;
    background-color: transparent;
}
#side-price .price-container>* {
    width: 50%;
    display: table;
    float: left;
}
#side-price #price_min {
    text-align: left!important;
}
#side-price .price-container {
    margin-bottom: 5px;
}
#side-price .ui-slider-horizontal {
    height: 3px;
    margin-top: 5px;
}
#side-price .ui-slider-handle {
    background: #f9c229;
    width: 13px;
    height: 13px;
}
#side-price #slider-price {
    background: #c5c5c5;
}
#side-price .ui-slider-range {
    background: #f9c229;
}
#side-categories .list-group-item.item-header, #side_filter .list-group-item.item-header, #side-manufacturer .list-group-item.item-header, #side-price .list-group-item.item-header {
    font-weight: 600;
    font-family: 'AvenirLTStd-Black';
    font-size: 20px;
    padding: 0;
    margin-bottom: 10px;
    background-color: transparent;
    text-transform: uppercase;
}
#side-price .list-group-item:not(.item-header) {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}
#side-categories .list-group-item.item-header{
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

#side-categories{
    margin-bottom: 40px!important;
}
#side-categories .list-group-item{
    padding: 10px 0px;
    background-color: transparent;
}
#side-categories .group .item a{
    color: #909090;
    padding: 10px 8px;
    padding-left: 15px;
    font-size: 17px;
}
#side-categories .group .sub a{
    padding-left: 30px;
}
#side-categories .group .item a:hover,
#side-categories .group .item:hover a,
#side-categories .group .item.active a{
    background: #f9c229;
    color: #fff;
}
#side-categories .group .item .toggle{
    border-left: 0px solid #ccc;
}
#side-categories .group .item:hover .toggle,
#side-categories .group .item.active .toggle,
#side-categories .group .item .toggle:hover{
    background: #f9c229;
    color: #fff;
}
#side-categories .group .item.active+.sub {
    border-top: 0px solid #ccc;
}
#side-categories .group .item.level-2 a{
    background-color: transparent;
    color: #909090;
}
#side-categories .group .item.level-2 a:hover,
#side-categories .group .item.level-2.active a{
    background-color: #ddd;
    color: #000;
}
#side-categories .group:not(:last-child) {
    border-bottom: 0px solid #ccc;
}

#product-filter-replace > p{
    text-align: center;
    margin-top: 50px;
}

.product-product #content .container{
    width: calc(100% - 320px);
}

.slick-slider .product-gutter{
    height: 100%;
}

.product-product .product-image-additional-container img {
    border: 1px solid #e8e8e8;
    padding: 0;
}
.product-image-additional-container .slick-slide {
    margin: 13px 16px 13px 16px!important;
}
.product-image-additional .slick-list{
    margin-top: -5px;
}
.product-product .product-image-additional-container img:hover,
.product-product .product-image-additional-container .slick-current img{
    border: 2px solid #f9c229;
}
.product-image-additional-container .slick-nav.slick-disabled{
    display: none!important;
}
.product-image-additional-container .slick-slide:focus{
    outline: none;
}
.product-product .vertical .product-image-additional-container .slick-nav i{
    font-size: 20px;
    color: #f9c229;
}
.product-product #content .container .row > .col-sm-6:last-child{
    padding-left: 50px;
}
.product_inner_name{
    font-size: 34px;
    font-family: 'AvenirLTStd-Black';
    color: #000;
}

.price-flex{
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
}
.price-flex span.old-prices{
    padding-right: 10px;
    color: #9e9e9e;
}
.price-flex .new-prices,
.price-flex .old-prices{
    color: #c21f30;
}

.product-product .product-description{
    padding-top: 20px;
    margin-bottom: 30px;
}
.product-product #product {
    max-width: 100%;
}
#product .form-group:not(.input-form-group) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 75%;
}
#product .form-group label, #product .input-form-group .input-group-addon {
    width: 40%;
    padding-right: 10px;
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: flex-start;
    font-family: 'AvenirLTStd-Black';
    font-size: 17px;
}
#product .form-group:not(.input-form-group) > select, #product .form-group:not(.input-form-group) > input{
    width: 60%;
}
#product .form-group .input-group {
    width: 75%;
}
#product .input-form-group .input-group-addon {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 0px;
    color: #000;
}
#product .form-group .input-group > div {
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#product .form-group .input-group > div .input-group-btn {
    width: 20%;
    display: inline-block;
}
#product .form-group .input-group > div input {
    width: 60%;
    box-shadow: none;
    height: 100%;
}
#product .form-group .input-group > div .input-group-btn .btn {
    width: 100%;
    background-color: #97ca51;
    color: #fff;
    border-radius: 0;
    padding: 13px 10px;
    font-size: 9px;
    outline: 0;
}
.select-theme {
    margin: 0px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #e2e2e2;
    font-size: 14px!important;
    color: #000;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    background: url(../../../../../image/catalog/header/dropdown.png) no-repeat 97% 50% transparent;
    background-size: 10px 5px;
    border-radius: 5px!important;
    padding: 12px 20px!important;
    height: 48px!important;
    padding-right: 40px!important;
    background-color: #fff;
}
.select-theme::-ms-expand {
    display: none;
}
.product-product #button-cart,
.product-product #button-out-of-stock,
.product-product #button-inner-wishlist{
    padding: 10px 10px;
    min-width: 200px;
    margin-top: 20px;
}

.product-product .out-of-stock #button-out-of-stock,
.product-product .out-of-stock #button-inner-wishlist{
    margin-top: -20px;
}

.product-product #button-inner-wishlist{
    margin-left: 20px;
}
.product-product #button-out-of-stock{
    padding: 10px 10px;
    min-width: 200px;
    background-color: #cccccc;
    border-color: #cccccc;
    pointer-events: none;
}
.product-product #button-cart img{
    padding-right: 10px;
    margin-top: -5px;
}
.waiting_list_container {
    padding: 25px;
    border: 1px solid #ccc;
    background-color: #fff;
}
.waiting_list_container .waiting_list_description {
    padding-bottom: 15px;
    text-align: center;
}
.product-product .featured_related_products_{
    margin-top: 50px;
}
.product-product .featured_related_products_ .slick-nav.slick-disabled{
    display: none!important;
}

.product-product .featured_related_products_ h2.center:not(.swal2-title) {
    margin-bottom: 35px!important;
    color: #000;
    text-transform: capitalize;
}
.product-search .product-view>.product-gutter {
    width: 20%;
}
#cart .cart-dorpdown-footer .btn{
    border-radius: 0px;
}
#cart .cart-dorpdown-footer .btn:hover{
    transform: none;
}
#cart .cart-dorpdown-footer .btn.btn-primary:hover{
    background-color: #c21f30;
    color: #fff;
}
.quickcheckout-checkout .form-control:not(.no-custom) {
    height: 48px;
}
#home-fcategory-slider .slick-slide{
    margin: 0 20px;
}
body #footer-area{
    margin-top: 0px;
}


.home_shop_by .flex-box img{
    width: 100%;
}
.home_shop_by .flex-box{
    margin: 0;
}
.home_shop_by .flex-box .img-container{
    position: relative;
    padding-bottom: 50%;
    min-height: 400px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    transform: scale(1);
    transition: all 0.5s;
}
.home_shop_by .flex-box .left, .home_shop_by .flex-box .right {
    width: calc(50% - 0px);
    margin: 0 0px;
    overflow: hidden;
}
.home_shop_by .flex-box .img-container > div{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.home_shop_by .flex-box .img-container > div h3{
    font-size: 40px;
    color: #fff;
    font-family: 'AvenirLTStd-Black';
    margin-bottom: 20px;
    position: relative;
}
.home_shop_by .flex-box .img-container > div h3:after{
    content: '';
    width: 60px;
    height: 8px;
    background: #fff;
    display: block;
    margin: 15px auto 0px;
}
.home_shop_by .flex-box a:hover .img-container{
    transform: scale(1.02);
    transition: all 0.5s;
}

.home-step-flex{
    margin: 0 -35px;
    padding-bottom: 40px;
    margin-top: 70px;
}
.home-step-flex .home-step-container{
    width: calc(20% - 70px);
    margin: 0 35px;
    position: relative;
}
.home-step-flex .home-step-container > div{
    text-align: center;
}
.home-step-flex .home-step-container span{
    font-size: 26px;
    color: #333333;
    font-weight: 900;
    font-family: 'AvenirLTStd-Black';
    width: 100%;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
    line-height: 1;
}
.home-step-flex .home-step-container img{
    margin: 0 auto;
}
.home-step-flex .home-step-container .num{
    font-size: 86px;
    font-family: 'AvenirLTStd-Black';
    color: #f7c129;
}
.home_steps .btn-primary{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.home_steps .btn-primary:hover{
    transform: translateX(-50%) scale(1.05);
}
.home_steps {
    padding: 0!important;
    position: relative;
}
.home_steps .container{
    width: calc(100% - 640px);
}
.home-step-flex .home-step-container:nth-child(even){
    margin-top: 100px;
}
.home-step-flex .home-step-container:not(:last-child):after{
    position: absolute;
    content: '';
    height: 40px;
    width: 40px;
    background: url(../../../../../image/catalog/home_steps/arrow.png);
    background-size: cover;
    right: -50px;
    top: 110px;
}
.home-step-flex .home-step-container.last-child:after{
    display: none;
}
.home-step-flex .home-step-container:nth-child(even):not(:last-child):after{
    transform: rotate(-65deg);
    top: 30px;
}

.home-thingswedo-flex{
    margin: 0 0px;
    justify-content: center;
}
.home-thingswedo-flex .home-thingswedo-box{
    width: calc(33.333%);
    margin: 0 0px;
}
.home-thingswedo-flex .home-thingswedo-box > div{
    display: inline-block;
    position: relative;
}
.home-thingswedo-flex .home-thingswedo-box img{
    width: 100%;
}
.home-thingswedo-flex .home-thingswedo-box .info{
    display: none;
}
.home-thingswedo-flex .home-thingswedo-box:hover .info{
    display: inline-block;
}
.home-thingswedo-flex .home-thingswedo-box:not(:first-child):not(:last-child){
/*    margin-left: -6vw;
    margin-right: -6vw;*/
}
.home-thingswedo-flex .home-thingswedo-box .info .desc{
    max-height: 88%;
    overflow-y: auto;
    width: 100%;
    padding-right: 5px;
    font-size: 0.8vw;
}
.home-thingswedo-flex .home-thingswedo-box .hover{
    display: none;
}
.home-thingswedo-flex .home-thingswedo-box:hover img{
    display: none;
}
.home-thingswedo-flex .home-thingswedo-box:hover .hover{
    display: inline-block;
}

.home-thingswedo-flex .home-thingswedo-box h3{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.8vw;
    color: #fff;
    font-family: 'AvenirLTStd-Black';
}
.home-thingswedo-flex .home-thingswedo-box:hover .info{
    position: absolute;
    top: 26%;
    left: 50%;
    width: 35%;
    color: #fff;
    text-align: center;
    transform: translateX(-50%);
    height: 65%;
}
.home-thingswedo-flex .home-thingswedo-box:hover .info .btn{
    margin-top: 25px;
    width: 100%;
    min-width: 100%;
    font-size: 0.6vw;
}
.common-home .home_latest_news h2{
    color: #fff!important;
    margin-top: 15px!important;
    margin-bottom: 40px!important;
}

.home-article-slide-container{
    padding: 0 85px;
}
.home-article-slide-container .home_btn_container{
    text-align: center;
    margin-top: 30px;
}
.home-article-slide-container .slick-slide{
    margin-left: 20px;
}
.home-article-slide-container .slick-track{
    margin-left: -20px;
}
.home-article-slide-container .slick-slide > div{
    padding: 15px;
}
.home-article-slide-container .home-article-slide{
    box-shadow: 1px 1px 10px #949494;
    border: none;
    height: 100%;
}
.home-article-slide-container .home-article-slide .info{
    background-color: #fff;
    padding: 30px;
}
.home-article-slide-container .home-article-slide .info h4{
    font-size: 20px;
    font-family: 'AvenirLTStd-Black';
    margin-bottom: 5px;
}
.home-article-slide-container .home-article-slide .info .date{
    margin-bottom: 10px;
    color: #757575;
}
.home-article-slide-container .home-article-slide .info .desc{
    line-height: 26px;
}
.home-article-slide-container .home-article-slide a{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 7px 0;
    background-color: #f9c229;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    border-bottom: 0;
    margin-bottom: -1px;
}
.home-article-slide-container .home-article-slide:hover{
    cursor: pointer;
}
.home-article-slide-container .home-article-slide:hover a{
    background-color: #c21f30;
}

.about_us_setting .desc{
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    margin-top: 40px;
}

.about-bg1 {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index: 1;
}
.about-bg2 {
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: 1;
}
.animateTopdown {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-15px); }
}

.information-contact .flex-box .left > div{
    background-color: #fff;
    padding: 30px 40px;
    box-shadow: 3px 3px 12px #ddd;
    z-index: 4;
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 25px;
    width: 88%;
}
.retail_outlets{
    padding-top: 30px!important;
    padding-bottom: 0px!important;
}
.retail_outlets .outlets_flex{
    margin: 0 -30px;
    margin-top: 60px;
}
.retail_outlets .outlets_flex > p{
    width: 100%;
    margin-top: 60px;
    font-size: 18px;
}
.retail_outlets .outlets_flex .outlet_box{
    width: calc(25% - 60px);
    margin: 0 30px;
    margin-bottom: 45px;
    display: flex;
    align-items: flex-start;
}
.retail_outlets .outlets_flex .outlet_box img{
    padding-right: 20px;
}
.retail_outlets .outlets_flex .outlet_box .info h3{
    font-size: 22px;
    color: #c21f30;
    text-transform: uppercase;
    font-family: 'AvenirLTStd-Black';
    margin-bottom: 10px;
}
.retail_outlets .outlets_flex .outlet_box .info > div{
    line-height: 26px;
    font-size: 17px;
}
.retail_outlets .retail_map{
    position: relative;
}
.retail_outlets .retail_map .outlet_pin img{
    /*width: 3.5vw;*/
}
.retail_outlets .retail_map .outlet_pin:hover{
    cursor: pointer;
}
.retail_outlets .retail_map .outlet_pin:hover img{
    transition: all 0.5s;
}
.retail_outlets .retail_map .outlet_pin:hover img{
    transform: rotateY(360deg);
    transition: all 0.5s;
}
.iid-7 .tooltip-inner{
    max-width: 300px;
    padding: 20px 30px;
    color: #333;
    text-align: left;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.26);
}
.iid-7 .tooltip-inner h3{
    font-size: 22px;
    color: #c21f30;
    text-transform: uppercase;
    font-family: 'AvenirLTStd-Black';
    margin-bottom: 10px;
}
.iid-7 .tooltip-inner .info{
    font-size: 16px;
    line-height: 24px;
    color: #333;
    font-family: 'AvenirLTStd-Black';
}
.iid-7 .tooltip.right .tooltip-arrow{
    border-width: 10px 10px 10px 0;
    border-right-color: #fff;
    left: -5px;
}
.iid-7 .tooltip.right {
    padding: 0 5px;
    margin-left: 10px;
    opacity: 1;
}
.iid-7 .tooltip.right .tooltip-arrow{
    border-width: 10px 10px 10px 0;
    border-right-color: #fff;
    left: -5px;
}
.iid-7 .tooltip.right {
    padding: 0 5px;
    margin-left: 10px;
    opacity: 1;
}

.iid-7 .tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-top-color: #fff;
}
.iid-7 .tooltip.top {
    padding: 8px 0;
    margin-top: -10px;
    z-index: 2;
}
.retail_outlets .retail_map select{
    width: 25%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #f9c229;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px!important;
    height: 46px!important;
    background: url(../../../../../image/catalog/outlet/dropdown_white.png) no-repeat 96% 50% #f9c229;
    background-size: 16px 10px;
    border-radius: 8px!important;
    padding: 8px 30px!important;
    padding-right: 45px!important;
    text-align-last: center;
}
.retail_outlets .retail_map > img{
    width: 100%;
}
.outlet-bg1 {
    position: absolute;
    top: 5%;
    left: -16%;
    z-index: 1;
}
.outlet-bg2 {
    position: absolute;
    top: 38%;
    right: -10%;
    z-index: 1;
}
#news_latest .artblock{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}
#news_latest .artblock a{
    width: calc(30% - 0px);
    margin: 0 0px;
}
#news_latest .artblock .info{
    width: calc(70% - 0px);
    margin: 0 0px;
    padding-left: 20px;
}
#news_latest .artblock .info .name a{
    color: #99cc66;
    font-family: 'AvenirLTStd-Black';
    font-size: 16px!important;
}
#news_latest .artblock .article-image{
    display: inline-block!important;
}
#news_latest .artblock .date img{
    width: 16px;
}
#news_latest .artblock .date span{
    padding-left: 5px;
    color: #000;
    font-size: 14px;
}
.news-ncategory .container > .row{
    border-top: 2px solid #ddd;
    padding-top: 30px;
}
#news_latest .artblock .description{
    margin: 5px 0;
    font-size: 14px;
    line-height: 16px;
}
.news-ncategory #column-left h3{
    font-family: 'AvenirLTStd-Black';
    font-size: 26px;
    margin-bottom: 20px;
}
.news-ncategory #column-left #articles-column-left{
    margin-top: 30px;
}
.news-ncategory #column-left #articles-column-left h3{
    margin-bottom: 10px;
}
#articles-column-left .list-group {
    margin-top: 0px;
}
#articles-column-left .list-group-item {
    padding: 5px 0px;
}
#articles-column-left .list-group-item a{
    color: #000;
    padding: 12px 12px;
}
#articles-column-left .list-group-item a:hover,
#articles-column-left .list-group-item a.active{
    background-color: #99cc66;
    color: #fff;
    text-shadow: none;
}
.news-ncategory #content .bnews-list{
    overflow: visible;
}
.news-ncategory #content .bnews-list .artblock{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 30px;
    transition: all 0.5s;
    box-shadow: 1px 1px 5px #bdbdbd;
    padding: 0;
}
.news-ncategory #content .bnews-list .artblock > a{
    width: 40%;
}
.news-ncategory #content .bnews-list .artblock .info{
    width: 60%;
    background-color: #fff;
    padding: 45px;
}
.news-ncategory #content .bnews-list .artblock .info .name{
    margin-bottom: 15px;
}
.news-ncategory #content .bnews-list .artblock .info .name a{
    color: #99cc66;
    font-family: 'AvenirLTStd-Black';
    font-size: 32px!important;
}
.news-ncategory #content .bnews-list .artblock .info .description{
    margin-bottom: 30px;
    margin-top: 15px;
    line-height: 26px;
    color: #000;
}
.news-ncategory #content .bnews-list .artblock .info .date img{
    margin-top: -3px;
}
.news-ncategory #content .bnews-list .artblock .info .date span{
    padding-left: 8px;
}
.news-ncategory #content .bnews-list .artblock .blog-button {
    text-align: left;
}

.news-ncategory #content  .bnews-list .artblock .article-image{
    margin: 0;
    object-fit: cover;
    max-width: fit-content;
}
.news-ncategory #content .bnews-list .artblock:hover{
    transform: scale(1.02);
    transition: all 0.5s;
}
.news-article .description{
    line-height: 30px;
}
.news-article .date{
    margin: 25px 0;
}
.news-article .date img{
    padding-right: 10px;
    margin-top: -3px;
}
.news-article .media-detail__btn-group{
    width: 100%;
    margin-top: 50px;
    text-align: center;
}
.co-branding-additional-container{
    margin-top: 30px;
    padding: 0 50px;
}
.co-branding-additional-container .slick-track{
}
.co-branding-additional-container .slick-slide{
    margin: 0 15px;
}
.co-branding-additional-container .slick-slide img{
    opacity: 0.6;
}
.co-branding-additional-container .slick-slide.slick-current img{
    opacity: 1;
}
.co-branding-additional-container .slick-nav {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 1;
    opacity: 1;
    transition: all 0.3s;
}
.co-branding-additional-container .slick-nav img{
    width: 40px;
}
.co-branding-additional-container .slick-nav.next {
    right: -45px;
}
.co-branding-additional-container .slick-nav.prev {
    left: -45px;
}
.co-branding-additional-container .slick-nav.slick-disabled{
    display: none!important;
}

.co_branding_setting{
    padding-top: 0px!important;
}
.co_branding_setting .desc{
    text-align: center;
    margin: 50px 0;
    line-height: 26px;
    padding: 0 60px;
}

#co_branding_form{
    background-color: #fff;
    padding: 40px 60px;
}
#co_branding_form .form-guide{
    text-align: center;
    margin-bottom: 30px;
}
.select-co-product{
    
}
.select-co-product .options{
    display: none;
}
.select-co-product .options {
    background: white;
    border: 1px solid #e2e2e2;
    position: absolute;
    top: 25px;
    left: -1px;
    width: calc(100% - 30px);
    height: 400px;
    z-index: 9;
    overflow-y: auto;
    border-radius: 5px;
    margin: 0px 15px;
    padding-bottom: 30px;
}

.select-co-product .options .option {
  overflow:hidden;
}

.select-co-product:hover .options .option {
    height: auto;
    overflow: hidden;
}

.select-co-product .options .option img {
    vertical-align:middle;
}

.select-co-product .options .option label {
    display:none;
}

.select-co-product .options .option input {
  width:0;
  height:0;
  overflow:hidden;
  margin:0;
  padding:0;
  float:left;
  display:inline-block;
  /* fix specific for Firefox */
  position: absolute;
  left: -10000px;
}

.select-co-product .options .option input:checked + label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px 30px;
}

.select-co-product .options .option input + label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 10px 30px;
}
.select-co-product .options .option input + label:hover{
    cursor: pointer;
}
.select-co-product .options .option input:checked + label {
    background: #eeeeee;
}
.select-co-product .options .option input + label img{
    width: 35%;
}
.select-co-product .options .option input + label .info{
    width: 65%;
    padding-left: 15px;
}
.select-co-product .options .option input + label .info h4{
    font-size: 20px;
    color: #c21f30;
    margin-bottom: 10px;
    font-family: 'AvenirLTStd-Black';
}

#co_branding_form #input-delivery_date{
    padding-right: 40px;
    background: url(../../../../../image/catalog/co_branding/cal.png) no-repeat 95% 50% #ffffff;
    background-size: 19px 19px;
}

.information-contact label,
#co_branding_form label{
    font-size: 16px;
}
.featured-module .featured {
    padding: 0px 80px;
}
.featured-module .slick-nav {
    width: 55px;
}
.featured-module .slick-slide, .related-products .slick-slide {
    margin: 0px 15px;
}
.featured-module .slick-list, .related-products .slick-list {
    margin: 0px -15px;
}
.featured-module .slick-nav.right, .featured-module .slick-nav.next {
    right: -70px;
}
.featured-module .slick-nav.left, .featured-module .slick-nav.prev {
    left: -70px;
}

.account-wishlist table .btn-primary{
    min-width: auto;
    padding: 5px 10px;
    border-radius: 0;
}
.header-container #wishlist-total > img{
    width: 28px;
}
.section-space.slideshow{
    position: relative;
}
.home-thingswedo-flex .home-thingswedo-box .info .desc::-webkit-scrollbar {
  width: 8px;
}
/* Track */
.home-thingswedo-flex .home-thingswedo-box .info .desc::-webkit-scrollbar-track {
  background: #e5e5e5; 
}
 
/* Handle */
.home-thingswedo-flex .home-thingswedo-box .info .desc::-webkit-scrollbar-thumb {
  background: #f9c229; 
}

/* Handle on hover */
.home-thingswedo-flex .home-thingswedo-box .info .desc::-webkit-scrollbar-thumb:hover {
  background: #c21f30; 
}
.product-product .product-image-column{
    position: relative;
}

.discount-flex li {
    width: 100%;
}
.discount-flex li hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #d2d2d2;
}

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

.product-product .vertical .product-image-additional-container .sticker-image img, .product-image-main .sticker-image img{
    border: none;
}
#home-article-slider .slick-slide > div{
    height: 100%;
}
/* RESPONSIVE START */
@media screen and (max-width:1800px){
    .search-custom .search-box {
        width: 280px;
    }
    .header-container .header-links>a, .header-container #account>a[data-toggle="dropdown"], .header-container #enquiry>a, .header-container #cart>a, .header-container ._search>a {
        width: 43px;
        padding: 10px 15px;
    }
    .header-container {
        grid-template-columns: 270px auto 270px;
        -ms-grid-columns: 270px auto 270px;
    }
    footer .footer-contact-info {
        padding-right: 10%;
        min-width: 440px;
    }
    
    .header-container .header-logo img {
        width: 95%;
    }
    .header-container .header-menu #main-menu{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width:1600px){
    footer .container {
        width: calc(100% - 400px);
    }
    .about_us_setting .container {
        width: calc(100% - 410px);
    }
    .information-contact #content .container {
        width: calc(100% - 190px);
    }
    .footer-contact-info a img{
        width: 220px;
    }
    footer .footer-contact-info {
        padding-right: 10%;
        min-width: 410px;
    }
    .iid-4 h2:after {
        margin: 10px 0px 0px 0px!important;
    }
    
    .product-view>.product-gutter {
        padding-left: calc(20px / 2);
        padding-right: calc(20px / 2);
        padding-bottom: 10px;
        width: 33.333%;
    }
    .product-view {
        margin-left: calc(-20px / 2);
        margin-right: calc(-20px / 2);
    }
    .common-home .featured .featured-module .featured {
        width: 70%;
    }
    .common-home .featured .featured-module .home_f_product_info > div h2{
        margin-bottom: 35px;
    }
    .header-container .header-links>a, .header-container #account>a[data-toggle="dropdown"], .header-container #enquiry>a, .header-container #cart>a, .header-container ._search>a {
        width: 43px;
        padding: 10px 25px;
    }
    .home-thingswedo-flex .home-thingswedo-box {
        width: calc(50% - 40px);
        margin: 0 20px;
    }
    .home-thingswedo-flex .home-thingswedo-box:last-child{
        margin-top: 40px;
    }
    .home-thingswedo-flex .home-thingswedo-box .info .desc{
        font-size: 1.1vw;
    }
    .home-thingswedo-flex .home-thingswedo-box:hover .info .btn{
        font-size: 0.9vw;
    }
    .home_steps .container {
        width: calc(100% - 240px);
    }
    .common-home .home_latest_news{
        padding-top: 180px;
    }
    .about-bg1,
    .about-bg2{
        width: 200px;
    }
    .outlet-bg1,
    .outlet-bg2{
        width: 350px;
    }
    .outlet-bg2 {
        top: 26%;
    }
    .retail_outlets .outlets_flex .outlet_box {
        width: calc(25% - 40px);
        margin: 0 20px;
        margin-bottom: 45px;
    }
    .retail_outlets .outlets_flex .outlet_box img {
        padding-right: 15px;
        width: 55px;
    }
    .retail_outlets .outlets_flex .outlet_box .info h3 {
        font-size: 20px;
    }
}

@media screen and (max-width:1400px){
    .header-container {
        grid-template-columns: 245px auto 245px;
        -ms-grid-columns: 245px auto 245px;
    }
    .header-container .header-menu #main-menu>li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sliding-text{
        font-size: 16px;
    }
    .search-custom .search-box {
        width: 250px;
    }
    .header-container .header-links>a, .header-container #account>a[data-toggle="dropdown"], .header-container #enquiry>a, .header-container #cart>a, .header-container ._search>a {
        width: 43px;
        padding: 10px 20px;
    }
    .header-container .header-menu #main-menu>li>a{
        font-size: 15px;
    }
    footer .container {
        width: calc(100% - 180px);
    }
    .about_us_setting .container {
        width: calc(100% - 180px);
    }
    .information-contact #content .container {
        width: calc(100% - 0px);
        padding: 0;
    }
    .iid-4 h2 {
        padding-left: 0px;
        margin-bottom: 30px!important;
    }
    
    .product-category #column-left {
        padding-right: 0px;
    }
    
    .product-product #content .container {
        width: calc(100% - 0px);
        padding: 0;
    }
    .home-step-flex .home-step-container span {
        font-size: 24px;
    }
    .about-bg1,
    .about-bg2{
        display: none;
    }
    .outlet-bg1, .outlet-bg2 {
        display: none;
    }
    .information-contact .flex-box .right{
        padding-left: 0px;
    }
    .news-ncategory #content .bnews-list .artblock .info .name a {
        font-size: 30px!important;
    }
    .product-search .product-view>.product-gutter{
        width: 25%;
    }
}
@media screen and (max-width:1300px){
    .search-custom .search-box button {
        padding: 0px 10px 0px;
    }
    .search-custom .search-box button img{
        width: 20px;
    }
    .search-custom .search-box input {
        padding: 3px 0px 3px 12px;
    }
    .search-custom .search-box {
        width: 210px;
    }
    .header-container .header-logo {
        padding: 8px 0;
    }
    .header-container .header-logo img{
        width: 100%;
    }
    .header-container .header-menu #main-menu>li>a {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .header_banner {
        padding: 6px;
    }
    .sliding-text {
        font-size: 15px;
    }
    .container {
        width: calc(100% - 30px);
    }
    header {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    
    footer .container {
        width: calc(100% - 30px);
    }
    .about_us_setting .container {
        width: calc(100% - 30px);
    }
    .footer-contact-info a img {
        width: 200px;
    }
    #home-fcategory-slider .slick-slide h4 {
        font-size: 22px;
    }
    .home-thingswedo-flex .home-thingswedo-box h3{
        font-size: 2vw;
    }
    .home_shop_by .flex-box .img-container > div h3 {
        font-size: 35px;
    }
    .home_shop_by .flex-box .img-container > div h3:after {
        width: 55px;
        height: 6px;
    }
    .home_steps .container {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width:1200px){
    .header-container .header-menu #main-menu>li {
        padding-left: 15px;
        padding-right: 15px;
    }
    footer {
        padding: 25px 0px 0px;
    }
    footer h5 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    footer li {
        margin-bottom: 10px;
    }
    .footer-contact-info a img {
        width: 185px;
    }
    footer .footer-contact-info {
        padding-right: 8%;
        min-width: 400px;
    }
    #home-fcategory-slider .slick-slide h4 {
        font-size: 20px;
        padding: 0!important;
    }
    #home-fcategory-slider .slick-slide {
        margin: 0 15px;
    }
    body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
        font-size: 46px;
        color: #c21f30;
        text-align: center;
        margin-bottom: 40px;
        text-transform: capitalize;
        font-family: 'AvenirLTStd-Black';
        position: relative;
    }
    #side-categories .list-group-item.item-header, #side_filter .list-group-item.item-header, #side-manufacturer .list-group-item.item-header, #side-price .list-group-item.item-header{
        font-size: 20px;
    }
    #side-categories .group .item a {
        padding: 9px 8px;
        font-size: 16px;
    }
    #side-price #price_max, #side-price #price_min{
        font-size: 15px;
    }
    .common-home .featured .featured-module .featured {
        width: 65%;
    }
    .common-home .featured .featured-module .home_f_product_info {
        margin-right: -50px;
        padding: 30px;
        height: calc(100% + 50px);
        top: 50%;
        transform: translateY(-50%);
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }
    .common-home .featured .featured-module .home_f_product_info > div h2 span{
        display: none;
    }
    .common-home .featured .featured-module .home_f_product_info > div {
        width: 70%;
    }
    .product-image-additional-container .slick-slide {
        margin: 22px 16px 22px 16px!important;
    }
    .product_inner_name {
        font-size: 32px;
    }
    .product-product .featured_related_products_ {
        margin-top: 30px;
    }
    .common-home #slideshow0 .slider-custom-dots,
    .common-home #slide-counter{
        display: none;
    }
    .common-home #slideshow0:hover .slider-nav.slider-nav-right {
        transform: translateX(-60%);
    }
    .common-home #slideshow0:hover .slider-nav.slider-nav-left {
        transform: translateX(60%);
    }
    .home-thingswedo-flex .home-thingswedo-box {
        width: calc(50%);
        margin: 0 0px;
    }
    .home_shop_by .flex-box .img-container > div h3 {
        font-size: 32px;
    }
    .home_shop_by .flex-box .img-container > div h3:after {
        width: 50px;
        height: 5px;
        margin: 12px auto 0px;
    }
    .home-step-flex .home-step-container span {
        font-size: 22px;
    }
    .home-step-flex .home-step-container .num {
        font-size: 76px;
    }
    .common-home .home_latest_news {
        padding-top: 150px;
        padding-bottom: 50px;
    }
    .home-article-slide-container .home-article-slide .info{
        padding: 25px;
    }
    .home-article-slide-container .slick-slide {
        margin-left: 15px;
    }
    .home-article-slide-container .slick-track {
        margin-left: -15px;
    }
    .retail_outlets .retail_map select {
        width: 25%;
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #f9c229;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px!important;
        height: 42px!important;
        background: url(../../../../../image/catalog/outlet/dropdown_white.png) no-repeat 96% 50% #f9c229;
        background-size: 16px 10px;
        border-radius: 8px!important;
        padding: 0px 30px!important;
        padding-right: 45px!important;
        text-align-last: center;
    }
    .retail_outlets .outlets_flex .outlet_box .info h3 {
        font-size: 18px;
    }
    .retail_outlets .outlets_flex .outlet_box {
        width: calc(33.3333% - 40px);
        margin: 0 20px;
        margin-bottom: 45px;
    }
    .retail_outlets .outlets_flex .outlet_box .info > div {
        line-height: 24px;
        font-size: 16px;
    }
    .information-contact .flex-box .left > div{
        padding: 20px 30px;
        left: 15px;
        top: 15px;
    }
    
    #co_branding_form {
        padding: 30px 40px;
    }
    .co_branding_setting .desc {
        text-align: center;
        margin: 30px 0;
        line-height: 26px;
        padding: 0 0px;
    }
    .select-co-product .options .option input + label .info h4 {
        font-size: 18px;
        color: #c21f30;
        margin-bottom: 5px;
        font-family: 'AvenirLTStd-Black';
    }
    .select-co-product .options .option input + label .info p{
        font-size: 15px;
    }
    .news-ncategory #content .bnews-list .artblock .info {
        padding: 35px;
    }
    .news-ncategory #content .bnews-list .artblock .info .name a {
        font-size: 28px!important;
    }
    .news-ncategory #content .bnews-list .artblock .info .description {
        margin-bottom: 25px;
        margin-top: 10px;
        line-height: 24px;
        color: #000;
    }
    .news-ncategory #content .bnews-list .artblock > a {
        width: 40%;
        display: flex;
        align-items: flex-start;
        padding-top: 30px;
        background-color: #fff;
    }
    .news-ncategory #content .bnews-list .artblock .article-image {
        object-fit: cover;
        max-width: 100%;
    }
    .product-gutter .cart-buttons .btn-list-wishtlist, .product-gutter .cart-buttons .btn-list-wishtlist:active:focus, .product-gutter .cart-buttons .btn-list-wishtlist:hover {
        min-width: calc(30% - 10px);
        margin-left: 6px;
        padding: 8px;
    }
    .product-gutter .cart-buttons .btn-cart {
        font-size: 14px;
        padding: 0;
    }
    .vertical .product-image-additional-container {
        width: 30%;
    }
    .vertical .product-image-main-container {
        width: 70%;
    }
    .product-product .featured_related_products_ h2.center:not(.swal2-title) {
        margin-bottom: 26px!important;
        color: #000;
        text-transform: capitalize;
        font-size: 36px!important;
    }
    .product-product .product-description {
        padding-top: 0px;
        margin-bottom: 25px;
    }
    .featured-module .slick-slide, .related-products .slick-slide {
        margin: 0px 10px;
    }
    .featured-module .slick-list, .related-products .slick-list {
        margin: 0px -10px;
    }
    .featured-module .slick-nav ,
    .featured-module .slick-nav img{
        width: 45px;
    }
    .featured-module .featured {
        padding: 0px 60px;
    }
    .featured-module .slick-nav.right, .featured-module .slick-nav.next {
        right: -55px;
    }
    .featured-module .slick-nav.left, .featured-module .slick-nav.prev {
        left: -55px;
    }
    
    .iid-7 .tooltip-inner h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .iid-7 .tooltip-inner .info {
        font-size: 15px;
        line-height: 22px;
    }
    
}

@media screen and (max-width:1024px){
    .product-block .product-button {
        display: none;
    }
}

@media screen and (max-width:992px){
    .header-container {
        grid-template-columns: 200px 1fr 200px;
        -ms-grid-columns: 200px 1fr 200px;
        grid-template-rows: auto;
        -ms-grid-rows: auto;
        padding: 5px 0px;
    }
    .header-container .header-logo {
        grid-column: 2 / 3;
        grid-row: 1 / 1;
        -ms-grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;
    }
    .footer-contact-info{
        width: 50%;
    }
    .footer-upper-contet .footer-contact-links {
        flex: 1 1 auto;
        width: 50%;
        margin-bottom: 22px;
    }
    footer .footer-contact-info {
        padding-right: 0%; 
        min-width: auto;
        flex: 1 1 auto;
    }
    .footer-upper-contet .footer-contact-links:last-child{
        margin-bottom: 0px;
    }
    footer .external_link {
        padding-left: 60px;
    }
    footer .external_link .external_image2 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
    }
    .common-home #slideshow0 .slider-custom-dots .owl-dot {
        margin: 0px 6px 20px;
    }
    .common-home #slideshow0 .slider-custom-dots {
        bottom: 6%;
    }
    body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
        font-size: 40px;
        color: #c21f30;
        text-align: center;
        margin-bottom: 35px;
        text-transform: capitalize;
        font-family: 'AvenirLTStd-Black';
        position: relative;
    }
    .iid-4 h2 span {
        left: 3%!important;
        bottom: -10px!important;
    }
    .iid-4 .flex-box {
        margin: 0 -15px;
    }
    .iid-4 .flex-box1 .right {
        width: calc(50% - 30px);
        margin: 0 15px;
        display: flex;
        align-items: center;
    }
    .iid-4 .flex-box1 .left {
        width: calc(50% - 30px);
        margin: 0 15px;
    }
    .breadcrumb {
        margin: 15px 0 5px 0;
        padding: 8px 0;
    }
    
    .cd-accordion-menu a:hover{
        color: #fff;
    }
    .contact_info_flex {
        margin: 0 0px;
        margin-bottom: 15px;
    }
    .product-view {
        margin-left: calc(-15px / 2);
        margin-right: calc(-15px / 2);
    }
    .product-view>.product-gutter {
        padding-left: calc(15px / 2);
        padding-right: calc(15px / 2);
        padding-bottom: 15px;
        width: 50%;
    }
    .sticker,
    .special-sticker{
        height: 50px;
        width: 50px;
        font-size: 10px;
    }
    .common-home .featured .featured-module .featured {
        width: 100%;
    }
    .common-home .featured .featured-module .home_f_product_info{
        position: relative;
        top: auto;
        transform: none;
        margin-right: 0;
        border-radius: 0;
        margin-bottom: 30px;
        padding: 0;
    }
    .common-home .featured .featured-module .home_f_product_info > div {
        width: 100%;
        float: none;
        justify-content: center;
        align-items: center;
    }
    .common-home .section-space.featured{
        background-color: #f8e8e9;
        padding-top: 45px;
    }
    .common-home .fcategory{
        padding-bottom: 40px;
    }
    .common-home .featured .featured-module .home_f_product_info > div h2::after {
        margin: 10px auto 0px!important;
    }
    .home-slider .slick-nav {
        width: 42px;
    }
    .home-slider .slick-nav.next {
        right: 5px;
    }
    .home-slider .slick-nav.prev {
        left: 5px;
    }
    #product .form-group:not(.input-form-group),
    #product .form-group .input-group{
        width: 100%;
    }
    .product_inner_name {
        font-size: 30px;
    }
    #product .form-group label, #product .input-form-group .input-group-addon{
        font-size: 16px;
    }
    .product-product #content .container .row > .col-sm-6:last-child {
        padding-left: 20px;
    }
    
    .header-container .header-logo img {
        width: 215px;
    }
    .common-home #slideshow0:hover .slider-nav.slider-nav-right {
        transform: translateX(-50%);
    }
    .common-home #slideshow0:hover .slider-nav.slider-nav-left {
        transform: translateX(50%);
    }
    
    .home-thingswedo-flex .home-thingswedo-box {
        width: calc(100%);
        margin: 0 0px;
        padding: 0 20%;
    }
    .home-thingswedo-flex .home-thingswedo-box > div {
        width: 100%;
    }
    .home-thingswedo-flex .home-thingswedo-box .info .desc {
        font-size: 1.5vw;
    }
    .home-thingswedo-flex .home-thingswedo-box:hover .info .btn {
        font-size: 1.3vw;
    }
    .home-thingswedo-flex .home-thingswedo-box:not(:first-child){
        margin-top: 35px;
    }
    .home-thingswedo-flex .home-thingswedo-box h3 {
        font-size: 3vw;
    }
    .common-home .home_thingswedo{
        background-size: auto;
    }
    .home_shop_by .flex-box .img-container{
        min-height: 330px;
    }
    .section-space {
        padding: 60px 0px;
    }
    .home_shop_by .flex-box .img-container > div h3 {
        font-size: 28px;
    }
    .home-step-flex .home-step-container span {
        font-size: 20px;
        margin-top: 10px;
    }
    .home-step-flex .home-step-container .num {
        font-size: 64px;
    }
    .home-step-flex .home-step-container:not(:last-child):after{
        height: 30px;
        width: 30px;
    }
    .home-step-flex .home-step-container {
        width: calc(33.3333% - 30px);
        margin: 0 15px;
        margin-bottom: 55px;
    }
    .home-step-flex .home-step-container:nth-child(even){
        margin-top: 0px;
    }
    .home-step-flex {
        margin: 0 -15px;
        padding-bottom: 40px;
        margin-top: 60px;
        justify-content: center;
    }
    .home-step-flex .home-step-container:not(:last-child):after{
        display: none;
    }
    .home-article-slide-container {
        padding: 0 65px;
    }
    .home-slider .slick-nav img{
        width: 42px;
    }
    .home-slider .slick-nav.next {
        right: -35px;
    }
    .home-slider .slick-nav.prev {
        left: -35px;
    }
    .home-article-slide-container .slick-slide {
        margin-left: 10px;
    }
    .home-article-slide-container .slick-track {
        margin-left: -5px;
    }
    .home-article-slide-container .home-article-slide .info {
        padding: 20px;
    }
    .home-article-slide-container .home-article-slide .info h4 {
        font-size: 18px;
    }
    .home-article-slide-container .home-article-slide .info .date {
        margin-bottom: 8px;
        font-size: 14px;
    }
    .home-article-slide-container .home-article-slide .info .desc {
        line-height: 24px;
    }
    .common-home .home_latest_news {
        padding-top: 120px;
        padding-bottom: 20px;
    }
    .cd-accordion-menu ul a, .cd-accordion-menu ul label {
        background: #b98d14;
    }
    .about_us_setting .desc {
        line-height: 28px;
        font-size: 17px;
        margin-top: 40px;
    }
    .retail_outlets .retail_map select {
        width: 32%;
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #f9c229;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px!important;
        height: 38px!important;
        background: url(../../../../../image/catalog/outlet/dropdown_white.png) no-repeat 96% 50% #f9c229;
        background-size: 14px 8px;
        border-radius: 8px!important;
        padding: 0px 30px!important;
        padding-right: 45px!important;
        text-align-last: center;
    }
    .information-contact label, #co_branding_form label {
        font-size: 15px;
    }
    .select-co-product .options .option input + label {
        padding: 10px 15px;
    }
    .select-co-product .options .option input + label .info h4 {
        font-size: 17px;
        color: #c21f30;
        margin-bottom: 3px;
        font-family: 'AvenirLTStd-Black';
    }
    .select-co-product .options .option input + label .info p {
        font-size: 14px;
    }
    .co_branding_setting .container > .container{
        padding: 0;
    }
    .news-ncategory #column-left{
        width: 100%;
    }
    .news-ncategory #column-left #articles-column-left {
        margin-top: 0px;
    }
    .news-ncategory #column-left h3 {
        font-size: 26px;
        text-align: center;
    }
    .news-ncategory #news_latest{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    #news_latest .artblock {
        width: 50%;
    }
    .news-ncategory #content .bnews-list .artblock .info .name a {
        font-size: 24px!important;
    }
    .news-ncategory #content .bnews-list .artblock .info .name {
        margin-bottom: 12px;
    }
    .news-ncategory #content .bnews-list .artblock .info .description {
        margin-bottom: 20px;
        margin-top: 10px;
        line-height: 22px;
        color: #000;
    }
    #articles-filter-trigger-open {
        left: -72px;
    }
    #side-categories .list-group-item.item-header, #side_filter .list-group-item.item-header, #side-manufacturer .list-group-item.item-header, #side-price .list-group-item.item-header{
        font-size: 18px;
    }
    
    .product-category .container > .row{
        margin-top: 30px;
    }
    .product-image-additional-container .slick-slide {
        margin: 10px 16px 10px 16px!important;
    }
    .vertical .product-image-additional-container {
        width: 25%;
    }
    .vertical .product-image-main-container {
        width: 75%;
    }
    .product-image-additional .slick-list {
        margin-top: -2px;
    }
    .product-product #button-inner-wishlist {
        margin-left: 0px;
        display: block;
    }
    
    .iid-7 .tooltip-inner {
        padding: 15px 25px;
        max-width: 220px;
    }
    .iid-7 .tooltip-inner h3 {
        font-size: 18px;
        margin-bottom: 3px;
    }
    .iid-7 .tooltip-inner .info {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width:768px){
    header {
        padding: 5px 0;
    }
    .header-container {
        grid-template-columns: 150px 1fr 150px;
        -ms-grid-columns: 150px 1fr 150px;
    }
    footer .footer-contact-info {
        padding-right: 5%;
    }
    footer li {
        margin-bottom: 7px;
    }
    .footer-contact-info a img {
        width: 160px;
    }
    footer h5 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .footer-upper-contet .footer-contact-links {
        margin-bottom: 10px;
    }
    footer .footer-contact-info p {
        line-height: 26px;
    }
    .common-home #slideshow0 .slider-custom-dots {
        bottom: 5%;
    }
    body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
        font-size: 36px;
        color: #c21f30;
        text-align: center;
        margin-bottom: 35px;
        text-transform: capitalize;
        font-family: 'AvenirLTStd-Black';
        position: relative;
    }
    #home-fcategory-slider .slick-slide h4 {
        font-size: 18px;
        padding: 0!important;
    }
    #home-fcategory-slider .slick-slide img {
        border: 2px solid transparent;
    }
    #home-fcategory-slider .slick-slide:hover img {
        border: 2px solid #c21f30;
    }
    
    .btn-primary,
    .btn-default:not(.no-custom){
        padding: 6px 10px;
    }
    .quickcheckout-checkout .form-control:not(.no-custom) {
        height: 38px;
    }
    .input-theme {
        height: 38px;
    }
    .select-theme {
        font-size: 14px!important;
        color: #000;
        padding: 9px 20px!important;
        height: 38px!important;
    }
    .information-contact .flex-box .left,
    .information-contact .flex-box .right{
        width: calc(100% - 30px);
    }
    .contact_info_container {
        margin-bottom: 15px;
    }
    .information-contact .flex-box .right{
        margin-top: 50px;
    }
    .information-contact .map_iframe iframe{
        margin-bottom: 20px;
    }
    .product-view>.product-gutter {
        padding-left: calc(15px / 2);
        padding-right: calc(15px / 2);
        padding-bottom: 10px;
        margin-bottom: 5px;
        width: 33.3333%;
    }
    .product-block .product-name a{
        font-size: 17px;
    }
    .product-block .product-name {
        padding: 14px 7px 0px;
    }
    .sticker,
    .special-sticker{
        right: 10px;
        top: 10px!important;
    }
    .product-image-block a.sticker + a.special-sticker {
        top: 70px!important;
    }
    .product-list-sort {
        padding: 0;
    }
    .product-list-sort .product-list-sort-by {
        float: none;
        min-width: 50%;
    }
    .product-list-sort .product-list-sort-by select{
        background-color: #c21f30;
        color: #fff;
        margin-left: -15px;
        margin-right: -15px;
        background: url(../../../../../image/catalog/header/dropdown_white.png) no-repeat 95% 50% #c21f30;
        background-size: 10px 5px;
        padding: 8px;
        padding-right: 40px;
        height: 36px;
    }
    .product-list-sort #filter_group_tigger_open{
        background-color: #fff;
        border-color: #c21f30;
        color: #c21f30;
        border-radius: 0;
        min-width: 100%;
        padding: 5px 10px;
    }
    .product-search .pagination>li>a, .product-search .pagination>li>span, .product-category .pagination>li>a, .product-category .pagination>li>span, .news-ncategory .pagination>li>a, .news-ncategory .pagination>li>span {
        height: 38px;
        width: 38px;
        margin-right: 12px;
    }
    .product_inner_name {
        font-size: 28px;
        margin-bottom: 8px;
    }
    .price-flex {
        margin-bottom: 15px;
    }
    .product-product .product-description {
        padding-top: 15px;
        border-top: 1px solid #ddd;
        margin-bottom: 25px;
    }
    #product .form-group:not(.input-form-group),
    #product .form-group .input-group{
        width: 75%;
    }
    .home-thingswedo-flex .home-thingswedo-box {
        padding: 0 5%;
    }
    .home-thingswedo-flex .home-thingswedo-box h3 {
        font-size: 5vw;
    }
    .home-thingswedo-flex .home-thingswedo-box .info .desc {
        font-size: 2.5vw;
        line-height: 3.4vw;
    }
    .home-thingswedo-flex .home-thingswedo-box:hover .info .btn {
        font-size: 2vw;
    }
    .home_shop_by .flex-box .img-container {
        min-height: 270px;
    }
    .home_shop_by .flex-box .img-container > div h3 {
        font-size: 26px;
    }
    .home-step-flex .home-step-container .num {
        font-size: 54px;
    }
    .home-article-slide-container {
        padding: 0 40px;
    }
    .common-home .home_latest_news {
        padding-top: 80px;
        padding-bottom: 20px;
    }
    .common-home .home_latest_news h2 {
        margin-bottom: 20px!important;
    }
    .about_us_setting {
        padding-top: 0!important;
        padding-bottom: 20px!important;
    }
    .about_us_setting .desc {
        line-height: 26px;
        font-size: 16px;
        margin-top: 30px;
    }
    .breadcrumb > li a{
        font-size: 17px;
    }
    .retail_outlets .outlets_flex .outlet_box .info h3 {
        font-size: 17px;
        margin-bottom: 8px;
    }
    .retail_outlets .outlets_flex .outlet_box img {
        padding-right: 15px;
        width: 45px;
    }
    .retail_outlets .outlets_flex .outlet_box .info > div {
        line-height: 24px;
        font-size: 15px;
    }
    .retail_outlets .outlets_flex {
        margin: 0 -10px;
        margin-top: 40px;
    }
    .retail_outlets .outlets_flex .outlet_box {
        width: calc(33.3333% - 20px);
        margin: 0 10px;
        margin-bottom: 30px;
    }
    .information-contact .flex-box .left > img{
        display: none;
    }
    .information-contact .flex-box .left > div {
        padding: 20px 30px;
        left: auto;
        top: auto;
        position: relative;
        width: 100%;
    }
    .information-contact .flex-box .left{
        padding-right: 0px;
    }
    .footer-social-icons {
        margin-bottom: 0px;
    }
    .information-contact label, #co_branding_form label {
        font-size: 15px;
    }
    .co-branding-additional-container .slick-slide {
        margin: 0px 5px;
    }
    #co_branding_form {
        padding: 20px 30px;
    }
    #co_branding_form .form-guide {
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .co_branding_setting .desc {
        text-align: center;
        margin: 25px 0;
        line-height: 24px;
        padding: 0 0px;
    }
    
    #co_branding_form .text-right.col-sm-12{
        text-align: center;
        margin-top: 30px;
    }
    .select-co-product .options{
        padding-bottom: 0px;
    }
    .news-ncategory #content .bnews-list .artblock .info {
        padding: 20px;
    }
    
    .news-ncategory #content .bnews-list .artblock .info {
        padding: 20px;
    }
    .news-ncategory #content .bnews-list .artblock > a {
        padding-top: 20px;
    }
    .news-ncategory #content .bnews-list .artblock .info .name a {
        font-size: 22px!important;
    }
    .news-ncategory #content .bnews-list .artblock .info .date span {
        padding-left: 6px;
        font-size: 14px;
    }
    .news-ncategory #content .bnews-list .artblock .info .date img {
        margin-top: -3px;
        width: 18px;
    }
    .news-ncategory #content .bnews-list .artblock .info .name {
        margin-bottom: 8px;
    }
    .news-ncategory #content .bnews-list .artblock .info .description {
        margin-bottom: 15px;
        margin-top: 5px;
        line-height: 20px;
        font-size: 14px;
        color: #000;
    }
    .news-article .description {
        line-height: 26px;
    }
    .news-article .date {
        margin: 18px 0;
        margin-top: 30px;
    }
    #side-categories .list-group-item.item-header, #side_filter .list-group-item.item-header, #side-manufacturer .list-group-item.item-header, #side-price .list-group-item.item-header {
        font-size: 18px;
    }
    #side-categories .list-group-item {
        padding: 5px 0px;
        background-color: transparent;
    }
    #side-categories .group .item a {
        padding: 7px 10px;
        font-size: 15px;
    }
    #side-price .list-group-item:not(.item-header) {
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .product-category .container > .row {
        margin-top: 20px;
    }
    .product-gutter .cart-buttons .btn-list-wishtlist img {
        width: 21px;
    }
    .product-gutter .cart-buttons .btn-cart {
        font-size: 13px;
        padding: 0;
    }
    .product-gutter .cart-buttons .btn-list-wishtlist, .product-gutter .cart-buttons .btn-list-wishtlist:active:focus, .product-gutter .cart-buttons .btn-list-wishtlist:hover {
        min-width: calc(30% - 8px);
        margin-left: 8px;
        padding: 6px;
    }
    .product-product .featured_related_products_ h2.center:not(.swal2-title) {
        margin-bottom: 20px!important;
        color: #000;
        text-transform: capitalize;
        font-size: 32px!important;
    }
    .product-product #button-inner-wishlist {
        margin-left: 20px;
        display: inline-block;
    }
    .product-product #button-cart, .product-product #button-out-of-stock, .product-product #button-inner-wishlist {
        padding: 6px 10px;
        min-width: 200px;
        margin-top: 20px;
        font-size: 15px;
    }
    #product .form-group .input-group > div .input-group-btn .btn {
        width: 100%;
        background-color: #97ca51;
        color: #fff;
        border-radius: 0;
        padding: 12px 10px;
        font-size: 8px;
        outline: 0;
    }
    
    .featured-module .slick-nav ,
    .featured-module .slick-nav img{
        width: 40px;
    }
    .featured-module .featured {
        padding: 0px 50px;
    }
    .featured-module .slick-nav.right, .featured-module .slick-nav.next {
        right: -50px;
    }
    .featured-module .slick-nav.left, .featured-module .slick-nav.prev {
        left: -50px;
    }
    #enquiry .cart-dorpdown-footer .btn, #cart .cart-dorpdown-footer .btn {
        padding: 8px !important;
        font-size: 14px;
    }
    .product-search .product-view>.product-gutter{
        width: 33.3333%;
    }
    .search-container{
        margin: 0px auto 40px;
    }
    
    body .page_bg {
        padding-bottom: 40px;
    }
}

@media screen and (max-width:600px){
    .product-view>.product-gutter {
        padding-left: calc(15px / 2);
        padding-right: calc(15px / 2);
        padding-bottom: 10px;
        width: 50%;
    }
    .home_shop_by .flex-box .left, .home_shop_by .flex-box .right {
        width: calc(100% - 0px);
    }
    .retail_outlets .outlets_flex .outlet_box {
        width: calc(50% - 20px);
        margin: 0 10px;
        margin-bottom: 30px;
    }
    .retail_outlets {
        padding-top: 0px!important;
        padding-bottom: 0px!important;
    }
    .retail_outlets .retail_map {
        margin-bottom: 75px;
    }
    .retail_outlets .retail_map select {
        width: 50%;
        position: absolute;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: -50px;
        background-color: #f9c229;
        color: #fff;
        text-transform: uppercase;
        font-size: 15px!important;
        height: 34px!important;
        background: url(../../../../../image/catalog/outlet/dropdown_white.png) no-repeat 96% 50% #f9c229;
        background-size: 14px 8px;
        border-radius: 8px!important;
        padding: 0px 30px!important;
        padding-right: 45px!important;
        text-align-last: center;
    }
}

@media screen and (max-width:540px){
    .header-container {
        grid-template-columns: 100px 1fr 100px;
        -ms-grid-columns: 100px 1fr 100px;
    }
    body {
        font-size: 14px;
    }
    .header-container .header-logo img {
        width: 200px;
    }
    .header-container .header-links>a, .header-container #account>a[data-toggle="dropdown"], .header-container #enquiry>a, .header-container #cart>a, .header-container ._search>a {
        width: 40px;
        padding: 10px 15px;
    }
    .header-container #cart>a > img{
        width: 28px;
    }
    .header-container #wishlist-total > img{
        width: 25px;
    }
    .header-container #enquiry>a .badge, .header-container #cart>a .badge{
        height: 20px;
        width: 20px;
    }
    .header-container #enquiry>a .badge>span, .header-container #cart>a .badge>span {
        font-size: 9px;
        line-height: 1;
    }
    .sliding-text {
        font-size: 14px;
    }
    .header_banner {
        padding: 5px;
    }
    .footer-powered p {
        font-size: 14px;
    }
    footer li a {
        font-size: 14px;
    }
    .common-home #slideshow0 .slider-custom-dots .owl-dot {
        margin: 0px 8px 20px;
    }
    body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
        font-size: 34px;
        color: #c21f30;
        text-align: center;
        margin-bottom: 30px;
        text-transform: capitalize;
        font-family: 'AvenirLTStd-Black';
        position: relative;
    }
    body:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
        content: '';
        width: 40px;
        height: 3px;
    }
    #home-fcategory-slider .slick-slide {
        margin: 0 8px;
    }
    #home-fcategory-slider {
        padding: 0 20px;
    }
    #home-fcategory-slider .slick-slide h4 {
        font-size: 17px;
        padding: 0!important;
        margin-top: 10px;
    }
    .common-home .fcategory{
        background-color: #fff;
        padding-bottom: 25px;
    }
    #home-fcategory-slider .slick-slide img{
        box-shadow: 1px 1px 5px #e2e2e2;
    }
    body #footer-area{
        margin-top: 0px;
    }
    
    .common-home .section-space.slideshow .container{
        width: 100%;
    }
    .common-home #slideshow0 .slider-custom-dots {
        bottom: -7%;
    }
    .cd-accordion-menu a, .cd-accordion-menu label{
        padding: 15px;
    }
    .header-mobile .mobile-account>a {
        flex: 1 1 auto;
        text-align: center;
        text-overflow: ellipsis;
        display: block;
        color: white;
        font-size: 15px;
        padding: 15px 8px;
    }
    .header-mobile .mobile-search {
        padding: 10px 10px;
    }
    .header-mobile .mobile-search .search-custom input {
        height: 28px;
        width: calc(100% - 42px);
    }
    .iid-4 h2 {
        padding-left: 0px;
        margin-bottom: 18px!important;
    }
    .information-contact .flex-box .right {
        margin-top: 30px;
    }
    .contact_info_flex {
        margin: 0 0px;
        margin-bottom: 10px;
    }
    .product-block .product-name a {
        font-size: 16px;
    }
    .product-block .product-details .price {
        font-size: 14px;
    }
    .product-view {
        margin-left: calc(-10px / 2);
        margin-right: calc(-10px / 2);
    }
    .product-view>.product-gutter {
        padding-left: calc(10px / 2);
        padding-right: calc(10px / 2);
        padding-bottom: 25px;
        width: 50%;
    }
    .product-block .btn-cart {
        font-size: 13px;
    }
    .product-block .btn-cart img {
        width: 22px;
        padding-right: 6px;
        margin-top: -4px;
    }
    .product-search .pagination>li>a, .product-search .pagination>li>span, .product-category .pagination>li>a, .product-category .pagination>li>span, .news-ncategory .pagination>li>a, .news-ncategory .pagination>li>span {
        height: 35px;
        width: 35px;
        margin-right: 10px;
        font-size: 14px;
    }
    .common-home .featured .featured-module .home_f_product_info > div h2 {
        margin-bottom: 25px;
    }
    .common-home .section-space.featured {
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .common-home .featured .featured-module .featured {
        width: 100%;
        padding: 0;
    }
    #product .form-group:not(.input-form-group),
    #product .form-group .input-group{
        width: 100%;
    }
    .product-product #button-cart {
        margin: 0 auto;
        display: block;
        margin-top: 20px;
    }
    .product_inner_name {
        font-size: 26px;
    }
    #product .form-group label, #product .input-form-group .input-group-addon {
        font-size: 15px;
    }
    .product-product .featured-module .featured {
        padding: 0px 0px;
    }
    .waiting_list_container .flex-group input{
        width: 100%;
        text-align: center;
    }
    .waiting_list_container #waiting_list_submit{
        margin-top: 15px;
    }
    .product-product #button-out-of-stock{
        margin: 0 auto;
        display: block;
        margin-top: -20px;
        padding: 6px 10px;
    }
    .product-product .featured_related_products_ h2.center:not(.swal2-title) {
        margin-bottom: 20px!important;
        font-size: 30px!important;
    }
    .featured .slick-no-slide {
        margin-left: 0px;
        margin-right: 0px;
    }
    .footer-contact-links .btn-primary {
        margin-top: 12px;
        min-width: 100%;
        font-size: 14px;
    }
    .common-home #slideshow0 .slider-nav {
        width: 50px;
    }
    .common-home #slideshow0 .slider-nav img{
        width: 40px;
    }
    .home-thingswedo-flex .home-thingswedo-box {
        padding: 0 0%;
    }
    .common-home .home_thingswedo {
        background-size: auto;
        padding-top: 10px;
    }
    .home_shop_by .flex-box .img-container > div h3 {
        font-size: 24px;
    }
    .home_shop_by .flex-box .img-container > div h3:after {
        width: 40px;
        height: 3px;
        margin: 8px auto 0px;
    }
    .home-step-flex .home-step-container {
        width: calc(50% - 30px);
        margin: 0 15px;
        margin-bottom: 40px;
    }
    .common-home .home_latest_news {
        padding-top: 20px;
        padding-bottom: 10px;
        background: none;
    }
    .common-home .home_latest_news h2 {
        color: #333!important;
        margin-top: 15px!important;
        margin-bottom: 20px!important;
    }
    .about_us_setting .desc {
        line-height: 24px;
        font-size: 15px;
        margin-top: 20px;
    }
    .breadcrumb {
        margin: 12px 0 5px 0;
        padding: 6px 0;
    }
    .breadcrumb > li a {
        font-size: 16px;
    }
    .retail_outlets .outlets_flex .outlet_box .info h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .retail_outlets .outlets_flex .outlet_box .info > div {
        line-height: 20px;
        font-size: 14px;
    }
    .retail_outlets .outlets_flex .outlet_box img {
        padding-right: 10px;
        width: 35px;
    }
    .retail_outlets .outlets_flex .outlet_box {
        width: calc(50% - 10px);
        margin: 0 5px;
        margin-bottom: 20px;
    }
    .retail_outlets .outlets_flex {
        margin: 0 -5px;
        margin-top: 40px;
    }
    body .page_bg{
        padding-bottom: 30px;
    }
    .retail_outlets .outlets_flex > p {
        width: 100%;
        margin-top: 100px;
        font-size: 16px;
    }
    .co-branding-additional-container {
        margin-top: 20px;
        padding: 0 30px;
    }
    .co-branding-additional-container .slick-nav,
    .co-branding-additional-container .slick-nav img{
        width: 25px;
    }
    .co-branding-additional-container .slick-nav.next {
        right: -30px;
    }
    .co-branding-additional-container .slick-nav.prev {
        left: -30px;
    }
    .select-co-product .options {
        top: 43px;
    }
    #co_branding_form {
        padding: 15px 20px;
    }
    .co_branding_setting {
        padding-top: 0px!important;
        padding-bottom: 30px!important;
    }
    .co_branding_setting .desc {
        text-align: center;
        margin: 20px 0;
        line-height: 22px;
        padding: 0 0px;
    }
    #news_latest .artblock {
        width: 100%;
    }
    .news-ncategory #content .bnews-list .artblock > a {
        padding-top: 0px;
        width: 100%;
    }
    .news-ncategory #content .bnews-list .artblock .info {
        padding: 15px;
        width: 100%;
    }
    #articles-filter-trigger-open {
        position: fixed;
        top: 50vh;
        left: -34px;
        transform: translateY(-50%) rotate(90deg);
        z-index: 10;
        width: 140px;
        min-width: 140px;
        padding: 8px;
    }
    .news-ncategory #content .bnews-list .artblock:hover {
        transform: scale(1);
        transition: all 0.5s;
    }
    .news-ncategory .container > .row {
        border-top: 2px solid #ddd;
        padding-top: 15px;
    }
    .news-ncategory #column-left h3 {
        font-size: 22px;
        text-align: center;
    }
    #news_latest .artblock .date span {
        padding-left: 3px;
        color: #000;
        font-size: 13px;
    }
    #news_latest .artblock .date img {
        width: 14px;
        margin-top: -3px;
    }
    #news_latest .artblock .info .name a {
        font-size: 15px!important;
    }
    #news_latest .artblock .description {
        margin: 3px 0;
        font-size: 13px;
        line-height: 15px;
    }
    .news-article .description {
        line-height: 22px;
    }
    .news-article .media-detail__btn-group {
        width: 100%;
        margin-top: 25px;
        text-align: center;
    }
    .news-article .date span {
        font-size: 13px;
    }
    .product-list-sort #filter_group_tigger_open{
        font-size: 15px;
    }
    .product-list-sort .product-list-sort-by select{
        height: 35px;
    }
    .product-product .product-image-column {
        margin-bottom: 15px;
    }
    .product-product #button-inner-wishlist {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
    .product-product .out-of-stock #button-out-of-stock{
        margin-bottom: 30px;
    }
    #enquiry .cart-dorpdown-footer .btn, #cart .cart-dorpdown-footer .btn {
        padding: 7px !important;
        font-size: 13px;
    }
    .product-search .product-view>.product-gutter{
        width: 50%;
    }
}

@media screen and (max-width:414px){
    .header-container .header-logo img {
        width: 175px;
        padding: 8px 0;
    }
    .header-container {
        grid-template-columns: 80px 1fr 80px;
        -ms-grid-columns: 80px 1fr 80px;
        padding: 2px 0px;
    }
    .sliding-text {
        font-size: 13px;
    }
    footer .footer-contact-info {
        padding-right: 0%;
        width: 100%;
    }
    .footer-upper-contet .footer-contact-links {
        margin-bottom: 5px;
        width: 100%;
    }
    .footer-upper-contet > *:nth-child(4) h5{
        display: none;
    }
    footer {
        padding: 20px 0px 0px;
        text-align: center;
    }
    .footer-contact-info a img {
        width: 140px;
    }
    footer .footer-contact-info p {
        line-height: 24px;
    }
    .footer-powered p {
        font-size: 13px;
        text-align: center;
    }
    .footer-powered {
        border-top: 2px solid #a2a2a2;
        padding: 6px 0;
    }
    #home-fcategory-slider .slick-slide h4 {
        font-size: 16px;
    }
    body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
        font-size: 30px;
        color: #c21f30;
        text-align: center;
        margin-bottom: 20px;
        text-transform: capitalize;
        font-family: 'AvenirLTStd-Black';
        position: relative;
    }
    body:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
        content: '';
        width: 35px;
        height: 2px;
    }
    
    .btn-primary,
    .btn-default:not(.no-custom){
        padding: 5px 10px;
        font-size: 13px;
    }
    .quickcheckout-checkout .form-control:not(.no-custom) {
        height: 32px;
    }
    .input-theme {
        height: 32px;
        font-size: 13px;
    }
    .information-contact .flex-box .right {
        margin-top: 30px;
    }
    body .page_bg {
        padding-bottom: 20px;
    }
    
    .sticker, .special-sticker {
        height: 45px;
        width: 45px;
        font-size: 9px;
    }
    .sticker, .special-sticker {
        right: 8px;
        top: 8px!important;
    }
    .product-image-block a.sticker + a.special-sticker {
        top: 60px!important;
    }
    .product-block .product-name a {
        font-size: 15px;
    }
    .product-block .product-details{
        padding: 3px 0px;
    }
    .product-gutter .cart-buttons {
        width: 100%;
    }
    .product-block .btn-cart {
        font-size: 12px;
        min-width: 100%;
    }
    .product-block{
        border-radius: 0px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        padding-bottom: 0px;
    }
    .product-image-block img, .product-image-block, .product-image-block .image-container {
    }
    .product-block:hover {
        border: 1px solid #c21f30;
    }
    .product-view>.product-gutter{
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .product-search .pagination>li>a, .product-search .pagination>li>span, .product-category .pagination>li>a, .product-category .pagination>li>span, .news-ncategory .pagination>li>a, .news-ncategory .pagination>li>span {
        height: 32px;
        width: 32px;
        margin-right: 8px;
        font-size: 13px;
    }
    .product_inner_name {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .price-flex {
        margin-bottom: 12px;
    }
    .product-product .product-description {
        padding-top: 12px;
        border-top: 1px solid #ddd;
        margin-bottom: 20px;
    }
    .product-product #button-cart {
        margin: 0 auto;
        display: block;
        margin-top: 15px;
        padding: 7px 8px;
    }
    .select-theme{
        padding: 8px 15px!important;
        height: 36px!important;
        padding-right: 25px!important;
    }
    #product .form-group .input-group > div .input-group-btn .btn{
        padding: 11px 10px;
        font-size: 8px;
    }
    .input-theme {
        height: 32px;
        font-size: 13px!important;
        padding: 5px 12px;
    }
    #product .form-group label, #product .input-form-group .input-group-addon {
        width: 30%;
    }
    #product .form-group:not(.input-form-group) > select, #product .form-group:not(.input-form-group) > input {
        width: 70%;
    }
    #product .form-group .input-group > div {
        width: 70%;
    }
    .product-product .product-image-additional-container img{
        border-radius: 10px;
    }
    .product-product .product-image-additional-container img:hover, .product-product .product-image-additional-container .slick-current img {
        border: 1px solid #c21f30;
    }
    
    .header-container .header-links>a, .header-container #account>a[data-toggle="dropdown"], .header-container #enquiry>a, .header-container #cart>a, .header-container ._search>a {
        width: 35px;
        padding: 10px 10px;
    }
    .header-container #cart>a > img, .header-container #wishlist-total > img {
        width: 23px;
    }
    .header-container #enquiry>a .badge, .header-container #cart>a .badge {
        height: 16px;
        width: 16px;
        top: 15%;
        left: 85%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home-thingswedo-flex .home-thingswedo-box .info .desc {
        font-size: 3vw;
        line-height: 4vw;
    }
    .home-thingswedo-flex .home-thingswedo-box:hover .info .btn {
        font-size: 2.3vw;
        margin-top: 15px;
    }
    .home-step-flex .home-step-container .num {
        font-size: 46px;
    }
    .home-step-flex .home-step-container span {
        font-size: 18px;
        margin-top: 10px;
    }
    .home-step-flex .home-step-container {
        width: calc(50% - 15px);
        margin: 0 7.5px;
        margin-bottom: 20px;
    }
    .home-step-flex {
        margin: 0 -7.5px;
        padding-bottom: 55px;
        margin-top: 30px;
        justify-content: center;
    }
    .home-article-slide-container {
        padding: 0 20px;
    }
    .home-slider .slick-nav {
        width: 35px;
    }
    .home-slider .slick-nav img{
        width: 35px;
    }
    .home-slider .slick-nav.next {
        right: -25px;
    }
    .home-slider .slick-nav.prev {
        left: -25px;
    }
    .home-article-slide-container .home-article-slide .info {
        padding: 15px;
    }
    .home-article-slide-container .home-article-slide .info h4 {
        font-size: 16px;
    }
    .home-article-slide-container .home-article-slide .info .date {
        margin-bottom: 5px;
        font-size: 13px;
    }
    .home-article-slide-container .home-article-slide .info .desc {
        line-height: 20px;
    }
    .home-article-slide-container .home-article-slide a {
        padding: 3px 0;
        font-size: 14px;
    }
    .home-article-slide-container .home_btn_container {
        margin-top: 10px;
    }
    .home_shop_by .flex-box .img-container {
        min-height: 220px;
    }
    .home_shop_by .flex-box .img-container > div h3 {
        font-size: 22px;
    }
    .iid-4 .flex-box1 .left,
    .iid-4 .flex-box1 .right{
        width: calc(100% - 30px);
        margin: 0 15px;
        padding: 0 15%;
        margin-bottom: 35px;
    }
    .about_us_setting .desc {
        margin-top: 0px;
    }
    .about_us_setting {
        padding-top: 0!important;
        padding-bottom: 0px!important;
    }
    .breadcrumb > li a {
        font-size: 14px;
    }
    .retail_outlets .outlets_flex .outlet_box img {
        display: none;
    }
    .retail_outlets .outlets_flex .outlet_box .info h3 {
        font-size: 15px;
        margin-bottom: 3px;
    }
    .retail_outlets .retail_map select {
        width: 75%;
        position: absolute;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        bottom: -50px;
        background-color: #f9c229;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px!important;
        height: 32px!important;
        background: url(../../../../../image/catalog/outlet/dropdown_white.png) no-repeat 96% 50% #f9c229;
        background-size: 11px 6px;
        border-radius: 8px!important;
        padding: 0px 15px!important;
        padding-right: 30px!important;
        text-align-last: center;
    }
    .information-contact label, #co_branding_form label {
        font-size: 14px;
    }
    .information-contact .flex-box .left > div {
        padding: 15px 15px;
        left: auto;
        top: auto;
        position: relative;
        width: 100%;
    }
    .contact_info_flex .desc {
        width: calc(100% - 50px);
        margin: 0 8px;
        color: #000;
    }
    .select-theme {
        padding: 6px 15px!important;
        height: 32px!important;
        padding-right: 25px!important;
        font-size: 13px!important;
    }
    .select-co-product .options .option input + label {
        padding: 5px 10px;
    }
    .select-co-product .options .option input + label .info h4 {
        font-size: 16px;
        color: #c21f30;
        margin-bottom: 5px;
        font-family: 'AvenirLTStd-Black';
    }
    .select-co-product .options .option input + label .info p {
        font-size: 13px;
        margin-bottom: 0px;
    }
    .select-co-product .options {
        background: white;
        border: 1px solid #e2e2e2;
        position: absolute;
        top: 43px;
        left: -1px;
        width: calc(100% - 30px);
        height: 350px;
        z-index: 9;
        overflow-y: auto;
        border-radius: 5px;
        margin: 0px 15px;
        padding-bottom: 30px;
    }
    .news-ncategory #content .bnews-list .artblock .info .name a {
        font-size: 20px!important;
    }
    .news-ncategory #content .bnews-list .artblock .info .description {
        margin-bottom: 10px;
        margin-top: 3px;
        line-height: 18px;
        font-size: 13px;
        color: #000;
        text-align: center;
    }
    .news-ncategory #content .bnews-list .artblock .info .date img {
        margin-top: -3px;
        width: 16px;
    }
    #news_latest .artblock .info {
        width: calc(70% - 0px);
        margin: 0 0px;
        padding-left: 12px;
    }
    #news_latest .artblock {
        margin-bottom: 15px;
    }
    .news-ncategory #content .bnews-list .artblock .info .name {
        margin-bottom: 5px;
        text-align: center;
    }
    .news-ncategory #content .bnews-list .artblock .info .date{
        text-align: center;
    }
    .news-ncategory #content .bnews-list .artblock .blog-button {
        text-align: center;
    }
    .news-article .date {
        margin: 8px 0;
        margin-top: 20px;
    }
    .news-article .date img {
        padding-right: 5px;
        margin-top: -3px;
        width: 22px;
    }
    .product-list-sort #filter_group_tigger_open {
        font-size: 14px;
        padding: 4px 10px;
    }
    .product-list-sort .product-list-sort-by select {
        height: 32px;
        padding: 6px;
        padding-right: 25px;
    }
    #side-categories .list-group-item.item-header, #side_filter .list-group-item.item-header, #side-manufacturer .list-group-item.item-header, #side-price .list-group-item.item-header {
        font-size: 16px;
        margin-bottom: 0px;
    }
    #side-categories .list-group-item.item-header {
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
        margin-bottom: 0px;
    }
    #side-categories .list-group-item {
        padding: 0px 0px;
        background-color: transparent;
    }
    #side-price #price_max, #side-price #price_min {
        font-size: 14px;
        padding: 6px;
    }
    #filter-groups{
        padding: 30px 15px 15px;
    }
    .product-gutter .cart-buttons .btn-cart {
        font-size: 12px;
        padding: 0;
        border-radius: 0;
    }
    .product-gutter .cart-buttons .btn-list-wishtlist img {
        width: 19px;
    }
    .product-category .container > .row {
        margin-top: 10px;
    }
    
    .product-product #button-cart, .product-product #button-out-of-stock, .product-product #button-inner-wishlist{
        padding: 5px 8px;
        font-size: 14px;
        min-width: 70%;
    }
    #product .form-group .input-group > div .input-group-btn .btn {
        padding: 10px 10px;
        font-size: 8px;
    }
}
@media screen and (max-width:360px){
    .header-container .header-logo img {
        width: 150px;
        padding: 6px 0;
    }
    body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
        font-size: 27px;
        color: #c21f30;
        text-align: center;
        margin-bottom: 15px;
        text-transform: capitalize;
        font-family: 'AvenirLTStd-Black';
        position: relative;
    }
}
/* RESPONSIVE END */
.latest-news {
    width: 100%;
    height: 200px !important;
    object-fit: cover;
}
.retail_outlets .retail_map .outlet_pin img {
    width: 2.9vw;
}
@media screen and (max-width:767px){
    .retail_outlets .retail_map .outlet_pin img{
        width: 3.5vw;
    }
}