/* General */
.btn-primary, .btn-secondary{
	color: #fff;
	font-family: "Gentium Book Basic",serif;
	font-size: 18px;
	line-height: 1.8em;
	font-weight: 400;
	font-style: italic;
	background-color: #b59460;
	border: 2px solid transparent;
	padding: 10px 45px;
	text-transform: none;
	height: auto;
	-webkit-transition: all ease 300ms;
	   -moz-transition: all ease 300ms;
	    -ms-transition: all ease 300ms;
	     -o-transition: all ease 300ms;
	        transition: all ease 300ms;
}

.btn-primary:active, .btn-secondary:active{
	color: #fff;
}

.btn-primary:focus, .btn-primary.focus{
	background: #b59460;
}

.btn-primary:disabled:focus{
	background-color: #b59460;
}

.btn-primary:hover{
	background: #000;
}

.btn-secondary{
	background: #000 !important;
	border: 2px solid transparent;
}

.btn-secondary:hover, .btn-secondary:focus{
	background: transparent !important;
	color: #000;
	border: 2px solid #000;
	opacity: 1 !important;
}

a{
	color: #b59460;
}

.contact-rich a:hover, .sitemap a:hover, #content a:hover, #main .page-footer a:hover{
	color: #b59460;
	text-decoration: underline;
}

.group-span-filestyle .btn-default, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .group-span-filestyle .btn-touchspin{
	background: #b59460;
}

.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i{
	-webkit-transition: all ease 300ms;
	   -moz-transition: all ease 300ms;
	    -ms-transition: all ease 300ms;
	     -o-transition: all ease 300ms;
	        transition: all ease 300ms;
}
/* END General */

/* Category */
#page-title{
	width: 100%;
	height: 340px;
	position: relative;
	margin-bottom: 40px;
}

body#category #page-title{
	margin-bottom: 85px;
}

#page-title .cover-title{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	min-height: 340px;
	background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  /* -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover; */
}

#page-title .cover-title::before{
	content: "";
	background: rgba(0, 0, 0, 0.576);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#page-title .content-title{
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 3;
	text-align: center;
	width: 100%;
	padding: 0 20px;
}

#page-title .content-title h1,
#page-title .content-title p.h1{
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	line-height: 1.15em;
	letter-spacing: 0.16em;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
	margin-bottom: 0;
}

.cat-desc{
	clear: both;
	padding: 20px;
	background: #fff;
	border: solid 1px #eee;
	margin: 60px 0;
}

.cat-desc.desc-top{
	margin: 15px 0 25px;
}

.cat-desc p, .cat-desc li{
	font-size: 13px;
	line-height: 18px;
}

.cat-desc p{
	margin-bottom: 10px;
}

.cat-desc h2{
	margin: 25px 0 10px;
}

.cat-desc h3{
	margin: 15px 0 10px;
}

.cat-desc a{
	color: #000;
}

.cat-desc a:hover{
	color: #b59460;
}

.cat-desc > :first-child{
	margin-top: 0;
}

.cat-desc > :last-child{
	margin-bottom: 0;
}

#wrapper .breadcrumb{
	margin-bottom: 0;
}

body#product #wrapper nav.breadcrumb{
	margin-bottom: 20px;
}

#wrapper .breadcrumb li::after, #page-title .breadcrumb li a, #wrapper .breadcrumb li:last-child{
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.3);
	font-size: 16px;
}

body#product #wrapper .breadcrumb li::after, body#product #wrapper .breadcrumb li:last-child {
	color: #000;
	text-shadow: none;
}

#wrapper .breadcrumb li:last-child{
	font-weight: 600;
}

#page-title .breadcrumb li a{
	position: relative;
}

#page-title .breadcrumb li a::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}

#page-title .breadcrumb li a:hover::before {
  width: 100%;
}

#left-column > div{
	margin-bottom: 45px;
}

#left-column #search_widget{
	width: 100%;
	float: none;
}

#left-column #search_widget form input{
	padding: 0;
	background: none;
	height: 46px;
	padding: 13px 0;
	border-bottom: solid 1px #000;
	-webkit-border-radius: 0;
	        border-radius: 0;
}

