/*RESET*/
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
    background: #FFFFFF;
    font-family: "Roboto", sans-serif;
}
/*====================SET MAX WIDTH AS 360 FOR MOBILE VERSION===================*/
.max-width{
max-width: 1000px;
}
.wrapper{
width: 100%;
margin: 0 auto;


}
/*====================GENERAL STYLES===================*/
ul{
list-style: none;
}
a{
text-decoration: none;
}
.hide{
display: none;
}

a:hover{
text-decoration: none;
}
/*HEADER*/
.header-top{
display: flex;
justify-content: space-between;
align-items: center;
padding: 18px 0;
height: auto;
width: 100%;
border-bottom: 1px solid #E6E6E6;
/* background: #FFF; */
}
.header-top .header-top-left{
display: flex;
align-items: center;
/* column-gap: 16px; */
position: relative;
}
.header-langtext{
display: flex;
column-gap: 5px;
color: #888;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 128.5%; /* 17.99px */
letter-spacing: 0.14px;
float:left;
position:relative;
z-index:1;
padding-right: 16px;
}
.header-langtext::after{
position: absolute;
right: 0;
width: 0.8px;
height: 20px;
background: #ECEAEB;
content: "";
top: 0px;
}
.header-langtext span:hover{
cursor: pointer;
}
.header-langtext span:nth-child(2){
width: 12px;
height: 6px;
flex-shrink: 0;
text-align: center;

}
.header-top .header-lang{
display: flex;
align-items: center;
/* width: 150px; */
/* margin-right: 8px; */
}


.header-lang{
float:left;
position:relative;
margin:0;
/* width:150px; */
z-index:1}

.header-langsel{
position:absolute;
right:-1px;
top:0;
display:none;
background:0 0;
min-width:140px;
z-index:2;
border:1px solid #ececec;
box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
border: 0 none;
border-top: 1px solid #FF4040;
top: 20px;
left: 0;

}

.header-langsel ul{
background:#fff;

}

.header-langsel ul li{
border-bottom:0;
line-height:1.3em;
margin:0;
padding:6px 10px;

transition:padding .6s ease;
}

.header-langsel ul li a{

display:block;
font-size:14px;
color:#888
}

.header-langsel ul li a:hover{color:#FF4040}

.header-langsel ul li.selected a{font-weight:700}

.header-lang:hover .header-langsel{display:block;
}
.header-langsel ul li {border-bottom: 0 none;}

.header-top .header-top-left .header-date-time{
display: flex;
align-items: center;
column-gap: 50px;
position: relative;
padding: 0 16px;

}
.header-top .header-top-left .header-date-time::after{
position: absolute;
right: 0;
width: 0.8px;
height: 20px;
background: #ECEAEB;
content: "";
top: 0px
}

.header-top .header-top-left .header-date-time .header-date, .header-top .header-top-left .header-date-time .header-time{
color: #888;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 128.5%; /* 17.99px */
letter-spacing: 0.14px;
}
.header-top .header-top-left .header-highlight{
padding: 0 16px;
color: #888;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 128.5%; /* 17.99px */
letter-spacing: 0.14px; 
display: flex;
align-items: center;
column-gap: 10px;
}

.header-top .header-top-right a{
padding: 0 10px;
}
.header-top .header-top-right a:nth-child(4){
padding-right: 0;
}

/*=========================MENU========================*/
.menu{
    display: flex;
    align-items: center;
    padding: 15px 0 5px 0;
    /* border: 1px solid #000; */
}
.menu .logo{
    width: 190px;  
}
.menu .logo img{
width: 165px;

margin-bottom: 5px;
}
.menu-carousel{
    width: 82%;

}
.menu-carousel .slider-container {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;

  }

  .menu-carousel .slider {
    display: flex;
    transition: transform 0.5s ease;
  }

  .menu-carousel .card {
    flex: 0 0 calc(19% - 20px);
    margin-right: 20px;
    width: 136px;
    height: 50px;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative;
  }
  .menu-carousel .card img{
    width: 100%;
 height: 100%;
 border-radius: 3px;
}
.menu-carousel .card .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1D0429FC;
    opacity: 50%;
    transition: opacity 0.5s ease;
    border-radius: 3px;
}
.menu-carousel .card p{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 15.68px;
    letter-spacing: 0.01em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;    
} 
.menu-carousel .btn-container {
    display: flex;
    justify-content: space-between;
  }

  .menu-carousel .slider-btn {
    cursor: pointer;
    border: none;
    background: transparent;
position: relative;
bottom: 30px;
  }


