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

.homepage-services-slick .text-10{
    font-size: calc(0px + 1.5vw)!important;
}

.mfp-gallery img.mfp-img{
    background: #fff;
}

.mfp-bottom-bar{
    padding: 0 2rem;
}

.mfp-bottom-bar .mfp-title, .mfp-bottom-bar .mfp-counter{
    color: 000;
}

.mfp-bottom-bar .mfp-counter{
    right: 2rem;
}

.past-work-content-button{
    display:none!important;
}

.past-work-nav-item {
    padding: 5px 13px!important;
    position: relative;
}

.past-work-nav{
    justify-content: flex-start!important;
}

.past-work-content-item{
    position: relative;
}

.past-work-content-item .search{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
} 

.past-work-content-item:hover{
    margin: 0!important;
}

.past-work-content-item:hover .search{
    opacity: 1;
}

.past-work-content-item .search i{
    font-size: 24px;
    color: #fff;
}

.fancybox__backdrop{
    background: rgb(255 255 255 / 70%)!important;
}

.fancybox__toolbar{
    color: #000!important;
    text-shadow: none!important;
}

.fancybox__nav .carousel__button, .fancybox__caption{
    color: #000!important;
    text-shadow: none!important;
}

.fancybox__carousel .fancybox__slide .fancybox__content{
    padding: 3px;
    background: #FFF!important;
    -webkit-box-shadow: 0 0 45px rgb(0 0 0 / 20%);
    box-shadow: 0 0 45px rgb(0 0 0 / 20%);
}

.fancybox__thumbs .carousel__slide{
    width: 150px!important;
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
    opacity: 1!important;
    border-color: #fff!important;
    border-radius: 0!important;
    border-width: 3px!important;
}

@media (max-width: 767px){
    .past-work-nav{
        display: none!important;
    }
}

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

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

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

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

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

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

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

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.fa-star-o,
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.fa-star,
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.fa-star + .fa-star-o,
.rating .fa-star + .fa-star-o {
	color: #FC0;
}
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-b20 {
	padding-bottom: 20px;
  }

  @media (max-width: 1300px) {
	.pd-b20 {
	  padding-bottom: 10px;
	}
  }
  
  .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;
  }

  .mg-b20 {
		margin-bottom: 20px;
	}

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

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

	.w100px {
		width: 100px;
	}

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

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

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

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

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

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

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

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

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

/* recaptcha horizontal center */    
/* for mobile */
#google_recaptcha .g-recaptcha {
	transform: scale(0.8);
	transform-origin: left center;
}
#google_recaptcha .text-danger {
	text-align: left;
}
@media (max-width: 767px) {
	#google_recaptcha {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#google_recaptcha .g-recaptcha {
		transform-origin: center;
		width: 100%;
	}
	#google_recaptcha .g-recaptcha > div {
		margin: auto;
	}
	#google_recaptcha .text-danger {
		text-align: center;
	}
}
/* recaptcha horizontal center */

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

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

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

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

.special-sticker {
	padding: 3px 8px;
    line-height: 1.4;
    z-index: 2;
    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;
}

#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-2 {
	flex:2
}
.flex-3 {
	flex:3
}
/* flex related */
.filter-view{
	display:none;
}
/* product component option */
.product-gutter .product-inputs .product-option{
	padding: 5px 0;
	text-align: left;
	margin-top:10px;
	/*margin: auto 0 0;*/
}
.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-b40p{
	padding-bottom: 40%;
}

.pd-b50p{
	padding-bottom: 50%;
}

.pd-b60p{
	padding-bottom: 60%;
}

.pd-b70p{
	padding-bottom: 70%;
}

.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: 768px) {
	.b4-col-50p-sm {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 992px) {
	.b4-col-50p-md {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

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

.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;
	position: relative;
}
.product-product #product .form-group>label {
    width: 100%;
	color: #000;
    font-weight: bold;
}
.product-product #product .form-group .form-control:not(.input-number),
.product-product #product .form-group .input-group {
    width: 100%;
}
.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;
	pointer-events: none;
}

.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;
    }
}

.product-product .main_images{
	border:none
}
body.product-product .product-image-additional-container img {
	 border:none;
}
.product-product .product-image-main-container .slick-nav {
    width: 32px!important;
    height: 32px!important;
	top:50%!important;
    transform: translateY(-50%)!important;
}
.product-product .product-image-main-container .slick-nav.left, .product-product .product-image-main-container .slick-nav.prev{
	left:5px!important;
}
.product-product .product-image-main-container .slick-nav.right, .product-product .product-image-main-container .slick-nav.next{
	right:5px!important;
}
.product-product .old-prices{
	color: #7d7d7d;
    font-size: 16px;
    /* font-weight: bold; */
}
.product-product .product-special-price{
	margin-left: 15px;
    color: red;
    font-weight: bold;
    font-size: 18px;
}
.product_countdown_box {    
	display: flex;
    margin: 8px 0 0 0;
    justify-content: center;
}

.product-block .product_countdown_box{
	position:absolute;
	bottom:10px;
	left:50%;
	transform:translateX(-50%);
}

