/*Container @ desktop size is 1170 so divided by 2 = 585 - 15px (padding)*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700&display=swap');
@font-face {
    font-family: 'BrownLight';
    src: url('fonts/Brown-Light.woff2') format('woff2'),
        url('fonts/Brown-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Biennale';
    src: url('fonts/BiennaleSemiBoldRegular.woff2') format('woff2'),
        url('fonts/BiennaleSemiBoldRegular.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


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;
	width: 100%;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
	.product-list .product-thumb .image {
		float: left;
		padding: 0 15px;
	}
}
.product-thumb h4 {
	font-weight: bold;
	padding-top: 10px;
}
.product-thumb .caption {
	padding: 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


@media (max-width: 768px){
	.text-danger {
	    width: 250px;
	}
}
	.pd-t5{
	padding-top: 5px;
	}
	.pd-t10 {
	padding-top: 10px;
	}
	
  .pd-t15 {
	padding-top: 15px;
  }
  
  .pd-b50 {
	padding-bottom: 50px;
	}

	.pd-b15 {
		padding-bottom: 15px;
	}
	
	.pd-l10 {
	padding-left: 10px;
  }
  
  .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;
	}
	
	.pd-r70 {
		padding-right: 70px;
	}
  
  @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;
	}
  }

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

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

/* 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;
	}
	
	/*#content.gausmann-product #product-tabs+.tab-content .image img {*/
 /*   height: auto !important;*/
 /*  }*/
   
       .text,.text2 {
        width: 100%;
        padding: 24px 0px !important;
    }
    
    .box {
        flex-direction: column;
        margin-left: 0px !important;
    }
}

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

/* custom css */
.fontsize120 { font-size: 120px; }
.fontsize100 { font-size: 100px; }
.fontsize60 { font-size: 60px; }
.fontsize40 { font-size: 40px; }
.fontsize35 { font-size: 35px; }
.fontsize30 { font-size: 30px; }
.fontsize25 { font-size: 25px; }
.fontsize24 { font-size: 24px; }
.fontsize20 { font-size: 20px; }
.fontsize18 { font-size: 18px; }
.fontsize16 { font-size: 16px; }
.fontsize15 { font-size: 15px; }
.fontsize14 { font-size: 14px; }
.fontsize12 { font-size: 12px; }
.fontsize10 { font-size: 10px; }

.flexwrap{
	flex-wrap: wrap;
}
.fontweightbold{
	font-weight: bold !important;
}
.text_center{
	text-align:center;
}
.text_right{
	text-align:right;
}
.text_left{
	text-align:left;
}
.colorwhite{
	color:#FFFFFF;
}
.colorgrey {
	color:#686868 !important;
}
.colorblack{
	color: #000;
}
.colortheme{
	color: #BF1F3C;
}
.font_josefin{
	font-family: 'Josefin Sans', sans-serif;
}
.font_sans{
	font-family: 'Open Sans', sans-serif;
}
.uppercase{
	text-transform: uppercase;
}
/* custom css */
@media (min-width: 991px){
	.container {
		width: calc(100% - 150px);
	}
	


	.header-container {
    grid-template-columns: 30% 40% 30%  !important;
	}

	.header_container1 {
		/* background-image: linear-gradient(to right top, #468bc2, #589ed1, #6bb2e0, #7fc6ef, #94dafe); */
		background-color: #BF1E3C;
		width: 100%;
		padding-left: unset !important;
		padding-right: unset !important;
	}

	.header_container2 {
    width: 100%;
    padding-left: unset !important;
    padding-right: unset !important;
	}

	.header_container2 .header-container {
    grid-template-columns: 30% 40% 30%!important;
	}

	.header_container3 {
		border-top:1px solid #CDCDCD;
		background-color: #EEEEEE;
    width: 100%;
    padding-left: unset !important;
    padding-right: unset !important;
	}

	.header_container3 .header-container {
    grid-template-columns: 75% 25%!important;
	}

	.header_container3.start_scroll .header-container {
    grid-template-columns: 15% 56% 14% 14%!important;
	}

	.header-top {
    grid-column: 1 / 4 !important;
    justify-content: flex-start !important;
    /* background-color: #A98A53; */
    color: #FFFFFF;
	}

	.header-top-inner {
			padding-top: 8px;
			padding-bottom: 8px;
			width: 100% !important;
			/* max-width: 1360px !important; */
			display: grid;
			display: -ms-grid;
			grid-template-rows: auto auto auto;
			grid-template-columns: 30% 40% 30% !important;
			/* grid-template-columns: 1fr 1fr 288px 420px; */
			-ms-grid-rows: auto auto auto;
			-ms-grid-columns: 30% 40% 30% !important;
	}
	.header-top-inner1{
		grid-column: 1/2;
		grid-row: 1/2;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
	}

	.header-top-inner2{
		grid-column: 2/3;
		grid-row: 1/2;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
	}

	.header-top-inner3{
		grid-column: 3/4;
		grid-row: 1/2;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 3;
	}

	.header-container .header-logo {
    padding-top: 10px;
    padding-bottom: 10px;
    grid-column: 1/2 !important;
    grid-row: 2/3 !important;
	}

	.header-container .header-menu {
    padding-top: 15px;
		grid-column: 2/3 !important;
		justify-content: center !important;
	}

	.header_container3 .header-container .header-menu {
		grid-row: 1/2 !important;
		display: flex;
    flex-direction: row;
    padding-top: 0px;
		grid-column: 1/2 !important;
		justify-content: flex-start !important;
	}

	.header_container3.start_scroll .header-container .logo_scroll {
		grid-row: 1/2 !important;
		display: flex;
    flex-direction: row;
    padding-top: 0px;
		grid-column: 1/2 !important;
		justify-content: flex-start !important;
		align-self: center;
	}

	.header_container3.start_scroll .header-container .header-menu {
		grid-row: 1/2 !important;
		display: flex;
    flex-direction: row;
    padding-top: 0px;
		grid-column: 2/3 !important;
		justify-content: flex-start !important;
	}
	.header_container3.start_scroll .header-container .search_container_scroll {
		grid-row: 1/2 !important;
		display: flex;
    flex-direction: row;
    padding-top: 0px;
		grid-column: 3/4 !important;
		justify-content: center !important;
	}
	/* .header-container .header-menu1 {
		grid-row: 1 / 2;
		display: flex;
		flex-direction: row;
    padding-top: 30px;
		grid-column: 2/3 !important;
		justify-content:flex-start !important; 
		} */

	.search-custom .search-box {
		padding: 0px !important;
		width: 350px !important;
	}

	.padding_left{
		padding-left:88px;
	}
	.padding_right{
		padding-right:88px;
	}
	
	.header-logo .header-logo-image img{
        height: 40px!important;
    }
}


