/* GLOBAL STYLES
-------------------------------------------------- */

@font-face {
    font-family: Avenir;
    src: url(../fonts/AvenirLTStd-Roman.otf);
}

@font-face {
    font-family: Avenir Book;
    src: url(../fonts/AvenirLTStd-Book.otf);
}

@font-face {
    font-family: Nunito Sans;
    src: url(../fonts/NunitoSans-Regular.ttf);
}

@font-face {
    font-family: Nunito SansBold;
    src: url(../fonts/NunitoSans-Bold.ttf);
}


body {
    font-family: Nunito Sans;
    padding-top: 90px;
    color: #000000;
    background-image:url('https://dev.spiderboost.com/chopinbrands/wp-content/uploads/2020/05/chopin-bgpattern-seamless.jpg');
    background-repeat:repeat;
}
section{
    padding-top: 40px;
    padding-bottom: 40px;
}
h1.primary-title, h2.sub-title{
    font-family: Nunito SansBold ;
    font-weight: 900;
}
#logo-navbar {
    width: 170px;
}

.product {
    background-color: #F8F8F8;
    position: relative;
    min-height: 455px;
    cursor: pointer;
}

.cont-product-img {
    width: 100%;
    height: 335px;
    position: relative;
    overflow: hidden;
}

img.product-img {
    position: absolute;
    height: 280px;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product-brand {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    color: #000000;
    font-size: 12px;
    font-weight: 300;
}

.product-name {
    text-align: center;
    width: 100%;
    color: #000000;
    font-size: 24px;
    font-weight: 900;
}

.product-type {
    text-align: center;
    width: 100%;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}

.btn-cus-out {
    border-radius: 0px;
    border: 2px solid black;
    background-color: white;
    color: black;
}

.btn-cus-out-w {
    border-radius: 0px;
    border: 2px solid white;
    background-color: transparent;
    color: white;
}

.btn-cus {
    border-radius: 0px;
    border: 2px solid black;
    background-color: black;
    color: white;
}
.btn-cus:hover, .btn-cus-out-w:hover{
    color: white;
}

.bg-dorda{
    background-color: #402D29 !important;
    border: 2px solid  #402D29 !important;
}
.bg-benromach{
    background-color: #161F33 !important;
    border: 2px solid #161F33 !important;
}
.bg-reddoor{
    background-color: #590F0B !important;
    border: 2px solid #590F0B !important;
}

.bg-mezcal{
    background-color: #357245 !important;
    border: 2px solid #357245 !important;
}

.bg-burrito{
    background-color: #711F94 !important;
    border: 2px solid #711F94 !important;
}

.bg-maguey{
    background-color: #38503F !important;
    border: 2px solid #38503F !important;
}

.bg-gordon{
    background-color: #12181F !important;
    border: 2px solid #12181F !important;
}

.bg-gin{
    background-color: #061335 !important;
    border: 2px solid #061335 !important;
}

.carousel-back.carousel-back-rigth {

}

.ca-rigth-bottom {
    /* height: 50%; */
    background-color:#000;
    min-height:350px;
}

.card-columns-custom{
    -webkit-column-count:2;
    -moz-column-count:2;
    column-count:2;
}
.card-custom{
    background-color: #000000;
    border: none;
    border-radius: 0px;
    cursor: pointer;
}
.card-columns .card {
    margin-bottom: 1.6rem;
}

.hero-carousel-logo-white {
    max-width: 200px;
    max-height: 100px;
}

.hero-carousel-logo-wrap {
    height:100px;
    margin-bottom:15px;
}

.card-custom > .card-img-overlay{
    top: auto;
}

.card-custom  > .card-img-overlay > h2.card-title{
    font-family: Nunito SansBold ;
    font-weight: 900;
}

.card-custom  > .card-img-overlay > a.card-text{
    font-family: Nunito SansBold ;
    cursor: pointer;
}

.mix-left{
    background-color: #F8F8F8;
}
.none-pt{
    padding-top: 0px;
}
.list-g-cus{
    width: 100%;
}
.list-g-cus > .list-group-item{
    border-radius: 0px;
    padding: 20px 15px;
    border: none;
    background-color: transparent;
}

.right-box-modal ul, .right-box-modal ol {
    margin-left: 0;
    padding-left:17px;
}

.right-box-modal li {
    font-size: 14px;
}

.right-box-modal p + ul {
    margin-top:-10px;
}

.list-g-cus > .list-group-item.active{
    background-color: white;
    color: black;
}

.pag-cus{
    margin-bottom: 0px;
}

.pag-cus > li > a.page-link{
    border: none;
    color: black;
    font-weight: 900;
    padding: 5px;
}

.card-news{
    border-radius: 0px;
    border: 0px;
}

.card-news > .card-body > h4.card-title{
    font-family: Nunito SansBold ;
}

#mixology-filter-submit {
    color:#fff !important;
    cursor:pointer;
}