.product_countdown_box > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #000000;
    width: 50px;
    height: 50px;
    margin: 0 5px;
	background-color:#000;
	color:#fff;
}
.product-product .product_countdown_box {
	display: flex;
	align-items: center;
	justify-content: start;
	color: red;
	font-weight: bold;
	margin:15px 0;
}
.product-product .product_countdown_box > div {
	color:#fff;
	font-weight: normal;
}
.product-product .quantity-wrapper , .product-product #product .form-group:not(.product-button-group){
	max-width: 300px;
}
.product-product .tab-content{
	border: 1px solid #a0a0a0;
    padding: 15px 15px 5px 15px;
	text-align: justify;
	margin-bottom:15px;
	border-radius:10px;
}
.product-product #product-tabs li a:hover,
.product-product #product-tabs li.active a{
	color:#000!important;
	font-weight: bold;
	/* text-decoration: underline!important; */
}
.product-product .nav-tabs {
    border-bottom: 0px;
	margin-bottom: 0px;
}
.product-product .nav>li:hover,
.product-product .nav>li:focus,
.product-product .nav>li:active,
.product-product .nav>li>a:hover,
.product-product .nav>li>a:focus,
.product-product .nav>li>a:active{
	outline:none!important;
}
.product-product .nav>li>a:focus,.product-product .nav>li>a:hover {
    background-color: transparent!important;
}
.product-product .nav-tabs>li>a:hover {
    border-color: transparent;
}
.product-product .nav-tabs>li.active>a, .product-product .nav-tabs>li.active>a:focus, .product-product .nav-tabs>li.active>a:hover {
    border: 0px;
}
.search-custom .search-box {
    width: 240px!important;
}
@media (max-width: 767px) {
	.product-product #product{
		max-width: 320px;
	}
}
#waiting_list .waiting_list_container {
	padding: 30px;
    border: 1px solid #a0a0a0;
    border-radius: 10px;
}
.product-gutter .product-block{
	border:0px;
}
.product-block .product-option .form-group{
	display:flex;
	flex-wrap:wrap;
	flex-direction: row;
	margin-bottom: 5px;
	align-items:center;
	position:relative;
}
.product-block .product-option label{
	width:100%;
	margin-bottom: 0;
	color: black;
    font-size: 14px;
}
div.required .control-label:before {
    content: ''!important;
}
div.required .control-label:after {
    content: '*';
    color: #F00;
    font-weight: bold;
}
.product-block div.required .control-label:after,
.product-product #product div.required .control-label:after {
    content: '(required)';
    color: #F00;
    font-weight: bold;
	position:absolute;
	right:0;
}
.product-block .product-option select,
.product-block .product-option .form-group>div:not(.input-group),
.product-product #product select,
.product-product #product>.form-group>div:not(.input-group){
	width:100%;
	border-top:1px solid #d0d0d0!important;
	display:flex;
    flex-wrap: wrap;
}
.product-block .product-option .form-group>div:not(.input-group),
.product-product #product>.form-group>div:not(.input-group){
	padding:5px;
}
.product-block .product-option .form-group>.input-group,
.product-product #product>.form-group>.input-group{
	width:100%;
	margin-bottom:10px;
}
.product-block .product-option .form-group>div.text-danger,
.product-product #product>.form-group>div.text-danger{
	padding:5px 0;
    border: 0!important;
}
.product-block .form-group [type=checkbox]:checked + img,
.product-product .form-group [type=checkbox]:checked + img {
    /*outline: 2px solid #000000;*/
    border: 2px solid #000;
}
.product-block .form-group [type=radio]:checked + img,
.product-product .form-group [type=radio]:checked + img{
    /*outline: 2px solid #000000;*/
	border-radius: 100px!important;
    border: 2px solid #000;
}
.product-block .form-group .option_name_hover,
.product-product .form-group .option_name_hover{
    min-width: 185px;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -100%);
    padding: 7px 10px;
    color: #FFFFFF;
    background-color: #000000;
    font-weight: normal;
    font-size: 13px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    border: 1px solid #000000;
    box-shadow: 0 1px 8px rgb(0 0 0 / 50%);
    display: none;
}
.product-block .form-group .option_image_hover:hover .option_name_hover,
.product-product .form-group .option_image_hover:hover .option_name_hover {
    display: block;
}
.product-block .form-group .radio.radio_image,
.product-block .form-group .checkbox.checkbox_image{
    margin: 2.5px!important;
    width: calc(20% - 5px);
}
.product-product .form-group .radio.radio_image,
.product-product .form-group .checkbox.checkbox_image{
    margin: 5px!important;
    width: calc(20% - 10px);
}
.product-block .form-group .radio.radio_image.disabled,
.product-block .form-group .checkbox.checkbox_image.disabled,
.product-product .form-group .radio.radio_image.disabled,
.product-product .form-group .checkbox.checkbox_image.disabled{
	opacity:0.5;
}
.product-block .form-group .radio.radio_wo_image,
.product-block .form-group .checkbox.checkbox_wo_image,
.product-product .form-group .radio.radio_wo_image,
.product-product .form-group .checkbox.checkbox_wo_image{
	width: 100%;
    padding-left: 25px;
}
.product-block .form-group .radio label,
.product-block .form-group .checkbox label,
.product-product .form-group .radio label,
.product-product .form-group .checkbox label {
	padding-left:0;
}
.product-block .checkbox+.checkbox, .product-block .radio+.radio,
.product-product .checkbox+.checkbox, .product-block .radio+.radio{
	margin:5px 0!important;
}
.product-block .product-option img,
.product-product #product img {
    width: 100%;
}
.product-block .product-option .radio img,
.product-product #product .radio img {
    border-radius: 100px;
    overflow: hidden;
}
/*.product-product #content:first{
	display:none;
}*/
.product-product #product .form-group{
	margin-bottom:0px;
}
.flex-group button {
    flex: 1 1 auto;
}
#waiting_list .flex-group input {
    margin-right: 0px;
}
#waiting_list .flex-group button {
	flex: 1 1 auto;
    background-color: #000!important;
    color: #fff!important;
    margin-left: 0;
    border: 3px solid #000!important;
}
.product-product .enquiry-block{
	color: red;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.quickcheckout-checkout #checkout .quickcheckout-heading, 
.quickcheckout-checkout #shipping-method .quickcheckout-heading, 
.quickcheckout-checkout #payment-method .quickcheckout-heading, 
.quickcheckout-checkout #payment-address .quickcheckout-heading,
.quickcheckout-checkout #shipping-address .quickcheckout-heading {
    padding: 10px!important;
    margin-top: 0;
    background-color: #dddddd!important;
	color:#000;
}
.quickcheckout-checkout #checkout, 
.quickcheckout-checkout #shipping-method, 
.quickcheckout-checkout #payment-method, 
.quickcheckout-checkout #payment-address,
.quickcheckout-checkout #shipping-address {
    border: 1px solid #cacaca;
    margin-bottom: 10px;
}
.quickcheckout-checkout #checkout .quickcheckout-content, 
.quickcheckout-checkout #shipping-method .quickcheckout-content, 
.quickcheckout-checkout #payment-method .quickcheckout-content, 
.quickcheckout-checkout #payment-address .quickcheckout-content,
.quickcheckout-checkout #shipping-address .quickcheckout-content {
    padding: 10px!important;
}
.quickcheckout-cart thead td,
.quickcheckout-checkout #coupon-heading,
.quickcheckout-checkout #reward-heading{
    background-color: #dddddd!important;
    color: #000!important;
}
.quickcheckout-checkout .social-login-row{
	justify-content: center;
}
.checkout_step li:first-child:before {
    display:none;
}
option:disabled {
	color: #cecece!important;
}
.btn_edit{
	background-color:transparent;
}
.btn_edit i{
	color:black;
	font-size:20px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline:none;
}
#product-filter-replace .col-sm-2{
	display:none;
}
.account-container a{
	background-color:#fff;
	border-radius: 0px!important;
	margin: 0px auto 0!important;
	border: 1px solid #f3f3f3!important;
}
.account-container h3{
    font-size: 16px;
}
.account-container div .icon-font {
	width: 100px;
    height: 100px;
	background:black;
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    left: 25px;
	border-radius:50%;
    transform: translateY(-50%);
    transition: all 0.3s;
	text-transform: uppercase;
	color:#fff!important;
	font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.account-container div.user_info{
	background-color:#fff;
	border-radius: 0px!important;
	border: 1px solid #f3f3f3!important;
	margin: 0px auto 10px!important;
	padding: 50px 14px 50px 150px;
	position:relative;
}
.account-container div.user_info span,
.account-container div.user_info h3{
	color:#000;
}
.account-container div.user_info h3{
    font-size: 24px;	
	margin-bottom:0px;
}
.account-container a:hover, 
.account-container a:focus {
    border: 1px solid #000000 !important;
}
.account-container a:hover .icon-font:before, 
.account-container a:focus .icon-font:before {
    color: #000000 !important;
}
.account-container a {
    max-width: 868px;
    width: 100%;
    border: 1px solid #ccc;
    color: inherit;
    display: block;
    margin: 0px auto 24px;
    border-radius: 5px;
    padding: 14px 14px 14px 86px;
    position: relative;
    transition: all 0.3s;
}
.account-container a h3.account-sub-heading {
    margin-bottom: 5px;
    text-transform: uppercase;
}
.account-container a.active {
	border:1px solid black!important;
}
.account-container a p {
    margin-bottom: 0px;
}
.account_content_box{
    background-color: #fff;
    align-items: center;
    padding: 25px 10px;
    border: 1px solid #f3f3f3;
}
#account_tigger_open{
	display:none;
}
.account-account .account_image{
	display:none;
}
.account-container_left legend,
.account-container_left thead td{
	color:#000;
	font-weight:bold;
}
#formbuilder {
    margin: 0 -7.5px;
	padding: 3vw;
}
#formbuilder .custom_formbuilder{
	display: flex;
    flex-wrap: wrap;
}
#formbuilder .custom_formbuilder label{
	display:none;
}
#formbuilder .custom_formbuilder>.form-group {
    margin-left: 7.5px;
    margin-right: 7.5px;
    min-width: calc(100% - 15px);
}
#formbuilder .custom_formbuilder>.form-group input,
#formbuilder .custom_formbuilder>.form-group select,
#formbuilder .custom_formbuilder>.form-group button{
	height: 40px;
}
#formbuilder .custom_formbuilder>*:not(:last-child) {
    flex: 1 1 auto;
    min-width: calc(50% - 15px);
}
#formbuilder .custom_formbuilder>.form-group {
    margin-left: 7.5px;
    margin-right: 7.5px;
}
#formbuilder #google_recaptcha {
    float: left;
    margin-left: 22px;
}
#formbuilder button.btn-primary{
	float:right;
    margin-right: 22px;
	width:auto;
}
.modal_formbuilder {
    width: 800px;
}
.modal_formbuilder .modal-content,
.modal_formbuilder .modal-header{
	background-color:transparent;
	box-shadow:none;
	border: 0;
}
.modal_formbuilder .modal-header{
	min-height: 50px;
	border: 0;
	padding:0;
}
.modal_formbuilder .modal-header button{
	padding:0;
}
.modal_formbuilder .modal-header i{
	font-size:30px;
}
@media screen and (max-width: 1200px) {
	.account-container div.user_info h3 {
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.account-account .account_image{
		display:block;
	}
	.account-container_left{
		width:100%; 
	}
	.account-container_left{
		background-image:none!important;
	}
	.account-container {
		position: fixed;
		top: 0px;
		left: 0px;
		opacity: 0;
		z-index: 999;
		width: 100%;
		height: 100%;
		padding: 40px 30px 15px;
		overflow: auto;
		background: white;
		transition: all 0.3s;
		transform: translateX(-100%);
	}
	.account-container.open {
		opacity: 1;
		transform: translateX(0%);
	}
	#account_tigger_open{
		position: absolute;
		top: 45%;
		transform: translateY(-50%);
		z-index: 1;
		transform: rotate(90deg);
		left: -25px;
	}
	#filter-groups #filter_group_tigger_close {
		z-index: 2;
	}
	#account_tigger_open{
		display:block;
	}
	.account-account .account-container{
		position: relative;
		transform: none;
		left: auto;
		opacity:1;
		order: 2;
	}
	.account-account .account_box{
		flex-direction: column;
	}
	.account-container_left{
		padding:0px;
		order: 1;
	}
	.account-account #account_tigger_close{
		display:none!important;
	}
	.account-account #account_tigger_open{
		display:none;
	}
}
@media screen and (max-width: 767px) {
	.product_countdown_box > div {
		width: 38px;
		height: 38px;
	}
	.account-container a h3.account-sub-heading {
		font-size: 14px;
	}
	.account-container div .icon-font {
		width: 75px;
		height: 75px;
		font-size: 20px;
	}
	.account-container div.user_info{
		padding: 50px 14px 50px 115px;
	}
	.account-container {
		padding: 40px 15px 15px;
	}
	.account-container a {
		padding: 14px 14px 14px 75px;
	}
	.account-container a .icon-font {
		width: 35px;
		height: 35px;
	}
}
.badge{
	animation:pulse1 1s ease infinite !important
}
.pulse{
	animation:pulse1 1s ease infinite !important
}
/*@keyframes  pulse1{
	0%{
		box-shadow:0 0 0 0 rgb(0,14,83,0.4);
	}
	70%{
		box-shadow:0 0 0 30px rgba(251,54,110,0);
	}
	100%{
		box-shadow:0 0 0 0 rgba(251,54,110,0);
	}
}*/
#coupon-list{
	background-color:#fff;
}
.each_coupon{
    border: 1px solid #ccc;
    display: flex;
    width: 100%;
    align-items: center;
    min-height: 50px;
    margin-bottom: 5px;
}
.each_coupon > * {
    text-align: center;
}
.each_coupon > *:first-child {
    width: 20%;
    font-size: 20px;
    font-weight: bold;
    min-height: 45px;
    border-right: 1px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.each_coupon > *:last-child {
    /* padding-left: 20px; */
    padding-right: 5px;
    width: 80%;
    min-height: 45px;
}
.each_coupon_date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.each_coupon_date>*:first-child {
    width: 80%;
}

/* TODO helper class */
.hover-opacity {
	transition-duration: 0.2s;
}
.hover-opacity:hover {
	opacity: 0.8;
}
.ellipse1 {
	text-overflow: ellipsis;
	overflow:hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ellipse3 {
	text-overflow: ellipsis;
	overflow:hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ellipse5 {
	text-overflow: ellipsis;
	overflow:hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.hover-up {
	transition-duration: 0.3s;
	margin-top:10px;
}
.hover-up:hover {
	transform: translateY(-5px)!important;
}
.text-white > p,
.text-white {
	color:#fff!important;
}
.arrow-font {
	font-family: "Source Sans Pro",Helvetica,Arial,sans-serif!important;
	font-size:25px;font-weight:400;
}
.subtitle {
	padding:0 20%;
	text-align: center;
}
@media (max-width:767px) {
	.subtitle {
		padding:0 2%;
	}
}
.no-border {
	border:0;
	box-shadow: none;
	-webkit-box-shadow:none;
	outline:none!important;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.no-border:focus {
	outline:none!important;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.text-left {
	text-align: left!important;
}
.flex-text-image,
.flex-image-text {
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.flex-text-image > *,
.flex-image-text > * {
	flex-basis:50%;
	width:50%;
}
@media (max-width:990px) {
	.flex-text-image {
		flex-direction: column-reverse;
	}
	.flex-text-image > *,
	.flex-image-text > * {
		flex-basis:100%;
		width:100%;
	}
	.flex-text-image > *:first-child,
	.flex-image-text > *:first-child {
		margin-bottom:25px;
	}
}
.flex-column {
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.img-shadow:hover,
.img-shadow {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}
.img-shadow-dark {
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
}
.img-shadow-2:hover,
.img-shadow-2 {
    box-shadow: -1px 4px 30px -2px rgb(78 78 78 / 75%);
    -webkit-box-shadow: -1px 4px 30px -2px rgb(78 78 78 / 75%);
    -moz-box-shadow: -1px 4px 30px -2px rgb(78 78 78 / 75%);
}
@media (min-width:991px) {
	.desktop-flex-50 {
		flex-basis:50%;
	}
	.desktop-padding-left-10p {
		padding-left:10%;
	}
}
@media (max-width:990px) {
	.mobile-flex-100 {
		flex-basis:100%;
	}
}
@media (max-width:767px) {
	.mobile-flex-column {
		display:flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
.flex {
	display:flex;
	flex-wrap: wrap;
}
.image-opacity-hover:hover .image-container img {
	opacity:0.5;
	transition-duration: 0.3s;
}
.bg-100 {
	background-size: 100% 100%;
}
.bg-contain {
	background-size: contain;
	background-position:center;
	background-repeat: no-repeat;
}.bg-cover {
	background-size: cover;
	background-position:center;
}
.absolute {
	position:absolute!important;
}
.img-h100 {
	height:100%;
	width:auto;
}
.img-w100 {
	width:100%;
	height:auto!important;
}
.img-w15px {
	width:15px!important;
	height:auto;
}
.img-w20px {
	width:20px!important;
	height:auto;
}
.img-h20px {
	width:auto!important;
	height:20px;
}
.img-w25px {
	width:25px;
	height:auto;
}
.img-w30px {
	width:30px!important;
	height:auto!important;
}
.img-w35px {
	width:35px!important;
	height:auto!important;
}
.img-w40px {
	width:40px;
	height:auto;
}
@supports (-webkit-touch-callout: none) {
	.img-h20px,
	.img-h100 {
		width:unset!important;
	}
	.img-w40px,
	.img-w35px,
	.img-w30px,
	.img-w25px,
	.img-w20px,
	.img-w15px,
	.img-w100 {
		height:unset!important;
	}
}
.flex-center {
	display:flex;
	justify-content: center;
	align-items: center;
}
.flex-end {
	display:flex;
	justify-content: flex-end;
	align-items: center;
}
@media (max-width:990px) {
	.tablet-flex-center {
		display:flex;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width:767px) {
	.mobile-flex-center {
		display:flex;
		justify-content: center;
		align-items: center;
	}
}
.absolute-vertical-center {
	top:50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.vertical-slider-top {
	top:0!important;
	left:50%!important;
	-webkit-transform: translate(-50%,-100%)!important;
	transform: translate(-50%,-100%)!important;
}
.vertical-slider-bottom {
	top:100%!important;
	left:50%!important;
	-webkit-transform: translate(-50%,-0)!important;
	transform: translate(-50%,0)!important;
}
.bottom-left-prev {
	top:100%!important;
	margin-top:10px!important;
	margin-left:20px!important;
	left:0!important;
}
.bottom-left-next {
	top:100%!important;
	margin-top:10px!important;
	margin-left:60px!important;
	left:0!important;
}
.bottom-right-prev {
	bottom:20px!important;
	right:60px!important;
}
.bottom-right-next {
	bottom:20px!important;
	right:25px!important;
}
.absolute-vertical-center-left {
	top:50%;
	-webkit-transform: translate(-50%,-50%)!important;
	transform: translate(-50%,-50%)!important;
	left:0!important;
}
.absolute-vertical-center-right {
	/* left:100%!important;
	right:auto!important; */
	left:auto!important;
	/* right:1%!important; */
	top:50%;
	-webkit-transform: translate(50%,-50%)!important;
	transform: translate(50%,-50%)!important;
	right:0!important;
}
.bottom-center-left {
	bottom:0;
	-webkit-transform: translate(-50%,-50%)!important;
	transform: translate(-50%,-50%)!important;
	left:calc(50% - 40px)!important;
}
.bottom-center-right {
	bottom:0;
	-webkit-transform: translate(-50%,-50%)!important;
	transform: translate(-50%,-50%)!important;
	left:calc(50% + 40px)!important;
}
.absolute-vertical-center-in-left {
	/* left:1%!important; */
	top:50%;
	-webkit-transform: translate(100%,-50%)!important;
	transform: translate(100%,-50%)!important;
	left:-25px!important;
}
.absolute-vertical-center-in-right {
	/* left:100%!important;
	right:auto!important; */
	left:auto!important;
	/* right:1%!important; */
	top:50%;
	-webkit-transform: translate(-100%,-50%)!important;
	transform: translate(-100%,-50%)!important;
	right:-25px!important;
}
.absolute-vertical-center-out-left {
	left:-15px!important;
	top:50%;
	-webkit-transform: translate(-100%,-50%)!important;
	transform: translate(-100%,-50%)!important;
}
.absolute-vertical-center-out-right {
	/* left:100%!important;
	right:auto!important; */
	left:auto!important;
	right:-15px!important;
	top:50%;
	-webkit-transform: translate(100%,-50%)!important;
	transform: translate(100%,-50%)!important;
}
.absolute-vertical-center-out-left2 {
	left:-5px!important;
	top:50%;
	-webkit-transform: translate(-100%,-50%)!important;
	transform: translate(-100%,-50%)!important;
}
.absolute-vertical-center-out-right2 {
	/* left:100%!important;
	right:auto!important; */
	left:auto!important;
	right:-5px!important;
	top:50%;
	-webkit-transform: translate(100%,-50%)!important;
	transform: translate(100%,-50%)!important;
}
.absolute-horizontal-center {
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.absolute-center {
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.top-right-next {
	/* top:-5px!important; */
	top:-75px!important;
	right:calc(0% + 5px)!important;
	left:auto!important;
}
.top-right-next2 {
	/* top:-5px!important; */
	top:25px!important;
	right:5px!important;
	left:auto!important;
}
.top-right-prev {
	/* top:-5px!important; */
	top:-75px!important;
	right:calc(0% + 50px)!important;
	left:auto!important;
}
.top-right-prev2 {
	/* top:-5px!important; */
	top:25px!important;
	right:65px!important;
	left:auto!important;
}
.size-40 {
	width:40px!important;
	height:auto!important;
}
.size-25 {
	width:25px!important;
	height:auto!important;
}
.size-15 {
	width:15px!important;
	height:auto!important;
}
.size-h25 {
	height:25px!important;
	width:auto!important;
}
.size-h20 {
	height:20px!important;
	width:auto!important;
}
@supports (-webkit-touch-callout: none) {
	.size-40,
	.size-15
	.size-25 {
		height:unset!important;
	}
	.size-h25,
	.size-h20 {
		width:unset!important;
	}
}
.top0 {
	top:0;
}
.left0 {
	left:0;
}
.right0 {
	right:0;
}
.left2p {
	left:2%!important;
}
.right2p {
	right:2%!important;
}
.left5p {
	left:5%!important;
}
.right5p {
	right:5%!important;
}
.left-5px {
	left:-5px!important;
	-webkit-transform: translate(-100%,-50%)!important;
	transform: translate(-100%,-50%)!important;
}
.right-5px {
	right:-5px!important;
	-webkit-transform: translate(100%,-50%)!important;
	transform: translate(100%,-50%)!important;
}
.left-2p {
	left:-2%!important;
}
.right-2p {
	right:-2%!important;
}
.left-5p {
	left:-5%!important;
}
.right-5p {
	right:-5%!important;
}
.left-40 {
	left:-40px!important;
}
.right-40 {
	right:-40px!important;
}
.left50px {
	left:50px;
}
.right50px {
	right:50px;
}
.left100px {
	left:100px;
}
.right100px {
	right:100px;
}
.zindex10 {
	z-index: 10;
}
.zindex2 {
	z-index: 2;
}
.zindex-1 {
	z-index:-1;
}
.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* TOEND helper class */

/* TODO my default */
body .slider-slideshow-description {
	pointer-events: unset;
}
@media (min-width:990px) {
	body .fixed-header .container {
		padding-left:5%!important;
		padding-right:5%!important;
	}
	/* body .footer-upper-row > .container {
		padding-left:5%!important;
		padding-right:5%!important;
	} */
	body .container {
		padding-left:12.5%!important;
		padding-right:12.5%!important;
		margin-left:0!important;
		margin-right:0!important;
		width:100%!important;
	}
	body .max-offset > .container {
		padding-left:0!important;
		padding-right:0!important;
		margin-left:auto!important;
		margin-right:auto!important;
		width:75%!important;
		min-width:990px!important;
	}
}
.slick-slide:active, .slick-slide:focus,
a:active, a:focus {
	outline: 0;
	border: none;
	-moz-outline-style: none;
}
select {
	background: url(../../../../../image/catalog/Slicing/general/arrow_down.png) no-repeat !important;
    background-size: 8px 5px !important;
	background-position: right 15px top 50% !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
	appearance: none !important;
	cursor: pointer;
	padding-right:30px !important;
}
/* TOEND my default */

/* TODO fonts
.text-1 {
	font-size: calc(9px + .105vw)!important;
}
.text-2 {
	font-size: calc(10px + .105vw)!important;
}
.text-3 {
	font-size: calc(11px + .105vw)!important;
}
.text-4 {
	font-size: calc(12px + .105vw)!important;
}
.text-5 {
	font-size: calc(13px + .16vw)!important;
}
.text-6 {
	font-size: calc(14px + .21vw)!important;
}
.text-7 {
	font-size: calc(15px + .26vw)!important;
}
.text-8 {
	font-size: calc(15px + .47vw)!important;
}
.text-9 {
	font-size: calc(16px + .94vw)!important;
}
.text-10 {
	font-size: calc(16px + 1.67vw)!important;
}
*/
.text-1 {
	font-size: calc(9px + .105vw)!important;
}
.text-2 {
	font-size: calc(10px + .105vw)!important;
}
.text-3 {
	font-size: calc(11px + .105vw)!important;
}
.text-4 {
	font-size: calc(12px + .105vw)!important;
}
.text-5 {
	font-size: calc(13px + .16vw)!important;
}
.text-6 {
	font-size: calc(14px + .21vw)!important;
}
.text-7 {
	font-size: calc(15px + .26vw)!important;
}
.text-8 {
	font-size: calc(15px + .47vw)!important;
}
.text-8a {
	font-size: calc(17px + .47vw)!important;
}
.text-9 {
	font-size: calc(16px + .94vw)!important;
}
.text-10 {
	font-size: calc(16px + 1.67vw)!important;
}
.text-11 {
	font-size: calc(25px + 1.67vw)!important;
}
.double-line-height {
	line-height:2em!important;
}
/* body:not(.cke_editable) h2:not(.swal2-title) {
	line-height:1.3em;
	letter-spacing: 0.5px;
} */
* {
	line-height:1.5em;
	font-weight:500;
}
p {
	line-height:2em!important;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style]).no-margin-bottom {
	margin-bottom:0!important;
}
/* TOEND fonts */
.text-grey > p,
.text-grey {
	color:#999!important;
}
.text-white {
	color:#ffffff;
}
.text-blue {
	color:#29aae1;
}
.text-red {
	color:#e72400 !important;
}
.text-poppins {
	font-family: Poppins !important;
}
.text-dm {
	font-family: DM Serif Display !important;
	font-weight:600;
}

/* TODO custom slick arrow */
.owl-nav > div > .slider-nav > div > i.fa,
.slick-arrow > div > i.fa {
	background-color:transparent;
	z-index:3;
	width:60px;
	height:60px;
	display:flex!important;
	justify-content: center;
	align-items: center;
	border-radius:50%;
	box-shadow:none;

	font-size:60px!important;
	color:#2b2b2b!important;
	transition-duration: 0.3s;
}
.slick-arrow > div > i.fa:before {
	font-weight:100;
}
.slick-arrow.prev > div > i.fa {
	padding-right:3px;
}
.slick-arrow.next > div > i.fa {
	padding-left:3px;
}
.owl-prev > .slider-nav > div > i.fa:before,
.slick-arrow.prev > div > i.fa:before {
	/* font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
	content:'\2190'; */
	font-family: Poppins !important;
	content:'<';
	/* content:'\f104'; */
}
.owl-next > .slider-nav > div > i.fa:before,
.slick-arrow.next > div > i.fa:before {
	/* font-family: "Source Sans Pro",Helvetica,Arial,sans-serif;
	content:'\2192'; */
	font-family: Poppins !important;
	content:'>';
	/* content:'\f105'; */
}
.slick-arrow.prev > div > i.fa:hover {
	margin-left:-10px;
	margin-right:10px;
}
.slick-arrow.next > div > i.fa:hover {
	margin-right:-10px;
	margin-left:10px;
}
.slick-vertical .slick-arrow.prev > div > i.fa:before {
	content:'\f106';
	font-family: FontAwesome!important;
	font-size: 25px!important;
}
.slick-vertical .slick-arrow.next > div > i.fa:before {
	content:'\f107';
	font-family: FontAwesome!important;
	font-size: 25px!important;
}
.slick-vertical .slick-arrow.prev > div > i.fa,
.slick-vertical .slick-arrow.next > div > i.fa {
	margin:0;
}
.slick-vertical .slick-arrow.prev > div > i.fa:hover {
	margin-left:0;
	margin-right:0;
	margin-top:-5px;
	margin-bottom:5px;
}
.slick-vertical .slick-arrow.next > div > i.fa:hover {
	margin-left:0;
	margin-right:0;
	margin-top:5px;
	margin-bottom:-5px;
}
.slick-vertical .slick-arrow.prev > div > i.fa,
.slick-vertical .slick-arrow.next > div > i.fa {
	padding-left:0;
	padding-right:0;
}
/* TOEND custom slick arrow */

/* TODO custom button */
body .btn:not(.no-custom):not(.btn-number):not(.button-update):not(.button-remove) {
	text-transform: none;
	padding:12.5px 40px;
	font-size:12px;
	font-weight:400;
	margin-top:5px;

	letter-spacing: 1.5px;
}
@media (min-width:767px) {
	body .btn:not(.no-custom):not(.btn-number):not(.button-update):not(.button-remove) {
		min-width:175px;
	}
}
body .btn:not(.no-custom):not(.no-hover):not(.btn-number):not(.button-update):not(.button-remove):hover {
	margin-top:0;
	margin-bottom:5px;
}
body .btn.no-custom:hover {
	opacity: 0.9;
}
/* TOEND custom button */

.homepage-about-us {
	display:flex;
	align-items: center;
}
.section-space.homepage_about_us {
	padding:0;
}
@media (min-width:990px) {
	.homepage-about-us-right,
	.homepage-about-us-left {
		width:50%;
	}
	.homepage-about-us-left {
		padding-right:5%;
	}
	.homepage-about-us-right {
		padding-left:5%;
	}
}
@media (max-width:990px) {
	.homepage-about-us {
		flex-direction: column;
	}
}

@media (min-width:990px) {
	.custom-services-item:nth-child(even) .homepage-about-us {
		flex-direction: row-reverse;
	}
	.custom-services-item:nth-child(even) .homepage-about-us-left {
		padding-right:0;
		padding-left:10%;
	}
	.custom-services-item:nth-child(even) .homepage-about-us-right {
		padding-left:0;
		padding-right:5%;
	}
	.custom-services-item:nth-child(even) .background-text {
		left:50%;
	}
}
.homepage-services-item {
	width:100%;
	display:block;
	margin-top:5px;
	transition-duration: 0.2s;
}
.homepage-services-item:hover {
	margin-top:0;
	margin-bottom:5px;
}
.homepage-services-item-image {
	width:100%;
	height:0;
	padding-bottom:56%;
	background-size: cover;
	background-position: center;
}
.homepage-services-item-image div{
	width:100%;
	padding-bottom:56%;
    background: #00000066;
}
.homepage-services-slick > .slick-list {
	overflow:visible;
}
.homepage-services-item-arrow {
	display:flex;
	width:60px;
	height:60px;
	justify-content: center;
	align-items: center;
	font-size:40px;
	font-weight:500;
	border:1px solid #fff;
	transition-duration: 0.2s;
}
.homepage-services-item:hover .homepage-services-item-arrow {
	padding-left:5px;
}
@media (max-width:767px) {
	.homepage-services-item-arrow {
		display:none;
	}
}

.past-work-nav {
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom:40px;
}
.past-work-nav-item {
	padding:5px 25px;
	letter-spacing: 1px;
	transition-duration: 0.2s;
	margin-top:5px;
	cursor:pointer;
}
.past-work-nav-item:hover {
	margin-top:0;
	margin-bottom:5px;
}
.past-work-nav-item:hover,
.past-work-nav-item.active {
	color:#24b151;
}

.past-work-content-page {
	display:flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin:0 -15px;
	max-height:0;
	overflow: hidden;
	transition-duration: 0.3s;
}
.past-work-content-page.active {
	max-height:9999px;
	transition-duration: 1s;
}
.past-work-content-item-container {
	width:33.33%;
	padding:15px;
}
@media (max-width:990px) {
	.past-work-content-item-container {
		width:50%;
	}
}
@media (max-width:500px) {
	.past-work-content-item-container {
		width:100%;
	}
}
.past-work-content-item {
	width:100%;
	margin-top:5px;
	transition-duration: 0.2s;
	cursor:pointer;
}
.past-work-content-item:hover {
	margin-top:0;
	margin-bottom:5px;
}
.past-work-content-item-image {
	width:100%;
	height:0;
	padding-bottom:68%;
	background-size:cover;
	background-position:center;
}
.past-work-content-button {
	transition-duration: 0.2s;
}
.past-work-content-item:hover .past-work-content-button {
	padding-left:5px;
}

.past-work-popup {
	position:fixed;
	left:0;
	top:0;
	width:100vw;
	height:100vh;
	z-index:20;

	opacity:0;
	display:none;
	transition-duration: 0.5s;
}
.past-work-popup.show {
	opacity:1;
}
.past-work-popup.active {
	display:block;
}
.past-work-popup-close {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(0,0,0,0.8);
}
.past-work-popup-close.past-work-popup-close-icon {
	position:absolute;
	top:25px;
	left:unset;
	right:15%;
	width:25px;
	height:25px;
	background:none;
	border:1px solid #fff;
	color:#fff;
	display:flex;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	cursor: pointer;
}
.past-work-popup-content {
	 background-color: #fff; 
	position:absolute;
	top:50%;
	left:50%;
	width:65%;
	height:85%;
	transform: translate(-50%,-50%);
	padding:0 5%;

	overflow-y:auto;
	overflow-x:hidden;
	padding-top: 3rem!important;
}
@media (max-width:990px) {
	.past-work-popup-content {
		width:90%;
	}
	.past-work-popup-close.past-work-popup-close-icon {
		top:15px;
		right:20px;
	}
}
/* .past-work-popup-main-image-slick {
	background-color: grey;
} */
.past-work-popup-main-image {
	width:100%;
	height:0;
	padding-bottom:50%;
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
}
.past-work-popup-nav-image-slick {
	margin:0 -3px;
}
.past-work-popup-nav-image-container {
	padding:10px 5px;
}
.past-work-popup-nav-image {
	width:100%;
	height:0;
	padding-bottom:100%;
	background-size:cover;
	background-position: center;
}

.homepage-past-works-top {
	display:flex;
	align-items: center;
}
@media (max-width:990px) {
	.homepage-past-works-top {
		flex-direction: column;
	}
	.homepage-past-works-top > .past-work-nav {
		margin-top:25px!important;
		justify-content: center!important;
	}
}
.section-space.homepage_past_works {
	padding:0;
}

.section-space.homepage_enquiry_form {
	padding:0;
}

@media (min-width:990px) {
	.homepage-enquiry-form {
		display:flex;
	}
	.homepage-enquiry-form-left {
		width:42.5%;
		
	}
	.homepage-enquiry-form-left-description {
		padding-right:20%;
	}
	.homepage-enquiry-form-right {
		width:57.5%;
	}
}
.homepage-enquiry-form-left {
	margin-bottom:50px;
}

.information-row {
	position:relative;
}
@media (min-width:990px) {
	.information-row {
		margin-bottom:50px!important;
	}
	.information-row > * {
		display:flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		
	}
	.information-row > .text.information-col > * {
		width:100%;
	}
	.information-row.rtl > .text.information-col {
		padding-right:10%;
	}
	.information-row.ltr > .text.information-col {
		padding-left:10%;
	}
}

body .sticker, body .special-sticker {
	font-size:10px;
	text-transform: none;
	letter-spacing: 1px;
}
body .product-block .product-inputs {
	margin:0;
}
body .product-block .product-details .price {
	text-align: left!important;
}
body .product-block .product-details .price > * {
	font-family: DM Serif Display !important;
	font-size: calc(13px + .16vw)!important;
}
body .product-image-block {
	transform:none!important;
}
body .product-block {
	margin-top:5px;
	transition-duration: 0.2s;
}
body .view-product-button {
	transition-duration: 0.2s;
}
body .product-block:hover {
	margin-top:0;
	margin-bottom:5px;
}
body .product-block:hover .view-product-button {
	padding-left:5px;
}

body #side-price .ui-slider-handle {
	width:15px;
	height:15px;
}
body #side-price .ui-slider-horizontal {
	height:2px;
}

body .pagination li a, body .pagination li span {
	font-size:12px;
	font-weight:700;
}
body .pagination li a, body .pagination li span {
	color:#000!important;
	border:1px solid #fff!important;
	background-color: #fff!important;
	transition-duration: 0.1s!important;
}
body .pagination li a:hover, body .pagination li span:hover,
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color:#24b151!important;
	border:1px solid #24b151!important;
	color:#fff!important;
}

body .vertical .product-image-additional-container {
	padding-top:4%!important;
	width:21%;
}
body .vertical .product-image-main-container {
	width: 79%;
	padding:5px!important;
}
.vertical .product-image-additional {
	padding:10px 0;
}

body.product-product .price-wrapper > li > .old-prices,
body.product-product .price-wrapper > li > .product-special-price,
body .price-wrapper > li > * {
	font-family: DM Serif Display !important;
	font-size: calc(15px + .26vw)!important;
}

body.product-product #product > .quantity-wrapper > *:first-child {
	width:175px;
	padding-right:5%!important;
}
body.product-product #product > .quantity-wrapper {
	max-width:unset;
	display:flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top:20px;
}
body.product-product #product > .quantity-wrapper .product-button-group .btn.btn-primary  {
	height:45px;
}
#product select {
	height:45px;
}
/* TODO quantity buttons */
.btn-default:not(.btn-mi).btn-number[data-type="minus"]:hover,
.btn-default:not(.btn-mi).btn-number[data-type="plus"]:hover {
	transform:none!important;
}
.btn-default:not(.btn-mi).btn-number[data-type="minus"],
.btn-default:not(.btn-mi).btn-number[data-type="plus"] {
	border:1px solid #ccc!important;
	height:45px!important;
	/* width:40px!important; */
	padding:0!important;
	background:transparent!important;
}
.btn-default:not(.btn-mi).btn-number[data-type="minus"] {
	border-right:0!important;
	/* border-radius:0; */
	border-radius:5px 0 0 5px;
}
.btn-default:not(.btn-mi).btn-number[data-type="plus"] {
	border-left:0!important;
	/* border-radius:0; */
	border-radius:0 5px 5px 0;
}
.btn-default:not(.btn-mi).btn-number[data-type="minus"] .glyphicon,
.btn-default:not(.btn-mi).btn-number[data-type="plus"] .glyphicon {
	margin-top:-7.5px;
}
.btn-default:not(.btn-mi).btn-number[data-type="minus"] .glyphicon::before,
.btn-default:not(.btn-mi).btn-number[data-type="plus"] .glyphicon::before {
	font-size: 8px;
	color:#565455;
	transition-duration: 0.3s;
}
.btn-default:not(.btn-mi).btn-number[data-type="minus"]:hover .glyphicon::before,
.btn-default:not(.btn-mi).btn-number[data-type="plus"]:hover .glyphicon::before {
	color:#000;
}
.input-group > .input-number.integer[type="text"] {
	height:45px!important;
	color:#565455;
	font-size:11px;
	font-weight:500;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	/* width:50px; */
}
/* TOEND quantity buttons */

body .product-block div.required .control-label:after, body.product-product #product div.required .control-label:after {
	display:none!important;
}

body.product-product #product-tabs li a:hover, body.product-product #product-tabs li.active a {
	color:#24b151!important;
}
body.product-product #product-tabs li a {
	font-weight: bold;
	border:0!important;
}

body #waiting_list .flex-group button {
	margin:0!important;
}
body #waiting_list .waiting_list_container {
	border:0;
}
body #waiting_list {
	box-shadow: -1px 4px 30px -2px rgb(78 78 78 / 25%);
    -webkit-box-shadow: -1px 4px 30px -2px rgb(78 78 78 / 25%);
    -moz-box-shadow: -1px 4px 30px -2px rgb(78 78 78 / 25%);
}