.header_menu_text{
	font-weight:bold;
	text-transform: uppercase;
	font-size: 16px;
	color: black;
}
@media (min-width: 991px) and (max-width: 1300px){
	.search-custom .search-box {
		width: 200px !important;
	}
	.fontsize14{
		font-size: 12px;
	}
	.header_menu_text{
		font-size: 1.1vw;
	}
	.header_container3.start_scroll .header-container {
        grid-template-columns: 15% 42% 28% 15%!important;
	}
}
.header_login{
	justify-content: flex-end;
}

#account{
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 16px;
	color: black;
}
#cart{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.header-container #account>a[data-toggle="dropdown"]{
padding: unset !important;
}

.wishlist_text{
	font-weight:bold;
	text-transform: uppercase;
	font-size: 16px;
	color: black;
}

.menu_bar{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	padding-left: 15px;
}
.padding_scroll{
	/* padding-bottom: 10px;
	padding-top: 10px; */
}
.scroll_class{
	display: flex !important;
	align-items: center;
}
.change_font_size{
	font-size: 14px !important
}

@media (min-width: 991px){
	.header_container3.start_scroll .search-box{
		width: 150px !important;
	}
}

@media (min-width: 1350px){
	.header_container3.start_scroll .search-box{
		width: 200px !important;
	}
}

footer {
	background-color: #BF1E3D !important;
}

.powered{
	background-color: #E2E2E2;
}
.fcs a {
	text-decoration: unset !important;
	font-weight: bold;
	color: unset;
}

footer a {
	color: #FFFFFF;
}

.footer-contact-links h5 {
	padding-bottom: 10px;
}

.footer-contact-links li {
	padding-bottom: 10px;
}

.footer-upper-contet>*:last-child {
	flex: 1 !important;
}

#slideshow0 .slider-nav {
	background: transparent;
	width: 70px;
}

#slideshow0 .slider-nav img {
	width: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.title_class{
	/* font-weight: lighter; */
	font-family: 'Josefin Sans', sans-serif;
	font-size:36px;
	color:black;
	margin-bottom: 0px !important;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
	margin-top: -65px !important;
	width: 185px !important;
	height: 3px !important;
	background-color: #BF1E3C !important;
	display: none!important;
}

body:not(.cke_editable) h2:not(.swal2-title):not([style])::before {
    content: '';
    display: block;
    margin: 0px auto 22px;
	width: 185px !important;
	height: 3px !important;
	background-color: #BF1E3C !important;
}

@media (max-width: 467px){
    h2{
        font-size:25px !important;
    }
	.title_class{
		padding-bottom: 60px !important;
	}
	body:not(.cke_editable) h2:not(.swal2-title):not([style])::after {
		margin-top:-100px !important;
		width: 105px !important;
	}
}

.fcategory .product-thumb{
	border: unset !important;
}

