/*Fonts */
@font-face {
    src: url("../fonts/Brandon_reg.otf");
    font-family: 'Brandon Grotesque'; 
	font-weight: 400;
}
@font-face {
    src: url("../fonts/brandon-grotesque-regular-italic-58a8a456c4724.otf");
    font-family: 'Brandon Grotesque'; 
	font-weight: 400;
	font-style: italic;
}
@font-face {
    src: url("../fonts/BrandonGrotesque-Medium.otf");
    font-family: 'Brandon Grotesque';
	font-weight: 500;
}
@font-face {
    src: url("../fonts/Brandon_bld.otf");
    font-family: 'Brandon Grotesque';
	font-weight: 700;
}
@font-face {
    src: url("../fonts/brandon-grotesque-bold-italic-58a8a48221563.otf");
    font-family: 'Brandon Grotesque';
	font-weight: 700;
	font-style: italic;
}
@font-face {
    src: url("../fonts/brandon-grotesque-black-58a8a3e824392.otf");
    font-family: 'Brandon Grotesque';
	font-weight: 800;
}
@font-face {
    src: url("../fonts/norwester.otf");
    font-family: 'Norwester'; 
	font-weight: 400;
}

/*Customize*/
.dewars-custom-brand-page #maincontent {
    max-width: 100%;
    margin: 0;
    padding: 0;
	font-family: 'Brandon Grotesque', sans-serif; 
	font-weight: 400;
	font-size: 20px;
	color: #000;
}
.dewars-custom-brand-page #maincontent * {
    box-sizing: border-box;
}
.dewars-custom-brand-page #maincontent .column.main {
    padding: 0;
}
.dewars-custom-brand-page .block-container {
	max-width: 1560px;
	margin: 0 auto;
}

/*Sections*/
.dewars-custom-brand-page .cataloglabel.cataloglabel-product-top-label.cataloglabel-new-product.cataloglabel-list.position-TR, .dewars-custom-brand-page .cataloglabel.cataloglabel-product-top-label.cataloglabel-new-product.cataloglabel-list.position-TL{
	display: none;
}
.dewars-custom-brand-page .block-image-holder.block-image-link .image-link .action.tocart {
	background-color: transparent;
}
.dewars-custom-brand-page .block-image-holder.block-image-link .image-link .action.tocart:hover{
	background-color: transparent;
}
.dewars-custom-brand-page .block-image-holder.block-image-link .image-link .action.tocart:hover {
	background-color: #14143c;
}
.dewars-custom-brand-page .block-image-holder.block-image-link .image-link:hover {
	opacity: 1;
}
/*.dewars-custom-brand-page .tocart:active, .dewars-custom-brand-page .tocart:focus {
	background-color: #fff;
	box-shadow: none;
	color: #000;
	border: none;
}*/
.dewars-custom-brand-page .page--dewars .action.primary, .dewars-custom-brand-page .page--dewars .action-primary {
	background-color: #fff;
	border: none;
	font-size: 30px;
	text-transform: uppercase;
	padding: 10px 30px;
	border-radius: 10px;
	color: #279989;
	font-family: 'BebasKai';
	line-height: 1.2;
	font-weight: 400;
}
.dewars-custom-brand-page .page--dewars .action.primary:hover, 
.dewars-custom-brand-page .page--dewars .action-primary:hover {
	opacity: 0.8;
}
.dewars-custom-brand-page .tile-04.products-slider .product-item-actions .btn-cart.action.primary span {
	background-color: transparent !important;
}
/*.dewars-custom-brand-page .tile-04.products-slider .product-item-actions .btn-cart.action.primary:hover span {
	color: #fff !important;
}*/
.dewars-custom-brand-page .tile-04.products-slider .product-image-container {
	margin: auto;
	display: table;
}