body .contact-body input[type="tel"],
body .contact-body input[type="text"] {
	border-radius:0px;
	border:1px solid #ddd;
	height:45px;
}
body .contact-body textarea {
	border-radius:0px;
	border:1px solid #ddd;
}
body .contact-body .form-group {
	margin-bottom:15px;
}

@media (min-width: 990px) {
	body .fixed-header .container {
		padding-left:3%!important;
		padding-right:0!important;
	}	
}
.header-logo-image > img {
	max-width: 50px;
}
body .header-container {
	padding:0!important;
}
body .header-container .header-top {
	height:100%;
	background-color: #24b151;
	padding:10px 25px;
}
.header-container .header-logo {
	padding:15px 0;
}
body .header-container .header-menu #main-menu>li>a {
	padding:0 2vw!important;
	font-size:12px!important;
	letter-spacing:0.5px;
}
body .fixed-header .header-container .header-menu #main-menu li > ul > li a {
	font-size:12px!important;
	letter-spacing:0.5px;
}
body .fixed-header .header-container .header-menu #main-menu > li a {
	color:#000!important;
}
.text_menu_hover_color, body .fixed-header .header-container .header-menu #main-menu > li.active a, body .fixed-header .header-container .header-menu #main-menu > li:hover a {
	color:#24b151!important;
}
.fixed-header .header-container .header-menu #main-menu li > ul {
	margin-top:10px!important;
}
body .fixed-header .header-container .header-menu #main-menu li > ul > li:not(.active) a:hover {
	background-color: #24b151!important;
}
@media (max-width:990px) {
	body header.fixed-header > .container {
		padding-right:0!important;
	}
	.header-container .header-top {
		justify-content: center!important;
		grid-column: 4 / 4!important;
	}
}