/* #mixology-filter-submit:focus, */
/* #mixology-filter-submit:hover, */
#mixology-filter-submit:active {
    background-color:#555 !important;
    border-color:#555 !important;
}

.card-news > .card-footer{
    border-radius: 0px;
    border: 0px;
    background-color: transparent;
}
.card-news > .card-body{
    padding: 15px 0px 0px 0px;
}
.card-news > .card-footer{
    padding: 10px 0px;
}

a.a-cus-link{
    text-decoration: none;
    color: #000000;
}

a.a-footer-link{
    text-decoration: none;
    color: white;
}

.logo-footer{
    width: 200px;
}

section#footer {
    padding-top:67px;
    padding-bottom:15px;
}

#contact-section {
    padding-bottom:40px;
}


/* modal-custom
  -------------------------------------------------- */
.modal-custom > .modal-content{
    border: none;
    border-radius: 0px;
}
.modal-custom > .modal-content > .modal-body{
    padding: 0px;
}

.modal-item {
    height: 55rem;
}

.modal-back-left {
    width: 50%;
    background-color: white;
    float: left;
}
.modal-back-rigth {
    width: 50%;
    float: left;
}
.mo-rigth-top {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.mo-rigth-bottom {
    height: 50%;
}
.btn-close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 1000;
    opacity: 1 !important;
    padding: 0px 1px 2px 1px !important;
    border-radius: 14px;
    line-height: 0;
}

@media(min-width:767px) {
    .btn-close-modal {
        background-color: #000 !important;
    }
}

.btn-close-modal i {
    font-size:27px;
    color:#fff;
}

.btn-next-modal {
    position: absolute;
    min-width: 150px;
    height: 58px;
    bottom: 0px;
    right: 0px;
    background-color:white;
    color: black;
    font-size: 15px;
    padding: 20px 15px;
    text-align: center;
    cursor: pointer;
}

.btn-prev-modal {
    position: absolute;
    min-width: 150px;
    height: 58px;
    bottom: 0px;
    right: 150px;
    background-color:black;
    color: #fff;
    border:1px solid #fff;
    border-bottom:none;
    font-size: 15px;
    padding: 20px 15px;
    text-align: center;
    cursor: pointer;
}

.img-brand-modal{
    max-width: 170px;
}

/* modal cocktail */

.right-box-cocktail{
    padding: 40px 50px 40px 30px;
}

.btn-back-cok{
    text-align: right;
    cursor: pointer;
    font-weight: 900;
}

.cont-img-cocktel{
    background: no-repeat center center;
    background-image: none;
    background-size: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* --------------------- */

.breadcrumb-cus, .breadcrumb-white{
    background-color: transparent !important;
    padding: .75rem 0;
}

.breadcrumb-cus > li.breadcrumb-item > a{
    color: #000000 !important;
    font-weight: 900;
    text-decoration: none;
}
.breadcrumb-white > li.breadcrumb-item > a{
    color: white !important;
    font-weight: 900;
    text-decoration: none;
}

.brand-modal__mixlogy-button {
    color:#fff !important;
}

.hero-section{
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    width:100%;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
}

.cont-text-hero{
    width: 100%;
    position: absolute;
    bottom: 30px;
}
i.social{
    font-size: 25px;
    padding-left: 35px;
}
.a-social{
    text-decoration: none;
    color: white !important;
}  
.map-col img {
    margin-left:auto;
    display:block;
}

.contact-emails {
    margin-top:38px;
}

.contact-email-single {
    display:flex;
    margin-bottom:22px;
    text-align:left;
}

.contact-email-single img {
    width:35px;
    height:35px;
    margin-top:3px;
    margin-right:15px;
}

.contact-region-title {
    font-weight:bold;
    font-size:24px;
    color:#fff;
    margin-bottom:0;
    line-height:1.2;
}


.contact-region-email a {
    font-weight:normal;
    font-size:18px;
    color:#fff;
    line-height:1.1;
}

header > nav {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.13);
}

