.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    height: auto;
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-slide.slick-active {
    display: block!important;
    left: 0!important
}

.slider.fade a {
    display: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-next,.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 25px;
    height: 25px;
    padding: 0;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    border-radius: 15px;
    color: transparent;
    border: none;
    outline: 0;
    background: #7f7a77
}

.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: #7f7a77
}

.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -35px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'â†'
}

[dir=rtl] .slick-prev:before {
    content: 'â†’'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: 'â†’'
}

[dir=rtl] .slick-next:before {
    content: 'â†'
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus,.slick-dots li button:hover {
    outline: 0
}

.slick-dots li button:focus:before,.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}

*,::after,::before {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

html {
    font-family: Calibre-Regular;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

body {
    margin: 0;
    font-family: Calibre-Regular;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #212529;
    text-align: left;
    background: #1a1a1a
}

img {
    border: 0;
    display: block;
    max-width: 100%
}

a,input {
    outline: 0;
    text-decoration: none;
    border: none
}

a {
    text-decoration: none
}

dl,ol,ul {
    margin-top: 0;
    list-style: none
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

blockquote {
    margin: 0
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 400
}

h1 {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 38px;
    line-height: 38px;
    font-weight: 600
}

h2 {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 33px;
    font-weight: 600
}

h3 {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 20px;
    font-weight: 600
}

h4 {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 18px;
    font-weight: 600
}

h5,h5 a {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 17px;
    font-weight: 600
}

h6 {
    color: rgb(203, 180, 113);
;font-family: Calibre-Bold;
    font-size: 16px;
    font-weight: 700
}

button {
    border-radius: 0;
    border: none
}

:focus,button:focus {
    outline: 0;
    outline: 0!important
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.col42 {
    flex: 0 0 42%;
    max-width: 42%
}

.col58 {
    flex: 0 0 58%;
    max-width: 58%
}

.col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-1 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    margin-right: 1.6%
}

.col-3 {
    -ms-flex: 0 0 68.4%;
    flex: 0 0 68.4%;
    max-width: 68.4%
}

.col-5 {
    -ms-flex: 0 0 19%;
    flex: 0 0 19%;
    max-width: 19%;
    margin-right: 1%
}

.col-5:last-child {
    margin-right: 0
}

.container {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 15px
}

.lg-container {
    margin: 0 auto;
    max-width: 1330px;
    padding: 0 15px
}

.xl-container {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 15px
}

p {
    color: #fff;
    font-size: 18px;
    line-height: 23px
}

address,i {
    font-style: normal
}

#template {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%
}

#layout {
    overflow: hidden;
    margin: 0 auto;
    width: 100%
}

#header-wrap {
    position: relative;
    transition: .3s;
    width: 100%;
    z-index: 99
}

#header-wrap.active {
    z-index: 999
}

.header-top-block {
    background-color: #545250;
    padding: 0 40px 0
}

.header-top-block ul {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header-top-block ul li:first-child {
    margin-left: 0
}

.header-top-block ul li {
    margin-left: 14px
}

.header-top-block ul li a {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 14px;
    font-weight: 600;
    display: block;
    transition: all .3s ease-in-out;
    padding: 14px 5px 15px;
    position: relative
}

.header-top-block ul li a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: "";
    display: none
}

.header-top-block ul li a:hover:after {
    display: block
}

.header-top-block ul li a .drpdwn {
    margin-left: 4px;
    margin-right: 0
}

.header-top-block ul li a img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 7px
}

.header-bottom-block {
    background-color: #7f7a77;
    padding: 15px 30px 15px;
    position: relative
}

.sticky-pos.padding {
    padding-top: 107px
}

.header-bottom-block .row {
    justify-content: space-between
}

.header-bottom-block .left-panel.col {
    display: flex;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.header-bottom-block .search-panel.col {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.logo a {
    display: inline-block
}

.logo a .m-hide {
    width: 188px
}

.menu.active-c>a.active {
    background: rgba(255,255,255,.95);
    color: rgb(203, 180, 113);
}

.menu.active-c>a.active:after {
    background: rgba(255,255,255,.95);
    background: url(../images/drp-dwn1-red.svg) no-repeat center/10px
}

.nav li a:hover>.sub-menu {
    display: block
}

.sub-menu {
    position: absolute;
    width: 74%;
    top: 105%;
    left: 50%;
    background: rgba(255,255,255,.95);
    border-radius: 4px;
    z-index: 99;
    transform: translate(-50%,0);
    margin-top: -8px;
    padding: 0 40px;
    display: block;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease-in-out 0s
}

.sub-menu .col-5 {
    padding: 0 24px 0;
    border-right: solid 1px #fff
}

.sub-menu .col-5:last-child {
    border-right: none
}

.sub-menu h6 {
    margin-bottom: 13px
}

.sub-menu h6 a {
    color: rgb(203, 180, 113);
}

.sub-menu h6 a:hover {
    text-decoration: underline
}

.sub-menu .panel span {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 15px;
    font-weight: 600
}

.sub-menu .panel ul {
    margin-bottom: 12px
}

.sub-menu .panel li a {
    color: #363636;
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding: 0
}

.sub-menu .panel ul li a:hover,.sub-menu .panel ul li.active a {
    color: rgb(203, 180, 113);
;text-decoration: underline
}

.sub-menu .underline {
    text-decoration: underline
}

.header-bottom-block .search-panel .row {
    padding-left: 5px
}

.header-bottom-block .input-field {
    width: 490px;
    position: relative;
    margin-right: 11px
}

.header-bottom-block .input-field input {
    width: 100%;
    height: 52px;
    border-radius: 4px;
    background-color: #fff;
    color: #545250;
    font-size: 16px;
    padding: 0 20px
}

.header-bottom-block .input-field input::placeholder {
    color: #545250
}

.header-bottom-block .input-field i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    height: 100%;
    width: 40px;
    cursor: pointer;
    text-align: center
}

.header-bottom-block .input-field i img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%)
}

.header-bottom-block .searchbtn {
    min-width: 184px;
    box-shadow: 0 2px 3px rgba(0,0,0,.24);
    border-radius: 4px;
    border: 1px solid rgb(203, 180, 113);
;background-color: rgb(203, 180, 113);
;position: relative;
    text-align: left;
    padding: 17px 30px;
    cursor: pointer;
    line-height: 52px
}

.header-bottom-block .searchbtn span {
    color: #000;
    font-family: Calibre-Bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    display: block
}

.cart-qty {
    position: absolute;
    right: 18px;
    top: 35%;
    width: 20px;
    text-align: center;
    font-size: 12px!important;
    font-weight: 400!important
}

#banner-wrap {
    width: 100%;
    margin-top: 200px
}

.home-banner-block {
    padding: 0 30px;
    position: relative
}

.home-banner-block:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 445px;
    background-color: #1a1a1a
}

.header-bottom-block .container,.header-top-block .container,.home-banner-block .container {
    max-width: 1405px
}

.home-banner-block .list-panel {
    margin-top: 18px;
    border-radius: 4px;
    background-color: #545250;
    padding: 25px 40px 18px;
    position: relative;
    z-index: 2
}

.home-banner-block .list-panel>h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px
}

.home-banner-block .list-panel .list {
    margin-bottom: 4px
}

.home-banner-block .list-panel .list li,.home-banner-block .list-panel .list li a {
    color: #fff;
    font-size: 17px;
    line-height: 37px
}

.home-banner-block .list-panel .list li a:hover {
    text-decoration: underline
}

.home-banner-block .list-panel .list li i {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background-color: rgb(203, 180, 113);
;border-radius: 50%;
    margin-right: 10px;
    position: relative
}

.home-banner-block .list-panel .list li i:after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    transform: translate(-50%,-50%);
    background: url(../images/tick-white.svg) no-repeat center/10px;
    width: 10px;
    height: 8px
}

.reviews-panel {
    display: flex;
    align-items: center;
    margin-bottom: 17px
}

.reviews-panel .round span {

    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 22px;
    font-weight: 600
}
.reviews-panel .round {
    background: url(../images/rev-icon.png) no-repeat center/cover;
    width: 59px;
    height: 60px;
    position: relative;
    margin-right: 15px;
}
.reviews-panel .text span {
    color: #fff;
    font-size: 17px;
    line-height: 37px;
    display: block
}

.personal-contact-panel {
    width: calc(100% + 18px);
    box-shadow: 0 2px 3px rgba(0,0,0,.24);
    border-radius: 4px;
    border: 1px solid rgb(203, 180, 113);
;background-color: rgb(203, 180, 113);
;position: relative;
    left: -8px;
    padding: 10px 30px 10px;
    z-index: 9
}

.personal-contact-panel h3 {
    color: #fff;
    margin-bottom: 8px
}

.personal-contact-panel ul {
    display: flex;
    align-items: center
}

.personal-contact-panel ul li {
    margin-right: 20px
}

.personal-contact-panel ul li a {
    color: #fff;
    font-family: AvenirNextLTProRegular;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center
}

.personal-contact-panel ul li:last-child {
    margin-right: 0
}

.personal-contact-panel ul li img {
    margin-right: 9px
}

.home-banner-block .slider {
    z-index: 2;
    margin-top: 18px
}

.home-banner-block .slider .image {
    min-height: 405px
}

.slider-text {
    min-height: 443px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.slider-text .inner {
    width: 100%;
    max-width: 400px;
    position: relative;
    left: 35px;
    top: -22px;
    z-index: 2
}

.slider-text h1 {
    margin-bottom: 9px
}

.slider-text span {
    margin-bottom: 20px
}

.new-font-style {
    color: #fff;
    font-family: Arapey,serif;
    font-size: 18px;
    line-height: 22px;
    display: block;
    font-style: italic
}

.btn {
    padding: 15px 25px;
    box-shadow: 0 2px 3px rgba(0,0,0,.24);
    border-radius: 4px;
    border: 1px solid rgb(203, 180, 113);
;background-color: rgb(203, 180, 113);
;color: #000;
    font-family: Calibre-Bold;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    transition: all .3s ease-in-out
}

.add-account-panel .login-panel a:hover,.btn:hover,.button-panel .plus:hover,.form-group-panel .searchbtn:hover,.header-bottom-block .searchbtn:hover,.mega-account-block .searchbtn:hover,.total-panel .searchbtn:hover {
    color: #fff;
    background-color: rgb(203, 180, 113);
    border: 1px solid rgb(203, 180, 113)
}

.form-group-panel .searchbtn:active,.header-bottom-block .searchbtn:active {
    position: relative;
    top: 3px
}

.home-banner-block .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translate(-50%,0);
    align-items: center
}

.home-banner-block .slick-dots li {
    margin: 0 4px
}

.home-banner-block .slick-dots li button {
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 50%;
    font-size: 0
}

.home-banner-block .slick-dots .slick-active button {
    background-color: rgb(203, 180, 113);
}

#content-wrap {
    width: 100%;
    background: #1a1a1a
}

.popular-wines-block {
    padding: 35px 0 80px;
    position: relative
}

.popular-wines-block h2 {
    margin-bottom: 0
}

.wines-items {
    position: relative;
    width: 214px;
    height: 300px;
    margin: 0 auto
}

.wines-items:hover figure:after {
    width: 107px
}

.wines-items:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 280px;
    border-radius: 4px;
    background-color: #1a1a1a;
    z-index: 1
}

.wines-items img {
    position: absolute;
    left: 50%;
    width: auto;
    bottom: 18px;
    transform: translate(-50%,0);
    z-index: 3;
    transition: all .3s ease-in-out
}

.wines-items figure {
    position: relative;
    width: 214px;
    height: 100%;
    margin: 0 auto
}

.bottle-price {
    height: 45px;
    border-radius: 23px;
    background-color: rgb(203, 180, 113);
;text-align: center;
    line-height: 27px;
    position: absolute;
    right: 25px;
    top: 62%;
    transform: translate(0,-50%);
    z-index: 3
}

.old-bottle-price {
    height: 45px;
    text-align: center;
    line-height: 27px;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 3
}

.old-bottle-price span {
    color: #fff;
!important;font-size: 18px!important;
    line-height: 23px!important;
    display: block!important;
    font-family: Calibre-SemiBold!important;
    font-weight: 600!important;
    position: relative!important;
    margin-right: 10px!important
}

.old-bottle-price span:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 100%;
    height: 2px;
    background: rgb(203, 180, 113);
;content: ""
}

.old-bottle-price span sup {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-family: Calibre-SemiBold;
    font-weight: 600
}

.bottle-price sup {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 19px;
    font-weight: 600
}

.wines-panel h5 {
    padding: 0 10px;
    min-height: 43px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 50px
}

.wines-panel:hover h5,.wines-panel:hover h5 a {
    color: rgb(203, 180, 113);
}

.wines-panel.active:hover h5 {
    color: #fff;
}

.wines-panel {
    text-align: center;
    cursor: pointer;
    position: relative
}

.wines-panel p {
    color: #fff
}

.addbtn {
    color: rgb(203, 180, 113);
;font-family: Calibre-Bold;
    font-size: 16px;
    font-weight: 700;
    transition: all .3s ease-in-out;
    display: inline-block
}

.addbtn i {
    width: 30px;
    height: 30px;
    background-color: rgb(203, 180, 113);
;border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-style: normal;
    margin-right: 10px
}

.addbtn i:after {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
    content: "+";
    color: #fff;
    font-family: Calibre-Bold;
    font-size: 23px;
    font-weight: 700
}

.addbtn:hover i {
    background-color: rgb(203, 180, 113)
}

.addbtn:hover {
    color: rgb(203, 180, 113)
}