body footer {
	box-shadow:none!important;
	border-top:0;
}
body footer h5 {
	font-family: DM Serif Display !important;
	font-weight:500;
	text-transform: none!important;
	margin-bottom:1.5vw;
}
body footer .footer-contact-links a {
	letter-spacing: 1px;
}
.footer-bottom > .container > .row {
	border-bottom:1px solid #fff;
	padding-bottom:15px;
}
.footer-bottom {
	padding-bottom:75px;
}
body .footer-social-icons {
	padding:0;
}
.footer-social-icons img {
	max-width:20px!important;
	margin-right:10px;
}
body .footer-upper-contet > * {
	margin-bottom:50px;
}
.footer-bottom a {
	text-decoration: none!important;
}
@media (min-width:990px) {
	body .footer-upper-contet > *:nth-child(1) {
		flex: 1!important;
		padding-right: 0;
	}
}
@media (max-width:990px) {
	body .footer-upper-contet {
		flex-direction: column;
	}
	body .footer-upper-contet > * {
		width:50%;
		margin-left:auto;
		margin-right:auto;
		text-align: center;
	}
}

@media (min-width:990px) {
	.custom-slideshow-container {
		width:55%;
		padding:0 5%;
	}
}

body .breadcrumb > li:first-child,
body .breadcrumb > li {
	padding:0 25px;
	height:auto;
	text-shadow: none;
}
body .breadcrumb > li:first-child {
	padding-left:0;
}
body .breadcrumb > li > a {
	/* text-transform: uppercase; */
	font-weight:500;
	letter-spacing: 0.25px;
	font-size:13px;
}
body .breadcrumb > li:last-child a {
	font-weight:500;
	/* color:#084a80!important; */
}
body .breadcrumb li::after {
	content:'/';
	/* color:#3f5263; */
	color:#000;
	right:-4px;
	font-weight:600;
}

