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

body {
	font-family: 'Cabin Condensed', sans-serif;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

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

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

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding: 30px 0px 20px;
	background-color: #ffffff;
        border-top: 1px solid #fff;
        color: #333;
        font-size: 16px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #e9e9e9;
        margin-bottom: 20px;
}
footer a {
	color: #333;
}
footer a:hover {
	color: #039;
}
footer h5 {
	font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        color: #333;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.breadcrumb > li {
		padding: 0 10px;
	}
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

  .pd-5 {
	  padding: 5px;
  }

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

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

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

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

	.w100px {
		width: 100px;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* product component option */
.product-gutter .product-inputs {
	padding: 5px;
	text-align: left;
}
.product-gutter .product-inputs>* {
	font-size: 12px;
}
.product-gutter .cart-buttons {
	margin: auto auto 0;
}
.product-gutter .product-option img{
	width: 50px;
}
@media (max-width: 767px) {
	.product-gutter .product-inputs {
		flex-wrap: wrap;
	}
	.product-gutter .product-inputs>* {
		width: 100%;
	}
	.product-gutter .product-inputs>*:last-child {
		margin-left: 0px;
	}
}
/* product component option */


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

@media (min-width: 1200px){
    .common-home .container,
    .mimic-header-container .container{
        width: calc(100% - 140px);
    }
    .fixed-header .container{
        width: 100%;
        padding-left: 85px;
        padding-right: 0px;
    }
    .fixed-header .header-banner .container{
        width: calc(100% - 140px);
        display: flex;
        flex-direction: row;
        padding-left: 15px;
    }
    .container,
    #footer-area footer .container{
        width: calc(100% - 630px);
    }
    .product-category > .container,
    .product-product > .container{
        width: calc(100% - 500px);
    }
}

.header-banner{
    background-color: #333;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
}
.header-contact{
    background-color: #003399;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.header-container {
    grid-template-columns: auto 1fr 280px;
    -ms-grid-columns: auto 1fr 280px;
    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;
}
.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;
    align-items: center;
}
.header-container .header-top{
    display: none;
}
.header-container .header-contact {
    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;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-custom.hidden-sm button{
    background-color: transparent;
    border: none;
    outline: 0;
    height: 60px;
    width: 80px;
}
.header-contact  img{
    margin-right: 15px;
}
.header-container .header-menu #main-menu>li>a{
    font-size: 18px;
    font-weight: 600;
    color:#333;
    text-transform: uppercase;
}
.header-container .header-menu #main-menu>li>a:hover,
.header-container .header-menu #main-menu>li.active>a{
    color: #003399;
}
.header-container .header-menu #main-menu{
    margin-right: 20px;
}
.header-banner .container .message{
    width: 70%;
}
.header-banner .container .icons{
    width: 30%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
#cart {
    color: #333;
}
.header-banner .container .icons a{
    color: #fff;
}
.header-banner .container .icons #cart{
    margin-left: 30px;
}
.header-banner .container .icons a img{
    margin-right: 10px;
    color: #fff;
}
.header-logo-image{
    padding: 8px 0;
}
.header-contact a{
    color: #fff;
}
.fixed-header .dropdown-menu a{
    color: #333!important;
}
.fixed-header {
    box-shadow: 1px 1px 5px #c2c2c2;
}
.header-logo-image img{
    width: 190px;
}
.footer-upper-contet>*:last-child {
    flex: 1;
}
.footer-logo-image{
    margin-bottom: 20px;
    display: inline-block;
}
.footer-contact-links h5{
    margin-top: 35px;
    margin-bottom: 12px;
}
.footer-contact-links li {
    margin-bottom: 18px;
}
.footer-contact-info h5{
    margin-bottom: 15px;
}
.powered p{
    margin-bottom: 0px;
    text-transform: uppercase;
}
.powered p a{
    text-decoration: none;
}
.footer-social-icons a:hover {
    transition: 0.2s all;
    transform: translateY(-4px);
}
.footer-social-icons a {
    transition: 0.2s all;
}
.slider-slideshow-description{
    display: none;
}
.slideshow .slider-custom-dots .owl-dot {
    border-radius: 10px;
    padding: 0px;
    border: 0px;
    width: 15px;
    height: 15px;
    display: inline-block;
    transition: width 0.3s;
    margin: 0px 10px 20px;
    background: #333333;
}
.slideshow .slider-custom-dots .owl-dot.active {
    background-color: #ff9900;
}
.slideshow .slider-custom-dots {
    bottom: 5%;
}
.home_intro{
    background-color: #000033;
    color: #fff;
    text-align: center;
    padding: 80px 0;
}
.home_intro h4{
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 400;
}
.home_intro .desc{
    line-height: 2;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style])::after{
    display: none;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style]){
    font-size: 40px;
    color: #003399;
    font-weight: 700;
    margin-top: 70px;
    margin-bottom: 50px;
}
body:not(.cke_editable).common-home h2:not(.swal2-title):not([style]){
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0px;
}
.home-desc{
    font-size: 13px;
    text-align: center;
    font-weight: 600;
    line-height: 2;
    margin-bottom: 40px;
}

