/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face{font-family:icomoon;src:url(../fonts/icomoon.woff) format("woff");font-weight:400;font-style:normal;font-display:block}[class*=" icon-"],[class^=icon-]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-mailbox1:before{content:""}.icon-email-1:before{content:""}.icon-Caminho_271:before{content:""}.icon-Caminho_292:before{content:""}.icon-Grupo_6:before{content:""}.icon-Layer-2:before{content:""}.icon-Layer-3:before{content:"";color:#f6e0b6}.icon-Caminho_15:before{content:""}.icon-Caminho_29:before{content:""}.icon-Caminho_79:before{content:"";color:#f6e0b6}.icon-Caminho_80:before{content:"";color:#f6e0b6}.icon-Caminho_81:before{content:"";color:#f6e0b6}.icon-cart-icon:before{content:""}.icon-Grupo_11:before{content:""}.icon-Grupo_30:before{content:""}.icon-pagedown-buttom:before{content:""}.icon-pageup-buttom:before{content:""}.icon-arrow-right:before{content:""}.icon-arrow-left:before{content:""}.icon-Caminho_27:before{content:"";color:#f6e0b6}.icon-Caminho_291:before{content:""}.icon-email:before{content:""}.icon-Grupo_61:before{content:""}.icon-Layer_1:before{content:"";color:#f6e0b6}.icon-mailbox:before{content:""}.icon-mail-envelope-closed:before{content:""}.icon-arrow-thin-left:before{content:""}.icon-arrow-thin-right:before{content:""}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{position:relative}body.nav-active{overflow:hidden}.resize-active *{transition:none!important}.hide-text{overflow:hidden;padding:0;text-indent:101%;white-space:nowrap}.visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}dl,ol,ul{margin:0;padding:0;list-style:none}@font-face{font-family:FahkwangBold;src:url(../fonts/fahkwang-bold-webfont.woff) format("woff");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:FahkwangMedium;src:url(../fonts/fahkwang-medium-webfont.woff) format("woff");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:Fahkwang;src:url(../fonts/fahkwang-regular-webfont.woff) format("woff");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:FahkwangLight;src:url(../fonts/fahkwang-light-webfont.woff) format("woff");font-display:swap;font-weight:300;font-style:normal}html{font-size:10px}body{color:#000;font-family:FahkwangLight,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:14px;line-height:1.2;letter-spacing:1.4px;font-weight:300}a{transition:color .35s cubic-bezier(.3,.86,.36,.95);color:#003b49;cursor:pointer}a,a:hover{text-decoration:none}a:hover{color:#8a7c62}dl,ol,p,ul{margin:0 0 1.5em}.h1,h1{color:#8a7c62;font-weight:400;margin-bottom:10px}.h1,.h3,h1,h3{line-height:1.2}.h3,h3{color:#f6e0b6;font-weight:300}.h4,.h5,h4,h5{color:#8a7c62;line-height:1.2;font-weight:400}.h5,h5{font-size:16px}img{-o-object-fit:contain;object-fit:contain}input[type=email],input[type=tel],input[type=text],textarea{transition:border-color .35s cubic-bezier(.3,.86,.36,.95);background-color:transparent;color:#f6e0b6;width:100%;min-width:0;letter-spacing:.54px;font-size:18px;font-weight:400;border:none;border-radius:0;padding:10px 10px 2px 28px;-webkit-appearance:none}input[type=email]:focus,input[type=email]:hover,input[type=tel]:focus,input[type=tel]:hover,input[type=text]:focus,input[type=text]:hover,textarea:focus,textarea:hover{box-shadow:none;outline:none}input[type=email]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=text]::-moz-placeholder,textarea::-moz-placeholder{color:#f6e0b6}input[type=email]::placeholder,input[type=tel]::placeholder,input[type=text]::placeholder,textarea::placeholder{color:#f6e0b6}textarea{resize:none;background-color:#003b4a;height:200px;margin-bottom:34px}input[type=email],input[type=tel],input[type=text]{position:relative;border-bottom:2px solid #f6e0b6;height:44px;margin-bottom:13px}form{text-align:center}.form-holder{background-color:#002731;padding:24px;max-width:781px;margin:0 -15px}.form-wrap{position:relative}.form-wrap span{position:absolute;top:50%;transform:translateY(-50%);padding-bottom:6px}.form-wrap span:before{font-size:20px;color:#f6e0b6}.form-title h3,.form-title p{margin-bottom:10px}.form-title p{color:#f6e0b6}.form .lg{margin:0 auto}.form .lg span{margin-left:25px}.networks{display:flex;justify-content:center;flex-wrap:wrap;margin:0 -6px}.networks li{position:relative;height:25px;width:30px;margin:0 10px 17px}.networks li>a{position:absolute;top:0;left:0;right:0;bottom:0}.networks li:hover span:before{color:#fff;transition:color .3s ease-in-out}.networks li:active span:before{color:#67939e;transition:color .3s ease-in-out}.networks span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.networks span:before{color:#f6e0b6;transition:color .3s ease-in-out;font-size:30px}.header{background-color:#002731}.header.bottom-header{bottom:0;width:100%}.header-wrap{display:flex;justify-content:space-between;align-items:flex-end;padding:10px 0;max-width:1000px;margin:0 auto;width:100%}.header-logo{max-width:120px;height:100px;width:100%;margin-bottom:10px;cursor:pointer}.header-logo a,.header-logo a img{display:block;width:100%;height:100%}.header .d-none{display:none}.nav-active .navbar{transform:translateX(0)}.main-nav{display:flex;flex-direction:column;align-items:center;font-size:16px;letter-spacing:.6px;text-transform:uppercase;margin:30px}.main-nav li{margin-bottom:25px}.main-nav li:hover>a{color:#fff}.main-nav li:hover>a:after{background-color:#fff}.main-nav li>a{position:relative;color:#f6e0b6}.main-nav li>a:after{position:absolute;content:"";left:0;width:100%;height:1px;bottom:1px;background-color:#f6e0b6}.main-nav li.mob{margin:25px 0}.main-nav li.mob .btn:after{display:none}.main-nav li.mob .networks a{position:absolute}.main-nav li.mob .networks a:after{display:none}.nav-opener{display:block;position:absolute;top:40%;right:15px;flex-shrink:0;width:30px;height:30px;margin-left:auto}.nav-opener span{display:block;position:relative;width:100%;height:3px;top:calc(50% - 1.5px);background-color:#f6e0b6;transition:all .3s ease-in-out;z-index:500}.nav-opener span:after,.nav-opener span:before{position:absolute;content:"";width:100%;left:0;height:3px;background-color:#f6e0b6}.nav-opener span:after{bottom:10px;transition:all .3s ease-in-out}.nav-opener span:before{top:10px;transition:all .3s ease-in-out}.nav-active .nav-opener span{background-color:transparent;transition:all .1s ease-in-out}.nav-active .nav-opener span:after,.nav-active .nav-opener span:before{transform-origin:center;transition:all .3s ease-in-out;right:0;top:36%}.nav-active .nav-opener span:after{transform:rotate(-45deg)}.nav-active .nav-opener span:before{transform:rotate(45deg)}body{background-color:#fff}body.body-hidden{overflow-y:hidden}.container{position:relative;max-width:1490px;padding:0 15px;margin:0 auto}.base-section{padding:40px 0;min-height:calc(100vh - 280px)}.section-heading{text-align:center;margin-bottom:29px}.footer{background-color:#002731}.footer-wrap{display:flex;justify-content:center;flex-direction:column;align-items:center;padding:20px 0 70px;width:100%}.footer-logo{max-width:120px;height:100px;width:100%;margin-bottom:10px;cursor:pointer}.footer-logo a,.footer-logo a img{display:block;width:100%;height:100%}.footer-nav>ul{text-transform:uppercase;font-size:15px;letter-spacing:1px}.footer-nav>ul li{position:relative;margin-bottom:7px;max-width:180px;padding-left:20px}.footer-nav>ul a{color:#f6e0b6}.footer-nav>ul a:hover{color:#fff}.footer-nav>ul a:active{color:#67939e}.footer-nav>ul span{position:absolute;left:0}.footer-nav>ul span:before{font-size:12px}.footer-nav>ul .networks{max-width:200px;margin:25px 0 -10px}.footer-nav>ul .networks>li{margin-bottom:10px}.footer-nav>ul .networks span:before{font-size:30px}.footer-form{margin-bottom:10px}.footer-form form{display:flex;align-items:center;justify-content:center}.footer-form .form-wrap{display:flex;flex-direction:column}.footer-form label{font-size:10px;font-weight:300;text-transform:uppercase;letter-spacing:1px;text-align:left;color:#f6e0b6;margin-bottom:5px;padding:0 16px}.footer-form input{font-size:12px;color:#002731;text-transform:uppercase;letter-spacing:1.2px;background-color:#fff;border:1px solid #fff;height:30px;max-width:275px;width:100%;border-bottom-left-radius:15px;border-top-left-radius:15px;padding:3px 17px 2px;margin-right:2px;margin-bottom:0}.footer-form input::-moz-placeholder{color:#003b49}.footer-form input::placeholder{color:#003b49}.footer-form a{position:relative;background-color:#fff;border-bottom-right-radius:15px;border-top-right-radius:15px;border:1px solid #fff;height:30px;padding:2px 35px 1px 21px;margin-top:auto;margin-left:2px;transition:all .3s ease-in-out}.footer-form a:hover{border-color:#8a7c62;background-color:#8a7c62;transition:all .3s ease-in-out}.footer-form a:active span:before{color:#fff;transition:color .3s ease-in-out}.footer-form a span{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.footer-form a span:before{color:#002731;font-size:20px;transition:color .3s ease-in-out}.btn{display:inline-block;font-weight:400;font-family:FahkwangLight,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:14px;letter-spacing:1.6px;line-height:1.2;text-align:center;text-transform:uppercase;border-radius:50px;border:1px solid transparent;padding:14px 34px;cursor:pointer}.btn.btn-outline-light{color:#f6e0b6;background-color:#002731;background-image:none;border-color:#f6e0b6;transition:all .3s ease-in-out}.btn.btn-outline-light:hover{color:#002731;background-color:#fff;border-color:#002731;transition:all .3s ease-in-out}.btn.btn-outline-light:active{color:#002731;background-color:#f6e0b6;transition:all .3s ease-in-out}.btn.lg{font-size:20px;letter-spacing:2px;padding:20px 53px 21px;border-radius:32px;border:2px solid #fbe0b6;margin-bottom:30px}.nav{margin-top:20px}.nav a{font-style:normal;font-weight:600;font-size:16px;line-height:21px;color:#8a7c62}.accelpay-btn,.nav a{text-transform:uppercase}.accelpay-btn{outline:0;background:#002731;color:#f6e0b6;display:inline-block;font-weight:400;font-family:FahkwangLight,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:14px;letter-spacing:1.6px;line-height:1.2;text-align:center;border-radius:50px;border:1px solid #002731;cursor:pointer;padding:14px 34px!important}.accelpay-btn:hover{background:#fff;color:#002731;border:1px solid #002731}.home-section{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;position:relative;background-size:cover;background-repeat:no-repeat;background-position:50%}.home-section>.container{flex-grow:1;display:flex;justify-content:center;align-items:center}.home-section.base-section{padding-top:0;height:auto}.home-section .home-logo{display:none}.home-section .content-wrap{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"img-light  img-dark" "descr descr";grid-gap:15px 10px;gap:15px 10px;justify-items:center;justify-content:space-evenly;align-content:center;width:100%;font-size:20px;font-weight:300;letter-spacing:2px;line-height:1.5;padding-top:50px}.home-section .img-dark,.home-section .img-light{max-width:80px;width:100%}.home-section .img-dark img,.home-section .img-light img{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;filter:drop-shadow(30px 4px 25px rgba(0,0,0,.75))}.home-section .img-light{grid-area:img-light}.home-section .img-dark{grid-area:img-dark}.home-section .descr{grid-area:descr;display:grid;grid-template-columns:1fr;grid-template-areas:"home-logo" "description"}.home-section .text{display:grid;align-self:center;justify-self:center;place-self:center;grid-area:description;z-index:3;letter-spacing:.3px}.home-section p{text-align:center;color:#f6e0b6;width:100%}.about-us-section .row{align-items:center;justify-content:center}.about-us-section .row,.info-block{display:flex;flex-direction:column;width:100%}.info-block{justify-content:space-between;align-items:flex-start;max-width:744px;margin:0 8px 50px}.info-block .img{max-width:390px;width:100%;margin:0 auto 13px}.info-block.revers{max-width:688px;width:100%}.info-block.revers .text{margin-left:0}.info-block.revers .img{width:100%}.info-block .img-wrap{width:100%;margin-top:27px}.info-block .text{font-size:14px;letter-spacing:1px;line-height:1.3;width:100%;margin-top:30px;color:#003b4a;font-style:normal}.info-block p{margin-bottom:22px}.contact-section.base-section{padding-bottom:10px}.contact-section .holder{display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}.contact-section .form-holder{margin-bottom:60px}.contact-section .contact-info{display:flex;align-items:center;font-size:20px;color:#003b4a;letter-spacing:.5px;font-weight:500;padding-top:27px;margin-bottom:50px}.contact-section .contact-info ul{margin:0 auto}.contact-section .contact-info ul li{display:flex;align-items:center;justify-content:flex-start;margin-bottom:24px}.contact-section .contact-info a{cursor:pointer}.contact-section .contact-info address{font-style:normal}.contact-section .contact-info span{margin-right:28px}.contact-section .contact-info span:before{font-size:30px;color:#003b4a}.wines-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:120px 50px;gap:120px 50px}.wines-list .wine-card{text-align:center;overflow:hidden}.wines-list .wine-card img{width:100%;max-height:800px;transition:all .5s ease-out}.wines-list .wine-card .title{font-style:normal;font-weight:700;font-size:24px;line-height:31px;color:#003b4a;margin-top:50px;font-family:FahkwangBold}.wines-list .wine-card .title .sub-title{font-weight:400;font-size:21px;font-family:FahkwangLight}.wines-list .wine-card .price{font-style:normal;font-weight:700;font-size:30px;line-height:39px;color:#003b4a;margin-top:14px;font-family:FahkwangBold}.wines-list .wine-card .actions{margin-top:50px}.wines-list .wine-card .actions .btn{font-style:normal;font-weight:400;font-size:20px;line-height:24px;color:#f6e0b6;padding:20px 67px}.wines-list .wine-card .actions .btn:hover{color:#002731}.all-wines-section .description,.cocktails-section .description,.our-merchandise-section .description{width:80%;font-size:17px;margin:25px auto 50px}.cocktails-section .description a{font-weight:600;text-decoration:underline}.wine-section .nav{margin-top:20px}.wine-section .nav a{font-style:normal;font-weight:600;font-size:16px;line-height:21px;color:#8a7c62;text-transform:uppercase}.wine-section .wine-view{display:flex;margin-top:100px;letter-spacing:.7px}.wine-section .wine-view .container{display:flex;flex-direction:column}.wine-section .wine-view .image{flex-basis:100%}.wine-section .wine-view .image img{width:100%}.wine-section .wine-view .thumbnails{width:100%;display:flex;flex-direction:row;justify-content:center}.wine-section .wine-view .thumbnails .thumb{width:90px;border:1px solid #8a7c62;margin:4px}.wine-section .wine-view .thumbnails .thumb:hover{cursor:pointer}.wine-section .wine-view .info{flex-basis:100%}.wine-section .wine-view .info .title{font-style:normal;font-weight:700;font-size:32px;line-height:42px;color:#003b49;font-family:FahkwangBold}.wine-section .wine-view .info .sub-title{margin-top:5px;font-style:normal;font-weight:500;font-size:20px;line-height:26px;color:#003b49;font-family:Fahkwang}.wine-section .wine-view .info .price{margin-top:20px;font-style:normal;font-weight:700;font-size:30px;line-height:39px;color:#003b4a;font-family:FahkwangBold}.wine-section .wine-view .info .price .price-extra,.wine-section .wine-view .info .price .sub-price{font-style:normal;font-weight:400;font-size:16px;line-height:151.5%;color:#0d2630;font-family:FahkwangLight,Helvetica Neue,Arial,Noto Sans,sans-serif}.wine-section .wine-view .info .div-heading{margin-top:40px;font-family:FahkwangBold;font-weight:700;font-size:20px}.wine-section .wine-view .info .div-heading,.wine-section .wine-view .info .pdf-link{font-style:normal;line-height:20px;color:#003b49;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-underline-offset:8px}.wine-section .wine-view .info .pdf-link{font-family:Fahkwang;font-weight:400;font-size:16px;align-self:flex-end;margin-bottom:20px;margin-top:10px}.wine-section .wine-view .info .cocktail-heading{margin-bottom:15px}.wine-section .wine-view .info .description{font-style:normal;font-weight:400;font-size:20px;line-height:151.5%;color:#0d2630}.wine-section .wine-view .info .description b{font-family:FahkwangBold}.wine-section .wine-view .info .description.cocktail-description{display:flex;align-items:center;flex-wrap:wrap}.wine-section .wine-view .info .description.cocktail-description span{margin-right:5px}.wine-section .wine-view .info .description.cocktail-description .gf-icon{width:35px;display:flex;align-items:center}.wine-section .wine-view .info .description.cocktail-description .gf-icon img{width:100%}.wine-section .wine-view .info .description .sub-item{margin:20px 0 30px}.wine-section .wine-view .info .description .sub-item b{margin-bottom:10px;display:block}.wine-section .wine-view .info .description .sub-item .extra{display:flex;justify-content:flex-end;align-content:center;flex-wrap:wrap}.wine-section .wine-view .info .description .sub-item .extra .rating{width:auto;align-self:center;margin:0 0 0 5px}.wine-section .wine-view .info .description .sub-item .extra .rating .review-link{padding:0}.wine-section .wine-view .info .description .sub-item .extra .pdf-link{-webkit-text-decoration-line:none;text-decoration-line:none;align-self:center;margin:0;border-bottom:1px solid}.wine-section .wine-view .info .description .sub-item>div{margin:0}.wine-section .wine-view .reviews{margin-top:5px}.wine-section .wine-view .reviews .review{font-size:20px;font-style:italic;font-weight:400;line-height:26px;color:#0d2630;margin-bottom:30px}.wine-section .wine-view .reviews .review a{font-style:normal;text-decoration:underline;margin-top:5px;display:block}.wine-section .wine-view .reviews .review .author{font-size:18px;font-weight:400;line-height:26px;color:#0d2630;font-family:FahkwangBold;display:inline-block}.wine-section .wine-view .reviews .review .author a{margin-top:0}.wine-section .wine-view .reviews .review .text{font-size:20px;font-style:italic;font-weight:400;line-height:26px;color:#0d2630}.wine-section .wine-view .rating{display:flex;width:100%;margin-bottom:10px;font-style:normal;justify-content:flex-end;margin-top:20px}.wine-section .wine-view .rating span{color:#003b49;font-family:Fahkwang;font-style:normal;font-weight:400;font-size:16px;line-height:20px;margin-left:4px;padding-left:10px;display:block}.wine-section .wine-view .rating .review-link{border-bottom:1px solid;padding-bottom:5px;padding-left:0!important;margin-left:10px!important}.wine-section .wine-view .rating .review-link a{margin-top:0;text-decoration:none}.wine-section .wine-view .rating .review-link a:hover{color:#8a7c62}.wine-section .wine-view .add-to-cart{display:flex;margin-top:130px}.wine-section .wine-view .add-to-cart .qty{color:#8a7c62;display:flex;margin-right:70px}.wine-section .wine-view .add-to-cart .qty .minus,.wine-section .wine-view .add-to-cart .qty .plus{padding:10px 20px;border:1px solid #8a7c62;background:none}.wine-section .wine-view .add-to-cart .qty .minus:hover,.wine-section .wine-view .add-to-cart .qty .plus:hover{cursor:pointer}.wine-section .wine-view .add-to-cart .qty .minus{border-radius:20px 0 0 20px;margin-right:3px}.wine-section .wine-view .add-to-cart .qty .plus{border-radius:0 20px 20px 0;margin-left:3px}.wine-section .wine-view .add-to-cart .qty input{width:60px;border:1px solid #8a7c62;padding:10px;text-align:center;color:#8a7c62;margin-bottom:0;height:auto}.wine-section .wine-view .add-to-cart .btn{padding:14px 40px}.our-products{display:grid;grid-template-columns:repeat(3,1fr);margin-top:100px}.our-products .category-item img{width:100%}.our-products .category-item .title{font-style:normal;font-weight:700;font-size:28px;line-height:31px;color:#003b4a;margin-top:50px;font-family:FahkwangBold;text-align:center}@media (min-width:520px){.h1,h1{font-size:25px}.h3,h3{font-size:20px}.h4,h4{font-size:18px}.footer-form .form-wrap{min-width:270px;width:100%}.home-section .img-dark,.home-section .img-light{max-width:95px}.home-section .img-dark img,.home-section .img-light img{filter:drop-shadow(90px 4px 25px rgba(0,0,0,.75))}}@media screen and (min-width:520px)and (min-width:320px){.h1,h1{font-size:calc(22px + .9375vw)}.h3,h3{font-size:calc(18.8px + .375vw)}.h4,h4{font-size:calc(17.6px + .125vw)}}@media screen and (min-width:520px)and (min-width:1920px){.h1,h1{font-size:40px}.h3,h3{font-size:26px}.h4,h4{font-size:20px}}@media (min-width:768px){.form-holder{padding:24px 80px}.footer-logo,.header-logo{max-width:197px}.home-section .img-dark,.home-section .img-light{max-width:130px}.info-block{flex-direction:row}.info-block.revers{flex-direction:row-reverse}.info-block.revers .text{margin-right:57px}.info-block.revers .img{max-width:315px}.info-block .text{max-width:316px;margin-left:34px;margin-top:0}}@media (min-width:1024px){.form-title h3,.form-title p{margin-bottom:3px}.header.bottom-header{position:absolute;background-color:transparent}.header.bottom-header .header-wrap{justify-content:center}.header-wrap{padding:25px 0 20px}.bottom-header .header-logo{display:none}.header .d-none{display:flex}.navbar{position:relative;max-width:50%}.bottom-header .navbar{max-width:100%}.main-nav{justify-content:center;flex-wrap:wrap;flex-direction:row;margin:0 15px}.main-nav li{margin-bottom:10px}.main-nav li:not(:last-child){margin-right:35px}.main-nav li.mob{display:none}.bottom-header .main-nav li:not(:last-child){margin-right:0;margin-left:35px}.nav-opener,.nav-opener span{display:none}.base-section{padding-top:35px;padding-bottom:60px}.home-section.base-section{min-height:calc(100vh - 131px);padding-top:40px}.home-section .home-logo{display:grid;grid-area:home-logo;max-width:330px;height:200px;z-index:1000}.home-section .home-logo a{display:block}.home-section .home-logo a img{display:block;width:100%;height:100%}.home-section .content-wrap{grid-template-columns:2fr 2fr 2fr;grid-template-areas:"img-light descr img-dark";margin-bottom:30px}.home-section .img-dark,.home-section .img-light{max-width:207px}.home-section .text{max-width:230px}.contact-section .section-heading{margin-bottom:100px}}@media (min-width:1100px){.contact-section .holder{align-items:self-start;flex-direction:row}.contact-section .contact-info{margin-left:55px}}@media (min-width:1200px){.footer-wrap{align-items:flex-start;flex-direction:row;padding:20px 9px 5px;margin:0 auto}.footer-nav>ul{-moz-column-count:2;column-count:2;-webkit-column-gap:30px;-moz-column-gap:30px;grid-column-gap:30px;column-gap:30px;margin:0 70px 5px 110px}.about-us-section .row{align-items:stretch;flex-direction:row}}@media (min-width:1403px){.form-holder{padding:24px 137px}}@media (min-width:1480px){.contact-section .form-holder{margin:0 auto 10px}.contact-section .contact-info{position:absolute;top:27px;right:0;padding-top:0;margin-left:0;right:50px}}@media (max-width:1023px){.form-holder{width:100%}.navbar{position:absolute;top:99%;left:0;right:0;transform:translateX(-150%);background-color:#002731;height:calc(100vh - 130px);transition:transform .5s ease-in-out;overflow-y:scroll;z-index:200}}@media (max-width:767px){.wines-list{grid-template-columns:repeat(1,1fr)}.wines-list .wine-card .actions .btn{padding:20px;width:100%}.wine-section .wine-view{flex-direction:column}.wine-section .wine-view .info{margin-top:30px}.wine-section .wine-view .info .add-to-cart{flex-direction:column;margin-top:50px}.wine-section .wine-view .info .add-to-cart .btn{width:100%;padding:20px}.wine-section .wine-view .info .add-to-cart .qty{margin:15px 0}.wine-section .wine-view .info .add-to-cart .qty input{width:auto}.our-products{grid-template-columns:repeat(1,1fr)}}
