/*Container @ desktop size is 1170 so divided by 2 = 585 - 15px (padding)*/
/*updated*/
body .fixed-header .main-header .header-container .header-menu #main-menu li ul li {
	background: #7b7b7b !important;
}

body .fixed-header .main-header .header-container .header-menu #main-menu li ul li:hover {
	background: #c01d2e !important;
}

body .fixed-header .main-header .header-container .header-menu #main-menu li ul li:hover a {
	color: #fff !important;
}

body #footer-area footer .footer-top .footer-upper-contet .footer-contact-links ul li {
	margin-bottom: 10px !important;
}

.floating-icons a img {
	max-width: 35px;
}

body .section-space.featured_by_tab {
	margin-top: 0 !important;
}

.sidr .cd-accordion-menu li img {
	width: 25px;
	margin-right: 10px;
}


@media (min-width: 320px) {

	body .sticker.avail.with-category,
	body .sticker.special.with-category {
		top: 56px !important;
	}

	body .sticker.avail.with-category.with-special {
		top: 79px !important;
	}

	body .sticker.category-1 {
		top: 33px !important;
	}
}

@media (min-width: 768px) {
	.floating-icons {
		display: flex !important;
	}
}

@media (min-width: 1200px) {
	body .menu-sub .sub-header-menu>.item h4 {
		margin-top: 35px !important;
	}

	body .sticker.category-1 {
		top: 57px !important;
	}

	body .sticker.avail.with-category,
	body .sticker.special.with-category {
		top: 97px !important;
	}

	body .sticker.avail.with-category.with-special {
		top: 138px !important;
	}

	body #footer-area footer .footer-top .footer-upper-contet .footer-contact-links:nth-child(2) {
		width: 14% !important;
	}

	body #footer-area footer .footer-top .footer-upper-contet .footer-contact-links:first-child {
		width: 26% !important;
	}
}

@media (min-width: 1600px) {
	body .sticker.category-1 {
		top: 62px !important;
	}

	body .sticker.avail.with-category,
	body .sticker.special.with-category {
		top: 104px !important;
	}

	body .sticker.avail.with-category.with-special {
		top: 146px !important;
	}
}

@media (min-width: 1900px) {
	body #footer-area footer .footer-top .footer-upper-contet .footer-contact-links:last-child {
		width: 29% !important;
	}

	body .menu-sub .sub-header-menu>.item h4 {
		margin-top: 65px !important;
	}

	.menu-sub .container {
		width: 1360px;
	}

	body .fixed-header .menu-sub.active {
		left: 542.03125px !important;
		top: 172px !important;
	}
}

/*updated*/
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 20px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}

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

	.homecontent-info {
		display: block !important;
	}

	.homecontent-info-content {
		width: 100% !important;
	}

	.homecontent-info-image {
		width: 100% !important;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {

	.ig-video {
		height: 100px !important;
	}

	video.cna-video {
		width: 100%;
	}

	.product-list .product-thumb .button-group {
		border-left: none;
	}

	.module-instagram h4 {
		display: block;
		font-size: 27px !important;
	}

	.instagram .slick-track {
		width: 100% !important;
	}

	.slick-initialized.slick-slider .slick-arrow.slick-prev {
		left: -34px !important;
	}

	.slick-initialized.slick-slider .slick-arrow.slick-next {
		right: -34px !important;
	}

	.featuredarticle {
		margin-bottom: 20px;
	}

	.instagram .slick-track {
		width: auto;
	}

	.instagram .slick-initialized .slick-slide {
		width: auto;
	}

	.fTestiInner.slick-slide {
		height: auto !important;
	}
}

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

.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.product-thumb .button-group button+button {
	border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}

@media (max-width: 1200px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

@media (max-width: 767px) {

	.product-thumb .button-group button,
	.product-thumb .button-group button+button {
		width: 33.33%;
	}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}

.thumbnails>img {
	width: 100%;
}

@media (min-width: 1200px) {

	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear: left;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear: left;
	}
}

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

	#column-left+#content .product-layout .col-md-3 {
		width: 50%;
	}

	#column-left+#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}

	#content+#column-right .product-layout .col-md-3 {
		width: 100%;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.pull-lg-right {
		float: right;
	}
}

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

	.pull-md-right {
		float: right;
	}
}

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

	.pull-xs-right {
		float: right;
	}
}

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

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

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

.pd-5 {
	padding: 5px;
}

.pd-t15 {
	padding-top: 15px;
}

.pd-b15 {
	padding-bottom: 15px;
}

.pd-l15 {
	padding-left: 15px;
}

.pd-r15 {
	padding-right: 15px;
}

.pd-30 {
	padding: 30px;
}

@media (max-width: 1300px) {
	.pd-30 {
		padding: 20px;
	}
}

.pd-t30,
.pagination {
	padding-top: 30px;
}

@media (max-width: 1300px) {

	.pd-t30,
	.pagination {
		padding-top: 20px;
	}
}

.pd-b30 {
	padding-bottom: 30px;
}

@media (max-width: 1300px) {
	.pd-b30 {
		padding-bottom: 20px;
	}
}

.pd-l30 {
	padding-left: 30px;
}

@media (max-width: 1300px) {
	.pd-l30 {
		padding-left: 20px;
	}
}

.pd-r30 {
	padding-right: 30px;
}

@media (max-width: 1300px) {
	.pd-r30 {
		padding-right: 20px;
	}
}

.pd-40 {
	padding: 40px;
}

@media (max-width: 1300px) {
	.pd-40 {
		padding: 30px;
	}
}

.pd-t40 {
	padding-top: 40px;
}

@media (max-width: 1300px) {
	.pd-t40 {
		padding-top: 30px;
	}
}

.pd-b40 {
	padding-bottom: 40px;
}

@media (max-width: 1300px) {
	.pd-b40 {
		padding-bottom: 30px;
	}
}

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

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

.no-border {
	border: none !important;
}

.z1 {
	z-index: 1;
}

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

.w100px {
	width: 100px;
}

/* corner badge (currently use for gift card badge) */
.corner-badge {
	color: #fff;
}

.corner-badge::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	/* border width to be changed */
	border-width: 60px;
	border-style: solid;
	/* border color to be changed */
	border-color: #000 #000 transparent transparent;
	z-index: 1;
}

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

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

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

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

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

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

/* fix flex-group on firefox and other browser */
/* quickcheckout loading UI related */
.quickcheckout-checkout .blockUI.blockMsg h1 {
	margin: 15px 0;
}

@media screen and (max-width: 540px) {
	.quickcheckout-checkout .blockUI.blockMsg {
		width: 80% !important;
		left: 50% !important;
		transform: translateX(-50%);
	}

	.quickcheckout-checkout .blockUI.blockMsg h1 {
		margin: 5px 0;
		font-size: 24px;
	}
}

/* quickcheckout loading UI related */
/* refer bootstrap 4 */
.input-group-b4 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append,
.input-group-prepend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	padding: 6px 12px;
}

.input-group-b4>.form-control {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

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

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

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

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

/* remove x button of certain inputs in IE */
/* remove border for filters */
.list-group-item {
	border: none;
}

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

/* fix on checkout page when address too long on existing address dropdown, cause page overflow */
.iframe-wrap iframe {
	width: 100%;
}

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

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

.cd-accordion-menu .has-children input:checked+a+label i {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* mobile menu arrow rotate */
/* vertical slider fixes */
.vertical .product-image-additional-container {
	width: 20%;
}

.vertical .product-image-main-container {
	width: 80%;
}

.vertical .product-image-additional {
	padding-right: 5px;
}

.product-product .vertical .product-image-additional-container {
	padding: 0px;
}

.product-product .vertical .product-image-additional-container .slick-track {
	display: block;
	width: auto !important;
}

.product-product .vertical .product-image-additional-container .slick-no-slide {
	margin: 0;
}

.product-product .vertical .product-image-additional-container .slick-no-slide img {
	margin-bottom: 10px;
}

.product-product .vertical .product-image-additional-container .slick-nav.prev {
	top: auto;
	height: auto;
	top: -10px;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto;
}

.product-product .vertical .product-image-additional-container .slick-nav.next {
	top: auto;
	height: auto;
	bottom: -10px;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
	#articles-column-left {
		position: fixed;
		top: 0px;
		left: 0px;
		opacity: 0;
		z-index: 999;
		width: 100%;
		height: 100%;
		padding: 40px 15px 15px;
		overflow: auto;
		background: white;
		transition: all 0.3s;
		transform: translateX(-100%);
	}

	#articles-column-left.open {
		opacity: 1;
		transform: translateX(0%);
	}

	#articles-column-left #articles-filter-trigger-close {
		z-index: 2;
	}

	.news-ncategory #content {
		width: 100%;
	}
}

/* articles left menu */
.date.input-group .input-group-addon {
	border: 1px solid #ccc;
	padding: 9px 12px;
}

.text-login {
	margin-bottom: 15px;
}

/* flex related */
.flex-hcenter {
	justify-content: center;
}

.flex-vcenter {
	align-items: center;
}

.flex-h-end {
	justify-content: flex-end;
}

/* flex related */
/* product component option */
.product-gutter .product-inputs {
	padding: 5px;
	text-align: left;
}

.product-gutter .product-inputs>* {
	font-size: 12px;
}

.product-gutter .cart-buttons {}

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

	.featured-media {
		display: block !important;
	}

	.featured-media div {
		display: block !important;
		width: 100% !important;
		margin-bottom: 50px;
	}
}

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

.menu-sub {
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transform-origin: top;
	transform-origin: top;
	opacity: 0;
	z-index: -1;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 12em;
}