.bottom-left {
  position: absolute;
  bottom: 40px;
	left: 35px;
	color: black;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.bottom-left-header {
  position: absolute;
  bottom: 30px;
	left: 35px;
	color: black;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 20px;
	font-weight: bold;
}
@media (max-width: 1245px){
    .bottom-left-header {
  position: absolute;
  bottom: 30px;
	left: 35px;
	color: black;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	font-weight: bold;
}
}

/* p:nth-child(odd) {
  background: red;
} */
.min_spend_row div:nth-child(odd){
	background-color: #ffbdbd;
}
.min_spend_row div:nth-child(even){
	background-color: #FBF2DC;
}

.fcategory {
	padding-bottom: unset !important;
}

.min_spend{
	padding-top: 15px !important;
	padding-bottom: 70px !important;

}

.min_spend_row{
	flex-wrap: wrap;
	padding-left: 15px;
	padding-right: 15px;
}

.min_spend_title{
	font-family: 'Josefin Sans', sans-serif;
	padding-top: 35px;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	padding-left:25px;
	margin-bottom: unset !important;
}
@media (max-width: 467px){
	.min_spend_title{
		font-size: 25px;
	}
}

.min_spend_text{
	padding-top: 5px;
	font-size: 16px;
	color: #363635;
	font-weight: bold;
	padding-left:25px;
	margin-bottom: unset !important;
}

.min_spend_codetext{
	font-size: 14px;
	color: #363635;
	font-weight: bold;
	padding-left:25px;
	/* margin-bottom: unset !important; */
}
.min_spend_class{
	width:20%;
}

.featured_title{
	color: #000000;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 38px;
	text-align:left;
}
.featured_text_below_title{
	color: #7D7977;
	font-size: 18px;
	font-weight: bold;
	text-align:left;
}
.featured_button{
	text-align:left;
}

@media (min-width: 1200px) AND (max-width: 1365px){
	.min_spend_class{
		width:20%;
	}
	.min_spend_title{
		font-size: 25px;
	}
	.featured_title{
    	color: #000000;
    	font-family: 'Josefin Sans', sans-serif;
    	font-weight: bold;
    	text-transform: uppercase;
    	font-size: 30px;
    	text-align:left;
    }
    .featured_text_below_title{
    	color: #7D7977;
    	font-size: 14px;
    	font-weight: bold;
    	text-align:left;
    }
}

@media (max-width: 1200px){
    .min_spend_class{
		width:50%;
	}
}

.btn-theme-long{
	padding-top:10px;
	padding-bottom:10px;
	color: #FFF;
	font-size: 12px;
	background-color: #333333;
	border-radius: 30px !important;
	min-width: 150px !important;
	font-weight: bold;
}

.btn-theme-long:hover{
	color: unset !important;
}

.featured_left{
	width: 45%;
	padding-top:6%;
}

.featured_right{
	/*width: 55%;*/
	width:100%;
}

@media (max-width: 467px){
	.featured_left{
		width: 100%;
		padding-bottom: 5%;
	}
	
	.featured_right{
		width: 100%;
		height: 120px !important;
		background-size:100% !important;
	}

	.featured_title{
		font-size:24px;
	}
}

@media (min-width: 468px) and (max-width: 1300px) {
	.featured_title{
		font-size: 30px;
		line-height:35px;
	}
}
@media (min-width: 468px){
	.featured_left::after{
		content: "";
		position: absolute;
		left: 44.5%;
		top: 0;
		height: 100%;
		border-bottom-right-radius: 90px;
		border-top-right-radius: 90px;
		width: 45px;
		background: #A69C97;
		filter: blur(0.5px)
	}
}

.section-space.featured {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.featured.section{
	padding-top: 30px !important;
}

.product-block {
	border: unset !important;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.img-product-test:hover{
	opacity: 0.5;
}

.product-block:hover {
	/* border: 2px solid #0F439B !important; */
	-webkit-box-shadow: 0px 0px 8px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 8px 0px rgba(204,204,204,1);	
}

.slick-slide>div {
	padding-top: 20px;
	padding-bottom: 20px;
}

.image-zoom-hover:hover img{
	transform: unset !important;
}

.product-name a{
	font-family: 'Josefin Sans', sans-serif;
	color:#BF1E3C !important;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
.product-block .product-details .price {
    flex-direction:column;
}
.product-block .product-details .price span{
    display:block;
}
.product-details .price-old{
	font-size: 18px !important;
	text-decoration: line-through;
	color: #A4A4A4;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
}

.product-details .price-new{
	font-family: 'Josefin Sans', sans-serif;
	color: #000;
	font-weight: bold;
}

/* << OPTIONS IMAGE */
.product-list-color-options{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 0 -1px;
}
.product-list-color-options .image-container{
	display: flex;
	flex-direction: column;
	background-color: transparent;
	align-items: center;
	justify-content: center;
	padding: 4px;
	margin: 0 1px;
	border: 1px solid transparent;
	/* border-radius: 50%; */
	border-radius: 10%
}
.product-list-color-options .color-options img{
	width: 18px;
	/* border-radius: 50%; */
}
.product-list-color-options .color-options.active .image-container,
.product-list-color-options .color-options.active:hover .image-container{
	border: 1px solid #6b6b6b!important;
}
.product-list-color-options .color-options:hover{
	cursor: pointer;
}
.product-list-color-options .color-options:hover .image-container{
	border: 1px solid #e1e1e1!important;
}
/* >> OPTIONS IMAGE */

/* << OPTIONS IMAGE */
.color-radio {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.color-radio .radio input {
	display: none!important;
}
.color-radio .radio {
	margin-right: 5px;
	margin-bottom: 12px;
}
.color-radio .radio label .image-container {
	display: flex;
	flex-direction: column;
	background-color: transparent;
	align-items: center;
	justify-content: center;
	padding: 4px;
	border: 1px solid transparent;
	border-radius: 25%;
}
.color-radio .radio label {
	padding-left: 0px;
	margin-right: 0px!important;
	min-width: auto!important;
}
.color-radio .radio label .image-container img{
	width: 18px;
	border-radius: 25%;
}
.color-radio .radio input:checked ~ .image-container {
	border: 1px solid #6b6b6b!important;
}
.color-radio .radio:hover .image-container {
	border: 1px solid #e1e1e1!important;
}

.color-radio .checkbox, .radio {
	margin-top:0px !important;
}
/* >> OPTIONS IMAGE */
.homepage_information_class{
	border-bottom: 1px solid #EBEBEB;
	border-top: 1px solid #EBEBEB;
}

.homepage_information_title{
	font-family: 'Josefin Sans', sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.infor_class::after{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 3px;
		background: #EBEBEB;
}

.homepage_information{
	padding-top: 15px !important;
	padding-bottom: 55px !important;
}

@media (max-width: 767px){
	.pd-t30-mobile{
		padding-top: 30px !important;
	}
	.pd-b30-mobile{
		padding-bottom: 30px !important;
	}
}

.product-block .product-button {
	opacity: 0;
}

.insta_class{
	margin-bottom: 45px !important;
}

.instagram .item .fa:before {
	color: #000 !important;
	font-size: 28px !important; 
}

.arrow-right-icon {
	background-image: url(../../../../../image/catalog/home/right-min.png);
	background-size: 19px 32px;
	width: 19px;
	height: 32px;
}

.arrow-left-icon {
	background-image: url(../../../../../image/catalog/home/left-min.png);
	background-size: 19px 32px;
	width: 19px;
	height: 32px;
}

i.icon{
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left top;
}

.latest_news_4_mh{
	padding-bottom: 45px !important;
	padding-top: 0px !important;
}
.instagram {
	padding-bottom: 45px !important;
}

.testimonials {
	padding-bottom: 45px !important;
	padding-top: 35px !important;
}

.testimonials .prev {
	padding: 0 5px;
	opacity: 0.2;
}

.testimonials .prev.active {
	padding: 0 5px;
	opacity: 1;
}

.testimonials .next {
	padding: 0 5px;
	opacity: 0.2;
}

.testimonials .next.active {
	padding: 0 5px;
	opacity: 1;
}

.sticker{
	display: flex;
	padding: 3px 8px;
	line-height: 1.4;
	z-index: 2;
	top: 5% !important;
	left: -1px !important;
	height: 45px;
	width: 45px;
	align-items: center;
	border-radius: 50%;
	font-size: 12px;
	justify-content: center;
}

.header-container .btn.btn-link.dropdown-toggle{
	border:1px solid #fff;
	padding:0 10px!important;
	min-width:100px!important;
	color:#fff;
	min-height: 35px!important;
	height: 35px!important;
	top: 10px;
}
.header-container .dropdown-menu {
	top: 125%;
	text-align:center;
	min-width: 99px;
	border:1px solid #fff;
}
.header-container .dropdown-menu.online-shop-menu{
	top: 95%;
	text-align: center;
	min-width: 99px;
	border: 1px solid #fff;
}
.overlay-all{
	position: absolute;
	top: 180px;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: white;
	z-index: 999;
	opacity: 0.5; 
	display:none;
}
.dropdown-menu.online-shop-menu{
	height: calc(100vh - 132px);
	overflow-y: auto;
}
.online-shop-menu {
	position: absolute;
	top: 82%;
	left: 0;
	z-index: 1000;
	display: block;
	float: left;
	min-width: 160px;
	/*padding: 15px;*/
	margin: 0px 0 0 !important;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	/*border-top: 4px solid #2f3193;*/
	width: 100%;
	display: none!important;
	font-family:Lato;
	padding: 0;
	border: 0!important;
}
.online-shop-menu .menu_left{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
	width: 70%;
	background-color: #FAFAFA;
	text-align: left;
	padding: 10px;
	padding-left: calc((100% - calc(100% - 150px)) / 2);
	padding-right: 50px;
	/* overflow-y: auto; */
	/* height: 300px; */
	height: auto;
}
.online-shop-menu .menu_left h3{
	color:#a5a5a5;
	font-weight:bold;
	margin-bottom:22px;
	font-size:14px;
}
.child_box h3{
	font-size:16px;
}
.online-shop-menu .menu_left .custom-category-box a {
	color: #444444!important;
	font-weight: bold!important;
	margin-bottom: 22px;
	font-size: 14px;
	padding:0!important;
}
.online-shop-menu .menu_left h3.active{
	color:#8f318a;
}
.online-shop-menu .menu_left h3:before {
	font-family: 'Glyphicons Halflings';
	content: "\e080";
	float: right;
	text-align: right;
	transition: all 0.5s;
}
.online-shop-menu .menu_left h3:hover{
	color:#8f318a;
}
.online-shop-menu .menu_right{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
	width: 30%;
	display: inline-block;
	background-color: #FAFAFA;
	text-align: left;
	padding: 30px 0px;
	overflow-y: auto;
	/* padding-right: calc((100% - 1170px) / 2); */
	padding-right: 3%;
	height: auto;
}
.online-shop-menu .menu_right .col-sm-9, .online-shop-menu .menu_right .col-sm-4, .online-shop-menu .menu_right .col-sm-3{
	padding-right: 7.5px;
	padding-left: 7.5px;
}
.online-shop-menu .menu_right .child_box{
	display:none;
}
.online-shop-menu .menu_right .child_box.active{
	display:block;
}
.online-shop-menu .menu_right .child_title{
	font-weight: bold;
	padding-left: 22px;
	color: #828282;
	margin-bottom: 25px;
}
.menu_right>div>div>div>div {
	margin-bottom: 30px;
}
.menu_right>div>div>div>div>a {
	font-weight: bold!important;
	display: block!important;
	font-size: 14px;
	color: #444444!important;
	text-decoration: underline;
	padding: 8px 15px;
}
#main-menu .menu_right .ca:hover {
	color: #8f318a!important;
	text-decoration: underline;
	padding: 8px 15px;
}
.menu_right>div>div>div>a:hover{
	color:black!important;
}
.menu_right>div>div>div>div>div>div>a {
	font-weight: bold!important;
	font-size: 12px;
	color: #444444!important;
	padding: 7px 0px 7px 16px;
}
.menu_right>div>div>div>div>div>div>a:hover {
	padding: 7px 0px 7px 16px;
}
.menu_right>div>div>div>div>div>div>a:hover{
	color:black!important;
}
.menu_right .col-sm-9>div>div:nth-child(3n+1){
	clear:left;
}
.online-shop-menu ::-webkit-scrollbar {
width: 12px;
}
/* Track */
.online-shop-menu ::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.online-shop-menu ::-webkit-scrollbar-thumb {
  background: #f1e6dd; 
}

/* Handle on hover */
.online-shop-menu ::-webkit-scrollbar-thumb:hover {
  background: #ead4db; 
}
a.ca.collapsed:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    padding-left: 3px;
}
.header-menu #main-menu li:hover .dropdown-menu {
    display: block!important;
    color: #000;
    overflow: hidden;
    height: auto;
    /* max-height: 400px; */
}
.header-menu #main-menu li:hover .header_menu_text {
		border-bottom: 2px solid #B1282A;
}

#main-menu {
    position: inherit!important;
    box-shadow: none;
    /* margin-bottom: 10px; */
}
#main-menu>li {
    position: inherit;
}
.menu_box_hover {
    overflow-y: auto;
    width: calc(100% - 500px);
    margin: 0 auto;
}