.dewars-custom-brand-page .page--dewars .products-slider .action.primary,
.dewars-custom-brand-page .page--dewars .products-left-right .action.primary,
.dewars-custom-brand-page .page--dewars .btn-white .action.primary{
	border: 1px solid #707070;
	background-color: #fff;
	color: #000;
	padding: 26px 45px;
	margin-top: 25px;
}
.dewars-custom-brand-page .page--dewars .products-slider .action.primary:hover,
.dewars-custom-brand-page .page--dewars .products-left-right .action.primary:hover,
.dewars-custom-brand-page .page--dewars  .btn-white .action.primary:hover {
	background-color: #000;
	color: #fff;
}
.dewars-custom-brand-page #maincontent .slick-prev:before {
    background-color: #000 !important;
	-webkit-mask-image: url(../images/arrow-ciroc-left.svg);
	mask-image: url(../images/arrow-ciroc-left.svg);
	background-image: unset;
    padding: 0 !important;
}
.dewars-custom-brand-page #maincontent .slick-next:before{
    background-color: #000 !important;
	-webkit-mask-image: url(../images/arrow-ciroc-right.svg);
	mask-image: url(../images/arrow-ciroc-right.svg);
	background-image: unset;
    padding: 0 !important;
}
.dewars-custom-brand-page #maincontent .slick-prev::before, 
.dewars-custom-brand-page #maincontent .slick-next::before {
	content: "" !important;
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: transparent;
	border-radius: 50%;
	opacity: 1 !important;
}
.dewars-custom-brand-page #maincontent .slick-slider .slick-dots li button::before { display: none; }
.dewars-custom-brand-page #maincontent .slick-slider .slick-dots li button {
	background-color: #EFEFEF;
	border-radius: 0;
	padding: 0;
	margin-right: 15px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.dewars-custom-brand-page #maincontent .slick-slider .slick-dots li {	height: auto;	width: auto;	margin: 0;}
.dewars-custom-brand-page #maincontent .slick-slider .slick-dots li:last-child button{	margin-right:0;}
.dewars-custom-brand-page #maincontent .slick-slider .slick-dots li.slick-active button {
	background-color: #4A4A4A;
}

/*Transition*/
.dewars-custom-brand-page .page--dewars .btn-cart, .dewars-custom-brand-page .popup--section, 
 .dewars-custom-brand-page .headline-text-section .button a ,
.dewars-custom-brand-page .bottle-infos .btn-container .button.btn-cart, .dewars-custom-brand-page .each-accordion::before, .dewars-custom-brand-page .each-accordion::after,
.dewars-custom-brand-page .each-accordion .accordion-text, .dewars-custom-brand-page .button.button-recipe a{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dewars-custom-brand-page .products-slider .slick-list {
	max-width: 100%;
	margin: 0 auto;
	padding: 10px 0 55px;
}
.dewars-custom-brand-page #maincontent .slick-prev, .dewars-custom-brand-page #maincontent .slick-next {
	top: 24% !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	height: 39px;
	width: 39px;
	background-color: transparent;
}
.dewars-custom-brand-page .products-slider .slick-next {
	right: 0px !important;
}
.dewars-custom-brand-page .products-slider .slick-prev {
    left: 0px !important;
}
.dewars-custom-brand-page .products-slider .action.primary, .dewars-custom-brand-page .products-slider .action-primary, .dewars-custom-brand-page .pack-title-wrapper-inner .action.tocart.primary.button.btn-cart,
.dewars-custom-brand-page .btn-container .action.primary {
	background-color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	padding: 18px 36px;
	color: #000;
	font-family: 'Brandon Grotesque', sans-serif;
	border: 2px solid #000;
	border-radius: 10px;
}
.dewars-custom-brand-page .products-slider .action.primary:hover, .dewars-custom-brand-page .products-slider .action-primary:hover, .dewars-custom-brand-page .pack-title-wrapper-inner .action.tocart.primary.button.btn-cart,
.dewars-custom-brand-page .btn-container .action.primary:hover {
	background-color: #000;
	border-color: #000;
	color:#fff;
}
.dewars-custom-brand-page #maincontent .products-cocktails .slick-arrow {
	top: 56% !important;
}
.dewars-custom-brand-page .clearfix::after{
	clear:both;
	display: table;
}

/* Added */
.dewars-custom-brand-page .breadcrumbs {
	max-width: 1560px;
	padding: 0;
}
.dewars-custom-brand-page .breadcrumbs .item.home a {
	padding-left: 0;
}

