:root {
	--color-primary  : #641627;
	--typo-primary   : 'Inter';
	--typo-secondary : '';
	--typo-tertiary  : '';
}

body {
	font-family : var(--typo-primary);
	font-size   : 16px;
}

/********************************************************
			Templatemedia Custom Styles
********************************************************/
.dmj-carousel {
	display          : none;
	position         : relative;
	float            : left;
	width            : 100%;
	margin           : 0;
	-ms-touch-action : pan-y;
}

.owl-carousel .owl-wrapper {
	display           : none;
	position          : relative;
	-webkit-transform : translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
	content     : ".";
	display     : block;
	clear       : both;
	visibility  : hidden;
	line-height : 0;
	height      : 0;
}

.owl-carousel .owl-wrapper-outer {
	overflow : hidden;
	position : relative;
	float    : left;
	width    : 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition : height 500ms ease-in-out;
	-moz-transition    : height 500ms ease-in-out;
	-ms-transition     : height 500ms ease-in-out;
	-o-transition      : height 500ms ease-in-out;
	transition         : height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float : left;
}

.owl-carousel .owl-item .manu_image a {
	display : inline-block;
}

.owl-carousel .owl-item .manu_image a img {
	max-width : 100%;
}

.owl-carousel .owl-item:hover a img {
	border-color : blue;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	/* fix */
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility    : hidden;
	-ms-backface-visibility     : hidden;
	-webkit-transform           : translate3d(0, 0, 0);
	-moz-transform              : translate3d(0, 0, 0);
	-ms-transform               : translate3d(0, 0, 0);
	text-align                  : center;
}

/* mouse grab icon */
.grabbing {
	cursor : url("../img/tmedia/grabbing.png") 8 8, move;
}

.customNavigation {
	position   : absolute;
	z-index    : 8;
	width      : 100%;
	top        : 37%;
	direction  : ltr !important;
	right      : 0px;
	left       : 0;
	text-align : center;
}

.customNavigation a {
	display                     : inline-block;
	-webkit-tap-highlight-color : transparent;
	position                    : absolute;
	width                       : 40px;
	height                      : 40px;
	font-size                   : 0;
	padding                     : 8px 15px;
	text-align                  : center;
	background                  : #ffffff;
	border                      : 1px solid #bb7322;
	cursor                      : pointer;
	overflow                    : hidden;
	-webkit-transition          : all 0.5s ease;
	-webkit-transition-delay    : 0s;
	-moz-transition             : all 0.5s ease 0s;
	-o-transition               : all 0.5s ease 0s;
}

.customNavigation a.prev {
	left          : 0px;
	cursor        : pointer;
	-o-transition : none;
}

.customNavigation a.next {
	right         : 0px;
	cursor        : pointer;
	-o-transition : none;
}

.customNavigation a.prev:before,
.customNavigation a.next:before {
	font-size   : 17px;
	font-family : "FontAwesome";
	color       : #000000;
	font-weight : normal;
}

.customNavigation a.prev:before {
	content : "\f104";
}

.customNavigation a.next:before {
	content : "\f105";
}

.customNavigation a:hover {
	background-color : #bb7322;
}

.customNavigation a.prev:hover:before,
.customNavigation a.next:hover:before {
	color : #ffffff;
}

#dmjleftbanner img,
#dmjrightbanner img {
	max-width : 100%;
}

#dmjleftbanner li, #dmjrightbanner li {
	display : inline-block;
}

#dmjleftbanner li a, #dmjrightbanner li a {
	display  : inline-block;
	overflow : hidden;
	position : relative;
}

#dmjleftbanner li a:before, #dmjrightbanner li a:before {
	background        : rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	bottom            : 20px;
	content           : "";
	left              : 20px;
	opacity           : 1;
	position          : absolute;
	right             : 20px;
	top               : 20px;
	opacity           : 1;
	filter            : alpha(opacity=100);
	-webkit-transform : scale(0);
	-ms-transform     : scale(0);
	transform         : scale(0);
}

#dmjleftbanner li:hover a:before, #dmjrightbanner li:hover a:before {
	opacity            : 0;
	filter             : alpha(opacity=0);
	-webkit-transform  : scale(1);
	-ms-transform      : scale(1);
	transform          : scale(1);
	-webkit-transition : all 1s ease;
	-moz-transition    : all 1s ease;
	-o-transition      : all 1s ease;
	transition         : all 1s ease;
}

.top_button {
	background : url(../img/tmedia/top-arrow.png) no-repeat scroll 0 0;
	bottom     : 20px;
	cursor     : pointer;
	height     : 80px;
	padding    : 0px;
	position   : fixed;
	right      : 20px;
	text-align : center;
	width      : 80px;
	z-index    : 99;
}

/* Flexslider */

.spinner {
	background      : url(../img/tmedia/loading.gif) no-repeat center center #ffffff;
	width           : 100%;
	position        : fixed;
	height          : 100%;
	top             : 0;
	left            : 0;
	z-index         : 100000;
	background-size : 15%;
}

header.main-header {
	display               : grid;
	align-items           : center;
	grid-template-columns : 3% 300px 1fr 300px 3%;
	z-index               : 5;
	background            : black ;
	color                 : white;
	float                 : initial !important;
	/*height                : 90px;*/
	position: sticky!important;
	position: -webkit-sticky!important;
	top:0;
}

@media (min-width: 1200px){
	header.main-header {
		height : 90px;
	}
}

.header-nav{
	position: sticky;
	position: -webkit-sticky!important;
	top: 90px;
	z-index: 2;
}

header.main-header .search-widget form button[type=submit]{
	left: 0;
	right: unset;
	height: 40px;
	padding: 8px 10px 8px 15px;
}

header.main-header .search-widget form button[type=submit] line,
header.main-header .search-widget form button[type=submit] #Ellipse_1 circle:nth-of-type(2){
	stroke: rgba(0,0,0,0.5);
}



.language-selector {
	display     : flex;
	/*justify-content: center;*/
	align-items : center;
}

.link-icon.cart-info a {
	position : relative;
}

.link-icon.cart-info .cart-products-count {
	background      : var(--color-primary);
	color           : white;
	position        : absolute;
	width           : 19px;
	height          : 19px;
	border-radius   : 100%;
	text-align      : center;
	display         : flex;
	justify-content : center;
	align-items     : center;
	top             : -3px;
	right           : -3px;
	font-size       : 12px;
}

.header-burger {
	grid-column : 2;
}

