/*Container @ desktop size is 1170 so divided by 2 = 585 - 15px (padding)*/

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

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: 13px;
}
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;
}


/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.breadcrumb > li {
		padding: 0 10px;
	}
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}

/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;

}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4 {
	font-weight: bold;
	padding-top: 10px;
}
.product-thumb .caption {
	padding: 0 20px;
}

@media (max-width: 767px) {
	.product-list .product-thumb .caption {
		min-height: 0;
		margin-left: 0;
		padding: 0 10px;
	}
	.product-grid .product-thumb .caption {
		min-height: 0;
	}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 13px;
	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: 60px;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: 60px;right: 20px;overflow: hidden;width: 51px;height: 51px;border: none;text-indent: -999px;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbV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) no-repeat left top;
}

@media (min-width: 1200px){
	.pull-lg-right{
		float: right;
	}
	.pull-lg-right{
		float: right;
	}
}

@media (min-width: 992px){
	.pull-md-right{
		float: right;
	}
	.pull-md-right{
		float: right;
	}
}

@media (min-width: 768px){
	.pull-sm-right{
		float: right;
	}
	.pull-xs-right{
		float: right;
	}
}

#product-filter-replace{
	position: relative;
}

#product-filter-replace #product-filter-loading-overlay{
	display: none;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
}


@media (max-width: 768px){
	.text-danger {
	    width: 250px;
	}
}

  .pd-5 {
	  padding: 5px;
  }

  .pd-t15 {
	padding-top: 15px;
  }
  
  .pd-b15 {
	padding-bottom: 15px;
  }
  
  .pd-l15 {
	padding-left: 15px;
  }
  
  .pd-r15 {
	padding-right: 15px;
  }
  
  .pd-30 {
	padding: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-30 {
	  padding: 20px;
	}
  }
  
  .pd-t30, .pagination {
	padding-top: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-t30, .pagination {
	  padding-top: 20px;
	}
  }
  
  .pd-b30 {
	padding-bottom: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-b30 {
	  padding-bottom: 20px;
	}
  }
  
  .pd-l30 {
	padding-left: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-l30 {
	  padding-left: 20px;
	}
  }
  
  .pd-r30 {
	padding-right: 30px;
  }
  
  @media (max-width: 1300px) {
	.pd-r30 {
	  padding-right: 20px;
	}
  }
  
  .pd-40 {
	padding: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-40 {
	  padding: 30px;
	}
  }
  
  .pd-t40 {
	padding-top: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-t40 {
	  padding-top: 30px;
	}
  }
  
  .pd-b40 {
	padding-bottom: 40px;
  }
  
  @media (max-width: 1300px) {
	.pd-b40 {
	  padding-bottom: 30px;
	}
  }

  .mg-t10 {
	  margin-top: 10px;
  }
  .mg-b10 {
	  margin-bottom: 10px;
  }

  .no-border {
		border: none !important;
	}  
	
	.z1 { 
		z-index: 1; 
	}

	.bootstrap-datetimepicker-widget .datepicker .day.disabled{
		opacity: 0.2;
	}

	.w100px {
		width: 100px;
	}

/* corner badge (currently use for gift card badge) */
.corner-badge {
	color: #fff;
}
.corner-badge::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	/* border width to be changed  */
	border-width: 60px;
	border-style: solid;
	/* border color to be changed  */
	border-color: #000 #000 transparent transparent;
	z-index: 1;
}
  
@media (max-width: 1300px) {
	.corner-badge::after {
		border-width: 60px;
	}
}

@media (max-width: 767px) {
	.corner-badge::after {
		border-width: 40px;
	}
}

.corner-badge-price {
	padding-top: 30px;
	padding-right: 15px;
	/* color to be changed  */
	color: #fff;
	/* font size to be changed  */
	font-size: 20px;
}

@media (max-width: 1300px) {
	.corner-badge-price {
		padding-top: 15px;
		padding-right: 10px;
	}
}

@media (max-width: 767px) {
	.corner-badge-price {
		padding-top: 5px;
		padding-right: 5px;
	}
}

/* fix flex-group on firefox and other browser */
#coupon-content input, #voucher-content input {
    min-width: 0px;
}
/* fix flex-group on firefox and other browser */

/* quickcheckout loading UI related */
.quickcheckout-checkout .blockUI.blockMsg h1{
    margin: 15px 0;
}

@media screen and (max-width: 540px){
    .quickcheckout-checkout .blockUI.blockMsg{
        width: 80%!important;
        left: 50%!important;
        transform: translateX(-50%);
    }
    .quickcheckout-checkout .blockUI.blockMsg h1{
        margin: 5px 0;
        font-size: 24px;
    }
}
/* quickcheckout loading UI related */

/* refer bootstrap 4 */
.input-group-b4 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
	white-space: nowrap;
	padding: 6px 12px;
}
.input-group-b4 > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
/* refer from bootstrap 4 */

/* recaptcha horizontal center */    
/* 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 {
	font-size: 13px;
	left:15px;
	line-height:1.4;
	padding:3px 15px 5px 15px;
	text-transform: uppercase;
	top:15px;
	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 {
	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 related */

/* product component option */
.product-gutter .product-inputs {
	padding: 5px;
	text-align: left;
}
.product-gutter .product-inputs>* {
	font-size: 13px;
}
.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 {
    width: 30%;
}
.product-product #product .form-group .form-control:not(.input-number),
.product-product #product .form-group .input-group {
    width: 70%;
}
*/
.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 */

.product-product-related-container {
	height: 65px;
    padding-bottom: 25px;
}
.product-product-related-link {
    color: #094068;
}
.product-product-related-link:hover {
    color: #337ab7!important;
}
.product-product-icon-container {
    display: inline-block;
    width: 25px;
    vertical-align: top;
}
.product-product-name-container {
    display: inline-block;
    vertical-align: middle;
    width: -moz-calc(100% - 29px);
    width: -webkit-calc(100% - 29px);
    width: -o-calc(100% - 29px);
    width: calc(100% - 29px);
}
.product-product-related-name {
	font-size: 13px;
	font-weight: 600;
}
.product-product-main-image {
	position: relative;
}
.product-product-prev-item-link {
	position: absolute;
	top: 50%;
	left: -60px;
	transform: translateY(-50%);
}
.product-product-next-item-link {
	position: absolute;
	top: 50%;
	right: -60px;
	transform: translateY(-50%);
}