/* RESPONSIVE CSS
  -------------------------------------------------- */

  .box-left {
    padding-left:15%;
    padding-right:12%;
  }

  @media(max-width:1050px) {
    .hero-section{
        height:500px;
    }
    .carousel {
        margin-bottom: 1rem;
    }
    .ca-rigth-top {
        display: none;
     }
     .carousel-back-left {
         width: 100%;
         background-color: transparent;
         float: left;
         padding-left: 15px;
         padding-right: 140px;
         padding-bottom: 20px;
     }
     .carousel-back-rigth {
         width: 100%;
         float: left;
     }
     .ca-rigth-bottom {
         height: 100%;
         float: left;
         padding-top: 20px;
         padding-left: 15px;
         padding-right: 140px;
         padding-bottom: 20px;
         display: block;
         width: 100%;
     }
     .carousel-bottle {
         position: absolute;
         width: 158px;
         top: 0px;
         right: 0px;
     }
     .carousel-bottle>img {
         display:block;
         margin:auto;
         position: absolute;
         right: -30px;
         max-width: 158px;
         max-height: 600px;
     }
     h1.carousel-title {
         font-size: 24px;
         font-weight: 900;
     }
     .carousel-subtitle {
         font-size: 12px;
     }
     .cont-carousel-title {
         margin-top: 0px;
         margin-bottom: 20px;
     }
     .cont-carousel-subtitle {
         margin-bottom: 20px;
     }
     .hero-carousel.btn-next {
        width: 100%;
        bottom: 0px;
        background-color: rgb(255, 255, 255);
        color: black;
        font-size: 15px;
        padding: 24px 20px;
        text-align: center;
        float: left;
    }
  }

.container-fluid.container-max {
    max-width:1600px !important;
}
@media(max-width:992px) {
    #mixology h1.primary-title {
        font-size:30px;
    }
}

.mixology-filters-mobile {
    padding-left:15px;
}
.mixology-filters-mobile a {
    display:inline-block;
    margin-left:10px;
}
#mixology-select {
    height:37px;
}