.perfect-wine-panel {
    background: url(../images/img1.jpg) no-repeat center/cover;
    position: relative;
    padding: 65px 35px 120px;
    border-radius: 5px;
    overflow: hidden;
    min-height: 493px
}

.perfect-wine-panel:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)
}

.perfect-wine-panel .inner-text {
    position: relative;
    z-index: 2
}

.perfect-wine-panel h2 {
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px
}

.perfect-wine-panel p {
    color: #fff;
    margin-bottom: 20px
}

.perfect-wine-panel .btn {
    max-width: 165px;
    margin-bottom: 20px
}

.perfect-wine-panel span {
    color: #fff;
    font-size: 15px;
    display: block;
    margin-bottom: 2px
}

.perfect-wine-panel .phn {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 15px;
    font-weight: 600
}

.perfect-wine-panel .phn img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px
}

.perfect-wine-block .col1 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    margin-right: 5%
}

.perfect-wine-block .col2 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.perfect-wine-text-panel h2 {
    margin-bottom: 15px
}

.perfect-wine-text-panel p {
    margin-bottom: 15px
}

.perfect-wine-text-panel .top {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.perfect-wine-text-panel .top .icon {
    margin-right: 15px;
    width: 44px;
    height: 44px
}

@keyframes move-icon {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.perfect-wine-text-panel .top span {
    color: #fff;
    font-size: 17px;
    line-height: 20px
}

.perfect-wine-text-panel .top span strong {
    font-family: Calibre-SemiBold;
    font-weight: 600
}

.perfect-wine-text-panel .col {
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
    max-width: 48.5%;
    margin-right: 1%;
    overflow: hidden
}

.perfect-wine-text-panel .col:last-child {
    margin-right: 0
}

.store-block {
    background: url(../images/winkel-background.jpg) no-repeat center/cover;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    background-attachment: fixed
}

.store-block:after {
    position: absolute;
    left: -177px;
    top: 0;
    content: "";
    width: 1050px;
    height: 100%;
    background-color: #fff;
    filter: blur(30px);
    opacity: .5731026785714286
}

.store-panel {
    position: relative;
    z-index: 2;
    min-height: 400px;
    display: flex;
    align-items: center
}

.store-block h2 {
    color: #000;
    margin-bottom: 20px
}

.store-block p {
    color: #000;
    margin-bottom: 28px;
    padding-right: 60px
}

.store-block a {
    color: #000!important;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Calibre-Bold;
    font-size: 16px;
    font-weight: 700
}

.store-panel a img {
    margin-right: 10px;
    filter: drop-shadow(2px 4px 6px black)
}

.runner {
    border-radius: 26px;
    border: 1px solid rgb(203, 180, 113);
;background-color: #fff;
    color: rgb(203, 180, 113);
;font-family: Greycliff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    text-align: center;
    line-height: 23px;
    position: absolute;
    left: 20%;
    top: 24%;
    transform: translate(-50%,0);
    z-index: 9;
    padding: 0 8px;
    display: inline-block
}

.special-wines-block {
    padding: 86px 0;
    position: relative
}

.special-wines-block h2 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px
}

.special-wines-block .col {
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    margin-right: 6%
}

.special-wines-block .col:last-child {
    margin-right: 0
}

.special-wines-block p.new-font-style {
    margin-bottom: 18px
}

.special-wines-text.right p.new-font-style {
    margin-bottom: 10px
}

.special-wines-text ul {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.special-wines-text ul li {
    margin-right: 3px
}

.form-group-panel .input-field {
    max-width: calc(100% - 150px);
    width: 100%;
    margin-right: 15px
}

.form-group-panel .input-field input {
    width: 100%;
    height: 52px;
    border-radius: 4px;
    border: 1px solid rgb(203, 180, 113);
;background-color: #fff;
    color: #363636;
    font-size: 16px;
    padding: 0 15px
}

.form-group-panel .input-field input::placeholder {
    color: #363636
}

.searchbtn {
    padding: 15px 15px;
    box-shadow: 0 2px 3px rgba(0,0,0,.24);
    border-radius: 5px;
    border: 1px solid rgb(203, 180, 113);
;background-color: rgb(203, 180, 113);
;color: #fff;
    font-family: Calibre-Bold;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    width: 24%
}

.searchbtn span {
    float: left
}

.special-wines-text h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px
}

.special-wines-text .form-group-panel {
    margin-bottom: 15px
}

.special-wines-text a {
    font-size: 17px;
    line-height: 23px;
    color: rgb(203, 180, 113);
;text-decoration: underline
}

.cstmbtn {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-size: 15px
}

.cstmbtn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid rgb(203, 180, 113);
;background-color: #fff
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.cstmbtn input:checked~.checkmark:after {
    display: block
}

.cstmbtn .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #1a1a1a;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#footer-wrap {
    width: 100%
}

.footer-block {
    background-color: #7f7a77;
    padding: 35px 0 33px
}

.footer-block .col-4:nth-child(1) {
    -ms-flex: 0 0 17%;
    flex: 0 0 17%;
    max-width: 17%;
    margin-right: 6%
}

.footer-block .col-4:nth-child(2) {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    margin-right: 11%
}

.footer-block .col-4:nth-child(3) {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-right: 12%
}

.footer-block .col-4:nth-child(4) {
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%
}

.footer-block h6 {
    font-family: Calibre-Bold;
    font-weight: 700;
    margin-bottom: 5px
}

.footer-block address {
    color: #1a1a1a;
    line-height: 24px;
    margin-bottom: 13px
}

.footer-block ul li {
    color: #1a1a1a;
    line-height: 24px;
    display: flex;
    align-items: center
}

.footer-block .opening-hours ul li {
    padding: 0 5px
}

.footer-block .opening-hours ul li.active {
    background: rgb(203, 180, 113)
}

.footer-block .customer-service ul li a:hover {
    color: #fff;
}

.footer-block .our-store ul li a {
    padding-left: 25px;
    position: relative
}

.footer-block .our-store ul li.f-mail a:after,.footer-block .our-store ul li.f-phn a:after,.footer-block .our-store ul li.f-whatsapp a:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    content: "";
    width: 18px;
    height: 18px;
    background: url(../images/mail.svg) no-repeat center/15px
}

.footer-block .our-store ul li.f-phn a:after {
    background: url(../images/icon3.svg) no-repeat center/15px
}

.footer-block .our-store ul li.f-whatsapp a:after {
    background: url(../images/whatsapp-icon.svg) no-repeat center/15px
}

.footer-block .our-store ul li a:hover {
    color: #fff;
}

.footer-block .our-store ul li.f-mail a:hover:after {
    background: url(../images/mail-2.svg) no-repeat center/15px
}

.footer-block .our-store ul li.f-phn a:hover:after {
    background: url(../images/icon3-black.svg) no-repeat center/15px
}

.footer-block .our-store ul li.f-whatsapp a:hover:after {
    background: url(../images/whatsapp-black2.svg) no-repeat center/15px
}

.tabs-content {
    display: none
}

.tabs-content.active {
    display: inherit;
    color: #fff;
}

.footer-block ul li span {
    color: #1a1a1a;
    line-height: 24px;
    display: block;
    width: 50%
}

.footer-block ul li.active .day {
    font-family: Calibre-SemiBold;
    font-weight: 600
}

.footer-block ul li.active .day,.footer-block ul li.active .hours {
    color: #1a1a1a
}

.footer-block ul li a {
    color: #1a1a1a;
    font-family: Calibre-SemiBold;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    display: flex;
    align-items: center
}

.footer-block ul li a img {
    margin-right: 10px
}

.footer-block p {
    margin-bottom: 7px
}

.footer-block p strong {
    font-family: Calibre-Bold;
    font-size: 21px;
    font-weight: 700
}

.footer-block .customer-service ul li a {
    font-family: Calibre-Regular;
    font-weight: 400;
    line-height: 24px
}

.footer-block .proud h6 {
    margin-bottom: 15px
}

.footer-block .reviews-panel {
    margin-bottom: 8px
}

.footer-block .reviews-panel .round span {
    color: rgba(255,255,255,.9)
}

.footer-block address,.footer-block h6,.footer-block p,.footer-block ul li,.footer-block ul li a,.footer-block ul li span {
    color: #fff;
    font-size: 16px
}

.footer-block .proud p {
    color: rgba(255,255,255,.9)
}

.copy-block {
    background-color: #545250;
    width: 100%;
    padding: 12px 0 13px
}

.copy-block .row {
    align-items: center
}

.copy-block .right {
    justify-content: flex-end
}

.copy-block ul {
    display: flex;
    align-items: center
}

.copy-block ul li {
    color: #969696;
    font-size: 14px;
    line-height: 24px;
    position: relative
}

.copy-block .left li {
    margin-right: 10px
}

.copy-block .right li {
    margin-right: 20px
}

.copy-block .left li:after {
    position: absolute;
    right: -7px;
    top: 0;
    content: "|";
    color: #969696;
    font-size: 14px
}

.copy-block .left li:last-child:after {
    display: none
}

.popup-agreements,.popup1 {
    display: none
}

.popup-agreements .modal,.popup1 .modal {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.popup-agreements .modal-content,.popup1 .modal-content {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.popup-agreements .modal-content .inner,.popup1 .modal-content .inner {
    background-color: #1a1a1a;
    border: 1px solid #1a1a1a;
    border-radius: 4px;
    box-shadow: 0 7px 18px 6px rgba(0,0,0,.17);
    width: 754px;
    padding: 55px 120px 55px 50px;
    overflow: auto
}

.popup-agreements .modal-content .inner {
    height: 400px
}

.popup-agreements .modal-content h2,.popup1 .modal-content h2 {
    margin-bottom: 17px
}

.popup-agreements .modal-content p,.popup1 .modal-content p {
    color: #fff;
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 21px
}

.popup-agreements .modal-content .links,.popup1 .modal-content .links {
    display: flex;
    align-items: center
}

.popup-agreements .modal-content .links .btn,.popup1 .modal-content .links .btn {
    max-width: fit-content;
    margin-right: 26px;
    padding: 15px 27px
}

.popup-agreements .modal-content .links a.not-18,.popup1 .modal-content .links a.not-18 {
    color: rgb(203, 180, 113);
;font-size: 16px;
    font-weight: 700
}

.popup2 .modal-content.active,.popup3 .modal-content.active {
    right: 0
}

.popup2 .modal-content,.popup3 .modal-content {
    background-color: #232323;
    border-radius: 4px;
    box-shadow: 0 7px 18px 6px rgba(0,0,0,.17);
    width: 607px;
    max-height: 100vh;
    position: fixed;
    right: -750px;
    top: 0;
    transition: .3s ease-in-out 0s;
    z-index: 99999999999;
    padding-bottom: 65px
}

.product-order-panel .close {
    background-color: #e8e2dd;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 35px;
    display: block;
    line-height: 30px;
    position: absolute;
    right: 32px;
    top: 25px;
    cursor: pointer
}

.product-order-panel .top-title {
    margin-bottom: 33px;
    padding: 35px 16px 0 30px
}

.product-order-panel .heading span {
    color: #fff;
    font-size: 14px;
    text-align: left
}

.product-order-panel .col1 {
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
    text-align: center
}

.product-order-panel .col2 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%
}

.product-order-panel .col3 {
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%
}

.product-order-panel .col4 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
}

.product-order-panel .heading {
    padding-bottom: 10px;
    border-bottom: 1px solid #dfd7d1
}

.product-order-panel .p-img {
    background-color: #fff;
    border-radius: 4px;
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto;
    top: 7px
}

.product-order-panel .p-img img {
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translate(-50%,0);
    width: 100%;
    height: 100%;
    object-fit: contain
}

.product-order-panel .product {
    padding: 20px 0 22px;
    align-items: center;
    position: relative;
    height: 190px
}

.product-order-panel .product:after,.sub-total-panel .down:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    transform: translate(-50%,0);
    width: 90%;
    height: 1px;
    background: #dfd7d1
}

.product-order-panel .p-title {
    padding-top: 5px
}

.product-order-panel .p-title strong {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    display: block
}

.product-order-panel .p-title span {
    color: #fff;
    font-size: 17px
}

.product-order-panel .p-title a {
    float: right;
    padding-right: 20px;
    margin-top: 5px
}

.product-order-panel .p-number {
    background-color: #fff;
    border: 1px solid #cfcac6;
    border-radius: 17.5px;
    width: 92px;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: space-between;
    cursor: pointer
}

.product-order-panel .p-number input {
    width: 50px;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700
}

.product-order-panel .p-number .minus-num.disabled {
    pointer-events: none
}

.product-order-panel .p-number input::-webkit-inner-spin-button,.product-order-panel .p-number input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.product-order-panel .p-number input[type=number] {
    -moz-appearance: textfield
}

.product-order-panel .p-number i {
    color: rgb(203, 180, 113);
;font-size: 23px;
    line-height: 27.6px
}

.product-order-panel .p-number b {
    color: #fff;
    font-size: 22px;
    line-height: 26px
}

.product-order-panel .p-total span {
    color: #fff;
    font-size: 17px
}

.sub-total-panel {
    padding: 22px 25px 0;
    position: relative
}

.product-order-panel .sub-total-panel:after {
    position: absolute;
    left: 0;
    top: -60px;
    content: "";
    width: 592px;
    height: 60px;
    background-image: linear-gradient(rgba(247,243,240,0)0%,#1a1a1a35%)
}

.sub-total-panel .row {
    margin-bottom: 3px
}

.sub-total-panel .col5 {
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    max-width: 68%
}

.sub-total-panel .col5 a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 17px;
    text-align: center
}

.sub-total-panel .col5 a img {
    margin-right: 15px
}

.sub-total-panel .col6 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    text-align: center
}

.sub-total-panel .col7 {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    text-align: center
}