.common-home .section-space:not(.slideshow){
    padding: 80px 0px;
}
.home-step-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.home-step-flex .home-step-container{
    width: calc(20% - 20px);
    margin: 0 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.home-step-flex .home-step-container:nth-child(even){
    flex-direction: column-reverse;
}
.home-step-flex .home-step-container .upper{
    background-color: #333;
    color: #fff;
    padding: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -7.5px;
    width: 100%;
}
.home-step-flex .home-step-container .upper .left{
    width: 60px;
    border-right: 1px solid #fff;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
}
.home-step-flex .home-step-container .upper .left span{
    font-size: 44px;
    display: inline-block;
    line-height: 1;
    width: 100%;
    margin-top: 5px;
}
.home-step-flex .home-step-container .upper .right{
    width: calc(100% - 70px);
    padding-left: 10px;
    font-weight: 400;
    font-size: 13px;
    text-transform: initial;
    letter-spacing: .7px;
}

.home-step-flex .home-step-container .upper .right span{
    font-size: 20px;
    display: block;
    margin-bottom: 7px;
    font-weight: 400;
    text-transform: uppercase;
}
.home-step-flex .home-step-container .lower{
    padding-top: 50%;
    position: relative;
    width: 100%;
}
.home-step-flex .home-step-container:nth-child(even) .lower{
    padding-top: 0;
    padding-bottom: 50%;
}
.home-step-flex .home-step-container .lower:before{
    content: '';
    width: 1px;
    height: 45%;
    position: absolute;
    top: 2.5%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff9900;
    visibility: hidden;
}
.home-step-flex .home-step-container:nth-child(even) .lower:before{
    top: auto;
    bottom: 5%;
}
.home-step-flex .home-step-container .lower img{
    margin: 0 auto;
    display: block;
}
.home-step-flex .home-step-container .lower img.hover{
    display: none;
}
.home-step-flex .home-step-container:hover img{
    display: none;
}
.home-step-flex .home-step-container:hover img.hover{
    display: block;
}
.home-step-flex .home-step-container:hover{
    cursor: pointer;
}
.home-step-flex .home-step-container:hover .upper{
    background-color: #003399;
    transition: all 0.2s;
}
.home-step-flex .home-step-container:hover .lower:before{
    transition: all 0.2s;
    visibility: visible;
}
.btn-primary{
    background: #003399;
    color: #fff;
    border: 2px solid #003399;
    font-size: 16px;
    min-width: 160px;
    padding: 12px 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active{
    background: #ffffff;
    color: #003399;
    border: 2px solid #003399;
    outline: none;
}

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

.btn-default{
    font-size: 16px;
    min-width: 160px;
    padding: 12px 12px;
    font-weight: 500;
    border: 2px solid #ccc;
    text-transform: capitalize;
}
.home_steps .btn_container{
    text-align: right;
    margin-top: 80px;
}
.home_steps .btn-primary{
    min-width: 30%;
    font-size: 20px;
    text-transform: uppercase;
}
.home_steps .btn-primary i{
    margin-left: 10px;
    font-size: 20px;
}

.flex-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.flex-box .flex-left,
.flex-box .flex-right{
    width: calc(50% - 30px);
    margin: 0 15px;
}
.breadcrumb{
    display: none;
}
.about_us_setting{
    padding: 0px 0px;
}
body #footer-area{
    margin-top: 60px;
}
.about_us_setting .desc{
    line-height: 2;  
}
.about_us_setting .flex-box{
    margin: 0 -80px;
}
.about_us_setting .flex-box .flex-left, .about_us_setting .flex-box .flex-right {
    width: calc(50% - 160px);
    margin: 0 80px;
}
.about_us_setting img{
    width: 100%;
}
.about_us_setting .flex-box.box2{
    margin-top: 80px;
    margin-bottom: 80px;
}

.iid-4{
    background: url(../../../../../image/catalog/background/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
body.iid-4 #footer-area{
    margin-top: 0px;
}
.information-contact .flex-box{
    margin-bottom: 60px;
}
.information-contact .flex-box .flex-left{
    width: calc(50% - 40px);
    margin: 0 20px;
}
.information-contact .flex-box .flex-right{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 5px;
}
.information-contact .flex-box .flex-right .location-box{
    width: calc(50% - 30px);
    margin: 0 15px;
    margin-bottom: 30px;
}
.information-contact h3{
    font-size: 25px;
    font-weight: 800;
    text-transform: uppercase;
}
.location-box .info{
    margin-bottom: 12px;
    font-size: 16px;
}
.location-box .info span{
    display: block;
    font-weight: 700;
}
.information-contact form label{
    display: none;
}
.information-contact form .form-group{
    margin-bottom: 12px;
}
.input-theme {
    height: 45px;
    font-size: 14px!important;
    border: 1px solid #e2e2e2;
    padding: 10px 20px;
    border-radius: 2px;
    -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;
}

.services{
    padding-top: 0px;
    padding-bottom: 20px;
    margin: 0 -7.5px;
}
.page-desc{
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 40px;
}

.services .services-container{
    width: calc(25% - 15px);
    margin: 0 7.5px;
    margin-bottom: 30px;
}
.services .services-container .img-container{
    position: relative;
}
.services .services-container .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(245, 245, 245, 0.8);
    visibility: hidden;
}
.services .services-container .overlay:before{
    content: '';
    position: absolute;
    background: url(../../../../../image/catalog/header/search-min.png);
    background-size: cover;
    height: 25px;
    width: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.services .services-container:hover{
    cursor: pointer;
}
.services .services-container:hover .overlay{
    visibility: visible;
    transition: all 0.2s;
}
.services .services-container h4{
    font-size: 20px;
    color: #003399;
    text-transform: uppercase;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
}
.services .services-container:hover h4{
    background-color: #003399;
    color: #fff;
}
.solutions_info_title{
    font-size: 25px;
    color: #003399;
    text-transform: uppercase;
    padding-top: 35px;
    padding-bottom: 35px;
    font-weight: 700;
    margin-bottom: 0px;
}
.solutions_info_desc{
    line-height: 1.8;
}

.services .btn_container{
    text-align: center;
    margin-top: 35px;
}
.home_services{
    background: url(../../../../../image/catalog/background/home-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.home-service-slide {
    overflow: hidden;
    transition: all 0.2s;
}
.home-service-slide h4{
    font-size: 18px;
    text-align: center;
    margin: 30px 0;
}
.home-service-slide:hover{
    cursor: pointer;
}
.home-service-slide:hover h4{
    text-decoration: underline;
}
.home-service-slide img{
    transition: all 0.2s;
}
.home-service-slide:hover img{
    transform: scale(1.05);
    transition: all 0.2s;
}
.home-service-slide-container{
    margin: 0 40px;
    margin-top: 60px;
}
.home-service-slide-container .owl-nav .disabled{
    opacity: 0.2;
}
.home-service-slide-container .owl-nav .owl-prev .slider-nav{
    left: -80px;
    width: 50px;
}
.home-service-slide-container .owl-nav .owl-next .slider-nav{
    right: -80px;
    width: 50px;
}
.home-service-slide-container .owl-nav img{
    top: calc(50% - 40px);
}
.gallery-listing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.gallery-listing .g-thumb-item{
    width: calc(33.333% - 30px);
    margin: 0 15px;
    margin-bottom: 40px;
}
.gallery-listing .g-thumb-item .title{
    color: #333;
    font-size: 18px;
    
}
.gallery-listing .g-thumb-item .img-container{
    position: relative;
}
.gallery-listing .g-thumb-item .img-container .overlay{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(205, 205, 205, 0.6);
    width: 100%;
    height: 100%;
    visibility: hidden;
}
.gallery-listing .g-thumb-item .img-container .overlay > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.gallery-listing .g-thumb-item .img-container .overlay > div span{
    color: #333;
    margin-top: 8px;
    font-weight: 600;
}
.gallery-listing .g-thumb-item:hover .overlay{
    visibility: visible;
    transition: all 0.2s;
}
.galleryModal{
    background-color: rgba(0, 0, 0, 0.63);
}
.galleryModal .modal-dialog {
    width: 60vw;
    margin: 30px auto;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%,-30%)!important;
    margin-top: 0px!important;
}
.galleryModal .modal-dialog .modal-header{
    border-bottom: none;
    padding: 0;
}
.galleryModal .modal-dialog .modal-content{
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.galleryModal .modal-header .close{
    opacity: 1;
    position: absolute;
    right: 15px;
    top: -20px;
}
.galleryModal .product-product .product-image-additional-container img{
    border: none;
}
.galleryModal .product-image-additional-container .slick-initialized .slick-slide{
    margin: 0 20px;
}
.galleryModal .product-image-additional-container .slick-initialized .slick-track{
    margin: 0 -20px;
}
.galleryModal .product-product .product-image-main-container:hover .slick-nav.right, 
.galleryModal .product-product .product-image-main-container:hover .slick-nav.next, 
.galleryModal .product-product .product-image-main-container:focus .slick-nav.right, 
.galleryModal .product-product .product-image-main-container:focus .slick-nav.next{
    transform: none;
}
.galleryModal .product-product .product-image-main-container{
    overflow: visible;
}
.galleryModal .product-product .product-image-main-container .slick-nav.left,.galleryModal .product-product .product-image-main-container .slick-nav.prev {
    left: -65px;
    opacity: 1;
    transform: none;
}
.galleryModal .product-product .product-image-main-container .slick-nav.right,.galleryModal .product-product .product-image-main-container .slick-nav.next {
    right: -65px;
    opacity: 1;
    transform: none;
}
.galleryModal .product-product .product-image-main-container .slick-nav.slick-disabled{
    display: none!important;
}
.galleryModal .product-product .product-image-main-container .slick-nav > div{
    background-color: transparent;
}
.galleryModal .product-product .product-image-main-container .slick-nav > div img{
    width: auto;
}
.galleryModal .product-product .product-image-additional-container {
    padding: 0px 0px;
}
.galleryModal .product-product .product-image-additional-container .slick-no-slide {
    margin-left: 0px;
    margin-right: 0px;
}
.iid-7:not(.mimic-header-container){
    background: url(../../../../../image/catalog/background/serv-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.iid-8{
    background: url(../../../../../image/catalog/background/port-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.information-contact{
    background: url(../../../../../image/catalog/background/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.select-theme {
    margin: 0px;
    height: 48px;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #e2e2e2;
    box-shadow: none;
    padding: 9px;
    font-size: 14px!important;
    color: #000;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    appearance: none;
    background: url(../../../../../image/catalog/product/drop-arrow-min.png) no-repeat 97% 50% #fff;
    background-size: 18px 12px;
    border-radius: 0px!important;
    padding: 12px 15px!important;
    height: auto!important;
    padding-right: 30px!important;
    text-align-last: left;
}
.select-theme::-ms-expand {
    display: none;
}
#side-categories .group .item a {
    padding: 10px 15px;
    color: #333;
}
#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;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 0px;
    color: #000;
}

#side-categories,
#side_filter{
    border-bottom: 1px solid #ddd!important;
}
.view-only #side-categories, .view-only #side_filter {
    border-bottom: 0px solid #ddd!important;
}
.empty#side_filter {
     border-bottom: 0px solid #ddd!important;
}
#side_filter > .list-group:last-child{
    border-top: 1px solid #ddd!important;
    margin-top: 0px;
    padding-top: 10px;
}
#side-categories .group .item.level-1 a,
#side-categories .group .item.level-1 .toggle{
    background-color: #333;
    color: #fff;
    border: none;
}
#side-categories .group .item{
    margin-bottom: 10px;
}
#side-categories .group .item a:hover, #side-categories .group .item.active,
#side-categories .group .item .toggle:hover,
#side-categories .group .item.active .toggle{
    background: #003399;
    color: #fff;
}
#side-categories .group .item.active+.sub {
    padding-left: 18px;
    border: none;
}
#side-categories .group:not(:last-child){
    border: none;
}
#side-categories .group .item .toggle{
    border: none;
}
#side-categories .group .item.active a{
    color: #fff;
    background-color: #003399;
}
#side-categories .group .item.level-1:hover a,
#side-categories .group .item.level-1:hover .toggle{
    color: #fff;
    background-color: #003399;
}
#side-categories .sub .group .item a:hover,
#side-categories .sub .group .item.active,
#side-categories .sub .group .item.active a{
    background-color: transparent;
    color: #333;
    text-decoration: underline;
}
#side-categories .sub .group .item .toggle:hover, #side-categories .sub .group .item.active .toggle{
    background-color: transparent;
    color: #333;
}
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.theme_checkbox {
    display: block;
    position: relative;
    padding-left: 30px!important;
    margin-bottom: 15px!important;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
}
.theme_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.theme_checkbox .checkmark:after {
    left: 5px;
    top: 1px;
    width: 7px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.theme_checkbox:hover input ~ .checkmark {
    background-color: #febd00;
    border: 1px solid #febd00;
}
.theme_checkbox input:checked ~ .checkmark {
    background-color: #febd00;
    border: 1px solid #febd00;
}
.theme_checkbox input:checked ~ .checkmark:after {
    display: block;
}
#side-price .ui-slider-handle {
    background: #fff;
    border: 3px solid #febd00;
    box-shadow: 1px 1px 3px #676767;
    width: 16px;
    height: 16px;
}
#side-price .ui-slider-range {
    background: #febd00;
}
#side-price #price_max, #side-price #price_min {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0px!important;
    background-color: transparent;
}
#side-price #price_min {
    text-align: left!important;
}
.product-category .filters-wrap {
    margin: 0 -15px;
}
#side-categories,
#side_filter{
    margin-bottom: 20px!important;
}
#side-categories .list-group-item:not(.item-header),
#side_filter .list-group-item:not(.item-header){
    padding-bottom: 25px;
}
#side_filter .list-group:not(:first-child){
    padding-top: 20px;
}
.product-view {
    margin: 0 -15px;
}
.product-view>.product-gutter {
    width: calc(33.333% - 30px);
    margin: 0 15px;
    margin-bottom: 60px;
    padding: 0;
}
.product-block{
    border: none;
}
.product-block:hover{
    box-shadow: 1px 1px 10px #aeaeae;
}
.account-reward .pagination>li>a, 
.account-reward .pagination>li>span, 
.account-order .pagination>li>a, 
.account-order .pagination>li>span, 
.product-search .pagination>li>a, 
.product-search .pagination>li>span, 
.news-ncategory .pagination>li>a, 
.news-ncategory .pagination>li>span, 
.news-search .pagination>li>a, 
.news-search .pagination>li>span, 
.product-category .pagination>li>a, 
.product-category .pagination>li>span {
    position: relative;
    float: left;
    padding: initial;
    margin-left: -1px;
    height: 35px;
    width: 35px;
    line-height: 1.42857143;
    color: #cccccc;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #cccccc;
    border-radius: 50%;
    margin-right: 12px;
    font-weight: 600;
    font-size: 15px;
}
.account-reward .pagination>.active>a, 
.account-reward .pagination>.active>a, 
.account-reward .pagination>.active>a:focus, 
.account-reward .pagination>.active>a:hover, 
.account-reward .pagination>.active>span, 
.account-reward .pagination>.active>span:focus, 
.account-order .pagination>.active>a, 
.account-order .pagination>.active>a, 
.account-order .pagination>.active>a:focus, 
.account-order .pagination>.active>a:hover, 
.account-order .pagination>.active>span, 
.account-order .pagination>.active>span:focus, 
.news-search .pagination>.active>a, 
.news-search .pagination>.active>a, 
.news-search .pagination>.active>a:focus, 
.news-search .pagination>.active>a:hover, 
.news-search .pagination>.active>span, 
.news-search .pagination>.active>span:focus, 
.news-ncategory .pagination>.active>a, 
.news-ncategory .pagination>.active>a:focus, 
.news-ncategory .pagination>.active>a:hover, 
.news-ncategory .pagination>.active>span, 
.news-ncategory .pagination>.active>span:focus, 
.product-search .pagination>.active>span:hover, 
.product-search .pagination>.active>a, 
.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 {
    z-index: 2;
    color: #febd00;
    cursor: default;
    background-color: transparent;
    border-color: #febd00;
    border-width: 2px;
}