@media (max-width: 767.98px){
    .mix-left {
        background-color:transparent;
    }
    .container-back-img {
        text-align:center;
    }
    .row.d-inline-block-sm {
        display:inline-block !important;
        margin-bottom:15px;
    }
    .contact-email-single,
    .map-col {
        padding:0 !important;
    }
    .card-custom > .card-img-overlay > h2.card-title{
        font-size: 1rem;
    }
    #mixology .tab-content h1.primary-title {
        font-size: 22px !important;
    }
    .btn-cus-out, .btn-cus-out-w, .btn-cus {
        min-width: 120px;
        padding: 0.3rem .5rem
    }
    #mixology {
        padding-top:0 !important;
    }
    .carousel-bottle>img {
        max-width: unset !important;
        max-height: 450px !important;
        right:0 !important;
        transform:translateX(35%) !important;
    }
    .btn-prev.hero-carousel,
    .btn-next.hero-carousel {
        display:none;
    }   
    .box-left {
        padding-left:0;
        padding-right:0;
    }
    main .carousel-back h1.primary-title {
        font-size:22px !important;
    }
    .hero-carousel-logo-white {
        max-width: 150px !important;
        max-height: 85px !important;
    }
    .hero-carousel-logo-wrap {
        height:85px !important;
    }
    .ca-rigth-bottom {
        min-height:unset !important;
        padding-right:72px;
    }
    .btn-brands{
        display: none;
    }
     /* MODAL */
    .left-box-modal{
        padding: 15px 130px 15px 15px;
    }
    .right-box-modal{
        padding: 15px 130px 15px 15px;
    }
    .modal-custom{
        margin: 0px;
        max-width: none;
    }
    .btn-next-modal,
    .btn-prev-modal {
        display: none;
    }
    .btn-next-modal-bb{
        padding: 12px 20px;
        cursor: pointer;
        text-align: center;
        /* float: right; */
        display: inline-block;
        border: 1px solid #000;
        margin:10px;
        min-width:121px;
    }
    .btn-prev-modal-bb {
        padding: 12px 20px;
        cursor: pointer;
        text-align: center;
        /* float: left; */
        display: inline-block;
        border: 1px solid #000;
        margin:10px;
        min-width:121px;
    }
    .modal-bottle {
        /* width: 158px; */
        max-height:381px;
        top: 60px;
        position: absolute;
        right: 0;
        transform:translateX(37%);
    }
    .modal-bottle>img {
        display:block;
        /* margin:auto;
        position: absolute;
        right: 0;
        transform:translateX(35%); */
        /* max-width: 158px; */
        max-height: 380px;
        max-width:134px;
    }
    .right-box-modal h2 {
        padding-right:50px;
    }
    .btn-close-modal{
        color: black !important;
    }
    .btn-close-modal {
        background-color:none !important
    }
    .btn-close-modal i {
        color:#000 !important;;
    }

}