.sub-total-panel .col6 span {
    color: #fff;
    font-size: 17px
}

.sub-total-panel .col7 span {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 17px;
    font-weight: 600
}

.sub-total-panel .col7 span.green {
    color: #75bd2d;
    text-transform: uppercase
}

.sub-total-panel .down {
    padding-bottom: 17px;
    margin-bottom: 0;
    position: relative
}

.sub-total-panel .down:after {
    left: inherit;
    right: 0;
    transform: translate(0,0);
    width: 100%
}

.sub-total-panel .row.total {
    margin-bottom: 0;
    padding: 13px 0 20px
}

.sub-total-panel .row.total span {
    font-family: Calibre-SemiBold;
    font-weight: 600
}

.botton-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 42px;
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 100%
}

.botton-links .btn {
    max-width: fit-content;
    padding: 15px 30px;
    margin-left: 12px
}

.botton-links .btn.white {
    background-color: transparent;
    color: rgb(203, 180, 113);
}

.product-order-panel .middle-content .middle-product-scroll {
    position: relative;
    max-height: calc(100vh - 330px);
    overflow-x: hidden;
    overflow-y: scroll
}

.product-order-panel .middle-content .middle-product-scroll::-webkit-scrollbar {
    width: 5px
}

.product-order-panel .middle-content .middle-product-scroll::-webkit-scrollbar-track {
    background: #f1f1f1
}

.product-order-panel .middle-content .middle-product-scroll::-webkit-scrollbar-thumb {
    background: #888
}

.product-order-panel .middle-content .middle-product-scroll::-webkit-scrollbar-thumb:hover {
    background: #555
}

.overview-block {
    padding: 138px 0 0 0
}

.overview-block .col1 {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
    margin-right: 4%
}

.overview-block .col2 {
    -ms-flex: 0 0 74%;
    flex: 0 0 74%;
    max-width: 74%
}

.filter-panel .cstmbtn {
    padding-left: 35px;
    margin-bottom: 14px
}

.filter-panel .cstmbtn,.filter-panel .cstmbtn sub {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 16px
}

.filter-panel .panel {
    border-radius: 4px;
    border: 1px solid #232323;
    background-color: #545250;
    padding: 15px 25px 6px;
    margin-bottom: 7px
}

.filter-panel .panel:last-child {
    margin-bottom: 20px
}

.filter-panel .panel2 {
    padding: 15px 25px 10px;
    margin-bottom: 7px;
    border: 1px solid #e0dad5;
    border-radius: 4px
}

.filter-panel h5 {
    margin-bottom: 10px;
    position: relative;
    cursor: pointer
}

.filter-panel h5:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "+";
    color: rgb(203, 180, 113);
    font-family: Calibre-SemiBold;
    font-size: 22px;
    font-weight: 600;
    display: block
}

.filter-panel ul.active {
    max-height: 350px;
    overflow: auto
}

.filter-panel h5.active:after {
    content: "-"
}

.filter-panel ul {
    display: none
}

.select-panel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 64px
}

.select-panel .selectbtn {
    position: relative;
    width: 100%;
    max-width: 187px
}

.select-panel select {
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 42px;
    border-radius: 4px;
    border: 1px solid rgb(203, 180, 113);
;background-color: #fff;
    padding: 0 15px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer
}

.select-panel i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%)
}

.select-panel span {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 17px;
    font-weight: 600;
    display: block;
    margin-right: 15px
}

.mega-product-panel .col {
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
    max-width: 48.5%;
    margin-right: 3%;
    margin-bottom: 79px
}

.mega-product-panel .col:nth-child(2n) {
    margin-right: 0
}

.product-panel:hover .product-figure {
    box-shadow: 0 2px 14px 0 rgba(0,0,0,.17)
}

.product-panel .col-1 {
    -ms-flex: 0 0 27%;
    flex: 0 0 27%;
    max-width: 27%;
    margin-right: 4.6%
}

.product-panel .bottom .addbtn {
    width: 140px
}

.product-figure {
    position: relative;
    width: 128px;
    height: 100%;
    border-radius: 4px;
    transition: all .3s ease-in-out;
    display: block;
    background-color: #1a1a1a;
}

.product-figure img {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%,0);
    height: fit-content;
    width: fit-content;
    z-index: 2;
    transition: all .3s ease-in-out
}

.product-panel h4 {
    color: #fff;
    font-size: 18px;
    height: 40px
}

.product-panel h4 a {
    color: rgb(203, 180, 113);
}

.product-panel span {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    display: block;
    margin-bottom: 5px;
    height: 30px
}

.product-panel p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    min-height: 70px
}

.product-panel .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative
}

.product-panel .bottom strong {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 33px;
    font-weight: 600;
    margin-right: 50px
}

.product-panel .bottom strong sup {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 19px;
    font-weight: 600
}

.product-panel .bottom .p-number {
    background-color: #fff;
    border: 1px solid #cfcac6;
    border-radius: 17.5px;
    width: 114px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 2px;
    position: relative;
    left: -12px
}

.product-panel .bottom .p-number i {
    background-color: rgb(203, 180, 113);
;border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 23px;
    line-height: 27.6px
}

.product-panel .bottom .p-number b {
    color: #fff;
    font-size: 22px;
    line-height: 26px
}

.pagination-panel {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: -35px;
    justify-content: center;
    margin-bottom: 50px
}

.pagination-panel a {
    display: block;
    color: #000;
    font-family: Calibre-SemiBold;
    font-size: 17px;
    line-height: 33px;
    font-weight: 600;
    width: 33px;
    height: 33px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px
}

.pagination-panel .first,.pagination-panel .last {
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
    color: rgb(203, 180, 113)
}

.pagination-panel a:hover:not(.active) {
    color: #fff
}

.top-panel h1 {
    float: left
}

.pagination-panel a.active {
    color: #fff;
    background-color: #363636
}

.about-product-block {
    padding: 140px 0 75px
}

.product-content {
    padding-bottom: 30px
}

.about-product-block .top .col1 {
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
    margin-right: 3%
}

.about-product-block .top .col2 {
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
    max-width: 59%
}

.about-product-block .product-img {
    width: 435px;
    height: 435px;
    border-radius: 4px;
    background-color: #1a1a1a;
    position: relative;
    text-align: center
}

.about-product-block .product-img img {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    z-index: 2;
    max-height: 435px;
}

.about-product-block .product-img figure {
    width: 100%;
    display: inline-block;
    height: 435px;
    z-index: 5;
    position: relative;
    background-color: #1a1a1a;
}

.about-product-block .brdcrumb {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.about-product-block .brdcrumb li {
    margin-right: 20px;
    position: relative
}

.about-product-block .brdcrumb li,.about-product-block .brdcrumb li a {
    color: #fff;
    font-size: 14px;
    line-height: 20px
}

.about-product-block .brdcrumb li:last-child {
    margin-right: 0
}

.about-product-block .brdcrumb li:last-child:after {
    display: none
}

.about-product-block .brdcrumb li:after {
    position: absolute;
    right: -15px;
    top: 50%;
    content: "";
    width: 5px;
    height: 8px;
    background: url(../images/angle-right.svg) no-repeat center/cover;
    transform: translate(0,-50%)
}

.about-product-block h1 {
    font-size: 36px;
    margin-bottom: 10px
}

.wine-description {
    height: 135px;
    display: block;
    margin-top: 25px;
    font-size: 18px
}

.about-product-block span {
    font-size: 21px;
    margin-bottom: 13px
}

.about-product-block p {
    color: #363636;
    font-family: Arapey,serif;
    line-height: 22px;
    font-style: italic;
    margin-bottom: 23px
}

.about-product-block .price {
    display: flex;
    align-items: center;
    margin-bottom: 19px
}

.about-product-block .price strong {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    display: block;
    font-family: Calibre-SemiBold;
    font-weight: 600;
    position: relative;
    margin-right: 10px
}

.about-product-block .price strong:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 100%;
    height: 2px;
    background: rgb(203, 180, 113);
;content: ""
}

.about-product-block .price strong sup {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-family: Calibre-SemiBold;
    font-weight: 600
}

.about-product-block .price label {
    background-color: rgb(203, 180, 113);
;border-radius: 22.5px;
    padding: 0 10px 0 10px;
    height: 45px;
    color: #fff;
    font-size: 33px;
    line-height: 45px;
    display: block;
    text-align: center;
    font-family: Calibre-SemiBold;
    font-weight: 600
}

.about-product-block .price label sup {
    font-size: 19px;
    line-height: 22.8px;
    font-family: Calibre-SemiBold;
    font-weight: 600
}

.button-panel {
    display: flex;
    align-items: center
}

.button-panel .plus {
    background-color: rgb(203, 180, 113);
;border: 1px solid rgb(203, 180, 113);
;border-radius: 4px;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.24);
    padding: 10px 25px 10px 10px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
    font-family: Calibre-SemiBold;
    font-weight: 600;
    margin-right: 10px;
    width: auto;
    height: auto
}

.button-panel .plus:active {
    position: relative;
    top: 3px
}

.button-panel .plus:hover i {
    background-color: rgb(203, 180, 113);
;color: #fff
}

.button-panel .plus i {
    background-color: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    color: rgb(203, 180, 113);
;font-size: 23px;
    line-height: 27.6px;
    display: inline-block;
    font-family: Calibre-SemiBold;
    font-weight: 600;
    text-align: center;
    margin-right: 15px
}

.button-panel .hearts {
    font-family: Calibre-SemiBold;
    font-weight: 600;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    padding: 15px 20px 15px 45px;
    position: relative
}

.button-panel .hearts:after {
    position: absolute;
    left: 10px;
    top: 50%;
    content: "";
    width: 24px;
    height: 20px;
    background: url(../images/heart-black.svg) no-repeat center/22px;
    transform: translate(0,-50%);
    transition: all .3s ease-in-out
}

.button-panel .hearts:hover {
    color: #fff;
;border: 1px solid rgb(203, 180, 113);
;top: 0
}

.button-panel .hearts:hover:after {
    background: url(../images/heart-red1.svg) no-repeat center/22px
}

.button-panel .hearts:active {
    color: rgb(203, 180, 113);
;border: 1px solid rgb(203, 180, 113);
;top: 3px
}

.button-panel .hearts:active:after {
    background: url(../images/heart-red.svg) no-repeat center/22px
}

.button-panel .hearts img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.social-panel {
    display: flex;
    align-items: center;
    margin-top: 10px
}

.social-panel span {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 15px
}

.social-panel ul {
    display: flex;
    align-items: center
}

.social-panel ul li {
    margin-right: 8px
}

.social-panel ul li a {
    background-color: #e8e2dd;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: block;
    position: relative
}

.social-panel ul li.fb a:after,.social-panel ul li.mail a:after,.social-panel ul li.twt a:after,.social-panel ul li.whatsapp a:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/fb.svg) no-repeat center/9px
}

.social-panel ul li.fb a:hover:after {
    background: url(../images/fb-white.svg) no-repeat center/9px
}

.social-panel ul li.twt a:hover:after {
    background: url(../images/twt-white.svg) no-repeat center/16px
}

.social-panel ul li.whatsapp a:hover:after {
    background: url(../images/whatsapp-white.svg) no-repeat center/16px
}

.social-panel ul li.mail a:hover:after {
    background: url(../images/mail-white2.svg) no-repeat center/16px
}

.social-panel ul li.twt a:after {
    background: url(../images/twt.svg) no-repeat center/16px
}

.social-panel ul li.whatsapp a:after {
    background: url(../images/whatsapp-black.svg) no-repeat center/16px
}

.social-panel ul li.mail a:after {
    background: url(../images/mail-black.svg) no-repeat center/16px
}

.social-panel ul li a:hover {
    background-color: rgb(203, 180, 113);
}

.product-content .col {
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    max-width: 47%;
    margin-right: 4%
}

.product-content .col:last-child {
    margin-right: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%
}

.tab-title {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

.tab-title li {
    margin-right: 24px
}

.tab-title li:last-child {
    margin-right: 0
}

.tab-title li a {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-family: Calibre-SemiBold;
    font-weight: 600;
    padding-bottom: 12px;
    position: relative
}

.tab-title li.active a {
    color: rgb(203, 180, 113);
}

.tab-title li a:hover {
    color: #fff;
}

.tab-title li.active a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: rgb(203, 180, 113);
    content: ""
}

.tabs-content p {
    color: #fff;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 25px
}

.specification-panel h3 {
    margin-bottom: 25px
}

.specification-panel ul li {
    display: flex;
    align-items: center;
    padding: 0 10px
}

.specification-panel ul li span {
    width: 36%
}

.specification-panel ul li span,.specification-panel ul li strong {
    color: #fff;
    font-size: 17px;
    line-height: 34px;
    display: block
}

.specification-panel ul li strong {
    font-family: Calibre-SemiBold;
    font-weight: 600
}

.specification-panel ul li:nth-child(even) {
    background: #1a1a1a
}

.specification-panel ul li:nth-child(odd) {
    background-color: rgb(203, 180, 113);
    color: #000;
}

.location-block {
    padding: 68px 0 90px
}

.location-block .row {
    align-items: center
}

.location-block figure {
    box-shadow: 0 4px 14px 0 rgba(0,0,0,.11)
}

.location-block .text {
    padding-left: 50px
}

.location-block .text h4 {
    margin-bottom: 16px;
    font-family: Calibre-Medium;
    font-weight: 500
}

.location-block .text h2 {
    margin-bottom: 19px
}

.combinations-block p,.location-block .text p {
    color: #fff;
    font-family: Arapey,serif;
    font-size: 18px;
    line-height: 23px;
    font-style: italic
}

