body {
 }
@font-face {
    font-family: 'MontserratRegular';
    src: url('../fonts/MontserratRegular.ttf') format('ttf'),
    url('../fonts/MontserratRegular.ttf')  format('truetype');
}
@font-face {
    font-family: 'Made';
    src: url('../fonts/made/personal_use.otf') format('otf'),
    url('../fonts/made/personal_use.otf')  format('truetype');
}
.monserat{
    font-family: 'MontserratRegular',sans-serif;
}

p {
    color: #b3b3b3;
    font-weight: 300; }



a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
a, a:hover {
    text-decoration: none !important;
    color:#fff ;
}



html, body {
    overflow-x: hidden;
}




h2 {
    font-size: 20px; }

body {
    background: #0e0f1a;
    position: relative;
    -webkit-overflow-scrolling: touch;

}

body.show-sidebar:before {
    opacity: 1;
    visibility: visible; }

.site-section {
    overflow-x: hidden;
    height: 100%;
    padding-bottom: 6rem;
    position: absolute;
    z-index: 7;
    width: 100%;
}
.site-section {
    overflow-x: hidden;
    height: 100%;
    position: absolute;
    z-index: 7;
    width: 100%;
}
.home-section{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 8;
    height: 80vh;
    flex-direction: column;
    width: 100%;
}
canvas{
    width: 100%;
    height: 100%;
    z-index: 4;
    position: absolute;
}

.products-block{
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff00 !important;
    backdrop-filter: blur(10px) !important;
}

.main-logo{

    padding: 3rem  20px;
    text-align: right;


}
.main-logo img{
    object-fit: cover;
    width: 100px;
}

aside, main {
height: 100%;
min-height: 100vh;
}