@media(min-width:1051px) {
    .hero-section{
        height:700px;
    }

    .carousel {
        margin-bottom: 1rem;
    }
    .carousel-item {
        height: 55rem;
    }
    .carousel-back {
        display: inline;
        height: 100%;
    }
    .ca-rigth-top {
        background: no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        height: 50%;
    }
    .carousel-back-left {
        width: 54%;
        background-color: transparent;
        float: left;
    }
    .carousel-back-rigth {
        width: 46%;
        float: left;
    }
    .carousel-bottle {
        position: absolute;
        top: 45px;
        left: 54%;
        transform: translateX(-50%);
    }
    .carousel-bottle>img {
        display:block;
        margin:auto;
        max-height:650px;
    }
    h1.carousel-title {
        font-size: 48px;
        font-weight: 900;
    }
    .carousel-subtitle {
        font-size: 14px;
    }
    .cont-carousel-subtitle {
        margin-bottom: 40px;
    }
    .hero-carousel.btn-next {
        position: absolute;
        min-width: 150px;
        height: 58px;
        bottom: 50%;
        right: 0px;
        background-color:white;
        color: black;
        font-size: 15px;
        padding: 20px 15px;
        text-align: center;
    }
    .hero-carousel.btn-prev {
        position:absolute;
        min-width:150px;
        height:58px;
        bottom:50%;
        right:150px;
        background-color:#000;
        color:#fff;
        font-size:15px;
        padding:20px 15px;
        text-align:center;
        border: 1px solid #fff;
        border-bottom: 0;
    }
}
@media (min-width: 768px){
    .btn-cus-out, .btn-cus-out-w, .btn-cus {
        min-width: 140px;
        padding: 0.55rem .75rem;
    }
    /* MODAL */
    .btn-next-modal-bb,
    .btn-prev-modal-bb {
        display: none;
    }
    .modal-bottle {
        position: absolute;
        left: 50%;
        max-height:400px;
        top: 45px;
        transform:translateX(-50%);
    }
    .modal-bottle > img {
        /* max-width: 180px; */
        display:block;
        margin:auto;
        max-height: 500px;
    }
    .cont-img-cocktel{
        width: 100%;
        height: 100%;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    /* carousel */
    .cont-carousel-title {
        margin-top: 125px;
        margin-bottom: 40px;
    }
    /* .box-left{
        width: 235px;
        float: right;
        margin-right: 140px;
    }
    .box-right{
        padding-top: 40px;
        width: 200px;
        float: left;
        margin-left: 140px;
    } */
    .carousel-bottle>img {
        /* max-width: 245px; */
    }
    /* MODAL */
    .left-box-modal{
        padding: 17px 130px 40px 60px;
    }
    .right-box-modal{
        padding: 80px 60px 60px 130px;
    }
    .modal-custom{
        margin: 0px;
        max-width: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .cont-carousel-title {
        margin-top: 180px;
        margin-bottom: 50px;
    }
    /* .box-left{
        width: 330px;
        float: right;
        margin-right: 170px;
    }
    .box-right{
        width: 255px;
        float: left;
        padding-top: 80px;
        margin-left: 170px;
    } */
    .carousel-bottle>img {
        /* max-width: 286px; */
    }
    /* MODAL */
    .left-box-modal{
        padding: 17px 120px 40px 40px;
    }
    .right-box-modal{
        padding: 40px 40px 40px 120px;
    }
}

.box-right.hero-carousel-box-right {
    float:none !important;
}

@media(max-width:1199px) {
    .modal-bottle-text {
        margin-bottom:5px;
        margin-top:20px;
    }
    h1.primary-title.contact-primary-title {
        font-size:28px;
    }
}

@media (min-width: 1200px) {
    .cont-carousel-title {
        margin-top: 220px;
        margin-bottom: 50px;
    }
    /* .box-left{
        width: 440px;
        float: right;
        margin-right: 170px;
    }
    .box-right{
        width: 345px;
        float: left;
        padding-top: 90px;
        margin-left: 170px;
    } */
    .carousel-bottle>img {
        /* max-width: 286px; */
    }
    /* MODAL */
    .left-box-modal {
        padding: 17px 100px 30px 47px;
    }
    .right-box-modal {
        padding: 50px 50px 40px 120px;
    }
}

@media(min-width:1201px) {
    .modal-bottle-text {
        padding-top:25px;
    }
    .img-brand-modal {
        padding-top:20px;
    }
}

/* RESPONSIVE CSS 1 > (576px) <
  -------------------------------------------------- */
@media(max-width:500px) {
    .carousel-back-left {
        padding-right:40px !important;
    }
    .carousel-back-left .carousel-subtitle {
        padding-right:50px;
    }
    .left-box-modal {
        padding: 15px 95px 15px 15px !important;
    }
    #mixology-filter-submit {
        min-width:unset !important;
        padding-left:10px;
        padding-right:10px;
    }
    #mixology-select {
        width:160px;
    }
}
@media(min-width:550px) {
    .card-columns-custom {
        column-count:2 !important;
    }
}
@media (max-width: 767.98px) {
    h1.primary-title{
        font-size: 30px;
    }
    h2.sub-title{
        font-size: 25px;
    }
    #logo-navbar {
        width: 80px;
    }
    .card-columns-custom{
        -webkit-column-count:1;
        -moz-column-count:1;
        column-count:1;
    }
    .list-foot > span{
        color: white;
        margin: 15px 15px;
        width: 100%;
        text-align: center;
        display: block;
    }
    .cont-foo-logo{
        text-align: center;
    }
}

@media (min-width: 768px) {
    h1.primary-title{
        font-size: 3.5rem;
    }
    h2.sub-title{
        font-size: 3.1rem;
    }
    .list-foot > span{
        color: white;
        float: right;
        margin: 35px 20px;
    }
}


/* RESPONSIVE CSS 2
  -------------------------------------------------- */

@media (max-width: 575.98px) {
    .mo-rigth-top{
        display: none;
    }
    .right-box-modal{
        padding: 15px 15px 15px 15px !important;
    }
    .cont-img-cocktel{
        width: 100%;
        height: 300px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .cont-img-cocktel{
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .card-custom > .card-img-overlay > h2.card-title{
        font-size: 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {}

@media (min-width: 1200px) {}

/* RESPONSIVE CSS BOOTSTRAP
  -------------------------------------------------- */

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}


@media(min-width:992px) {
    .box-right.hero-carousel-box-right {
        padding-top:30px;
        float:none !important;
        /* max-width:unset !important; */
        margin-left:150px;
        width:unset !important;
        max-width:490px;
        padding-bottom:30px;
    }
}