.combinations-block .row {
    padding: 40px 0 35px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 61px;
    position: relative
}

.combinations-block .row:after {
    position: absolute;
    left: 100%;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff
}

.combinations-block .text {
    padding: 31px 60px 0
}

.combinations-block h2 {
    margin-bottom: 15px
}

.combinations-block p {
    margin-bottom: 16px
}

.combinations-block a {
    color: rgb(203, 180, 113);
;font-family: Calibre-SemiBold;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    margin-bottom: 32px;
    display: block
}

.combinations-block ul.logo-text {
    display: flex;
    align-items: center
}

.combinations-block ul.logo-text li {
    margin-right: 10px
}

.combinations-block ul.logo-text li span {
    color: #fff;
    font-size: 15px
}

.combinations-block .right-img {
    display: flex;
    align-items: center
}

.combinations-block .right-img li {
    margin-right: 30px
}

.combinations-block .right-img li:last-child {
    margin-right: 0
}

.combinations-block .right-img li span {
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin-top: 15px;
    display: block
}

.product-different-block {
    padding: 30px 0 120px
}

.product-different-block .col {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.product-different-block .col:last-child {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
}

.product-different-block .text {
    padding-top: 82px
}

.product-different-block .text p {
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    font-style: italic;
    font-family: Arapey,serif;
    margin: 18px 0
}

.product-different-block ul {
    display: flex;
    align-items: center
}

.product-different-block ul li {
    margin-right: 15px
}

.product-different-block ul li:nth-child(3n) {
    margin-right: 0
}

.header-new-block {
    background-color: #545250;
    padding: 19px 30px!important;
    position: relative
}

.header-new-block .logo {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0
}

.back-panel a {
    color: #fff;
    font-size: 17px;
    line-height: 20px
}

.back-panel a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    margin-top: -3px
}

.header-new-block .left-panel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: max-content
}

.checked-products-block {
    padding: 0 0 34px
}

.checked-products-block .container {
    max-width: 1120px
}

.checked-products-block .col-2 {
    -ms-flex: 0 0 32.4%;
    flex: 0 0 32.4%;
    max-width: 32.4%;
    margin-right: 1.3%
}

.checked-products-block .col-2:nth-child(3n) {
    margin-right: 0
}

.product-panel2 {
    padding-top: 28px
}

.product-panel2 .col-1 {
    -ms-flex: 0 0 27%;
    flex: 0 0 20%;
    max-width: 25%;
    margin-right: 5%
}

.product-panel2 .col-3 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 60%
}

.product-panel2 .product-figure {
    position: relative;
    width: 100px;
    height: 67px;
    border-radius: 4px;
    background-color: #fff;
    margin-top: 27px;
    box-shadow: inherit
}

.product-panel2 .product-figure img {
    height: auto
}

.product-panel2 .runner {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0,0);
    margin-bottom: 8px
}

.product-panel2 h4 {
    margin-bottom: 10px
}

.product-panel2 .product-figure:after {
    width: 25px;
    height: 5px;
    background-color: #c2d2b1
}

.product-panel2 .bottom .addbtn {
    width: 145px
}

.runner.green {
    border: 1px solid #75bd2d;
    color: #75bd2d
}

.mega-account-block,.site-login {
    margin-bottom: 30px;
    margin-top: 155px
}

.checked-products-block .slick-slide {
    min-height: 150px
}

.mega-account-block .col1 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    margin-right: 1.7%
}

.totals-table th,td {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px
}

.totals-table tr:last-child td {
    border-bottom: none
}

.mega-account-block .col2 {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
    margin-right: 1.7%
}

.mega-account-block .col3 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
    float: right
}

.add-account-panel {
    background-color: #545250;
    border: 1px solid rgb(203, 180, 113);
    border-radius: 4px;
    padding: 24px 30px 0
}

.add-account-panel .login-panel {
    display: flex;
    align-items: center;
    margin-bottom: 28px
}

.add-account-panel span {
    color: #fff;
    font-size: 17px;
    line-height: 20px;
    font-family: Calibre-SemiBold;
    font-weight: 600
}

.add-account-panel .login-panel a {
    margin-left: 30px
}

.heading1 {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 23px
}

.heading1 i {
    width: 40px;
    height: 40px;
    background-color: rgb(203, 180, 113);
;border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 22px;
    font-weight: 600;
    margin-right: 15px
}

.heading1 span {
    color: rgb(203, 180, 113);
;font-size: 17px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    font-family: Calibre-Regular;
    font-weight: 400
}

.create-acc {
    display: flex;
    margin-bottom: 13px
}

.create-acc .choose-btn {
    display: flex;
    margin-left: 25px
}

.radiobtn {
    font-size: 17px;
    margin-right: 40px
}

.radiobtn .checkmark {
    border-radius: 50%;
    width: 22px;
    height: 22px
}

.radiobtn .checkmark:after {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 14px;
    height: 14px;
    border: solid rgb(203, 180, 113);
;background: rgb(203, 180, 113);
;border-width: 0 1px 1px 0;
    border-radius: 50%
}

.registration-form .half-grp {
    display: flex;
    margin-bottom: 22px
}

.registration-form .half-grp .form-group {
    width: 48.5%;
    margin-right: 3%
}

.registration-form .half-grp .form-group:nth-child(2n) {
    margin-right: 0
}

.registration-form input,.selectbtn select {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    border: 1px solid rgb(203, 180, 113);
;background-color: #fff;
    color: #000;
    font-size: 17px;
    padding: 0 15px;
    appearance: none;
    -webkit-appearance: none
}

.registration-form input {
    font-weight: 600;
    font-family: Calibre-SemiBold
}

.registration-form input::placeholder {
    color: #363636;
    font-weight: 400;
    font-family: Calibre-Regular
}

.registration-form input:focus,.registration-form textarea:focus,.selectbtn select:focus {
    box-shadow: 0 0 4px 0 rgb(203, 180, 113);
;background-color: #ffeff5
}

.selectbtn select:focus {
    font-weight: 600;
    font-family: Calibre-SemiBold
}

.registration-form label {
    color: #fff;
    font-size: 17px;
    margin-bottom: 5px;
    display: block
}

.registration-form label sup {
    color: rgb(203, 180, 113);
;display: inline-block;
    vertical-align: top
}

.registration-form .qtr-grp .form-group {
    width: 29.5%;
    margin-right: 3%
}

.registration-form .qtr-grp .form-group:nth-child(2n) {
    width: 67.5%;
    margin-right: 0
}

.registration-form .form-group.half {
    display: flex
}

.selectbtn {
    position: relative
}

.selectbtn i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%)
}

.registration-form .cstmbtn {
    color: #fff;
    font-size: 15px;
    margin-bottom: 15px
}

.registration-form textarea {
    width: 100%;
    height: 81px;
    border-radius: 4px;
    border: 1px solid rgb(203, 180, 113);
;background-color: #fff;
    padding: 10px 15px;
    color: #fff;
    font-size: 17px;
    resize: none
}

.registration-form .full-width {
    width: 100%
}

.shipment-panel {
    border-radius: 4px;
    background-color: #545250;
    border: 1px solid rgb(203, 180, 113);
    padding: 28px 30px 6px;
    margin-bottom: 19px
}

.shipment-panel .heading1 {
    margin-bottom: 16px
}

.shipment-panel .create-acc {
    display: block;
    margin-bottom: 13px
}

.shipment-panel .create-acc .choose-btn {
    margin-left: 0
}

.shipment-panel h5 {
    margin-bottom: 10px
}

.payment-panel {
    border-radius: 4px;
    background-color: #545250;
    border: 1px solid rgb(203, 180, 113);
    padding: 28px 28px 18px;
    margin-bottom: 3px
}

.payment-panel .heading1 {
    margin-bottom: 16px
}

.payment-panel h5 {
    margin-bottom: 10px
}

.payment-panel ul li {
    border-radius: 2px;
    border: 1px solid #dfd7d1;
    background-color: #fff;
    padding: 15px 15px 15px;
    margin-bottom: 5px
}

.payment-panel ul li .radiobtn {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 0
}

.payment-panel .selectbtn {
    position: relative;
    width: 100%
}

.payment-panel ul li .radiobtn>img {
    padding: 0 13px 0 7px
}

.total-panel {
    padding: 23px 10px
}

.panel-total {
    border-radius: 4px;
    background-color: #545250;
    border: 1px solid rgb(203, 180, 113);
    padding: 28px 30px 6px;
    margin-bottom: 19px
}

.total-panel span {
    color: #fff;
    font-size: 17px
}

.total-panel strong {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 17px;
    font-weight: 600
}

.total-panel ul {
    padding-bottom: 15px
}

.total-panel ul li {
    display: flex;
    align-items: center;
    margin-bottom: 13px
}

.total-panel ul li:nth-child(3n) {
    padding-bottom: 25px;
    border-bottom: 2px solid #dfd7d1
}

.total-panel ul li .left {
    width: 70%;
    display: flex;
    text-align: right
}

.total-panel ul li .right {
    width: 30%
}

.total-panel .right.green strong {
    color: #75bd2d;
    text-transform: uppercase
}

.total-panel ul li label {
    color: #fff;
    font-size: 20px;
    font-family: Calibre-SemiBold;
    font-weight: 600
}

.total-panel ul li>div {
    display: flex;
    justify-content: flex-end
}

.total-panel .cstmbtn {
    margin-bottom: 22px
}

.total-panel .cstmbtn a {
    color: rgb(203, 180, 113);
}

.mega-account-block .searchbtn,.total-panel .searchbtn {
    display: block;
    color: #000;
    width: 100%;
    font-size: 20px;
    font-weight: 700
}

.need-help-block {
    padding: 36px 0;
    margin-bottom: 40px
}

.need-help-block h3 {
    margin-bottom: 5px
}

.need-help-block p {
    color: #363636;
    margin-bottom: 10px
}

.need-help-block ul {
    display: flex;
    align-items: center
}

.need-help-block ul li {
    margin-right: 26px
}

.need-help-block ul li:last-child {
    margin-right: 0
}

.need-help-block ul li a {
    color: #363636;
    font-family: Calibre-SemiBold;
    font-size: 15px;
    font-weight: 600
}

.need-help-block ul li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.header-new-block .row {
    align-items: center
}

.bgoverlay,.bgoverlay2,.bgoverlay3 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(54,54,54,.51);
    border: 1px solid #979797;
    width: 100%;
    height: 100%;
    z-index: 997
}

.bgoverlay5 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(54,54,54,.51);
    border: 1px solid #979797;
    width: 100%;
    height: 100%;
    z-index: 997
}

.lds-default {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%
}

.lds-default div {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgb(203, 180, 113);
;border-radius: 50%;
    animation: lds-default 1.2s linear infinite
}

.lds-default div:nth-child(1) {
    animation-delay: 0s;
    top: 37px;
    left: 66px
}

.lds-default div:nth-child(2) {
    animation-delay: -.1s;
    top: 22px;
    left: 62px
}

.lds-default div:nth-child(3) {
    animation-delay: -.2s;
    top: 11px;
    left: 52px
}

.lds-default div:nth-child(4) {
    animation-delay: -.3s;
    top: 7px;
    left: 37px
}

.lds-default div:nth-child(5) {
    animation-delay: -.4s;
    top: 11px;
    left: 22px
}

.lds-default div:nth-child(6) {
    animation-delay: -.5s;
    top: 22px;
    left: 11px
}

.lds-default div:nth-child(7) {
    animation-delay: -.6s;
    top: 37px;
    left: 7px
}

.lds-default div:nth-child(8) {
    animation-delay: -.7s;
    top: 52px;
    left: 11px
}

.lds-default div:nth-child(9) {
    animation-delay: -.8s;
    top: 62px;
    left: 22px
}

.lds-default div:nth-child(10) {
    animation-delay: -.9s;
    top: 66px;
    left: 37px
}

.lds-default div:nth-child(11) {
    animation-delay: -1s;
    top: 62px;
    left: 52px
}

.lds-default div:nth-child(12) {
    animation-delay: -1.1s;
    top: 52px;
    left: 62px
}

@keyframes lds-default {
    0%,100%,20%,80% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.5)
    }
}

.m-show {
    display: none
}

.mobile-menu {
    display: none;
    position: absolute;
    left: 20px;
    top: 25px;
    align-items: center;
    z-index: 999
}

.mobile-menu span {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    margin-left: 5px
}

.mobile-menu.change span {
    color: #363636
}

.mobile-menu.change .bar1,.mobile-menu.change .bar2,.mobile-menu.change .bar3 {
    background-color: #363636
}

.mtoggle {
    display: inline-block;
    cursor: pointer
}

.bar1,.bar2,.bar3 {
    width: 35px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: .4s
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px,6px);
    transform: rotate(-45deg) translate(-9px,6px)
}

.change .bar2 {
    opacity: 0
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px,-8px);
    transform: rotate(45deg) translate(-8px,-8px)
}

#slider3,#slider4,#slider5 {
    display: flex
}

#slider3 .wines-panel,#slider4 .wines-panel,#slider5 .wines-panel {
    margin-right: 15px
}

#layout.blur-bg {
    position: fixed;
    filter: blur(3px)
}

.add-account-panel .create-acc span br {
    display: none
}

.heart-icon .red-heart {
    display: none
}

.heart-icon:active .red-heart {
    display: block
}

.heart-icon:active .normal-heart {
    display: none
}

.heart-icon.is-active .red-heart {
    display: block
}

.heart-icon.is-active .normal-heart {
    display: none
}

@media only screen and (max-width: 1315px) {
    .header-right .searchbtn span:first-child {
        display:none
    }

    .searchbtn {
        padding: 25px;
        width: auto
    }
}