.menu-sub.active {
	opacity: 1;
	z-index: 7;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.menu-sub .container {
	-webkit-box-shadow: 1px 3px 9px 0px rgba(0, 0, 0, 0.27);
	box-shadow: 1px 3px 9px 0px rgba(0, 0, 0, 0.27);
	background: #fff;
	padding: 0;
}

.menu-sub .sub-header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 6px;
}

.menu-sub .sub-header-menu>.item {
	width: calc(100%/6 - 1px);
	border-right: 1px solid #ccc;
	margin: 24px 0;
}

.menu-sub .sub-header-menu>.item h4 {
	font-family: 'latosemibold';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 15px;
	color: #c01d2e;
}

.menu-sub .sub-header-menu>.item a {
	font-family: 'latosemibold';
	text-transform: uppercase;
	color: #444;
	line-height: 2;
	font-size: 13px;
}

.menu-sub .sub-header-menu>.img-holder {
	border: 1px solid rgba(204, 204, 204, 0.670588);
	height: 200px;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.menu-sub .sub-header-menu>.item img:hover {
	opacity: 0.6;
}

.menu-sub .sub-header-menu>.item:nth-child(6n),
.menu-sub .sub-header-menu>.item:last-child {
	border-right: 0;
}

.menu-sub .sub-header-menu>.item>div {
	padding: 0 16px;
}

.menu-sub h4 a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #333;
}

.menu-sub h4 a:hover {
	color: #009ee6;
}

.menu-sub .sub-2 {
	padding-left: 2em;
}

.menu-sub .sub-2 a {
	color: #6b6b6b;
}

.menu-sub .sub-2 a:hover {
	color: #009ee6;
}

.menu-sub .sub-header-menu>.img-holder img {
	margin: 0 auto;
}

.cat-sub-col .img-holder {
	height: 120px !important;
	position: relative;
}

.cat-sub-col .img-holder img {
	height: auto !important;
	max-width: 100% !important;
}

.menu-sub .container {
	padding-right: 10% !important;
}

.fixed-header .header-menu .menu-hover:after {
	content: "";
	width: 10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	background: transparent !important;
	bottom: -3.2em;
	position: absolute;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	right: 0;
	left: 0;
	margin: auto;
}

.fixed-header .header-menu .menu-hover:hover:after,
.fixed-header .header-menu .menu-hover.active:after {
	opacity: 1;
}

.brand-wrapper {
	text-align: center;
	margin: 0 auto;
	width: 90%;
}

.brand_module .contents .top-wrapper {
	width: 100%;
	float: left;
	padding: 45px 3rem;
	background-size: cover !important;
	background-position: center !important;
}

.section-space.max-offset.brand_module {
	padding: 0;
	position: relative;
}

.section-space.brand_module .contents .brand-wrapper .parent_slider .slick-slide img {
	padding: 0px 20px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	text-align: center;
}

.slick-track {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
}

.slick-track .slick-slide {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
}

.product-compare {
	border-right: 1px solid #ccc;
}

.product-compare:hover button,
.quick-view:hover button {
	background: none !important;
}

.other-button {
	display: flex;
	padding: 15px 0px;
	width: 100% !important;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
}

.other-button button {
	color: #000 !important;
	padding: 0px !important;
}

.product-compare i {
	font-size: 20px;
}

.hover-btn-details {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	margin-top: auto;
	display: none;
	justify-content: center;
}

.hover-btn-details:hover {
	display: flex;
}

@media (min-width: 1900px) {
	.hover-btn-details {
		padding: 0 40px 7px !important;
	}

	.featured-module .featured .product-gutter,
	.featured-related_module .featured .product-gutter {}
}

@media (max-width: 1600px) {
	.hover-btn-details {
		padding: 0 25px 7px;
	}
}

@media (min-width: 1400px) {
	.hover-btn-details {
		padding: 0 15px 7px;
	}
}

@media (max-width: 1600px) {

	.featured-module .featured .product-gutter,
	.featured-related_module .featured .product-gutter {}
}

@media (max-width: 1025px) {

	.featured-module .featured .product-gutter,
	.featured-related_module .featured .product-gutter {}

	.product-gutter .product-block .cart-buttons button {
		min-width: 96px !important;
	}
}

@media (max-width: 766px) {

	.featured-module .featured .product-gutter,
	.featured-related_module .featured .product-gutter {
		height: 55vh !important;
	}
}

.section-space.max-offset.featured.featured-37 {
	background: #fff;
	margin-bottom: 0px !important;
	padding-bottom: 0px;
}

.quick-view {}

.quick-view i {}

.featured-header h2 {
	text-align: left !important;
	font-size: 48px !important;
}

span.lastWord {
	color: #c51e32 !important;
}

@media (min-width: 768px) {
	.featured-module .slick-arrow {
		width: 50px !important;
		height: 50px !important;
		text-align: center;
		justify-content: center;
		align-items: center;
		padding: 0px !important;
		display: flex !important;
	}


	#featured_slider_category .slick-arrow {
		right: 0px !important;
		top: -13% !important;
		width: 50px !important;
		height: 50px !important;
		text-align: center;
		justify-content: center;
		align-items: center;
		padding: 0px !important;
		display: flex !important;
	}

	#featured_slider_category .slick-prev {
		right: 60px !important;
		left: initial !important;
	}

	#featuredTestiSlider .slick-arrow {
		right: 0px !important;
		top: -11% !important;
		width: 50px !important;
		height: 50px !important;
		text-align: center;
		justify-content: center;
		align-items: center;
		padding: 0px !important;
		display: flex !important;
	}

	#featuredTestiSlider .slick-prev {
		right: 60px !important;
		left: initial !important;
	}

	.fArticle .slick-arrow {
		right: 0px !important;
		top: -17% !important;
		width: 50px !important;
		height: 50px !important;
		text-align: center;
		justify-content: center;
		align-items: center;
		padding: 0px !important;
		display: flex !important;
	}

	.fArticle .slick-prev {
		right: 60px !important;
		left: initial !important;
	}
}

@media (min-width: 1025px) {
	#featuredTestiSlider .slick-arrow {
		top: -24% !important;
	}

	.fArticle .slick-arrow {
		top: -13% !important;
	}
}

@media (max-width: 1024px) {
	.fTestiText {
		font-size: 13px !important;
		width: 100%;
	}
	
	.homefCategoryImg {
    height: 100%;
    padding-bottom: 85% !important;
    position: relative;
    background-size: cover !important;
    width: 100% !important;
}
}

.clientele-wrapper {
	padding: 30px;
}


.clientele-wrapper .custom-heading.white h2 {
	text-align: left !important;
}

.logo-slider-clientele .slick-slide {
	display: flex;
}

.logo-slider-clientele .slick-slide img {
	padding: 0px 20px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	text-align: center;
}

.logo-slider-clientele .slick-arrow {
	right: -1px !important;
	top: -43% !important;
	width: 50px !important;
	height: 50px !important;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 0px !important;
	display: flex !important;
}

.logo-slider-clientele .slick-prev {
	right: 60px !important;
	left: initial !important;
}

.fcategory {
	background: #fff;
}

.featured-category h2 {}

.homefCategoryImg {
	background-size: cover !important;
	height: 100%;
	padding-bottom: 37%;
	position: relative;
}

.homefCategoryBox:nth-child(1),
.homefCategoryBox:nth-child(2) {
	grid-column: span 2;
}

.containerSignature {
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 50px;
}

.homefCategoryBox .absolute {
	width: 100%;
	text-align: center;
	top: 0%;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.8);
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	display: none;
}

.homefCategoryBox h3 {
	font-family: "OswaldRegular" !important;
	font-size: 24px !important;
}

.homefCategoryBtn a {
	background: #000;
	color: #fff;
	padding: 12px;
}

.homefCategoryBox:hover .absolute {
	display: flex;
}

.section-space.featuredtestimonial {
	padding: 0px;
	margin: 0 auto 0;
	background: #fff;
}

.featuredtestimonial h2 {
	text-align: left !important;
}

.featuredTesti {
	padding-bottom: 5%;
	padding-top: 5%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 90% !important;
	margin: 0 auto;
}

.fTestiInner {
	background-color: #fff;
	padding: 30px 10px;
}

.featuredTestiSlider {}

.featuredTestiSlider .slick-slide {
	padding: 15px;
	margin: 15px !important;
}

.fTestiInner {
	background-color: #c01d2e;
	padding: 30px 10px;
	text-align: center;
}