.header-logo {
	grid-column : 2;
}

.header-search {
	grid-column  : 3;
	max-width: 650px;
	width: calc(100% - 50px);
	margin: auto;
}

.header-actions {
	grid-column     : 4;
	display         : flex;
	flex-direction  : row;
	justify-content : space-between;

}

#header .search-widget {
	width : 100%;
}

#header .header-actions .link-icon a {
	display         : flex;
	flex-direction  : column;
	align-items     : center;
	justify-content : center;
}

#header .header-actions .link-icon {
	display : flex;
}

#header .header-actions .link-icon svg {
	height : 29px;
}

#header .header-actions .link-icon svg path,
#header .header-actions .link-icon svg circle {
	stroke : white;
}

#header .header-actions .link-icon a{
	color: white;
}

#header .header-actions .link-icon__text{
	color: white;
}

#header .search-widget form input[type="text"] {
	background    : white;
	border-radius : 3px;
	border        : 1px solid #D5D5D5;
	padding       : 5px 20px;
	padding-left : 45px;
	height        : 40px;
	font-size     : 15px;
	color: #222222;
	font-weight   : 400;
}

#header .search-widget form input[type="text"]::placeholder{
	color: rgba(0,0,0,0.8);
}

.breadcrumb {
	background : #F8F8F8;
	padding    : 16px 0;
}

.breadcrumb li::after {
	content : ">";
	padding : 0 8px;
}

.thumbnail-container {
	background : #F5F5F5;
}

.product-miniature:hover .thumbnail-container {
	background : #EBEBEB;
}

.products .product-title a {
	color     : black;
	font-size : 16px;
}

.products .product-price-and-shipping, .product-price {
	font-weight : 400;
}

.product-miniature .product-price-and-shipping{
	color: black;
	font-weight: 700;
}

.thumbnail-container .wishlist-button-add {
	position         : absolute;
	top              : 16px;
	left             : 16px;
	background-color : transparent;
	box-shadow       : none;
	padding          : 0;
	width            : auto;
	height           : auto;
	min-width        : auto;
}

#product-availability {
	color       : #353535;
	font-weight : 500;
	font-size   : 15px;
}

.pastille {
	display       : inline-block;
	width         : 11px;
	height        : 11px;
	border-radius : 100%;
}

.pastille.unavailable {
	background : #e84118;
}

.pastille.available {
	background : #78B569;
}

.pastille.coming-soon {
	background : #ff8000;
}

.top-product {
	display   : flex;
	flex-flow : row;
	max-width : 1085px;
	margin    : auto;
}

.top-product .pp-left-column {
}

.top-product .pp-right-column {
	width       : 400px;
	margin-left : 85px;
}

.top-product .images-container {
	display        : flex;
	flex-direction : row-reverse;
}

.product-tabcontent {
	background : #F8F8F8;
	padding    : 90px 30px;
}

.product-tabcontent .tabs {
	max-width    : 1085px;
	margin       : auto;
	padding-left : 130px;
}

.product-tabcontent .tabs .tab-pane {
	padding    : 0;
	border     : none;
	background : transparent;
}

.product-tabcontent .nav-tabs:first-child a {
	margin-left : 0;
}

.product-tabcontent .tabs .nav-tabs {
	margin-bottom : 40px;
}

.product-tabcontent .tabs .nav-tabs .nav-link:hover, .product-tabcontent .tabs .nav-tabs .nav-link {
	color          : black;
	text-transform : uppercase;
	font-size      : 24px;
	font-weight    : 400;
	letter-spacing : 2px;
}

.product-tabcontent .tabs .nav-tabs .nav-link.active {
	color                 : #82142D;
	text-decoration       : underline;
	text-underline-offset : 5px
}

.feature-item {
	border-bottom : 1px solid #D6D6D6;
	display       : flex;
	font-size     : 17px;
	padding       : 7.5px 0 5px 0;
}

.feature-item .name {
	width : 200px;
	color : black;
}

.feature-item .value {
	color : #8D8D8D;
}

.top-product .productpage_title {
	font-size     : 28px;
	color         : black;
	border-bottom : 0;
}

.top-product .images-container .js-qv-mask {

	position     : initial;
	margin       : 0;
	margin-right : 10px;
	width        : auto;
}

.top-product .images-container .js-qv-mask .thumb-container .thumb {
	width      : 120px;
	background : #F5F5F5;
}

.top-product .product-cover img {
	background : #F5F5F5;
}

.top-product .product-cover {
	background : #F5F5F5;
	border     : none;
}

@media (max-width : 1199px) {
	.top-product {
		flex-direction : column;
		max-width      : 900px;
		margin         : auto;
		width          : 90%;
	}

	.top-product .pp-right-column {
		width  : 100%;
		margin : auto;
	}

	.product-tabcontent .tabs {
		padding-left : 0;
		max-width    : 900px;
		margin       : auto;
		width        : 90%;
	}

	.top-product .images-container {
		flex-direction : column;
	}

	.top-product .images-container .js-qv-mask {
		flex-direction  : row;
		display         : flex;
		justify-content : center;
	}

	.thumb-container.product_item {
		margin : 0 10px;
	}
}

@media (max-width : 449px) {
	.product-tabcontent {
		padding : 45px 10px;
	}
}

.link-to-details {
	text-decoration : underline;
	color           : black;
	font-size       : 17px;
	margin-top      : 8px;
	display         : inline-block;
}

.product-reference {
	color : #828282;
}

.link-to-details:hover {
	cursor : pointer;
}

.product-information .product-feature {
	display         : flex;
	justify-content : space-between;
	border-bottom   : 1px solid #D6D6D6;
	font-size       : 17px;
	padding         : 7.5px 5px;
}

.product-quantity .bootstrap-touchspin .input-group-btn-vertical {
	display : none;
}

.icon-minus:before {
	content : "-";
}

.icon-plus:before {
	content : "+";
}

.product-add-to-cart .product-quantity {
	/*margin-bottom : 10px;*/
	display               : grid;
	grid-template-columns : 30px 35px 30px;
	height                : 55px;
	border                : 1px solid #e0e0e0;
	background            : white;
}

.product-add-to-cart .product-quantity .qty {
	text-align : center;
	font-size  : var(--font-size-300);
}

.product-add-to-cart .product-quantity .qty .input-group {
	height : 100%;
}