@media only screen and (max-width: 1439px) {
    .personal-contact-panel ul li {
        margin-right:15px
    }

    .personal-contact-panel ul li a {
        font-size: 13px
    }

    .home-banner-block {
        padding-left: 0;
        padding-right: 0
    }

    .header-top-block {
        padding: 0 0 0
    }

    .header-bottom-block {
        padding: 15px 0 15px
    }

    .logo {
        margin-left: 0
    }

    .product-panel2 {
        margin-right: 15px
    }
}

@media only screen and (max-width: 1291px) {
    .menu>a {
        padding:15px 30px 24px 27px
    }

    .menu>a:after {
        right: 5px
    }

    .home-banner-block .list-panel {
        padding: 25px 25px 18px
    }

    .personal-contact-panel {
        padding: 10px 25px 10px
    }

    .header-bottom-block .input-field {
        width: 100%
    }

    .mega-product-panel .product-figure {
        width: 100%
    }

    .about-product-block .product-img {
        width: 100%;
        background-color: #1a1a1a
    }
}

@media only screen and (max-width: 1159px) {
    .home-banner-block .col-1 {
        -ms-flex:0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0
    }

    .home-banner-block .col-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .home-banner-block .col-1 {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2
    }

    .home-banner-block .col-3 {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1
    }

    .personal-contact-panel.m-hide {
        display: none
    }

    .personal-contact-panel.m-show {
        display: block;
        margin: 20px 0 0;
        width: 100%;
        left: 0
    }

    .header-bottom-block .input-field {
        width: 390px
    }

    .header-bottom-block .searchbtn {
        min-width: 170px
    }

    .slider-text.m-show {
        display: block;
        margin-top: 30px;
        min-height: auto;
        text-align: center
    }

    .slider-text.m-show .inner {
        max-width: 100%;
        left: 0;
        top: 0
    }

    .home-banner-block .slick-initialized .slick-slide {
        min-height: 360px
    }

    .home-banner-block .slick-initialized .slick-slide .slider-text {
        display: none
    }

    .special-wines-block .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        position: relative
    }

    .special-wines-block .col:first-child:after {
        position: absolute;
        bottom: -20px;
        left: 0;
        content: "";
        width: 100%;
        height: 2px;
        background: #e8e2dd
    }

    .special-wines-block {
        padding: 60px 0 10px
    }

    .perfect-wine-block .col1 {
        margin-right: 3%
    }

    .perfect-wine-block .col2 {
        -ms-flex: 0 0 42%;
        flex: 0 0 42%;
        max-width: 42%
    }

    .footer-block .col-4:nth-child(2) {
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
        max-width: 17%;
        margin-right: 10%
    }

    .total-panel {
        padding: 23px 25px
    }

    .header-new-block {
        padding: 20px 0!important
    }
}

@media only screen and (max-width: 991px) {
    .nav {
        height:0
    }

    .about-product-block .product-img img {
        position: relative;
        left: 50%;
        padding-top: 15px
    }

    .overview-block {
        padding: 230px 0
    }

    #banner-wrap {
        margin-top: 200px
    }

    .header-top-block ul li a:hover:after {
        display: none
    }

    .header-bottom-block.sticky .search-panel.col .input-field {
        display: none
    }

    .header-bottom-block.sticky {
        padding: 20px 0 10px
    }

    body.fixed {
        position: fixed
    }

    #slider3 .wines-panel,#slider4 .wines-panel,#slider5 .wines-panel {
        margin-right: 0
    }

    .perfect-wine-panel {
        min-height: auto
    }

    .header-bottom-block .searchbtn span {
        display: none
    }

    .header-bottom-block .searchbtn:after {
        right: 20px
    }

    .header-bottom-block .searchbtn {
        min-width: auto;
        position: absolute;
        right: 25px;
        top: 27px;
        padding: 20px 30px
    }

    .header-bottom-block .searchbtn:active {
        position: absolute;
        top: 27px
    }

    .header-bottom-block.header-new-block .searchbtn {
        top: 20px
    }

    .logo .m-hide {
        display: none
    }

    .logo .m-show {
        display: block
    }

    .logo {
        margin: 0 auto
    }

    .header-bottom-block.sticky .logo {
        margin-top: 0
    }

    .header-bottom-block .left-panel.col {
        text-align: center
    }

    .about-product-block .top .col2,.combinations-block .col,.copy-block .row .col,.header-bottom-block .left-panel.col,.header-bottom-block .search-panel.col,.location-block .col,.mega-account-block .col1,.mega-account-block .col2,.mega-account-block .col3,.overview-block .col1,.overview-block .col2,.perfect-wine-block .col1,.perfect-wine-block .col2,.product-content .col,.product-content .col:last-child,.product-different-block .col,.product-different-block .col:last-child,.store-block .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: block;
        margin-right: 0
    }

    .combinations-block .row {
        padding: 0 0 0;
        background-color: transparent;
        margin-bottom: 30px
    }

    .combinations-block .text {
        padding: 0 0 0
    }

    .combinations-block .right-img {
        margin-top: 30px
    }

    .location-block .text {
        padding-left: 0;
        margin: 25px 0
    }

    .location-block img {
        width: 100%
    }

    .menu>a {
        margin-top: 5px;
        display: none
    }

    .header-bottom-block {
        position: relative;
        background-color: #545250;
        padding: 20px 0 15px
    }

    .header-new-block {
        padding: 30px 0!important
    }

    .header-bottom-block .search-panel.col {
        display: block
    }

    .header-bottom-block .input-field {
        width: 100%;
        margin: 0
    }

    .header-top-block {
        display: none
    }

    .mobile-menu {
        display: flex
    }

    .perfect-wine-panel {
        padding: 50px 35px 50px
    }

    .perfect-wine-text-panel {
        padding-top: 30px
    }

    .store-block {
        background: 0 0;
        min-height: auto;
        background-attachment: inherit
    }

    .store-block .inner>img.m-show {
        display: block;
        margin-bottom: 15px
    }

    .store-block:after {
        display: none
    }

    .store-block a,.store-block h2,.store-block p {
        color: #000;
    }

    .store-block a img {
        display: none
    }

    .store-block a img.m-show {
        display: block
    }

    .store-panel {
        min-height: auto
    }

    .footer-block .col-4:nth-child(1),.footer-block .col-4:nth-child(2),.footer-block .col-4:nth-child(3),.footer-block .col-4:nth-child(4) {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-right: 0;
        margin-bottom: 20px
    }

    .copy-block .row {
        flex-direction: column-reverse
    }

    .copy-block .right {
        margin-bottom: 10px
    }

    .select-panel {
        padding-bottom: 60px
    }

    .sub-menu {
        position: fixed;
        width: 75%;
        top: 0;
        left: -900px;
        border-radius: 0;
        transform: translate(0,0);
        margin-top: 0;
        padding: 60px 15px 0;
        display: block!important;
        text-align: left;
        transition: all .3s ease-in-out;
        z-index: 998;
        height: 100vh;
        max-height: inherit;
        padding-top: 80px
    }

    .header-section {
        padding: 15px 0!important
    }

    .scroll {
        height: calc(100vh - 75px);
        overflow-y: scroll
    }

    .sub-menu .panel span {
        color: #363636
    }

    .sub-menu.active-m {
        left: 0;
        opacity: 1;
        max-height: inherit
    }

    .main-menu.active-m {
        left: 0;
        opacity: 1;
        max-height: inherit;
        position: fixed;
        width: 75%;
        top: 0;
        border-radius: 0;
        transform: translate(0,0);
        margin-top: 0;
        padding: 60px 15px 0;
        display: block!important;
        text-align: left;
        transition: all .3s ease-in-out;
        z-index: 998;
        height: 100vh;
        padding-top: 80px;
        background: rgba(255,255,255,.95)
    }

    .main-menu.active-m li {
        width: 100%
    }

    .main-menu.active-m li a {
        display: block!important;
        color: #363636;
        margin-bottom: 0;
        border-bottom: 1px solid;
        width: 100%;
        margin-right: 14px;
        padding: 15px 0;
        line-height: 1
    }

    .sub-menu .col-5 {
        border-right: none;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0
    }

    .sub-menu .col-5:first-child,.sub-menu .col-5:last-child {
        border-bottom: solid 1px #fff
    }

    .header-top-block.m-show {
        background: 0 0;
        padding: 0
    }

    .main-menu.active-m>.header-top-block.m-show {
        display: block
    }

    .header-top-block ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header-top-block ul li {
        margin: 0;
        max-width: 100%;
        width: 100%
    }

    .header-top-block ul li:nth-child(1) {
        order: 2
    }

    .header-top-block ul li:nth-child(2) {
        order: 1
    }

    .header-top-block ul li:nth-child(3) {
        order: 5
    }

    .header-top-block ul li:nth-child(4) {
        order: 4
    }

    .header-top-block ul li:nth-child(5) {
        order: 3
    }

    .header-top-block ul li a {
        color: #fff;
        font-family: Calibre-Bold;
        font-weight: 700;
        padding: 12px 5px 12px
    }

    .sub-menu .panel>div {
        display: flex
    }

    .sub-menu .panel span {
        width: 40%
    }

    .header-top-block ul li a img {
        width: 16px
    }

    .header-top-block ul li a img.drpdwn {
        width: 10px
    }

    .sub-menu h6 {
        color: #363636;
        margin-bottom: 0;
        display: block;
        border-bottom: 1px solid;
        width: 100%;
        margin-right: 14px;
        padding: 15px 0;
        line-height: 1
    }

    .sub-menu .underline {
        text-decoration: none
    }

    .sub-menu h6 a {
        color: #363636
    }

    .about-product-block .top .col1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0
    }

    .about-product-block {
        padding: 205px 0 75px
    }

    .about-product-block p {
        display: none
    }

    .product-img.m-show {
        display: block;
        width: 47%;
        margin-right: 5%
    }

    .about-product-block h1 {
        font-size: 30px
    }

    .mobile-row {
        display: flex;
        align-items: center;
        margin-bottom: 25px
    }

    .button-panel .plus {
        order: 2;
        margin-right: 0
    }

    .button-panel .hearts b {
        display: none
    }

    .button-panel .hearts img {
        margin-right: 0
    }

    .button-panel .hearts {
        padding: 15px 20px;
        margin-right: 20px
    }

    .combinations-block h2 {
        line-height: 33px
    }

    .specification-panel ul li span,.specification-panel ul li strong {
        font-size: 14px
    }

    .mega-account-block {
        margin-top: 175px
    }

    .combinations-block {
        border-top: 2px solid #363636;
        border-bottom: 2px solid #363636
    }

    .combinations-block {
        margin: 0 15px
    }

    .combinations-block h3 {
        padding: 15px 0!important
    }

    .totals-table tr:last-child td {
        padding: 5px
    }

    .site-login .col-6 {
        padding: 15px!important
    }

    .combinations-block h3,.location-block h3,.specification-panel h3 {
        margin-bottom: 0;
        padding: 16px 15px!important;
        position: relative;
        font-size: 17px
    }

    .combinations-block h3 {
        padding: 16px 0!important
    }

    .combinations-block h3,.location-block h3 {
        display: block
    }

    .combinations-block .row,.combinations-block h2,.location-block .row,.location-block .text h4 {
        display: none
    }

    .location-block h3 {
        border: none
    }

    .location-block {
        padding: 0
    }

    .combinations-block h3:after,.location-block h3:after,.specification-panel h3:after {
        position: absolute;
        right: 20px;
        top: 32%;
        content: "+";
        width: 10px;
        height: 10px;
        color: rgb(203, 180, 113);
    ;font-size: 22px;
        line-height: 26px;
        transform: translate(0,-50%)
    }

    .combinations-block h3.active:after,.location-block h3.active:after,.specification-panel h3.active:after {
        content: "-";
        width: 15px;
        font-size: 30px;
        right: 13px
    }

    .combinations-block h3.active:after {
        right: 0
    }

    .combinations-block h3:after {
        right: 5px
    }

    .product-different-block {
        padding: 35px 0 45px
    }

    .product-different-block .text {
        padding-top: 20px
    }

    .specification-panel ul li span {
        width: 50%
    }

    .mobile-hide {
        display: none!important
    }

    .registration-form .half-grp {
        display: block;
        margin-bottom: 0
    }

    .registration-form .cstmbtn,.registration-form .form-group {
        margin-bottom: 15px
    }

    .registration-form .half-grp .form-group {
        width: 100%;
        margin-right: 0;
        display: block
    }

    #slider3,#slider4,#slider5 {
        display: inherit
    }

    .registration-form .qtr-grp .form-group:nth-child(2n) {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .product-figure {
        height:160px
    }

    .product-figure img {
        height: auto
    }

    .select-panel .selectbtn {
        max-width: 155px
    }

    .overview-block {
        padding: 170px 0 15px 0
    }

    .footer-block .col-4:nth-child(1),.footer-block .col-4:nth-child(2),.footer-block .col-4:nth-child(3),.footer-block .col-4:nth-child(4) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
        position: relative
    }

    .footer-block ul li span {
        width: 90px
    }

    .footer-block .col-4:after {
        position: absolute;
        left: 0;
        bottom: -15px;
        content: "";
        width: 100%;
        height: 2px;
        background: #fff
    }

    .footer-block .col-4:last-child {
        margin-bottom: 0
    }

    .footer-block .col-4:last-child:after {
        display: none
    }

    .copy-block ul.left {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .home-banner-block .slick-initialized .slick-slide {
        min-height: 300px
    }

    .popup2 .modal-content {
        width: 94%
    }

    .mega-product-panel .col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 50px
    }

    .pagination-panel {
        margin-top: 0;
        margin-bottom: 10px
    }

    .product-different-block .text p br {
        display: none
    }

    .create-acc {
        display: block
    }

    .add-account-panel .create-acc span {
        margin-bottom: 7px;
        display: block;
        line-height: 18px
    }

    .create-acc .choose-btn {
        margin-left: 0
    }

    .product-different-block .text p {
        font-size: 15px;
        line-height: 22px;
        margin: 11px 0 0
    }
}