.fQuote {
	width: 75%;
	margin: 0 auto 0;
	line-height: 1.6em;
	margin-bottom: 20px;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.fTestiText {
	color: #fff;
	font-weight: 300;
	width: 90%;
	margin: auto;
	line-height: 1.6em;
	margin-bottom: 20px;
	font-family: "OswaldRegular" !important;
	font-size: 17px !important;
	min-height: 230px;
	align-items: center;
	justify-content: center;
	/* display: flex; */
}

.fTestiAuthor {
	font-weight: 600;
	color: #fff;
	line-height: 1.6em;
}

.fTestiDesc {
	color: #ffffff;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 30px;
}

.featuredTesti h2:before {
	background: #ffffff;
}

.featuredTestiSlider .slick-nav.left.prev {
	top: 50%;
	left: -5%;
}

.featuredTestiSlider .slick-nav.right.next {
	top: 50%;
	right: -5%;
}

.fQuote img {
	margin: 0 auto 0;
	line-height: 1.6em;
	margin-bottom: 20px;
	align-items: center;
	text-align: center;
}

@media (min-width: 769px) {}

#featuredTestiSlider .slick-dots,
.fArticle .slick-dots {
	bottom: -40px !important;
	display: flex !important;
}

#featuredTestiSlider .slick-dots li,
.fArticle .slick-dots li {
	background: #ccc !important;
	flex: 1;
	height: 4px !important;
	margin: 0px !important;
	padding: 0px;
}

#featuredTestiSlider .slick-dots li.slick-active,
.fArticle .slick-dots li.slick-active {
	background: #c01d2e !important;
}

#featuredTestiSlider .slick-dots li button,
.fArticle .slick-dots li button {
	width: 100%;
	height: auto;
	border-radius: 0;
	border: none;
}

#featuredTestiSlider .slick-dots li button:before,
.fArticle .slick-dots li button:before {
	display: none;
}

.fArticleBox {
	/* width: 90%; */
	/* margin: 0 auto; */
}

.fArticleBox h2 {
	text-align: left !important;
}

.fArticleSlider {
	position: relative;
}

.fArticleImg {
	background-size: cover !important;
	height: 100%;
	padding-bottom: 144%;
	position: relative;
	width: 100%;
}

.fArticleDesc {
	text-align: center;
	text-transform: uppercase;
	display: flex;
	position: absolute;
	width: 100%;
	flex-direction: column;
	align-self: flex-end;
	height: 200px;
	top: 79%;
}

.fArticleBtn {
	display: none;
	text-align: center;
	margin: 0 auto;
}

.fArticleDesc:hover .fArticleBtn {
	display: flex;
}

.fArticleBtn a {
	width: 245px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.fArticleSlider {
	margin: 0 6px;
}

.article-name {
	width: 85%;
	color: #fff;
	text-align: center;
	justify-content: center;
	margin: 0 auto;
	display: flex;
	position: relative;
	margin-bottom: 10px;
	font-family: "OswaldRegular" !important;
	font-size: 17px !important;
	vertical-align: text-top;
	line-height: 29px;
}

.contact-footer .btn {
	width: 245px !important;
	height: 60px;
}

.section-space.homecontact {
	background: #fff;
}

.homecontact {
	width: 80%;
	margin: 0 auto;
}

.homecontact h3 {
	color: #222222;
	font-size: 20px !important;
}

.homecontact-info {
	line-height: 26px;
	font-size: 18px;
	font-family: "OswaldRegular" !important;
}

.homecontact-info-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.homecontact-info-content div {
	width: 50%;
	padding: 0px 20px;
}

.homecontact-form {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.homecontact-form h3 {
	font-family: "OswaldRegular" !important;
}

.homecontact-form-cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px;
	width: 100%;
}

.homecontact-form-cont .form-group {
	flex: 1 1 auto;
	min-width: calc(50% - 15px);
	margin-left: 7.5px;
	margin-right: 7.5px;
}

.home-contact-footer button {
	width: 245px !important;
	height: 60px;
}

.home-contact-footer {
	display: flex;
	justify-content: space-between;
}

.home-contact-footer #google_recaptcha {
	margin-left: 2px;
}

@media (min-width: 769px) and (max-width: 1024px) {
	.home-contact-footer {
		display: block;
	}
}

@media (max-width: 768px) {

	.homecontact-form,
	.homecontact-info {
		width: 100% !important;
	}

	.homecontact-info-content div {
		width: 100% !important;
	}

	.achievement {
		justify-content: space-between !important;
	}

	.achievement div {
		margin-right: 0px !important;
		width: 45% !important;
	}

	.achievement img {
		height: auto !important;
	}

	.other-button span {
		font-size: 12px;
	}
}

.product-buttons button {
	height: 60px;
}

.product-compare button,
.quick-view button {}

#productModal .modal-lg {
	top: 0%;
	width: 61% !important;
}

.modal-header .close {
	color: #fff;
	background: #000;
	padding: 10px 10px;
	opacity: 1;
	border-radius: 5px;
}

.product-description-modal {
	width: 47%;
}

.product-images-modal {
	width: 45%;
	margin-left: 20px;
}

.product-image-column {
	margin-bottom: 0 !important;
	position: relative;
}

.product-image-column.out-of-stock .product-image-additional-container .product-image-additional .slick-slide.slick-current.slick-active {
	border: 1px solid #f1f1f1 !important;
}

.product-image-column.out-of-stock img {
	opacity: 0.4;
}

.product-image-column .product-image-main-container {
	margin-bottom: 7px !important;
	border: 1px solid #d8d8d8;
}

.product-image-column .product-image-main-container .product-image-main {
	position: relative;
}

.product-image-column .product-image-main-container .product-image-main:after {
	content: "";
	background: url(../../../image/icon_shop-view-red.png) no-repeat;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 1.5rem;
	bottom: 1.5rem;
	background-position: center !important;
	background-size: cover !important;
	cursor: pointer;
}

@media (min-width: 1900px) {
	.product-image-column .product-image-main-container .product-image-main:after {
		bottom: 1rem;
		right: 1rem;
	}
}

.product-image-column .product-image-main-container .product-image-main .slick-slide {
	outline: 0;
}

.product-image-column .product-image-main-container img {
	padding: 2rem;
	width: auto;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.product-image-column .product-image-main-container img {
		padding: 3rem !important;
	}
}

.product-image-column .product-image-additional-container .product-image-additional .slick-slide {
	border: 1px solid #d8d8d8;
}

.product-image-column .product-image-additional-container .product-image-additional .slick-slide img {
	border: 1px solid transparent !important;
	padding: 5px;
	width: 100%;
}

.product-image-column .product-image-additional-container .product-image-additional .slick-slide.slick-current.slick-active {
	border: 1px solid #c01d2e !important;
}

@media (min-width: 1200px) {
	.product-image-column .product-image-additional-container .product-image-additional .slick-arrow.slick-prev {
		left: -30px !important;
	}
}

@media (min-width: 1200px) {
	.product-image-column .product-image-additional-container .product-image-additional .slick-arrow.slick-next {
		right: -30px !important;
	}
}

.product-images {
	padding: 0;
}

@media (min-width: 768px) {
	.product-images {
		padding-right: 25px !important;
	}
}

.product-description-modal {
	position: relative;
	padding: 0;
	padding-left: 2.5rem !important;
}

@media (min-width: 768px) {
	.product-description-modal {
		margin-top: 0 !important;
	}
}

@media (min-width: 1200px) {
	.product-description-modal {
		padding-left: 2.5rem !important;
	}
}

.product-description-modal .filters {
	padding: 0 !important;
	margin-bottom: 2rem;
	list-style: none;
	width: 100%;
	float: left;
}

.product-description-modal .filters p {
	color: #777777;
}

.product-description-modal .filters p:first-child {
	margin-bottom: 0 !important;
	font-size: 16px;
	font-weight: 800;
	color: #111111 !important;
}

.product-description-modal .product-title {
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: "OswaldRegular" !important;
	font-size: 18px !important;
}

@media (min-width: 1200px) {
	.product-description-modal .product-title {
		font-size: 16px !important;
	}
}

@media (min-width: 1400px) {
	.product-description-modal .product-title {
		font-size: 18px !important;
	}
}

.product-description-modal .model {
	color: #c01d2e;
	font-size: 20px;
	margin-bottom: 10px;
}

@media (min-width: 1600px) {
	.product-description-modal .model {
		font-size: 24px !important;
	}
}

.product-description-modal .product-details {
	width: 100%;
	float: left;
	display: flex;
	padding-bottom: 7px !important;
	margin: 1rem 0 1.5rem !important;
}

.product-description-modal .product-details li {
	margin-right: 10px;
}

.product-description-modal .product-details li .new-prices,
.product-description-modal .product-details li .product-price {
	font-size: 24px !important;
	color: #ed002c !important;
	opacity: 1 !important;
}

@media (min-width: 1600px) {

	.product-description-modal .product-details li .new-prices,
	.product-description-modal .product-details li .product-price {
		font-size: 28px !important;
	}
}

.product-description-modal .product-details li.sp {
	margin-top: 3px;
}

.product-description-modal .product-details li .call-price {
	color: #111111 !important;
	font-size: 24px !important;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

@media (min-width: 1600px) {
	.product-description-modal .product-details li .call-price {
		font-size: 28px !important;
	}
}

.product-description-modal .product-details li .old-prices {
	font-size: 16px;
	opacity: 0.6;
}

.product-description-modal .product-details li:last-child {
	margin-right: 0 !important;
}

.product-description-modal .buttons button.btn-back {
	background: #7d7d7d !important;
	border: 1px solid #7d7d7d !important;
}

.product-description-modal .buttons button.btn-back:hover {
	background: #fff !important;
}

.product-description-modal .product-description {
	width: 100%;
	float: left;
	margin-top: 0.5rem;
	color: #111111;
	margin-bottom: 3rem;
}

@media (min-width: 1400px) {
	.product-description-modal .product-description {
		padding-right: 5rem;
	}
}

.product-description-modal .product-description .description-label {
	color: #ed002c !important;
	font-family: "OswaldSemiBold" !important;
	text-transform: uppercase;
	font-size: 17px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.product-description-modal .product-description p {
	margin-bottom: 0 !important;
}

.product-description-modal .product-description table {
	width: 100% !important;
	border: 0 !important;
	display: block;
	margin: 1.5rem 0 0;
}

.product-description-modal .product-description table tbody {
	display: block;
}

.product-description-modal .product-description table tbody tr {
	display: block;
}

.product-description-modal .product-description table tbody tr td {
	border: 0 !important;
	padding-bottom: 10px;
	display: block;
}
.categoriesdropdown {
     width: 100%; 
}
#productModal .modal-header {
	padding: 5px !important;
	border: 0px !important;
}

@media (max-width: 769px) {
	.product-description-modal {
		width: 90%;
		margin-top: 23px !important;
	}

	.product-images-modal {
		width: 90%;
		margin-left: 20px;
	}

	#productModal .modal-lg {
		width: 95% !important;
	}
}