.product-add-to-cart .product-quantity #quantity_wanted {
	color            : var(--color-black-default);
	border           : 1px solid transparent;
	text-align       : center;
	background-color : transparent;
	padding          : 0 .5rem;
	width            : 100%;
	transition       : all .3s;
	font-weight      : 500;
	height           : 100%;
}

.product-add-to-cart .product-quantity #quantity_wanted:focus {
	border        : 1px solid var(--color-grey-font-default);
	border-top    : none;
	border-bottom : none;
}

.product-add-to-cart .product-quantity .input-group-btn-vertical .btn {
	padding : .5rem .6875rem
}

.product-quantity .btn.btn-default {
	position        : relative;
	display         : flex;
	justify-content : center;
	align-items     : center;
	flex            : 1;
	white-space     : nowrap;
	border-radius   : 25px;
	color           : var(--color-grey-font-default);
	transition      : 0.4s ease;
	padding         : 0;
}

.product-quantity .btn.btn-default svg {
	width : 13px;
}

.product-quantity .btn.btn-default .cls-1 {
	fill              : none;
	stroke            : #1d1d1b;
	/*stroke-linecap:round;*/
	stroke-miterlimit : 10;
	stroke-width      : 2px;
}

.product-quantity .btn.btn-default:hover {
	background : #e7e7e7;
}

.product-quantity .btn.btn-default i {
	position    : absolute;
	margin      : 0;
	font-style  : normal;
	font-size   : var(--font-size-800);
	line-height : 1;
}

.product-add-to-cart .product-quantity .input-group-btn-vertical .btn i {
	font-size : 1rem;
	top       : .125rem;
	left      : .1875rem
}

.product-add-to-cart {
	display : flex;
}

.product-add-to-cart .add {
	width : 100%;
}

.product-add-to-cart .add button {
	width  : 100%;
	height : 55px;
}

.products-section-title {
	font-family    : var(--typo-primary);
	font-size      : 55px;
	text-transform : initial !important;
	font-weight    : 300;
}

.product-miniature .outer-functional {
	position   : relative;
	transition : 0.4s ease;
}

.product-miniature .product-actions{
	width: 100%;
}

.product-miniature .product-actions form{
	display: flex;
	justify-content: flex-end !important;
}

.product-miniature .add-to-cart {
	font-size      : 18px;
	text-transform : initial;
	width          : 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	height         : 45px;
	font-weight    : 400;
	font-family    : var(--typo-primary);
}

.product-miniature .product-description{
	text-align: left
}

.product-miniature .product-title a{
	padding: 0!important;
}

.product-miniature .product-price-and-shipping{
	margin-top: 15px;
	margin-bottom: -15px;
}

.product-miniature .feature-domain{
	display: block;
	text-transform: uppercase;
	color: #717171;
	font-family: 'futura-pt';
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.6px;
	margin-bottom: 15px;
}

.product-miniature .wishlist {
	position : absolute;
	left     : 15px;
	top      : 15px;
	display: none;
}

.block-category {
	display               : grid;
	grid-template-columns : 100%;
	grid-template-rows    : 100%;
	margin-bottom         : 0;
}

.block-category .category-cover, .block-category .content-category {
	grid-area : 1/1;
}

.block-category .category-cover {
	margin-bottom : 0;
}

.block-category .breadcrumb {
	background    : transparent;
	margin-bottom : 0;
}

.block-category .content-category {
	display         : flex;
	flex-direction  : column;
	justify-content : center;
	align-items     : center;
	background      : rgba(0, 0, 0, 0.6);
}

.block-category .h1 {
	border-bottom  : 0;
	text-align     : center;
	padding        : 0;
	margin         : 0;
	font-family    : var(--typo-primary);
	font-size      : 52px;
	color          : white;
	line-height    : 1.2;
	text-transform : initial;
	font-weight    : 300;
	border-bottom  : 1px solid rgba(255, 255, 255, 0.2);
}

.homeSlider__container {
	overflow : hidden;
}

.block-category .breadcrumb li a, .block-category .breadcrumb li::after {
	color : white;
}

.product_list {
	display               : grid;
	grid-template-columns : repeat(auto-fit, minmax(280px, 1fr));
	grid-gap              : 40px;
}

#products .products {
	margin : 0;
}

#category #columns_inner, #search #columns_inner, #new-products #columns_inner, #best-sales #columns_inner, #prices-drop #columns_inner, #manufacturers #columns_inner {
	display        : flex;
	flex-direction : row;
}

#category #left-column, #search #left-column, #new-products #left-column, #best-sales #left-column, #prices-drop #left-column, #manufacturers #left-column {
	background    : #F8F8F8;
	padding-left  : 13%;
	padding-right : 40px;
}

#amazzing_filter {
	width      : 300px;
	position   : sticky;
	top        : 20px;
	padding    : 0;
	margin-top : 60px !important;
}

#amazzing_filter .block_content {
	padding : 0 !important;
}

#category #content-wrapper, #search #content-wrapper, #new-products #content-wrapper, #best-sales #content-wrapper, #prices-drop #content-wrapper, #manufacturers #content-wrapper {
	width         : 100%;
	padding-right : 13%;
	margin-left   : 60px;
}

#category #left-column .block, #search #left-column .block, #new-products #left-column .block, #best-sales #left-column .block, #prices-drop #left-column .block, #manufacturers #left-column .block {
	background : transparent;

}

.products .product-title {
	all : unset;

}

.products .product-title a {
	font-family : var(--typo-primary);
	font-size   : 18px;
	color       : black;
	font-weight : 400;
	text-align  : center;
	padding     : 0 10px;
}

.af_filter ul {
	max-height : 300px;
}

.dynamic-product-count {
	display : none;
}

#amazzing_filter.block .title_block {
	text-transform : uppercase;
	letter-spacing : 1.5px;
	font-weight    : 500;
	font-size      : 20px;
	margin-bottom  : 25px;
}

.af_subtitle.toggle-content:before {
	content : none;
}

.af_subtitle.toggle-content {
	display         : flex;
	justify-content : space-between;
	align-items     : center;
	font-size       : 20px;
	font-weight     : 400;
}

.af_filter {
	border-bottom  : 1px solid #DEDEDE;
	padding-bottom : 0;
	margin-bottom  : 0;
}

.af_subtitle {
	padding : 20px 0;
}

.af_filter:nth-of-type(1) {
	border-top : 1px solid #DEDEDE;
}

.products-selection {
	margin-top : 50px;
}

#search .products-selection {
	margin-top : 10px;
}