.account-reward .pagination li.first, 
.account-reward .pagination li.last, 
.account-order .pagination li.first, 
.account-order .pagination li.last, 
.product-search .pagination li.first, 
.product-search .pagination li.last, 
.news-ncategory .pagination li.first, 
.news-ncategory .pagination li.last, 
.news-search .pagination li.first, 
.news-search .pagination li.last, 
.product-category .pagination li.first, 
.product-category .pagination li.last{
    display: none;
}
.pagination li.next a,
.pagination li.prev a{
    text-indent: -9999px;
    line-height: 0; /* Collapse the original line */
}
.pagination li.next a:after{
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #febd00;
    text-indent: 0;
    display: block;
    -webkit-text-stroke: 2px #fff;
    line-height: initial;
}
.pagination li.prev a:after{
    content: "\f053";
    font-family: 'FontAwesome';
    font-size: 30px;
    color: #febd00;
    text-indent: 0;
    display: block;
    -webkit-text-stroke: 2px #fff;
    line-height: initial; /* New content takes up original line height */
}
.pagination li.next a,
.pagination li.prev a{
    color: #003366;
    border-color: transparent;
}
.cart-buttons .btn-cart{
    background: transparent!important;
    color: #333!important;
    border: none;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.cart-buttons .btn-cart:hover,
.cart-buttons .btn-cart:focus,
.cart-buttons .btn-cart:active:hover{
    background: transparent!important;
    border-color: transparent!important;
    color: #333!important;
    box-shadow: none;
    border: none;
}
.cart-buttons .btn-cart img{
    width: auto;
    margin-right: 10px;
    display: inline-block;
}
.product-block .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(245, 245, 245, 0.8);
    left: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-block .overlay:hover{
    cursor: pointer;
}
.image-zoom:hover img, .image-zoom-hover:hover img {
    transform: scale(1.1);
}
.product-block .overlay img{
    width: auto;
    transform: none;
    margin-bottom: 10px;
}
.product-block:hover .overlay{
    visibility: visible;
}
.product-name a{
    color: #333;
    font-size: 16px;
}
.product-block .product-details .price {
    font-size: 25px;
    color: #003399;
    font-weight: 700;
}
.product-block .product-details .price .price-old {
    font-size: 25px;
    color: #ccc;
    opacity: 1;
    text-decoration: line-through;
    margin-right: 5px;
}
.sticker ,
.special-sticker{
    padding: 10px 18px;
    line-height: 1.2;
    top: auto;
    right: auto;
    bottom: 0px;
    left: 0px;
    font-size: 13px;
    min-width: 30%;
    text-transform: uppercase;
    letter-spacing: .8px;
    text-align: center;
}
.special-sticker{
    background-color: #febd00;
}
.sticker.out-of-stock{
    background-color: #333!important;
    max-width: 30%;
    padding: 10px 20px;
    line-height: 1.1;}
.product-block .product-name{
    padding-bottom: 5px;
}
.product-product .product-image-additional-container img {
    border: 0px solid #ccc;
    padding: 0px;
}
.product-product .product-image-main-container .slick-nav > div {
    opacity: 1;
    background-color: #febd00;
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-product .product-image-additional-container .slick-nav{
    background-color: #febd00;
    color: #fff;
}
.product-product .product-image-additional-container .slick-nav.slick-disabled,
.product-product .product-image-main-container .slick-nav.slick-disabled{
    opacity: 0.2;
}
.product-product #content{
    margin-top: 80px;
}
.product-inner-name{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #003399;
    margin-bottom: 20px;
}
.product-description{
    line-height: 2;
    font-weight: 600;
}
.product-inner-price .old-prices {
    font-size: 25px;
    opacity: 1;
    color: #ccc;
    text-decoration: line-through;
    padding-left: 10px;
}
.product-inner-price .new-prices, .product-inner-price .product-price {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    padding-left: 0px;
}
.product-inner-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#product .form-group:not(.input-form-group) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 70%;
}
#product .form-group label, #product .input-form-group .input-group-addon {
    width: 30%;
    padding-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #000;
}
#product .form-group:not(.input-form-group) > select, #product .form-group:not(.input-form-group) > div, #product .form-group:not(.input-form-group) > input, #product .form-group .input-group {
    width: 70%;
}
.product-product #product {
    max-width: 100%;
}
#product .input-form-group .input-group-addon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0px;
    color: #000;
}
#product .form-group .input-group > div .input-group-btn {
    width: 20%;
    display: inline-block;
}
#product .form-group .input-group > div .input-group-btn {
    width: 20%;
    display: inline-block;
}
#product .form-group .input-group > div .input-theme {
    width: 60%;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 45px;
}
#product .form-group .input-group > div .btn-number {
    background-color: #003399!important;
    color: #fff!important;
    border: 1px solid #003399;
    min-width: 100%;
}
#product .form-group .input-group > div {
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.product-product .nav-tabs>li.active>a{
    text-transform: uppercase;
    color: #999;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid #ddd;
}
.product-product .nav-tabs>li.active>a, .product-product .nav-tabs>li.active>a:focus, .product-product .nav-tabs>li.active>a:hover{
    color: #003399;
    border-bottom: 2px solid #003399;
    font-size: 18px;
}
.product-product .nav-tabs{
    margin-bottom: 0px;
}
.product-product .tab-content{
    padding: 30px;
    line-height: 2;
    border-bottom: 1px solid #ddd;
}
.product-product .product-image-main-container{
    position: relative;
}
.waiting_list_container{
    margin-top: -40px;
    border: none;
    padding: 0;
}
.waiting_out_stock{
    text-transform: uppercase;
    font-size: 14px;
    background-color: #000;
    color: #fff;
    pointer-events: none;
    margin-bottom: 15px;
}
.waiting_list_container .message{
    color: #003399;
    margin-bottom: 15px;
    font-weight: 600;
}
.waiting_form .input-theme{
    width: 100%;
}
.featured-module .product-gutter {
    height: 100%;
    padding-bottom: 20px;
}
.featured-module .slick-nav{
    width: 50px;
}
.featured-module .slick-nav.slick-disabled{
    opacity: 0.2;
}
.featured-module .slick-nav.right, .featured-module .slick-nav.next {
    right: -60px;
}
.featured-module .slick-nav.left, .featured-module .slick-nav.prev {
    left: -60px;
}
.product-block .product-details {
    margin: 0 auto 0px;
}
.theme_radio {
    display: inline-block;
    position: relative;
    padding-left: 30px!important;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.theme_radio .checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}
