
/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position: relative;
    height: 25px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7px, 6px);
	transform: rotate(-45deg) translate(-7px, 6px);
	background:#3a3a3c;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -7px);
	transform: rotate(45deg) translate(-8px, -7px);
	background:#3a3a3c;
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:50px;
	background: #000000bd;
    backdrop-filter: blur(10px);
    z-index: 3;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom: 1px solid var(--ink-soft);
	}
.mobilemenu li a{
    float: left;
    width: 100%;
    padding: 17px 20px;
    font-size: clamp(14px, 3vw, 16px);
    color: var(--paper);
    text-transform: uppercase;
    letter-spacing: 0.05em;
	}
/* MEDIA START */
@media only screen and (max-width:1187px){
ul.topMenu li{padding:3px 15px;}
}

@media only screen and (max-width:1023px){
/* TOP CSS */


/*MOBILE MENU CSS*/
/*.mob-mnu-ic{
    
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 4px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7px, 6px);
	transform: rotate(-45deg) translate(-7px, 6px);
	background:#3a3a3c;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -7px);
	transform: rotate(45deg) translate(-8px, -7px);
	background:#3a3a3c;
	}
	
.mobilemenu{
	left:0;
	position:fixed;
	top:60px;
	background:rgba(255,255,255,1);
	z-index:3;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ccc;
	}
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #CCC;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:18px;
	color:#000;
	}

ul.topMenu{display:none;}

.ph-tx{font-size:15px; line-height:18px; margin-top:-5px; margin-right:50px;}
.cart-btn{margin:10px 60px 0 0;}

.ftr-links-sec{padding-top:40px;}
.ftr-links-inr{padding-bottom:25px;}
.ftr-links-col{width:48%;}
.ftr-links-col-4{}*/
}

@media only screen and (max-width:767px){
/* TOP CSS */
/*.topStrip{overflow:hidden; height:30px;}
.caption{padding-top:4px;}
.caption-txt{
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	animation: move 15s linear infinite;
	-webkit-animation: move 15s linear infinite;
	font-size: 14px;
	padding-top:5px;
	}




.mob-mnu-ic{}
.mobilemenu{top:50px; border-top:1px solid #acacac;}
.mobimenu-top{top:50px;}
.cart-btn{margin-top:15px;}
.ph-tx{display:none;}


.ftr-links-inr {margin-top:25px;}
.ftr-links-sec{padding-top:0;}
.ftr-links-col{width:100%; padding-left:0; }
.ftr-log{width:160px;}
.ftr-links-hd{margin-bottom:5px;}
.disclmr-txt{font-size: 16px;    line-height: 22px;}*/
}

@keyframes move {
  to { transform: translateX(-100%); }
}

@-webkit-keyframes{
	to { -webkit-transform: translateX(-100%); }
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0,0,0,.7)
    }

    50% {
        box-shadow: 0 0 0 0 rgba(0,0,0,.3)
    }

    100% {
        box-shadow: 0 0 0 15px transparent
    }
}

@-webkit-keyframes shadow-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.7)
    }

    50% {
       -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 15px transparent
    }
}

/*===========CART_DRAWER_PAGE============*/
.drawer {
	width: 100%;
	right: 0;
	border-left: 1px solid #e5e5e5;	
	
	-ms-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	-moz-transform: translateY (100%);
	-o-transform: translateY (100%);
	transform: translateY(100%);

	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	padding: 0 10px 10px;
	z-index: 22;
	color: #000000;
	background-color: #ffffff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index:999;
	background:#fff;
	}
.drawer:after {
	    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #88b151;
    width: 40%;
}
.drawer .card-box3 {
    padding: 3px 0 16px;
    float: right;
    width: 33%;
    z-index: 9;
}
.cart_open .drawer{
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	}
.shifter_page{transition: all ease 0.5s;-webkit-transition: all ease 0.5s;}
.cart_open .shifter_page{
	-ms-transform: translateY(-300px);
	-webkit-transform: translateY(-300px);
	transform: translateY(-300px);
	}
	
.drawer__header {
	    float: left;
    height: 70px;
    width: 60%;
    padding-top: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
	}
.drawer .cart-box2 {
    position: relative;
    width: 100%;
    float: left;
	display:block;
	border:none;
}
.drawer .lft-cart-box {
	float: left;
    width: 60%;
    height: 100%;
}
.drawer .unit-price, .drawer .sub-total{
	font-weight: 500;
    line-height: 26px;
    color: #2f2f2f;
    float: right;
    padding-left: 20px;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #d8d8d8;
    border-top: 1px solid #d8d8d8;
    padding: 5px 0;
    margin-top: 15px;
    font-size: 20px;
	
	}