.child_category:hover{
	color: #C42C4B !important;
}

.breadcrumb {
	border: unset !important;
	background-color: unset !important;
}

.breadcrumb li:not(:last-child) a{
	color:#B4B4B4 !important;
	text-transform: uppercase;
	font-size: 12px;
}

.breadcrumb li:last-child a{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color:black !important;
}

.breadcrumb > li {
	padding: 0 10px !important;
}
.breadcrumb li::after {
	color: #BF1E3C !important;
	font-size: 12px !important;
}

.section-space{
	padding:  30px 0px !important;
}

.short_line::after {
	width:68px !important;
	content: '';
	height: 6px;
	background: #ccc;
	display: block;
	/*margin: 22px auto 0px;*/
	/*margin-top: -50px !important;*/
	width: 68px !important;
	height: 3px !important;
	background-color: #BF1E3C !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;	
}
.short_line{
	text-align:center;
	text-transform: uppercase;
	font-weight: lighter;
	color: #000;
	padding-top:15px;
	position:relative;
}

.embedded_map{
	padding-top:20px;
}

.embedded_map iframe{
	width:100%;
}
.marginzero p {
	margin: 0px 0px 0px !important;
}

.btn-primary{
	background-color:#BF1E3D !important;
	border-color: #BF1E3D !important;
	border-radius: 30px !important;
	/*width: 150px !important;*/
	font-family: 'Josefin Sans', sans-serif;
}
.section-space.slideshow {
	padding: 0 !important;
}