#left-column #search_widget form input::placeholder{
	color: #888;
	opacity: 1;
}

#left-column #search_widget form i{
	padding: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#left-column #search_filters{
	padding: 0;
	margin: 0;
	background: none;
}

#left-column #search_filters .facet .facet-title, .active_filters .active-filter-title{
	margin: 0 0 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.23em;
	letter-spacing: 0.16em;
}

#left-column #search_filters .facet{
	margin-bottom: 25px;
}

#left-column #search_filters .facet ul{
	margin-bottom: 0;
}

#search_filters .facet .facet-label{
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-align-items: center;
	        align-items: center;
	margin-bottom: 5px;
}

#left-column #search_filters .facet .facet-label a{
	font-family: "Gentium Book Basic",serif;
	font-size: 18px;
	line-height: 1.39em;
	/* font-style: italic; */
	color: #000;
	margin: 0;
}

#left-column #search_filters .facet .facet-label .custom-checkbox{
	top: -2px;
}

#left-column #search_filters .facet .facet-label .custom-checkbox.custom-checkbox-color{
	top: 0px;
}

#left-column #_desktop_search_filters_clear_all{
	margin-bottom: 35px;
	padding-top: 5px;
}

#left-column #_desktop_search_filters_clear_all button{
	width: 100%;
	padding: 8px 10px;
}

#left-column #search_filters .facet .faceted-slider .ui-widget-content{
	border: none;
	height: 2px;
	background: #DBD6CF;
}

#left-column #search_filters .facet .faceted-slider .ui-widget-header{
	background: #000;
}

#left-column #search_filters .facet .faceted-slider .ui-slider .ui-slider-handle{
	border: none;
	background: #000;
	width: 8px;
	height: 8px;
	top: 50%;
	-webkit-transition: none;
	   -moz-transition: none;
	    -ms-transition: none;
	     -o-transition: none;
	        transition: none;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.products-selection{
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
	margin-bottom: 40px;
}

.products-selection p{
	font-size: 15px;
	margin: 0;
}

.products-selection .total-products{
	padding-top: 0;
}

.products-sort-order{
	text-align: right;
}

.products-selection .sort-by-row .select-title{
	display: inline-block;
	height: 56px;
	color: #000;
	padding: 13px 22px;
	margin: 0;
	font-family: "Gentium Book Basic";
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	font-style: italic;
	background: #eaeaea;
	border: solid 2px #dbd6cf;
	width: 250px;
	text-align: left;
}

.products-sort-order .dropdown-menu, .brands-sort .dropdown-menu, .suppliers-sort .dropdown-menu{
	right: 15px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: solid 2px #dbd6cf;
	width: 250px;
	background: #eaeaea;
	z-index: 10000;
	border-top: none;
	padding: 5px 20px;
}

.products-sort-order .select-list, .brands-sort .select-list, .suppliers-sort .select-list{
	font-family: "Gentium Book Basic";
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	font-style: italic;
	padding: 3px 0;
	position: relative;
}

.products-sort-order .select-list::before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #000;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}

.products-sort-order .select-list:hover, .brands-sort .select-list:hover, .suppliers-sort .select-list:hover{
	background: none;
	color: #000;
}

.products-sort-order .select-list:hover::before{
	width: 100%;
}