.e_store-product .product-image-additional-container .slick-nav.right, .product-product .product-image-additional-container .slick-nav.next {
    right: -11px;
}
.e_store-product .product-image-additional-container .slick-nav.left, .product-product .product-image-additional-container .slick-nav.prev {
    left: -11px;
}
.e_store-product .product-image-additional-container .slick-nav {
    display: block;
    width: 22px;
    height: 100%;
    position: absolute;
    top: 0px;
}


.product-image-additional-container {
    padding: 10px 15px;
}
.product-image-additional img {
    border: 1px solid #ccc;
}

.main-menu .dropdown {
	display: inline-block!important;
}

.product-menu-dropdown {
	-webkit-box-shadow: none;
	background-color: transparent!important;
    border: none;
    border-radius: 4px;
    box-shadow: none;
	font-size: 13px;
    left: 50%;
	min-width: 300px;
	padding: 30px 10px 10px 10px;
    transform: translateX(-50%);
}

.product-menu-dropdown-content {
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	background-color: #fff;
	border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	padding: 25px 20px 20px 20px;
    margin: 2px 0 0;
}

.product-menu-dropdown-title {
	color: #000;
	text-shadow: 0.25px 0 #000;
}

.mobile-chat-container:not(.show) {
	display: none!important;
}

.mobile-chat-container {
	border-radius: 5px!important;
	bottom: 10px!important;
	height: 28px!important;
	padding: 5px 10px!important;
	right: 0!important;
	width: 200px!important;
	z-index: 2;
}

.chat-main-image {
	height: 37px!important;
    margin-top: -5px!important;
}

.max-fluid-container {
	padding: 0 15px;
}

.btn-select-groups {
	border: 1px solid #ccc!important;
    box-shadow: none!important;
    font-size: 14px!important;
	font-weight: normal!important;
	outline: none!important;
	padding: 5px 12px!important;
}






/* Properties */