@media (min-width: 1024px) {
	#productModal .modal-lg {
		top: 0%;
		width: 91% !important;
	}

	.footer-contact-links.footer1 {
		width: 16.66%;
		padding: 16px 15px;
	}

	.categoriesmegamenu {
		position: fixed;
		z-index: 8;
		background-color: #fff;
		width: 100%;
		top: 10.3em;
		display: none;
		padding: 30px 0px;
		height: 420px;
		overflow-y: scroll;
	}

	.categoriesmegamenu .container {
		width: 98%;
		max-width: 95%;
		display: flex;
	}

	.categoriesdropdown {
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.categoriesdropdown h5 {
		text-transform: uppercase;
		font-size: 19px;
	}

	.categoriesdropdown ul li a {
		font-size: 15px;
	}
}

@media (max-width: 1023px) {
	.categoriesmegamenu {
		display: none;
	}
}

.dropdown-img img {
	width: 100% !important;
}

@media (min-width: 1023px) and (max-width: 1201px) {
	.categoriesmegamenu {
		top: 8.3em !important;
	}
}

.contents {
	margin: 0 auto 0;
	text-align: center;
}

.top-contents {
	width: 100%;
	color: #fff !important;
	background-position: center !important;
	background-size: cover !important;
	width: 100%;
	float: left;
}

.top-contents h4,
.top-contents a {
	color: #fff !important;
}

.top-contents h2 {
	margin-bottom: 35px;
}

.information-information.iid-13 .custom-heading {
	display: none;
}

.information-information.iid-13 .leasing_module {
	padding: 0 !important;
	position: relative;
	z-index: 1;
}

.why-lease-items {
	margin-top: 5em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.why-lease-items .boxes {
	margin-bottom: 30px;
}

.information-information.iid-13 .dumbell {
	display: none;
}

.information-information.iid-13 #content {
	display: none;
}

.description {
	text-align: left;
}

.homecontact-41 {
	display: none;
}

.homecontent {
	width: 90%;
	margin: 0 auto;
}

.homecontent-info-image {
	width: 45%;
	margin-right: 20px;
}

.homecontent-info {
	display: flex;
	align-items: center;
}

.homecontent-info-content {
	width: 50%;
	line-height: 20px;
	text-align: center;
	align-items: center;
}

.homecontent_module {
	background: white;
}

.btn-floating {
	border-radius: 50%;
	padding: 15px !important;
	cursor: pointer;
	border: 0px !important;
}

.floating-icons ul {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	text-align: center;
	opacity: 0;
	transition: transform .4s, opacity .4s;
	z-index: -1;
}

.floating-icons .fa {
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 29px !important;
}

.floating-icons ul li {
	z-index: 0;
	display: flex;
	margin-right: auto;
	margin-left: auto;
}

.floating-icons.active ul {
	opacity: 1 !important;
}

i.fa.fa-mobile {
	font-size: 36px !important;
}

.featured-media-content {}

iframe {
	max-width: 100%;
}

.achievement_module {
	padding: 0;
}

.module-instagram {
	width: 90%;
	margin: 0 auto;
}

.module-instagram .instagram .item {
	padding: 8px !important;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.module-instagram h4 {
	padding-bottom: 5px !important;
	font-family: "OswaldSemiBold" !important;
	position: relative;
	color: #fff !important;
	font-style: italic;
	text-transform: uppercase !important;
	font-size: 32px;
	margin-bottom: 10px !important;
	text-align: center !important;
}

@media (min-width: 1900px) {
	.container {}

}

img {
	max-width: 100%;
}

.featured-media {
	position: relative;
}

.featured-video {
	position: absolute;
	right: 120px;
	bottom: 10px;
}

/*Container @ desktop size is 1170 so divided by 2 = 585 - 15px (padding)*/
/*updated*/
body .fixed-header .main-header .header-container .header-menu #main-menu li ul li {
	background: #7b7b7b !important;
}

body .fixed-header .main-header .header-container .header-menu #main-menu li ul li:hover {
	background: #c01d2e !important;
}

body .fixed-header .main-header .header-container .header-menu #main-menu li ul li:hover a {
	color: #fff !important;
}

body #footer-area footer .footer-top .footer-upper-contet .footer-contact-links ul li {
	margin-bottom: 10px !important;
}

.floating-icons a img {
	max-width: 35px;
}

body .section-space.featured_by_tab {
	margin-top: 0 !important;
}

.sidr .cd-accordion-menu li img {
	width: 25px;
	margin-right: 10px;
}



@media (min-width: 320px) {

	body .sticker.avail.with-category,
	body .sticker.special.with-category {
		top: 56px !important;
	}

	body .sticker.avail.with-category.with-special {
		top: 79px !important;
	}

	body .sticker.category-1 {
		top: 33px !important;
	}
}

@media (min-width: 768px) {
	.floating-icons {
		display: flex !important;
	}
}

@media (min-width: 1200px) {
	body .menu-sub .sub-header-menu>.item h4 {
		margin-top: 35px !important;
	}

	body .sticker.category-1 {
		top: 57px !important;
	}

	body .sticker.avail.with-category,
	body .sticker.special.with-category {
		top: 97px !important;
	}

	body .sticker.avail.with-category.with-special {
		top: 138px !important;
	}

	body #footer-area footer .footer-top .footer-upper-contet .footer-contact-links:nth-child(2) {
		width: 18% !important;
	}

	body #footer-area footer .footer-top .footer-upper-contet .footer-contact-links:first-child {
		width: 20% !important;
	}
}

@media (min-width: 1600px) {
	body .sticker.category-1 {
		top: 62px !important;
	}

	body .sticker.avail.with-category,
	body .sticker.special.with-category {
		top: 104px !important;
	}

	body .sticker.avail.with-category.with-special {
		top: 146px !important;
	}
}

@media (min-width: 1900px) {
	body #footer-area footer .footer-top .footer-upper-contet .footer-contact-links:last-child {
		width: 20% !important;
	}

	body .menu-sub .sub-header-menu>.item h4 {
		margin-top: 65px !important;
	}

	.menu-sub .container {
		width: 1360px;
	}

	body .fixed-header .menu-sub.active {
		left: 542.03125px !important;
		top: 172px !important;
	}
}

/*updated*/
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 20px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}

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

	.homecontent-info {
		display: block !important;
	}

	.homecontent-info-content {
		width: 100% !important;
	}

	.homecontent-info-image {
		width: 100% !important;
	}
}

.product-thumb .rating {
	padding-bottom: 10px;
}

.rating .fa-stack {
	font-size: 8px;
}

.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}

.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}

.rating .fa-star+.fa-star-o {
	color: #E69500;
}

h2.price {
	margin: 0;
}

.product-thumb .price {
	color: #444;
}

.product-thumb .price-new {
	font-weight: 600;
}

.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}

.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}

.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}

	.product-compare button,
	.quick-view button,
	.wishlist button {}

	.featured-module .slick-slide .product-block,
	.related-products .slick-slide .product-block {}
}