.loadMore.btn {
	background     : white;
	border         : 1px solid black;
	color          : black;
	text-transform : initial;
	width          : 275px;
	height         : 40px;
	max-width      : 90%;
	font-family    : var(--typo-primary);
	font-size      : 18px;
	font-weight    : 400;
	margin-top     : 30px;
}

.breadcrumb li:last-child::after {
	padding : 0;
}

@media (max-width : 1023px) {
	#category #content-wrapper, #search #content-wrapper, #new-products #content-wrapper, #best-sales #content-wrapper, #prices-drop #content-wrapper, #manufacturers #content-wrapper {
		width         : 100%;
		padding-right : 0;
		margin        : 10px 20px;
	}

	#category #left-column, #search #left-column, #new-products #left-column, #best-sales #left-column, #prices-drop #left-column, #manufacturers #left-column {
		width   : 0 !important;
		padding : 0;
	}

	#amazzing_filter {
		margin-top : 0 !important;
		padding    : 20px !important;
	}

	.has-compact-filter.show-filter #amazzing_filter {
		transform : translateX(0);
	}

	.has-compact-filter #amazzing_filter .compact-toggle {
		border : none;
	}

	.block-category .category-cover img {
		height     : 100%;
		width      : 100%;
		object-fit : cover;
	}

	.block-category .content-category {
		z-index : 2;
		padding : 20px;
	}

	#js-product-list-top {
		display         : flex;
		justify-content : space-between;
		flex-direction  : row-reverse;
	}
}

@media (max-width : 449px) {
	#js-product-list-top {
		flex-direction : column-reverse;
	}

	#js-product-list-top .showing {
		margin-bottom : 20px;
		padding       : 0 15px;
	}
}

.slick-track {
	display : flex;
}

.tabs .nav-tabs .nav-link {
	font-weight    : 400;
	font-size      : 18px;
	letter-spacing : 1px;
	opacity: 0.5;
}

@media (max-width : 767px) {
	.tabs .nav-tabs .nav-link {
		letter-spacing : 0px;
	}
}

.tabs .nav-tabs .nav-link:hover span, .tabs .nav-tabs .nav-link.active span {
	border-bottom : 1px solid black;
}

.tabs .nav-tabs .nav-link:hover, .tabs .nav-tabs .nav-link.active{
	color: black;
	opacity: 1;
}

.slick-initialized.slick-slider {
	display        : flex;
	flex-direction : row;
	align-items    : center;
}

.slick-list {
	position : relative;
	display  : block;
	overflow : hidden;
	padding  : 25px 0;
	width    : 90%;
	margin   : 0 auto;
}

.cart-line-product-actions .add_to_ws_wishlist {
	display : none;
}

.slick-dots {
	display         : flex;
	width           : 100%;
	justify-content : center;
	margin-bottom   : 15px !important;
}

.slick-dots li button {
	all           : unset;
	margin        : 0 7.5px;
	font-size     : 0;
	border-radius : 100%;
	background    : black;
	width         : 9px;
	height        : 9px;
}

.slick-dots li button:hover {
	cursor : pointer;
}

.slick-dots li.slick-active button {
	background : var(--color-primary)
}

.dmj-hometabcontent {
	margin    : auto;
	display   : block;
	width     : 100%;
}

.dmj-hometabcontent .slick-initialized.slick-slider {
	flex-flow : wrap;
}

.dmj-hometabcontent .slick-initialized.slick-slider .slick-list{
	width: 100%;
}

.dmj-hometabcontent .slick-initialized.slick-slider .slick-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
}

.dmj-hometabcontent .slick-initialized.slick-slider .slick-next{
	right: 0;
}

@media (max-width : 1023px) {
	.dmj-hometabcontent .slick-initialized.slick-slider .slick-list {
		width : calc(90% - 100px);
	}
}

.slick-arrow {
	background      : transparent;
	display         : flex;
	justify-content : center;
	align-items     : center;
	border          : 1px solid #D6D6D6;
	width           : 40px;
	height          : 40px;
	border-radius   : 100%;
}

.google-reviews__container {
	background : #F5F5F5;
	padding    : 100px 0 150px
}

.google-reviews__wrapper {
	max-width : 1410px;
	margin    : auto;
	width     : 90%;
}

.google-review__title {
	font-family : var(--typo-primary);
	font-size   : 60px;
	font-weight : 400;
	padding     : 0 15px;
}

@media (max-width : 767px) {
	.google-review__title {
		font-size : 40px;
	}
}

.google-reviews__text {
	display     : flex;
	align-items : center;
	padding     : 0 15px;
}

.google-reviews__text svg {
	margin-right : 15px;
}

@media (max-width : 367px) {
	.google-reviews__text {
		flex-direction : column;
	}
}

.google-reviews__reviews {
	display         : flex;
	margin-top      : 30px;
	align-items     : stretch;
	flex-flow       : row;
	justify-content : space-around;

}

@media (max-width : 1550px) {
	.google-reviews__reviews {
		margin-right : -40px;
		margin-left  : -40px;
	}
}

@media (max-width : 967px) {
	.google-reviews__reviews {
		margin-left  : 0;
		margin-right : 0;
	}
}

.reviews-item {
	background : white;
	padding    : 50px 40px;
	height     : 100%;
}

.reviews-item p {
	color     : #7E7E7E;
	font-size : 17px;
}

.reviews-item span {
	display    : block;
	margin-top : 10px;
	color      : #313131;
	font-size  : 19px;
}

.reviews-item__container {
	padding : 0 15px;
	width   : 330px;
	height  : 100%;
}

.google-reviews__reviews .slick-slide > div {
	height : 100%;
}

.google-reviews__reviews .slick-list {
	width : 100%;
}

.big-text {
	font-size   : 50px;
	font-weight : 400;
	font-family : var(--typo-primary);
}

.reassurances{
	background: rgba(0, 0, 0, 0.05);
	padding: 45px 0;
}

.reassurances__container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.reassurance__item{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #000000;
}

.reassurance__item svg{
	margin-bottom: 25px;
}

.reassurance__title{
	font-size: 20px;
	font-weight: 600;
}

.reassurance__subtitle{
	font-size: 16px;
	font-weight: 400;
}

.block_newsletter .row {
	display : flex;
}

.block_newsletter .newsleft {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1.2;
	margin-bottom: 30px;
}