aside {
    width: 270px;
    left: 0;
    z-index: 1001;
    background: #ffffff00 !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;

    position: fixed;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);


}
.show-sidebar aside {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
aside .toggle {
    margin-top: 5rem;
    position: absolute;
    display: flex;
    right: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 120px;
    justify-content: space-evenly;
    background: #29292973 !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    align-items: center;
    border-left: none;
    padding: 5px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: 0px 0px 30px rgb(255 0 109);
    z-index: 25;
}
.show-sidebar aside .toggle .burger:before, .show-sidebar aside .toggle .burger span, .show-sidebar aside .toggle .burger:after {
    background: #fff; }
.show-sidebar aside {
    -webkit-box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1); }
aside .side-inner {
    padding: 4rem 0;
    height: 100vh;
    padding-bottom:4rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
aside .side-inner .profile {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-left: 20px;
    padding-right: 20px; }
aside .side-inner .profile img {
    margin: 0 auto 20px auto;
    border-radius: 7px; }
aside .side-inner .profile .name {
    font-size: 26px;
    margin-bottom: 0; }
aside .side-inner .profile .name .verified {
    color: #a0c334;
    font-size: 18px; }
aside .side-inner .profile .bio p {
    font-size: 15px;
    line-height: 1.7;
    color: #adadad; }
aside .side-inner .tags, aside .side-inner .activity, aside .side-inner .location, aside .side-inner .fav-profiles {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px; }
aside .side-inner .tags h3, aside .side-inner .activity h3, aside .side-inner .location h3, aside .side-inner .fav-profiles h3 {
    color: #000;
    font-size: 16px; }
aside .side-inner .tags ul, aside .side-inner .activity ul, aside .side-inner .location ul, aside .side-inner .fav-profiles ul {
    font-weight: 300; }
aside .side-inner .tags ul, aside .side-inner .tags ul li, aside .side-inner .activity ul, aside .side-inner .activity ul li, aside .side-inner .location ul, aside .side-inner .location ul li, aside .side-inner .fav-profiles ul, aside .side-inner .fav-profiles ul li {
    padding: 0;
    margin: 0;
    list-style: none; }
aside .side-inner .tags ul li, aside .side-inner .activity ul li, aside .side-inner .location ul li, aside .side-inner .fav-profiles ul li {
    display: inline-block;
    color: #adadad; }
aside .side-inner .tags ul li a, aside .side-inner .activity ul li a, aside .side-inner .location ul li a, aside .side-inner .fav-profiles ul li a {
    color: #adadad; }
aside .side-inner .tags ul li a:hover, aside .side-inner .activity ul li a:hover, aside .side-inner .location ul li a:hover, aside .side-inner .fav-profiles ul li a:hover {
    color: #141414; }
aside .side-inner .fav-profiles h3 {
    margin-bottom: 20px; }
aside .side-inner .fav-profiles img {
    border-radius: 7px; }
aside .side-inner .counter {
    padding-bottom: 30px; }
aside .side-inner .counter div {
    padding-right: 0;
    padding-left: 0; }
aside .side-inner .counter div .number, aside .side-inner .counter div .number-label {
    font-size: 16px;
    color: #000; }

main {
    width: calc(100%); }
main .post-entry {
    margin-bottom: 30px; }
main .post-entry .custom-thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 30px; }
main .post-content h3 {
    font-size: 18px; }
main .post-content .post-meta {
    font-size: 15px;
    color: #ccc; }

/* Burger */
.burger {
    width: 28px;
    height: 32px;
    cursor: pointer;
    position: relative;
    z-index: 99;
    float: right; }

.burger:before, .burger span, .burger:after {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 2px;
    position: absolute;
    opacity: 1; }

.burger:before, .burger:after {
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
    content: ""; }

.burger:before {
    top: 7px; }

.burger span {
    top: 15px; }

.burger:after {
    top: 23px; }

/* Hover */
.burger:hover:before {
    top: 7px; }

.burger:hover:after {
    top: 23px; }

/* Click */
.burger.active span {
    opacity: 0; }

.burger.active:before, .burger.active:after {
    top: 40%; }

.burger.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
    /*for IE*/ }

.burger.active:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
    /*for IE*/ }

.burger:focus {
    outline: none; }

.sidebar-categories{
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}
.category-list{
    font-family: 'Made';
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 15px;
    flex-flow: row;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    position: relative;
    text-transform: uppercase;
    padding: 2rem 1rem;
}
.category-list img{
    max-width: 40px;
}

.category-link{
    color: #fff;
    font-size: 18px;
    font-family: 'Made';
    letter-spacing: 2px;
}
.categories{
    text-align: center;
}
.js-menu-toggle  {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Made';
}
.js-menu-toggle:hover  {
    color: #fff;
}
.js-menu-toggle:focus  {
    color: #fff;
}
.prod-card{
    background: #ffffff00 !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border: 1px solid #ffffff;
    border-radius: 10px;
    margin: 10px 0;

}
.prod-image img{
    height: 160px;
    object-fit: cover;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.prod-info{
    display: flex;
    text-align: center;
    height: 70px;
    /* flex-direction: column; */
    justify-content: space-between;
    color: #fff;
    align-items: center;
    font-family: 'MontserratRegular', sans-serif;
    padding: 0 2rem;
}
.prod-info h5{
    font-family: 'MontserratRegular',sans-serif;
    font-size: 20px;
}
.prod-info h6{
    font-family: 'MontserratRegular', sans-serif;
    font-size: 21px;
    color: #ff0077;
}
.title{
    background: #e1e1e1;
    width: 100%;
    margin-bottom: 2rem;
    padding: 0px 1rem;
    display: flex;
    align-items: center;
    height: 35px;
}
.cat-name{
    text-transform: uppercase;
    margin-left: 7px;
    font-family: 'MontserratRegular',sans-serif;
    font-size: 12px;
}
.category-title{
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-family: 'Made' !important;
    color: silver;
    text-align: center;

}
.category-title h5{
    letter-spacing: 3px;
    font-size: 30px;
}
.single-image img{
    height: 50vh;
    width: 100%;
    object-fit: cover;
}
.single-info{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 2rem;
}
.single-info img{
    margin: 5px 0;
}
.single-info small{
    margin: 5px 0;
    font-family: 'MontserratRegular',sans-serif;
    text-align:center;
}
.single-info h5{
    font-family: 'MontserratRegular',sans-serif;
    margin-bottom: 0!important;
    text-transform: uppercase;
}
.single-info h6{
    font-family: 'MontserratRegular',sans-serif;
    margin-bottom: 0!important;
}
.related-title{
    margin-bottom: 2rem;
    text-transform: uppercase;
    text-align: center;
    font-family: 'MontserratRegular',sans-serif;
}
 #related.owl-carousel .owl-nav {
    display: flex!important;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: 60%;
    font-size: 40px;
    margin: 0;
    transform: translate(0, 50%);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #1e1d1dc4;
    border: 1px solid #1e1d1dc4;
    width: 60px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}


 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #1e1d1dc4;
    border: 1px solid #1e1d1dc4;
    width: 60px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}


.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
    outline: none;
}
.copyright a {
    color: #ff0077!important;
}
.owl-theme .owl-nav [class*=owl-]:focus {
    background: #869791;
    color: #FFF;
    text-decoration: none;
    outline: none;
}
.owl-dots {
    position: absolute;
    display: flex !important;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%, -50%);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot span {
    background: #000000!important;
    border: 2px solid #000;
    outline: none;
}
.owl-theme .owl-dots .owl-dot {
    outline: none;
}
#flavors1 .owl-item .item{
    display: flex;
    justify-content: center;
}
#flavors2 .owl-item .item{
    display: flex;
    justify-content: center;
}
#flavors3 .owl-item .item{
    display: flex;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10!important;
    margin: 5px 7px!important;
    background: #000;
    display: block;
    border-radius: 30px;
}

