/*Container @ desktop size is 1170 so divided by 2 = 585 - 15px (padding)*/
html {
	scroll-behavior: smooth;
}
body {
	font-family: 'Open Sans';
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	overflow-x: hidden;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-weight: 700;
}
/* 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;
}
p {
	font-size: 1em;
	margin: 0 0 12px;
}
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;
}
select, 
input[type='checkbox'], 
input[type='radio'] {
	cursor: pointer;
}
.form-control[type='checkbox'], 
.form-control[type='radio'] {
    box-shadow: none;
}
.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;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 10px 0 40px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.breadcrumb > li {
		padding: 0 5px;
	}
}
.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 {
	background: #a7a7a7;
	border: 1px solid #a7a7a7;
	color: #fff;
	font-weight: 500;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #fff;
	background: #0092d5;
	border: 1px solid #0092d5;
}
/* 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, .rating .fa-star-empty {
	color: #dfdfdf;
	font-size: 15px;
}
.rating .fa-star:not(.fa-star-empty) {
	color: #ffca05;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #ffca05;
}
.rating a {
	color: #6d6d6d;
}
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%;
}

.product-inner-main-actions {
	display: flex;
	margin-top: 38px;
}

.quantity-wrapper {
	display: inline-block;
}

.quantity-wrapper .form-group {
	display: inline-block!important;
	margin-right: 20px;
}

.quantity-wrapper + .form-group {
	display: flex!important;
}

/* 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 {
	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);
	bottom: 107px;
	cursor: pointer;
	position: fixed;
	right: 21px;
	z-index: 3!important;
}

#ToTop {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbV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) no-repeat left top;
	border: none;
	bottom: 107px;
	display: none;
	height: 51px;
	overflow: hidden;
	position: fixed;
	right: 21px;
	text-decoration: none;
	text-indent: -999px;
	width: 51px;
	z-index: 3!important;
}

@media (min-width: 1700px) {
	#ToTopHover {
		bottom: 66px;
		right: 33px;
	}
	#ToTop {
		bottom: 66px;
		right: 33px;
	}
}

@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;
	}
  }
  
  @media (min-width: 768px) {
	.pd-lg-l30 {
	  padding-left: 30px;
	}
  }
  
  .pd-r30 {
	padding-right: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-r30 {
	  padding-right: 20px;
	}
  }
  
  .pd-40 {
	padding: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-40 {
	  padding: 30px;
	}
  }
  
  .pd-t40 {
	padding-top: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-t40 {
	  padding-top: 30px;
	}
  }
  
  .pd-b40 {
	padding-bottom: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-b40 {
	  padding-bottom: 30px;
	}
  }

  .mg-t10 {
	  margin-top: 10px;
  }
  .mg-b10 {
	  margin-bottom: 10px;
  }

  .no-border {
		border: none !important;
	}  
	
	.z1 { 
		z-index: 1; 
	}

	.bootstrap-datetimepicker-widget .datepicker .day.disabled{
		opacity: 0.2;
	}

	.w100px {
		width: 100px;
	}

/* corner badge (currently use for gift card badge) */
.corner-badge {
	color: #fff;
}
.corner-badge::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	/* border width to be changed  */
	border-width: 60px;
	border-style: solid;
	/* border color to be changed  */
	border-color: #000 #000 transparent transparent;
	z-index: 1;
}
  
@media (max-width: 1300px) {
	.corner-badge::after {
		border-width: 60px;
	}
}

@media (max-width: 767px) {
	.corner-badge::after {
		border-width: 40px;
	}
}

.corner-badge-price {
	padding-top: 30px;
	padding-right: 15px;
	/* color to be changed  */
	color: #fff;
	/* font size to be changed  */
	font-size: 20px;
}

@media (max-width: 1300px) {
	.corner-badge-price {
		padding-top: 15px;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	.corner-badge-price {
		padding-top: 5px;
		padding-right: 5px;
	}
}

/* fix flex-group on firefox and other browser */
#coupon-content input, #voucher-content input {
    min-width: 0px;
}
/* fix flex-group on firefox and other browser */

/* quickcheckout loading UI related */
.quickcheckout-checkout .blockUI.blockMsg h1{
    margin: 15px 0;
}

@media screen and (max-width: 540px){
    .quickcheckout-checkout .blockUI.blockMsg{
        width: 80%!important;
        left: 50%!important;
        transform: translateX(-50%);
    }
    .quickcheckout-checkout .blockUI.blockMsg h1{
        margin: 5px 0;
        font-size: 24px;
    }
}
/* quickcheckout loading UI related */

/* refer bootstrap 4 */
.input-group-b4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
	white-space: nowrap;
	padding: 6px 12px;
}
.input-group-b4 > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
/* refer from bootstrap 4 */

/* recaptcha horizontal center */    
/* for mobile */
#google_recaptcha .g-recaptcha {
	transform: scale(0.8);
	transform-origin: left center;
}
#google_recaptcha .text-danger {
	text-align: left;
}
@media (max-width: 767px) {
	#google_recaptcha {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#google_recaptcha .g-recaptcha {
		transform-origin: center;
		width: 100%;
	}
	#google_recaptcha .g-recaptcha > div {
		margin: auto;
	}
	#google_recaptcha .text-danger {
		text-align: center;
	}
}
/* recaptcha horizontal center */

/* remove x button of certain inputs in IE */
.form-control::-ms-clear {
    display: none;
}
/* remove x button of certain inputs in IE */

/* remove border for filters */
.list-group-item {
	border: none;
}
/* remove border for filters */

/* fix on checkout page when address too long on existing address dropdown, cause page overflow */
.quickcheckoutleft{
    overflow: hidden;
}
/* fix on checkout page when address too long on existing address dropdown, cause page overflow */

.iframe-wrap iframe {
	width: 100%;
}

.special-sticker {
	border-radius: 12px;
	color: #fff!important;
    font-size: 12px;
    left: 15px;
    line-height: 1.4;
    padding: 2px 8px;
    text-transform: uppercase;
    top: 15px;
    width: 75px;
    z-index: 2;
}

/* 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 {
	margin-top: -20px;
	padding-right: 10px;
	padding-top: 26px;
}

.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: 8px;
	left: -8px!important;
	right: 0 !important;
	margin: 0 auto;
}
.product-product .vertical .product-image-additional-container .slick-nav.next {
	top: auto;
	height: auto;
	bottom: -8px;
	left: -8px!important;
	right: 0!important;
	margin: 0 auto;
}
/* vertical slider fixes */

/* product-option-image */
.product-product .vertical .product-image-additional-container img:not(.product-inner-image-arrow),
.product-image-main img:not(.product-inner-image-arrow) {
	width: 100%;
}
/* product-option-image */

/* articles left menu */
#articles-filter-trigger-open {
  position: fixed;
  top: 50vh;
  left: -54px;
  transform: translateY(-50%) rotate(90deg);
  z-index: 10;
  width: 150px;
  padding: 10px;
  display: none;
}

@media (max-width: 991px) {
  #articles-filter-trigger-open {
    display: block;
  }
}

#articles-column-left .list-group-item {
  padding: 5px 15px;
  background-color: transparent;
}

#articles-column-left .list-group-item a {
  border: none;
}

#articles-column-left .list-group-item .list-group-item-wrap {
  background-color: #337ab7;
  border: none;
  color: #fff;
  padding: 10px 15px;
}

#articles-column-left .list-group-item .list-group-item-wrap:hover {
  background-color: #286090;
}

#articles-column-left .list-group {
  margin-top: 20px;
}

#articles-column-left .list-group .list-group-item-wrap > a {
  border: none;
  background-color: transparent;
  color: #fff;
}

#articles-column-left .year-wrap {
	display: flex;
	align-items: center;
}
#articles-column-left .year-wrap a {
	width: calc(100% - 30px);
}
#articles-column-left .year-wrap .toggle {
	width: 30px;
	text-align: center;
}
#articles-column-left .list-group-item .list-group {
	display: none;
}
#articles-column-left .list-group-item.active .list-group {
	display: block;
}
#articles-column-left .list-group-item .toggle .caret {
	color: #666;
}
#articles-column-left .list-group-item.active .toggle .caret {
	transform: rotate(180deg);
}

@media (max-width: 991px) {
  #articles-column-left {
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    padding: 40px 15px 15px;
    overflow: auto;
    background: white;
    transition: all 0.3s;
    transform: translateX(-100%);
  }
  #articles-column-left.open {
    opacity: 1;
    transform: translateX(0%);
  }
  #articles-column-left #articles-filter-trigger-close {
    z-index: 2;
  }
  .news-ncategory #content {
    width: 100%;
  }
}
/* articles left menu */
.date.input-group .input-group-addon {
	border: 1px solid #ccc;
	padding: 9px 12px;
}
.text-login {
	margin-bottom: 15px;
}
/* flex related */
.flex-hcenter {
	justify-content: center;
}
.flex-vcenter {
	align-items: center;
}
.flex-h-end {
  justify-content: flex-end;
}
/* flex related */

/* product component option */
.product-gutter .product-inputs {
	padding: 5px;
	text-align: left;
}
.product-gutter .product-inputs>* {
	font-size: 12px;
}
.product-gutter .cart-buttons {
	margin: auto auto 0;
}
.product-gutter .product-option img{
	width: 50px;
}
@media (max-width: 767px) {
	.product-gutter .product-inputs {
		flex-wrap: wrap;
	}
	.product-gutter .product-inputs>* {
		width: 100%;
	}
	.product-gutter .product-inputs>*:last-child {
		margin-left: 0px;
	}
}
/* product component option */


