@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Figtree';
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

/*-----------------------
FONTS
------------------------*/
@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Black.woff2') format('woff2'),
        url('Figtree-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-ExtraBold.woff2') format('woff2'),
        url('Figtree-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Bold.woff2') format('woff2'),
        url('Figtree-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-SemiBold.woff2') format('woff2'),
        url('Figtree-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Medium.woff2') format('woff2'),
        url('Figtree-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Regular.woff2') format('woff2'),
        url('Figtree-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.overflow{
	overflow:hidden;
}

.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}

.top-fix-bar {
	float:left;
	width:100%;
	position: fixed;
    inset: 0% 0% auto;
	z-index:999;
    box-shadow: 0 1px .5rem 12px #00000008;
	}
.top_strip{
	float:left;
	width:100%;
	background:#ffdb4c;
	padding:15px 0;
	position:relative;
	}
.strip_iner{
	display:-webkit-flex;
	display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
	column-gap:15px;
	}
.strip_text{
	font-size:24px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	}
.offer_txt{
	font-size:19px;
	line-height:24px;
	color:#000;
	text-transform:uppercase;
	margin-top:2px;
	}
.discount_img{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	margin:-7px 8px 0 0;
	}
.giftbx{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	margin:-7px 0 0 9px;
	}	
.timer-container{
	display: flex;
    align-items: flex-start;
    justify-content: center;
	margin:0 0;
	}
	
.navbar-wrapper{
    width: 100%;
	background:#fff;
    height: 70px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
    align-items: center;
	justify-content: center;
    position: relative;
	z-index:555;
	}
.back_btn{
	background-color: #fff9dd;
    color: #2a2552;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 2rem;
    display: flex;
    position: absolute;
    inset: auto auto auto 0%;
	}
.back_btn svg{
	width:20px;
	}
.select_heading{
	font-size:22px;
	line-height:20px;
	color:#000000;
	font-weight:500;
	}
.select_heading a{
	color: #005fe1;
	text-decoration:underline;
	}
.header_gap{
	float:left;
	width:100%;
	height:155px;
	}

/*SELECT_PAGE*/
.select_Offer-section{
	float:left;
	width:100%;
	position: relative;
    overflow: visible;
	}
.select_Offer-section-container{
	display:flex;
	display:-webkit-flex;
	align-items: stretch;
	width:100%;
	}
.select_Offer-col-left{
	display:flex;
	display:-webkit-flex;
	flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
	background-color: #f5f4ff;
	z-index: 1;
    position: sticky;
	height: calc(100vh - 85px);
	top: 120px;
	padding:30px;
	}
.select_Offer-prod{
	justify-content: flex-end;
	aspect-ratio: 4 / 3;
    align-items: center;
    display: flex;
	width: 100%;
    height: 100%;
	
	}
.select_Offer-prod img{
	display:block;
	margin:0 auto;
	width:80%;
	object-fit: contain;
	max-width:750px;
	}
.select_Offer-col-right{
	text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 50%;
    padding-top: 3rem;
    padding-bottom: 4rem;
    padding-left: 4rem;
    display: flex;
    position: relative;
	}
.select_Offer_content-wrapper{
	width:100%;
	max-width:385px;
	}
.limited_text{
	font-size:16px;
	line-height:24px;
	color:#000;
	}
.sold_text{
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top:15px;
	}
.sold_text p{
	font-size:15px;
	line-height:24px;
	color:#c8202f;
	font-weight:bold;
	text-align: left;
	}
.sold_text p img{
	width:17px;
	display:inline-block;
	vertical-align:middle;
	margin:-5px 8px 0 0;
	}
.shade-guide-text{
	display: flex;
    align-items: center;
	justify-content: end;
	margin-top:18px;
	}
.perfect-shade{
	font-size:11px;
	line-height:15px;
	text-transform:uppercase;
	font-weight:500;
	color:#333;
	cursor:pointer;
	text-decoration:underline;
	}
.perfect-shade small{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	height:15px;
	border-radius:50%;
	background:#b9b6b6;
	margin:-2px 4px 0 0;
	text-align:center;
	text-transform: lowercase;
	}
.stock-update-w {
	background-color: #f4f4f4;
	border-radius: 6px;
	justify-content: center;
	align-items: center;
	display: flex;
	column-gap:20px;
	padding:10px;
	margin-top:10px;
	}