.drawer .cart-box1 {
    display: none;
}
.drawer .sub-total li:nth-child(2), .drawer .sub-total li:nth-child(3) { display:none;}
.drawer .continue-shpbtn{ display:block !important;     
	    display: block !important;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    display: block;
    margin-top: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    width: 100%;
    float: left;
    text-align: left;}
.drawer .continue-shpbtn1 {
    display: none !important;
}
.table-cell {
	    float: left;
    width: 50%;
    font-size: 22px;
    color: #000000;
    text-align: left;
	}
.browse-btn{
	float:left; width:100%;
}
/*.cart-icon{
	float: right;
    margin:15px 25px 0 0;
	position:relative;	
	}*/
.cart-icon img{ display:inline-block; vertical-align:middle;}
.cart-icon span {
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    top: -10px;
    background: #ef5237;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
	}
.table-cell .cart-icon{margin:0 40px 0 0;}

.cross-icon{
	float:right;
	cursor:pointer;
	width:16px;
	margin-top:4px;
	}
.cart-box2{
	float:left;
	width:100%;
	padding:15px 0 15px;
	border-bottom:1px solid #d0d0d0;
	}
.drawer-prod-lft{
	     float: left;
    width: 70px;
    height: 80px;
    border: 1px solid #c0d3d9;
    text-align: center;
    background: #e8f1f4;
    position: relative;
    margin: 8px 0 0 0;
	}
.drawer-prod{
	display:inline-block;
	vertical-align:middle;
	margin-top: 2px;
    max-width: 90%;
	}
.drawer-prod-lft span{
	position:absolute;
	width:20px;
	height:20px;
	right:-10px;
	top:-10px;
	background:#0c426d;
	border-radius:50%;
	text-align:center;
	font-size:14px;
	color:#ffffff;
	line-height:19px;
	}
.drawer-prod-rght{
	float:right;
	width:190px;
	text-align:left;
	}