.page-banner-title .breadcrumb {
	/* padding:0!important; */
	margin:0!important;
}
.page-banner {
	margin-bottom:50px;
}

.slick-dotted.slick-slider {
	margin-bottom:60px!important;
}
.slick-dots {
	bottom:-35px!important;
}
.slick-dots > li > a {
	font-size: 10px;
	border-top:1px solid #adabab;
	display:block;
	padding:4px 2px;
	color:#adabab!important;
	transition-duration: 0.1s;
}
.slick-dots > li > a:hover,
.slick-dots > li.slick-active > a {
	color:#000!important;
	border-color:#000;
}

.background-text {
	position:absolute;
	z-index:-1;
	color:#f4f4f4;
	white-space: nowrap;
	top:0;
	left:0;
	font-size: calc(100px + 7.5vw)!important;
	font-family: DM Serif Display !important;
}
.line-top,
.line-top-white,
.line-left {
	position: relative!important;
}
.line-left::before {
	display:block!important;
	content:' '!important;
	position:absolute!important;
	top:50%!important;
	left:0!important;
	transform: translate(calc(-100% - 15px),-50%)!important;
	width:50px!important;
	height:1px!important;
	background-color: #000!important;
	margin:0!important;
}
.line-left-long::before {
	width:200px!important;
}
.line-left.line-left-white::before {
	background-color: #fff!important;
}
.line-top::before {
	display:block!important;
	content:' '!important;
	position:absolute!important;
	top:0!important;
	left:50%!important;
	transform: translate(-50%,-100%)!important;
	width:1px!important;
	height:40px!important;
	background-color: #000!important;
	margin:0!important;
	margin-bottom:5px!important;
}
.line-top-white::before {
	display:block!important;
	content:' '!important;
	position:absolute!important;
	top:0!important;
	left:50%!important;
	transform: translate(-50%,-100%)!important;
	width:1px!important;
	height:50px!important;
	background-color: #fff!important;
	margin:0!important;
}