.stock-update-column {
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	display: flex;
	}
.stock-update-divider {
	background-color: #000;
	width: 1px;
	height: 20px;
	}
.stock-update-column p{
	font-size:14px;
	line-height:20px;
	color:#000000;
	}
.stock-update-big{
	font-weight:bold;
	}
.stock-update-column p.color-red{ color:#c8202f;}

.color_conatiner{
	display:flex;
	display:-webkit-flex;
	flex-direction: column;
    row-gap: 10px;
	width:100%;
	margin-top:15px;
	}
.select_color-box{
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
	align-items: center;
	column-gap:10px;
	padding:6px 10px 6px 6px;
	border:1px solid #dedede;
	border-radius:5px;
	}
.select_color-box.disable {
  opacity: 0.5;
  pointer-events: none;
}
.select_color-box-left{
	display:flex;
	display:-webkit-flex;
	align-items: center;
	column-gap:10px;
	text-align:left;
	}
.shade-color{
	width:65px;
	height:70px;
	border-radius:5px;
	}
.shade-color.light{ background:#fee3cc;}
.shade-color.bisque{background:#fadbc0;}
.shade-color.beige{background:#edc3af;}
.shade-color.sand{background:#ebbf9f;}
.shade-color.midium{background:#df9f7f;}
.shade-color.tan{background:#cd966f;}
.shade-color.deep{background:#ad795b;}
.shade-color.caramel{background:#a96f42;}
.shade-color.dark{background:#8f613e;}
.shade-color.espresso{background:#6c4e31;}

.shade-color-name p{
	font-size:17px;
	line-height:24px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	}
.add_button{
	display:flex;
	display:-webkit-flex;
	align-items: center;
	justify-content: center;
	height:38px;
	width:100px;
	background:#000000;
	border-radius:50px;
	font-size:15px;
	line-height:16px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	}
	
.add_qty-box{
	display:-webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	align-items: center;
	width:100px;
	background:#fff;
	overflow:hidden;
	}
.sub, .add {
    width: 32px;
    height: 32px;
    padding:0;
    text-align: center;
	background:#000;
    outline: none;
    cursor: pointer;
	font-size:17px;
	line-height:15px;
	border-radius:50%;
	color:#fff;
	font-family: 'Mallory';
	border:none;
	display:-webkit-flex;
	display: flex;
	align-items: center;
    justify-content: center;
	flex-shrink: 0;
	}

.add_qty-box input {
    border: none;
    background: none;
    text-align: center;
	width:36px;
    height: 32px;
    font-size:15px;
    color: #000000;
	font-weight:bold;
	-webkit-appearance:none;
	border-radius:0;
	font-family: 'Mallory';
	outline:none;
	}	

.order_text{
	font-size:14px;
	line-height:20px;
	color:#000;
	text-align:center;
	margin:30px 0 0;
	}
.order_text img{
	width:18px;
	display:inline-block;
	vertical-align:middle;
	margin: -5px 3px 0 3px;
	}
ul.gift_list{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	gap:10px;
	margin:0 auto;
	margin-top:25px;
	}
ul.gift_list li{
	width:24.5%;
	text-align:center;
	position: relative;
	}
ul.gift_list li h3{
	position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width:70px;
	font-size:11px;
	line-height:14px;
	border-radius:5px;
	padding:2px 5px 3px;
	font-weight:700;
	background:#ea0000;
	color:#fff;
	z-index: 3;
	}
ul.gift_list li h3 span{
	text-decoration:line-through;
	}
.gift_card-box{
	border:1px dashed #777;
	border-radius:6px;
	
	transition: border-color .12s cubic-bezier(.645, .045, .355, 1);
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	aspect-ratio: 1;
    position: relative;
    overflow: visible;
	overflow: hidden;
	}
.gift_card-box-inner{
	width:100%;
	height:100%;
	background:#fff9dd;
	padding:20px 10px;
	border-radius:6px;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	aspect-ratio: 1;
	}
.gift-img{
	max-width:100%;
	display:none;
	margin:0 auto;
	width:65px;
	z-index: 2;
    position: relative;
	opacity:0;
	}
ul.gift_list li.is-active .gift-img{
	display:block;
	opacity:1;
	}
ul.gift_list li p{
	font-size:12px;
	line-height:14px;
	font-weight:500;
	color:grey;
	margin:5px auto 0;
	}
ul.gift_list li.is-active .gift_card-box{
	border: 1px dashed #774799;
	}	
ul.gift_list li.is-active p{
	color:#000;
	}
.gift-locker {
    z-index: 1;
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
	}
.gift-lockings {
    color: #777;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: flex;
	}
ul.gift_list li.is-active .gift-locker{
	opacity:0;
	z-index:0;
	}
.gift-unlockers {
    color: #777;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
	margin-top:2px;
	}		
.lottie-gift {
   position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;   /* adjust size */
	height: auto;
	z-index: 2;
	animation: fall 7s ease-in-out infinite;
	}	
ul.gift_list li.is-active .lottie-gift{
	z-index:1;
	}
@keyframes fall {
	0%   { transform: translate(-50%, -100%); opacity: 0.2; }
	50%  { opacity: 1; }
	100% { transform: translate(-50%, calc(100% - 200px)); opacity: 0.5; }
}

/* Active gift = static dashed border */
.gift_list li:not(.is-active) .gift_card-box {
	border:none;
}

/* Inactive gift = animated dashed border */
.gift_list li:not(.is-active) .gift_card-box:before {
	content:"";
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	right:0;
	bottom:0;
   background-image: linear-gradient(90deg, silver 50%, transparent 50%), linear-gradient(90deg, silver 50%, transparent 50%), linear-gradient(0deg, silver 50%, transparent 50%), linear-gradient(0deg, silver 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
    background-position: left top, right bottom, left bottom, right top;
    animation: border-dance 1s infinite linear;
}

@keyframes border-dance {
0% {
    background-position: left top, right bottom, left bottom, right top;
}

100% {
    background-position: left 15px top, right 15px bottom, left bottom 15px, right top 8px;
}
}
	
.shade_button-row{
	width:100%;
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	margin-top:25px;
	}
.btn_save{
	width:100%;
	display:flex;
	display: -webkit-flex;
	justify-content: center;
	}
.btn_save-text1{
	font-size:16px;
	line-height:22px;
	font-weight:bold;
	color:#000;
	}
.btn_save-text2{
	font-size:11px;
	line-height:12px;
	font-weight:400;
	color:#000;
	background:#dff9e0;
	border-radius:3px;
	padding:3px 5px;
	}
.btn_save-text2 svg{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 2px 0 0;
	width:12px;
	}
.proceed_button{
	width: 100%;
    display: flex;
	display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background: #000;
    height: 70px;
    color: #fff;
    font-size: 20px;
	line-height:24px;
	font-weight:bold;
    border-radius:50px;
    position: relative;
    overflow: hidden;
    text-align: center;
	text-transform:uppercase;
	box-shadow:0 4px 4px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 4px 4px 1px rgba(0,0,0,0.1);
	margin-top:10px;
	}
.proceed_button.disabled {
  opacity: 0.6;
  pointer-events: none;
  cursor: not-allowed;
}


.footer{
	float:left;
	width:100%;
	padding:40px 0;
	border-top:1px solid #ddd;
	}
.footer_logo{
	display:block;
	margin:0 auto 20px;
	max-width:100%;
	width:150px;
	}
.footer_text{
	font-size:17px;
	line-height:26px;
	margin:8px 0 0;
	}
.footer_text a{color:#000;}


/*=======================
	package_section
=======================*/

.package_section{
	float:left;
	width:100%;
	background:#fff;
	padding:40px 0 60px;
	}
.package_sec_inner{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.package_sec_left{
	width:50%;
	}
.packge_sec_left-img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    border-radius: 12px;
	}
.package_sec_right{
	width:45%;
	text-align:left;
	}
.prod_rating_text{
	font-size:16px;
	line-height:20px;
	margin:7px 0 0;
	}
.prod_rating_text a{
	color:#000;
	}
.prod_rating_text img{
	display:inline-block;
	vertical-align:middle;
	width:78px;
	margin:-5px 5px 0 0;
	}
.sec1_right-heading{
	font-size: 42px;
    line-height: 46px;
    font-weight: 800;
    color: #000;
	margin-top:5px;
	}
.save_offer-text {
    font-size: 20px;
    line-height: 25px;
    color: #000;
    margin-top: 5px;
	font-weight:bold;
	text-decoration:underline;
	}
.packge_sec-list{
	display:inline-block;
	vertical-align:top;
	margin-top:5px;
	}
.packge_sec-list li{
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	align-items:center;
	column-gap:7px;
	margin-top:10px;
	}
.packge_sec-list-text{
	font-size:18px;
    line-height:24px;
    color:#000;
	text-align:left;
	}
.packge_sec-list-icn{
	width:22px;
    flex-shrink: 0;
	}
	
.package_row{
	width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap:35px;
	}
.package_col{
	width: 100%;
    float: left;
    background: #fff;
    border-radius: 7px;
    border: 2px solid #000000;
    cursor: pointer;
	position:relative;
	padding:10px 15px;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	}
.package_col.active {
    background: #fff9dd;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.2);
	}
.extra-pkg .package_col.active {
    background: #fff;
    border-color: #000000;
    box-shadow: 0 0 0 1px #000000;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.radio_opt{
	width:5%;
	padding:0;
	margin-top:0;
	}
.radio_opt input[type='radio']{
	-webkit-appearance:none;
	position:absolute;
	left:0;
	top:0;
	}
.radio_opt input[type='radio'] + span{
    width: 25px;
    height: 25px;
    border-radius: 3px;
    border: 2px solid #999999;
    display: inline-block;
    vertical-align: middle;
    position: relative;
	}
.radio_opt input[type='radio']:checked + span{background:#fff;}
.radio_opt input[type='radio']:checked + span:before{
	content:'';
	position:absolute;
    width:26px;
    height:22px;
	left:0;
	top:-6px;
	}
.package_col.active .radio_opt input[type='radio']:checked + span{ }
.package_col.active .radio_opt input[type='radio']:checked + span:before{
	background: url(../images/pkg-tik.webp) no-repeat center center; 
	background-size:26px;
	}
.purchase_info{
	width:27%;
	text-align:left;
	padding-left:10px;
	}
.pkg_qunty{
	font-size:27px;
	line-height:29px;
	color:#000;
	font-weight:700;
	}
.pkg-prod{
    display: block;
    margin: 0 auto 0;
    width: 130px;
	max-width:100%;
	}
.prod_quantity{
	font-size:28px;
	line-height:30px;
	color:#000;
	font-weight:600;
	}
.prod_quantity small{ font-weight:400;}	
.prod_quantity span{
	display:block;
	font-size:15px;
	line-height:15px;
	font-weight:normal;
	}	

.purchase_offerBx{
    width: 47%;
    padding-left: 10px;
    text-align: center;
	}		
.pkg-save-tex{
    display: inline-block;
    vertical-align: top;
    background: #22a608;
    border-radius: 30px;
    font-size: 15px;
    line-height:15px;
    color: #fff;
    font-weight:700;
    padding: 4px 15px 5px;
    margin-top: 8px;
	}	
	
.purchase_priceBx{
	width:27%;
	text-align:right;
	}
.pkg_cut_price{
	display:inline-block;
	font-size:16px;
	line-height:16px;
	color:#454545;
	font-weight:400;
	position:relative;
	}
.pkg_cut_price:after{
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    top: 8px;
    border-top: 2px solid #3f3f3f;
	}				
.pkg-list-price{
	font-size:26px;
	line-height:26px;
	color:#000;
	font-weight:700;
	}	
.pkg-list-price span{
	display:inline-block;
	vertical-align:middle;
	font-weight:400;
	font-size:15px;
	line-height:15px;
	}
.pkg-total-price{
	font-size:15px;
	line-height:15px;
	color:#242323;
	margin-top:7px;
	}
.pkg-ship-text{
	font-size:13px;
	line-height:13px;
	color:#242323;
	font-weight:500;
	text-transform:uppercase;
	margin-top:8px;
	}
.pkg-ship-icn{
	display:inline-block;
	vertical-align:middle;
	width:14px;
	margin:-2px 5px 0 0;
	}
.best_seller{
    position: absolute;
    top: -12px;
    left:60px;
    background: #1269ed;
    border-radius: 4px;
    padding: 4px 15px 4px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
	}		
.best_seller img{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    margin: -2px 8px 0 0;
	}
.package3 .best_seller{
	background:#08a61b;
	}



@media only screen and (max-width:1200px){
.container{width:1000px;}


/*---------------------
	package_section
----------------------*/
.sec1_right-heading { font-size: 38px; line-height: 44px;}
.purchase_offerBx { width: 46%;}
.purchase_priceBx {width: 29%;}
}

@media only screen and (max-width:1023px){
.container{width:750px;}
.hide-tab{display:none;}


/*---------------------
	package_section
----------------------*/
.package_sec_inner{ max-width:600px; margin:0 auto;}
.package_sec_left{ display:none;}
.package_sec_right{ width:100%;}
}

@media only screen and (max-width:992px){
.hide-mob{display:none;}
.hide-desk{display:block;}
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.top-fix-bar{position: relative;}
.top_strip{padding: 10px 0;}
.strip_text {font-size: 15px;line-height: 17px;}
.offer_txt{font-size: 10px;line-height: 14px;}
.discount_img{width: 16px; margin: -3px 6px 0 0;}
.giftbx {width: 14px; margin: -4px 0 0 6px;}
.timer-container2 .time-box2{width: 26px; height: 27px; font-size: 14px;}
.timer-container2 .label2 {font-size: 9px;line-height: 9px;margin-top: 4px;}
.timer-container2 .colon2 {font-size: 20px;margin: 0 4px;line-height: 25px;}

.navbar-wrapper{ height:55px; padding:0 15px;}
.select_heading{ font-size:15px; line-height:20px;}
.back_btn{margin-left: 1rem;width: 2rem; height: 2rem;}
.header_gap{height: 0; display:none;}


.select_Offer-col-left{ display:none;}
.select_Offer-col-right{justify-content: center; align-items: center;width: 100%; padding:25px 15px 30px;}
.limited_text{font-size: 15px;line-height: 22px;}
.sold_text p{font-size: 14px; line-height: 20px;}
.sold_text p img {width: 14px;margin: -3px 5px 0 0;}
.stock-update-column p {font-size: 13px;line-height: 19px;}

.shade-guide-text{ margin-top:15px;}
.perfect-shade small{margin: -3px 4px 0 0;}

.sub, .add{ padding-bottom:2px;}
ul.gift_list li p{ font-size:11px;}
.btn_save-text1{  font-size: 13px;line-height: 17px;}
.btn_save-text2{font-size: 10px;}
.proceed_button{ font-size:18px;height: 55px;}

ul.gift_list, ul.free_product-list{gap: 5px;}
ul.gift_list li h3, ul.free_product-list li h3 {width: 70px; font-size: 10px;  line-height: 12px;}
.gift-lockings {width: 2.5rem;height: 2.5rem;}
.gift-unlockers {font-size: 10px; line-height:12px;}



.sticky_btn-m{ float: left;width: 100%;padding: 12px 15px;position: fixed;bottom: 0;left:0; right:0;
box-shadow: 0 -2px 9px 0 rgba(0, 0, 0, 0.1); z-index: 999;background-color:#fff;}
.sticky_btn-m .shade_button-row{ margin:0;}

.footer{padding:20px 0;}
.footer_logo{width:115px;}
.footer_text{font-size:14px; line-height:18px;}


/*---------------------
	package_section
----------------------*/
.package_section { padding: 20px 0 30px;}
.package_sec_right { width: 100%; text-align:center;}
.prod_rating_text { font-size:14px; line-height:16px; margin:0;}
.prod_rating_text img {width: 65px; margin: -5px 5px 0 0;}
.sec1_right-heading {font-size: 28px; line-height: 34px;}
.save_offer-text { font-size:15px; line-height: 21px; margin-top: 5px;}

.packge_sec-list-text {font-size: 16px; line-height: 22px;}
.packge_sec-list-icn { width:18px;}

.package_row { margin-top: 20px; row-gap:25px;}
.package_col{ padding:10px 10px;}
.pkg-prod { width: 100px;}
.purchase_info{ width: 32%; padding-left: 14px;}
.purchase_offerBx { width: 29%; padding-left: 6px;}
.pkg_qunty { font-size: 24px; line-height: 24px;}
.pkg-save-tex { font-size: 14px; line-height: 14px;padding: 4px 10px 5px;}
.purchase_priceBx { width: 39%;}
.pkg-list-price {font-size: 21px; line-height: 23px;}
.pkg-list-price span { font-size: 12px;  line-height: 12px;}
.pkg-ship-text {font-size: 11px; line-height: 11px;}
.best_seller {left:50px;padding: 4px 7px 3px; font-size: 10px; line-height: 10px;}
.best_seller img { width: 11px;margin: -3px 4px 0 0;}

.package_section .gift-img{ width:50px;}

}