/* social login at quickcheckout */
#login-box .social-login #column-left {
	float: none;
	width: 100%;
}
#login-box #d_social_login {
    justify-content: center;
}
#login-box .d_socail_login_header {
 	text-align: center; 
    width: 100%;
    display: table;
    table-layout: fixed;
}
#login-box .d_socail_login_header>* {
    display: table-cell;
    position: relative;
}
#login-box .d_socail_login_header>*:nth-child(1)::before, 
#login-box .d_socail_login_header>*:nth-child(3)::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    top: 50%;
    left: 0px;
    position: absolute;
}
#login-box .dsl-button .l-side {
    position: relative;
    border-right: 0px;
    width: 60px;
}
#login-box .dsl-button .l-side .dsl-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 8px);
    width: calc(100% - 8px);
    background-size: contain;
}
#login-box .dsl-button .r-side {
    width: 100%;
    text-align: center;
}
/* social login at quickcheckout */

/* cart pop up edit */
.cart-dorpdown-item-charges.label-only,
.cart-edit-off .cart-dorpdown-item-charges.with-control  {
	display: none;
}
.cart-edit-off .cart-dorpdown-item-charges.label-only,
.cart-dorpdown-item-charges.with-control {
	display: block;
}
.cart-dorpdown-item-charges.with-control {
	width: 70%;
	max-width: 200px;
}
.cart-dorpdown-item-charges.with-control .input-group {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sticker.sticker-image{
    padding: 0;
    background-color: transparent!important;
}
.image-zoom:hover .sticker.sticker-image img,
.image-zoom-hover:hover .sticker.sticker-image img,
.image-zoom:hover .special-sticker img,
.image-zoom-hover:hover .special-sticker img{
    transform: none!important;
}


.product-product .vertical .product-image-additional-container .sticker-image img, .product-image-main .sticker-image img{
    border: none;
}

/* announcement bar use */
.sliding-text {
    position: relative;
    white-space: nowrap;
    animation: floatText 20s infinite;
    -moz-animation: floatText 20s infinite;
    -webkit-animation: floatText 20s infinite;
    -ms-animation: floatText 20s infinite;
    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    text-align: right;
}

@media screen and (max-width: 540px){
    .mobile-sliding-text{
        position: relative;
        white-space: nowrap;
        animation: floatText 20s infinite;
        -moz-animation: floatText 20s infinite;
        -webkit-animation: floatText 20s infinite;
        -ms-animation: floatText 20s infinite;
        animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
        text-align: right;
    }
}

@keyframes floatText {
  from {
    right: -100%;
  }
  to {
    right: 100%;
  }
}
/* announcement bar use */

.filters-wrap .btn {
	height: 100%;
}

.colorwhite {
	color: #fff;
}

.mg-b30 {
	margin-bottom: 30px;
}

.pd-b80p {
	padding-bottom: 80%;
}

.cover-bg {
	background-size: cover;
}

.center-bg {
	background-position: center;
}

.position-all0 {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.b4-col {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

.b4-col-100p {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 992px) {
	.b4-col-50p-md {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.hover-overlay .to-overlay {
	background-color: rgba(51, 122, 183, 0.7);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all .4s;
}

.hover-overlay:hover .to-overlay {
	opacity: 1;
}

/* product option */
.product-product #product .form-group {
	display: flex;
	flex-wrap: wrap;
    flex-direction: row;
    align-items: baseline;
}
.product-product #product .form-group > label {
	color: #000;
    font-weight: 600;
	margin-bottom: 9px;
    width: 100%;
}
.product-product #product .form-group .form-control:not(.input-number),
.product-product #product .form-group .input-group {
	width: -moz-fit-content;
	width: fit-content;
}
.product-product #product .form-group .text-danger {
	width: 100%;
}
.product-product #product .btn-number {
	width: 40px;
	padding: 0;
}
@media (min-width: 1200px){
	.pd-lg-r60 {
		padding-right: 60px;
	}
}
/* product option */

/* layout toggle related */
.layout-toggle > i:last-child {
	margin-left: 5px;
}
.layout-toggle > i:not(.active) {
	opacity: .3;
}
.product-view.rows .product-gutter {
    width: 100%;
}
.product-view.rows .product-block {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.product-view.rows .product-image-block {
	width: 20%;
}
.product-view.rows .product-block .product-name {
	width: 20%;
	padding: 0 15px;
}
.product-view.rows .product-block .product-details {
	width: 20%;
	margin: 0;
	align-self: auto;
}
.product-view.rows .product-block .product-inputs {
	width: 20%;
}
.product-view.rows .product-block .product-inputs .form-group {
	margin-bottom: 0;
}
.product-view.rows .product-block .cart-buttons {
	width: 20%;
	margin: 0;
}
/* layout toggle related */

/* dropdown menu styling */
#account .dropdown-menu {
	border-radius: 0;
}
header #main-menu.sm-blue ul {
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0 !important;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
header .header-container .header-menu #main-menu a {
	padding: 3px 20px;
	line-height: 1.42857143;
}
/* dropdown menu styling */

/* faq */
.information-faq .panel-title>a {
	position: relative;
	padding: 15px;
}
.information-faq .panel-title a.collapsed:after {
    transform: rotate(180deg) translateY(-50%);
    transform-origin: top;
    transition: 0.2s all;
}
.information-faq .panel-title a:after {
    content: '';
	background: url('../image/up.png') no-repeat 100% 50% transparent;
	background-size: 100%;
    right: 15px;
    width: 20px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s all;
}
.information-faq .panel-group .panel+.panel {
	margin-top: 15px;
}
/* faq */

/*fix banner slider btn hover effect*/
.slider-slideshow-description{
	z-index: 2;
}

.slider-slideshow-description .btn-primary{
	pointer-events: auto;
}

/* fix Chrome print extra link on a tag on prin t*/
a:after { content:''; }
a[href]:after { content: none !important; }
/* fix Chrome print extra link on a tag on print */

@media (max-width: 767px) {
	.hide-header {
		top: -100%!important;
	}
	.hide-filter { top: -100% !important }
}

#articles-filter-trigger-close{
    display: none;
}

@media (max-width:991px) {
    #articles-filter-trigger-close{
        display: block;
    }
}

.news_latest {
	overflow: visible!important;
}

.row-adjust {
	margin-left: -9px;
	margin-right: -9px;
}

.form-control:not(.no-custom):not(textarea) {
	height: 41px;
    padding: 6px 12px;
}

.btn {
	outline: none!important;
	text-transform: capitalize!important;
}
.btn:not(.no-custom):not(.btn-number):not(.button-update):not(.button-remove) {
	font-size: 12px;
	padding: 11px 29px!important;
}
.btn:not(.no-custom):not(.btn-number) {
	border-radius: 5px;
}
.btn-primary:not(.no-custom) {
	-webkit-box-shadow: 0px 7px 25px -7px rgba(0, 0, 0, 0.15);
	background-color: #0092d5!important;
	border: 1px solid #0092d5!important;
	color: #fff;
	box-shadow: 0px 7px 25px -7px rgba(0, 0, 0, 0.15);
}
.btn-primary:not(.no-custom):hover {
	opacity: 0.75;
}
.btn-secondary:not(.no-custom) {
	-webkit-box-shadow: 0px 7px 25px -7px rgba(0, 0, 0, 0.15);
	background-color: #fff!important;
	border: 1px solid #fff!important;
	color: #0092d5!important;
	box-shadow: 0px 7px 25px -7px rgba(0, 0, 0, 0.15);
}
.btn-secondary:not(.no-custom):hover {
	opacity: 0.75;
}

