/*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;
}
/*========================MAIN CONTAINER=================*/
.main-container{
margin-top: 10px;
display: grid;
grid-template-columns: 675px 325px;
}
.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 .info__heading{
display: flex;
align-items: center;
justify-content: space-between;
padding-bottom: 18px;
}

.info .info__heading .info__heading__text p{
font-family: Lato;
font-size: 20px;
font-weight: 400;
line-height: 31px;
letter-spacing: 0.01em;
text-align: left;        
color: #333333;
}

.info .info__heading .info__heading__shareicon{
background: #F6F6F6;
border-radius: 100%;
width: 32px;
height: 32px;
position: relative;
}

.info .info__heading .info__heading__shareicon .img{
position: absolute;
top: 7px;
left: 6px;
}

.info .info__para{
padding-bottom: 18px;
}

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

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

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

.info_para_heading{
   margin-top:15px;
   margin-bottom:5px;
}

/*=====================INFO PRICE SELECTED==================*/
.info .info__price-selected{
font-family: Lato;
font-size: 18px;
font-weight: 500;
line-height: 22.8px;
text-align: left;        
color: #1E1E1E;
}

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

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

/*=====================INFO PRICE LIST==================*/
.info .info__price-list{
padding-bottom: 25px;
display: flex;
gap: 18px;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}

.info .info__price-list .box{
width: 130px;
height: 50px;
border: 1px solid #E3E3E3;
text-align: center;
padding: 5px;
}

.info .info__price-list .active{
border-bottom: 2px solid #7200A8;
}

.info .info__price-list .box:hover{
border-bottom: 2px solid #7200A8;
cursor: pointer;
}

.info .info__price-list .box p:nth-child(1){
font-family: Lato;
font-size: 14px;
font-weight: 300;
line-height: 16.8px;
text-align: center;        
color: #333333;
padding-bottom: 5px;
}

.info .info__price-list .box p:nth-child(2){
font-family: Lato;
font-size: 13px;
font-weight: 400;
line-height: 16px;
letter-spacing: 0em;
color: #333333;
}

/*=====================INFO PRICE BY PLACE==================*/
.info .info__price-by-place{
width: 100%;
padding: 8px 0;
}

.info .info__price-by-place p:nth-child(1){
    font-family: Lato;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #1E1E1E;
}

.info .info__price-by-place p:nth-child(2){
    font-family: Lato;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;
   color: #3B3B3C;

}

/*=====================INFO PLACE==================*/
.info .info__place p{
font-family: Lato;
font-size: 12px;
font-weight: 400;
line-height: 14px;
letter-spacing: 0em;
color: #3B3B3C;
}

/*==========================SEARCH BOX=====================*/
.search-section{
margin-bottom: 18px;
padding-top: 10px;

align-items: center;
justify-content: space-between;position: relative;
}

.search{
margin-bottom: 22px;
border: 1px solid #ECEAEB;
padding: 10px 15px;
height: 38px;
background: #FFF;
position: relative;
}

.search::after{
position: absolute;
content: '';
top: 0;
right: 0;
padding: 0;
width: 38px;
height: 36px;
background: #7200A8;
background-image: url("https://images.boldsky.com/liquor-price/images/down-white.png");
background-repeat: no-repeat;
background-position: right 0.8rem top 50%;
background-size: 0.80rem auto;
cursor:pointer;
pointer-events:none;
transition:.25s all ease;
}

.search .value{
background: transparent;
border: none;
outline: none;
width: 100%;

appearance: none;
/* background-image: url("../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;
}    

/*==========================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{
	border: 1px solid #D8D6D6;
    border-top: 2px solid #7200A8;
    padding: 12px;
    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;
}

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

/*===================DATA TABLE HEADING=============*/
.data__table .data_table_heading p{
font-family: Lato;
font-size: 18px;
font-weight: 600;
line-height: 21.6px;
text-align: left;        
color: #1E1E1E;
padding-bottom: 15px;
}

/*===================TABLE=============*/
table{
border-collapse: collapse;
}

tr{
border: 0.8px solid #E3E3E3;
}

tr td:nth-child(1) p{
padding: 10px;
font-family: Lato;
font-size: 14px;
font-weight: 500;
line-height: 16.8px;
text-align: left;    
text-align: left;
color: #333333;
}

tr td:nth-child(2) p{
padding: 10px;
font-family: Lato;
font-size: 14px;
font-weight: 400;
line-height: 16.8px;
text-align: left;       
color: #3B3B3C;
}

/*============Right Content================*/
.right-content{
padding-left: 20px;
}

.right-content{
padding-left: 18px;
}
.right-content .ad-img{
width: 300px;
height: 282px;
padding-top: 0px;
}
/*===================ITEMS LIST=============*/
.items__list{
margin-bottom: 25px;
width: 300px;
}

/*===================ITEMS LIST HEADING=============*/
.items__list .items__list_heading p{
font-family: Lato;
font-size: 15px;
font-weight: 600;
line-height: 18px;
text-align: left;        
color: #333333;
padding-bottom: 18px;
}

/*=====================LIST ITEM==================*/
.items__list .items__list__item{
display: flex;
align-items: center;
justify-content: space-between;
border: 0.8px solid #E3E3E3;
border-bottom: none;
padding: 10px 30px;
height: 126px;
width: 300px;
}

.items__list .items__list__item:last-child{
border-bottom: 0.8px solid #E3E3E3;
}

.items__list .items__list__item .items__list__item_content{
width: 170px;
}

.items__list .items__list__item .items__list__item_content p:nth-child(1){
font-family: Lato;
font-size: 13px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0.01em;
text-align: left;
color: #3B3B3C;
padding-bottom: 12px;
}

.items__list .items__list__item .items__list__item_content p:nth-child(2){
font-family: Lato;
font-size: 14px;
font-weight: 500;
line-height: 17px;
letter-spacing: 0em;
text-align: left;
color: #333333;
}

/*=====================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;
}

/*=====================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;
}