/*AD*/
.ad-img{
padding-bottom: 15px;
}
.ad-img .box{
width: 100%;
height: 256px; 
background: #F5F5F5; 

}
.ad-img .box p{
font-family: Roboto;
font-size: 10px;
font-weight: 400;
line-height: 22px;
text-align: left;
color: #D9D9D9;
text-align: center;
}
 /*RIGHT AD*/
 .fix-right-ad{
    position: fixed;
    top: 0;
    right: 5px;
    
    }
    .fix-right-ad .box{
    width: 160px;
    height: 604px;
    background: #F5F5F5;
    text-align: center;
    }
    
    .fix-right-ad .box p{
    color: #645F5F;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 220% */
    }
      

/*========================MAIN CONTAINER=================*/
.main-container{
margin-top: 10px;
display: grid;
grid-template-columns: 675px 325px;
}

/*======================LEFT CONTENT=================*/
.left-content{
padding-right: 20px;
}
/*=================breadcrumb====================*/
.breadcrumb{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;    
    min-height: 20px;
    padding-bottom: 12px;
}
.breadcrumb a{
    color: #D395F0 !important;
    /*font-size: 14px !important;*/
}
.breadcrumb a:hover{
    text-decoration: underline;
}

.breadcrumb span {
    padding: 4px!important;color: #D395F0;
    font-size: 12px;
}
.single-arrow{border: solid #D395F0;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-43deg);
    vertical-align: middle;
    margin: 0 5px;
   }
/*============================INFO=======================*/
.info{
margin-bottom: 20px;
}

.info .info__heading{
font-family: Lato;
font-size: 18px;
font-weight: 600;
line-height: 24px;
text-align: left;        
color: #1E1E1E;
padding-bottom: 12px;
}

.info .para__border{
border: 1px solid #ECEAEB;
background: #FFF;
padding: 15px;
border-radius: 4px;
}

.info .info__para{
font-family: Lato;
font-size: 15px;
font-weight: 400;
line-height: 26px;
text-align: left;               
color: #3B3B3C;
}

.info .info__read{
font-weight: 600;
border-bottom: 1px solid #4B4B4B;
}

.info .info__read:hover{
cursor: pointer;
}

.inner-container{
display: flex;
justify-content: space-between;
margin-top: 20px;
margin-bottom: 35px;
}

.info__price-container{
/*width: 45%;*/
margin-left: 10px;
height: 245px;
}
.info__price-selected h2 p{
   font-size: 16px;
   font-weight: 600;
   line-height: 18px;
   text-align: left;
   color: #333333;
}
/*=====================INFO IMAGE==================*/
.info .info__image__brand{
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #E3E3E3;
width: 25%;
height: 244px;
}

/*==========================SELECT VOLUME=====================*/
.info .info__volume{
    padding-top: 20px;
}
.info .info__volume:after {content: '';clear: both;display: table;}
.info .info__volume .info__volume__text p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;
}
.info__volume__text {width: 160px;border-right: 1px solid #E3E3E3;margin-right: 10px;padding: 0px 4px 0px 0;float: left;}
.info .info__volume .info__volume__ml{ margin-left: 170px;
    display: flex;
    align-items: center;
    gap: 12px;overflow-x: auto;white-space: nowrap;scrollbar-width: none;-ms-overflow-style: none; 
}
.info .info__volume .info__volume__ml::-webkit-scrollbar { display: none; }
.info .info__volume .info__volume__ml p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #7200A8;
    text-decoration: underline;
}

/*==============MAIN FILTER CONTAINER===========*/
.main-filter-container{
    width: 630;
    border: 1px solid #E3E3E3;
    background: #FFFFFF;
    margin: 32px 0 40px 0;
}

.main-filter-container .img{
    width: 100%;
}

/*==========================FILTER=====================*/
.filter-carousel-container{
    padding: 15px 10px 0  10px;
}