/* Background Color */
.transparent-background-color {background-color: transparent!important;}
.white-background-color {background-color: #FFF!important;}
.black-background-color {background-color: #000!important;}

/* Color */
.transparent-color {color: transparent!important;}
.white-color {color: #FFF!important;}
.black-color {color: #000!important;}

/* Cursor */
.cursor-alias {cursor: alias;}
.cursor-all-scroll {cursor: all-scroll;}
.cursor-auto {cursor: auto;}
.cursor-cell {cursor: cell;}
.cursor-context-menu {cursor: context-menu;}
.cursor-col-resize {cursor: col-resize;}
.cursor-copy {cursor: copy;}
.cursor-crosshair {cursor: crosshair;}
.cursor-default {cursor: default;}
.cursor-e-resize {cursor: e-resize;}
.cursor-ew-resize {cursor: ew-resize;}
.cursor-grab {cursor: grab;}
.cursor-grabbing {cursor: grabbing;}
.cursor-help {cursor: help;}
.cursor-move {cursor: move;}
.cursor-n-resize {cursor: n-resize;}
.cursor-ne-resize {cursor: ne-resize;}
.cursor-nesw-resize {cursor: nesw-resize;}
.cursor-ns-resize {cursor: ns-resize;}
.cursor-nw-resize {cursor: nw-resize;}
.cursor-nwse-resize {cursor: nwse-resize;}
.cursor-no-drop {cursor: no-drop;}
.cursor-none {cursor: none;}
.cursor-not-allowed {cursor: not-allowed;}
.cursor-pointer {cursor: pointer;}
.cursor-progress {cursor: progress;}
.cursor-row-resize {cursor: row-resize;}
.cursor-s-resize {cursor: s-resize;}
.cursor-se-resize {cursor: se-resize;}
.cursor-sw-resize {cursor: sw-resize;}
.cursor-text {cursor: text;}
.cursor-w-resize {cursor: w-resize;}
.cursor-wait {cursor: wait;}
.cursor-zoom-in {cursor: zoom-in;}
.cursor-zoom-out {cursor: zoom-out;}

/* Display */
.display-inline {display: inline;}
.display-block {display: block;}
.display-contents {display: contents;}
.display-flex {display: flex;}
.display-grid {display: grid;}
.display-inline-block {display: inline-block;}
.display-inline-flex {display: inline-flex;}
.display-inline-grid {display: inline-grid;}
.display-inline-table {display: inline-table;}
.display-list-item {display: list-item;}
.display-run-in {display: run-in;}
.display-table {display: table;}
.display-table-caption {display: table;}
.display-table-column-group {display: table-column-group;}
.display-table-header-group {display: table-header-group;}
.display-table-footer-group {display: table-footer-group;}
.display-table-row-group {display: table-row-group;}
.display-table-cell {display: table-cell;}
.display-table-column {display: table-column;}
.display-table-row {display: table-row;}
.display-none {display: none;}
.display-initial {display: initial;}

/* Ellipsis */
.ellipsis {display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;}
.ellipsis-1 {-webkit-line-clamp: 1;}
.ellipsis-2 {-webkit-line-clamp: 2;}
.ellipsis-3 {-webkit-line-clamp: 3;}
.ellipsis-4 {-webkit-line-clamp: 4;}
.ellipsis-5 {-webkit-line-clamp: 5;}
.ellipsis-6 {-webkit-line-clamp: 6;}
.ellipsis-7 {-webkit-line-clamp: 7;}
.ellipsis-8 {-webkit-line-clamp: 8;}
.ellipsis-9 {-webkit-line-clamp: 9;}
.ellipsis-10 {-webkit-line-clamp: 10;}

/* Flex */
.flex-flex-grow {flex: flex-grow;}
.flex-flex-shrink {flex: flex-shrink;}
.flex-flex-basis {flex: flex-basis;}
.flex-auto {flex: auto;}
.flex-initial {flex: initial;}
.flex-inherit {flex: inherit;}

/* Flex Direction */
.flex-direction-row {flex-direction: row;}
.flex-direction-row-reverse {flex-direction: row-reverse;}
.flex-direction-column {flex-direction: column;}
.flex-direction-column-reverse {flex-direction: column-reverse;}
.flex-direction-initial {flex-direction: initial;}
.flex-direction-inherit {flex-direction: inherit;}

/* Flex Wrap */
.flex-wrap-nowrap {flex-wrap: nowrap;}
.flex-wrap-wrap {flex-wrap: wrap;}
.flex-wrap-wrap-reverse {flex-wrap: wrap-reverse;}
.flex-wrap-initial {flex-wrap: initial;}
.flex-wrap-inherit {flex-wrap: inherit;}

/* Font */
.font-size-xx-small {font-size: xx-small!important;}
.font-size-x-small {font-size: x-small!important;}
.font-size-small {font-size: small!important;}
.font-size-medium {font-size: medium!important;}
.font-size-large {font-size: large!important;}
.font-size-x-large {font-size: x-large!important;}
.font-size-xx-large {font-size: xx-large!important;}
.font-size-smaller {font-size: smaller!important;}
.font-size-larger {font-size: larger!important;}
.font-size-px-10 {font-size: 10px!important;}
.font-size-px-11 {font-size: 11px!important;}
.font-size-px-12 {font-size: 12px!important;}
.font-size-px-14 {font-size: 14px!important;}
.font-size-px-16 {font-size: 16px!important;}
.font-size-px-18 {font-size: 18px!important;}
.font-size-px-20 {font-size: 20px!important;}
.font-size-px-24 {font-size: 24px!important;}
.font-size-px-34 {font-size: 34px!important;}
.font-size-px-48 {font-size: 48px!important;}
.font-size-px-60 {font-size: 60px!important;}
.font-size-px-96 {font-size: 96px!important;}
.font-size-pct-50 {font-size: 50%!important;}
.font-size-pct-100 {font-size: 100%!important;}
.font-size-pct-150 {font-size: 150%!important;}
.font-size-em-1 {font-size: 1em!important;}
.font-size-em-0-5 {font-size: 0.5em!important;}
.font-size-initial {font-size: initial!important;}

.font-style-normal {font-style: normal;}
.font-style-italic {font-style: italic;}
.font-style-oblique {font-style: oblique;}
.font-weight-normal {font-weight: normal;}
.font-weight-lighter {font-weight: lighter;}
.font-weight-bold {font-weight: bold;}
.font-weight-400 {font-weight: 400;}
.font-weight-600 {font-weight: 600;}
.font-weight-900 {font-weight: 900;}

/* Height / Width */
.height-auto {height: auto!important;}
.height-px-25 {height: 25px!important;}
.height-px-50 {height: 50px!important;}
.height-px-75 {height: 75px!important;}
.height-px-100 {height: 100px!important;}
.height-px-150 {height: 150px!important;}
.height-px-200 {height: 200px!important;}
.height-px-250 {height: 250px!important;}
.height-px-300 {height: 300px!important;}
.height-px-400 {height: 400px!important;}
.height-px-500 {height: 500px!important;}
.height-viewport-25 {height: 25vh!important;}
.height-viewport-50 {height: 50vh!important;}
.height-viewport-75 {height: 75vh!important;}
.height-viewport-100 {height: 100vh!important;}
.max-height-px-25 {max-height: 25px!important;}
.max-height-px-50 {max-height: 50px!important;}
.max-height-px-75 {max-height: 75px!important;}
.max-height-px-100 {max-height: 100px!important;}
.max-height-px-150 {max-height: 150px!important;}
.max-height-px-200 {max-height: 200px!important;}
.max-height-px-250 {max-height: 250px!important;}
.max-height-px-300 {max-height: 300px!important;}
.max-height-px-400 {max-height: 400px!important;}
.max-height-px-500 {max-height: 500px!important;}
.min-height-px-25 {min-height: 25px!important;}
.min-height-px-50 {min-height: 50px!important;}
.min-height-px-75 {min-height: 75px!important;}
.min-height-px-100 {min-height: 100px!important;}
.min-height-px-150 {min-height: 150px!important;}
.min-height-px-200 {min-height: 200px!important;}
.min-height-px-250 {min-height: 250px!important;}
.min-height-px-300 {min-height: 300px!important;}
.min-height-px-400 {min-height: 400px!important;}
.min-height-px-500 {min-height: 500px!important;}
.max-width-px-25 {max-width: 25px!important;}
.max-width-px-50 {max-width: 50px!important;}
.max-width-px-75 {max-width: 75px!important;}
.max-width-px-100 {max-width: 100px!important;}
.max-width-px-150 {max-width: 150px!important;}
.max-width-px-200 {max-width: 200px!important;}
.max-width-px-250 {max-width: 250px!important;}
.max-width-px-300 {max-width: 300px!important;}
.max-width-px-400 {max-width: 400px!important;}
.max-width-px-500 {max-width: 500px!important;}
.min-width-px-25 {min-width: 25px!important;}
.min-width-px-50 {min-width: 50px!important;}
.min-width-px-75 {min-width: 75px!important;}
.min-width-px-100 {min-width: 100px!important;}
.min-width-px-150 {min-width: 150px!important;}
.min-width-px-200 {min-width: 200px!important;}
.min-width-px-250 {min-width: 250px!important;}
.min-width-px-300 {min-width: 300px!important;}
.min-width-px-400 {min-width: 400px!important;}
.min-width-px-500 {min-width: 500px!important;}
.width-auto {width: auto!important;}
.width-pct-10 {width: 10%!important;}
.width-pct-20 {width: 20%!important;}
.width-pct-25 {width: 25%!important;}
.width-pct-30 {width: 30%!important;}
.width-pct-40 {width: 40%!important;}
.width-pct-50 {width: 50%!important;}
.width-pct-60 {width: 60%!important;}
.width-pct-70 {width: 70%!important;}
.width-pct-75 {width: 75%!important;}
.width-pct-80 {width: 80%!important;}
.width-pct-90 {width: 90%!important;}
.width-pct-100 {width: 100%!important;}
.width-px-5 {width: 5px!important;}
.width-px-10 {width: 10px!important;}
.width-px-15 {width: 15px!important;}
.width-px-25 {width: 25px!important;}
.width-px-50 {width: 50px!important;}
.width-px-75 {width: 75px!important;}
.width-px-100 {width: 100px!important;}
.width-px-150 {width: 150px!important;}
.width-px-200 {width: 200px!important;}
.width-px-250 {width: 250px!important;}
.width-px-300 {width: 300px!important;}
.width-px-400 {width: 400px!important;}
.width-px-500 {width: 500px!important;}
.width-viewport-25 {width: 25vh!important;}
.width-viewport-50 {width: 50vh!important;}
.width-viewport-75 {width: 75vh!important;}
.width-viewport-100 {width: 100vh!important;}

/* Margin */
.margin {margin: 5px!important;}
.margin-0 {margin: 0!important;}
.margin-1 {margin: 10px!important;}
.margin-2 {margin: 20px!important;}
.margin-3 {margin: 30px!important;}
.margin-4 {margin: 40px!important;}
.margin-5 {margin: 50px!important;}
.margin-bottom {margin-bottom: 5px!important;}
.margin-bottom-0 {margin-bottom: 0!important;}
.margin-bottom-1 {margin-bottom: 10px!important;}
.margin-bottom-2 {margin-bottom: 20px!important;}
.margin-bottom-3 {margin-bottom: 30px!important;}
.margin-bottom-4 {margin-bottom: 40px!important;}
.margin-bottom-5 {margin-bottom: 50px!important;}
.margin-bottom-top {margin-bottom: 5px!important; margin-top: 5px!important;}
.margin-bottom-top-0 {margin-bottom: 0!important; margin-top: 0!important;}
.margin-bottom-top-1 {margin-bottom: 10px!important; margin-top: 10px!important;}
.margin-bottom-top-2 {margin-bottom: 20px!important; margin-top: 20px!important;}
.margin-bottom-top-3 {margin-bottom: 30px!important; margin-top: 30px!important;}
.margin-bottom-top-4 {margin-bottom: 40px!important; margin-top: 40px!important;}
.margin-bottom-top-5 {margin-bottom: 50px!important; margin-top: 50px!important;}
.margin-left {margin-left: 5px!important;}
.margin-left-0 {margin-left: 0!important;}
.margin-left-1 {margin-left: 10px!important;}
.margin-left-2 {margin-left: 20px!important;}
.margin-left-3 {margin-left: 30px!important;}
.margin-left-4 {margin-left: 40px!important;}
.margin-left-5 {margin-left: 50px!important;}
.margin-left-right {margin-left: 5px!important; margin-right: 5px!important;}
.margin-left-right-0 {margin-left: 0!important; margin-right: 0!important;}
.margin-left-right-1 {margin-left: 10px!important; margin-right: 10px!important;}
.margin-left-right-2 {margin-left: 20px!important; margin-right: 20px!important;}
.margin-left-right-3 {margin-left: 30px!important; margin-right: 30px!important;}
.margin-left-right-4 {margin-left: 40px!important; margin-right: 40px!important;}
.margin-left-right-5 {margin-left: 50px!important; margin-right: 50px!important;}
.margin-right {margin-right: 5px!important;}
.margin-right-0 {margin-right: 0!important;}
.margin-right-1 {margin-right: 10px!important;}
.margin-right-2 {margin-right: 20px!important;}
.margin-right-3 {margin-right: 30px!important;}
.margin-right-4 {margin-right: 40px!important;}
.margin-right-5 {margin-right: 50px!important;}
.margin-top {margin-top: 5px!important;}
.margin-top-0 {margin-top: 0!important;}
.margin-top-1 {margin-top: 10px!important;}
.margin-top-2 {margin-top: 20px!important;}
.margin-top-3 {margin-top: 30px!important;}
.margin-top-4 {margin-top: 40px!important;}
.margin-top-5 {margin-top: 50px!important;}

/* Padding */
.padding {padding: 5px!important;}
.padding-0 {padding: 0!important;}
.padding-1 {padding: 10px!important;}
.padding-2 {padding: 20px!important;}
.padding-3 {padding: 30px!important;}
.padding-4 {padding: 40px!important;}
.padding-5 {padding: 50px!important;}
.padding-bottom {padding-bottom: 5px!important;}
.padding-bottom-0 {padding-bottom: 0!important;}
.padding-bottom-1 {padding-bottom: 10px!important;}
.padding-bottom-2 {padding-bottom: 20px!important;}
.padding-bottom-3 {padding-bottom: 30px!important;}
.padding-bottom-4 {padding-bottom: 40px!important;}
.padding-bottom-5 {padding-bottom: 50px!important;}
.padding-bottom-top {padding-bottom: 5px!important; padding-top: 5px!important;}
.padding-bottom-top-0 {padding-bottom: 0!important; padding-top: 0!important;}
.padding-bottom-top-1 {padding-bottom: 10px!important; padding-top: 10px!important;}
.padding-bottom-top-2 {padding-bottom: 20px!important; padding-top: 20px!important;}
.padding-bottom-top-3 {padding-bottom: 30px!important; padding-top: 30px!important;}
.padding-bottom-top-4 {padding-bottom: 40px!important; padding-top: 40px!important;}
.padding-bottom-top-5 {padding-bottom: 50px!important; padding-top: 50px!important;}
.padding-left {padding-left: 5px!important;}
.padding-left-0 {padding-left: 0!important;}
.padding-left-1 {padding-left: 10px!important;}
.padding-left-2 {padding-left: 20px!important;}
.padding-left-3 {padding-left: 30px!important;}
.padding-left-4 {padding-left: 40px!important;}
.padding-left-5 {padding-left: 50px!important;}
.padding-left-right {padding-left: 5px!important; padding-right: 5px!important;}
.padding-left-right-0 {padding-left: 0!important; padding-right: 0!important;}
.padding-left-right-1 {padding-left: 10px!important; padding-right: 10px!important;}
.padding-left-right-2 {padding-left: 20px!important; padding-right: 20px!important;}
.padding-left-right-3 {padding-left: 30px!important; padding-right: 30px!important;}
.padding-left-right-4 {padding-left: 40px!important; padding-right: 40px!important;}
.padding-left-right-5 {padding-left: 50px!important; padding-right: 50px!important;}
.padding-right {padding-right: 5px!important;}
.padding-right-0 {padding-right: 0!important;}
.padding-right-1 {padding-right: 10px!important;}
.padding-right-2 {padding-right: 20px!important;}
.padding-right-3 {padding-right: 30px!important;}
.padding-right-4 {padding-right: 40px!important;}
.padding-right-5 {padding-right: 50px!important;}
.padding-top {padding-top: 5px!important;}
.padding-top-0 {padding-top: 0!important;}
.padding-top-1 {padding-top: 10px!important;}
.padding-top-2 {padding-top: 20px!important;}
.padding-top-3 {padding-top: 30px!important;}
.padding-top-4 {padding-top: 40px!important;}
.padding-top-5 {padding-top: 50px!important;}

/* Pointer Events */
.pointer-events-auto {pointer-events: auto;}
.pointer-events-none {pointer-events: none;}
.pointer-events-initial {pointer-events: initial;}
.pointer-events-inherit {pointer-events: inherit;}

/* Position */
.position-absolute {position: absolute;}
.position-absolute.bottom-0 {bottom: 0;}
.position-absolute.left-0 {left: 0;}
.position-absolute.right-0 {right: 0;}
.position-absolute.top-0 {top: 0;}
.position-absolute.center {left: 50%;top: 50%;transform: translate(-50%, -50%);}
.position-absolute.center-horizontal {left: 50%;transform: translate(-50%);}
.position-relative {position: relative;}
.position-sticky.top-0 {top: 0;}
.position-sticky.top-px-4 {top: 4px;}
.position-sticky.top-px-8 {top: 8px;}
.position-sticky.top-px-16 {top: 16px;}
.position-sticky.top-px-24 {top: 24px;}
.position-sticky.top-px-32 {top: 32px;}
.position-sticky.top-px-40 {top: 40px;}

/* Overflow */
.overflow-scroll {overflow: scroll;}
.overflow-hidden {overflow: hidden;}
.overflow-auto {overflow: auto;}
.overflow-visible {overflow: visible!important;}
.overflow-x-scroll {overflow-x: scroll;}
.overflow-x-hidden {overflow-x: hidden;}
.overflow-x-auto {overflow-x: auto;}
.overflow-x-visible {overflow-x: visible;}
.overflow-y-scroll {overflow-y: scroll;}
.overflow-y-hidden {overflow-y: hidden;}
.overflow-y-auto {overflow-y: auto;}
.overflow-y-visible {overflow-y: visible;}

/* Text Transform */
.text-transform-capitalize {text-transform: capitalize;}
.text-transform-lowercase {text-transform: lowercase;}
.text-transform-none {text-transform: none;}
.text-transform-uppercase {text-transform: uppercase;}

/* Text Decoration */
.text-decoration-overline {text-decoration: overline;}
.text-decoration-line-through {text-decoration: line-through;}
.text-decoration-underline {text-decoration: underline;}
.text-decoration-underline-overline {text-decoration: underline overline;}

/* Vertical Align */
.vertical-align-baseline {vertical-align: baseline;}
.vertical-align-length {vertical-align: length;}
.vertical-align-sub {vertical-align: sub;}
.vertical-align-super {vertical-align: super;}
.vertical-align-top {vertical-align: top;}
.vertical-align-text-top {vertical-align: text-top;}
.vertical-align-middle {vertical-align: middle;}
.vertical-align-bottom {vertical-align: bottom;}
.vertical-align-text-bottom {vertical-align: text-bottom;}
.vertical-align-initial {vertical-align: initial;}
.vertical-align-inherit {vertical-align: inherit;}

/* White Space */
.white-space-initial {white-space: initial;}
.white-space-inherit {white-space: inherit;}
.white-space-normal {white-space: normal;}
.white-space-nowrap {white-space: nowrap;}
.white-space-pre {white-space: pre;}
.white-space-pre-line {white-space: pre-line;}
.white-space-pre-wrap {white-space: pre-wrap;}

/* Word Break */
.word-break-break-all {word-break: break-all;}
.word-break-break-word {word-break: break-word;}
.word-break-initial {word-break: initial;}
.word-break-inherit {word-break: inherit;}
.word-break-keep-all {word-break: keep-all;}
.word-break-normal {word-break: normal;}

.flex-grow-1 {flex-grow: 1;}
.min-width-px-30 {min-width: 30px;}
.align-items-stretch {align-items: stretch;}
.align-self-center {align-self: center;}

.btn-primary-theme {
	padding: 10px 50px;
}
.btn-primary {
	background-color: transparent;
	color: #094068;
	border: 2px solid #094068;
	font-size: 12px;
	font-weight: bold;
}
.btn-primary:hover {
	background-color: #094068;
	color: #fff;
}
.btn-default-theme {
	padding: 10px 50px;
}
.btn-default {
	background-color: #094068!important;
	border: 2px solid #094068!important;
	color: #fff!important;
	font-size: 12px;
	font-weight: bold;
}
.btn-basic-theme {
	padding: 10px 50px;
}
.btn-basic-theme {
	background-color: #fff;
	border: 2px solid #8d8d8d;
	color: #8d8d8d;
	font-size: 12px;
	font-weight: bold;
}

.btn-secondary {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 50px;
}






.product-name {
	color: #000;
	font-size: 20px;
    font-weight: bolder;
    padding: 0 15px 5px 15px;
}
.product-description {
	color: #686868;
	font-size: 14px;
    padding: 0 15px 5px 15px;
	text-shadow: 0.5px 0 #686868;
}
.product-block .product-details .price .price-old {
	color: #b3b3b3!important;
	text-decoration: line-through;
}



.expand-collapse-icon {
	font-size: 15px;
	font-weight: 600;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.article-container {
	margin: 0 auto;
	max-width: 986px;
	padding: 0 71px;
}


.float-next-article-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -61px;
}

.float-next-article-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -61px;
}

.nav-tabs-list {
	background-color: transparent;
	color: #094068;
	border: 2px solid #094068;
	font-size: 13px;
	font-weight: bold;
	padding: 0 10px;
	text-transform: uppercase;
}

.nav-tabs-list.active {
	background-color: #094068;
	color: #fff;
}


.item-header {
	color: #000;
	font-size: 20px;
    font-weight: bolder;
}


.section-space.home_about_us {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}


.section-space.services_summary {
	padding-bottom: 0;
}

.section-space.other_category {
	background-color: #f2f2f2;
	padding-top: 75px;
}

.featured-category-slider .owl-nav > *:nth-child(1) {
	left: -42px!important;
}
.featured-category-slider .owl-nav > *:nth-child(2) {
	right: -42px!important;
}

.product-image-main-container {
	border: 1px solid #ccc;
}

.product-name-inner {
	color: #000;
    font-size: 23px;
    font-weight: bold;
	margin-bottom: 12px;
}

.product-price-inner {
	color: #000;
    font-size: 23px;
    font-weight: bold;
	margin-bottom: 12px;
}

.product-description-inner {
	font-size: 13px;
	margin-top: 20px;
}

.at-style-responsive .at-share-btn {
    background-color: transparent!important;
}

.at-style-responsive .at-share-btn svg {
	fill: #094068!important;
}

.header-mobile-links {
	margin: 9px 25px 0 5px;
}

.common-home .fixed-header:not(.on-scroll) {
	background-color: transparent!important;
}
.common-home .fixed-header.on-scroll {
	background-color: #fff!important;
}

.common-home .fixed-header {
	box-shadow: none!important;
}

.common-home .fixed-header.on-scroll {
	box-shadow: 0px 12px 76px 0px rgba(0, 0, 0, 0.25)!important;
}

.fixed-header {
	box-shadow: 0px 12px 76px 0px rgba(0, 0, 0, 0.25);
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.fixed-header .container {
		width: 1000px;
	}
	.fixed-header .header-navigation-container {
		display: flex;
	}
	.fixed-header .main-menu {
		margin-top: 10px;
		padding-left: 20px;
	}
	.fixed-header .action-button-group {
		padding-left: 20px;
	}
	.fixed-header .main-menu li a {
		padding: 10px 5px;
	}
}

.header-containers {
	display: flex;
	padding: 18px 0;
}

.header-logo-container {
	flex-grow: 1;
}

.header-logo {
	margin-top: 6px;
}

.header-navigation-container {
	flex-grow: 1;
	min-width: 95px;
	text-align: right;
}

.main-menu {
	display: inline-block; 
	list-style: none; 
	margin-bottom: 0;	
    margin-top: -1px;
    vertical-align: middle;
}

.main-menu li {
	display: inline;
}

#mobileNav {
	color: #fff;
}

.on-scroll #mobileNav {
	color: #000;
}

.on-scroll .main-menu li a:not(.product-menu-dropdown-link) {
	color: #000;
	text-shadow: 0.25px 0 #000;
}

.on-scroll .main-menu li a:not(.product-menu-dropdown-link):hover {
	color: #222;
	text-shadow: 0.25px 0 #222;
}

.main-menu li a:not(.product-menu-dropdown-link) {
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans';
	letter-spacing: 0.11rem;
	padding: 0 10px;
	text-shadow: 0.25px 0 #fff;
	text-transform: uppercase;
}

.main-menu li a:not(.product-menu-dropdown-link):hover {
	color: #eee;
	text-shadow: 0.25px 0 #eee;
}

.main-menu li.active a:not(.product-menu-dropdown-link) {
	text-decoration: underline;
}

.action-button-group {
	display: inline-block;
	list-style: none;
	margin-bottom: 0;
	margin-left: -15px;
}

.action-button-group li {
	display: inline;
}

.on-scroll .action-button-group li .store-link {
	color: #094068;
    border: 2px solid #094068;
	text-shadow: 0.25px 0 #094068;
}

.action-button-group li .store-link {
	background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    font-size: 13px;
    padding: 10px 30px;
	text-shadow: 0.25px 0 #fff;
}

.action-button-group li .nav-link-search img {
	margin-left: 7px;
	margin-right: 7px;
}

.action-button-group li .nav-link-account img {
	margin-left: 7px;
	margin-right: 7px;
}

.action-button-group li .nav-link-enquire img {
	margin-left: 7px;
	margin-right: 7px;
}

.action-button-group li .nav-link-cart img {
	margin-left: 7px;
	margin-right: 7px;
}

.account-dropdown-menu {
	top: 200%;	
}

.prev-slider-theme {
	border: none!important;
}
.next-slider-theme {
	border: none!important;
}

.product-thumb.no-margin {
	margin-bottom: 0;
}


.z-index-1 {
	z-index: 1;
}

.product-block .product-details .price {
	color: #000;
	font-size: 18px;
    font-weight: bolder;
}

.btn-number {
	background-color: #e1e1e1;
	border: none!important;
	color: #000;
	font-size: 10px;
}

.btn-number * {
	font-size: 10px;
}

.btn-number:hover {
	background-color: #c1c1c1;
	font-size: 10px;
}









.slider-slideshow-description.position-center-center {
	top: 57%!important;
    left: 50%!important;
    transform: translate(-50%, -43%)!important;
}










#side-categories .group .item.active + .sub {
	border: none!important;
}
#side-categories .group .item a {
	font-size: 13px;
	color: #094068;
}
#side-categories .group .item a:hover {
	color: #000;
}
#side-categories .group .item.level-1 a {
	background-color: transparent!important;
}	
#side-categories .group .item .toggle {
	border: none!important;
}
#side-categories .side-categories-level-1 {
	background-color: transparent!important;
	margin-bottom: 10px;
}
#side-categories .side-categories-level-1 .sub {
	margin: 10px 0;
}
#side-categories .item.level-1 {
	border: 2px solid #094068;
}
#side-categories .item.level-2 a {
}
#side-categories .group .level-1 {
	background-color: transparent!important;
}
#side-categories .group .level-1.active {
	background-color: #094068!important;
	border: 2px solid #094068;
}
#side-categories .group .level-1 a {
	color: #094068!important;
}
#side-categories .group .level-1.active a {
	color: #FFF!important;
}
#side-categories .group .item.level-1:not(.active) .toggle.level-1 {
	color: #000!important;
}
#side-categories .group .item.level-1:not(.active) .toggle.level-1:hover {
	color: #666!important;
}
#side-categories .group .item.level-1.active .toggle.level-1 {
	color: #FFF!important;
}
#side-categories .group .group {
	padding-left: 10px;
	padding-right: 10px;
}
#side-categories .group .group .active a {
	background-color: #094068!important;
	color: #FFF!important;
}
#side-categories .group .group a {
	padding: 3px 8px;
}
#side-categories .group .group :not(.active) a:hover {
	background-color: transparent!important;
	color: #000!important;
	text-decoration: underline;
}
#side-categories .group .group a {
	color: #000!important;
}