.theme_radio:hover input ~ .checkmark {
    background-color: #ccc;
}
.theme_radio input:checked ~ .checkmark {
    background-color: #333;
    border-color: #333;
}
.theme_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio-flex{
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: -10px;
}
.radio-flex .radio{
    margin: 0 15px;
    margin-bottom: 10px;
}
.color_options{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -5px;
    margin-bottom: -10px;
}
.color_options .radio{
    width: calc(20% - 10px);
    margin: 0 5px;
}
.color_options label{
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.color_options .theme_radio .checkmark{
    display: none;
}
.color_options .theme_radio input{
    display: none!important;
}
.color_options .radio label {
    padding-left: 0px!important;;
    padding-right: 0px!important;;
    margin-right: 0px!important;
    min-width: 100%!important;
    margin-bottom: 10px;
}
.color_options .radio img{
    width: 100%;
    box-shadow: 1px 1px 3px #8d8d8d;
}
.color_options .radio input:checked ~ .image-container{
    border: 0px solid #003399;
    box-shadow: 1px 1px 10px #003399;
}
.color_options .radio input:checked ~ .image-container:before {
    content: "\f00c";    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.color_options .radio label .image-container {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    align-items: center;
    justify-content: center;
    /*padding: 4px;*/
    border: 1px solid transparent;
}
.product-custom-price{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}
.custom-option-container .box:not(:last-child){
    margin-bottom: 30px;
}
.custom-option-container .box .box-header{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
}
.custom-option-container .box .box-header .step{
    height: 30px;
    width: 30px;
    margin-right: 10px;
    background-color: #febd00;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex: 0 0 auto;
}
.custom-option-container .box .box-header h4{
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 18px;
}
.custom-option-container .box .box-header .help_msg{
    font-weight: 400;
    font-size: 14px;
    margin-left: 8px;
    line-height: 1.4;
}
.custom-option-container .box .box-body{
    background-color: #edf1f4;
    padding: 25px 20px;
}
.custom-option-container label{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}
.custom-option-container .space-label label{
    margin-bottom: 12px;
}
.custom-option-container .theme_radio{
    font-size: 14px;
}
.multi-form-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.multi-form-box .form-group{
    width: calc(33.33% - 30px);
    margin: 0 15px;
    margin-bottom: 0px!important;
}
.multi-form-box .form-group label{
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}
.multi-form-box .form-group select{
    width: 50%;
    background: url(../../../../../image/catalog/product/drop-arrow-min.png) no-repeat 90% 50% #fff;
    background-size: 14px 8px;
    padding: 10px 10px!important;
    height: auto!important;
    padding-right: 25px!important;
}
.multi-form-box .form-group .multi-select{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-inner-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.custom-option-container .color_options .radio {
    width: calc(10% - 10px);
    margin: 0 5px;
}
.selection_val{
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    background-color: #ffff;
    padding: 12px 15px;
    text-align: left;
    padding-right: 50px;
    position: relative;
}
.selection_val:after{
    content: "\f009";
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 22px;
    color: #333;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-option-container .box-body .form-group {
    margin-bottom: 20px;
}
.custom-option-container .box-body .form-group:last-child{
    margin-bottom: 0px;
}
.popupSelectionModal .modal-header{
    border-bottom: none;
}
.popupSelectionModal .nav-tabs li{
    min-width: 100px;
}
.popupSelectionModal .tab-content{
    border: none;
}
.popupSelectionModal .popup_box_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.popupSelectionModal .popup_box_container > div{
    width: calc(20% - 20px);
    margin: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 15px 0px;
    padding-bottom: 0px;
    border: 2px solid transparent;
}
.popupSelectionModal .popup_box_container img{
    width: 150px;
}
.popupSelectionModal .popup_box_container > div span{
    color: #003399;
    font-size: 20px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 12px;
}
.popupSelectionModal .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
    overflow-x: auto;
}
.popupSelectionModal .nav-tabs::-webkit-scrollbar {
  height: 5px;
}
/* Track */
.popupSelectionModal .nav-tabs::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.popupSelectionModal .nav-tabs::-webkit-scrollbar-thumb {
  background: #febd00; 
}

/* Handle on hover */
.popupSelectionModal .nav-tabs::-webkit-scrollbar-thumb:hover {
  background: #febd00; 
}

.popupSelectionModal .nav-tabs li {
    min-width: 33.333%;
    text-align: center;
}
.popupSelectionModal .nav-tabs li a{
    font-size: 18px;
    color: #003399;
}
.popupSelectionModal .nav-tabs li.active a,
.popupSelectionModal .nav-tabs li.active a:hover,
.popupSelectionModal .nav-tabs li.active a:focus{
    text-transform: capitalize;
    background-color: #003399;
    color: #fff;
}
#custom-option-form .popupSelectionModal .modal-dialog {
    width: calc(100% - 300px);
    margin: 0;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
}
#custom-option-form .popupSelectionModal .modal-body{
    max-height: 80vh;
    overflow-y: auto;
}
.popupSelectionModal .popup_box_container > div .selection{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 1px solid #1a1a1a;
}
.popupSelectionModal .popup_box_container > div .selection a{
    width: 50%;
    min-width: auto;
    padding: 5px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
}
.popupSelectionModal .popup_box_container > div .selection a.select{
    border-right: 1px solid #003399;
    background-color: #1a1a1a;
    color: #fff;
}
.popupSelectionModal .modal-header .close {
    opacity: 1;
    position: absolute;
    right: -55px;
    top: 10px;
}
.selection_val > div{
    display: flex;
    align-items: center;
}
.selection_val > div span{
    margin-left: 15px;
    font-size: 16px;
    font-weight: 600;
}
.selection_val > div img{
    width: 50px;
}
.option-hide{
    opacity: 0.2;
    pointer-events: none;
}