.t2{
	padding-bottom: 10px !important;
	padding-top: 10px !important;
}

.fcategory.section-space{
	/*padding-top: 100px !important;*/
	padding-bottom: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
/* news category pagination */
.news-ncategory .pagination li a, .news-ncategory .pagination li span,
.product-search .pagination li a, .product-search .pagination li span,
.testimonial-testimonial .pagination li a, .testimonial-testimonial .pagination li span{
    border-radius: 30px;
    /* width: 38px; */
    height: 35px;
    background-color:transparent;
    /* margin:0px 5px; */
    color: black;
    border: unset !important;
}
.news-ncategory .pagination li a:hover, .news-ncategory .pagination li span:hover,
.product-search .pagination li a:hover, .product-search .pagination li span:hover,
.testimonial-testimonial .pagination li a:hover, .testimonial-testimonial .pagination li span:hover{
    background-color:transparent;
    border: unset !important;
    color:#92723a;
}
.news-ncategory .pagination li span,
.product-search .pagination li span,
.testimonial-testimonial .pagination li span{
    border: unset !important;
    color:#92723a;
}
/* news category pagination */

.article-content p a{
	color: #686868 !important
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.first_div{
	width: 50%;
	padding:25px;
}
.second_div{
	width: 50%;
	padding: 25px;
	padding-top: 40px;
}

.flex_direction_row{
	flex-direction: row;
}

.flex_direction_row_reverse{
	flex-direction: row-reverse;
}

.mood_inner_product_width{
	width: 25%;
}

@media (max-width: 991px) {
	.first_div{
		width: 100%;
		padding:25px;
	}
	.second_div{
		width: 100%;
		padding: 25px;
		padding-top: 40px;
	}
	.mood_inner_product_width{
		width: 50%;
	}
}
#side-categories .group .item .toggle {
	width: 14px !important;
	border-left: unset !important;
}

#side-categories .group .item.active+.sub {
	border-top: unset !important;
}