.newsletter-subtitle{
	font-family: 'Futura-pt';
	font-size: 14px;
	text-transform: uppercase;
}
.newsletter-title{
	font-size: 40px;
}

.block_newsletter {
	padding: 105px 0;
	position  : relative;
}

.block_newsletter .row{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.block_newsletter .block_content {
	width : 100%;
}

.block_newsletter_alert {
	position : absolute;
	bottom   : -55px;
}

.winehouse-newsletter {
	position : absolute;
	right    : 35px;
	bottom   : 0;
}

@media (max-width : 1599px) {
	.winehouse-newsletter {
		right  : 15px;
		bottom : -65px;
		width  : 80px;
	}
}

@media (max-width : 1199px) {
	.reassurance__title{
		font-size: 18px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.reassurances__container{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.reassurance__item:not(:last-child, :nth-child(3)) {
		margin-bottom: 40px;
	}
}

@media (max-width : 767px) {
	.reassurances{
		padding: 30px 0;
	}
	.reassurances__container{
		flex-direction: column;
	}
	.reassurance__item:not(:last-child){
		margin-bottom: 40px;
	}
	.block_newsletter .row {
		display        : flex;
		flex-direction : column;
	}

	.winehouse-newsletter {
		right  : 15px;
		bottom : -95px;
	}

	.block_newsletter{
		padding: 45px 20px;
	}
	.block_newsletter form .newsletter-form{
		display: flex;
		flex-direction: column-reverse;
		max-width: 450px;
		margin: auto;
	}
	.block_newsletter form input[type=text]{
		width: 100%;
	}
	.block_newsletter form input.btn{
		margin-left: 0;
		margin-top: 8px;
	}
}

@media (max-width : 367px) {
	.block_newsletter form input.btn {
		padding : 8px 30px;
	}
}

.footer-logo__container {
	display         : flex;
	justify-content : center;
	align-items     : center;
	padding         : 65px 0;
}

.footer-after {
	/*border-top : 1px solid #DEDEDE;*/
	background : #000000;
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
}

.footer-links__container {
	display         : flex;
	justify-content : space-between;
	padding         : 30px 0;
	border-top      : 1px solid rgba(0,0,0,0.2);
	border-bottom      : 1px solid rgba(0,0,0,0.2);
}


.footer-links__item {
	display        : flex;
	flex-direction : column;
	font-size: 14px;
	line-height: 1.1;
}

.links-items__container{
	display: flex;
	align-items: center;
}

.links-items__container svg{
	margin-right: 8px;
}

.links-items__container.links-items-brown{
	color: #82142D;
}

.footer-links__item .title-links {
	font-size     : 18px;
	margin-bottom : 15px;
	font-weight: 600
}

.footer-links__item a:not(:last-child), .footer-links__item p:not(:last-child), .links-items__container:not(:last-child) {
	margin-bottom : 15px;
}

@media (max-width: 767px) {
	.footer-logo__container{
		padding: 45px 0 30px;
	}
}

@media (max-width : 967px) {
	.footer-links__container {
		flex-direction : column;
	}

	.footer-links__item:not(:last-child) {
		margin-right : 0;
	}

	.footer-links__item:not(:first-child) .title-links {
		margin-top    : 30px;
		margin-bottom : 20px;
	}
}

@media (max-width : 367px) {
}

.footer-rs a {
	display      : inline-block;
	margin-right : 15px;
}

.footer-after a {
	color : rgba(255, 255, 255, 0.5);
	text-decoration : underline;
}

.footer-after a:hover {
	text-decoration : none;
}

@media (max-width : 1199px) {
	.who-are-us__section .elementor-row {
		flex-direction : column;
	}

	.who-are-us__section .elementor-column.elementor-col-50 {
		width : 100%;
	}
}

.who-are-us__section .left-img img {
	max-height : 700px;
	width      : 100%;
	object-fit : cover;
}

.pp-right-column #wishlist_button_block, .pp-right-column .wishlist, .pp-right-column .addToWishlist {
	display        : none;
	pointer-events : none;
}

.addToWishlist:not(.unchecked) path {
	fill : black;
}

.product-cover .wishlist {
	z-index  : 2;
	position : absolute;
	left     : 20px;
	top      : 20px;
}

.slick-track {
	margin : auto;
}

.contact-form {
	max-width : 700px;
	width     : 90%;
	margin    : auto;
}

body#cart .cart-grid, body#checkout .page-container {
	max-width  : 1410px;
	margin     : auto;
	width      : 90%;
	margin-top : 30px;
}

.alcool-warning-wrapper {
	background : #fff;
}

.alcool-warning-container {
	padding   : 30px 0;
	margin    : auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.alcool-warning-content {
	display         : flex;
	align-items     : center;
	border          : 0 solid #000;
	max-width       : 100%;
	flex-direction  : column;
}

.alcool-warning-content .alcool-warning-txt {
	text-align : left;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	line-height: 1.6;
}

.alcool-warning-content .alcool-warning-txt .title{
	font-size: 14px;
	color: #000000;
	font-weight: 600;
}

.alcool-warning-abus {
	display         : flex;
	justify-content : center;
}

.alcool-warning-abus p {
	font-weight : 400;
	color: rgba(0, 0, 0, 0.50);
	font-size: 12px;
	margin-bottom: 0;
	line-height: 1.1;
}

.alcool-warning-wrapper .separator {
	border-bottom : 1px solid #d3d3d3;
	width         : 40px;
	margin        : auto;
	padding-top   : 1em;
}

@media screen and (min-width : 1024px) {

	.alcool-warning-content {
		flex-direction : row;
	}

	.alcool-warning-content .alcool-warning-txt {
		padding-left : 25px;
		text-align   : left;
	}
}

@media screen and (min-width : 2000px) {
	.alcool-warning-content {
		max-width : 780px
	}

}

/* Instagram */

.card.card-block.ybc_instagram {
	border  : none;
	padding : 0;
	background: transparent;
	margin-bottom: 0;
}

.ybc_instagram_header{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px!important;
}

.ybc_instagram_header_content {
	display        : flex !important;
	flex-direction : column-reverse;
}

.ybc_instagram_header_content .tex_flow {
	display : none !important;
}

.ybc_instagram_header.style_center .h3 {
	font-size      : 40px;
	font-weight    : 400;
	line-height    : 1;
	text-transform : initial;
	font-family: 'futura-pt';
}

.ybc_instagram_header.style_center .ybc_instagram_header_content a {
	font-size  : 15px;
	font-style : normal;
	color      : #000;
	text-align: left;
	text-transform: uppercase;
	font-family: 'futura-pt';
	letter-spacing: 2.8px;
}

.ybc_ins_images.ybc_ins_square{
	box-shadow: 0px 17px 50px 0px rgba(0, 0, 0, 0.25);
}

.ybc_ins_item {
	padding : 40px 25px 65px 0!important;
}

.grid-instagram__container {
	margin    : 0 auto;
}

.ybc_ins_medias.carousel{
	overflow: hidden;
}

.grid-instagram__container .slick-list {
	width : calc(100% - 80px);
	margin-left: 0;
	padding: 0;
	overflow: visible;
}

.footer-instagram__container {
	text-align : center;
	background: #F2F2F2;
	padding: 60px 0 65px;
}

.btn-instagram {
	border     : 1px solid black;
	padding    : 12px 50px;
	display    : inline-block;
	margin     : 0 auto;
	transition : 0.4s ease;
	text-transform: uppercase;
}

.btn-instagram:hover {
	background : var(--color-primary);
	border-color : var(--color-primary);
	color      : white;
}

.ybc_instagram_info{
	display: none;
}

@media (max-width : 1274px) {

	.ybc_instagram_header.style_center .h3 {
		font-size : 40px;
	}
}

@media (max-width : 1199px) {
	.alcool-warning-container{
		flex-direction: column;
		align-items: flex-start;
	}
	.alcool-warning-content{
		align-items: flex-start;
	}
	.alcool-warning-img{
		margin-bottom: 25px;
	}
	.alcool-warning-abus{
		margin-top: 25px;
		text-align: left;
	}

}

@media (max-width: 767px) {
	.ybc_instagram_header{
		flex-direction: column;
		margin-bottom: 45px!important;
	}
	.ybc_instagram_header.style_center .ybc_instagram_header_content a{
		text-align: center;
	}
	.btn-instagram{
		margin-top: 30px;
	}
	.ybc_instagram_header.style_center .h3{
		font-size: 36px;
	}
	.footer-after{
		height: auto;
	}
	.btn-instagram{
		padding: 12px 10px;
		width: 100%;
		max-width: 400px;
	}
	.footer-instagram__container{
		padding: 45px 0;
	}
	.grid-instagram__container .slick-list{
		margin-left: 20px;
	}
}

body#cms #main {
	max-width : 1410px;
	margin    : auto;
	width     : 90%;
}

body#cms .page-header h1 {
	text-align : center;
}