@media only screen and (max-width: 639px) {
    .perfect-wine-panel h2 {
        font-size:30px;
        line-height: 30px
    }

    h2 {
        font-size: 30px;
        line-height: 30px
    }

    h1 {
        font-size: 33px;
        line-height: 33px
    }

    .product-img.m-show {
        height: 350px
    }

    .combinations-block .right-img li {
        margin-right: 15px
    }

    .add-account-panel {
        padding: 20px 15px 0
    }

    .add-account-panel .login-panel {
        margin-bottom: 20px
    }

    .shipment-panel {
        padding: 25px 22px 6px;
        margin-top: 16px;
        margin-bottom: 0
    }

    .payment-panel {
        padding: 25px 22px 18px
    }

    .total-panel {
        padding: 21px 22px
    }

    .total-panel ul li .right {
        width: 40%
    }

    .shipment-panel .create-acc .choose-btn .radiobtn {
        margin-right: 0;
        font-size: 15px
    }

    .need-help-block ul {
        display: block
    }

    .need-help-block ul li {
        margin-right: 0;
        margin-bottom: 8px
    }

    .product-panel h4 {
        font-size: 16px
    }
}

@media only screen and (max-width: 539px) {
    #content-wrap .slick-slide {
        display: block
    }

    .form-group-panel .input-field {
        max-width: calc(100% - 130px)
    }

    .searchbtn {
        padding: 15px 20px
    }

    .home-banner-block .slick-initialized .slick-slide {
        min-height: 250px
    }

    .sub-total-panel .col6,.sub-total-panel .col7 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .sub-total-panel .col5 {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .botton-links {
        padding: 0 20px
    }

    .button-panel .plus {
        width: 78%
    }

    .combinations-block .right-img {
        display: block
    }

    .combinations-block .right-img li {
        margin-bottom: 15px
    }

    .combinations-block .right-img li img {
        margin: 0 auto
    }

    .about-product-block .price label {
        font-size: 25px;
        line-height: 49px
    }

    .about-product-block .price label sup {
        font-size: 19px
    }

    .tabs-content p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 20px
    }

    .product-panel2 .runner {
        font-size: 11px;
        line-height: 10px;
        padding: 5px 8px 6px;
        top: 6px;
        margin-bottom: 9px
    }

    .product-panel2 .product-figure {
        width: 51px;
        height: 52px
    }

    h5 {
        font-size: 15px;
        line-height: 15px
    }

    #slider2 .wines-panel h5 {
        line-height: 18px
    }

    #slider2 .bottle-price span {
        font-size: 26px
    }

    #slider2 .bottle-price sup {
        font-size: 15px
    }

    #slider2 .bottle-price {
        width: 57px;
        height: 35px
    }

    .about-product-block .brdcrumb {
        margin-bottom: 9px
    }

    .product-panel2 .product-figure img {
        width: 14px;
        min-height: 68px;
        height: initial
    }

    .product-panel2 .col-1 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .product-panel2 .col-3 {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 60%
    }

    .product-panel.product-panel2 .bottom {
        width: calc(100% + 60px);
        left: -60px
    }

    .product-panel2 {
        padding-top: 15px
    }

    .product-panel.product-panel2 h4 {
        font-size: 15px;
        line-height: 18px
    }

    .product-panel.product-panel2 .bottom strong {
        margin-right: 25px
    }

    .checked-products-block {
        padding: 0 0 19px;
        display: none;
    }

    .mega-account-block .container {
        padding: 0
    }

    .add-account-panel {
        padding: 20px 22px 11px
    }

    .add-account-panel .create-acc span br {
        display: block
    }

    .add-account-panel .create-acc {
        margin-bottom: -1px
    }

    .registration-form .form-group {
        margin-bottom: 9px
    }

    .shipment-panel .create-acc {
        margin-bottom: 9px
    }
}

@media only screen and (max-width: 479px) {
    .old-bottle-price {
        top:38%
    }

    .runner {
        left: 5%;
        top: 19%
    }

    .logo a {
        display: inline-block;
        width: 145px
    }

    .popular-wines-block.mobile .container>.runner {
        display: none
    }

    .header-bottom-block.sticky {
        padding: 20px 0 0
    }

    .payment-panel .selectbtn select {
        padding: 0 15px;
        padding-right: 25px;
        height: 40px
    }

    .payment-panel .selectbtn {
        top: -6.5px
    }

    .payment-panel ul li {
        padding: 10px 10px 10px
    }

    .payment-panel .checkmark {
        top: 3px
    }

    .payment-panel ul li:last-child .checkmark {
        top: -1px
    }

    .payment-panel .selectbtn i {
        right: 10px
    }

    .product-order-panel .top-title {
        margin-bottom: 15px
    }

    .header-bottom-block .searchbtn {
        right: 15px;
        top: 18px
    }

    .mobile-menu {
        left: 15px;
        top: 20px
    }

    .copy-block .right li {
        margin-right: 10px
    }

    .perfect-wine-text-panel .wines-items {
        width: auto;
        height: 185px
    }

    .perfect-wine-text-panel .wines-items:after {
    }

    .perfect-wine-text-panel .wines-items .bottle-price {
        top: 39%;
        right: 5px
    }

    .perfect-wine-text-panel .wines-panel h5 {
        margin-bottom: 15px
    }

    .perfect-wine-text-panel .wines-panel .addbtn {
        left: 0
    }

    .perfect-wine-block {
        padding-bottom: 15px
    }

    .bottle-price {
        height: 36px;
        right: 15px;
        top: 52%
    }

    #slider2 .bottle-price {
        right: 20px
    }

    .bottle-price span {
        font-size: 23px
    }

    .bottle-price sup {
        font-size: 13px
    }

    .popular-wines-block.mobile .slick-list {
        overflow: inherit
    }

    .popular-wines-block.mobile .slider.slick-slider {
        max-width: 175px;
        margin: 0 auto
    }

    #slider4 .wines-panel h5 {
        margin-bottom: 15px
    }

    .wines-items {
        width: 100%
    }

    #slider2 .wines-panel,#slider3 .wines-panel,#slider4 .wines-panel,#slider5 .wines-panel {
        padding: 0 7.5px
    }

    #slider2,#slider3,#slider4,#slider5 {
        max-width: 180px;
        margin-left: -7.5px;
        margin-right: -7.5px
    }

    #slider2 .slick-list,#slider3 .slick-list,#slider4 .slick-list,#slider5 .slick-list {
        overflow: inherit
    }

    #slider3,#slider4,#slider5 {
        max-width: 175px
    }

    h1 {
        font-size: 26px;
        line-height: 26px
    }

    h2 {
        font-size: 25px;
        line-height: 25px
    }

    .new-font-style {
        font-size: 15px;
        line-height: 16px
    }

    .perfect-wine-panel {
        padding: 60px 28px 60px;
        border-radius: 0
    }

    .perfect-wine-panel h2 {
        font-size: 20px;
        line-height: 25px
    }

    p {
        font-size: 16px;
        line-height: 18px
    }

    .product-order-panel .heading {
        display: none
    }

    .product-order-panel .product {
        padding: 0 0 0
    }

    .product-order-panel .p-title a {
        margin-top: 0
    }

    .product-order-panel .row>.col1,.product-order-panel .row>.col2,.product-order-panel .row>.col3,.product-order-panel .row>.col4,.product-order-panel .row>.col5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }

    .sub-total-panel .col6,.sub-total-panel .col7 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .sub-total-panel {
        padding: 22px 25px 0
    }

    .product-order-panel .p-number {
        margin: 0 auto
    }

    .header-bottom-block .input-field input {
        text-align: center;
        height: 45px
    }

    .reviews-panel .round {
        margin-right: 10px
    }

    .personal-contact-panel ul li {
        margin-bottom: 8px
    }

    .wines-panel h5 {
        padding: 0 0;
        min-height: auto;
        margin-top: 10px;
        margin-bottom: 4px
    }

    .product-panel span {
        font-size: 14px
    }

    .product-panel h4 {
        font-size: 15px
    }

    .product-panel p {
        font-size: 14px
    }

    .product-panel .bottom strong {
        font-size: 25px
    }

    .product-panel .bottom strong sup {
        font-size: 15px
    }

    .addbtn {
        font-size: 15px
    }

    .wines-panel .addbtn {
        position: relative;
        left: 12px
    }

    .addbtn i {
        margin-right: 6px
    }

    .tab-title li a {
        font-size: 15px;
        line-height: 20px
    }

    .social-panel ul li:last-child {
        margin-right: 0
    }

    .social-panel ul li {
        margin-right: 5px
    }

    .social-panel span {
        font-size: 14px;
        margin-right: 5px
    }

    .product-img.m-show {
        height: 180px
    }

    .about-product-block .product-img img {

        bottom: 9px;
        padding-top: 15px
    }

    .about-product-block .product-img,.about-product-block .product-img figure {
        height: 410px
    }

    .mobile-col .labels {
        display: none
    }

    .about-product-block h1 {
        font-size: 20px;
        margin-bottom: 25px;
        line-height: 22px;
        padding-right: 30px
    }

    #slider2 .wines-items img {
        width: 55px
    }

    .total-panel .cstmbtn br {
        display: none
    }

    .need-help-block {
        padding: 20px 0;
        margin-bottom: 10px
    }

    .need-help-block p {
        margin-bottom: 17px
    }

    .mega-account-block {
        margin-bottom: 15px;
    }

    .total-panel span {
        font-size: 15px;
        line-height: 18px
    }

    #slider5 {
        max-width: 75%
    }

    .registration-form .cstmbtn {
        font-size: 13px;
        margin-top: 14px
    }

    .registration-form .full-width label {
        margin-bottom: 9px
    }

    .total-panel ul li {
        margin-bottom: 5px;
        position: relative
    }

    .total-panel ul li:nth-child(3n) {
        border-bottom: none;
        margin-bottom: 16px
    }

    .total-panel ul li:nth-child(3n):after {
        position: absolute;
        left: -22px;
        bottom: 0;
        content: "";
        width: 110%;
        height: 2px;
        background: #dfd7d1
    }

    .total-panel ul li label {
        font-size: 17px
    }

    .total-panel .cstmbtn {
        margin-bottom: 17px;
        width: calc(100% + 0px);
        left: -10px;
        margin-top: 4px
    }

    .total-panel .searchbtn {
        width: calc(100% + 18px);
        font-size: 17px;
        position: relative;
        left: -9px
    }

    .tab-title li {
        margin-right: 18px
    }

    .home-banner-block .slick-initialized .slick-slide {
        min-height: 148px
    }

    .home-banner-block .container {
        padding: 0
    }

    .home-banner-block .col-1 {
        padding: 0 10px
    }

    .home-banner-block .slick-dots {
        bottom: 6px
    }

    .slider-text h1 {
        font-size: 20px;
        line-height: 20px
    }

    .slider-text.m-show {
        margin-top: 16px
    }

    .slider-text span {
        margin-bottom: 15px
    }

    .btn {
        padding: 12px 27px;
        font-size: 15px
    }

    .container {
        padding: 0 10px
    }

    .popular-wines-block {
        padding: 40px 0 52px
    }

    .popular-wines-block.mobile {
        padding: 58px 0 52px
    }

    .wines-items:hover figure:after {
        width: 75px
    }

    .wines-items:hover img {
        bottom: 20px
    }

    .popular-wines-block:after,.special-wines-block:after,.store-block:before {
        position: absolute;
        top: 20px;
        left: 50%;
        transform: translate(-50%,0);
        content: "";
        width: 95%;
        height: 2px;
        background: #e8e2dd
    }

    .special-wines-block:after {
        top: 30px
    }

    .store-block:before {
        top: -5px
    }

    .store-block {
        padding-top: 25px;
        color:#fff;
    }
    .store-block a, .store-block h2, .store-block p{
        color:#fff;
    }
    .store-block h2 {
        margin-bottom: 15px

    }

    .wines-items figure {
        width: 160px
    }

    .wines-items:after {
    }

    .wines-items {
        height: 235px;

    }

    .slick-arrow {
        display: none!important
    }

    .wines-items figure:after {
        width: 54px;
        height: 13px;
        bottom: 8px
    }

    .wines-items img {
        bottom: 12px;
        max-height: 213px;
        height: inherit
    }

    .wines-panel p {
        display: block;
        margin-bottom: 10px
    }

    .perfect-wine-block .container {
        padding: 0
    }

    .perfect-wine-panel p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px
    }

    .perfect-wine-panel .btn {
        max-width: inherit;
        font-size: 16px;
        padding: 15px 27px;
        margin-bottom: 17px
    }

    .perfect-wine-block .col2 {
        padding: 0 11px
    }

    .perfect-wine-text-panel {
        padding-top: 50px
    }

    .perfect-wine-text-panel p {
        line-height: 22px
    }

    .perfect-wine-text-panel h2 {
        margin-bottom: 5px
    }

    .perfect-wine-text-panel .top .icon {
        width: 35px;
        height: 35px;
        position: relative;
        top: -5px
    }

    .perfect-wine-text-panel .top {
        margin-bottom: 4px
    }

    .store-block .inner>img.m-show {
        min-height: 197px
    }

    .store-block p {
        padding-right: 0;
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 8px
    }

    .store-block a {
        font-size: 15px
    }

    .store-panel a img {
        margin-right: 15px;
    }

    .special-wines-block {
        padding: 55px 0 7px
    }

    .special-wines-block h2 {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 8px
    }

    .special-wines-block p.new-font-style {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 22px
    }

    .special-wines-text .form-group-panel {
        justify-content: space-between
    }

    .special-wines-text .searchbtn {
        font-size: 15px;
        padding: 11.5px 20px
    }

    .form-group-panel .input-field input {
        height: 45px
    }

    .special-wines-text h3 {
        font-size: 17px;
        margin-bottom: 18px
    }

    .special-wines-text ul li {
        width: 16px
    }

    .special-wines-text p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 12px
    }

    .special-wines-text a {
        font-size: 16px;
        line-height: 19px
    }

    .footer-block {
        padding: 17px 2px 17px
    }

    .footer-block address {
        padding-right: 50px
    }

    .footer-block ul li,.footer-block ul li span {
        font-size: 15px
    }

    .footer-block h6,.footer-block p,.footer-block ul li a,.footer-block ul li span {
        font-size: 14px
    }

    .footer-block address {
        font-size: 14px;
        line-height: 24px;
        padding-right: 30%;
        margin-bottom: 6px
    }

    .footer-block .reviews-panel .round {
        width: 59px;
        height: 60px
    }

    .footer-block ul li span {
        width: 80px
    }

    .footer-block .col-4:after {
        bottom: -19px
    }

    .footer-block ul li a {
        font-size: 16px
    }

    .copy-block ul li {
        font-size: 14px;
        line-height: 18px
    }

    .copy-block .right li:first-child {
        display: none
    }

    .copy-block {
        padding: 20px 0 20px
    }

    .footer-block p {
        margin-bottom: 10px
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-6px,6px);
        transform: rotate(-45deg) translate(-6px,6px)
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-6px,-6px);
        transform: rotate(45deg) translate(-6px,-6px)
    }

    .about-product-block {
        padding: 145px 0 48px
    }

    .about-product-block .brdcrumb li,.about-product-block .brdcrumb li a {
        font-size: 13px
    }

    .about-product-block span {
        font-size: 14px
    }

    .about-product-block .price strong {
        font-size: 20px;
        line-height: 24px
    }

    .about-product-block .price strong sup {
        font-size: 13px;
        line-height: 15.6px;
        position: relative;
        top: 3px
    }

    .about-product-block .price strong:after {
        top: 55%
    }

    .about-product-block .price label {
        font-size: 26px;
        line-height: 36px
    }

    .about-product-block .price label {
        height: 35px
    }

    .about-product-block .price label sup {
        font-size: 15px
    }

    .button-panel .hearts {
        padding: 21.5px 22.5px
    }

    .button-panel .plus {
        padding: 7px 25px 6px 10px;
        text-align: center
    }

    .about-product-block .product-img:after {
        width: 40px;
        height: 11px;
        bottom: 5px
    }

    .about-product-block .product-img.m-show {
        height: 210px;
        width: 124px
    }

    .about-product-block .mobile-row {
        align-items: flex-start;
        margin-bottom: 17px
    }

    .about-product-block .button-panel {
        margin-bottom: 25px
    }

    .bar1,.bar2,.bar3 {
        width: 23px;
        height: 2px
    }

    .mobile-menu {
        left: 13px;
        top: 16px
    }

    .header-bottom-block .left-panel.col {
        margin-bottom: 10px
    }

    .header-bottom-block .container {
        padding: 0 10px
    }

    .home-banner-block {
        padding: 0 0
    }

    .mobile-menu span {
        margin-left: 12px
    }

    .header-bottom-block .input-field i {
        right: 3px
    }

    .home-banner-block .list-panel>h3 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .home-banner-block .list-panel .list li {
        font-size: 15px;
        line-height: 27px
    }

    .home-banner-block .list-panel .list li i {
        width: 14px;
        height: 14px;
        margin-right: 15px
    }

    .reviews-panel .round span {
        font-size: 16px
    }

    .reviews-panel .round {
        width: 43px;
        height: 44px
    }

    .home-banner-block .list-panel .list li i:after {
        background-size: 7px
    }

    .reviews-panel {
        margin-bottom: 0
    }

    .personal-contact-panel h3 {
        font-size: 18px
    }

    .logo a {
        width: 107px
    }

    .header-bottom-block .input-field input {
        height: 43px;
        border-radius: 2px;
        font-size: 15px
    }

    .header-bottom-block .searchbtn:after {
        right: 11px
    }

    .header-bottom-block .searchbtn {
        padding: 19px 21.5px;
        right: 12px;
        top: 11px
    }

    h2 {
        font-size: 20px;
        line-height: 24px
    }

    .total-panel ul li .right {
        width: 40%
    }

    .heading1 i {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 18px;
        margin-right: 10px
    }

    .heading1 {
        margin-bottom: 12px
    }

    h3 {
        font-size: 15px
    }

    .heading1 span {
        font-size: 14px
    }

    .add-account-panel span {
        font-size: 15px;
        line-height: 20px
    }

    .add-account-panel .login-panel a {
        margin-left: 22px;
        padding: 10px 29px
    }

    .radiobtn {
        font-size: 14px
    }

    #slider5 {
        max-width: 72%
    }

    .header-bottom-block {
        padding: 17px 0 14px
    }

    .home-banner-block .list-panel .list li {
        line-height: 27px
    }

    .home-banner-block .list-panel {
        padding: 13px 20px 10px;
        margin-top: 15px
    }

    .perfect-wine-text-panel .top span {
        font-size: 15px;
        line-height: 18px;
        display: block
    }

    .header-new-block {
        padding: 21px 0 24px!important
    }

    .header-bottom-block.header-new-block .searchbtn {
        top: 10px
    }

    .total-panel strong {
        font-size: 15px
    }

    .need-help-block .container {
        padding: 0 25px
    }

    .need-help-block h3 {
        font-size: 17px;
        margin-bottom: 7px
    }

    .copy-block .right.checkout-logo {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 1px
    }

    .copy-block .right.checkout-logo li {
        margin-right: 15px;
        margin-bottom: 15px
    }

    .product-panel .bottom strong {
        margin-right: 25px
    }

    .product-panel .bottom .addbtn {
        width: 95px
    }

    .product-order-panel .middle-content .middle-product-scroll {
        height: calc(100vh - 440px);
        z-index: 999;
    }

    .botton-links {
        display: block
    }

    .botton-links .btn.white {
        margin-bottom: 10px;
        margin-left: 0
    }

    .sub-total-panel .down {
        padding-bottom: 10px
    }

    .sub-total-panel .down:after {
        width: 100%
    }

    .sub-total-panel .row.total {
        padding: 10px 0 10px
    }

    .product-order-panel .botton-links .btn {
        padding: 9px 15px
    }

    .botton-links .btn {
        max-width: 100%;
        display: block;
        margin-left: 0
    }

    .header-bottom-block .searchbtn:active {
        top: 16px
    }

    .popup2 .modal-content {
        padding-bottom: 130px
    }

    .home-banner-block .slick-dots li {
        margin: 0 3px
    }

    .payment-panel ul li {
        padding: 10px 15px 10px
    }
}