.dewars-custom-brand-page .tile-01 , .dewars-custom-brand-page .video-container{
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.dewars-custom-brand-page .video-container video {
	display: block;
	width: 100%;
	height: auto;
}

.dewars-custom-brand-page .products-infos h1 {
	font-family: 'Norwester', sans-serif;
	color: #000;
	font-weight: 400;
	font-size: 80px;
	letter-spacing: 4px;
}
.dewars-custom-brand-page .products-infos {
	text-align: center;
	padding: 25px 0 190px;
	position: relative;
}
.dewars-custom-brand-page .products-infos .text {
	font-size: 36px;
	font-style: italic;
	line-height: 1.4;
	position: relative;
	z-index: 1;
}
.dewars-custom-brand-page .products-infos .icon img {
	max-width: 100px;
	margin: 0 auto;
}
.dewars-custom-brand-page .products-infos .icon {
	margin-bottom: 20px;
}
.dewars-custom-brand-page .products-infos .bg-section {
	position: absolute;
	bottom: -180px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	width: 100%;
}
.dewars-custom-brand-page .products-infos .block-container {
	position: relative;
	z-index: 1;
}
.dewars-custom-brand-page .product-steps-inner {
	display: flex;
	align-items: flex-end;
	margin-bottom: 100px;
}
.dewars-custom-brand-page img {
	display: block;
}
.dewars-custom-brand-page .products-slider .heading h2 {
	position: relative;
	z-index: 1;
	font-family: 'Norwester', sans-serif;
	color: #000;
	font-weight: 400;
	font-size: 35px;
	letter-spacing: 0;
}
.dewars-custom-brand-page .products-slider .heading .bg-section {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.dewars-custom-brand-page .products-slider .heading {
	position: relative;
	padding: 67px 0 83px;
	margin-bottom: 40px;
}
.dewars-custom-brand-page .products-slider .heading h2::before {
	content: '';
	width: 54px;
	height: 2px;
	background-color: #000;
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
.dewars-custom-brand-page .wrap-carousel .product-item-details {
	text-align: center;
}
.dewars-custom-brand-page .product-item-info {
	margin-bottom: 25px;
}
.dewars-custom-brand-page .wrap-carousel .product-item-link {
	font-size: 19px;
	color: #000;
}
.dewars-custom-brand-page .wrap-carousel .product-item-name {
	max-width: 200px;
	margin: 0 auto 30px;
}
.dewars-custom-brand-page .wrap-carousel .product-price, .dewars-custom-brand-page .bottle-column .product-price {
	color: #C78C77;
	font-family: 'Norwester', sans-serif;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 15px;
}

.dewars-custom-brand-page .each-bottle {
	display: flex !important;
	align-items: center;
	flex-flow: row;
	margin: 0 80px;
}
.dewars-custom-brand-page .bottle-column.bottle-column-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 50px 0;
	max-width: 600px;
}
.dewars-custom-brand-page .bottle-column .bottle-image {
	max-width: 375px;
	position: absolute;
}
.dewars-custom-brand-page .bottle-column.bottle-column-left .bottle-bg img {
	border-radius: 10px;
}
.dewars-custom-brand-page .bottle-name h3 {
	font-family: 'Norwester', sans-serif;
	font-size: 35px;
	margin: 0 0 35px;
}
.dewars-custom-brand-page .bottle-name h6 {
	font-size: 21px;
	font-weight: 500;
	font-style: italic;
	line-height: 1.3;
	margin: 0 0 20px;
}
.dewars-custom-brand-page .bottle-column.bottle-column-center {
	text-align: center;
	max-width: 400px;
	margin: 0 80px 0 115px;
}
.dewars-custom-brand-page .bottle-column.bottle-column-center p {
	font-size: 21px;
	margin-bottom: 20px;
	font-style: italic;
}
.dewars-custom-brand-page .bottle-column.bottle-column-right {
	max-width: 200px;
}
.dewars-custom-brand-page .products-infos .bg-section img {
	margin: 0 auto;
}
.dewars-custom-brand-page .slick-dots {
	bottom: 0;
}
.dewars-custom-brand-page .products-slider {
	margin-bottom: 45px;
}
.dewars-custom-brand-page #maincontent .products-infos-slider .slick-arrow {
	top: 45% !important;
}
.dewars-custom-brand-page #maincontent .products-infos-slider {
	margin-bottom: 100px;
}
.dewars-custom-brand-page .products-infos-highball .icon img {
	max-width: 386px !important;
}
.dewars-custom-brand-page .products-infos-highball {
	padding-top: 0;
}
.dewars-custom-brand-page .cocktail-heading h2 {
	font-size: 80px;
	font-family: 'Norwester', sans-serif;
	font-weight: 400;
	margin-bottom: 5px;
}
.dewars-custom-brand-page .cocktail-heading p {
	font-size: 36px;
	font-style: italic;
}
.dewars-custom-brand-page .cocktail-heading {
	text-align: center;
	margin-bottom: 40px;
}
.dewars-custom-brand-page .cocktail-column-center .cocktail-image img {
	max-width: 500px;
	margin: 0 auto;
}
.dewars-custom-brand-page .cocktail-columns {
	display: flex;
	align-items: center;
	flex-flow: row;
	max-width: 1115px;
	margin: 0 auto;
	flex-direction: row;
}
.dewars-custom-brand-page .cocktail-column.cocktail-column-center {
	margin: 0 55px 0 65px;
	width: 50%;
}
.dewars-custom-brand-page .cocktail-column.cocktail-column-left, .dewars-custom-brand-page .cocktail-column.cocktail-column-right {
	width: 25%;
}
.dewars-custom-brand-page .cocktail-column.cocktail-column-left {
	text-align: right;
}
.dewars-custom-brand-page .cocktail-column ul {
	list-style: none;
	padding: 0;
	margin-bottom: 25px;
}
.dewars-custom-brand-page .cocktail-column .title {
	font-size: 21px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 25px;
	font-weight: 500;
}
.dewars-custom-brand-page .cocktail-column .title::before {
	content: '';
	width: 109px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 3px dotted#000;
}
.dewars-custom-brand-page .cocktail-column.cocktail-column-left .title::before {
	left: auto;
	right: 0;
}
.dewars-custom-brand-page .cocktail-column ul li {
	margin: 0;
	font-size: 19px;
}
.dewars-custom-brand-page .products-cocktails {
	margin-bottom: 40px;
}
.dewars-custom-brand-page .cocktail-column p {
	margin-bottom: 25px;
}
.dewars-custom-brand-page  .products-images-slider .block-container{
	display: flex;
	align-items: center;
}
.dewars-custom-brand-page .products-images-slider {
	margin-bottom: 145px;
}
.dewars-custom-brand-page .each-image-slide img {
	border-radius: 5px;
}
.dewars-custom-brand-page .products-images-slider .each-image-slide {
	margin-right: 30px;
}
.dewars-custom-brand-page .products-images-slider .each-image-slide:last-child {
	margin-right: 0;
}
.dewars-custom-brand-page .cocktail-column.cocktail-column-left {
	order: 1;
}
.dewars-custom-brand-page .cocktail-column.cocktail-column-center {
	order: 2;
}
.dewars-custom-brand-page .cocktail-column.cocktail-column-right {
	order: 3;
}
.dewars-custom-brand-page  .products-slider .heading h2 br {
	display: none;
}