.drwer-prod-name{
	font-family:inherit;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #393733;
    font-weight: normal;
}
.drwer-prod-name span{ color:#0c426d; font-weight:bold; font-size:15px;}
.drwer-prod-name img{
	display:block;
	margin:0 0 0 0;
}
.drwer-txt1{
	font-family:inherit;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    color: #393733;
	position:relative;
	}
.drwer-txt1 span{    
font-weight: 700;
    color: #0e8c3d;
    padding-right: 25px;
    float: right;}
.drwer-txt2{
	float:left;
	width:100%;
	font-size:15px;
	line-height:18px;
	color:#393733;
	margin-top:3px;
	}
.drwer-txt2 a{
	float:right;
	font-size:14px;
	color:#959595;
	font-weight:300;
	}
.cart-remv img{
	width: 18px;
    /* margin-top: -52px; */
    position: absolute;
    top: 0;
    right: 0;
	}
.sub-total{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#1e1e1e;
	font-weight:600;
	margin-top:10px;
	text-align:left;
	}
.sub-total span{
	float:right;
	}

.cards-img{
	display:inline-block;
	vertical-align:middle;
	margin-top:10px;
	max-width:100%;
	}

/*================CART PAGE===============*/
.nt-slt {	
    float: left;
    width: 100%;
    font-size: 18px;
    text-align: left;
	overflow:hidden;
}
.nt-slt p{
	float:left;
	width:100%;
	margin-top:10px;
	}
.cart-smmmry {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: clamp(20px, 4vw, 32px);
    position: sticky;
    top: 110px;
    box-shadow: var(--shadow-soft);
    order: 2;
}
.cart-smmmry .chk-btn{}
.nt-slt span.nt-txt {
	display: inline-block;
	margin-bottom: 20px;
}
.cart-sec1 {
	float:left;
	width:100%;
	font-family: 'Poppins', sans-serif;
}
.cart-txt1 {
	font-size: 20px;
	line-height: 26px;
	color: #141414;
	font-weight: 600;
	text-align: left;
}
.cart-box1 {
	background: #f9f9f9;
    border-bottom: none;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #2d2d2d;
    text-align: left;
    float: left;
    width: 100%;
    border-top: 4px solid #2fa999;
    padding: 10px 10px;
	border-bottom:1px solid #2fa999;
}
.drawer .cart-box1{
	display:none;
}
.one, .two, .three, .four {
	display: inline-block;
	width: 34%;
	vertical-align: middle;
}
.two, .three, .four {
	width: 22%;
	text-align: center;
	display:none;
}
.one {
        position: relative;
    width: 100%;
    padding-right:0px;
}
.four {
	text-align: right;
	padding: 0 26px 0 0;
	position: relative;
}
.cart-remv {
	position: absolute;
    right: 17px;
    top: 12px;
    width: 20px;
}
.cart-box2, .card-box3 {
	padding: 10px 0 15px;
	float: left;
	width: 100%;
	position: relative;
}

.drawer .card-box3 {
    padding: 3px 0 16px;
}
.cart-prdname {
	    float: left;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
}
.cart-smmmry .cart-prdname {
    
}
.span3 {
    font-size: clamp(14px, 3vw, 16px);
    font-weight: 500;
    color: var(--brass-dark);
}
.drawer .cart-box2 .span3, .drawer .cart-prdname .span3 {
	display: inline-block;
    width: 90%;
    font-size: 18px;
    line-height: 23px;
    font-weight: bold;
}

.span2 {
    /*    float: left;
    font-size: 18px;
    line-height: 26px;
    color: #6a6a6a;*/
}
.drawer .cart-box2 .span2, .drawer .cart-prdname .span2 {
        float: left;
		 color: #6a6a6a;
		
}
.drawer .span2{color:#fff;}

.cart-prdname span.span1 {
	font-family:inherit;
	font-size: 22px;
	color: 000;
}
.cart-prd1, .cart-prd2, .cart-prd3 {
	    width: 80px;
    padding: 5px;
    border: 1px solid var(--parchment-deep);
    background: var(--white);
}
.card-prd-dt {
    float: left;
    width: 100%;
}
.drawer .cart-prd1{max-width: 90px;}
.cart-prd2 {
	left: 4px;
	top: 27px;
}
.cart-prd3 {
	left: 20px;
	top: 5px;
}
.unit-price, .sub-total {
	font-size: 14px;
    color: var(--ink-soft);
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
.sub-total {
	text-align: right;
}
.card-box3rgt {
	float: right;
	width: 100%;
}
p.ord-smry {
    float: left;
    text-align: left;
    font-size: 25px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 9px;
	display:none;
}
.drawer p.ord-smry{ display:block;}
img.card2 {
    float: left;
    margin-top: 19px;
	display:none;
}
.drawer  img.card2{ display:block;}
ul.cart-prclist {
	padding: 0;
}
ul.cart-prclist li {
    font-size: 14px;
    padding-block: 10px;
    border-bottom: 1px solid var(--parchment-deep);
    color: var(--ink-soft);
    float: left;
    width: 100%;
    padding: 10px 0px;
    font-weight: 500;
}
.drawer ul.cart-prclist li{ color:#fff;}
ul.cart-prclist li:last-child {
	border-bottom:none;
}

ul.cart-prclist li span.span1 {
	float: right;
    font-weight: 500;
}
.card-box4{float:left; width:100%}
.card-box4-lft {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
    margin-top: 20px;
}
a.chk-btn {
	float: left;
	vertical-align: top;
	max-width: 360px;
	width: 100%;
	height: 58px;
	font-size: 26px;
	line-height: 57px;
	text-transform: capitalize;
	text-align: center;
	border: none;
	color: #fff;
	margin-top: 20px;
	background: #4f8c71;
	padding: 0 0px;
	border-radius: 50px;
	outline: none;
}
ul.cart-prclist li span.span2 {
	font-size: 18px;
    font-weight: 700;
    color: var(--ink);
}

.cart-smmmry .continue-shpbtn {
    width: 100%;
}
.drawer a.continue-shpbtn{ display:none;}

#cartBox #browse {
    display: inline-block;
    background: transparent;
    color: var(--c-gold-dark);
    border-color: var(--c-gold-light);
    max-width: none;
    height: auto;
    line-height: normal;
    padding: 15px 45px;
    width: auto;
}
.continue-brwbtn {
	margin-top: 0;
	vertical-align: middle;
	float: none;
	width: 200px;
}
.proceed-chkbtn {
	float: right;
	background: #f9f9f9;
	margin-right: 0;
}
.continue-shpbtn img, .proceed-chkbtn img {
	margin: 0 0 0 8px;
}


.tems_bg {

    padding: 40px 0;
}
.trm-bx {
    

    text-align: left;
}
.trm-bx h1 {
    line-height: 30px;
    color: #3a315c;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 26px;
    
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #3a315c;
}

.trm-bx h4{ font-size:22px; margin-bottom:10px;}
.trm-bx h3 {
	
    font-size: 18px;
    line-height: 24px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
}
.trm-bx p {
    color: var(--ink-soft);
    font-size: clamp(13px, 3vw, 15px);
    line-height: clamp(24px, 4vw, 26px);
    letter-spacing: 0.03em;
    font-weight: 400;
    margin-bottom: 5px;
}
.trm-bx ol, .trm-bx ul {
    margin-bottom: 20px;
    
    font-weight: 400;
    padding: 0 20px;
    display: grid;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li {
    color: var(--ink-soft);
    font-size: clamp(13px, 3vw, 15px);
    line-height: clamp(24px, 4vw, 26px);
    letter-spacing: 0.03em;
    
    list-style: decimal;
}
.trm-bx li span{
	display:block;
	font-size:22px;
	font-weight:700;
	margin-bottom:10px;
	}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}