@media only screen and (max-width: 479px) {
    .payment-panel .selectbtn {
        max-width:50%
    }
}

.product-panel .bottom .p-number {
    display: none
}

.product-panel .bottom .p-number.active {
    display: flex
}

.wines-panel .bottom .p-number {
    left: 51px
}

.wines-panel .bottom .addbtn {
    width: 190px
}

.bottle-price span {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 33px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px
}

.faq-block__item {
    margin-bottom: 50px;
    display: block
}

.hero-block--ocean {
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 500px;
    height: 500px
}

.grid-container-outer {
    max-width: 1440px
}

.tooltiptext {
    visibility: hidden;
    width: 190px;
    background-color: #fff;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    font-size: 14px;
    z-index: 1;
    bottom: -115%;
    left: 49%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 2s
}

.tooltiptext.active {
    visibility: visible;
    opacity: .8;
    transition: opacity 2s
}

.tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000 transparent
}

#mypa-spinner {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-top: 3px solid #ff8c00;
    border-radius: 100%;
    border-top-color: #ff8c00;
    animation: mypa-spin 1.2s linear infinite
}

#mypa-spinner-model {
    position: relative;
    display: table;
    margin: auto auto
}

.mypa_wrapper {
    width: inherit
}

#mypa-spinner-model svg {
    position: absolute;
    top: 19%;
    left: 22%;
    width: 62%
}

@keyframes mypa-spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#mypa-delivery-option-form .radiobtn {
    margin-right: 30px
}

.breadcrumb-section {
    padding: 20px 0;
    background-color: rgba(255,255,255,.5)
}

.brdcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
}

.brdcrumb li {
    margin-right: 20px;
    position: relative
}

.brdcrumb li,.brdcrumb li a {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize
}

.brdcrumb li:last-child {
    margin-right: 0
}

.brdcrumb li:last-child:after {
    display: none
}

.brdcrumb li:after {
    position: absolute;
    right: -15px;
    top: 50%;
    content: "";
    width: 5px;
    height: 8px;
    background: url(../images/angle-right.svg) no-repeat center/cover;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    width: 100%
}

li.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

li.list-group-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgb(203, 180, 113);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px
}

li.list-group-item img {
    max-width: 47px
}

.mr-3 {
    margin-right: 10px
}

.search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.price {
    color: rgb(203, 180, 113);
;font-weight: 700
}

li.list-group-item a:hover {
    color: rgb(203, 180, 113);
}

.about-section {
    background-image: url(../images/impressie-winkel.jpg);
    background-size: cover;
    background-position: center;
    background-color: #fff;
    min-height: calc(100vh - 158px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0
}

.banner {
    text-align: center;
    background-color: #fff;
    padding: 50px;
    width: 50%;
    margin: 0 auto;
    border-radius: 5px
}

.banner.checkout {
    width: 85%
}

.about-section h1 {
    margin-bottom: 30px;
    font-size: 48px
}

.block-bg-1 {
    background-image: url(../images/winkel-background.jpg)
}

.block-bg-2 {
    background-image: url(../images/block-bg-2.jpg)
}

.block-bg-3 {
    background-image: url(../images/ons-team.jpg)
}

.about-block {
    position: relative
}

.block-bg {
    background-size: cover;
    background-position: center;
    background-color: #fff;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute
}

.content-wrapper {
    width: 50%;
    padding: 50px;
    min-height: 485px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about-block.content-right .block-bg {
    right: auto;
    left: 0
}

.about-block.content-right .content-wrapper {
    margin-left: 50%
}

.content-wrapper h3 {
    line-height: 1;
    font-size: 36px;
    margin-bottom: 30px
}

.content-wrapper p {
    margin: 0 0 15px 0
}

.content-wrapper h6 {
    color: #fff;
    margin-bottom: 0
}

.content-wrapper a {
    color: rgb(203, 180, 113);
;font-weight: 700;
    display: inline-block;
    padding: 5px 0
}

.site-login {
    padding: 60px 0
}

.site-login .row {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.site-login h2 {
    margin-bottom: 30px;
    line-height: 1;
    display: block
}

.site-login .col-6 {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px;
    background-color: #545250;
}

.form-header h6 {
    font-size: 25px;
    border-bottom: 1px solid;
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 24px
}

.form-cap h4 {
    line-height: 1;
    margin-bottom: 12px;
    font-size: 25px
}

.form-field {
    margin-bottom: 30px
}

.form-field label {
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    opacity: .5
}

.form-field input[type=email],.form-field input[type=password] {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px
}

address {
    font-size: 18px
}

.form-field input[type=email]:focus,.form-field input[type=password]:focus {
    border-color: rgb(203, 180, 113);
}

.imp-links {
    margin-bottom: 30px
}

.imp-links a {
    color: rgb(203, 180, 113);
;display: inline-block;
    font-size: 18px;
    line-height: 1.8
}

input.btn {
    cursor: pointer
}

.benefits h2 {
    font-size: 20px
}

.form-cap {
    min-height: 82px;
    margin-bottom: 30px
}

.benefits ul {
    list-style: circle;
    font-size: 18px;
    margin-bottom: 82px;
    line-height: 2;
    padding-left: 16px
}

.form-field:last-child {
    margin-bottom: 0
}

.login-form input.btn {
    width: 171.46px
}

@media only screen and (min-width: 992px) and (max-width:1120px) {
    .header-info {
        width:85%!important;
        margin-left: 40px
    }

    .header-info .col-2 {
        -ms-flex: 0 0 72%!important;
        flex: 1 0 72%!important;
        max-width: 72%!important;
        margin-right: 0
    }

    .header-info .col-21 {
        -ms-flex: 0 0 27%!important;
        flex: 0 0 27%!important;
        max-width: 27%!important;
        margin-right: 0
    }
}

@media only screen and (max-width: 991px) {
    .about-product-block .product-img,.about-product-block .product-img figure {
        height:auto
    }

    .header-section .logo {
        width: auto!important
    }

    .banner {
        width: 80%
    }

    .content-wrapper {
        padding: 20px
    }

    .site-login .col-6 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .site-login .col-6:first-child {
        margin-bottom: 30px
    }

    .benefits ul {
        margin-bottom: 30px
    }

    .benefits h2 {
        font-size: 22px
    }

    .slick-dotted.slick-slider {
        margin-bottom: 5px
    }
}

@media only screen and (max-width: 767px) {
    .block-bg {
        position:static;
        min-height: 300px;
        width: 100%
    }

    .about-block.content-right .content-wrapper {
        margin-left: 0
    }

    .content-wrapper {
        width: 100%;
        min-height: auto
    }

    .about-block {
        margin-top: 30px
    }

    .banner {
        padding: 30px;
        width: 100%
    }

    .site-login .col-6:first-child {
        padding: 15px
    }

    .site-login h2 {
        font-size: 28px
    }
}

.bar {
    padding: 10px;
    color: #333;
    background: #fafafa;
    border: 1px solid #ccc
}

.error {
    color: #ba3939;
    background: #ffe0e0;
    border: 1px solid #a33a3a;
    position: fixed;
    top: 13%;
    width: 100%;
    z-index: 999;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.success {
    background: #28a745;
    border: 1px solid #28a745;
    color: #fff;
    position: fixed;
    top: 23%;
    width: 100%;
    z-index: 999;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.newsletter-form input[type=text] {
    display: none!important
}

.labels {
    margin-top: 15px;
    text-transform: capitalize
}

.labels .label {
    display: inline-block;
    padding: 8px;
    background-color: rgb(203, 180, 113);
    color: #000;
    border-radius:4px;
    margin-right: 10px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 24%);
    margin-bottom: 10px
}

.labels .label:hover {
    cursor: pointer;
    background-color: rgb(203, 180, 113);
    color: #000
}

.labels .label.active {
    background-color: rgb(203, 180, 113);
    color: #000
}

@media only screen and (min-width: 992px) {
    .main-menu li:hover .sub-menu {
        /*padding:30px 40px;*/
        /*opacity: 1;*/
        /*max-height: 800px*/
    }
}

@media only screen and (max-width: 991px) {
    nav.nav>ul.main-menu>li>a {
        display:none
    }

    .sub-menu .panel ul a {
        display: none
    }

    .sub-menu h6 a:hover {
        text-decoration: none
    }

    .row.menu-header nav.nav>ul.main-menu>li>a {
        display: none
    }

    .sub-menu .panel ul a {
        display: none
    }

    .sub-menu .col-5:first-child,.sub-menu .col-5:last-child {
        border: none
    }

    .header-right .header-top-block {
        display: none!important
    }

    .search-panel {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }

    header#header-wrap .container>.row {
        position: relative;
        padding-bottom: 65px
    }

    .header-left .input-field {
        width: 100%!important
    }

    .header-right .searchbtn {
        position: absolute;
        top: 25px;
        right: 0
    }

    .header-info {
        width: 0
    }

    .sub-menu h6 a {
        padding: 0!important;
        color: #363636!important
    }
}

@media only screen and (max-width: 767px) {
    .header-right .searchbtn {
        padding:23px 28px!important
    }

    #banner-wrap {
        margin-top: 140px
    }

    .popup-agreements .modal-content .inner,.popup1 .modal-content .inner {
        padding: 15px 15px 15px 15px
    }

    .header-right .searchbtn span:first-child {
        display: none
    }

    .logo img {
        max-width: 120px!important;
        margin: 0 auto
    }

    .mobile-menu {
        left: 0
    }

    header#header-wrap .container>.row {
        padding-bottom: 45px
    }
}

@media only screen and (max-width: 480px) {
    .select-panel {
        clear: both;
        display: block;
        padding-top: 20px;
    }

    .logo img {
        max-width: 80px!important;
        height: auto;
    }

    .cart-icon:after {
        height: 22px;
        width: 20px;
        right: 6px
    }

    .cart-qty {
        top: 26%;
        right: 6px
    }

    .header-right .searchbtn {
        padding: 16px!important;
        top: 16px
    }

    header#header-wrap .container>.row {
        padding-bottom: 48px
    }

    .mobile-col {
        width: 60%
    }

    .wine-description {
        margin-top: 0;
        font-size: 14px
    }

    .new-font-style {
        display: none
    }
}