.product-block:hover {
	box-shadow: 0px 13px 40px 0px rgb(0 0 0 / 11%);
}




/* Fullscreen Search */
.search-fullscreen-overlay {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
.search-fullscreen-overlay-content {
	position: relative;
    margin-top: 30px;
    margin-left: auto;
    margin-right: 7px;
    text-align: center;
    top: 37px;
    width: 80%;
}
@media (min-width : 1024px) and (max-width : 1199px) {
    .search-fullscreen-overlay-content {
    	margin-right: 14px;
    }
    .search-fullscreen-box {
		width: 575px;
	}
	
}
@media (min-width : 1200px) and (max-width : 1229px) {
    .search-fullscreen-overlay-content {
        margin-right: 120px;
        width: 60%;
    }
    .search-fullscreen-box {
		width: 750px;
	}
}
@media (min-width : 1230px) and (max-width : 1249px) {
    .search-fullscreen-overlay-content {
        margin-right: -10px!important;
    }
    .search-fullscreen-box {
		width: 750px;
	}
}
@media (min-width: 1250px) and (max-width: 1279px) {
    .search-fullscreen-overlay-content {
            margin-right: 0;
    }
    .search-fullscreen-box {
		width: 750px;
	}
 }
.search-fullscreen-close-button {
	color: white;
	cursor: pointer;
	font-size: 60px;
	position: absolute;
	right: 50px;
	top: 50px;
}
.search-close-button {
    background: #eee;
    border: 1px solid #999;
    border-radius: 50%;
    color: #777;
    height: 24px;
    margin-top: -10px;
    padding: 1px 5px 2px 4px;
    width: 24px;
}
.search-fullscreen-close-button:hover {
	color: #ccc;
}
.search-fullscreen-box {
    margin: 0 auto;
}
.search-fullscreen-input {
	padding: 10px 20px!important;
}
.search-fullscreen-button {
	background: #094068;
	border: none;
	cursor: pointer;
	float: left;
	font-size: 17px;
	padding: 15px;
	width: 20%;
}
.search-fullscreen-button:hover {
	background: #bbb;
}




/* Slideshow */
.slider-slideshow-description {
	text-align: center;
}

/* About Us */
.page-about-us-content {
  	background-attachment: scroll;
  	background-position: top;
	background-size: cover;
}
.section-about-us-content {
	background-repeat: no-repeat;
  	background-attachment: scroll;
  	background-position: top;
	background-size: cover;
	padding: 77px 0 0 0;
}
.about-us-details {
	padding: 5px 90px;
}
.about-us-image {
	margin-bottom: 40px;
}
.about-us-link-container {
	padding-bottom: 30px;
	padding-top: 30px;
}

/* Blog */
.featured-blog-slider .owl-item.active.center .blog-details {
	background-color: #fbfbfb;
	border: 1px solid #ccc;
	padding: 23px 58px;
}
.featured-blog-slider .owl-item:not(.center):not(.active) .blog-details {
	padding: 12px 0 0 0;
}
.featured-blog-slider .owl-item.active:not(.center) .blog-details {
	padding: 12px 0 0 0;
}
.featured-blog-slider .owl-item.active.center .featured-blog-title {
	color: #000;
    font-size: calc(22px + (17 - 20) * (100vw - 320px) / (1920 - 320));
    font-weight: bold;
}
.featured-blog-slider .owl-item:not(.center):not(.active) .featured-blog-title {
	font-size: 15px;
	text-align: right;
}
.featured-blog-slider .owl-item.active:not(.center) .featured-blog-title {
	font-size: 15px;
	text-align: left;
}
.featured-blog-slider .owl-item.active.center .featured-blog-description {
	color: #000;
    font-size: 15px;
	max-height: 38px;
    overflow-y: hidden;
}
.featured-blog-slider .owl-item:not(.center):not(.active) .featured-blog-description {
    display: none;
}
.featured-blog-slider .owl-item.active:not(.center) .featured-blog-description {
    display: none;
}
.featured-blog-slider .owl-item.active.center .owl-other-prev {
    display: none;
}
.featured-blog-slider .owl-item.active.center .owl-other-next {
    display: none;
}
.featured-blog-slider .owl-item:not(.center):not(.active) .owl-other-prev {
    display: block;
	float: right;
	margin-top: 48px;
}
.featured-blog-slider .owl-item:not(.center):not(.active) .owl-other-next {
    display: none;
}
.featured-blog-slider .owl-item.active:not(.center) .owl-other-prev {
    display: none;
}
.featured-blog-slider .owl-item.active:not(.center) .owl-other-next {
    display: block;
	float: left;
	margin-top: 48px;
}

/* Products */

/* Product Inner */

/* Related Products */
.related-products-slider .slick-nav.left {
	height: 100%;
	left: 0;
	right: auto;
	z-index: 1;
}
.related-products-slider .slick-nav.right {
	left: auto;
	right: 0;
	top: 50%;
	z-index: 1;
}

/* Services */
.page-services-content {
	background-attachment: scroll;
	background-position: top;
  	background-size: cover;
}
.section-services-content {
	background-repeat: no-repeat;
  	background-attachment: scroll;
  	background-position: top;
	background-size: cover;
	padding: 77px 0;
}
.section-services-content .row:last-child .services-image {
	margin-bottom: 0!important;
}
.services-details {
	padding: 37px 90px;
}
.services-image {
	margin-bottom: 40px;
}
.services-link-container {
	padding-bottom: 30px;
	padding-top: 30px;
}

/* Contact Us */
.contact-us-address {
	font-size: 15px;
}
.contact-us-telephone {
	font-size: 15px;
}
.contact-us-fax {
	font-size: 15px;
}
.contact-us-email {
	font-size: 15px;
}

/* Newsletter */
.newsletter-module {
	border: 3px solid #fff;
}
.newsletter-input {
	border: none;
	box-shadow: none;
	height: 39px;
	font-size: 12px!important;
}
.newsletter-input::placeholder {
	font-size: 11px;
	font-style: italic;
}
  
.newsletter-input:-ms-input-placeholder {
	font-size: 11px;
	font-style: italic;
}
  
.newsletter-input::-ms-input-placeholder {
	font-size: 11px;
	font-style: italic;
}
.newsletter-button {
	background-color: #094068!important;
	color: #fff!important;
	border: none!important;
	font-size: 13px;
	padding: 10px 18px!important;
}

/* Footer */
.footer {
	background-color: #094068;
	color: #eee;
	font-family: 'Open Sans';
}
.footer-upper {}
.footer-upper-content {
	padding-bottom: 73px;
	padding-top: 73px;
}
.footer-row {
	display: flex;
}
.footer-column-store {
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 30px;
	width: 40%;
}
.footer-column {
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 30px;
	width: 30%;
}
.footer-column-social-media {
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 30px;
}
.footer-column-newsletter {
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 30px;
	max-width: 450px;
    width: 27vw;
}
.footer-company-logo {
	margin-bottom: 27px;
}
.footer-store {}
.footer-comment {
	display: block;
	font-size: 14px;
	max-width: 185px;
}
.footer-information {}
.footer-address {}
.footer-contact-number-icon {}
.footer-contact-number {}
.footer-fax-number {}
.footer-email-icon {}
.footer-email {}
.footer-category {
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 17px;
}
.footer-group {}
.footer-link {
	color: #eee;
	font-size: 14px;
	text-shadow: 0.25px 0 #eee;
	text-transform: uppercase;
}
.footer-link:hover {
	color: #ccc;
}
.footer-social-media-link {}
.footer-social-media-image {
	transform: scale(0.75);
	margin-right: 6px;
}
.footer-social-media-label {
	color: #eee;
	font-size: 14px;
	text-shadow: 0.25px 0 #eee;
	text-transform: uppercase;
}
.footer-icon {}
.footer-lower {}
.footer-lower-content {
	padding-bottom: 18px;
	padding-top: 18px;
}
.footer-company {
	color: #eee;
	font-size: 12px;
}
.footer-credits {
	text-align: right;
}
.footer-credits-link, .footer-credits *, .footer-credits a {
	color: #eee;
	font-size: 12px;
	text-decoration: none!important;
}
.footer-credits a:hover {
	color: #ccc;
}

@media only screen and (max-width : 320px) {

}

@media only screen and (max-width : 480px) {
	
}

@media only screen and (max-width : 520px) {
	.about-us-details {
		padding: 19px 45px;
	}
	.services-details {
		padding: 19px 45px;
	}
}

@media only screen and (max-width : 768px) {
	.footer-column {
		flex-basis: 100%;
	}
	.footer-company {
		font-size: 14px;
		text-align: center;
	}
	.footer-credits {
		opacity: 0.9;
		text-align: center;
	}
}

@media only screen and (max-width : 992px) {
	.action-button-group {
		margin-top: 7px;
	}
	.contact-information-details {
		padding: 10px 30px;
	}
	.footer-row {
		flex-wrap: wrap;
	}
	.footer-column {
		flex-basis: 30%;
	}
	.footer-column-store {
		flex-basis: 100%;
	}
	.footer-column-social-media {
		flex-basis: 37%;
		flex-grow: 0;
	}
	.footer-column-newsletter {
		flex-basis: 62%;
	}
	
}

@media only screen and (max-width : 1200px) {
	
}

@media only screen and (min-width : 320px) {

}

@media only screen and (min-width : 480px) {

}

@media only screen and (min-width : 768px) {
	
}

@media only screen and (min-width : 992px) {
	
}

@media (max-width : 419px) {
	.search-custom .search-box {
	    width: 210px;
	}
	.footer-column-store {
		text-align: center;
	}
	.footer-comment {
		max-width: 100%;
	}
	.footer-column {
		text-align: center;
	}
}

@media (min-width : 420px) and (max-width : 539px) {
	.search-custom .search-box {
	    width: 210px;
	}
	.footer-column-store {
		text-align: center;
	}
	.footer-comment {
		max-width: 100%;
	}
	.footer-column {
		text-align: center;
	}
}

@media (min-width : 540px) and (max-width : 767px) {
    .main-menu li a:not(.product-menu-dropdown-link) {
        font-size: 11px;
        padding: 0 5px;
    }
	.footer-column-store {
		text-align: center;
	}
	.footer-comment {
		max-width: 100%;
	}
	.footer-column {
		text-align: center;
	}
}

@media (min-width : 768px) and (max-width : 991px) {
	.main-menu li a:not(.product-menu-dropdown-link) {
        font-size: 11px;
        padding: 0 5px;
    }
    .search-fullscreen-box {
        width: 575px;
    }
}

@media (min-width : 992px) and (max-width : 1023px) {
    .main-menu li a:not(.product-menu-dropdown-link) {
        font-size: 11px;
        padding: 0 5px;
    }
    .search-fullscreen-box {
        width: 575px;
    }
}

@media (min-width : 1024px) and (max-width : 1279px) {
    .main-menu li a:not(.product-menu-dropdown-link) {
        font-size: 11px;
    }
}

@media (min-width : 1280px) and (max-width : 1365px) {
    .search-fullscreen-box {
		width: 750px;
	}
}

@media (min-width : 1366px) and (max-width : 1535px) {
	.search-fullscreen-box {
		width: 750px;
	}
}

@media (min-width : 1536px) and (max-width : 1599px) {
	.container {
		width: 1366px;
	}
	.search-fullscreen-box {
		width: 750px;
	}
}

@media (min-width : 1600px) and (max-width : 1920px) {
	.container {
		width: 1536px;
	}
	.search-fullscreen-box {
		width: 750px;
	}
}

@media (max-width : 380px) {
	.loader {
		background-size: 20px;
	}
	.search-custom .search-box {
	    width: 210px;
	}
	.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
		font-size: 22px!important;
	}
	.featured-blog-slider .owl-item.active.center .blog-details {
		padding: 20px 15px;
	}
	.featured-blog-slider .owl-item:not(.center):not(.active) .owl-other-prev {
		padding: 10px 15px!important;
	}
	.featured-blog-slider .owl-item.active:not(.center) .owl-other-next {
		padding: 10px 15px!important;
	}
	.footer-column-store {
		text-align: center;
	}
	.footer-comment {
		max-width: 100%;
	}
	.footer-column {
		text-align: center;
	}
}