.products-selection .sort-by-row i, .products-selection .sort-by-row .select-title i{
	height: auto;
	-webkit-transition: all ease 300ms;
	   -moz-transition: all ease 300ms;
	    -ms-transition: all ease 300ms;
	     -o-transition: all ease 300ms;
	        transition: all ease 300ms;
	-webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	     -o-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

.products-selection .sort-by-row .open i, .products-selection .sort-by-row .open .select-title i{
	-webkit-transform: none;
	   -moz-transform: none;
	    -ms-transform: none;
	     -o-transform: none;
	        transform: none;
}

.active_filters{
	background: #fff;
	color: #000;
	padding: .625rem 1rem 0;
}

.active_filters .active-filter-title{
	margin: 0 10px 8px 0;
}

.active_filters .filter-block{
	padding: 0.1rem 0.625rem 0.2rem;
	background: #f7f7f7;
	border: solid 1px #eee;
}

.active_filters .filter-block .close{
	margin: 6px 0 0 10px;
}

.pagination{
	font-size: 15px;
	margin: 55px 0;
}

.pagination .page-list{
	padding: 0;
	background: none;
}

.pagination .page-list li{
	margin-right: 15px;
}

.pagination a{
	color: #A7A6A6;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0;
}

.pagination .current a, .pagination a:hover{
	font-size: 15px;
	color: #000;
}

.pagination .previous{
	float: none;
	margin-right: 30px;
}

.pagination .next{
	float: none;
	margin-left: 30px;
}

.pagination i{
	font-size: 20px;
	line-height: 18px;
}
/* END Category */

/* Listing */
.product-miniature .listing-category{
	padding: 0;
}

.product-miniature .listing-category .product-title{
	margin: 17px 0 5px;
	text-align: left;
}

.product-miniature .listing-category .product-price-and-shipping{
	text-align: left;
	font-weight: 400;
	margin-top: 2px;
}

#js-product-list article.product-miniature{
	margin-bottom: 30px;
}
/* END Listing */

/* Product */
/* body#product .breadcrumb{
	display: none;
} */

body#product .product-container{
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

body#product #product-left{
	width: 780px;
}

body#product #content{
	max-width: none;
}

body#product .images-container{
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

body#product #main .images-container > .thumbnails{
	width: 185px;	
	margin: 0;
	height: 580px;
}

body#product #main .images-container > .thumbnails .product-images{
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    margin: 0;
    height: 100%;
}

body#product #main .images-container .swiper-prev, body#product #main .images-container .swiper-next{
	color: #000;
	background: #fff;
	-webkit-border-radius: 500px;
	        border-radius: 500px;
	position: absolute;
	z-index: 1;
	left: 50%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	     -o-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: flex;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-align-items: center;
	        align-items: center;
	width: 30px;
	height: 30px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	touch-action: none;
}

body#product #main .images-container .swiper-button-disabled{
	display: none;
}

body#product #main .images-container .swiper-prev .material-icons, body#product #main .images-container .swiper-next .material-icons{
	font-size: 20px;
}

body#product #main .images-container .swiper-prev{
	top: 10px;
}

body#product #main .images-container .swiper-next{
	bottom: 10px;
}

body#product #main .images-container > .thumbnails .product-images .thumb{
	margin: 0;
	-webkit-transition: all ease 300ms;
	   -moz-transition: all ease 300ms;
	    -ms-transition: all ease 300ms;
	     -o-transition: all ease 300ms;
	        transition: all ease 300ms;
	max-width: 100%;
	max-height: 100%;
}

body#product #main .images-container > .thumbnails .product-images .thumb.selected, body#product #main .images-container > .thumbnails .product-images .thumb:hover{
	opacity: 0.6;
	border: none;
}

.product-flags{
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	padding: 15px 15px 0 0;
}

.product-flags li.product-flag, .product-miniature .product-flags li.product-flag{
	margin: 0 5px;
	background: #fff !important;
	color: #000;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 0.125em;
	font-weight: normal;
	text-align: center;
	padding: 0 15px;
	text-transform: uppercase;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.07);
	        box-shadow: 0 0 5px rgba(0,0,0,0.07);
	min-width: auto;
	min-height: auto;
}

body#product #main .images-container > .product-cover{
	width: 580px;	
	margin: 0;
}

body#product #product-right{
	/* width: 480px; */
	width: 600px;
}

body#product #product-right h1{
	margin: 0 0 10px;
	font-family: 'Raleway';
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.25em;
	letter-spacing: 0.16em;
}

.product-prices{
	margin: 0;
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	gap: 15px;
}

.product-prices div{
	margin: 0;
}

.product-prices .product-discount .regular-price, .product-prices .current-price .current-price-value{
	font-style: normal;
	font-size: 20px;
	color: #000;
	font-weight: 400;
	margin: 0;
	line-height: 20px;
}

.product-prices .product-discount .regular-price{
	text-decoration: line-through;
	color: #a7a6a6;
}

.product-prices .tax-shipping-delivery-label, .product-prices .current-price .discount{
	display: none;
}