.dewars-custom-brand-page .products-slider .heading .bg-section img {
	width: 100%;
}

.dewars-custom-brand-page .video-iframe .video-container iframe {
	width: 100%;
}

/*Responsive*/
@media (max-width:1600px){
	.dewars-custom-brand-page .block-container, .dewars-custom-brand-page .breadcrumbs{		max-width: 1400px;	}
	.dewars-custom-brand-page .each-bottle {		margin: 0;	}


}
@media (max-width:1500px){
	.dewars-custom-brand-page .block-container, .dewars-custom-brand-page .breadcrumbs {		max-width: 94%;	}
	.dewars-custom-brand-page .products-infos h1, .dewars-custom-brand-page .cocktail-heading h2{		font-size: 70px;	}
	.dewars-custom-brand-page .products-infos .text, .dewars-custom-brand-page .cocktail-heading p {		font-size: 32px;	}
	.dewars-custom-brand-page .products-infos {		padding: 20px 0 160px;	}
	.dewars-custom-brand-page .product-steps-inner {		margin-bottom: 80px;	}
	.dewars-custom-brand-page .products-slider .heading {		padding: 55px 0 70px;	}
	.dewars-custom-brand-page .wrap-carousel .product-item-name {		margin: 0 auto 25px;	}
	.dewars-custom-brand-page .products-slider .slick-list {		padding: 10px 0 50px;	}
	.dewars-custom-brand-page .bottle-column.bottle-column-left {		max-width: 550px;	}
	.dewars-custom-brand-page .bottle-column .bottle-image {		max-width: 350px;	}
	.dewars-custom-brand-page .bottle-name h3 {		font-size: 32px;	}
	.dewars-custom-brand-page .cocktail-column .title, .dewars-custom-brand-page .bottle-name h6,.dewars-custom-brand-page .bottle-column.bottle-column-center p {		font-size: 20px;	}
	.dewars-custom-brand-page .bottle-column.bottle-column-center {		margin: 0 60px 0 90px;	}
	.dewars-custom-brand-page #maincontent .products-infos-slider {		margin-bottom: 90px;	}
	.dewars-custom-brand-page .wrap-carousel .product-price, .dewars-custom-brand-page .bottle-column .product-price {		font-size: 28px;	}
	.dewars-custom-brand-page .products-images-slider {		margin-bottom: 100px;	}


}
@media (max-width:1399px){
	.dewars-custom-brand-page .products-infos .icon img {		max-width: 90px;	}
	.dewars-custom-brand-page .products-infos h1, .dewars-custom-brand-page .cocktail-heading h2 {		font-size: 60px;	}
	.dewars-custom-brand-page .products-infos .text, .dewars-custom-brand-page .cocktail-heading p {		font-size: 30px;	}
	.dewars-custom-brand-page .products-infos .bg-section {		bottom: -130px;	}
	.dewars-custom-brand-page .products-infos {		padding: 20px 0 120px;	}
	.dewars-custom-brand-page .product-steps-inner {		margin-bottom: 55px;	}
	.dewars-custom-brand-page .products-slider .heading h2 {		font-size: 32px;	}
	.dewars-custom-brand-page .products-slider .heading {	margin-bottom: 30px;	padding: 45px 0 60px;	}
	.dewars-custom-brand-page .bottle-column.bottle-column-left {		max-width: 480px;	}
	.dewars-custom-brand-page .bottle-column .bottle-image {		max-width: 315px;	}
	.dewars-custom-brand-page .bottle-column.bottle-column-center {		margin: 0 40px 0 40px;	}
	.dewars-custom-brand-page #maincontent .products-infos-slider {		margin-bottom: 60px;	}
	.dewars-custom-brand-page .products-infos-highball .icon img {		max-width: 350px !important;	}
	.dewars-custom-brand-page .cocktail-heading {		margin-bottom: 30px;	}
	.dewars-custom-brand-page .cocktail-column-center .cocktail-image img {		max-width: 450px;	}
	.dewars-custom-brand-page .products-images-slider {		margin-bottom: 80px;	}
	.dewars-custom-brand-page .video-iframe .video-container iframe{height:600px;}


}
@media (max-width:1199px){
	.dewars-custom-brand-page .products-infos h1, .dewars-custom-brand-page .cocktail-heading h2 {		font-size: 55px;	}
	.dewars-custom-brand-page .products-infos .text, .dewars-custom-brand-page .cocktail-heading p {		font-size: 28px;	}
	.dewars-custom-brand-page .products-infos {		padding: 20px 0 100px;	}
	.dewars-custom-brand-page .product-steps-inner {		margin-bottom: 45px;	}
	.dewars-custom-brand-page .products-slider .heading {		margin-bottom: 20px;		padding: 35px 0 50px;	}
	.dewars-custom-brand-page .wrap-carousel .product-item-name {		margin: 0 auto 20px;	}
	.dewars-custom-brand-page .products-slider .slick-list {		padding: 10px 0 40px;	}
	.dewars-custom-brand-page .bottle-column.bottle-column-left {	padding: 20px 0;	max-width: 420px;	}
	.dewars-custom-brand-page .bottle-column .bottle-image {		max-width: 260px;	}
	.dewars-custom-brand-page .bottle-column.bottle-column-center {		margin: 0 20px 0 20px;	}
	.dewars-custom-brand-page .bottle-column.bottle-column-right {		max-width: 170px;	}
	.dewars-custom-brand-page .cocktail-column .title, .dewars-custom-brand-page .bottle-name h6, .dewars-custom-brand-page .bottle-column.bottle-column-center p {		font-size: 18px;	}
	.dewars-custom-brand-page .bottle-name h3 {		font-size: 28px;		margin-bottom: 25px;	}
	.dewars-custom-brand-page #maincontent .products-infos-slider {		margin-bottom: 40px;	}
	.dewars-custom-brand-page .products-infos-highball .icon img {		max-width: 330px !important;	}
	.dewars-custom-brand-page .products-infos .text, .dewars-custom-brand-page .cocktail-heading p {		font-size: 26px;	}
	.dewars-custom-brand-page .cocktail-columns {		max-width: 100%;		margin: 0 30px;	}
	.dewars-custom-brand-page .cocktails-section .slick-prev.slick-arrow {		left: 0;	}
	.dewars-custom-brand-page .cocktails-section .slick-next.slick-arrow {		right: 0;	}
	.dewars-custom-brand-page .cocktail-column ul li {		font-size: 18px;	}
	.dewars-custom-brand-page .cocktail-column.cocktail-column-center {		margin: 0 55px 0 65px;		width: 46%;	}
	.dewars-custom-brand-page .products-images-slider .each-image-slide {		margin-right: 20px;	}
	.dewars-custom-brand-page .products-images-slider {		margin-bottom: 60px;	}
	.dewars-custom-brand-page #maincontent {		font-size: 18px;	}
	.dewars-custom-brand-page .video-iframe .video-container iframe{height:500px;}

}                                
@media (max-width:1023px){   
	.dewars-custom-brand-page .products-infos .icon img {		max-width: 80px;	}
	.dewars-custom-brand-page .products-infos h1, .dewars-custom-brand-page .cocktail-heading h2 {		font-size: 45px;	}
	.dewars-custom-brand-page .products-infos h1 {	margin-bottom: 30px;	letter-spacing: 2px;	}
	.dewars-custom-brand-page .products-infos .text, .dewars-custom-brand-page .cocktail-heading p {		font-size: 24px;	}
	.dewars-custom-brand-page .products-slider .heading {		margin-bottom: 20px;		padding: 25px 0 40px;	}
	.dewars-custom-brand-page .products-slider .heading h2 {		font-size: 30px;	}
	.dewars-custom-brand-page .products-slider .heading h2::before {		bottom: -14px;	}
	.dewars-custom-brand-page .wrap-carousel .product-price, .dewars-custom-brand-page .bottle-column .product-price {		font-size: 26px;	}
	.dewars-custom-brand-page .products-slider {		margin-bottom: 30px;	}
	.dewars-custom-brand-page .bottle-column.bottle-column-right {		display: none;	}
	.dewars-custom-brand-page .bottle-column.bottle-column-left, .dewars-custom-brand-page .bottle-column.bottle-column-center {		max-width: 50%;	}
	.dewars-custom-brand-page .bottle-column .bottle-image {		max-width: 230px;	}
	.dewars-custom-brand-page .bottle-name h3 {		font-size: 26px;	}
	.dewars-custom-brand-page #maincontent .products-infos-slider .slick-next.slick-arrow {		right: -10px;	}
	.dewars-custom-brand-page #maincontent .products-infos-slider .slick-prev.slick-arrow {		left: -10px;	}
	.dewars-custom-brand-page .bottle-column.bottle-column-center p {		margin-bottom: 10px;	}
	.dewars-custom-brand-page #maincontent .products-infos-slider {		margin-bottom: 30px;	}
	.dewars-custom-brand-page .products-infos-highball .icon img {		max-width: 300px !important;	}
	.dewars-custom-brand-page .cocktail-column-center .cocktail-image img {		max-width: 100%;	}
	.dewars-custom-brand-page .cocktail-column.cocktail-column-center {		margin: 0 35px 0 45px;	}
	.dewars-custom-brand-page #maincontent, .dewars-custom-brand-page .cocktail-column ul li {		font-size: 16px;	}
	.dewars-custom-brand-page .cocktail-columns {		margin: 0 10px;	}
	.dewars-custom-brand-page .cocktails-section .slick-next.slick-arrow {		right: -15px;	}
	.dewars-custom-brand-page .cocktails-section .slick-prev.slick-arrow {		left: -15px;	}
	.dewars-custom-brand-page .cocktail-column .title {		padding-bottom: 10px;		margin-bottom: 15px;	}



}
@media (max-width:767px){
	.dewars-custom-brand-page .product-item-info {		margin: 0 auto 25px;	}
	.dewars-custom-brand-page .block-container, .dewars-custom-brand-page .breadcrumbs {		max-width: 92%;	}
	.dewars-custom-brand-page .breadcrumbs {		margin: 0 auto 10px;		display: block;		width: 100%;	}
	.dewars-custom-brand-page .products-infos {		padding: 10px 0 80px;	}
	.dewars-custom-brand-page .products-infos h1, .dewars-custom-brand-page .cocktail-heading h2 {	margin-bottom: 20px;	font-size: 50px;		letter-spacing: 2.5px;	}
	.dewars-custom-brand-page .products-infos .icon {		margin-bottom: 5px;	}
	.dewars-custom-brand-page .products-infos .text br {		display: none;	}
	.dewars-custom-brand-page .product-steps-inner .step-art {		width: 50%;	}
	.dewars-custom-brand-page .product-steps-inner {		flex-flow: wrap;	}
	.dewars-custom-brand-page .products-slider .heading h2 {		font-size: 35px !important;	}
	.dewars-custom-brand-page .bg-section.bg-section-desktop, .dewars-custom-brand-page .bottle-bg.bottle-bg-desktop { display: none;}
	.dewars-custom-brand-page .bg-section.bg-section-mobile, .dewars-custom-brand-page .bottle-bg.bottle-bg-mobile { display: block !important;}
	.dewars-custom-brand-page .products-slider .heading {	margin-bottom: 30px;	padding: 125px 0 140px;	}
	.dewars-custom-brand-page .wrap-carousel .product-price, .dewars-custom-brand-page .bottle-column .product-price {		font-size: 30px;	}
	.dewars-custom-brand-page .bottle-column.bottle-column-left, .dewars-custom-brand-page .bottle-column.bottle-column-center {		max-width: 100%;	}
	.dewars-custom-brand-page .each-bottle {		flex-flow: wrap;	}
	.dewars-custom-brand-page .bottle-column.bottle-column-center {		width: 100%;	}
	.dewars-custom-brand-page .bottle-column.bottle-column-left {		max-width: 80%;		margin: 0 auto;	}
	.dewars-custom-brand-page .bottle-column .bottle-image {		max-width: 300px;	}
	.dewars-custom-brand-page .bottle-bg.bottle-bg-mobile {		max-width: 360px;		margin-bottom: 60px;	}
	.dewars-custom-brand-page #maincontent .products-infos-slider .slick-arrow {		top: 28% !important;	}
	.dewars-custom-brand-page .bottle-name h3 {		font-size: 35px;	}
	.dewars-custom-brand-page .cocktail-column .title, .dewars-custom-brand-page .bottle-name h6, .dewars-custom-brand-page .bottle-column.bottle-column-center p {		font-size: 21px;	}
	.dewars-custom-brand-page .cocktail-heading h2 {		font-size: 50px !important;	}
	.dewars-custom-brand-page .products-infos .text, .dewars-custom-brand-page .cocktail-heading p {		font-size: 26px;	}
	.dewars-custom-brand-page .products-infos .bg-section {		bottom: -100px;	}
	.dewars-custom-brand-page .cocktail-column.cocktail-column-left, .dewars-custom-brand-page .cocktail-column.cocktail-column-right {		width: 100%;	}
	.dewars-custom-brand-page .cocktail-column.cocktail-column-center {		width: 100%;	}
	.dewars-custom-brand-page .cocktail-columns {	margin: 0;	flex-flow: wrap;	}
	.dewars-custom-brand-page .cocktail-column {		order: 1;	}
	.dewars-custom-brand-page .cocktail-column.cocktail-column-left {		text-align: left;	}
	.dewars-custom-brand-page .cocktail-column .title::before {		width: 100%;	}
	.dewars-custom-brand-page #maincontent .products-cocktails .slick-arrow {		top: auto !important;		bottom: 0;	}
	.dewars-custom-brand-page .cocktails-section .slick-dots {		bottom: 14px;	}
	.dewars-custom-brand-page .products-cocktails {		margin-bottom: 0;	}
	.dewars-custom-brand-page .cocktail-column.cocktail-column-center {		order: 1;	}
	.dewars-custom-brand-page .cocktails-section .slick-slider {		padding-bottom: 50px;	}



}
@media (max-width:639px){
	.dewars-custom-brand-page .products-infos .text{		font-size: 24px;	}
	.dewars-custom-brand-page  .products-slider .heading h2 br {		display: block !important;	}
	.dewars-custom-brand-page .products-slider .heading {		padding: 70px 0;	}
	.dewars-custom-brand-page .video-iframe .video-container iframe{height:450px;}

}
@media (max-width:479px){
	.dewars-custom-brand-page .products-infos .bg-section {		bottom: -70px;	}
	.dewars-custom-brand-page .products-infos {		padding: 10px 0 60px;	}
	.dewars-custom-brand-page .bottle-column.bottle-column-left {		margin-bottom: 25px;	}
	.dewars-custom-brand-page .bottle-bg.bottle-bg-mobile {		max-width: 310px;		margin-bottom: 60px;	}
	.dewars-custom-brand-page .bottle-column .bottle-image {		top: 47%;		left: 50%;		width: 100%;		transform: translate(-50%,-50%);		-webkit-transform: translate(-50%,-50%);		-moz-transform: translate(-50%,-50%);		max-width: 340px;	}
	.dewars-custom-brand-page .bottle-column.bottle-column-left {		max-width: 100%;		width: 100%;	}
	.dewars-custom-brand-page .bottle-bg.bottle-bg-mobile {		max-width: 100%;		margin-bottom: 40px;	}
	.dewars-custom-brand-page #maincontent .products-infos-slider .slick-next.slick-arrow {		right: 5px;	}
	.dewars-custom-brand-page #maincontent .products-infos-slider .slick-prev.slick-arrow {		left: 5px;	}
	.dewars-custom-brand-page #maincontent .products-infos-slider .slick-arrow {		top: 23% !important;	}
	.dewars-custom-brand-page #maincontent .products-infos-slider .slick-arrow::before {		background-color: #fff !important;	}
	.dewars-custom-brand-page .bottle-column.bottle-column-center {		margin: 0;	}
	.dewars-custom-brand-page .cocktail-column {		margin: 0 25px;	}
	.dewars-custom-brand-page .video-iframe .video-container iframe{height:300px;}


}
@media (max-width:427px){
	.dewars-custom-brand-page .products-infos h1, .dewars-custom-brand-page .cocktail-heading h2 , .dewars-custom-brand-page .cocktail-heading h2{		font-size: 40px;	}
	.dewars-custom-brand-page .products-infos .text {		font-size: 20px;	}
	.dewars-custom-brand-page .products-slider .heading h2 {		font-size: 30px !important;	}
	.dewars-custom-brand-page #maincontent .products-infos-slider .slick-arrow {		top: 25% !important;	}
	.dewars-custom-brand-page .bottle-name h3 {		font-size: 30px;	}
	.dewars-custom-brand-page .cocktail-column .title, .dewars-custom-brand-page .bottle-name h6, .dewars-custom-brand-page .bottle-column.bottle-column-center p {		font-size: 16px;	}
	.dewars-custom-brand-page .products-infos-highball .icon img {		max-width: 280px !important;	}
	.dewars-custom-brand-page .video-iframe .video-container iframe{height:200px;}
	.dewars-custom-brand-page .bottle-bg.bottle-bg-mobile {		max-width: 92%;	}
	.dewars-custom-brand-page .bottle-column .bottle-image {		max-width: 265px;	}
	.dewars-custom-brand-page #maincontent .products-infos-slider .slick-next.slick-arrow {		right: 15px;	}
	.dewars-custom-brand-page #maincontent .products-infos-slider .slick-prev.slick-arrow {		left: 15px;	}






}