body.information-information.iid-16 #content,
body.information-information.iid-13 #content {
	min-height:unset;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style]).no-margin {
	margin-bottom:0!important;
}

body.information-contact #content > h2,
body.information-information.iid-16 #content > h2,
body.information-information.iid-13 #content > h2,
body.product-category > .container > .row > h2,
body.information-information.iid-4 #content > h2,
body.service-article .service_layout_1 > .container > h2 {
	display:none!important;
}

@media (min-width:990px) {
	body .page-banner-title.container {
		padding-left: 7.5%!important;
		padding-right: 7.5%!important;
	}
}

body .slideshow .slider-custom-dots .owl-dot.active,
body .slideshow .slider-custom-dots .owl-dot {
	background-color:transparent!important;
	width:17.5px;
}

body .slideshow .slider-custom-dots .owl-dot > span {
	font-size: 10px;
	border-top:1px solid #adabab;
	display:block;
	padding:4px 2px;
	color:#adabab!important;
	transition-duration: 0.1s;
	text-align: center;
}
body .slideshow .slider-custom-dots .owl-dot:hover > span,
body .slideshow .slider-custom-dots .owl-dot.active > span {
	color:#000!important;
	border-color:#000;
}
.owl-item {
	overflow:hidden!important;
}
.header-mobile .mobile-account * {
	color:#fff!important;
}

@media (min-width:990px) {
    body.service-article .content.blog-gallery {
        width:50%;
        margin-left:25%;
    }
}

@media (min-width:990px) {
	body header.header-transparent-background > *:not(.header_banner),
	body header.header-transparent-background {
		background-color: transparent!important;
		background: transparent!important;
		-webkit-box-shadow:none!important;
		-moz-box-shadow:none!important;
		box-shadow:none!important;
	}
	body header.header-transparent-background.hide-header {
		top:0!important;
	}
	body header.header-transparent-background {
		position:absolute!important;
		top:0!important;
	}
	/* body.common-home {
		padding-top:0!important;
	} */
	.section-space.slideshow {
		margin-top:0!important;
	}
	body.common-home .section-space.slideshow .owl-carousel {
		position: relative!important;
	}
	body .section-space.slideshow + .section-space {
		margin-top:0!important;
	}
}

@media (max-width:990px) {
    body .header-container > * {
        min-height:75.78px!important;
    }
    .header-container .header-logo {
        position:absolute!important;
        left:50%!important;
        transform:translateX(-50%)!important;
        top:0!important;
    }
    .header-logo-image {
        width:50px!important;
    }
    .header-mobile-links {
        display:flex!important;
        align-items:center!important;
    }
}