.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/Pl4ggucAAAtuSURBVHjazFwLcBbVFb5ZIZDwNIYKGhigIkhCgDERFeqjNVowalWw6DhW7TiObX3X1kdja6K2tL6mtWOnRcVHrcUHKtVSRC0vDSqvIFYRTCBpi5GHRgiQhMRz5FvZuTn37u7dzePMfENm ///f3W/vPed859y7ZJSXl6uUrBfhcMKRhMGEgYRsQk9CBqGN0ELYQ/iMUE+oI2zFMScrKyv7+u8eCQkcQhhJyCcMB4EoNjTw9xeELYT1hI2EJtebcSWTSRhPKMJoJLF+eBiM7YTVhFWExs4gM45wEmGQSt8OI5xGKCYsI6wktHYEmQGE7xKOiXmD++Evca7H1zoTo/UK/Cs1MuzUMyL4BDtyLRy7Hv6wD083A0GCp1UuIQ++09dyPvbDSwnzCB+lQYZH4nu4EZNVE9YSNoFAmH2If7Nxw+x/owie8F3+zoUYoXeTkCkEEc/wOd/8UkKNo4+wk78PHEGYQhgrfI+vX4oHutyFzBgLkV2ERYQ1KTr//whzCaMJZxByhO+UIHS/E4cM+8i5BiKbCS8SdqiOsQ/hc6WGYDOV8DlhgzR8uvUnXGDwkUrCEx1IxLfdhL8TXjNMufOgMkLJnInQqNsKwgJIks6ypZjOuvUmnK3PLJ1MPuasbiw3FqqusWUIELpxwJhkIsOC8NuGIZ+H5OdqOcgzrvYSpI5uUyoqKvpJZMZDTujGI7IzwY1wHrmCcHqCc+wl/COgJHzLCo6OF1C/kyzJMAmRmbjoCQitrsb3UiUcn0ijkx0kM0IQjvwU/p3g4t9E5u4dODYZ+s7VFhOatWN9/BDukykw5JPNCYiYwvvxCQjtMASDAp9MJgos3VY7XnCEhUiQ0Hcczy/dVx5NtQEeiqv+gsNtdLgQJ7LpIUR8+xamXVyrE5I2R+KhnlbCBvPKbocRuRhzOKqVOIxQCwSubsM8Q9lb6+jsptpkmxBWgyMU14e2CMcGeYaC69MYJx4FH8m0lAl/IfwzxIemxrjmduHhZHsofnT7IuJJjw5x9o8gGLnafBsFlskmQRdGFaJ6iM704Dx6zb43IpEZwu9924D6JNg6YkIvW85ZHJHQPoHMIZ6gmVot8zsOkWeECyoUVkkJtQldmwypBMgIEYVhRDZZiAQJLUxAKEMqXzxpuCzOPDqEyH8Jz4UQ8e1NwpIIhKRquKdwvMVT7fu8GWgHSRXo+SFEnlLxOpGvRyBUKBzvKzzwJg/1tG65hgj3isGf6kAkbqL1CS02fLbeoMUOFVxhL5P5RPjyUIPTrcE0atJ8xJWIb28QXtUeFGuw5w2RVbq/bT0M2X4YpLt0ovcwNWeixpibUl9gOc5bimafKSd5UBztVAGT2Yqn2kerEVhr/ccSsR6B4EuzwbEK6qPO8p0hQu3FubHWw9OX6paJIRf+P5JX2lYbkucmCP7C97LTj9XrDOJxsOpexlF2nBQoysrK2rzAtPlMyDcndzMyk7Uy3Jc264Nlc5OSO+zHION3B2NfKRKOr6NRadBbTSsNanmqQVl3pvVAlNOzfjOURLu+2R5D8uIEdXYXk+FVgSOF4ytoVHZIZPzQKFVxY1ARdoVNhKyRCrSlegLS5f98Ja/Lc60+pQuIlBr6APP11OAZSubnlLzKexq6L1md4CPTCOcgqurG9VCNJA0k22iRE9xwu9wgKdIw9o0fEI4zfL7Y0DuzLgO+i9pe6g8PQltpDTTVthRIDEBjo9hyX5UQpSouGV/8NaMV5Al1D8/pfMj0tZAicbQan5PXWcbjPLYUsNhGJAoZvwnBNc+5QvZVKJImABxhPgYp/nsXnLQN5DMhYnMg40eo8O0qLZjyq6I4WhTjRdPHUMbmWb53GFAcUBbNCCYertcrxsh9CiLVUaNGVGNlOgf9rRNVtDZspqWfENZK4qbHsohtr9hk/CFfDpV9HOZ6vxQj2R4UfytcgorrFi0WdrwK/BbUQT6mn8sotGDU/Z0anydJTklsNwQqY6A6uLlnECJTLyQ9fyfgfvjRHjx5f9PQ9rQybVrWhBvPQUIdAoJZcP5W+EIDRiIDJXtzWjeQlExPRK4S1BpDIv6uEEpYYYRWY9q+qRLs13Qlk4UwzU3BUQkfSC4eRgkUO+/LecHFd1zI8BP9oZLXQZMat7iuVgdawI9ZBG9iMtzcuEHJuzhs1hzotmTGuNbPodJnQVWkRoZD76+ho8JCdhXAN1CPiLcfQaAPIt1wqG/TrhDfjiX8mXB7sDxOQuZUwq9CMr6/5lIZIdlxY3FJQCkXwf8mG2oXjoj3E36LaedMhgukXxouopCpH0GecTF28teAsahjpNVnvv4teKCPu5A5xUKEmwh/QOmalr0PP+E909cruTl+DUL3M6Z6QjJ+SuUGIqsQzearjrElOP/rhs9vMjVXJDLfwPyUCqW/EX6i4u8TiGs88j8j/NFwzxVKaE5KZG5Wco+Zl8DvVQlePHCwRwkPCsd55ewXeqjXyZRgzuq2FhGlK2yOkjeesivMNJHhkvgq4Ue8C7BMJVuHyVPJtjXeqeTm5KUVFRW5EplpkBO6PaAObKB2tWMRTq9PcA7ugd8tSJv+wdHxAup3piUZJiFyDy56EUKrq3HrS9p/cw7vNQuSKRKEYxukhKtxr+A+ray+BPrO1WYLPYFDfb3oBZSwbquV+25AJvI7gwTiEbrR8by1hvxzhk8mW8mt0BccL1gEIraGHu9N+7Hj+aX7KqCpNpjJHIVEqTtcpcOFjoajRlmcugzTLq69JyRtjsSFnpK3c6xV8V9eKIZey4nxm2scRqgJAle3CZ6S1yyrHHzkXkttstlSMV7m4EPSezsjPUMTYlOME58Y4iMrMJ3uCfGhm2Jcc4tqv1fgq63A0uslUfdoTrGIUrbluEmuNufiuyb7PnRhFNsuhOiv9mhmCTX7rohEfqPklQG2ZahPglu25uI3JpsekVCjQKanaVtjawpEblZy0/vZFAi1qvavwBi3NXoJiFRaiAQJPZCAkHFbY7vhsvjASSFEuPS9TUVbhniS8HAEQlJ7Kku4h2YP7SGdda6hAr0zhMh1Kl4n8qEIhKTN2znCfTQyma3Cl4cLx7YhBLcasvJ1yu0twYcgICV71aDF8oRp1sAHpHeGCw1ONx/laqPmI9eqZK87/onwey13vISiUNrPM144VuMZsv1EZV4RW4hmwz5ErRtUggWigD2OabwfIbzcUN3yPR8vSTDum23AU83RaoRiS7unEu2g2pQbHLwCUI1pa7IxghtwbqzyMIxS3XJWyIU/UMl2zJqsKiTPnSX4C99LnX/wX8KPTlDdZ+OcbxxlpXdtFgW3Nb4lNC14Cl7RzchcIvjybkS9r4eL+7dSh/1U1fnbskw2GnlHtwU0KvV6q2meQS1z5BrYxURYBdwqqAFWGk9IfbMGQ/I6AvG+K417bvnC8adpVOokMv7oSFUcbwm+vIuI8P7QGYYC7VE9AelZ/i5Br7H9SB1YDOpsIrcY+gB36alBkvrVUL7SK/NXo/vSvxN8hH31diW/r8PKfaUkDSTjUD3L8Nnp8K1JHURkLLTaBYbPZ0O3tTPbMiC/u9JXyf1hbuU+COHJmqomBRK8JnQRwq9pif0pEFVxyfjij8PfT5W8rZHnNK/p8PrJy+i3xdFqHqLUNIz4AMt3Z9uIRCHjNyG45rnDoKS56isFOMK8DX1Vgy5Kozq4EzBLHdzSyG9bcFv4qAhNv1kQoSopGTZeNL0K3ZZxlu8NA6YHuij71MFNDb1VvPcKqtGeeifKl+NsN2FleqU6sI5zsYrWhs1Wbi9FNGJGzInY9opNxh9y9qMFiDalhn6BqzVAwT+tHP6XCNctWvWIZn+FGOUNOwWOo9CEUV+EQPKJ65NIunluJ0L489BwBegfjIQ47aPa/weHjRiBGkS/dUpefI1tXwowAKeGqGOaRl1lAAAAAElFTkSuQmCC) no-repeat left top;
}

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

	.pull-lg-right {
		float: right;
	}
}

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

	.pull-md-right {
		float: right;
	}
}

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

	.pull-xs-right {
		float: right;
	}
}

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

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

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

.pd-5 {
	padding: 5px;
}

.pd-t15 {
	padding-top: 15px;
}

.pd-b15 {
	padding-bottom: 15px;
}

.pd-l15 {
	padding-left: 15px;
}

.pd-r15 {
	padding-right: 15px;
}

.pd-30 {
	padding: 30px;
}

@media (max-width: 1300px) {
	.pd-30 {
		padding: 20px;
	}
}

.pd-t30,
.pagination {
	padding-top: 30px;
}

@media (max-width: 1300px) {

	.pd-t30,
	.pagination {
		padding-top: 20px;
	}
}

.pd-b30 {
	padding-bottom: 30px;
}

@media (max-width: 1300px) {
	.pd-b30 {
		padding-bottom: 20px;
	}
}

.pd-l30 {
	padding-left: 30px;
}

@media (max-width: 1300px) {
	.pd-l30 {
		padding-left: 20px;
	}
}

.pd-r30 {
	padding-right: 30px;
}

@media (max-width: 1300px) {
	.pd-r30 {
		padding-right: 20px;
	}
}

.pd-40 {
	padding: 40px;
}

@media (max-width: 1300px) {
	.pd-40 {
		padding: 30px;
	}
}

.pd-t40 {
	padding-top: 40px;
}

@media (max-width: 1300px) {
	.pd-t40 {
		padding-top: 30px;
	}
}

.pd-b40 {
	padding-bottom: 40px;
}

@media (max-width: 1300px) {
	.pd-b40 {
		padding-bottom: 30px;
	}
}

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

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

.no-border {
	border: none !important;
}

.z1 {
	z-index: 1;
}

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

.w100px {
	width: 100px;
}

/* corner badge (currently use for gift card badge) */
.corner-badge {
	color: #fff;
}

.corner-badge::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	/* border width to be changed */
	border-width: 60px;
	border-style: solid;
	/* border color to be changed */
	border-color: #000 #000 transparent transparent;
	z-index: 1;
}

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

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

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

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

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

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

/* fix flex-group on firefox and other browser */
/* quickcheckout loading UI related */
.quickcheckout-checkout .blockUI.blockMsg h1 {
	margin: 15px 0;
}

@media screen and (max-width: 540px) {
	.quickcheckout-checkout .blockUI.blockMsg {
		width: 80% !important;
		left: 50% !important;
		transform: translateX(-50%);
	}

	.quickcheckout-checkout .blockUI.blockMsg h1 {
		margin: 5px 0;
		font-size: 24px;
	}
}

/* quickcheckout loading UI related */
/* refer bootstrap 4 */
.input-group-b4 {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
}

.input-group-append {
	margin-left: -1px;
}

.input-group-prepend {
	margin-right: -1px;
}

.input-group-append,
.input-group-prepend {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.input-group-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	text-align: center;
	white-space: nowrap;
	padding: 6px 12px;
}