body#checkout .letter__name {
	color : black;
}

@media (max-width : 1199px) {
	#header .header-nav a {
		color : black;
	}
}

@media (min-width : 1200px) {
	#header .header-nav a:hover {
		color : white;
	}
}

body#module-advansedwishlist-mywishlist .container, body#my-account #columns_inner, body#identity #columns_inner, body#addresses #columns_inner, body#history #columns_inner, body#order-slip #columns_inner, body#discount #columns_inner, body#module-ps_emailalerts-account #columns_inner {
	max-width  : 1410px;
	margin     : auto;
	width      : 90%;
	margin-top : 20px;
}

/********************
	Part - Product zoom
********************/
.zoom-img {
	display  : inline-block;
	position : relative;
	width    : 100%;
}

.zoom-img img {
	display : block;
}

.zoom-img img.zoomImg {
	background : #F5F5F5;
}


.elementor-lightbox-image {
	background : white;
}

.product-additional-info .buttons_bottom_block {
	display : none;
}

@media (max-width : 1199px) {
	.letter__name {
		line-height : 3em;
		padding     : 0 10px 0 20px !important;
	}

	.bwa-menu__top__wrapper .bwa-menu__link-title[data-depth="0"] {
		color : black;
	}

	.header-nav .language-selector {
		padding-left : 20px;
		padding-top  : 10px;
	}

	.header-nav {
		z-index  : 5;
		position : relative;
	}

	#tab_mon_compte .bwa-menu__link-title {
		display     : flex;
		align-items : center;
	}

	#tab_mon_compte .bwa-menu__link-title svg, #tab_mon_panier .bwa-menu__link-title svg {
		margin-right : 15px;
	}

	#tab_mon_panier .bwa-menu__link-title {
		display     : flex;
		align-items : center;
	}
}

@media (min-width : 1200px) {
	.header-nav .language-selector {
		display : none;
	}

	.bwa-menu__sub-menu__part {
		padding : 20px;
	}
}

.bwa-menu__sub-menu[data-template="template-4"] > .bwa-menu__sub-menu__part > .bwa-menu__sub-menu__item[data-type="letter"] {
	display : none !important;
}

.grid-instagram__item img {
	width : 290px;
}

.swiper-pagination {
	z-index : 2;
}

.initial-description__container {
	width          : 75%;
	margin         : 20px auto;
	display        : flex;
	flex-direction : column;
	align-items    : center;
}

@media (max-width : 1023px) {
	.initial-description__container {
		width   : 100%;
		padding : 0px 10px;
	}
}

@supports not (-webkit-touch-callout: none) {
	.extra-description-text {
		/*max-height: 180px;*/
		overflow           : hidden;
		text-overflow      : ellipsis;
		display            : -webkit-box;
		-webkit-line-clamp : 3; /* number of lines to show */
		line-clamp         : 3;
		-webkit-box-orient : vertical;
		transition         : 0.4s ease;
	}

	.initial-description-text {
		/*max-height: 180px;*/
		overflow           : hidden;
		text-overflow      : ellipsis;
		display            : -webkit-box;
		-webkit-line-clamp : 3; /* number of lines to show */
		line-clamp         : 3;
		-webkit-box-orient : vertical;
		transition         : 0.4s ease;
	}
}


.extra-description-text a {
	color : var(--color-primary)
}

.extra-description-text a:hover {
	text-decoration : underline;
}

.extra-description-text.extend {
	/*max-height: 100%;*/
	display : block
}

.initial-description-text a {
	color : var(--color-primary)
}

.initial-description-text a:hover {
	text-decoration : underline;
}

.initial-description-text.extend {
	/*max-height: 100%;*/
	display : block
}

@supports (-webkit-touch-callout: none) {
	.extra-description-text {
		overflow   : hidden;
		max-height : 200px;
	}

	.extra-description-text.extend {
		max-height : 100%;
		display    : block
	}

	.extra-description-text p {
		display : inline-block;
	}

	.initial-description-text {
		overflow   : hidden;
		max-height : 200px;

	}

	.initial-description-text.extend {
		max-height : 100%;
		display    : block
	}

	.initial-description-text p {
		display : inline-block;
	}
}