#comments-top{
	margin-top: 12px;
}

#comments-top .comments-note span{
	display: none;
}

#comments-top #product-comments-list-header{
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	-webkit-align-items: center;
	        align-items: center;
	padding: 0;
}

#comments-top .star-content{
	margin: 0;
}

#comments-top .star-content div.star:first-child, #comments-top .star-content div.star-on:first-child{
	margin-left: 0;
}

#comments-top .comments-nb i{
	display: none;
}

#comments-top .comments-nb{
	color: #000;
	padding: 0;
	margin-left: 10px;
	cursor: pointer;
}

#comments-top .comments-nb:hover{
	text-decoration: underline;
}

.product-description{
	margin: 25px 0;
}

.product-description p{
	margin: 0;
}

.product-variants > .product-variants-item{
	margin: 15px 0;
	display: flex;
	-webkit-align-items: center;
	        align-items: center;
}

.product-variants-item .control-label{
	font-weight: bold;
	line-height: 1;
	margin: 0 10px 0 0;
	width: auto;
}

.product-variants > .product-variants-item ul{
	margin-bottom: 0;
	display: flex;
}

.product-variants > .product-variants-item ul label{
	margin: 0;
	color: #000;
	display: flex;
}

.product-variants > .product-variants-item .color, .radio-label{
	margin: 0;
	border: 2px solid transparent;
	-webkit-transition: all ease 300ms;
	   -moz-transition: all ease 300ms;
	    -ms-transition: all ease 300ms;
	     -o-transition: all ease 300ms;
	        transition: all ease 300ms;
}

.input-color:checked + span, .input-color:hover + span, .input-radio:checked + span, .input-radio:hover + span{
	border: 2px solid #b59460 !important;
}

label .color, .variant-links .color, .custom-checkbox input[type="checkbox"] + span.color, .input-color{
	width: 20px;
	height: 20px;
}

.product-add-to-cart{
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-align-items: stretch;
	        align-items: stretch;
	margin: 35px 0 15px;
}

.product-add-to-cart .new-qty{
	border: 2px solid #dbd6cf;
	padding: 10px 15px 10px 18px;
	color: #000;
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-align-items: center;
	        align-items: center;
	min-width: 170px;
	margin-right: 10px;
}

.product-add-to-cart .new-qty .title{
	/* font-style: italic; */
	margin-right: 15px;
	font-family: "Gentium Book Basic",serif;
	font-size: 18px;
	padding-top: 2px;
}

.product-add-to-cart .new-qty .controls span{
	font-size: 16px;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

#new_qty_value{
	padding: 1px 5px 0;
}

.product-quantity .qty{
	display: none;
}

.product-actions .add-to-cart{
	line-height: 1.8em;
	padding: 10px 45px;
	height: auto;
	background-color: #000;
}

.product-actions .add-to-cart:hover{
	background-color: #b59460;
}

.product-actions .add-to-cart i{
	display: none;
}

.product-quantity .qty, .product-quantity .add{
	margin-bottom: 0;
}

.product-quantity .btn-primary {
	font-style: normal;
}

#make-offer{
	margin-bottom: 15px;
}

#make-offer .btn-make-offer{
	width: 406px;
	background-color: #717171 !important;
	font-style: normal;
}

#make-offer .btn-make-offer:hover {
	background-color: #000 !important;
	color: #fff;
}

#wpcfu-f2-o1 h3{
	display: none;
}

#wpcfu-f2-o1 #product-concerned{
	display: none;
}

#wpcfu-f2-o1 .ets_cfu_input_submit{
	text-align: center;
	margin-bottom: 0;
}

.ets_cfu_form-control.ets_cfu-submit{
	text-transform: none;
	font-weight: 400;
	padding: 10px 45px;
	font-size: 18px;
	vertical-align: middle;
}

.ets_cfu_product a img{
	max-width: 70px;
}

.title-make-offer {
	font-weight: bold !important;
	font-size: 20px;
	text-transform: uppercase;
}

.wpcfu .title-make-offer{
	margin-bottom: 5px;
}

.ets_cfu_product a{
	font-size: 18px;
	color: #000;
	pointer-events: none;
}