.input-group-b4>.form-control {
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

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

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

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

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

/* remove x button of certain inputs in IE */
/* remove border for filters */
.list-group-item {
	border: none;
}

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

/* fix on checkout page when address too long on existing address dropdown, cause page overflow */
.iframe-wrap iframe {
	width: 100%;
}

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

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

.cd-accordion-menu .has-children input:checked+a+label i {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* mobile menu arrow rotate */
/* vertical slider fixes */
.vertical .product-image-additional-container {
	width: 20%;
}

.vertical .product-image-main-container {
	width: 80%;
}

.vertical .product-image-additional {
	padding-right: 5px;
}

.product-product .vertical .product-image-additional-container {
	padding: 0px;
}

.product-product .vertical .product-image-additional-container .slick-track {
	display: block;
	width: auto !important;
}

.product-product .vertical .product-image-additional-container .slick-no-slide {
	margin: 0;
}

.product-product .vertical .product-image-additional-container .slick-no-slide img {
	margin-bottom: 10px;
}

.product-product .vertical .product-image-additional-container .slick-nav.prev {
	top: auto;
	height: auto;
	top: -10px;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto;
}

.product-product .vertical .product-image-additional-container .slick-nav.next {
	top: auto;
	height: auto;
	bottom: -10px;
	left: 0 !important;
	right: 0 !important;
	margin: 0 auto;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 991px) {
	#articles-column-left {
		position: fixed;
		top: 0px;
		left: 0px;
		opacity: 0;
		z-index: 999;
		width: 100%;
		height: 100%;
		padding: 40px 15px 15px;
		overflow: auto;
		background: white;
		transition: all 0.3s;
		transform: translateX(-100%);
	}

	#articles-column-left.open {
		opacity: 1;
		transform: translateX(0%);
	}

	#articles-column-left #articles-filter-trigger-close {
		z-index: 2;
	}

	.news-ncategory #content {
		width: 100%;
	}
}

/* articles left menu */
.date.input-group .input-group-addon {
	border: 1px solid #ccc;
	padding: 9px 12px;
}

.text-login {
	margin-bottom: 15px;
}

/* flex related */
.flex-hcenter {
	justify-content: center;
}

.flex-vcenter {
	align-items: center;
}

.flex-h-end {
	justify-content: flex-end;
}

/* flex related */
/* product component option */
.product-gutter .product-inputs {
	padding: 5px;
	text-align: left;
}

.product-gutter .product-inputs>* {
	font-size: 12px;
}

.product-gutter .cart-buttons {}

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

	.featured-media {
		display: block !important;
	}

	.featured-media div {
		display: block !important;
		width: 100% !important;
		margin-bottom: 50px;
	}

	.featured-content {
		position: relative !important;
		top: 0px;
		padding: 0px;
		right: 0px !important;
		margin: 10px 0px;
	}

	.featured-video {
		position: relative !important;
		right: 0px !important;
	}
}

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

.menu-sub {
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	-webkit-transform-origin: top;
	transform-origin: top;
	opacity: 0;
	z-index: -1;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 12em;
}

.menu-sub.active {
	opacity: 1;
	z-index: 7;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.menu-sub .container {
	-webkit-box-shadow: 1px 3px 9px 0px rgba(0, 0, 0, 0.27);
	box-shadow: 1px 3px 9px 0px rgba(0, 0, 0, 0.27);
	background: #fff;
	padding: 0;
}

.menu-sub .sub-header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 6px;
}

.menu-sub .sub-header-menu>.item {
	width: calc(100%/6 - 1px);
	border-right: 1px solid #ccc;
	margin: 24px 0;
}

.menu-sub .sub-header-menu>.item h4 {
	font-family: 'latosemibold';
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 15px;
	color: #c01d2e;
}

.menu-sub .sub-header-menu>.item a {
	font-family: 'latosemibold';
	text-transform: uppercase;
	color: #444;
	line-height: 2;
	font-size: 13px;
}

.menu-sub .sub-header-menu>.img-holder {
	border: 1px solid rgba(204, 204, 204, 0.670588);
	height: 200px;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.menu-sub .sub-header-menu>.item img:hover {
	opacity: 0.6;
}

.menu-sub .sub-header-menu>.item:nth-child(6n),
.menu-sub .sub-header-menu>.item:last-child {
	border-right: 0;
}

.menu-sub .sub-header-menu>.item>div {
	padding: 0 16px;
}

.menu-sub h4 a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #333;
}

.menu-sub h4 a:hover {
	color: #009ee6;
}

.menu-sub .sub-2 {
	padding-left: 2em;
}

.menu-sub .sub-2 a {
	color: #6b6b6b;
}

.menu-sub .sub-2 a:hover {
	color: #009ee6;
}

.menu-sub .sub-header-menu>.img-holder img {
	margin: 0 auto;
}

.cat-sub-col .img-holder {
	height: 120px !important;
	position: relative;
}

.cat-sub-col .img-holder img {
	height: auto !important;
	max-width: 100% !important;
}

.menu-sub .container {
	padding-right: 10% !important;
}

.fixed-header .header-menu .menu-hover:after {
	content: "";
	width: 10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffffff;
	background: transparent !important;
	bottom: -3.2em;
	position: absolute;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	right: 0;
	left: 0;
	margin: auto;
}

.fixed-header .header-menu .menu-hover:hover:after,
.fixed-header .header-menu .menu-hover.active:after {
	opacity: 1;
}

.brand-wrapper {
	text-align: center;
	margin: 0 auto;
	width: 90%;
}

.brand_module .contents .top-wrapper {
	width: 100%;
	float: left;
	padding: 45px 3rem;
	background-size: cover !important;
	background-position: center !important;
}

.section-space.max-offset.brand_module {
	padding: 0;
	position: relative;
}

.section-space.brand_module .contents .brand-wrapper .parent_slider .slick-slide img {
	padding: 0px 20px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	text-align: center;
}

.slick-track {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
}

.slick-track .slick-slide {
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.product-compare {}

.product-compare:hover button,
.quick-view:hover button {
	background: none !important;
}

.hover-btn-details {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	margin-top: auto;
	display: none;
	justify-content: center;
}

.hover-btn-details:hover {
	display: flex;
}

@media (min-width: 1900px) {
	.hover-btn-details {
		padding: 0 40px 7px !important;
	}

	.featured-module .featured .product-gutter,
	.featured-related_module .featured .product-gutter {}
}

@media (max-width: 1600px) {
	.hover-btn-details {
		padding: 0 25px 7px;
	}
}

@media (min-width: 1400px) {
	.hover-btn-details {
		padding: 0 15px 7px;
	}
}

@media (max-width: 1600px) {

	.featured-module .featured .product-gutter,
	.featured-related_module .featured .product-gutter {}
}

@media (max-width: 1025px) {

	.featured-module .featured .product-gutter,
	.featured-related_module .featured .product-gutter {}

	.product-gutter .product-block .cart-buttons button {
		min-width: 96px !important;
	}
}

@media (max-width: 766px) {

	.featured-module .featured .product-gutter,
	.featured-related_module .featured .product-gutter {
		height: 77vh !important;
	}
}

.section-space.max-offset.featured.featured-37 {
	background: #fff;
	margin-bottom: 0px !important;
	padding-bottom: 0px;
}

.quick-view {}

.quick-view i {
	font-size: 20px;
}

.featured-header h2 {
	font-size: 48px !important;
}

span.lastWord {
	color: #c51e32 !important;
}

@media (min-width: 768px) {


	#featured_slider_category .slick-arrow {
		right: 0px !important;
		top: -13% !important;
		width: 50px !important;
		height: 50px !important;
		text-align: center;
		justify-content: center;
		align-items: center;
		padding: 0px !important;
		display: flex !important;
	}

	#featured_slider_category .slick-prev {
		right: 60px !important;
		left: initial !important;
	}

	#featuredTestiSlider .slick-arrow {
		right: 0px !important;
		top: -11% !important;
		width: 50px !important;
		height: 50px !important;
		text-align: center;
		justify-content: center;
		align-items: center;
		padding: 0px !important;
		display: flex !important;
	}

	#featuredTestiSlider .slick-prev {
		right: 60px !important;
		left: initial !important;
	}

	.fArticle .slick-arrow {
		right: 0px !important;
		top: -17% !important;
		width: 50px !important;
		height: 50px !important;
		text-align: center;
		justify-content: center;
		align-items: center;
		padding: 0px !important;
		display: flex !important;
	}

	.fArticle .slick-prev {
		right: 60px !important;
		left: initial !important;
	}
}

@media (min-width: 1025px) {
	#featuredTestiSlider .slick-arrow {
		top: -24% !important;
	}

	.fArticle .slick-arrow {
		top: -13% !important;
	}
}

@media (max-width: 1024px) {
	.fTestiText {
		font-size: 13px !important;
		width: 100%;
	}
}

.clientele-wrapper .custom-heading.white h2 {
	text-align: left !important;
}

.logo-slider-clientele .slick-slide {
	display: flex;
}

.logo-slider-clientele .slick-slide img {
	padding: 0px 20px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	text-align: center;
}

.logo-slider-clientele .slick-arrow {
	right: -1px !important;
	top: 27% !important;
	width: 50px !important;
	height: 50px !important;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 0px !important;
	display: flex !important;
}

.logo-slider-clientele .slick-prev {
	right: 60px !important;
	left: initial !important;
}

.fcategory {
	background: #fff;
}

.featured-category h2 {
	color: #000 !important;
}

.homefCategoryImg {
	background-size: cover !important;
	height: 100%;
	padding-bottom: 37%;
	position: relative;
}

.homefCategoryBox:nth-child(1),
.homefCategoryBox:nth-child(2) {
	grid-column: span 2;
}