.sub.level-2{
	padding-left: 14px;
}

.sub.level-3{
	padding-left: 28px;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	border-left: 4px solid #747474;
}

.side-categories-level-1 .active .caret{
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid #BF1E3D;
	border-top: 4px solid\9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.side-categories-level-1 a{
	color: #837D75;
}

/* .item.level-2.active a{
	color: #BF1E3D;;
} */

#side-categories .group:not(:last-child) {
	border-bottom: unset !important;
}

#side-categories .group .item a:hover {
	color: #BF1E3D !important;
}

#side-price .ui-slider-handle {
	background: white !important;
	width: 19px !important;
	height: 17px !important;
	border: 1px solid;
}

#side-price .ui-slider-range {
	background: #BF1E3D !important;
}

.top0{
	top: 0px !important;
}

.product-category .product-view>* {
	/*width: calc(25% - 15px) !important;*/
}

.product-block {
    background:none !important;
}

@media (max-width: 540px){
	.product-category .product-view>* {
		width: 100% !important;
	}
}

@media (max-width: 1023px) and (min-width: 541px){
	.product-category .product-view>* {
		width: calc(50% - 8px) !important;
	}
}

.product-special .product-view>*{
	width: calc(25% - 10px) !important;
}

@media (max-width: 540px){
	.product-special .product-view>* {
		width: 100% !important;
	}
}

@media (max-width: 1023px) and (min-width: 541px){
	.product-special .product-view>* {
		width: calc(50% - 8px) !important;
	}
}

.product-category .pagination li a, .product-category .pagination li span,
.product-search .pagination li a, .product-search .pagination li span,
.testimonial-testimonial .pagination li a, .testimonial-testimonial .pagination li span{
    border-radius: 30px;
    /* width: 38px; */
    height: 35px;
    background-color:transparent;
    /* margin:0px 5px; */
    color: black;
    border: unset !important;
}
.product-category .pagination li a:hover, .product-category .pagination li span:hover,
.product-search .pagination li a:hover, .product-search .pagination li span:hover,
.testimonial-testimonial .pagination li a:hover, .testimonial-testimonial .pagination li span:hover{
    background-color:transparent;
    border: unset !important;
    color:#92723a;
}
.product-category .pagination li span,
.product-search .pagination li span,
.testimonial-testimonial .pagination li span{
    border: unset !important;
    color:#92723a;
}

.product-special .pagination li a, .product-special .pagination li span,
.product-search .pagination li a, .product-search .pagination li span,
.testimonial-testimonial .pagination li a, .testimonial-testimonial .pagination li span{
    border-radius: 30px;
    /* width: 38px; */
    height: 35px;
    background-color:transparent;
    /* margin:0px 5px; */
    color: black;
    border: unset !important;
}
.product-special .pagination li a:hover, .product-special .pagination li span:hover,
.product-search .pagination li a:hover, .product-search .pagination li span:hover,
.testimonial-testimonial .pagination li a:hover, .testimonial-testimonial .pagination li span:hover{
    background-color:transparent;
    border: unset !important;
    color:#92723a;
}
.product-special .pagination li span,
.product-search .pagination li span,
.testimonial-testimonial .pagination li span{
    border: unset !important;
    color:#92723a;
}

.current_price{
	font-size: 25px;
	color: #000;
	font-weight: bold;
}

.last_price{
	font-size: 15px;
	color: #AFAFAF;
	font-weight: bold;
}

.width100percent{
	width: 100% !important;
}

.width50percent{
	width: 50% !important;
}

.product-product #product {
max-width: 100% !important
}

.justifyleft{
	justify-content: left !important;
}

.input_group_flex_unset .width100percent{
	flex-direction: unset !important;
}

.input_group_flex_unset .width50percent{
	flex-direction: unset !important;
}

.btn-minus{
	background-color: #E7E7E7;
}

.btn-plus{
	background-color: #E7E7E7;
}

.border_product{
	border: 1px solid #E9E9E9;
	border-top: 2px solid #BF1E3D;
	padding: 40px;
	margin-bottom:20px;
}

/* tooltip */
.tooltip1 {
  position: relative;
  display: inline-block;
	border-bottom: 1px dotted black;
	opacity: 1 !important;
	z-index: 1 !important;
}

.tooltip1 .tooltiptext1 {
  visibility: hidden;
  width: 50px;
	background-color: white;
	border: 1px solid #E7E7E7;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 150%;
  left: 50%;
  margin-left: -25px;
}

.tooltip1 .tooltiptext1::after {
  content: "";
  position: absolute;
  bottom: 103%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #E7E7E7 transparent;
}

.tooltip1:hover .tooltip1text {
  visibility: visible;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #000;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border: 2px solid transparent;
	border-bottom-color: #BF1E3D;
}

.featured_related_products_{
	padding-top: 50px;
}

.featured_related_products_ .container{
	width: unset !important;
}

.waiting_list_container {
	border: unset !important;
}