.show-more, .show-less {
	display : none;
}

.show-more.active, .show-less.active {
	display : block;
}

.extra-description-expand {
	text-align      : center;
	color           : var(--color-primary);
	text-decoration : underline;
	margin-top      : 10px;
	padding         : 5px;
}

.extra-description-expand:hover {
	cursor          : pointer;
	text-decoration : none;
}

.initial-description-expand {
	text-align      : center;
	color           : var(--color-primary);
	text-decoration : underline;
	margin-top      : 10px;
	padding         : 5px;
}

.initial-description-expand:hover {
	cursor          : pointer;
	text-decoration : none;
}

#module-prestablog-blog #columns_inner {
	width     : 1085px;
	margin    : auto;
	max-width : 90%;
}

.prestablogExtra {
	border : none !important;
}

#blog_list_1-7 {
	display               : grid;
	grid-template-columns : repeat(3, 1fr);
}

#blog_list_1-7 .blog-grid {
	position : initial !important;
}

#blog_list_1-7 .blog-grid .block_cont {
	height         : 100%;
	display        : flex;
	flex-direction : column;
}

#blog_list_1-7 .blog-grid .block_cont .prestablog_more {
	margin-top : auto;
}

#prestablogfront p a, #prestablogfront p a * {
	color           : var(--color-primary) !important;
	text-decoration : underline;
}

#prestablogfront p a:hover, #prestablogfront p a *:hover {
	text-decoration : none;
}

@media (max-width : 1199px) {
	#blog_list_1-7 {
		grid-template-columns : repeat(2, 1fr);
	}
}

@media (max-width : 767px) {
	#blog_list_1-7 {
		grid-template-columns : repeat(1, 1fr);
	}
}

.product-additional-info {
	margin-bottom : 20px;
}

.badges-product__container {
	position       : absolute;
	right          : 15px;
	top            : 10px;
	display        : flex;
	flex-direction : column;
	z-index        : 1;
	align-items    : center;
}

.badges-product__container > * {
	margin-bottom : 15px;
}

.badges-product__item svg, .badges-product__item img {
	width      : 63px;
	background : transparent !important;
}

.product-miniature .badges-product__container > * {
	margin-bottom : 10px;
}

.product-miniature .badges-product__item.bio img {
	width : 40px;
}

@media (max-width : 499px) {
	.product-cover .badges-product__item svg, .product-cover .badges-product__item img {
		width : 40px;
	}
}

@media(min-width: 1200px) {
	.burger-menu-sticky{
		display: none;
	}
}

@media (max-width: 1199px){
	.burger-menu-sticky{
		position: fixed;
		bottom: 25px;
		right: 25px;
		width: 60px;
		height: 60px;
		border-radius: 100%;
		background: var(--color-primary);
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
	}

}

@media (max-width : 1199px) {
	header.main-header {
		grid-template-columns : 3% auto 1fr auto 3%;
		/*height: 70px;*/
	}
	.header-actions{
		width: 270px;
	}

	.header-search {
		grid-row     : 2;
		grid-column  : 1/-1 !important;
		margin-right : 0 !important;
		background: white;
		width: 100%;
		max-width: 100%;
		height: 60px;
		padding: 10px;
	}
	#header .search-widget form input[type="text"]{
		padding-left: 20px;
		padding-right: 45px;
	}
	header.main-header .search-widget form button[type=submit]{
		right: 0;
		left: unset;
		padding: 8px 15px 8px 10px;
	}
	.header-logo{
		padding: 5px 0;
	}

	.header-logo svg{
		width: 67px;
		height: 51px;
	}
}

@media (max-width: 767px){
	#header .header-actions .language-selector {
		display : none;
	}
	.header-actions{
		width: 180px;
	}
}

@media (max-width : 367px) {
	.header-actions{
		width: 160px;
	}
}

.container-primary{
	max-width : 1350px;
	margin    : auto;
	width     : calc(100% - 40px);
}

.slider-progress {
	position: relative;
	width: 250px;
	height: 4px;
	background: #FFFFFF75;
	margin: auto;
	overflow: hidden;
}
.slider-progress .progress-bar {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: #000000;
	transition: left 0.3s ease, width 0.3s ease;
}

@media (min-width: 768px){
	.slider-progress{
		display: none;
	}
}

.tabs__header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.tabs__title{
	font-size: 40px;
	font-weight: 400;
	font-family: 'futura-pt', sans-serif;
	letter-spacing: 0.2px;
	line-height: 1;
}

#home-page-tabs{
	margin-top: 30px;
}

.dmj-hometabcontent .tabs .nav-tabs{
	margin-bottom: 0;
}

.dmj-hometabcontent .tabs .nav-tabs .nav-item:last-child .nav-link,
.dmj-hometabcontent .tabs .nav-tabs .nav-item:last-child{
	margin-right: 0;
}

@media (min-width: 1024px){
	#home-page-tabs{
		margin-top: 0;
	}
	.tabs__header{
		flex-direction: row;
	}
}

.all-product-link{
	text-transform: uppercase;
	color: #82142D!important;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.6px;
	border: 1px solid #82142D !important;
	padding: 12px 55px!important;
}

.all-product-link:hover{
	color: #FFFFFF!important;
	border-color: black !important;
}

.who-we-are__logo img{
	width: 60px;
	height: 80px;
}

.who-we-are__subtitle{
	margin-bottom: 0!important;
}

.who-we-are__subtitle .elementor-heading-title{
	text-align: center;
	font-size: 14px!important;
	font-style: normal;
	font-weight: 400!important;
	line-height: normal;
	letter-spacing: 2.8px;
	text-transform: uppercase;
}

.who-we-are__title .elementor-heading-title{
	font-family: "futura-pt", sans-serif;
	font-size: 40px!important;
	font-style: normal;
	font-weight: 400!important;
	line-height: 1.2;
	letter-spacing: 0.2px;
}

.who-we-are__text .elementor-text-editor{
	width: 420px;
	max-width: calc(100% - 30px);
	margin: auto;
}

.who-we-are__text span{
	color: rgba(255, 255, 255, 0.60);
	text-align: center;
	font-size: 16px!important;
	font-style: normal;
	font-weight: 400!important;
	line-height: 1.2;
}