.filter-container {
    width: 605px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.filter {
    display: flex;
    transition: transform 0.5s ease;
}

.filter__box {
    flex: 0 0 calc(17% - 20px);
    margin-right: 20px;
    min-width: 15%;
    height: 34px;
    border: 1px solid #ECEAEB;
    border-radius: 2px;
    padding: 10px;
    background: #FFF;
    text-align: center;
    color: #4B4B4B;
    box-sizing: border-box;
}
.filter__box .filter__para a {  color: #333;}
.filter__box:hover a {color: #fff;}
.filter__box .filter__para {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0.01em;
    text-align: center;
}

.filter .filter__box--active{
background: #7200A8;
color: #FFF;
}

.filter .filter__para--active{
    color: #FFF;
}
.filter .filter__para--active a{
    color: #FFF;
}

.filter__box:hover{
    background: #7200A8;
    color: #FFF;
    cursor: pointer;
}

.btn-container {
    display: flex;
    justify-content: space-between;
}

.slider-btn {
    cursor: pointer;
    border: none;
    background: transparent;
    position: relative;
    bottom: 25px;
}

/*==========================SEARCH BOX=====================*/
.search-section{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;position: relative;
}

.search{
margin-bottom: 16px;
border: 1px solid #ECEAEB;
border-radius: 21px;
padding: 10px 15px;
height: 40px;
width: 200px;
}

.search .value{
background: transparent;
border: none;
outline: none;
width: 100%;
appearance: none;
background-image: url("https://images.boldsky.com/liquor-price/images/down.png");
background-repeat: no-repeat;
background-position: right 0rem top 50%;
background-size: 0.80rem auto;
font-family: Roboto;
font-size: 14px;
font-weight: 400;
line-height: 16px;
letter-spacing: 0em;
text-align: left;
color: #949494;
}

.search .value::placeholder{
font-family: Roboto;
font-size: 14px;
font-weight: 400;
line-height: 16px;
letter-spacing: 0em;
text-align: left;
color: #949494;
opacity: 1;
}

.search .value:hover{
cursor: pointer;
}   

/*==========================DATA TABLE=====================*/
.data__table {
    margin-bottom: 35px;
}

.data__table table{
    margin-bottom: 20px;
}

table, th, td {
    border: 0.8px solid #E3E3E3;
    border-collapse: collapse;
    background: #FFF;
}

.data__table table tr td div {
    border-bottom: 0.8px solid #E3E3E3;
    border-collapse: collapse;
    background: #FFF;
}
.data__table table tr td div:last-child{border-bottom: 0px;}

.data__table table tr th{
    height: 40px;
    background: #F6F6F6;
}

.data__table table tr th p{
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #333333;
    padding: 10px;
}

.data__table table tr th:first-child p{
    text-align: left;
}

.data__table table tr td p{
    font-family: Roboto;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;          
    color: #333333;
    padding: 10px;
    text-align: center;
}

.data__table table tr td:first-child p{
    font-family: Lato;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.01em;    
}

.info-icon{
    text-align: center;
}
.data__table .data__table_btn{
    text-align: center;
    margin-bottom: 20px;
}

.data__table .data__table_btn .btn{
    background: #7200A8;
    font-family: Lato;
    font-size: 15px;
    font-weight: 600;
    line-height: 19.27px;
    letter-spacing: 0.01em;
    color: #FFF;
    text-align: center;
    border: none;
    padding: 15px;
    width: 230px;
    cursor: pointer;
}
/*===================RIGHT CONTENT============*/
.right-content{
    padding-left: 20px;
}

/*====================RIGHT AD==================*/
.right-content .ad-img{
    width: 300px;
    height: 282px;
    padding-top: 0px;
}

/*==========================LIST=====================*/
.list-content {
    margin-bottom: 32px;
    width: 300px;
}

/*=======================LIST HEADING================*/
.list-content .heading{
    padding: 10px;
}

.list-content .heading p{
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #1E1E1E;
}

/*===================LIST MAIN CONTAINER=============*/
.list-content .lists-container{
    border: 1px solid #D8D6D6;
    border-top: 2px solid #7200A8;
    padding: 12px;
    background: #FFF;
}

.list-content .lists-container .list{
    padding-bottom: 12px;
    position: relative;
}

.list-content .lists-container .list::before{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0px;
    top: 5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #233839;
}

.list-content .lists-container .list p{
    padding-left: 18px;
}

.list-content .lists-container .list p a{
    font-family: Lato;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #333333;
}

.list-content .lists-container .list p a:hover{
    text-decoration: none;
}

.popup-innercontainer{padding: 0px 16px;}

.quicklinks{padding: 15px;border-radius: 6px;border: 1px solid #D8D6D6; background: #fff;margin-bottom: 15px;}
.quicklinks ul{padding-left: 20px;}
.quicklinks ul li{line-height: 27px;font-size: 15px;position: relative;margin: 12px 0px;line-height: 25px;}
.quicklinks ul li:last-child{margin-bottom: 0px;}
.quicklinks ul li:first-child{margin-top: 0px;}
.quicklinks ul li a{color: #696969;font-size: 15px;}
.quicklinks ul li::before {position: absolute;content: '';width: 0;height: 0;left: -17px;top: 8px;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left: 6px solid #233839;}


/*=====================DISCLAIMER==================*/
.disclaimer p{
font-family: Lato;
font-size: 13px;
font-weight: 400;
line-height: 20px;
text-align: left;        
color: #3B3B3C;
}

.disclaimer p span{
font-family: Lato;
font-size: 13px;
font-weight: 600;
line-height: 20px;
text-align: left;
}

/*=====================List page Load more==================*/
table tr { display: none; }
table tr.active { display: table-row; }

.scroll-top{
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
}
/*=======================PRICE LIST CONTAINER==================*/
.price-list-container{
margin-bottom: 35px;
}

/*INFO*/
.price-list-info{
margin-bottom: 20px; 
}

/*HEADING*/
.price-list-info .header-section{
background: #FCF2FF;
display: flex;
justify-content: space-between;
height: 83px;
border-radius: 4px;
padding: 0 20px;
margin-bottom: 20px;
}

.price-list-info .header-section p{
align-self: center;
font-size: 18px;
font-weight: 500;
line-height: 27px;
color: #1E1E1E;
}

.price-list-info .header-section .img{
width: auto;
height: 105px;
align-self: flex-end;
}

/*PARA*/
.price-list-info .info__para{
font-size: 15px;
font-weight: 400;
line-height: 26px;
text-align: left;                  
color: #3B3B3C;
}

.price-list-info .info__read{
font-weight: 600;
color: #1E1E1E;
border-bottom: 1px solid #4B4B4B;
}

.price-list-info .info__read:hover{
cursor: pointer;
}

/*price-by-place*/
.price-by-place{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 25px 0;
gap: 20px;
}

.price-by-place .list{
width: 48%;
height: 50px;
border-bottom: 0.8px solid #E3E3E3;
padding: 16px 20px;
}

.price-by-place .list a{
display: flex;
justify-content: space-between;
align-items: center;
}

.price-by-place .list p{
font-size: 15px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0.01em;
text-align: left;
color: #333333;
}

/*====================RIGHT AD==================*/
.right-content .ad-img{
width: 300px;
height: 282px;
padding-top: 0px;
}

/*==========================LIST=====================*/
.list-content {
margin-bottom: 32px;
width: 300px;
border: 0.8px solid #E3E3E3;
}

/*=======================LIST HEADING================*/
.list-content .heading{
padding: 15px 12px;
background: #F6F6F6;
height: 50px;
}

.list-content .heading p{
font-size: 16px;
font-weight: 500;
line-height: 20px;
letter-spacing: 0.01em;
text-align: left;
color: #1E1E1E;
}

/*===================LIST MAIN CONTAINER=============*/
.list-content .lists-container{
background: #FFF;
}

.list-content .lists-container .list{
padding: 12px;
border-bottom: 0.8px solid #E3E3E3;
position: relative;
}

.list-content .lists-container .list:last-child{
border-bottom: none;
}

.list-content .lists-container .list::before{
position: absolute;
content: '';
width: 0;
height: 0;
left: 12px;
top: 18px;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 8px solid #233839;
}

.list-content .lists-container .list p{
padding-left: 18px;
}

.list-content .lists-container .list p a{
font-size: 15px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0.01em;
text-align: left;        
color: #333333;
}

.list-content .lists-container .list p a:hover{
text-decoration: none;
}

/*=====================Product page Load more==================*/

#product_info_block
{                
    margin-bottom: 24px;
}
#product_info
{
    height: 400px;
    overflow: hidden;
    position: relative;
}
#product_info.show
{
    height: auto;               
}
#load_more_info
{
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    padding: 6px 0;
    font-weight: 700;
    text-decoration: underline;
}