.containerSignature {
	display: grid;
	grid-template-rows: repeat(2, 1fr);
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 50px;
}

.homefCategoryBox .absolute {
	width: 100%;
	text-align: center;
	top: 0%;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.8);
	height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	display: none;
}

.homefCategoryBox h3 {
	font-family: "OswaldRegular" !important;
	font-size: 24px !important;
}

.homefCategoryBtn a {
	background: #000;
	color: #fff;
	padding: 12px;
}

.homefCategoryBox:hover .absolute {
	display: flex;
}

.section-space.featuredtestimonial {
	padding: 0px;
	margin: 0 auto 0;
	background: #fff;
}

.featuredtestimonial h2 {
	text-align: left !important;
}

.featuredTesti {
	padding-bottom: 5%;
	padding-top: 5%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 90% !important;
	margin: 0 auto;
}

.fTestiInner {
	background-color: #fff;
	padding: 30px 10px;
}

.featuredTestiSlider {}

.featuredTestiSlider .slick-slide {
	padding: 15px;
	margin: 15px !important;
	height: 475px;
}

.fTestiInner {
	background-color: #c01d2e;
	padding: 30px 10px;
	text-align: center;
}

.fQuote {
	width: 75%;
	margin: 0 auto 0;
	line-height: 1.6em;
	margin-bottom: 20px;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.fTestiText {
	color: #fff;
	font-weight: 300;
	width: 90%;
	margin: auto;
	line-height: 1.6em;
	margin-bottom: 20px;
	font-family: "OswaldRegular" !important;
	font-size: 17px !important;
	min-height: 230px;
	align-items: center;
	justify-content: center;
	/* display: flex; */
}

.fTestiAuthor {
	font-weight: 600;
	color: #fff;
	line-height: 1.6em;
}

.fTestiDesc {
	color: #ffffff;
	line-height: 1.6em;
	text-align: center;
	margin-bottom: 30px;
}

.featuredTesti h2:before {
	background: #ffffff;
}

.featuredTestiSlider .slick-nav.left.prev {
	top: 50%;
	left: -5%;
}

.featuredTestiSlider .slick-nav.right.next {
	top: 50%;
	right: -5%;
}

.fQuote img {
	margin: 0 auto 0;
	line-height: 1.6em;
	margin-bottom: 20px;
	align-items: center;
	text-align: center;
}

@media (min-width: 769px) {}

#featuredTestiSlider .slick-dots,
.fArticle .slick-dots {
	bottom: -40px !important;
	display: flex !important;
}

#featuredTestiSlider .slick-dots li,
.fArticle .slick-dots li {
	background: #ccc !important;
	flex: 1;
	height: 4px !important;
	margin: 0px !important;
	padding: 0px;
}

#featuredTestiSlider .slick-dots li.slick-active,
.fArticle .slick-dots li.slick-active {
	background: #c01d2e !important;
}

#featuredTestiSlider .slick-dots li button,
.fArticle .slick-dots li button {
	width: 100%;
	height: auto;
	border-radius: 0;
	border: none;
}

#featuredTestiSlider .slick-dots li button:before,
.fArticle .slick-dots li button:before {
	display: none;
}

.fArticleBox {
	/* width: 90%; */
	/* margin: 0 auto; */
}

.fArticleBox h2 {
	text-align: left !important;
}

.fArticleSlider {
	position: relative;
}

.fArticleImg {
	background-size: cover !important;
	height: 100%;
	padding-bottom: 144%;
	position: relative;
	width: 100%;
}

.fArticleDesc {
	text-align: center;
	text-transform: uppercase;
	display: flex;
	position: absolute;
	width: 100%;
	flex-direction: column;
	align-self: flex-end;
	height: 200px;
	top: 79%;
}

.fArticleBtn {
	display: none;
	text-align: center;
	margin: 0 auto;
}

.fArticleDesc:hover .fArticleBtn {
	display: flex;
}

.fArticleBtn a {
	width: 245px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.fArticleSlider {
	margin: 0 6px;
}

.article-name {
	width: 85%;
	color: #fff;
	text-align: center;
	justify-content: center;
	margin: 0 auto;
	display: flex;
	position: relative;
	margin-bottom: 10px;
	font-family: "OswaldRegular" !important;
	font-size: 17px !important;
	vertical-align: text-top;
	line-height: 29px;
}

.contact-footer .btn {
	width: 245px !important;
	height: 60px;
}

.section-space.homecontact {
	background: #fff;
}

.homecontact {
	width: 80%;
	margin: 0 auto;
}

.homecontact h3 {
	color: #222222;
	font-size: 20px !important;
}

.homecontact-info {
	line-height: 26px;
	font-size: 18px;
	font-family: "OswaldRegular" !important;
}

.homecontact-info-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.homecontact-info-content div {
	width: 50%;
	padding: 0px 20px;
}

.homecontact-form {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.homecontact-form h3 {
	font-family: "OswaldRegular" !important;
}

.homecontact-form-cont {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -7.5px;
	width: 100%;
}

.homecontact-form-cont .form-group {
	flex: 1 1 auto;
	min-width: calc(50% - 15px);
	margin-left: 7.5px;
	margin-right: 7.5px;
}

.home-contact-footer button {
	width: 245px !important;
	height: 60px;
}

.home-contact-footer {
	display: flex;
	justify-content: space-between;
}

.home-contact-footer #google_recaptcha {
	margin-left: 2px;
}

@media (min-width: 769px) and (max-width: 1024px) {
	.home-contact-footer {
		display: block;
	}
}

@media (max-width: 768px) {

	.homecontact-form,
	.homecontact-info {
		width: 100% !important;
	}

	.homecontact-info-content div {
		width: 100% !important;
	}
}

.product-buttons button {
	height: 60px;
}

.product-compare button,
.quick-view button,
.wishlist button {
	min-width: auto !important;
}

#productModal .modal-lg {
	top: 0%;
	width: 61% !important;
}

.modal-header .close {
	color: #fff;
	background: #000;
	padding: 10px 10px;
	opacity: 1;
	border-radius: 5px;
}

.product-description-modal {
	width: 47%;
}

.product-images-modal {
	width: 45%;
	margin-left: 20px;
}

.product-image-column {
	margin-bottom: 0 !important;
	position: relative;
}

.product-image-column.out-of-stock .product-image-additional-container .product-image-additional .slick-slide.slick-current.slick-active {
	border: 1px solid #f1f1f1 !important;
}

.product-image-column.out-of-stock img {
	opacity: 0.4;
}

.product-image-column .product-image-main-container {
	margin-bottom: 7px !important;
	border: 1px solid #d8d8d8;
}

.product-image-column .product-image-main-container .product-image-main {
	position: relative;
}

.product-image-column .product-image-main-container .product-image-main:after {
	content: "";
	background: url(../../../image/icon_shop-view-red.png) no-repeat;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 1.5rem;
	bottom: 1.5rem;
	background-position: center !important;
	background-size: cover !important;
	cursor: pointer;
}

@media (min-width: 1900px) {
	.product-image-column .product-image-main-container .product-image-main:after {
		bottom: 1rem;
		right: 1rem;
	}
}

.product-image-column .product-image-main-container .product-image-main .slick-slide {
	outline: 0;
}

.product-image-column .product-image-main-container img {
	padding: 2rem;
	width: auto;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.product-image-column .product-image-main-container img {
		padding: 3rem !important;
	}
}

.product-image-column .product-image-additional-container .product-image-additional .slick-slide {
	border: 1px solid #d8d8d8;
}

.product-image-column .product-image-additional-container .product-image-additional .slick-slide img {
	border: 1px solid transparent !important;
	padding: 5px;
	width: 100%;
}

.product-image-column .product-image-additional-container .product-image-additional .slick-slide.slick-current.slick-active {
	border: 1px solid #c01d2e !important;
}

@media (min-width: 1200px) {
	.product-image-column .product-image-additional-container .product-image-additional .slick-arrow.slick-prev {
		left: -30px !important;
	}
}

@media (min-width: 1200px) {
	.product-image-column .product-image-additional-container .product-image-additional .slick-arrow.slick-next {
		right: -30px !important;
	}
}

.product-images {
	padding: 0;
}

@media (min-width: 768px) {
	.product-images {
		padding-right: 25px !important;
	}
}

.product-description-modal {
	position: relative;
	padding: 0;
	padding-left: 2.5rem !important;
}

@media (min-width: 768px) {
	.product-description-modal {
		margin-top: 0 !important;
	}
}

@media (min-width: 1200px) {
	.product-description-modal {
		padding-left: 2.5rem !important;
	}
}

.product-description-modal .filters {
	padding: 0 !important;
	margin-bottom: 2rem;
	list-style: none;
	width: 100%;
	float: left;
}

.product-description-modal .filters p {
	color: #777777;
}

.product-description-modal .filters p:first-child {
	margin-bottom: 0 !important;
	font-size: 16px;
	font-weight: 800;
	color: #111111 !important;
}

.product-description-modal .product-title {
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: "OswaldRegular" !important;
	font-size: 18px !important;
}

@media (min-width: 1200px) {
	.product-description-modal .product-title {
		font-size: 16px !important;
	}
}

@media (min-width: 1400px) {
	.product-description-modal .product-title {
		font-size: 18px !important;
	}
}

.product-description-modal .model {
	color: #c01d2e;
	font-size: 20px;
	margin-bottom: 10px;
}

@media (min-width: 1600px) {
	.product-description-modal .model {
		font-size: 24px !important;
	}
}

.product-description-modal .product-details {
	width: 100%;
	float: left;
	display: flex;
	padding-bottom: 7px !important;
	margin: 1rem 0 1.5rem !important;
}

.product-description-modal .product-details li {
	margin-right: 10px;
}

.product-description-modal .product-details li .new-prices,
.product-description-modal .product-details li .product-price {
	font-size: 24px !important;
	color: #ed002c !important;
	opacity: 1 !important;
}

@media (min-width: 1600px) {

	.product-description-modal .product-details li .new-prices,
	.product-description-modal .product-details li .product-price {
		font-size: 28px !important;
	}
}

.product-description-modal .product-details li.sp {
	margin-top: 3px;
}

.product-description-modal .product-details li .call-price {
	color: #111111 !important;
	font-size: 24px !important;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

@media (min-width: 1600px) {
	.product-description-modal .product-details li .call-price {
		font-size: 28px !important;
	}
}

.product-description-modal .product-details li .old-prices {
	font-size: 16px;
	opacity: 0.6;
}

.product-description-modal .product-details li:last-child {
	margin-right: 0 !important;
}

.product-description-modal .buttons button.btn-back {
	background: #7d7d7d !important;
	border: 1px solid #7d7d7d !important;
}

.product-description-modal .buttons button.btn-back:hover {
	background: #fff !important;
}

.product-description-modal .product-description {
	width: 100%;
	float: left;
	margin-top: 0.5rem;
	color: #111111;
	margin-bottom: 3rem;
}

@media (min-width: 1400px) {
	.product-description-modal .product-description {
		padding-right: 5rem;
	}
}

.product-description-modal .product-description .description-label {
	color: #ed002c !important;
	font-family: "OswaldSemiBold" !important;
	text-transform: uppercase;
	font-size: 17px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.product-description-modal .product-description p {
	margin-bottom: 0 !important;
}

.product-description-modal .product-description table {
	width: 100% !important;
	border: 0 !important;
	display: block;
	margin: 1.5rem 0 0;
}

.product-description-modal .product-description table tbody {
	display: block;
}

.product-description-modal .product-description table tbody tr {
	display: block;
}

.product-description-modal .product-description table tbody tr td {
	border: 0 !important;
	padding-bottom: 10px;
	display: block;
}

#productModal .modal-header {
	padding: 5px !important;
	border: 0px !important;
}

@media (max-width: 769px) {
	.product-description-modal {
		width: 90%;
		margin-top: 23px !important;
	}

	.product-images-modal {
		width: 90%;
		margin-left: 20px;
	}

	#productModal .modal-lg {
		width: 95% !important;
	}
}

@media (min-width: 1024px) {
	#productModal .modal-lg {
		top: 0%;
		width: 91% !important;
	}

	.footer-contact-links.footer1 {
		width: 16.66%;
		padding: 16px 15px;
	}

	.categoriesmegamenu {
		position: fixed;
		z-index: 8;
		background-color: #fff;
		width: 100%;
		top: 10.3em;
		display: none;
		padding: 30px 0px;
		height: 450px;
		overflow-y: scroll;
	}

	.categoriesmegamenu .container {
		width: 98%;
		max-width: 95%;
		display: flex;
	}

	.categoriesdropdown {
		display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.categoriesdropdown h5 {
		text-transform: uppercase;
		font-size: 19px;
	}

	.categoriesdropdown ul li a {
		font-size: 15px;
	}
}

@media (max-width: 1023px) {
	.categoriesmegamenu {
		display: none;
	}
}

.dropdown-img img {
	width: 100% !important;
}

@media (min-width: 1023px) and (max-width: 1201px) {
	.categoriesmegamenu {
		top: 8.3em !important;
	}
}

.contents {
	margin: 0 auto 0;
	text-align: center;
}

.top-contents {
	width: 100%;
	color: #fff !important;
	background-position: center !important;
	background-size: cover !important;
	width: 100%;
	float: left;
}

.top-contents h4,
.top-contents a {
	color: #fff !important;
}

.top-contents h2 {
	margin-bottom: 35px;
}

.information-information.iid-13 .custom-heading {
	display: none;
}

.information-information.iid-13 .leasing_module {
	padding: 0 !important;
	position: relative;
	z-index: 1;
}

.why-lease-items {
	margin-top: 5em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.why-lease-items .boxes {
	margin-bottom: 30px;
}

.information-information.iid-13 .dumbell {
	display: none;
}

.information-information.iid-13 #content {
	display: none;
}

.description {
	text-align: left;
}

.homecontact-41 {
	display: none;
}

.homecontent {
	width: 90%;
	margin: 0 auto;
}

.homecontent-info-image {
	width: 45%;
	margin-right: 20px;
}

.homecontent-info {
	display: flex;
	align-items: center;
}

.homecontent-info-content {
	width: 50%;
	line-height: 20px;
	text-align: center;
	align-items: center;
}

.homecontent_module {
	background: white;
}

.btn-floating {
	border-radius: 50%;
	padding: 15px !important;
	cursor: pointer;
	border: 0px !important;
}

.floating-icons ul {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	text-align: center;
	opacity: 0;
	transition: transform .4s, opacity .4s;
	z-index: -1;
}

.floating-icons .fa {
	color: #fff;
	justify-content: center;
	align-items: center;
	font-size: 29px !important;
}

.floating-icons ul li {
	z-index: 0;
	display: flex;
	margin-right: auto;
	margin-left: auto;
}

.floating-icons.active ul {
	opacity: 1 !important;
}

i.fa.fa-mobile {
	font-size: 36px !important;
}

.featured-media-content {}

iframe {
	max-width: 100%;
}

.achievement_module {
	padding: 0;
}

.module-instagram {
	width: 90%;
	margin: 0 auto;
}

.module-instagram .instagram .item {
	padding: 8px !important;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.module-instagram h4 {
	padding-bottom: 5px !important;
	font-family: "OswaldSemiBold" !important;
	position: relative;
	color: #fff !important;
	font-style: italic;
	text-transform: uppercase !important;
	font-size: 32px;
	margin-bottom: 10px !important;
	text-align: center !important;
}

@media (min-width: 1900px) {
	.container {
		width: 90% !important;
	}

}

img {
	max-width: 100%;
}

.featured-media {
	position: relative;
}

.featured-video {
	position: absolute;
	right: 73px;
	bottom: 10px;
}

.featured-content {
	position: absolute;
	width: 27%;
	background: black;
	top: 4%;
	right: 74px;
	padding: 10px;
}

.featured-content h3 {
	color: #D5C760;
	font-size: 18px;
	font-weight: 400;
}

.featured-content p {
	color: red;
	font-size: 16px !important;
}

.wishlist {
	border-right: 1px solid #ccc;
	text-align: center;
}

.achievement-content h2 {
	color: #000 !important;
}

.achievement div {
	text-align: center;
	margin-right: 100px;
}

.achievement {
	display: flex;
	justify-content: center;
	font-size: 20px !important;
	text-align: center;
	font-weight: 400;
	align-items: center;
}

.achievement img {
	height: 196px;
}

.achievement-cont {
	justify-content: center;
}

.archievement-content-video {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 40px 0px;
	margin: 0 auto;
}

video {
	margin: 0 auto;
}

.top-wrapper {
	padding: 50px 0px;
}

.instagram .slick-track {
	width: 100% !important;
}

.instagram .slick-initialized .slick-slide {
	width: 100% !important;
}

.scroll-text {
	font-size: 18px;
	padding: 10px;
	color: #fff;
	background: #c01d2e;
	width: 40%;
	padding: 10px 12px;
	margin: 0 auto;
	margin-top: 10px !important;
	text-align: center;
}

.footer-contact-links a img {
	width: 35px;
}

.ig-video {
	height: 61vh;
}

@media all and (max-width: 450px) {

	.other-button span,
	.other-button i {
		font-size: 12px !important;
	}

	.other-button .btn {
		padding: 5px !important;
	}

	.other-button {
		display: block;
	}

	.wishlist {
		border: 0px;
	}

	.product-compare {
		border: 0px
	}

	video::-webkit-media-controls {
		display: none !important;
	}

	.product-details .price {
		font-size: 18px !important;
	}

	.homefCategoryImg {
		background-size: cover !important;
		height: 100%;
		padding-bottom: 87%;
		position: relative;
	}
}

#image_slick .img-con {
    padding: 10px;
}
.contact-locations, .contact-title{
     padding-top: calc(40px + (80 - 40) * (100vw - 375px) / (1900 - 375));
}

.location-box {
    display: flex;
    padding-bottom: 70px;
}
.flex-wrap {
        flex-wrap: wrap;
}
.location-left .contact-details {
    padding: 0 calc(40px + (80 - 40) * (100vw - 375px) / (1900 - 375));
}
@media (min-width: 1024px) {
    .flex_64 {
        width: 64%;
        padding-right: 20px;
    }
    .flex_56 {
        width: 56%;
    }
    .flex_44 {
        width: 44%;
    }
    .flex_36 {
        width: 36%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .flex_64 {
        width: 64%;
        /* padding: 20px; */
    }
    .flex_56 {
        width: 56%;
    }
    .flex_44 {
        width: 44%;
    }
    .flex_36 {
        width: 36%;
        /* padding: 20px 0; */
    }
}
@media (max-width: 768px) {
    .flex_64 {
        width: 100%;
        /* padding: 20px; */
    }
    .flex_44 {
        width: 100%;
    }
    .flex_56 {
        width: 100%;
    }
    .flex_36 {
        width: 100%;
        /* padding: 20px 0; */
    }
    .location-left .contact-details {
        padding: calc(40px + (80 - 40) * (100vw - 375px) / (1900 - 375)) 0;
    }
}



.form-contacts {
    padding-top: 20px;
}

/*.fa-caret-down:before {*/
/*    color: #ec2f2f !important;*/
/*}*/