.wpcfu .form-control{
	font-size: 15px;
	padding: 10px 20px;
	border: none;
	border: solid 1px transparent;
	-webkit-transition: all ease 300ms;
	   -moz-transition: all ease 300ms;
	    -ms-transition: all ease 300ms;
	     -o-transition: all ease 300ms;
	        transition: all ease 300ms;
}

.wpcfu .form-control:focus{
	border: solid 1px #000;
}

.wpcfu .form-control:not(.ets_cfu-file):not(.ets_cfu-select){
	height: auto;
}

#wpcfu-f2-o1 > div.clearfix{
	display: none;
}

span.wpcfu-not-valid-tip{
	margin-top: 3px;
}

div.wpcfu-response-output{
	text-align: center;
}

#wpcfu-f2-o1 .ets_cfu_input_html{
	margin-bottom: 0;
}

.wishlist-wrapper{
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-align-items: flex-end;
	        align-items: flex-end;
	cursor: pointer;
}

.wishlist-wrapper .wishlist-button-add{
	display: inline;
	width: auto;
	height: auto;
	min-width: auto;
	padding: 0;
	margin: 0;
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: none;
	        border-radius: none;
}

.wishlist-wrapper:hover .wishlist-button-add{
	opacity: 0.7;
}

.wishlist-wrapper .wishlist-button-add i{
	color: #b59460;
	font-size: 18px;
}

.wishlist-wrapper .wishlist-title{
	font-family: "Gentium Book Basic",serif;
	font-size: 18px;
	line-height: 22px;
	font-style: italic;
	margin-bottom: 0;
	padding-left: 15px;
	-webkit-transition: all ease 300ms;
	   -moz-transition: all ease 300ms;
	    -ms-transition: all ease 300ms;
	     -o-transition: all ease 300ms;
	        transition: all ease 300ms;
}

.wishlist-wrapper:hover .wishlist-title{
	color: #b59460;
}

.infos-sup{
	margin-top: 20px;
}

.infos-sup .infos-sup-line{
	margin-bottom: 5px;
}

.infos-sup .infos-sup-line > span{
	margin: 0;
	line-height: 16px;
}

.infos-sup .infos-sup-line .name{
	font-weight: 700;
	font-size: 13px;
	line-height: 1.23em;
	letter-spacing: .16em;
	font-family: Raleway,sans-serif;
	text-transform: uppercase;
}

.infos-sup .infos-sup-line .qty-label{
	text-transform: lowercase;
}

.infos-sup .cats > a{
	color: #000;
}

.infos-sup .cats > a:hover{
	color: #B59460;
}

.tabs{
	background: none;
	margin: 70px 0 55px;
	padding: 0;
}

.tabs .nav-tabs{
	border: none;
}

.nav-tabs .nav-link{
	padding: 0;
}

.tabs .nav-tabs .nav-item{
	margin-right: 65px;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover{
	color: #000;
	border-bottom: none;
	background: none;
}

.tabs .nav-tabs .nav-link{
	font-weight: 400;
	color: #000;
	font-size: 16px;
	position: relative;
}

.tabs .nav-tabs .nav-link::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 2px;
  background-color: #000;
  -webkit-transition: width .3s ease;
  -o-transition: width .3s ease;
  transition: width .3s ease;
}

.tabs .nav-tabs .nav-link.active::before, .tabs .nav-tabs .nav-link:hover::before{
	width: 100%;
}

.product-features{
	margin: 0;
}

.product-features .line-sheet{
	display: flex;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-align-items: center;
	        align-items: center;
}

.product-features .line-sheet p{
	margin: 0;
}

.product-features .line-sheet .name {
	width: 150px;
	font-weight: 700;
	font-size: 13px;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "Raleway", sans-serif;
}

.product-accessories p.h5{
	margin-bottom: 40px;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 3px;
	font-weight: 600;
}

body#product .page-footer{
	margin-top: 100px;
}
/* END Product */

/* Modal */
.modal.custom-modal{
	opacity: 0;	
	pointer-events: none;
	z-index: 0;
	display: block;
}

.modal.custom-modal.fade .modal-dialog{
	max-width: 550px;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}