.item-details{
	text-align: left;
}

.sliding-text-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.sliding-text {
	position: relative;
	white-space: nowrap;
	animation: floatText 10s infinite;
	-moz-animation: floatText 10s infinite;
	-webkit-animation: floatText 10s infinite;
	-ms-animation: floatText 10s infinite;
	animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	text-align: right;
}

@keyframes floatText {
  from {
    right: -50%;
  }
  to {
    right: 100%;
  }
}

.slider-slideshow-description .slider-slideshow-description-texts {
	height: 400px;
	width: 400px;
	background-color: #BF1E3C;
	border-radius: 50%;
	display: inline-block;
	opacity: 0.9;
	margin-left: 50px;
	padding-top: 10px;
	padding-left: 53px;
	display: flex;
	line-height: 1.1 !important;
}

.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0 {
	font-size: 40px !important;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
}

.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1 {
	font-size: 110px !important;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-2 {
	font-size: 25px !important;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.slider-slideshow-description .slider-slideshow-description-link {
	width: 100%;
	text-align: center;
	padding-top: 21px !important;
}

.btn-banner {
	color: #fff;
	background-color: #333333;
	border-color: #333333;
	border-radius: 30px !important;
	width: 150px !important;
	font-family: 'Josefin Sans', sans-serif;
}

@media (max-width: 1000px) {
	.slider-slideshow-description .slider-slideshow-description-texts {
		display: none !important;
	}
}
@media (max-width: 1200px) {
	.scroll-next {
		display: none !important;
	}
}

.bottomed1 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
  position: absolute;
  bottom: 105px;
  left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	z-index:1;
}
.bottomed2 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
  position: absolute;
  bottom: 90px;
  left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	z-index:1;
}
.bottomed3 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
  position: absolute;
  bottom: 40px;
  left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
	z-index:1;
}

#popup-modal .modal-body {
	/* padding-top: 0;
	padding-bottom: 0;
	padding-left: 0; */
}

@media (min-width: 468px) {
	.shop_by_categories{
		display: none;
	}	
}
@media (max-width: 467px) {
	.shop_by_categories{
		display: block;
		background-color: #f4f4f4;
	}	
}
@media (min-width: 991px) {
	#popup-modal .modal-body{
		padding-left: unset;
		padding-bottom: unset;
		padding-top: unset;
	}
}
.fcategory-28 .product-thumb h3{
    text-align: center;font-family: 'Josefin Sans';margin-top: .5em;
}
.fcategory-28 .product-thumb h3 a{
    color: black;
    text-transform: uppercase;
    font-size: calc(24px + (32 - 24) * (100vw - 320px) / (1920 - 320));
    font-weight: bold;
}
.fcategory-28 .product-thumb{
    margin-bottom: 60px;
}
.testimonials-33 .row{
    border: 5px solid;
    padding: 1em;
    background-color: #EEEEEE;
}
.homepage_information .homepage_information_class{
    background-color: #EEEEEE;
}
/*.product-category #side-categories .group .item a:hover, .product-category #side-categories .group .item.active a {*/
/*	background: transparent!important;*/
/*	color: #BF1F3C!important;*/
/*}*/
.bnews-list {
    display:flex;
    flex-wrap:wrap;
}
.bnews-list p a{
	color: #686868 !important;
}

.btn-default-special{
	border-radius: 30px !important;
}
.btn-danger{
	border-radius: 30px !important;
}
.width150px{
	width: 150px !important;
}

.product-block .product-details {
    padding:0px 0px !important;
    align-items:center;
    justify-content:center;
    gap:10px;
}
.product-block .product-details .from{
    font-weight:bold;
    flex:1;
}
.slick-dots li button:before {
    font-size: 12px !important;
}

.slick-slide .slick-arrow{
    display:none !important;
}
.slick-slide:hover .slick-arrow{
    display:block !important;
    z-index:999999;
}
.fcategory .product-layout .product-thumb .bottom-left {
        text-align: center;
    top: 58%;
    left: 35%;
    background-color: #fff;
    height: 26px;
    padding: 5px;
    border-radius: 23px;
    text-shadow: -2px 2px #fff;
}


@media all and (max-width: 1490px) {
    .header_container3 .header-container {
        grid-template-columns: 80% 20% !important;
    }
    
    	.header-container	.container {
		width: 100% !important; 
	}
}


@media all and (max-width: 1812PX) {
    .fixed-header	.container {
		width: 100% !important; 
	}
	
	.header-container .header-menu #main-menu>li>a {
	    padding-right: 1vw !important;
	}
}



@media all and (max-width: 1490px) {
    .header_container3 .container {
       margin: 0px auto !important;
           width: calc(100% - 10px) !important;
    }
    

   .header_container3.start_scroll .header-container {
       grid-template-columns: 10% 60% 13% 15%!important;
    }
    
    .header-container .header-menu #main-menu>li>a {
        padding-right: .8vw !important;
        font-size:12px;
    }
}


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

   .header_container3.start_scroll .header-container {
       grid-template-columns: 10% 70% 3% 15%!important;
    }
    
    .header_container3.start_scroll .header-container .search_container_scroll {
        visibility: hidden !important;
    }
    
    .change_font_size {
        font-size: 12px !important;
    }
    

}
#product-tabs, #product-tabs + .tab-content{
    width: 95vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -47.5vw;
    margin-right: -47.5vw;
    overflow: hidden; 
}