/* Header */
header {
	background: transparent!important;
	transition: opacity 0.5s!important;
}
header.on-scroll {
	position: fixed!important;
	z-index: 11;
}
header.on-scroll .header-banner {
	display: none;
}
.header-fade-in {
	opacity: 1;
}
.header-fade-out {
	opacity: 0;
}
.header-upper {
	background-color: #fff;
}
.header-row {
	display: flex;	
}
.header-mobile-links {
	align-self: center;
}
.header-logo {
	padding-bottom: 5px;
    padding-top: 5px;
	text-align: center;
}
.header-logo-image {
	height: 62px;
	width: 105px;
}
.header-menu {
	align-self: center;
	display: none;
}
.header-others {
	align-self: center;
	display: flex;
	justify-content: flex-end;
	text-align: right;
}
.header-contact {
	display: none;
	padding-left: 5px;
	padding-right: 5px;
}
.header-supporting-companies {
	display: none;
	padding-left: 15px;
	padding-right: 5px;
}
.header-contact-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 20px;
}
.header-contact-icon-container {
	display: none;
}
.header-contact-details {
	padding: 5px 0;
	text-align: left;
}
.header-contact-label {
	font-size: 11px;
	line-height: 1.4;
}
.header-contact-value {
	color: #0092d5;
	font-size: 13px;
	font-weight: 600;
}
.header-supporting-companies-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header-supporting-companies-list {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header-supporting-companies-list:first-child {
	margin-left: 10px;
}
.header-supporting-companies-list:not(:first-child) {
	margin-left: 25px;
}
.header-supporting-company-image {
	width: 46px;
}
.header-search-and-action-buttons {
	align-self: center;
	display: flex;
	justify-content: flex-end;
	text-align: right;
	width: -moz-fit-content;
	width: fit-content;
}
.action-buttons {
	margin-left: 9px;
	margin-right: 9px;
}
.action-buttons:not(.cart) {
	display: none;
}
.action-button-icon {
	max-width: 16px!important;
}
.action-buttons-icon:hover {
	opacity: 0.75;
}
.search {
	display: inline-block;
	margin-right: 9px;
}
.cart-dropdown {
	position: relative;
}
.cart-badge {
	background-color: rgba(0, 146, 213, 0.7);
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    height: 17px;
    padding: 3px 0;
    position: absolute;
    right: -12px;
    top: -8px;
    width: 17px;
}
.cart .slide-out-cart .dropdown-menu > li > a.btn-primary {
	color: #fff!important;
}
.action-buttons.social-media-link {
	margin-top: 1px;
}
.action-button-social-media-icon {
	min-width: 20px;
}
.header-lower {
	background-color: rgba(255, 255, 255, 0.4);
}
header.on-scroll .header-lower {
	background-color: rgba(255, 255, 255, 0.9);
}
.main-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.menu-list {
	border-bottom: 3px solid transparent;
	display: inline-block;
	margin-left: 2px;
	margin-right: 2px;
}
header.on-scroll .main-menu > .menu-list:hover {
	border-bottom: 3px solid #0092d5;
}
header.on-scroll .main-menu > .menu-list.active {
	border-bottom: 3px solid #0092d5;
}
header:not(.on-scroll) .main-menu > .menu-list:hover {
	background-color: rgb(0, 146, 213, 0.25);
}
header:not(.on-scroll) .main-menu > .menu-list.active {
	background-color: rgb(0, 146, 213, 0.25);
}
.menu-link {
	color: #fff!important;
    font-size: 14px;
    font-weight: 500;
    padding: 0 8px;
}
body.no-page-banner .main-menu > .menu-list > .menu-link {
	color: #0092d5!important;
}
header.on-scroll .main-menu > .menu-list > .menu-link {
	color: #0092d5!important;
}
header.on-scroll .menu-link {
	color: #000!important;
}
.main-menu > .menu-list.active > .menu-link {
	font-weight: 700;
}
.main-menu .dropdown-menu {
	top: -webkit-calc(100% + -3px);
	top: -o-calc(100% + -3px);
	top: -moz-calc(100% + -3px);
	top: calc(100% + -3px);
	margin: 6px 0 0 0!important;
}
.dropdown-menu {
	border-radius: 0;
	margin: 6px 0 0 -15px;
	padding: 0;
	top: -webkit-calc(100% + 25px);
	top: -o-calc(100% + 25px);
	top: -moz-calc(100% + 25px);
	top: calc(100% + 25px);
}
.dropdown-menu.dropdown-menu-right {
	margin: 6px -15px 0 0;
}
.dropdown-menu > li {
	display: block;
	margin: 0;
	padding: 0;
}
.dropdown-menu > li > a {
	color: #000!important;
    font-size: 13px;
    padding: 10px 20px;
	text-align: center;
	text-transform: capitalize;
}
.dropdown-menu > li.active > a {
	background-color: transparent!important;
	color: #0092d5!important;
	text-shadow: 0 0 #0092d5;
}
.dropdown-menu > li > a:hover {
	color: #0092d5!important;
	text-shadow: 0 0 #0092d5;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu {
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
    left: 100%;
    top: 0!important;
}
.dropdown-submenu > .dropdown-menu.dropdown-menu-right {
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
	left: auto;
    right: 100%;
    top: 0!important;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > .dropdown-menu li:first-child {
	margin-top: -1px;
}
.dropdown-submenu > a:after {
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
	content: " ";
	display: block;
    float: right;
    height: 0;
    margin-top: 5px;
    margin-right: -10px;
	width: 0;
}
.dropdown-submenu a {
	border-radius: 7px!important;
}
.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
	left: -100%;
    margin-left: 10px;
}

/* Page */
.page-main-description {
	margin: 0 auto 45px;
	max-width: 980px;
	text-align: center;
}

/* Section */
.section-space.slideshow {
	z-index: 1!important;
}
.section-space.home_expertise {
	overflow: visible!important;
	pointer-events: none;
	z-index: 10;
}
.section-space.home_expertise > section {
	pointer-events: auto;
}

/* Home - Slideshow */
.slideshow .owl-carousel {
	width: 100%;
}
.slideshow .owl-carousel {
    -webkit-transform: translate3d(0, 0, 0)!important; 
     transform: translate3d(0, 0, 0)!important; 
}
.slideshow, .slideshow .owl-carousel {
	z-index: -1!important;
}
.slideshow .owl-nav {
	display: none;
}
.slideshow-nav-image {
	height: 42px;
	width: 42px;
}
.slider-slideshow-description {
	top: 50%!important;
}
.slider-slideshow-description-texts {
	margin: auto;
    max-width: 100%;
	padding: 0;
	position: relative;
	text-align: center;
}
.slideshow-text-0 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	font-size: 24px!important;
	font-weight: 600;
    line-height: 1.2;
	margin: 0 0 16px 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.slideshow-text-1 {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 14px!important;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Home - Expertise */
.home-expertise-section {
	margin-top: -75px;
}
.home-expertise-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.home-expertise-list {
	width: 100%;
}
.home-expertise-card {
	border-radius: 5px;
}
.home-expertise-card-dark {
	background-color: #002f45;
}
.home-expertise-card-light {
	background-color: #0092d5;
}
.home-expertise-card-body {
	padding: 30px;
}
.home-expertise-image {
	margin-bottom: 15px;
	width: 48px;
}
.home-expertise-title {
	color: #fff;
	font-size: 17px;
}
.home-expertise-description {
	color: #fff;
	font-size: 12px;
	margin-bottom: 20px;
}

/* Home - Services */
.home-services-heading {
	display: block;
	margin-bottom: 25px;
	text-align: left;
}
.home-services-more-link-container {
	margin-bottom: 50px;
	margin-top: -5px;
	text-align: center;
}

/* Home - Customer Testimonials */
.home-customer-testimonials-section {
	background-attachment: fixed!important;
	background-size: 100% 100%!important;
	background-position: center!important;
	padding: 90px 0;
}
.home-customer-testimonials-heading {
	color: #fff;
	text-align: center;
}
.home-customer-testimonials-slider-container {
	margin-left: 0;
	margin-right: 0;
}
.home-customer-testimonials-slider .slider-nav-left {
	position: absolute;
    right: 60px;
    top: -105px;
} 
.home-customer-testimonials-slider .slider-nav-right {
	position: absolute;
    right: 0;
    top: -105px;
}
.home-customer-testimonials-slider .slider-nav-image {
	height: 42px;
	width: 42px;
}
.home-customer-testimonials-slider .slick-dots {
	margin: 68px 0 0;
    padding: 0;
    text-align: right;
}
.home-customer-testimonials-slider .slick-dots li:not(.slick-active) {
	opacity: 0.4;	
}
.home-customer-testimonials-slider .slick-dots li {
	display: inline-block;
	list-style-type: none;
	margin: 0 3px;
}
.home-customer-testimonials-slider .slick-dots button {
	font-size: 0;
    height: 12px;
    padding: 0;
	width: 12px;
}
.home-customer-testimonials-list {
	padding-left: 20px;
	padding-right: 20px;
}
.home-customer-testimonials-quote-icon {
	margin-bottom: 15px;
	width: 36px;
}
.home-customer-testimonials-title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
}
.home-customer-testimonials-description {
	color: #fff;
	font-size: 12px;
	margin-bottom: 15px;
	text-align: justify;
}
.home-customer-testimonials-name {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}
.home-customer-testimonials-position {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

/* Home - Brands */
.home-brands-slider .slider-nav-left, 
.home-brands-slider .slider-nav-right {
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.home-brands-slider .slider-nav-left {
	left: -65px;
} 
.home-brands-slider .slider-nav-right {
    right: -65px;
}
.home-brands-slider .slider-nav-image {
	height: 42px;
	width: 42px;
}
.home-brands-slider-container {
	padding: 0 15px;
}
.home-brands-group {
	margin-top: -40px;
}
.home-brands-list {
	padding: 40px 10px;
}
.home-brands-card {
	border-radius: 5px;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.07);
}

/* Home - Contact */

/* About Us */
.about-section {
	position: relative;
    z-index: 10;
}
.about-heading {
	font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.about-mission-vision-container {
	border-radius: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
    margin-bottom: 80px;
    margin-top: -60px;
    overflow: hidden;
    text-align: center;
}
.about-mission {
	background-position: center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	color: #fff;
	padding: 70px 35px;
	width: 100%;
}
.about-vision {
	background-position: center!important;
	background-size: cover!important;
	background-repeat: no-repeat!important;
	color: #fff;
	padding: 60px 30px;
	width: 100%;
}
.about-mission-vision-heading {
	color: #fff;
	margin-bottom: 25px;
}
.about-mission-vision-bullet {
	display: inline-block;
	font-size: 24px;
	margin-top: -3px;
	vertical-align: middle;
	width: 25px;
}
.about-left, 
.about-center, 
.about-right {
	margin-bottom: 60px;
}
.about-image-container {
	margin-bottom: 25px;
	position: relative;
}
.about-left .about-image-container,
.about-center .about-image-container,
.about-right .about-image-container {
	text-align: center;
}
.about-image-1 {
    display: none!important;
	opacity: 0;
	width: 370px;
}
.about-left .about-image-1, 
.about-center .about-image-1, 
.about-right .about-image-1 {
	margin: auto;
}
.about-details {
	margin-bottom: 25px;
	margin-top: 80px;
}
.about-description {
	color: #7f7f7f;
}
.about-description-highlight {
	border-left: 7px solid #0092d5;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px 13px;
}
.about-contact-form-sub-heading {
	color: #fff;
}
.about-contact-sub-heading {
    font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
}
.about-contact-map {
	border-radius: 5px;
	margin-bottom: 25px;
	overflow: hidden;
}
.about-contact-map iframe {
	height: 300px;
}
.about-contact-details {
	color: #7f7f7f;
	font-size: 13px;
	margin-bottom: 25px;
}
.about-contact-address-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.about-contact-address-icon-container {
	margin-right: 15px;
}
.about-contact-address-icon {
	height: 26px;
	width: 26px;
}
.about-contact-address-details-container {
	padding-top: 1px;
}
.about-contact-telephone-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.about-contact-telephone-icon-container {
	margin-right: 15px;
}
.about-contact-telephone-icon {
	height: 26px;
	width: 26px;
}
.about-contact-telephone-details-container {
	padding-top: 1px;
}
.about-contact-email-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}
.about-contact-email-icon-container {
	margin-right: 15px;
}
.about-contact-email-icon {
	height: 26px;
	width: 26px;
}
.about-contact-email-details-container {
	padding-top: 1px;
}
.about-contact-form-card-column {
    margin-left: -20px;
	margin-right: -20px;    
}
.about-contact-form-card {
	background-color: #0092d5;
	border-radius: 5px;
	margin-bottom: 25px;
}
.about-contact-form-card-body {
	padding: 30px 20px 0;
}
.about-contact-form-card-footer {
	padding: 15px 0 15px;
	margin-left: -10px;
	margin-right: -10px;
}
.about-contact-form-description {
	color: #fff;
	margin-bottom: 25px;
}
.about-contact-body .form-group {
	width: 100%!important;
}
.about-contact-body .form-control {
	background-color: transparent;
	border-bottom: 1px solid #fff;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #fff;
	box-shadow: none!important;
}
.about-contact-body .form-control::placeholder {
	color: #fff;
	opacity: 1;
}
.about-contact-body .form-control:-ms-input-placeholder {
	color: #fff;
}
.about-contact-body .form-control::-ms-input-placeholder {
	color: #fff;
}
.about-contact-footer {
	padding-top: 20px;
}

/* Services */
.services-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.services-card {
	margin-bottom: 30px;
}
.services-card-body {
	border-bottom: 7px solid #0092d5;
	border-radius: 5px;
	padding: 15px;
	text-align: center;
}
.services-card-body:hover {
	border-bottom: 7px solid #000;
}
.services-card-body.services-description-expand {
	border-bottom: 15px solid #000;
}
.services-image-container {
	height: 75px;
	margin-bottom: 0;
	padding-left: 15px;
	width: 100%;
}
.services-image, 
.services-image-active {
	margin: auto;
	width: 60px;
}
.services-card-body:not(.services-description-expand) .services-image {
	display: block;
}
.services-card-body.services-description-expand .services-image {
	display: none;
}
.services-card-body:not(.services-description-expand) .services-image-active {
	display: none;
}
.services-card-body.services-description-expand .services-image-active {
	display: block;
}
.services-card-body:hover .services-image {
	display: none;
}
.services-card-body:not(.services-description-expand):hover .services-image-active {
	display: block;
}
.services-title {
	font-size: 16px;
}
.services-card-body:not(.services-description-expand) .services-title {
	color: #0092d5;
}
.services-card-body.services-description-expand .services-title {
	color: #000;
}
.services-card-body:hover .services-title {
	color: #000;
}
.services-view-more {
	background-color: transparent;
	border: none;
	color: #0092d5;
	font-size: 12px;
	margin: auto;
	padding: 0;
}
.services-card-body:not(.services-description-expand) .services-view-more {
	display: block;
}
.services-card-body.services-description-expand .services-view-more {
	display: none;
}
.services-short-description {
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.services-card-body:not(.services-description-expand) .services-short-description {
	display: -webkit-box;
}
.services-card-body.services-description-expand .services-short-description {
	display: none;
}
.services-card-body:not(.services-description-expand) .services-description {
	display: none;
}
.services-card-body.services-description-expand .services-description {
	display: block;
}

/* Careers */
.careers-panel.panel {
	border: none;
}
.careers-panel.panel-default > .panel-heading {
	border-radius: 0;
	position: relative;
}
.careers-panel.panel-default > .panel-heading.panel-expanded {
	background-color: #0092d5;
	border-color: #0092d5;
	color: #fff;
}
.careers-panel.panel-default > .panel-heading:not(.panel-expanded) {
	background-color: #f5f5f5;
	border-color: #f5f5f5;
}
.careers-panel .panel-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
}
.career-panel-accordion-toggle {
	align-self: center;
	cursor: pointer;
	order: 2;
	font-weight: 400;
}
.careers-panel > .panel-heading:not(.panel-expanded) .career-panel-accordion-toggle {
	font-size: 28px;
	margin-right: 20px;
	margin-top: 2px;
}
.careers-panel > .panel-heading.panel-expanded .career-panel-accordion-toggle {
	font-size: 24px;
	margin-right: 25px;
	margin-top: -2px;
}
.careers-panel-link {
	flex-grow: 1;
}

/* Portfolio */
.portfolio-category-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	text-align: center;
}
.btn-portfolio-category {
	box-shadow: none!important;
	margin: 0 10px 15px;
	width: 100%;
}
.btn-portfolio-category.active {
	background-color: #0092d5;
	color: #fff!important;
}
.portfolio-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.portfolio-list {
	width: 100%;
}
.portfolio-card-body {
	position: relative;
}
.portfolio-image-overlay {
	background-color: rgb(0, 146, 213, 0.25);
	background-image: linear-gradient(rgb(0, 146, 213, 0.5), rgb(0, 0, 0, 0.75), rgb(0, 0, 0, 1));
	display: none;
	left: 0;
	height: 100%;
	opacity: 0.5;
	pointer-events: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.portfolio-card-body:hover .portfolio-image-overlay {
	display: block;
}
.portfolio-details {
	bottom: 0;
	left: 0;
	padding: 30px 40px;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.portfolio-title {
	color: #fff;
}
.portfolio-modal .modal-body {
	padding: 15px 30px;
}
.portfolio-modal-close {
	margin-right: -20px;
	opacity: 1!important;
}
.portfolio-modal-close-icon {
	width: 22px;
}
.portfolio-modal-slider .slider-nav-left, 
.portfolio-modal-slider .slider-nav-right {
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.portfolio-modal-slider .slider-nav-left {
	left: 16px;
} 
.portfolio-modal-slider .slider-nav-right {
    right: 16px;
}
.portfolio-modal-slider .slider-nav-image {
	height: 42px;
	width: 42px;
}
.portfolio-main-container {
	margin: 10px auto 20px;
	max-width: 700px;
}
.portfolio-main-image-container {
	text-align: center;
}
.portfolio-main-image {
	margin: 0 auto 20px;
	text-align: center;
}
.portfolio-modal-title {
	color: #0092d5;
	font-size: 18px;
}

/* Product Filter */
.product-filters-wrap {
	position: static!important;
}

/* Product Filter Categories */
.filter-categories-container {
	margin-bottom: 11px!important;
    margin-top: 0!important;
    padding-bottom: 0;
}
.filter-container {
	background-color: transparent!important;
}
.list-group-item.item-header.filter-categories-header {
	background-color: transparent!important;
    color: #000;
	font-size: 22px;
    font-weight: 600;
    padding: 8px 16px 18px 0!important;
    text-transform: none;
}
.list-group-item {
	padding: 9px 0!important;
}
.expand-collapse-icon {
	font-size: 14px;
    display: inline-block;
    margin-left: -7px;
    vertical-align: middle;
}
.group {
	margin-bottom: 8px;
}
.group .item {
    display: table;
    width: calc(100% + 1px);
    box-sizing: border-box;
}
.group .item > * {
    display: table-cell;
    vertical-align: middle;
}
.group .item .toggle {
    width: 36px;
    text-align: center;
    position: relative;
}
.group .item.level-1 {
	background-color: #e5e5e5;
	border: 1px solid #e5e5e5!important;
	border-radius: 5px;
}
.group .item.level-1.active {
	background-color: #0092d5;
	border: 1px solid #e5e5e5!important;
}
.group .item.level-1:hover {
	background-color: #0092d5;
	border: 1px solid #e5e5e5!important;
}
.group .item.level-1:not(.active) .toggle.level-1 .expand-collapse-icon.plus {
	display: block;
}
.group .item.level-1.active .toggle.level-1 .expand-collapse-icon.plus {
    display: none;
}
.group .item.level-1:not(.active) .toggle.level-1 .expand-collapse-icon.minus {
	display: none;
}
.group .item.level-1.active .toggle.level-1 .expand-collapse-icon.minus {
	display: block;
}
.group .item.level-1:hover {
	background-color: #0092d5;
}
.group .item.level-1:hover a {
	background-color: #0092d5!important;
	color: #fff!important;
	font-weight: 600;
}
.group .item.level-1:hover .toggle {
	background-color: #0092d5;
	color: #fff;
}
.group .item.level-1 a {
	border-radius: 5px;
	font-size: 13px;
	padding: 8px 20px!important;
	text-transform: none;
}
.group .item.level-1.active a {
	background-color: #0092d5;
	color: #fff;
	font-weight: 600;
}
.group .item.level-1:not(.active) a {
	background-color: #e5e5e5;
	color: #333;
	font-weight: 500;
	text-shadow: 0 0 #333;
}
.group .item.level-1 a:hover {
	background-color: #0092d5!important;
	color: #fff!important;
}
.group .item.level-1 a:hover + .toggle {
	background-color: #0092d5!important;
	color: #fff!important;
}
.group .item.level-1.active a + .toggle {
	background-color: #0092d5!important;
	color: #fff!important;
}
.group .item.level-1 .toggle {
	border-left: none!important;
	border-radius: 36px;
	color: #000;
}
.group .item.level-1 .toggle:hover {
	background-color: #0092d5!important;
	color: #fff!important;
}
.group .item.active + .sub {
    display: block;
    border-top: 1px solid #ccc;
}
.group .sub {
    display: none;
}
.group .sub.level-2 {
	border-top: none!important;
	margin-bottom: 11px;
	margin-top: 11px;
}
.group .sub.level-2 .group {
	border-bottom: none!important;
	margin-bottom: 0;
}
.group .sub.level-2 .group .item.level-2:hover a {
	color: #0092d5!important;
	border-bottom: 1px solid #0092d5;
}
.group .sub.level-2 .group .item.level-2.active a {
	color: #0092d5!important;
	border-bottom: 1px solid #0092d5;
}
.group .sub.level-2 .group .item.level-2 {
	padding-left: 30px;
}
.group .sub.level-2 .group .item.level-2 a {
	background-color: transparent!important;
	border-bottom: 1px solid transparent;
	color: #000;
	display: inline-block!important;
	font-size: 12px;
	font-weight: 500;
    padding: 0!important;
	text-transform: none;
	width: fit-content;
}
.group .sub.level-2 .group .item.level-2 a:hover {
	color: #0092d5!important;
	opacity: 0.75;
}
.group .sub.level-2 .group .item.level-2.active a {
	color: #0092d5;
}
.group .sub.level-2:not(.active) .toggle.level-2 .expand-collapse-sub-icon.plus { 
	display: block;
}
.group .sub.level-2.active .toggle.level-2 .expand-collapse-sub-icon.plus {
    display: none;
}
.group .sub.level-2:not(.active) .toggle.level-2 .expand-collapse-sub-icon.minus {
	display: none;
}
.group .sub.level-2.active .toggle.level-2 .expand-collapse-sub-icon.minus {
	display: block;
}
.group .sub.level-2:hover {}
.group .sub.level-2:hover a {
	color: #0092d5!important;
}
.group .sub.level-2:hover .toggle {
	color: #0092d5;
}
.group .item.level-2 .toggle {
	background-color: transparent!important;
	border-left: none!important;
	color: #000!important;
	width: 38px!important;
}
.sub.level-3 {
	border-top: none!important;
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 0px 10px 0 29px;
}
.group .sub.level-2 .group .item.level-3 a {
	background-color: transparent!important;
	border-bottom: 1px solid transparent;
    color: #0092d5;
    display: inline-block!important;
    font-size: 14px;
	padding: 0!important;
    width: fit-content;
}
.group .sub.level-2 .group .item.level-3 a:hover {
	border-bottom: 1px solid #0092d5;
	opacity: 0.75;
}

/* Product Filter Brands/Manufacturer */
.filter-manufacturer-container {
	margin-bottom: 11px!important;
    margin-top: 0;
    padding-bottom: 0;
}
.list-group-item.item-header.filter-manufacturer-header {
	background-color: transparent!important;
    color: #000;
	font-size: 22px;
    font-weight: 600;
    padding: 8px 16px 18px 0!important;
    text-transform: none;
}
.list-group-item.manufacturer-group-item {
	padding: 1px 15px 7px 1px;
}
.product-brand-checkbox-label {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 8px;
	text-shadow: 0 0 #000;
}
.product-brand-checkbox-label .adjustment {
	margin-left: 4px;
}
.product-brand-checkbox {
    margin-right: 6px;
	position: relative;
    top: 4px;
}
.product-brand-checkbox {
	-webkit-appearance: none;
    background:#fff;
    border: 1px solid #aaa;
	border-radius: 0;
	height: 16px;
	margin-top: -6px!important;
	outline: none!important;
	width: 16px;
}
.product-brand-checkbox:checked {
    background: #0092d5;
	border: 1px solid #0092d5;
}
.product-brand-checkbox:checked:after {
	color: #fff;
    content: "✔";
    position: absolute;
    font-size: 77%;
    left: 3px;
    top: 0;
}

/* Product Filter Group */
.filter-group-container {
	margin-bottom: 11px!important;
    margin-top: 0!important;
    padding-bottom: 0;
}
.list-group-item.item-header.filter-group-header {
	background-color: transparent!important;
    color: #000;
	font-size: 22px;
    font-weight: 600;
    padding: 8px 16px 18px 0!important;
    text-transform: none;
}
.product-filter-checkbox-label {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 8px;
	text-shadow: 0 0 #000;
}
.product-filter-checkbox-label .adjustment {
	margin-left: 4px;
}
.product-filter-checkbox {
    margin-right: 6px!important;
	position: relative;
    top: 2px!important;
}
.product-filter-checkbox {
	-webkit-appearance: none;
    background:#fff;
    border: 1px solid #aaa;
	border-radius: 0;
	height: 16px;
	margin-top: -6px!important;
	outline: none!important;
	width: 16px;
}
.product-filter-checkbox:checked {
    background: #0092d5;
	border: 1px solid #0092d5;
}
.product-filter-checkbox:checked:after {
	color: #fff;
    content: "✔";
    position: absolute;
    font-size: 77%;
    left: 3px;
    top: 0;
}

/* Product Filter Price */
.filter-price-container {
	margin-bottom: 29px!important;
    margin-top: 0!important;
    padding-bottom: 0;
}
.list-group-item.item-header.filter-price-header {
	background-color: transparent!important;
    color: #000;
	font-size: 22px;
    font-weight: 600;
    padding: 8px 16px 18px 0!important;
    text-transform: none;
}
.list-group-item.pricing-group-item {
	padding: 5px 0!important;
}
.product-price-min-range-value {
	color: #000;
    left: 1px!important;
	font-size: 15px;
	text-shadow: 0 0 #0092d5;
}
.product-price-max-range-value {
	color: #000;
    float: right;
	font-size: 15px;
	left: auto!important;
	right: 0!important;
	text-shadow: 0 0 #0092d5;
}
.product-price-slider {
    background: #ddd!important;
}
.product-price-slider .ui-slider-handle {
	background:#0092d5!important;
	border: 0;
	border-radius: 50%!important;
	display: block;
	height: 13px!important;
	width: 13px!important;
}
.product-price-slider.ui-slider-horizontal {
	height: 4px!important;
}
.product-price-slider .ui-slider-range {
    background: #0092d5!important;
}

/* Product Filter Length  */
.list-group-item.item-header.filter-length-header {
	background-color: transparent!important;
    color: #000;
	font-size: 22px;
    font-weight: 600;
    padding: 8px 16px 18px 0!important;
    text-transform: none;
}

/* Products */
.product-block {}
.product-block:hover .product-image-overlay {
	display: block;
	opacity: 0.75;
	pointer-events: none;
}
.product-image-block {
	background-color: #f7f7f7;
}
.product-image-overlay {
	background-color: rgb(246, 246, 246);
    display: none;
    left: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.product-details {
	text-align: left;
}
.product-name {
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000!important;
    display: -webkit-box;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-price-container {
	padding: 7px 0 0px 0;
}
.product-price {
	color: #7f7f7f;
    display: block;
    font-size: 14px;
	font-weight: 600;
}
.product-price-new {
	color: #c40000;
    font-size: 14px;
	font-weight: 600;
}
.product-price-old {
	color: #7f7f7f;
    font-size: 14px;
	font-weight: 600;
	margin-left: 8px;
	text-decoration: line-through;
}
.product-price-tax {
	color: #7f7f7f;
    display: block;
    font-size: 14px;
	font-weight: 500;
}

/* Products Inner */
.product-inner-details-container {
    margin-bottom: 22px;
}
.product-inner-name {
	color: #000;
	font-size: 16px;
    font-weight: 700;
	margin-bottom: 10px;
}
.product-inner-image-arrow {
	width: 32px;
    height: 32px;
    padding: 0;	
}
.product-inner-price {
	color: #7f7f7f;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}
.product-inner-price-new {
	color: #c40000;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.product-inner-price-old {
	color: #7f7f7f;
	font-size: 16px;
    font-weight: 500;
	text-decoration: line-through;
	margin-bottom: 10px;
}
.product-inner-price-tax {
	color: #222;
    display: block;
    font-size: 16px;
    font-weight: 600;
	margin-bottom: 15px;
}
.product-inner-description {
	color: #7f7f7f;
	font-size: 14px;
    font-weight: 500;
	padding-bottom: 6px;
}
.product-inner-label {
	color: #000;
    font-weight: 600;
}
.product-inner-quantity-input-group {
	width: 128px!important;
}
.product-inner-quantity-decrease-button {
	border-color: #ccc!important;
	border-radius: 6px 0 0 6px!important;
	border-right: none!important;
	height: 44px;
}
.product-inner-quantity-decrease-button span {
	display: inline-block;
	font-size: 30px;
    margin-top: -3px;
    vertical-align: middle;
}
.product-inner-quantity-input {
	border-left: none!important;
	border-right: none!important;
	height: 44px;
}
.product-inner-quantity-increase-button {
	border-color: #ccc!important;
	border-left: none!important;
	border-radius: 0 6px 6px 0!important;
	height: 44px;
}
.product-inner-quantity-increase-button span {
	font-size: 24px;
	top: -2px;
}

/* Product Attribute */
.product-inner-attribute-container {
	margin-bottom: 53px;
}
.product-attribute-nav-tabs.nav-tabs {
	border-bottom: none!important;
	margin-bottom: 15px;
}
.product-attribute-nav-tabs.nav-tabs > li {
	background-color: transparent;
	border-bottom: 1px solid transparent;
	margin-right: 41px;
}
.product-attribute-nav-tabs.nav-tabs > li:hover {
	background-color: transparent!important;
	border-bottom: 1px solid #0092d5;
}
.product-attribute-nav-tabs.nav-tabs > li.active {
	background-color: transparent!important;
	border-bottom: 1px solid #0092d5;
}
.product-attribute-nav-tabs.nav-tabs > li:hover a {
	color: #0092d5!important;
}
.product-attribute-nav-tabs.nav-tabs > li > a {
	background-color: transparent!important;
    border: none!important;
	color: #000!important;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
}
.product-attribute-nav-tabs.nav-tabs > li.active > a, 
.product-attribute-nav-tabs.nav-tabs > li.active > a:focus, 
.product-attribute-nav-tabs.nav-tabs > li.active > a:hover {
    color: #000!important;
}
.product-attribute-tab-content {
	border: 1px solid #ccc;
    padding: 20px;
}
.product-attribute-tab-content p {
	font-weight: 500;
}
.product-attribute-tab-content iframe {
	width: 100%!important;
}
.product-attribute-review .table strong {
	color: #222;
    font-size: 13px;
}
.product-attribute-review .fa-stack {
	width: 1.2em;
}
.product-attribute-review .fa-stack .fa-star, .product-attribute-review .fa-stack .fa-star-o  {
	color: #ffca05;
	border-color: #ffca05;
}
.product-attribute-review .fa-stack .fa-star.fa-star-empty, .product-attribute-review .fa-stack .fa-star-o.fa-star-empty {
	color: #dfdfdf;
	border-color: #dfdfdf;
}

/* Product Related */
.related-products-slider .slider-nav-left {
    left: 15px;
}
.related-products-slider .slider-nav-right {
    right: 15px;
}
.related-products-slider .slider-nav-left, 
.related-products-slider .slider-nav-right {
	cursor: pointer;
	display: inline-block;	
    position: absolute;
	top: 50%;
    z-index: 1;
}
.related-products-slider .slider-nav-left img, 
.related-products-slider .slider-nav-right img {
	height: 42px;
	width: 42px;
}

/* Waiting List */
.waiting-list-container {
	box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
	margin-bottom: 20px;
    margin-top: 32px;
    padding: 18px 22px;
}
.waiting-list-heading {
    font-size: 18px;
    text-transform: capitalize;
}
.waiting-list-input {
	border: 1px solid #ccc;
    border-right: 1px solid transparent;
	margin-right: 0!important;
	padding: 6px 24px;
}

/* Social Media */
.product-inner-share-container {
	margin: 10px 0;
}
.product-inner-share-label {
	color: #000;
    font-weight: 500;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper {
	line-height: 24px!important;
    height: 24px!important;
    width: 24px!important;
}
.at-resp-share-element .at-icon, .at-resp-share-element .at-label {
    width: 24px!important;
    height: 24px!important;
}
.at-style-responsive .at-share-btn {
    background-color: transparent!important;
}
.at-resp-share-element .at-icon, .at-resp-share-element .at-label {
	fill: #000!important
}
.at-svc-whatsapp {
	display: none!important;
}
.at-svc-viber {
	display: none!important;
}

/* Contact Us */
.contact-heading {}
.contact-sub-heading {
    font-size: 22px;
	font-weight: 700;
	margin-bottom: 25px;
}
.contact-map {
	margin-bottom: 35px;
}
.contact-other-details {
	color: #000;
	font-size: 15px;
	margin-bottom: 25px;
}
.contact-image {
	margin-bottom: 25px;
}
.contact-other-address-container {
	margin-bottom: 25px;
	text-align: center;
}
.contact-other-telephone-container {
	margin-bottom: 15px;
	text-align: center;
}
.contact-other-fax-container {
	margin-bottom: 25px;
	text-align: center;
}
.contact-other-open-container {
	margin-bottom: 25px;
	text-align: center;
}
.contact-other-comment-container {
	margin-bottom: 25px;
	text-align: center;
}
.contact-details {
	color: #7f7f7f;
	font-size: 15px;
	margin-bottom: 25px;
}
.contact-address-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}
.contact-address-icon-container {
	margin-right: 15px;
}
.contact-address-icon {
	height: 26px;
	width: 26px;
}
.contact-address-details-container {
	padding-top: 1px;
}
.contact-telephone-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}
.contact-telephone-icon-container {
	margin-right: 15px;
}
.contact-telephone-icon {
	height: 26px;
	width: 26px;
}
.contact-telephone-details-container {
	padding-top: 1px;
}
.contact-email-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}
.contact-email-icon-container {
	margin-right: 15px;
}
.contact-email-icon {
	height: 26px;
	width: 26px;
}
.contact-email-details-container {
	padding-top: 1px;
}
.contact-form {
	margin-bottom: 25px;
}
.contact-body .form-group {
	width: 100%!important;
}
.contact-body .form-control {
	border-bottom: 1px solid #000;
	border-left: none;
	border-right: none;
	border-top: none;
	box-shadow: none!important;
}

/* Checkout */
.checkout-acceptance-form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.checkout-acceptance-form-input input {
    margin-right: 10px;
}

/* Footer */
footer {
	background-color: #002f45;
	background-position: center!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
	color: #fff;
	font-size: 14px;
	position: relative;
	z-index: 2;
}
.footer-container {}
.footer-separator {
	border-bottom: 1px solid #fff;
	height: 1px;
}
.footer-separator-image {}
.footer-upper {}
.footer-upper-content {
	padding-bottom: 65px;
	padding-top: 55px;
	text-align: center;
}
.footer-row {
	display: flex;
	flex-wrap: wrap;
}
.footer-column-store {
	-ms-flex-positive: 1;
	flex-basis: 100%;
	flex-grow: 1;
	margin-bottom: 25px;
	margin-top: 15px;
	width: 100%;
}
.footer-column {
	-ms-flex-positive: 1;
	flex-basis: 100%;
	flex-grow: 1;
	margin-bottom: 25px;
	margin-top: 15px;
	width: 100%;
}
.footer-column-social-media {}
.footer-column-newsletter {
	-ms-flex-positive: 1;
	flex-basis: 100%;
	flex-grow: 1;
	margin-bottom: 25px;
	margin-top: 15px;
	width: 100%;
}
.footer-company-logo {}
.footer-store {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}
.footer-comment {}
.footer-information-container {
	margin-bottom: 25px;
}
.footer-information {
	line-height: 1.5;
	margin: auto;
	max-width: 500px;
}
.footer-category {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}
.footer-list {
	margin-bottom: 7px;
}
.footer-link {
	color: #fff!important;
	font-size: 14px;
	line-height: 1.6;
}
.footer-link:hover {
	opacity: 0.75;
}
.footer-social-media-group {}
.footer-social-media-list {
	margin-right: 15px;
	padding: 0!important;
}
.footer-social-media-link {}
.footer-social-media-image-container {
	display: inline-block;
	vertical-align: middle;
}
.footer-social-media-image {
	margin: -3px 3px 0 3px;
	transform: scale(0.75);
}
.footer-social-media-label {
	display: none;
}
.footer-newsletter-container {
	margin: auto;
    max-width: 500px;
}
.footer-newsletter-description {
	line-height: 1.5;
	margin-bottom: 20px;
}
.footer-newsletter-input-group {
	border-bottom: 1px solid #fff;
}
.footer-newsletter-input {
	background-color: transparent;
	border: none;
	box-shadow: none!important;
	color: #fff;
	padding-left: 0;
	padding-right: 0;
}
.footer-newsletter-input::placeholder {
	color: #fff;
	opacity: 1;
} 
.footer-newsletter-input:-ms-input-placeholder {
	color: #fff;
}
.footer-newsletter-input::-ms-input-placeholder {
	color: #fff;
}
.footer-newsletter-button {
	background-color: transparent!important;
	border: none;
	padding-left: 0;
	padding-right: 0;
}
.footer-newsletter-button-icon {
	height: 15px;
	width: 17px;
}
.footer-lower {}
.footer-lower-content {
	padding-bottom: 45px;
    padding-top: 25px;
}
.footer-column-company {}
.footer-column-credits {
	text-align: right;
}
.footer-company {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin: 6px;
	text-align: center;
	text-decoration: none!important;
}
.footer-credits {
	margin: 0;
	text-align: center;
}
.footer-credits-link, .footer-credits *, .footer-credits a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none!important;
}
.footer-credits a:hover {
	opacity: 0.75;
}

@media (max-width : 320px) {
	.text-sm-center {
		text-align: center;
	}	
}

@media (min-width : 320px) {
	.text-sm-center {
		text-align: center;
	}
}

@media (min-width : 375px) {
	.slideshow-text-0 {
		-webkit-line-clamp: 2;
	}
	.slideshow-text-1 {
		-webkit-line-clamp: 3;
	}
	.about-image-1 {
		opacity: 1;
	}
	.about-contact-form-card-footer {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width : 420px) {
	.services-card-body {
		text-align: left;
	}
	.services-image-container {
		padding-left: 0;
	}
	.services-image, 
	.services-image-active {
		margin: 0;
	}
	.services-view-more {
		margin: 0;
	}
}

@media (min-width : 540px) {
	.about-contact-form-card-column {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width : 768px) {
	.text-sm-center {
		text-align: initial;
	}
	.slider-slideshow-description-texts {
		max-width: 90%;
	}
	.home-expertise-section {
		margin-top: -100px;
	}
	.home-expertise-card {
		border-radius: 0;
	}
	.home-expertise-list:first-child .home-expertise-card {
		border-radius: 5px 0 0 5px;
	}
	.home-expertise-list:last-child .home-expertise-card {
		border-radius: 0 5px 5px 0;
	}
	.home-services-heading {
		display: inline-block;
		text-align: left;
	}
	.home-services-more-link-container {
		float: right;
		margin-bottom: 0;
		text-align: right;
	}
	.home-customer-testimonials-heading {
		text-align: left!important;
	}
	.home-brands-slider-container {
		padding: 0 65px;
	}
	.about-contact-footer .form-group {
		display: flex;
		flex-wrap: wrap;
		float: none;
		justify-content: center;
		margin-bottom: 15px;
	}
	.about-contact-footer .form-group .g-recaptcha {
		transform-origin: center!important;
	}
	.about-contact-footer .btn {
		float: none;
	}
	.services-image-container {
		margin-bottom: 30px;
	}
	.portfolio-category-group {
		display: block;
		flex-wrap: nowrap;
	}
	.btn-portfolio-category {
		width: auto;
	}
	.portfolio-list {
		width: 50%;
	}
	.footer-company {
		margin: 0;
	}
}

@media (min-width : 992px) {
	.header-mobile-links {
		display: none;
	}
	.header-logo {
		text-align: left;
	}
	.header-menu {
		display: block;
	}
	.header-contact {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding-left: 10px;
		padding-right: 10px;
	}
	.header-action-buttons {
		display: flex;
		padding: 16px 10px;
	}
	.header-search-and-action-buttons {
		border-left: 1px solid #0092d5;
		border-right: 1px solid #0092d5;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-supporting-companies {
		display: block;
	}
	.menu-list {
		padding: 6px 10px;
	}
	.search {
		display: inline-block!important;
		padding: 4px;
		text-align: left;
	}
	.account {
		display: inline-block!important;
		padding: 4px;
		text-align: left;
	}
	.cart {
		padding: 4px;
		text-align: left;
	}
	.breadcrumb {
		margin: 20px 0 50px 0;
	}
	.slideshow .owl-nav {
		display: block;
	}
	.slideshow .owl-prev, 
	.slideshow .owl-next {
		top: -50px;
	}
	.slider-slideshow-description {
		top: 43.5%!important;
	}
	.slideshow-text-1 {
		margin-bottom: 25px;
	}
	.home-expertise-group {
		flex-wrap: nowrap;
	}
	.about-mission-vision-container {
		flex-wrap: nowrap;
		margin-top: -160px;
	}
	.about-mission {
	    height: 400px;
		width: 50%;
	}
	.about-vision {
	    height: 400px;
		width: 50%;
	}
	.about-left .about-image-container {
		text-align: right;
	}
	.about-right .about-image-container {
		text-align: left;
	}
	.about-image-1 {
        display: block!important;
    }
    .about-image-2 {
    	position: absolute;
    	width: 298px;
    }
	.about-left .about-image-1 {
		margin-left: auto;
	}
	.about-right .about-image-1 {
		margin-right: auto;
	}
	.about-left .about-image-2 {
		bottom: auto;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.about-right .about-image-2 {
		left: auto;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.about-left .about-details {
		padding-right: 30px;
	}
	.about-right .about-details {
		padding-left: 30px;
	}
	.about-contact-form-card-body {
		padding: 60px 60px 30px;
	}
	.about-contact-form-card-footer {
		padding: 30px 60px 60px;
	}
	.footer-upper-content {
		text-align: left;
	}
	.footer-row {
		flex-wrap: nowrap;
	}
	.footer-column {
		flex-basis: 25%;
		padding-right: 20px;
		width: 25%;
	}
	.footer-column-store {
		flex-basis: 25%;
		padding-right: 20px;
		width: 25%;
	}
	.footer-column-newsletter {
		flex-basis: 25%;
		padding-right: 0;
		width: 25%;
	}
	.footer-information {
		margin: 0;
		max-width: 100%;
	}
	.footer-newsletter-container {
		margin: 0;
		max-width: 100%;
	}
	.footer-company {
		text-align: left;
	}
	.footer-credits {
		opacity: 1;
		text-align: right;
	}
}

@media (min-width : 1024px) {
	.header-contact {
		padding-left: 15px;
		padding-right: 15px;
	}
	.related-products-slider .slider-nav-left {
		left: -45px;
	}
	.related-products-slider .slider-nav-right {
		right: -45px;
	}
}

@media (min-width : 1200px) {
	.container {
		width: 1099px;
	}
	.header-nav-container {
		width: 1155px;
	}
	.slider-slideshow-description-texts {
		max-width: 70%;
	}
	.home-expertise-section {
		margin-top: -90px;
	}
	.home-customer-testimonials-slider-container {
		margin-left: -50px;
		margin-right: -50px;
	}
	.home-customer-testimonials-list {
		padding-left: 50px;
		padding-right: 55px;
	}
	.about-contact-form-card {
		margin-left: 40px;
	}
	.about-contact-footer .form-group {
		float: left;
		margin-top: -16px;
		transform: scale(0.75);
		transform-origin: left;
		width: 245px;
	}
	.about-contact-footer .btn {
		float: right;
	}
	.portfolio-modal-slider .slider-nav-left {
		left: -50px;
	}
	.portfolio-modal-slider .slider-nav-right {
		right: -50px;
	}
	.product-category > .container, 
	.product-product > .container {
		width: 1170px;
	}
	.related-products-slider .slider-nav-left {
		left: -70px;
	}
	.related-products-slider .slider-nav-right {
		right: -70px;
	}
	.modal-dialog {
		width: 1140px;
	}
}

@media (min-width : 1280px) {
	.header-contact-icon-container {
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: 10px;
	}
}

@media (min-width : 1366px) {
	label {
		font-size: 13px;
	}
	p {
		font-size: 13px;
	}
	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: 13px;
	}
	.header-nav-container {
		width: 1310px;
	}
	.home-expertise-section {
		margin-top: -215px;
	}
	footer {
		font-size: 13px;
	}
	.footer-link {
		font-size: 13px;
	}
	.footer-company {
		font-size: 13px;
	}
	.footer-credits-link, .footer-credits *, .footer-credits a {
		font-size: 13px;
	}
}

@media (min-width : 1536px) {
	.container {
		width: 1240px;
	}
	.header-nav-container {
		width: 1465px;
	}
	.product-category > .container, 
	.product-product > .container {
		width: 1310px;
	}
	.slider-slideshow-description-texts {
		max-width: 60%;
	}
	.about-image-1 {
		width: 416px;
	}
	.about-image-2 {
		width: 336px;
	}
	.portfolio-main-container {
		max-width: 765px;
	}
	.footer-column {
		padding-left: 10px;
	}
	.footer-store, 
	.footer-category {
		margin-bottom: 20px;
	}
	.footer-list {
		margin-bottom: 13px;
	}
	.footer-newsletter-description {
		margin-bottom: 25px;
	}
}

@media (min-width : 1700px) {
	label {
		font-size: 16px;
	}
	p {
		font-size: 16px;
	}
	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: 15px;
	}
	.form-control:not(.no-custom):not(textarea) {
		height: 59px;
	}
	.btn:not(.no-custom):not(.btn-number):not(.button-update):not(.button-remove) {
		font-size: 15px;
		padding: 18px 40px!important;
	}
	.container {
		width: 1520px;
	}
	.header-nav-container {
		width: 1620px;
	}
	.product-category > .container, 
	.product-product > .container {
		width: 1620px;
	}
	.header-logo {
		padding-bottom: 5px;
		padding-top: 7px;
	}
	.header-logo-image {
		height: 86px;
		width: 147px;
	}
	.page-banner-title {
		font-size: 52px!important;
	}
	.breadcrumb {
		margin: 30px 0 60px 0!important;
	}
	.breadcrumb-container {
		height: 110px!important;
	}
	.breadcrumb > li > a {
		font-size: 15px!important;
	}
	.page-main-description {
		font-size: 15px;
		line-height: 1.8;
		margin: 0 auto 55px;
		max-width: 1050px;
	}
	.slideshow .owl-prev, 
	.slideshow .owl-next {
		top: -45px;
	}
	.slideshow-nav-image {
		height: 60px;
		width: 60px;
	}
	.slider-slideshow-description {
		top: 45.5%!important;
	}
	.slideshow-text-0 {
		font-size: 54px!important;
		margin: 0 0 40px 0;
	}
	.home-customer-testimonials-quote-icon {
		margin-bottom: 20px;
		width: 46px;
	}
	.home-customer-testimonials-description {
		margin-bottom: 20px;
	}
	.about-mission-vision-container {
		margin-bottom: 110px;
		margin-top: -310px;
	}
	.about-mission, 
	.about-vision {
		height: 400px;
		padding: 90px 45px;
	}
	.about-vision {
		height: 400px;
		padding: 90px 45px;
	}
	.about-mission-vision-heading {
		font-size: 24px;
		margin-bottom: 42px;
	}
	.about-mission p, 
	.about-vision p {
		margin-bottom: 40px;
	}
	.about-left, 
	.about-center, 
	.about-right {
		margin-bottom: 75px;
		padding-top: 20px;
	}
	.about-image-container {
		margin-bottom: 35px;
	}
	.about-image-1 {
		width: 520px;
	}
	.about-image-2 {
		width: 420px;
	}
	.about-left .about-details {
		padding-right: 75px;
	}
	.about-right .about-details {
		padding-left: 75px;
	}
	.about-description {
		font-size: 18px;
		line-height: 1.6;
	}
	.about-description-highlight {
		border-left: 10px solid #0092d5;
		margin-bottom: 45px;
		padding: 13px 19px;
	}
	.about-contact-map {
		margin-bottom: 30px;
	}
	.about-contact-map iframe {
		height: 450px;
	}
	.about-contact-sub-heading {
		font-size: 30px;
		margin-bottom: 35px;
	}
	.about-contact-details {
		font-size: 15px;
	}
	.about-contact-address-icon-container, 
	.about-contact-telephone-icon-container,
	.about-contact-email-icon-container {
		margin-right: 20px;
	}
	.about-contact-address-icon,
	.about-contact-telephone-icon, 
	.about-contact-email-icon {
		height: 30px;
		width: 30px;
	}
	.about-contact-address, 
	.about-contact-telephone, 
	.about-contact-email {
		line-height: 1.8;
	}
	.about-contact-form-card {
		margin-left: 35px;
	}
	.about-contact-form-card-body {
		padding: 85px 80px 40px;
	}
	.about-contact-form-card-footer {
		padding: 45px 80px 85px;
	}
	.about-contact-form-sub-heading {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.about-contact-form-description {
		font-size: 15px;
		line-height: 1.8;
		margin-bottom: 50px;
	}
	.about-contact-footer .form-group {
		margin-top: -8px;
		transform: scale(1);
	}
	.services-card {
		margin-bottom: 40px;
	}
	.services-card-body {
		border-bottom: 9px solid #0092d5;
		border-radius: 6px;
		padding: 25px;
	}
	.services-card-body.services-description-expand {
		border-bottom: 17px solid #000;
	}
	.services-image, 
	.services-image-active {
		width: 85px;
	}
	.services-title {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.services-short-description {
		margin-bottom: 25px;
	}
	.services-short-description, 
	.services-description {
		line-height: 1.6;
	}
	.services-view-more {
		font-size: 14px;
	}
	.careers-container {
		margin: auto;
		max-width: 1190px;
	}
	.careers-panel .panel-title > a {
		font-size: 15px;
		padding: 15px 30px;
	}
	.careers-panel > .panel-heading:not(.panel-expanded) .career-panel-accordion-toggle {
		font-size: 30px;
		margin-right: 30px;
		margin-top: 7px;
	}
	.careers-panel > .panel-heading.panel-expanded .career-panel-accordion-toggle {
		font-size: 28px;
		margin-right: 34px;
	}
	.careers-panel .panel-body {
		line-height: 1.8;
		padding: 15px 30px;
	}
	.portfolio-category-group {
		margin-bottom: 60px;
	}
	.btn-portfolio-category {
		margin-left: 15px;
		margin-right: 15px;
	}
	.portfolio-details {
		padding: 45px 60px;
	}
	.portfolio-title {
		font-size: 24px;
	}
	.portfolio-modal .modal-body {
		padding: 15px 50px;
	}
	.portfolio-modal-close {
		margin-right: -30px;
		margin-top: 5px;
	}
	.portfolio-modal-close-icon {
		width: 32px;
	}
	.portfolio-main-container {
		margin: 20px auto 25px;
		max-width: 955px;
	}
	.portfolio-modal-slider .slider-nav-left {
		left: -85px;
	}
	.portfolio-modal-slider .slider-nav-right {
		right: -85px;
	}
	.portfolio-modal-slider .slider-nav-image {
		height: 60px;
		width: 60px;
	}
	.product-inner-name {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.product-inner-price, 
	.product-inner-price-new, 
	.product-inner-price-old, 
	.product-inner-price-tax {
		font-size: 24px;
	}
	.product-inner-description {
		line-height: 1.9;
	}
	.product-inner-image-arrow {
		height: 40px;
		width: 40px;
	}
	.waiting-list-container {
        margin-bottom: 28px;
		margin-top: 34px;
        padding: 26px 28px 30px;
    }
    .waiting-list-heading {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .waiting-list-input {
        padding: 8px 28px;
    }
	.product-attribute-nav-tabs.nav-tabs {
		margin-bottom: 20px;
	}
	.product-attribute-nav-tabs.nav-tabs > li > a {
		font-size: 16px;
	}
	.related-products-slider .slider-nav-left {
		left: -95px;
	}
	.related-products-slider .slider-nav-right {
		right: -95px;
	}
	.related-products-slider .slider-nav-left img, 
	.related-products-slider .slider-nav-right img {
		height: 60px;
		width: 60px;
	}
	.contact-sub-heading {
		font-size: 30px;
		margin-bottom: 35px;
	}
	.contact-map {
		margin-bottom: 55px;
	}
	.contact-other-details {
		font-size: 16px;
		margin-bottom: 35px;
	}
	.contact-image {
		margin-bottom: 35px;
	}
	.contact-other-address-container {
		margin-bottom: 35px;
	}
	.contact-other-telephone-container {
		margin-bottom: 20px;
	}
	.contact-other-fax-container {
		margin-bottom: 35px;
	}
	.contact-other-open-container {
		margin-bottom: 35px;
	}
	.contact-other-comment-container {
		margin-bottom: 35px;
	}
	.contact-details {
		color: #7f7f7f;
		font-size: 16px;
		margin-bottom: 35px;
	}
	.contact-address-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 35px;
	}
	.contact-address-icon-container {
		margin-right: 20px;
	}
	.contact-address-icon {
		height: 30px;
		width: 30px;
	}
	.contact-address-details-container {
		padding-top: 3px;
	}
	.contact-telephone-container {
		margin-bottom: 35px;
	}
	.contact-telephone-icon-container {
		margin-right: 20px;
	}
	.contact-telephone-icon {
		height: 30px;
		width: 30px;
	}
	.contact-telephone-details-container {
		padding-top: 3px;
	}
	.contact-email-container {
		margin-bottom: 35px;
	}
	.contact-email-icon-container {
		margin-right: 20px;
	}
	.contact-email-icon {
		height: 30px;
		width: 30px;
	}
	.contact-email-details-container {
		padding-top: 3px;
	}
	.contact-form {
		margin-bottom: 35px;
	}
	footer {
		font-size: 15px;
	}
	.footer-column-store {
		margin-bottom: 35px;
		margin-top: 25px;
		padding-right: 40px;
	}
	.footer-column {
		margin-bottom: 35px;
		margin-top: 25px;
		padding-left: 10px;
		padding-right: 40px;
	}
	.footer-column-newsletter {
		margin-bottom: 35px;
		margin-top: 25px;
	}
	.footer-store {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.footer-category {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.footer-information-container {
		margin-bottom: 35px;
	}
	.footer-list {
		margin-bottom: 15px;
	}
	.footer-link {
		font-size: 15px;
	}
	.footer-newsletter-description {
		margin-bottom: 25px;
	}
	.footer-newsletter-input-group {
		padding: 10px 0;
	}
	.footer-newsletter-button-icon {
		height: 20px;
		width: 23px;
	}
	.footer-social-media-image {
		margin: 17px 3px 0 3px;
		transform: scale(1);
	}
	.footer-lower-content {
		padding-bottom: 60px;
		padding-top: 40px;
	}
	.footer-company {
		font-size: 15px;
	}
	.footer-credits-link, .footer-credits *, .footer-credits a {
		font-size: 15px;
	}
	.modal-xl {
		width: 1590px;
	}
}

@media (min-width : 1920px) {
	.header-nav-container {
		width: 1815px;
	}
}