.modal.custom-modal + .modal-backdrop{
	pointer-events: none;
}

.modal.custom-modal + .modal-backdrop.in{
	pointer-events: all;
}

.modal.custom-modal.show{
	opacity: 1;
	pointer-events: all;
	z-index: 10000;
}

.modal.show{
	display: block !important;
}

.modal-content{
	width: 100%;
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.modal-header{
	padding: 10px 30px;
	background: #000;
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-align-items: center;
	        align-items: center;
	border: none;
}

.modal-header::after{
	display: none;
}

.modal-header .close, #blockcart-modal .modal-header .close .material-icons{
	color: #fff !important;
	opacity: 1;
}

.modal-header .close{
	font-weight: 400;
	font-size: 2.25rem;
	-webkit-transition: all ease 300ms;
	   -moz-transition: all ease 300ms;
	    -ms-transition: all ease 300ms;
	     -o-transition: all ease 300ms;
	        transition: all ease 300ms;
}

.modal-header .close:hover{
	opacity: 0.6;
}

.modal-content .modal-header h5, #blockcart-modal .modal-title{
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2.5px;
	font-size: 22px;
	line-height: 30px;
	color: #FFF;
}

.modal-body{
	padding: 30px !important;
}

.modal-body p.modal-text{
	color: #000 !important;
	margin-bottom: 0;
}

.modal-text{
	font-size: 14px;
	letter-spacing: 0;
	line-height: 20px;
}

.modal-footer{
	padding: 15px !important;
	background: #f7f7f7;
	border:none;
}

.modal-footer .btn-secondary{
	width: auto;
}

.modal-footer .btn{
	padding: 0 20px !important;
}

.modal-footer .modal-cancel{
	margin-right: 10px;
}

#blockcart-modal .modal-header{
	background: #000;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

#blockcart-modal .modal-title i.material-icons{
	color: #fff;
	margin-right: 10px;
}

#blockcart-modal .cart-content .cart-content-btn{
	display: flex;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
}
/* END Modal */

/* CMS */
body#cms #content h2{
	margin: 40px 0 20px;
}

body#cms #content h2:first-child{
	margin-top: 0;
}

body#cms #content p:last-child{
	margin-bottom: 0;
}

.sitemap h2, .sitemap ul{
	margin-left: 0;
}
/* END CMS */

/* Account */
.register-form > p:first-child{
	text-align: center;
	margin-bottom: 25px;
}

.form-control-comment {
  padding-top: 2px;
  font-size: 12px;
  color: #7a7a7a;
  line-height: 18px;
  display: block;
}

#authentication .custom-checkbox label{
	line-height: 22px;
}

.forgotten-password .form-fields .center-email-fields{
	gap: 10px;
}

.forgotten-password .form-fields .center-email-fields button{
	height: 38px;
	line-height: 14px;
}

.send-renew-password-link{
	text-align: center;
}

.page-footer .account-link{
	display: inline-block;
	margin: 0 0 40px;
}

.row-customer_privacy p{
	font-size: inherit;
	color: inherit;
	margin: 0;
}

.page-my-account #content .links a, .page-my-account #content .links i{
	-webkit-transition: all ease 300ms;
	   -moz-transition: all ease 300ms;
	    -ms-transition: all ease 300ms;
	     -o-transition: all ease 300ms;
	        transition: all ease 300ms;
}

.page-my-account #content .links a:hover, .wishlist-footer-links > a:hover, .wishlist-list-item:hover .wishlist-list-item-title, .wishlist-list-item-link{
	color: #b59460 !important;
	text-decoration: none;
}

.page-my-account #content .links a:hover i{
	color: #b59460;
}

.custom-radio input[type="radio"]:checked + span{
	background-color: #b59460;
}

.wishlist-footer-links > a, .wishlist-add-to-new, .wishlist-add-to-new i, .carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i{
	color: #b59460 !important;
}
/* END Account */

/* General MQ */
@media all and (min-width: 1px){
	body#product .container{
		/* width: 100%; */
		padding: 0 15px;
	}
}

@media all and (min-width: 768px){
	body#product .container{
		/* width: 750px; */
		padding: 0;
	}
}