.custom-option-container label.error{
    color: red;
    font-size: 14px;
}
.multi-form-box .form-group .multi-select ~ label.error{
    width: 100%;
}
#cart .cart-dorpdown-items .btn-number{
    width: auto;
    min-width: auto;
}
#cart .cart-dorpdown-items .side-cart-qty{
    text-align: right;
}
#cart .input-group .form-control[name^=quantity] {
    width: 50px;
    height: 48px;
}
#enquiry .dropdown-menu .cart-dorpdown-items .item-name, #cart .dropdown-menu .cart-dorpdown-items .item-name {
    padding-right: 10px;
    font-weight: 500;
    font-size: 18px;
}
#cart .cart-dorpdown-footer .btn-primary{
    color: #fff!important;
}
#cart .cart-dorpdown-footer .btn-primary:hover{
    color: #003399!important;
}
#cartSummary .btn-number{
    padding: 0;
    width: auto;
    min-width: 50px;
    font-size: 14px;
}
.is_customize_flex{
    margin-top: -30px;
}
.is_customize_flex > .col-sm-6:not(:last-child){
    display: none;
}
.is_customize_flex > .col-sm-6:last-child{
    width: 100%;
}
.product-custom-help{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.price_sticky.sticky{
    background-color: #fff;
    border: 2px solid #003399;
    padding: 15px;
    z-index: 4;
    color: #003399;
}
.price_sticky.sticky h3{
    font-size: 30px;
    margin-bottom: 10px;
    color: #003399;
}.price_sticky.sticky a{
    color:#febd00;
}
.price_sticky.sticky .product-custom-help{
    display: none;
}
.price_sticky.sticky .product-custom-price{
    margin-bottom: 0px;
    font-size: 16px;
}
.theme-tooltip{
    margin-left: 8px;
}
.theme-tooltip i{
    font-size: 18px;
    color: #003399;
}
.popupSelectionModal .popupFlexContent{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-custom-price > div:not(:last-child){
    margin-bottom: 7px;
}
.price_sticky.sticky .product-custom-price b{
    font-size: 20px;
}
.quickcheckout-checkout .form-control:not(.no-custom) {
    height: 50px;
}
#sidr .cd-accordion-menu li.active a{
    background-color: #333;
}

.product-search #button-search{
    padding: 0;
    width: 40px;
    min-width: 40px;
}
/* RESPONSIVE START*/
@media screen and (max-width:1600px){
    #footer-area footer .container {
        width: calc(100% - 30px);
    }
}
@media screen and (max-width:1500px){
    .header-container .header-menu #main-menu>li>a{
        padding-right: 20px
    }
    footer{
        margin-top: 20px;
        padding: 10px 0px 20px;
    }
    .home-step-flex .home-step-container .upper {
        padding: 15px;
    }
    .home-step-flex .home-step-container .upper .left span {
        font-size: 38px;
    }
    .home-step-flex .home-step-container .upper .left {
        font-size: 18px;
    }
    .home-step-flex .home-step-container .upper .right span {
        font-size: 18px;
        margin-bottom: 2px;
    }
    .container {
        width: calc(100% - 140px);
    }
    .product-category > .container,
    .product-product > .container{
        width: calc(100% - 120px);
    }
    .product-product #content {
        margin-top: 40px;
    }
}
@media screen and (max-width:1366px){
    .header-container .header-menu #main-menu>li>a {
        font-size: 17px;
    }
    .search-custom.hidden-sm button{
        height: 40px;
        width: 60px;
    }
    .header-container .header-menu #main-menu {
        margin-left: 15px;
        margin-right: 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-contact{
        font-size: 18px;
    }
    .footer-contact-links h5 {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    .footer-contact-links li {
        margin-bottom: 15px;
    }
    footer h5 {
        font-size: 17px;
    }
    .footer-logo-image img{
        width: 180px;
    }
    .footer-social-icons img{
        width: 40px;
    }
    .footer-social-icons {
        padding: 0px 0px 0px;
    }
    .common-home .section-space:not(.slideshow) {
        padding: 60px 0px;
    }
    .home-step-flex .home-step-container {
        width: calc(33.333% - 20px);
        margin-bottom: 50px;
    }
    .home-step-flex .home-step-container:nth-child(even) .lower {
        padding-bottom: 30%;
    }
    .home-step-flex .home-step-container .lower {
        padding-top: 30%;
    }
    .home-step-flex .home-step-container .lower:before {
        height: 30%;
    }
    .home-step-flex {
        justify-content: space-around;
        margin-bottom: -50px;
    }
    .home-step-flex .home-step-container:nth-child(even) .lower:before {
        top: auto;
        bottom: 3%;
    }
    .home_steps .btn_container {
        text-align: center;
        margin-top: 50px;
    }
    .home_steps .btn-primary {
        min-width: 30%;
        font-size: 18px;
    }
    .home-service-slide-container {
        margin: 0 30px;
        margin-top: 40px;
    }
    .about_us_setting .flex-box {
        margin: 0 -40px;
    }
    .about_us_setting .flex-box .flex-left, .about_us_setting .flex-box .flex-right {
        width: calc(50% - 80px);
        margin: 0 40px;
    }
    .home_intro{
        padding: 60px 0;
    }
    .information-contact h3 {
        font-size: 22px;
    }
    .information-contact .flex-box {
        margin-bottom: 40px;
    }
    .services .services-container h4 {
        font-size: 18px;
    }
    .popupSelectionModal .popup_box_container img {
        width: 120px;
    }
    .popupSelectionModal .tab-content {
        padding: 0px!important;
    }
}
@media screen and (max-width:1200px){
    .container {
        width: 100%;
    }
    .fixed-header .header-banner .container {
        width: calc(100% - 15px);
        display: flex;
        flex-direction: row;
        padding-left: 15px;
    }
    .header-container .header-contact{
        margin-right: -15px;
    }
    .header-container {
        grid-template-columns: auto 1fr 170px;
       -ms-grid-columns: auto 1fr 170px;
    }
    .header-banner {
        font-size: 15px;
        padding: 7px 0;
    }
    .search-custom.hidden-sm button {
        height: 40px;
        width: 50px;
    }
    .search-custom.hidden-sm button img{
        width: 20px;
    }
    .header-contact img {
        margin-right: 10px;
        width: 20px;
    }
    .header-logo-image img {
        width: 180px;
    }
    .header-container .header-menu #main-menu {
        margin-right: 0px;
    }
    body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
        font-size: 36px;
        color: #003399;
        font-weight: 700;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    .home-service-slide-container {
        margin: 0 50px;
        margin-top: 40px;
    }
    .home-service-slide-container .owl-nav .owl-next .slider-nav {
        right: -50px;
        width: 40px;
    }
    .home-service-slide-container .owl-nav .owl-prev .slider-nav {
        left: -50px;
        width: 40px;
    }
    .about_us_setting .flex-box.box2 {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .product-category > .container,
    .product-product > .container{
        width: 100%;
    }
    .product-inner-name {
        font-size: 36px;
    }
}
@media screen and (max-width:992px){
    .header-banner .container .message {
        width: 100%;
        text-align: center;
    }
    .header-banner .container .icons {
        width: 1px;
        overflow: hidden;
    }
    .header-banner .container .icons #cart {
        margin-left: 0px;
    }
    .header-container .header-mobile-links {
        grid-column: 1 / 2;
    }
    .header-container {
        grid-template-columns: 70px 1fr 70px;
        -ms-grid-columns: 70px 1fr 70px;
    }
    .header-container .header-contact {
        margin-right: 0px;
        background-color: transparent;
        justify-content: flex-end;
    }
    .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;
    }
    .header-container .header-contact a{
        display: none;
    }
    .header-logo-image img {
        width: 160px;
    }
    .header-logo-image {
        padding: 5px 0;
    }
    .header-contact img {
        width: 20px;
        margin-right: 0px;
    }
    .header-banner .container .icons #cart > a{
        position: absolute;
        right: 100%;
    } 
    .footer-contact-info{
        padding-right: 30px;
    }
    .footer-contact-links h5 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .footer-logo-image img{
        width: 150px;
    }
    .footer-logo-image {
        margin-bottom: 15px;
    }
    footer hr{
        margin-bottom: 15px;
        margin-top: 5px;
    }
    footer h5 {
        font-size: 16px;
    }
    footer {
        margin-top: 15px;
        padding: 10px 0px 15px;
        font-size: 15px;
    }
    .footer-contact-links li {
        margin-bottom: 10px;
    }
    .powered{
        font-size: 14px;
    }
    body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
        font-size: 34px;
        color: #003399;
        font-weight: 700;
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .common-home .section-space:not(.slideshow) {
        padding: 40px 0px;
    }
    body:not(.cke_editable).common-home h2:not(.swal2-title):not([style]) {
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 0px;
    }
    .home_intro h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .home-step-flex .home-step-container .upper .left span {
        font-size: 30px;
    }
    .home-step-flex .home-step-container .upper .left {
        font-size: 16px;
    }
    .home-step-flex .home-step-container .upper .right span {
        font-size: 16px;
        margin-bottom: 0px;
    }
    .btn-primary,
    .btn-default{
        font-size: 15px;
        min-width: 160px;
        padding: 10px 10px;
    }
    .quickcheckout-checkout .form-control:not(.no-custom) {
        height: 45px;
    }
    .home_steps .btn-primary {
        min-width: 30%;
        font-size: 16px;
    }
    .home-service-slide h4 {
        font-size: 16px;
        text-align: center;
        margin: 20px 0;
    }
    .home-service-slide-container .owl-nav img {
        top: calc(50% - 10px);
        width: 15px;
    }
    .about_us_setting .flex-box {
        margin: 0 -20px;
    }
    .about_us_setting .flex-box .flex-left, .about_us_setting .flex-box .flex-right {
        width: calc(50% - 40px);
        margin: 0 20px;
    }
    .home_intro{
        padding: 40px 0;
    }
    .information-contact .flex-box .flex-left {
        width: calc(50% - 15px);
        margin: 0 7.5px;
    }
    .information-contact .flex-box .flex-right {
        margin: 0 7.5px;
    }
    .information-contact .flex-box {
        margin: 0 -7.5px;
        margin-bottom: 30px;
    }
    .information-contact .flex-box .flex-right .location-box {
        width: calc(50% - 15px);
        margin: 0 7.5px;
        margin-bottom: 20px;
    }
    .information-contact h3 {
        font-size: 18px;
    }
    body #footer-area {
        margin-top: 30px;
    }
    .sidr-custom-open #mobileNav::before{
        background: rgba(117, 117, 117, 0.9);
    }
    .location-box .info {
        margin-bottom: 8px;
        font-size: 15px;
    }
    .gallery-listing .g-thumb-item .title {
        font-size: 17px;
        padding-top: 10px;
    }
    .galleryModal .modal-dialog {
        width: 80vw;
        margin: 20px auto;
        position: absolute;
        left: 50%;
        top: 30%;
        transform: translate(-50%,-30%)!important;
        margin-top: 0px!important;
    }
    .services .services-container h4 {
        font-size: 16px;
        padding-bottom: 12px;
        padding-top: 12px;
    }
    .solutions_info_title {
        font-size: 24px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .product-category .select-theme{
        background: url(../../../../../image/catalog/product/drop-arrow-min.png) no-repeat 98% 50% #fff;
        background-size: 15px 10px;
        padding: 8px 12px!important;
        padding-right: 5%!important;
    }
    .filters-wrap .input-group-b4{
        margin-bottom: 15px;
    }
    .product-category #column-left{
        padding-left: 0px;
        padding-right: 0px;
    }
    .product-block .product-details .price {
        font-size: 22px;
    }
    .product-block .product-details .price .price-old {
        font-size: 22px;
    }
    .sticker, .special-sticker {
        padding: 8px 16px;
        line-height: 1.2;
        font-size: 12px;
    }
    .sticker.out-of-stock {
        max-width: 50%;
        padding: 7px 15px;
    }
    .product-inner-name {
        font-size: 34px;
    }
    
    .popupSelectionModal .popup_box_container > div span {
        font-size: 18px;
    }
    .popupSelectionModal .modal-body{
        padding-top: 0px;
    }
    .popupSelectionModal .popup_box_container > div .selection a{
        font-size: 12px;
    }
    .popupSelectionModal .modal-header .close {
        opacity: 1;
        position: absolute;
        right: -45px;
        top: 0px;
    }
    .popupSelectionModal .popup_box_container > div {
        width: calc(25% - 20px);
        margin: 0 10px;
        margin-bottom: 20px;
        padding: 0px 0px;
    }
    
    #custom-option-form .popupSelectionModal .modal-dialog {
        width: 100%;
    }
    .popupSelectionModal .modal-header .close {
        opacity: 1;
        position: absolute;
        right: 50px;
        top: -50px;
    }
    .popupSelectionModal .nav-tabs li a {
        font-size: 16px!important;
        padding: 7px 12px;
    }
}
@media screen and (max-width:768px){
    .header-banner {
        font-size: 14px;
    }
    body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
        font-size: 32px;
        color: #003399;
        font-weight: 700;
        margin-top: 35px;
        margin-bottom: 30px;
    }
    .btn-primary,
    .btn-default{
        font-size: 15px;
        min-width: 160px;
        padding: 7px 10px;
    }
    .quickcheckout-checkout .form-control:not(.no-custom) {
        height: 40px;
    }
    #enquiry .cart-dorpdown-footer .btn, #cart .cart-dorpdown-footer .btn {
        padding: 8px !important;
        min-width: auto !important;
    }
    #cart .input-group .form-control[name^=quantity] {
        width: 50px;
        height: 40px;
    }
    #cart .cart-dorpdown-items .btn-number {
        font-size: 12px;
    }
    .home_intro h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .home_intro .desc ,
    .home-desc{
        line-height: 1.7;
    }
    body:not(.cke_editable).common-home h2:not(.swal2-title):not([style]) {
        margin-bottom: 15px;
    }
    .home-step-flex .home-step-container .upper .left {
        width: 100%;
        font-size: 18px;
        border-right: none;
    }
    .home-step-flex .home-step-container .upper .left span {
        font-size: 18px;
        display: inline;
    }
    .home-step-flex .home-step-container .upper .right {
        width: 100%;
        padding-left: 0px;
        text-align: center;
        margin-top: 10px;
        line-height: 1.4;
    }
    .home-step-flex .home-step-container:nth-child(even) .lower {
        padding-bottom: 25%;
    }
    .home-step-flex .home-step-container .lower {
        padding-top: 25%;
    }
    .home-step-flex .home-step-container .lower:before {
        height: 25%;
    }
    .home_steps .btn-primary {
        min-width: 50%;
        font-size: 14px;
    }
    .home_steps .btn-primary i {
        margin-left: 8px;
        font-size: 15px;
    }
    .home-service-slide h4 {
        font-size: 15px;
        text-align: center;
        margin: 10px 0;
    }
    .slideshow .slider-custom-dots {
        bottom: 2%;
    }
    .about_us_setting .desc {
        line-height: 1.7;
    }
    .about_us_setting .flex-box.box2 {
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .information-contact .flex-box .flex-left {
        width: calc(100% - 15px);
        margin: 0 7.5px;
    }
    .information-contact .flex-box .flex-right {
        margin: 0 0px;
        width: calc(100% - 15px);
        margin-top: 20px;
    }
    .information-contact .flex-box {
        margin: 0 -7.5px;
        margin-bottom: 10px;
    }
    .input-theme {
        height: 39px;
        font-size: 14px!important;
        padding: 5px 20px;
    }
    .gallery-listing{
        margin: 0px -15px;
        margin-bottom: -10px;
    }
    .gallery-listing .g-thumb-item {
        width: calc(33.333% - 15px);
        margin: 0 7.5px;
        margin-bottom: 10px;
    }
    .gallery-listing .g-thumb-item .img-container .overlay > div > img{
        width: 18px;
    }
    .gallery-listing .g-thumb-item .img-container .overlay > div span {
        margin-top: 5px;
        font-size: 13px;
    }
    .galleryModal .product-product .product-image-main-container .slick-nav > div img {
        width: 15px;
    }
    .galleryModal .modal-header .close {
        right: 15px;
        top: -5px;
    }
    .galleryModal .modal-header .close img{
        width: 30px;
    }
    .galleryModal .product-image-additional-container .slick-initialized .slick-slide {
        margin: 0 15px;
    }
    .page-desc{
        margin-bottom: 20px;
    }
    .services .services-container {
        width: calc(33.333% - 15px);
        margin: 0 7.5px;
        margin-bottom: 20px;
    }
    .solutions_info_title {
        font-size: 22px;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .solutions_info_desc {
        line-height: 1.7;
    }
    .product-category .select-theme {
        background: none;
        background-color: #333;
        color: #fff;
        padding: 10px 12px!important;
        padding-right: 9%!important;
        font-size: 15px!important;
        border: none;
    }
    .product-category .fixed-header{
        box-shadow: none;
    }
    .filters-wrap .input-group-b4 {
        margin-bottom: 0px;
    }
    .product-view>.product-gutter {
        width: calc(33.333% - 15px);
        margin: 0 7.5px;
        margin-bottom: 30px;
        padding: 0;
    }
    .filters-wrap > .col-xs-4:not(:last-child){
        border-right: 2px solid #fff;
    }
    .filters-wrap #filter_group_tigger_open{
        background-color: #333;
        color: #fff;
        border: none;
        height: 100%;
        font-size: 15px;
        width: 100%;
        min-width: 100%;
    }
    .product-block .overlay{
        font-size: 12px;
    }
    .product-block:hover .overlay > img{
        width: 18px;
    }
    .product-inner-flex > .col-sm-6{
        width: 100%;
    }
    .product-image-column{
        padding: 0 15%;
    }
    .product-inner-name {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .product-inner-price .new-prices, .product-inner-price .product-price {
        font-size: 23px;
    }
    .product-inner-price .old-prices {
        font-size: 23px;
    }
    .product-inner-price{
        margin-bottom: 15px;
    }
    .product-description {
        line-height: 1.7;
    }
    .product-product .nav-tabs>li.active>a{
        font-size: 16px;
    }
    .product-product .tab-content {
        padding: 15px;
        line-height: 1.7;
        border-bottom: 1px solid #ddd;
    }
    .featured_related_products_ h2{
        font-size: 28px!important;
        margin-top: 18px!important;
        margin-bottom: 12px!important;
    }
    #product .form-group label, #product .input-form-group .input-group-addon {
        font-size: 15px;
    }
    .select-theme {
        padding: 9px 15px!important;
    }
    .product-custom-price {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .custom-option-container .box .box-header .step {
        height: 25px;
        width: 25px;
        margin-right: 8px;
        font-size: 14px;
    }
    .price_sticky.sticky{
        padding: 10px;
    }
    .price_sticky.sticky h3 {
        font-size: 26px;
        margin-bottom: 8px;
    }
    .custom-option-container .box .box-header h4 {
        font-size: 16px;
    }
    .custom-option-container .box .box-header .help_msg {
        font-size: 13px;
    }
    .custom-option-container .box .box-body{
        padding: 20px 15px;
    }
    .custom-option-container label {
        font-size: 16px;
    }
    .custom-option-container .space-label label {
        margin-bottom: 10px;
    }
    .product-custom-help {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 12px;
    }
    .product-custom-price {
        font-size: 18px;
        margin-bottom: 22px;
    }
    .multi-form-box .form-group select {
        background: url(../../../../../image/catalog/product/drop-arrow-min.png) no-repeat 92% 50% #fff;
        background-size: 11px 6px;
        padding: 10px 10px!important;
        padding-right: 12%!important;
    }
    .popupSelectionModal .popup_box_container > div span {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 7px;
    }
    .popupSelectionModal .nav-tabs li a {
        font-size: 15px!important;
        padding: 6px 10px;
    }
    .popupSelectionModal .popup_box_container img {
        width: 100px;
    }
    .popupSelectionModal .popup_box_container > div {
        width: calc(25% - 10px);
        margin: 0 5px;
        margin-bottom: 20px;
        padding: 0px 0px;
    }
    .popupSelectionModal .popup_box_container > div .selection a {
        font-size: 11px;
    }
}
@media screen and (max-width:600px){
    .home-step-flex .home-step-container {
        width: calc(50% - 20px);
        margin-bottom: 50px;
    }
    .home-service-slide-container {
        margin: 0 25px;
        margin-top: 20px;
    }
    .home-service-slide-container .owl-nav .owl-next .slider-nav {
        right: -35px;
        width: 30px;
    }
    .home-service-slide-container .owl-nav .owl-prev .slider-nav {
        left: -35px;
        width: 30px;
    }
    .home-desc {
        margin-bottom: 30px;
    }
    .about_us_setting .flex-box {
        margin: 0 -15px;
    }
    .about_us_setting .flex-box .flex-left, .about_us_setting .flex-box .flex-right {
        width: calc(50% - 30px);
        margin: 0 15px;
    }
    .featured-module .featured {
        padding: 0px 0px;
    }
    .selection_val > div img {
        width: 40px;
    }
    .selection_val:after{
        font-size: 18px;
    }
    .selection_val{
        border: 1px solid #ddd;
        padding: 8px 10px;
        padding-right: 40px;
    }
    .selection_val > div span {
        margin-left: 15px;
        font-size: 15px;
    }
    .custom-option-container .box .box-header {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .multi-form-box .form-group select {
        font-size: 13px!important;
    }
    .radio-flex .radio {
        margin: 0 15px;
        margin-bottom: 5px;
    }
    .custom-option-container .box-body .form-group {
        margin-bottom: 15px;
    }
    .price_sticky.sticky {
        padding: 8px;
    }
    .price_sticky.sticky h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }
}
@media screen and (max-width:540px){
    footer{
        text-align: center;
    }
    .footer-upper-contet>* {
        padding-bottom: 5px;
    }
    .footer-logo-image {
        display: none;
    }
    .footer-contact-info {
        padding-right: 0px;
    }
    .header-logo-image img {
        width: 140px;
    }
    .header-contact img {
        width: 18px;
    }
    body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
        font-size: 30px;
        color: #003399;
        font-weight: 700;
        margin-top: 30px;
        margin-bottom: 25px;
    }
    #cartSummary .btn-number {
        padding: 0;
        width: auto;
        min-width: 50px;
        font-size: 12px;
    }
    .slideshow .slider-custom-dots .owl-dot {
        border-radius: 10px;
        padding: 0px;
        border: 0px;
        width: 12px;
        height: 12px;
        display: inline-block;
        transition: width 0.3s;
        margin: 0px 5px 12px;
        background: #333333;
    }
    .about_us_setting .flex-box .flex-left, .about_us_setting .flex-box .flex-right {
        width: calc(100% - 30px);
        margin: 0 15px;
    }
    .about_us_setting .flex-box.box1 .desc{
        margin-bottom: 20px;
    }
    .about_us_setting .flex-box.box2 .desc{
        margin-top: 20px;
    }
    #content {
        min-height: 400px;
    }
    .gallery-listing .g-thumb-item .title {
        font-size: 15px;
        padding-top: 8px;
    }
    .gallery-listing .g-thumb-item {
        width: calc(50% - 15px);
        margin: 0 7.5px;
        margin-bottom: 5px;
    }
    .product-product .product-image-main-container .slick-nav {
        width: 35px;
        height: 100%;
        position: absolute;
        top: 0px;
        z-index: 1;
        opacity: 0;
        transition: all 0.3s;
    }
    .galleryModal .modal-dialog {
        width: 90vw;
        margin: 0 auto;
    }
    .galleryModal .product-product .product-image-main-container .slick-nav.right, .galleryModal .product-product .product-image-main-container .slick-nav.next {
        right: -35px;
    }
    .galleryModal .product-product .product-image-main-container .slick-nav.left, .galleryModal .product-product .product-image-main-container .slick-nav.prev {
        left: -35px;
    }
    .galleryModal .product-image-additional-container .slick-initialized .slick-slide {
        margin: 0 10px;
    }
    .services .services-container h4 {
        font-size: 14px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .services .flex-box{
        margin: 0 -5px;
    }
    .services .services-container {
        width: calc(33.333% - 10px);
        margin: 0 5px;
        margin-bottom: 5px;
    }
    .services .services-container .overlay:before{
        height: 18px;
        width: 18px;
    }
    .services .services-container {
        width: calc(50% - 10px);
        margin: 0 5px;
        margin-bottom: 12px;
    }
    .product-view>.product-gutter {
        width: calc(50% - 15px);
        margin: 0 7.5px;
        margin-bottom: 30px;
        padding: 0;
        border: 1px solid #e1e1e1;
    }
    .product-image-column{
        padding: 0 10%;
    }
    .color_options .radio input:checked ~ .image-container {
        border: 0px solid #003399;
        box-shadow: 1px 1px 5px #003399;
    }
    .product-product .product-image-main-container .slick-nav > div {
        height: 30px;
        width: 30px;
    }
    .popupSelectionModal .popup_box_container > div {
        width: calc(33.333% - 10px);
        margin: 0 5px;
        margin-bottom: 20px;
        padding: 0px 0px;
    }
    .multi-form-box{
        margin: 0 -5px;
    }
    .multi-form-box .form-group {
        width: calc(33.33% - 10px);
        margin: 0 5px;
        margin-bottom: 0px!important;
    }
    .price_sticky.sticky .product-custom-price b {
        font-size: 18px;
    }
    .product-custom-price > div:not(:last-child) {
        margin-bottom: 3px;
    }
    .price_sticky.sticky .product-custom-price {
        margin-bottom: 0px;
        font-size: 15px;
    }
    .account-reward .pagination>li>a, .account-reward .pagination>li>span, .account-order .pagination>li>a, .account-order .pagination>li>span, .product-search .pagination>li>a, .product-search .pagination>li>span, .news-ncategory .pagination>li>a, .news-ncategory .pagination>li>span, .news-search .pagination>li>a, .news-search .pagination>li>span, .product-category .pagination>li>a, .product-category .pagination>li>span{
        height: 30px;
        width: 30px;
        margin-right: 8px;
        font-size: 14px;
    }
    .pagination li.next a:after,
    .pagination li.prev a:after{
        font-size: 28px;
    }
    .product-block:hover {
        box-shadow: 1px 1px 5px #aeaeae;
    }
    .quickcheckout-cart thead td{
        font-size: 13px;
    }
}
@media screen and (max-width:414px){
    .footer-contact-links h5 {
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .powered {
        font-size: 13px;
    }
    footer h5 {
        font-size: 14px;
    }
    .footer-social-icons img {
        width: 25px;
    }
    .footer-contact-info h5 {
        margin-bottom: 10px;
    }
    footer hr {
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .header-banner {
        font-size: 13px;
        padding: 5px 0;
    }
    .header-logo-image img {
        width: 130px;
    }
    body:not(.cke_editable) h2:not(.swal2-title):not([style]) {
        font-size: 26px;
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .btn-primary, .btn-default {
        font-size: 14px;
        min-width: 150px;
        padding: 5px 8px;
    }
    #enquiry .cart-dorpdown-footer .btn, #cart .cart-dorpdown-footer .btn {
        padding: 5px !important;
        min-width: auto !important;
    }
    .quickcheckout-checkout .form-control:not(.no-custom) {
        height: 34px;
    }
    .common-home .section-space:not(.slideshow) {
        padding: 30px 0px;
    }
    .home-step-flex .home-step-container .upper .left {
        font-size: 16px;
    }
    .home-step-flex .home-step-container .upper .left span {
        font-size: 16px;
    }
    .home-step-flex .home-step-container .upper .right {
        margin-top: 5px;
        font-size: 12px;
    }
    .home-step-flex .home-step-container .upper {
        padding: 10px 8px;
    }
    .home-step-flex .home-step-container .upper .right span {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .home-step-flex {
        justify-content: space-around;
        margin: 0 -5px;
        margin-bottom: -25px;
    }
    .home-step-flex .home-step-container {
        width: calc(50% - 10px);
        margin: 0 5px;
        margin-bottom: 25px;
    }
    .home_steps .btn-primary {
        min-width: 80%;
        font-size: 13px;
        padding: 8px 0;
    }
    .home-service-slide-container {
        margin: 0 0px;
        margin-top: 10px;
    }
    .home-desc {
        margin-bottom: 20px;
    }
    .home-service-slide h4 {
        font-size: 14px;
        margin-bottom: 0px;
        padding: 0 8px;
    }
    .input-theme {
        height: 34px;
        font-size: 13px!important;
        padding: 5px 15px;
    }
    .information-contact h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .location-box .info {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .information-contact .flex-box .flex-right .location-box {
        width: calc(50% - 10px);
        margin: 0 5px;
        margin-bottom: 20px;
    }
    .gallery-listing .g-thumb-item {
        width: calc(50% - 10px);
        margin: 0 5px;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    .gallery-listing .g-thumb-item .title {
        font-size: 14px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .galleryModal .product-product .product-image-main-container .slick-nav > div img {
        width: 12px;
    }
    .galleryModal .modal-header .close img {
        width: 25px;
    }
    .home-service-slide-container .owl-nav .owl-prev .slider-nav,
    .home-service-slide-container .owl-nav .owl-next .slider-nav{
        display: none;
    }
    .page-desc {
        font-size: 14px;
        line-height: 1.7;
    }
    .header-container {
        padding: 5px 0px;
    }
    .solutions_info_title {
        font-size: 20px;
        padding-top: 18px;
        padding-bottom: 12px;
    }
    .solutions_info_desc {
        line-height: 1.6;
    }
    .product-category .select-theme {
        padding: 8px 10px!important;
        padding-right: 10px!important;
        font-size: 13px!important;
        border: none;
    }
    .filters-wrap #filter_group_tigger_open {
        font-size: 13px;
    }
    .product-name a {
        color: #333;
        font-size: 15px;
    }
    .product-block .product-details .price {
        font-size: 18px;
    }
    .product-block .product-details .price .price-old {
        font-size: 18px;
    }
    .product-block .product-name {
        padding: 10px 5px 5px;
        padding-bottom: 0px;
    }
    .cart-buttons .btn-cart img {
        width: 15px;
    }
    .product-view>.product-gutter {
        width: calc(50% - 15px);
        margin: 0 7.5px;
        margin-bottom: 20px;
        padding: 0;
    }
    .sticker, .special-sticker {
        padding: 7px 14px;
        line-height: 1.2;
        font-size: 11px;
    }
    .sticker.out-of-stock {
        max-width: 40%;
        padding: 6px 12px;
    }
    .product-image-column{
        padding: 0 0%;
    }
    .product-inner-name {
        font-size: 28px;
    }
    .product-inner-price .new-prices, .product-inner-price .product-price {
        font-size: 20px;
    }
    .product-inner-price .old-prices {
        font-size: 20px;
    }
    .product-inner-price{
        margin-bottom: 12px;
    }
    #product .form-group:not(.input-form-group) {
        width: 100%;
    }
    #product .form-group .input-group {
        width: 100%;
    }
    .product-product .nav-tabs>li.active>a, .product-product .nav-tabs>li.active>a:focus, .product-product .nav-tabs>li.active>a:hover{
        padding: 8px 12px;
        font-size: 14px;
    }
    .product-product .nav-tabs>li.active>a {
        font-size: 14px;
    }
    .product-product .tab-content {
        padding: 8px;
    }
    .select-theme {
        padding: 7px 15px!important;
        height: 34px!important;
        background: url(../../../../../image/catalog/product/drop-arrow-min.png) no-repeat 97% 50% #fff;
        background-size: 14px 9px;
        padding-right: 8%!important;
        font-size: 13px!important;
    }
    #product .form-group label, #product .input-form-group .input-group-addon {
        font-size: 14px;
    }
    .featured_related_products_ h2 {
        font-size: 24px!important;
        margin-top: 15px!important;
        margin-bottom: 12px!important;
    }
    .product-gutter .product-inputs {
        padding: 3px;
    }
    #product .form-group .input-group > div .input-theme {
        height: 35px;
    }
    .popupSelectionModal .popup_box_container img {
        width: 80px;
    }
    .popupSelectionModal .popup_box_container > div {
        width: calc(50% - 10px);
        margin: 0 5px;
        margin-bottom: 20px;
        padding: 0px 0px;
    }
    .popupSelectionModal .nav-tabs li a {
        font-size: 14px!important;
        padding: 4px 10px!important;
    }
    .product-custom-help {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .custom-option-container .box .box-header h4 {
        font-size: 15px;
    }
    .custom-option-container .box .box-header .help_msg {
        font-size: 11px;
    }
    .custom-option-container .box .box-header{
        margin-bottom: 12px;
    }
    .multi-form-box .form-group label {
        font-size: 13px;
    }
    .custom-option-container .theme_radio {
        font-size: 13px;
    }
    .multi-form-box .form-group select {
        background: url(../../../../../image/catalog/product/drop-arrow-min.png) no-repeat 92% 50% #fff;
        background-size: 10px 5px;
        padding: 7px 7px!important;
        padding-right: 12%!important;
        font-size: 13px!important;
    }
    .multi-form-box .form-group {
        width: calc(50% - 10px);
        margin: 0 5px;
        margin-bottom: 0px!important;
    }
    .custom-option-container .box-body .form-group {
        margin-bottom: 12px;
    }
    .custom-option-container label {
        font-size: 15px;
    }
    .selection_val > div span {
        margin-left: 12px;
        font-size: 14px;
    }
    .selection_val:after {
        font-size: 16px;
    }
    .price_sticky.sticky h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .custom-option-container .box .box-header .step {
        height: 20px;
        width: 20px;
        margin-right: 6px;
        font-size: 13px;
    }
    .selection_val {
        border: 1px solid #ddd;
        padding: 6px 8px;
        padding-right: 35px;
    }
    .price_sticky.sticky {
        padding: 5px;
    }
    .price_sticky.sticky .product-custom-price {
        margin-bottom: 0px;
        font-size: 14px;
    }
    .price_sticky.sticky .product-custom-price b {
        font-size: 16px;
    }
    .product-custom-price {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .custom-option-container .box .box-body {
        padding: 15px 12px;
    }
    .custom-option-container .box:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media screen and (max-width:360px){
    .information-contact .flex-box .flex-right .location-box {
        width: calc(100% - 10px);
        margin: 0 5px;
        margin-bottom: 20px;
    }    
    .iframe-wrap iframe{
        height: 300px;
    }
    .header-logo-image img {
        width: 120px;
    }
    .powered {
        font-size: 12px;
    }
    .product-view>.product-gutter {
        width: calc(50% - 7px);
        margin: 0 3.5px;
        margin-bottom: 20px;
        padding: 0;
    }
    .product-inner-name {
        font-size: 26px;
    }
}