@media (max-width: 767px) {
    #product-tabs + .tab-content {
        color:#692145;
        line-height:29px;
            font-family: 'BrownLight';
                   font-size:18px;
    }
    #product-tabs + .tab-content h1 {
        line-height:1em;
        font-size:36px;
        font-family: 'Biennale';
    }
}

 #content.gausmann-product #product-tabs+.tab-content .image2 img , #content.gausmann-product #product-tabs+.tab-content .image img{
    height: calc((730 / 19.2)* 1vw);
    width: 100%;
}
 #content.gausmann-product #product-tabs+.tab-content .image2,  #content.gausmann-product #product-tabs+.tab-content .image {
    flex:0 0 60%;
}  
.box {
    margin-left: 0px !important;
    flex-wrap:wrap;
}
.box2 {
    margin-left: 0px !important;
    flex-wrap:wrap;
}

.product-product .tab-content .box  > .image ,
.product-product .tab-content .box2  > .image,.product-product .tab-content .box2  > .image2{
    flex:0 0 60%;
    width:60%;

}
.product-product .tab-content .box  > .text ,
.product-product .tab-content .box2  > .text,.product-product .tab-content .box2  > .text2 {
    flex:0 0 40%;
    width:40%;

}
.product-product .tab-content .box  > * img  , .product-product .tab-content .box2  > * img {
    width:100%!important;
    object-fit:cover;
    height: calc((720 / 19.2)* 1vw)!important;
}

@media (max-width: 767px) {
    .product-product .tab-content .box  > * , .product-product .tab-content .box2  > * {
        flex:0 0 100%!important;
        width:100%!important;
    }
    .product-product .tab-content .box  > * img  , .product-product .tab-content .box2  > * img {
        height: calc((650 / 7.67)* 1vw)!important;
    }
}
.product-description {
    margin-bottom:20px;
}
.product-description p {
    line-height: 25px;
    font-size: 18px !important;
}
.common-home .section-space.html-42 .container{
    width: calc(100% - 60px);
}
.product-product .product-image-main .slick-slide>div {
    padding-top:0;
    text-align:center;
}
body.product-product .product-image-additional-container {
    padding:0;    
}
div[class*="box"] + p, div[class*="box"] + p + p {
    margin:0;
}
.header-container .header-menu #main-menu {
    display:flex;
    flex-wrap:wrap;
}
.featured-module .featured_right {
    min-height:30vw;
}
.product-image-row {
    display:flex;
    align-items:flex-start;
    flex-wrap:wrap
}
.product-product .price-wrap .from{
    font-weight:bold;
}
.header-container .header-menu #main-menu [disabled]{
    pointer-events:none
}
.product-category .fullwidth {
    width:100%!important;
}

.product-category #filter_toggle {
    position: fixed;
    top: 50vh;
    left: -54px;
    transform: translateY(-50%) rotate(90deg);
    z-index: 10;
    width: 150px;
    padding: 10px;
    text-align:center;
    font-size:16px;
    cursor:pointer;
}
@media (max-width: 767px) {
.product-category #filter_toggle {
    display:none;
}
.cd-accordion-menu .has-children>a {
        pointer-events:none
}
}
.product-product .enquiry-block .label {
    font-size:14px;
    padding: 20px 30px;
    margin-bottom:20px;
    display:inline-block;
}
.product-product .product-image-main .slick-slide img{
    width: 100%!important;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
@media (max-width: 767px) {
    .product-product .product-image-main .slick-slide img{
        width: 100%!important;
    }
}
.add-to-cart-wrap {
    margin-bottom:10px
}
.add-to-cart-wrap .btn-primary{
    padding:20px 30px;
    
}

@media (max-width: 767px) {
    .tab-content .overlay-text {
        position:relative;
        background:black;
        left:0;
        padding-top:20px;
        padding-bottom:30px;
    }
    .tab-content .overlay-text span{ 
          font-size:14px!important;
    }
    .tab-content .video-container, .tab-content .video-container2 {
        height:250px;  
    }
    
    .pid-1002 .tab-content .black-box span {
        font-size:16px!important;
    }
    .tab-content h1 span {
        font-size:24px!important;
    }
    .product-product.pid-1002 .image-container > img:first-child {
        width: 180%;
        max-width: 180%;
        object-fit: cover;
        overflow: hidden;
    }
    .product-product.pid-1002 .image-container > img.overlay-img {
        width: 65px!important;
        height: auto!important;
        top: 15px;
        right: 15px;
    }
    .product-product.pid-1002 .tab-content .box > * img, .product-product.pid-1002 .tab-content .box2 > * img  {
        object-fit:contain
    }
}
h3.product-title {
    font-size:30px;
}
.overlay-video {
    width:100%;
}
.custom-product-description {
    font-weight:700;
}
.product-product .add-to-cart-wrap{
    display:flex;
    gap:30px;
    align-items:center;
}
.product-product .breadcrumb {
    margin:10px 0 10px 0;
}
.article-post .image-container img{
    aspect-ratio:16 / 9;    
    object-fit:cover;
    object-position:10%
}