#related.owl-theme .owl-dots .owl-dot span {
    width: 35px !important;
    height: 0!important;
    margin: 5px 7px!important;
    background: #000;
    display: block;
    border-radius: 30px;
}
.main-image img{

    object-fit: cover;
}
.home-page{
    position: relative;
}
.go-to-menu{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    text-align: center;
    width: 100%;
    margin-top: 3rem;

}
.banner{
position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.main-text{
    position: absolute;
    top:50%;
    color:#fff;
    font-family: 'Made';
}
.main-text h1{
    font-size: 34px;
}

.logo{
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
}
.logo svg{
    width: 30%;
    border-radius: 50%;
    padding: 15px;
    background: #3b3939;
}
.logo{
width: 40%;
    border-radius: 50%;
    padding: 25px 5px;
    background: #3b3939;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

.logo img{
    width:135px;
}


.go-to-menu a{
    display: block;
    margin: 0 auto;
    color: #fff !important;
    margin-bottom: 20px;
    padding: 15px;
    font-weight: 300;
font-family: 'Made';
    font-size: 18px;
    padding-bottom: 10px;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: 0px 0px 15px rgb(214 207 210);
    box-shadow: 0px 0px 30px rgb(255 0 109);
    background-color: #010001;
    width: 165px;
}
.copyright{
    width:100%;
    text-align:center;
    display:flex;
    justify-content:center;
    padding:2rem 0;
    position: absolute;
    bottom: 10px;
    z-index: 5;
}
.copyright a{
    color:#000;
}
.dropdown{
    width: 100%;
}
#dropdownMenuButton{
    background: #3a3a3a;
    border: none;
    width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#dropdownMenuButton2{
    background: #3a3a3a;
    border: none;
    width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#dropdownMenuButton3{
    background: #3a3a3a;
    border: none;
    width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.dropdown-menu.show {
    border: 1px solid #f3f3f326;
    display: flex;
    background: #3a3a3a;
    flex-direction: column;
    width: 100%;
    box-shadow: 2px 6px 8px #666666;
}

.dropdown-menu.show a {
    border-bottom: 1px solid #464646;
    padding: 1rem;
}

#dropdownMenuButton  {
    border:0px;
    outline:0px;
}


#dropdownMenuButton2  {
    border:0px;
    outline:0px;
}
#dropdownMenuButton3  {
    border:0px;
    outline:0px;
}





.flavor-name {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 50px;
}
.flavor-name p{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    font-family: 'MontserratRegular',sans-serif;
}

.flavors-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 1rem 0;
    width: 220px;
    border: 2px solid hsl(0deg 0% 100%);
    border-radius: 20px;
    background: #000000;
}
 .owl-nav{
    display: none !important;
}

.flavors-block img {
   border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

*:focus {
    outline: none;
}

.flavors-section{
    margin:2rem 0;
}
ul{
    width: 100%;
}
.tab-content{
    margin: 1rem 0;
}
.flavors-tab  .nav-tabs {
    border-bottom: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flavors-tab .nav-tabs .active {
    background: hsl(0deg 0% 100%);
    color: hsl(0deg 0% 0%);

}
.flavors-tab .nav-tabs a{
    color: hsl(0deg 0% 100%);
    font-family: 'MontserratRegular',sans-serif;
    font-size: 18px;
    border: 2px solid hsl(0deg 0% 0%);
    margin: 20px 5px;
    border-radius: 10px;
    background: hsl(0deg 0% 0%);
    padding: 10px 20px;
}

#drop-cocktails focus-only:focus{
    outline: none;
}

@media only screen and (max-width: 900px) {
     .desktop{
         display:none ;
     }
}
@media only screen and (min-width: 900px) {
    .mobile{
        display:none ;
    }
    .main-image img{
        height: 60vh;
    }
}