.who-we-are__button a{
	text-transform: uppercase;
	text-align: center;
	font-size: 16px!important;
	font-style: normal;
	font-weight: 400!important;
	line-height: 20px;
	letter-spacing: 0.6px;
}

.who-we-are__bottom .elementor-widget-wrap{
	flex-direction: column-reverse;
}

@media (max-width: 767px){
	.who-we-are__button a{
		width: 420px!important;
		max-width: calc(100% - 30px);
		margin: auto;
	}
}

@media (min-width: 768px){
	.who-we-are__bottom .elementor-widget-wrap{
		flex-direction: column;
	}
}

.wine-choice__wrapper .elementor-container{
	max-width: 1350px!important;
	margin: auto;

}

.wine-choice__wrapper .elementor-element-populated{
	padding: 0!important;
}

.wine-choice__container{
	background: transparent;
	padding: 0;
}

.wine-choice__container>.elementor-container>.elementor-row{
	justify-content: space-between;
}

.wine-choice__subtitle{
	margin-bottom: 5px!important;
}

.wine-choice__subtitle .elementor-heading-title{
	color: var(--color-primary);
	font-family: "futura-pt", sans-serif;
	font-size: 14px!important;
	font-style: normal;
	font-weight: 400!important;
	line-height: 1.1;
	letter-spacing: 2.8px;
	text-transform: uppercase;
}

.wine-choice__title .elementor-heading-title{
	color: #000;
	font-family: "futura-pt", sans-serif;
	font-size: 40px!important;
	font-style: normal;
	font-weight: 400!important;
	line-height: 1.1;
	letter-spacing: 0.2px;
}

.wine-choice__left{
	max-width: 440px;
}

.wine-choice__text .elementor-text-editor>*{
	color: rgba(0, 0, 0, 0.50) !important;
	font-size: 16px!important;
	font-style: normal!important;
	font-weight: 400!important;
	line-height: 1.5!important;
}

.wine-choice__contact{
	margin-bottom: 8px!important;
}

.wine-choice__contact a, .wine-choice__blog a{
	width: 270px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px!important;
	font-style: normal;
	font-weight: 400!important;
	line-height: 1.2;
	letter-spacing: 0.6px;
	border-radius: 0;
	transition: all 0.3s ease;
}

.wine-choice__contact a{
	background: var(--color-primary);
	color: #FFF;
	border: 1px solid var(--color-primary);
	transition: 0.3s ease;
}

.wine-choice__contact a:hover{
	background: #000;
	border: 1px solid #000;
}

.wine-choice__blog a{
	color: #000 !important;
	border: 1px solid #000;
	background: transparent;
	transition: 0.3s ease;
}

.wine-choice__blog a:hover{
	background: #000;
	border-color: #000;
	color: white !important;
}

.wine-choice__right .wine-choice__contact a,.wine-choice__right .wine-choice__blog a{
	width: 100%;
}

.wine-choice__left .wine-choice__contact a,.wine-choice__left .wine-choice__blog a{
	display: none;
}

.wine-choice__img .elementor-image{
	display: flex;
	justify-content: center;
}

@media (max-width: 767px){
	.wine-choice__left {
		max-width: 100%;
		text-align: center;
	}
	.wine-choice__text .elementor-text-editor>*{
		font-size: 14px!important;
	}
	.wine-choice__title .elementor-heading-title{
		font-size: 36px!important;
	}
	.wine-choice__subtitle .elementor-heading-title{
		font-size: 12px!important;
	}
	.wine-choice__contact a, .wine-choice__blog a{
		font-size: 14px!important;
	}
}

@media (min-width: 768px){
	.wine-choice__container{
		background: rgba(0, 0, 0, 0.05);
		padding: 20px;
	}
	.wine-choice__right .wine-choice__contact a,.wine-choice__right .wine-choice__blog a{
		display: none;
	}
	.wine-choice__left .wine-choice__contact a,.wine-choice__left .wine-choice__blog a{
		display: inherit;
	}
	.wine-choice__img .elementor-image{
		justify-content: flex-end;
	}
	.wine-choice__right .wine-choice__img,.wine-choice__right .wine-choice__contact{
		margin-bottom: 0 !important;
	}

}

@media (min-width: 1024px){
	.wine-choice__container{
		padding: 30px;
	}
}

@media (min-width: 1200px){
	.wine-choice__container{
		padding: 65px;
	}
}

.google-reviews{
	background: #F2F2F2;
	padding: 50px 20px 60px;
	margin-bottom: 100px;
}

.google-reviews__header{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 55px;
}

.google-reviews__subtitle{
	font-family: "futura-pt", sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 2.8px;
	text-transform: uppercase;
	color: var(--color-primary);
}

.google-reviews__title{
	color: #321E1E;
	text-align: center;
	font-family: "futura-pt", sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0.2px;
}

.google-review__head{
	display: flex;
	align-items: center;
	justify-content: center;
}

.google-review__avatar{
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 15px;
}

.google-review__name{
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 1.6px;
	text-transform: uppercase;
}

.google-review__content{
	margin-top: 15px;
}

.google-review__description{
	color: #000;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.16px;
}

.google-reviews-swiper{
	width: 500px!important;
	margin: auto;
	overflow: hidden;
}

.google-reviews .google-reviews__content{
	position: relative;
	max-width: 1025px;
	margin: auto;
}

.google-review__arrow{
	background: transparent;
	border-radius: 100%;
	border: none;
	width: 70px;
	height: 70px;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.google-review__arrow:hover{
	background: rgba(0, 0, 0, 0.1);
}

.google-review__arrow:active{
	outline: none;
	background: rgba(0, 0, 0, 0.2);
}
.google-review__arrow:focus{
	outline: none;
}

.google-review__arrow--prev{
	left: 0;
}

.google-review__arrow--next{
	right: 0;
}

@media (max-width: 767px){
	.google-review__arrows{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 30px;
	}
	.google-review__arrow{
		position: initial;
		margin: 0 10px;
		top: 0;
		transform: translateY(0);
	}
	.google-reviews-swiper{
		width: 100%!important;
	}
	.google-reviews{
		padding-left: 0;
		padding-right: 0;
	}

}

#header .language-selector.dropdown .expand-more:hover{
	text-decoration: underline!important;
	color: white!important;
}
#header .language-selector.dropdown .expand-more:hover .dropdown-arrow:before, #header .language-selector.dropdown .expand-more:hover .dropdown-arrow {
	text-decoration: none!important;
	color: white!important;
}