@media all and (min-width: 992px){
	body#product .container{
		/* width: 980px; */
		padding: 0;
	}
}

@media all and (min-width: 1200px){
	body#product .container{
		/* width: 1180px; */
	}
}

@media all and (min-width: 1350px){
	body#product .container{
		/* width: 1330px; */
	}
}
/* END General MQ */

/* Product MQ */
@media all and (max-width: 1349px){
	body#product #product-left{
		width: 690px;
	}

	body#product #main .images-container > .thumbnails{
		width: 160px;
		height: 515px;
	}

	body#product #main .images-container > .product-cover{
		width: 515px;
	}

	body#product #product-right{
		width: 455px;
	}
}

@media all and (max-width: 1199px){
	body#product #product-left{
		width: 575px;
	}

	body#product #main .images-container > .thumbnails{
		width: 130px;
		height: 430px;
	}

	body#product #main .images-container > .product-cover{
		width: 430px;
	}

	body#product #product-right{
		width: 380px;
	}

	.product-description{
		margin: 10px 0 20px;
	}

	.product-add-to-cart{
		margin: 20px 0 15px;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}

	.product-actions .add-to-cart{
		padding: 10px 35px;
	}

	#make-offer .btn-make-offer{
		width: 100%;
	}
}

@media all and (max-width: 991px){
	body#product #product-left, body#product #product-right{
		width: 100%;
	}

	body#product #main .images-container > .thumbnails{
		width: 160px;
		height: 575px;
	}

	body#product #main .images-container > .product-cover{
		width: 575px;
	}

	body#product #product-right{
		margin-top: 50px;
	}

	.product-description{
		margin: 25px 0;
	}

	.product-add-to-cart{
		margin: 35px 0 15px;
		-webkit-justify-content: flex-start;
		        justify-content: flex-start;
	}

	.product-actions .add-to-cart{
		padding: 10px 45px;
	}

	#make-offer .btn-make-offer{
		width: 395px;
	}

	.product-accessories .products > .product{
		margin-bottom: 30px;
	}

	body#product .page-footer{
		margin-top: 40px;
	}
}

@media all and (max-width: 767px){
	body#product .images-container{
		-webkit-flex-direction: column-reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
	}

	body#product #main .images-container > .product-cover{
		width: 100%;
		margin-bottom: 15px;
	}

	body#product #main .images-container > .thumbnails{
		width: 100%;
		height: auto;
	}

	body#product #main .images-container > .thumbnails .product-images{
		-webkit-flex-flow: row;
		    -ms-flex-flow: row;
		        flex-flow: row;
	}

	body#product #main .images-container > .thumbnails .product-images .thumb{
		height: auto;
	}

	body#product #main .images-container .swiper-prev span, body#product #main .images-container .swiper-next span{
		-webkit-transform: rotate(-90deg);
		   -moz-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		     -o-transform: rotate(-90deg);
		        transform: rotate(-90deg);
	}

	body#product #main .images-container .swiper-prev{
		left: 5px;
		top: 50%;
		bottom: auto;
		right: auto;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}

	body#product #main .images-container .swiper-next{
		right: 5px;
		left: auto;
		top: 50%;
		bottom: auto;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}

	.product-actions .add-to-cart{
		padding: 10px 35px;
	}

	#make-offer .btn-make-offer{
		width: 100%;
	}

	.product-add-to-cart{
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}

	.tabs .nav-tabs .nav-item{
		margin-bottom: 10px;
	}

	.tabs .tab-pane{
		padding-top: 10px;
	}
}

@media all and (max-width: 420px){
	.product-actions .add-to-cart{
		margin-top: 15px;
	}

	#make-offer .btn-make-offer{
		width: auto;
	}
}
/* END Product MQ */

.modal-backdrop {
	display: none !important;
}

.modal-dialog {
	top: 18%;
}

.modal-header .h2 {
	color: #FFF;
}

@media only screen and (max-width: 768px) {
	#page-title .content-title h1, #page-title .content-title p.h1 {
		font-size: 32px;
	}

	 .content-title.eichholtz-page h1 {
		font-size: 27px !important;
	}
}