.minus,.plus {
    width: 20px;
    height: 20px;
    font-size: 25px!important;
    /*color: rgb(203, 180, 113)!important;*/
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer
}

.number input {
    height: 25px;
    width: 35px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle
}

.benefits ul li {
    list-style: none
}

.benefits ul li:before {
    content: '✓';
    color: green;
    padding-right: 10px;
}

.tooltip {
    position: relative
}

.tooltip:before {
    content: attr(data-text);
    position: absolute;
    transform: translateY(-50%);
    bottom: 70%;
    margin-left: -15px;
    max-width: 145px;
    width: max-content;
    padding: 10px;
    border-radius: 10px;
    background: rgb(203, 180, 113);
;color: #fff;
    text-align: center;
    display: none
}

.tooltip:after {
    content: "";
    position: absolute;
    margin-left: -5px;
    bottom: 48%;
    transform: translateY(-50%);
    border: 10px solid rgb(203, 180, 113);
;border-color: rgb(203, 180, 113);
    transparent transparent transparent;display: none
}

.tooltip:hover:after,.tooltip:hover:before {
    display: block
}

@keyframes shake {
    0% {
        transform: rotate(2deg)
    }

    50% {
        transform: rotate(-3deg)
    }

    70% {
        transform: rotate(3deg)
    }

    100% {
        transform: rotate(0)
    }
}

#anim:hover {
    animation: shake .5s ease-in-out forwards
}

.mb--5 {
    font-size: 16px
}

.mb--5 h3 {
    padding-top: 10px;
    font-size: 20px;
    line-height: 24px;
    font-family: Calibre-SemiBold;
    font-weight: 600;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 12px
}

.listqty {
    width: 40px;
    text-align: center;
    color: #a1a1a1;
    font-size: 22px;
    line-height: 26px
}

.section-title h1 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(203, 180, 113);
}

.account-content {
    display: flex;
    box-shadow: 0 0 10px #c5c5c5;
    background-color: #fff;
    flex-wrap: wrap
}

.account-links {
    flex: 1 0 15%;
    background-color: rgb(203, 180, 113);
}

.content-area {
    flex: 1 0 60%;
    padding: 30px
}

.account-section {
    font-size: 18px;
    line-height: 1.5
}

.account-links a {
    display: block;
    padding: 10px 30px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 1px solid #c86889
}

.account-links li.active a {
    color: rgb(203, 180, 113);
;background-color: #fff;
    font-weight: 700
}

.content-row {
    display: flex;
    flex-wrap: wrap
}

.content-col {
    flex: 1 0 50%
}

.content-wid {
    margin-bottom: 30px
}

.content-wid h4 {
    margin-bottom: 15px
}

.content-wid li {
    list-style: none
}

.bottle-price.premium {
    height: 45px;
    border-radius: 23px;
    background-color: rgb(203, 180, 113);
;text-align: center;
    line-height: 27px;
    position: absolute;
    right: 10px;
    top: 62%;
    transform: translate(0,-50%);
    z-index: 3
}

.bottle-price.premium span {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 25px;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px
}

.bottle-price.premium sup {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 15px;
    font-weight: 600
}

.bottle-price.premium span {
    line-height: 34px
}

.text a {
    color: #fff;
    font-family: Calibre-SemiBold;
    text-decoration: underline;
    font-weight: 600
}

#myMap {
    height: 380px
}

.header-info {
    width: 90%
}

.header-info .col-21 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin-right: 0
}

.header-info .col-2 {
    -ms-flex: 0 0 59%;
    flex: 0 0 59%;
    max-width: 59%;
    margin-right: 0
}

.product-text .bottle-price {
    position: relative;
    right: 0;
    top: 0;
    margin-top: 40px
}

#WineSteinShopIframe {
    z-index: 9999999
}

.slider-image {
    border-radius: 4px
}

.toph1 {
    margin-top: 10px
}

#slider-range {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px
}

.ui-widget.ui-widget-content {
    border-radius: 10px;
    border: none;
}

.ui-slider-horizontal .ui-slider-range {
    top: 2px!important;
    height: 50%!important
}

.ui-slider .ui-slider-range {
    background-color: rgb(203, 180, 113);
}

.ui-slider .ui-slider-handle {
    background-color: rgb(203, 180, 113);
    border-radius: 50%;
    cursor: grab
}

.ui-slider-horizontal {
    margin-top: 10px;
    margin-bottom: 10px
}

.slider-amount {
    border: 0;
    color: #fff;
    font-weight: 700;
    background: 0 0;
    margin-left: 5px
}

.header-bottom-block,.header-section {
    background-color: #545250;
    padding: 15px 30px 15px;
    position: relative
}

.header-bottom-block .container,.header-section .container,.header-top-block .container,.home-banner-block .container {
    max-width: 1405px
}

.header-bottom-block .input-field,.header-left .input-field {
    width: 100%;
    position: relative;
    margin-right: 10px;
    margin-top: 5px
}

.header-bottom-block .input-field input,.header-left .input-field input {
    width: 100%;
    height: 52px;
    border-radius: 4px;
    background-color: #fff;
    color: #545250;
    font-size: 16px;
    padding: 0 20px
}

.header-bottom-block .input-field i,.header-left .input-field i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    height: 100%;
    width: 40px;
    cursor: pointer;
    text-align: center
}

.header-left .input-field input {
    height: 42px
}

.header-right {
    text-align: right
}

.header-right .header-top-block {
    background-color: transparent;
    padding: 0;
    display: inline-block;
    float: left
}

.menu-button {
    display: none;
    height: 28px;
    width: 28px;
    cursor: pointer;
    position: absolute;
    z-index: 9999
}

.header-left {
    display: block;
    align-items: center;
    margin-left: 25px
}

.header-bottom-block .input-field i img,.header-left .input-field i img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%,-50%)
}

.navbar-wrap {
    border-top: 1px solid #9d9894;
    margin-top: 10px
}

.nav {
    margin-left: 10px
}

.nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nav li {
    display: inline-block
}

.nav li a {
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 15px 15px 0 15px
}

.main-menu-link:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    display: none;
    margin-top: 2px
}

.main-menu-link:hover>.sub-menu {
    padding: 30px 40px;
    opacity: 1;
    max-height: 800px
}

.nav li:hover+.bgoverlay {
    display: block
}

.main-menu-link:hover:after {
    display: block
}

#header-wrap.sticky {
    position: fixed;
    top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999999;
}

#header-wrap.sticky .logo img {
    max-width: 130px
}

.logo img {
    max-width: 140px;
    transition: .3s
}

.menuoverlay {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(54,54,54,.51);
    border: 1px solid #979797;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 100
}

.header-info {
    margin-top: 20px
}

.menu-header {
    margin-top: 10px
}

.header-section.sticky .header-info,.header-section.sticky .menu-header {
    margin-top: 0;
    transition: .3s
}

.sub-menu li {
    display: block
}

.sub-menu h6 a {
    color: rgb(203, 180, 113);
;padding: 0
}

.popup-wrapper--bottom-fw {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0
}

.popup-wrapper {
    box-sizing: border-box;
    background: #333;
    color: #fff!important;
    z-index: 500;
    max-height: 100vh;
    overflow: auto;
    display: none
}

.popup-wrapper p {
    color: #fff
}

.popup-wrapper a {
    color: #fff;
    text-decoration: underline
}

.popup-wrapper--is-open {
    display: block;
    z-index: 9999999999;
}

.popup-wrapper .popup--is-folded .popup__full-text--is-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.popup-wrapper .popup__read-more,.popup-wrapper p {
    font-size: 16px
}

.popup-wrapper .popup--is-folded .popup__short-content {
    display: inline-block;
    margin: 5px 0
}

.popup-wrapper .popup--is-folded {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px 20px
}

.popup-wrapper .popup {
    padding: 10px 20px;
    max-width: 1440px;
    margin: 0 auto;
    text-align: center
}

.popup-wrapper .popup--is-folded .popup__header {
    display: none
}

.popup-wrapper .popup__header {
    position: relative;
    margin-bottom: 10px
}

.popup-wrapper .popup--is-folded .popup__footer {
    margin: 5px 0 5px 10px
}

.popup-wrapper .popup--is-folded .popup__read-more {
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    vertical-align: middle
}

.button--primary {
    background-color: #b12655;
    color: #eee
}

.button--size-s {
    padding: 6px 15px 6px
}

.d--inline-block {
    display: inline-block!important
}

.button--primary:focus,.button--primary:hover {
    background-color: #8f1f45;
    cursor: pointer
}

.price strong {
    color: #fff;
    font-size: 12px;
    text-decoration: line-through;
    margin-right: 5px;
    font-family: Calibre-SemiBold;
    font-weight: 600;
}

.old-price {
    text-decoration: line-through;
    margin-right: 0px;
    font-family: Calibre-SemiBold;
}

.info {
    color: #fff;!important; 
    background: rgb(203, 180, 113)!important;
    border: 1px solid  rgb(203, 180, 113); 
    width: 100%;
    z-index: 9999999;
    text-align: center;
    margin-bottom: 20px;
    display: block;
   /* position: fixed;*/
}

#content-wrap {
    margin-top: 70px
}

.product-panel {
    margin-right: 10px;
}

.product-panel h4:hover a {
    color: #fff;
}

.botton-links .btn.white:hover {
    color: #fff;
    border: 1px solid white;
}

.specification-panel ul li:nth-child(odd) strong, .specification-panel ul li:nth-child(odd) span {
    color: #000
}

.totals-table, .login-form, .benefits ul {
    color: #fff;
}

.banner h1, .banner p {
    color: #000;
}

.tab-title li a:hover {
    color: rgb(203, 180, 113)
}
.normal-heart:hover path {
    fill: rgb(203, 180, 113);
}
.cart-icon:after {
    position: absolute;
    right: 16px;
    top: 45%;
    transform: translate(0,-50%);
    width: 25px;
    height: 30px;
    background: url(../images/icon4.svg) no-repeat center/cover;
    content: "";
}
.notification-bar {
    background-color: #b12555;
    text-align: center;
}
.notification-bar .bar {
    color: #fff;
    font-family: Calibre-SemiBold;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 9px 15px;
    margin: 0;
}
