/*=======================RESET====================*/
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

body{
    font-family: Arial,Helvetica,sans-serif !important;
}

/*====================SET MAX WIDTH AS 360 FOR MOBILE VERSION===================*/
.max-width{
max-width: 360px;
}
.wrapper{
width: 100%;
margin: 0 auto;
background: #FFFFFF;
}

/*====================GENERAL STYLES===================*/
ul{
list-style: none;
}
a{
text-decoration: none;
}
.hide{
display: none;
}
.container{
padding: 0 20px;
}
a:hover{
    text-decoration: none;
}
/*==========================SEARCH BOX=====================*/
.search-container{
/*padding: 10px 0;*/
    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: 38px;
}

.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: Arial,Helvetica,sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 16px;
letter-spacing: 0em;
text-align: left;
color: #949494;
}
.search .value::placeholder{
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 16px;
letter-spacing: 0em;
text-align: left;
color: #949494;
opacity: 1;
}
.search .value:hover{
cursor: pointer;
}    
/*=================breadcrumb====================*/
.breadcrumb{
    display: flex;
    align-items: center;
    justify-content: start;
    gap:10px;
}
.breadcrumb a{
    color: #D395F0 !important;
    /*font-size: 14px !important;*/
}
.breadcrumb a:hover{
    text-decoration: underline;
}
/*============================INFO=======================*/
.info{
padding: 20px 0px;
}

.info .info__heading{

font-size: 20px;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
text-align: left;
color: #1E1E1E;
padding-bottom: 12px;
}

.info .info__para{

font-size: 16px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0.01em;
text-align: left;
color: #4B4B4B;
}

.info .info__read{
font-weight: 600;
font-size: 15px;
border-bottom: 1px solid #4B4B4B;
}
.info .info__read:hover{
cursor: pointer;
}
/*=====================INFO IMAGE==================*/
.info .info__image__brand{
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #E3E3E3;
width: 100%;
height: 270px;
margin-top: 20px;
margin-bottom: 32px;
}

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

/*==========================FILTER=====================*/
.filter-container{
overflow: hidden;
 height: 55px;
}

.filter{
white-space: nowrap;
width: 100%;
overflow-x: auto;
padding: 15px 0;
}

.filter__box{
width: 23%;
vertical-align: middle;
white-space: normal;
height: 34px;
display: inline-block;
border: 1px solid #ECEAEB;
border-radius: 2px;
padding: 10px;
background: #FFF;
text-align: center;
color: #4B4B4B;
margin-right: 5px;

/* border: 1px solid #ECEAEB;
border-radius: 2px;
padding: 10px;
background: #FFF;
width: 74px;
height: 34px;
color: #4B4B4B;
display: inline-block; */
}

.filter__box .filter__para{

font-size: 14px;
font-weight: 400;
line-height: 12px;
letter-spacing: 0.01em;
text-align: center;

}
.filter__box .filter__para a {  color: #333;}
.filter__box:hover a {color: #fff;}
.filter .filter__box--active{
background: #7200A8;
}

.filter .filter__para--active{
color: #FFF;
}
.filter .filter__para--active a{
color: #FFF;
}
.filter__box:hover{
background: #7200A8;
color: #FFF;
cursor: pointer;
}

/*=======================AD===================*/
.ad-img{
/* padding: 15px 0px; */
padding-bottom: 10px;
padding-top: 5px;
}

.ad-img .box{
width: 100%;
height: 280px; 
background: #F7F7F7;
}

.ad-img .box p{
font-family: Arial,Helvetica,sans-serif;
font-size: 10px;
font-weight: 300;
line-height: 15px;
letter-spacing: 0.01em;
text-align: left;
color: #645F5F;
text-align: center;
padding-top: 5px;
}

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

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

.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: Arial,Helvetica,sans-serif;
font-size: 15px;
font-weight: 600;
line-height: 20px;
letter-spacing: 0.01em;
text-align: left;
color: #333333;
padding: 10px;
}

.data__table table tr td p{
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 25px;
letter-spacing: 0.01em;
text-align: left;    
color: #333333;
padding: 10px;

}
/* .data__table table tr td:first-child p{

font-size: 12px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0.01em;
text-align: left;

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

.data__table .data__table_btn .btn{
background: #7200A8;
color: #FFF;

font-size: 14px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0.01em;
text-align: center;
border: none;
padding: 10px 18px;
cursor: pointer;
}

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

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

.list-content .heading p{
font-size: 16px;
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-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;
}

/*=======News update styles===========*/

.oi-related ul li{
	list-style-type: none!important;
}
.oi-related ul {padding: 0;}
.oi-related ul li {
    padding-bottom: 17px;
    margin-bottom: 17px;
    border-bottom: solid thin #ccc;
    line-height: 22px;
    position: relative;
}
.oi-related ul li:last-child {border-bottom: 0 none;}
.oi-related ul li a {
    color: #000;
    font-size: 15px;
}
.oi-related .news-block-image{display:block;vertical-align:top}
.oi-related .news-block-desc{font-size:15px;color:#262223;padding:10px 0 00px;line-height:27px}
.oi-related .oi-subnews-container li a{white-space:normal;display:block}
.oi-subnews-container ul li{padding-bottom:24px;border-bottom:1px solid #ebebeb!important;margin-bottom:24px}
.oi-left-heading {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0 10px 0px !important;
    color: #000!important;
}
.oi-left-heading a {color: #000!important;}
.oi-left-heading i {width: 25px;height: 25px;display: inline-block;vertical-align: middle;margin-left: 5px;}
.oi-left-heading{
	font-size:16px !important;font-weight:normal !important;text-transform:capitalize !important;margin:12px
	0 24px 0px !important;color:#fff}
.oi-left-heading a, .oi-left-heading span{color:#fff;padding:8px 20px;background:#000;display:inline-block;line-height:24px}
/*==============================================*/

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

/*=======================PRICE LIST CONTAINER==================*/
.price-list-container{
margin-bottom: 35px;
padding-top: 10px;
}

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

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

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

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

/*PARA*/
.price-list-info .info__para{
font-size: 14px;
font-weight: 400;
line-height: 19.6px;
letter-spacing: 0.01em;
text-align: left;
color: #3B3B3C;
padding: 0 20px;
}

.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{
padding: 15px 0 0 0;
}

.price-by-place .list{
width: 100%;
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: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0.01em;
text-align: left;

color: #333333;
}

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

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

.list-content .heading p{
font-size: 15px;
font-weight: 600;
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: 14px;
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;
}
