/* TOP-STRIP */

.top-strip {
    float: left;
    width: 100%;
    background: #212121;
    height: 35px;
    overflow: hidden;
    position: relative;
}

.caption {
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 10px;
}

.caption-txt {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    font-weight: 300;
    white-space: nowrap;
}

/* HEADER */

.top-fix-bar {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.header {
    float: left;
    width: 100%;
    height: 70px;
    padding: 15px 0;
    margin-top: -70px;
    top: 70px;
    position: relative;
}

.header2 {
    background: rgb(245, 168, 236);
    background: linear-gradient(180deg, rgba(245, 168, 236, 1) 35%, rgba(205, 135, 250, 1) 100%);
}

.fixed-nav .header {
    position: fixed;
    z-index: 99;
    -webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
    margin-top: 0;
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.logo {
    float: left;
    max-width: 170px;
    margin: -8px 0 0;
}

.menu-inr {
    float: right;
}

ul.topMenu {
    float: left;
    margin: 12px 0 0 0;
}

ul.topMenu li {
    float: left;
    padding: 0 17px;
    position: relative;
}

ul.topMenu li a {
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
}

ul.topMenu li:after {
    content: '';
    width: 1px;
    background: #bfbfbf;
    top: 4px;
    bottom: 3px;
    position: absolute;
    right: 0;
}

ul.topMenu li:last-child:after {
    display: none;
}

.ph-tx {
    float: right;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #fff;
    position: relative;
    margin: 5px 0 0 0;
    background: #dbb05f;
    padding: 7px 16px;
    border-radius: 20px;
}

.phn-icn {
    position: absolute;
    left: 0;
    top: 0;
}

.cart-btn {
    float: right;
    position: relative;
    margin-top: 15px;
    margin-right: 10px;
}

.cart-icn {
    float: left;
}

.crt-qty {
    font-size: 10px;
    line-height: 14px;
    color: #fff;
    border-radius: 50%;
    background: #769c8b;
    padding: 0;
    float: right;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    right: -10px;
}

/*-------------------------
    CSS FOR FOOTERLINK
--------------------------*/

.ftr-links-sec {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 0;
    border-top: 7px solid #dbb05f;
}

.ftr-links-inr {
    float: left;
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}

.ftr-links-col {
    float: left;
    width: 35%;
}

.ftr-links-col-2 {}

.ftr-links-col-3 {}

.ftr-links-col-4 {}

.ftr-log {
    max-width: 100%;
    width: 135px;
}

.ftr-links-hd {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.ftr-links-list {
    float: left;
    width: 100%;
}

.ftr-links-list li {
    float: left;
    width: 100%;
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    text-align: left;
}

.ftr-links-list li a {
    color: #414141;
}

ul.scl-list {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    text-align: left;
}

ul.scl-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

ul.scl-list li img {
    width: 25px;
}

.disclmr-txt {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #747474;
}

.ftr-log-tx {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}

.ftr-tx {
    font-size: 16px;
    line-height: 22px;
    float: left;
    width: 100%;
    margin: 12px 0 0;
    color: #747474;
}

.ftr-tx a {
    color: #747474;
}

/* MEDIA START */

@media only screen and (max-width:1185px) {
    ul.topMenu li {
        padding: 3px 15px;
    }
}

@media only screen and (max-width:1023px) {
    /* TOP CSS */
    .top-fix-bar {
        margin-bottom: 50px;
    }
    .header {
        height: 60px;
        margin-top: -60px;
        top: 60px;
        padding: 12px 0;
    }
    .logo {
        max-width: 212px;
    }
    .mob-mnu-ic {
        cursor: pointer;
        position: absolute;
        right: 0px;
        top: 5px;
        z-index: 16;
    }
    .mob-mnu-ic button {
        outline: none;
        -webkit-appearance: none;
        background: none;
        padding: 0;
        cursor: pointer;
        border: none;
    }
    .mob-mnu-ic span {
        color: #000;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        font-weight: 300;
        margin-top: 4px;
        margin-right: 5px;
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 30px;
        height: 3px;
        background-color: #333;
        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(-6px, 5px);
        transform: rotate(-45deg) translate(-6px, 5px);
        background: #333;
    }
    .dl-active .bar2 {
        opacity: 0;
    }
    .dl-active .bar3 {
        -webkit-transform: rotate(45deg) translate(-7px, -7px);
        transform: rotate(45deg) translate(-7px, -7px);
        background: #333;
    }
    .mobilemenu {
        left: 0;
        position: fixed;
        top: 92px;
        background: rgba(255, 255, 255, 1);
        z-index: 10;
        right: 0;
        bottom: 0;
        overflow: scroll;
        display: none;
    }
    .mobimenu-top {
        top: 62px;
        border-top: 1px solid #acacac;
    }
    .mobilemenu li {
        float: left;
        width: 100%;
        text-align: left;
        border-bottom: 1px solid #acacac;
    }
    .mobilemenu li a {
        float: left;
        width: 100%;
        padding: 17px 20px;
        font-size: 18px;
        color: #000;
    }
    .mobilemenu li a:hover {
        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;
    }
    .header {
        padding: 11px 0;
        height: 50px;
        margin-top: -50px;
        top: 50px;
    }
    .logo {
        max-width: 115px;
        margin: -6px 0 0
    }
    .mob-mnu-ic {
        right: 10px;
        top: 5px;
    }
    .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: #dcc79d;
    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;
    text-align: center;
    font-size: 21px;
    line-height: 37px;
    color: #fff;
    margin-top: 20px;
    letter-spacing: 4px;
    text-transform: uppercase;
    width: 100%;
    float: left;
    background: #dbb05f;
    border-radius: 50px;
    padding: 9px 34px;
}

.drawer .continue-shpbtn1 {}

.table-cell {
    float: left;
    width: 50%;
    font-size: 22px;
    color: #000000;
    text-align: left;
}

.browse-btn {
    float: left;
    width: 100%;
}

@media only screen and (max-width:767px) {
    .container {
        width: 100%;
        padding: 0 10px;
        max-width: 600px;
        box-sizing: border-box;
    }
    .drawer .continue-shpbtn {
        font-size: 17px;
    }
}

/*.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 {
    float: right;
    width: 43%;
    text-align: left;
}

.cart-smmmry .chk-btn {
    display: none;
}

.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: 30px;
}

.four {
    text-align: right;
    padding: 0 26px 0 0;
    position: relative;
}

.cart-remv {
    position: absolute;
    right: 33px;
    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 {
    padding: 0px 0px 0px 100px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #252525;
    text-align: left;
    float: left;
    width: 100%;
    position: relative;
}

.cart-smmmry .cart-prdname {
    padding-left: 100px;
}

.span3 {
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 1px;
    color: #2d2d2d;
}

.drawer .cart-box2 .span3,
.drawer .cart-prdname .span3 {
    display: inline-block;
    width: 90%;
    font-size: 18px;
    line-height: 43px;
    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 {
    max-width: 80px;
    background: #ffffff;
    padding: 5px;
    position: absolute;
    left: 0;
    top: 0;
}

.drawer .cart-prd1 {
    max-width: 90px;
}

.cart-prd2 {
    left: 4px;
    top: 27px;
}

.cart-prd3 {
    left: 20px;
    top: 5px;
}

.unit-price,
.sub-total {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    float: right;
    width: 100%;
    text-align: right;
    margin-top: 15px;
}

.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: 22px;
    line-height: 28px;
    color: #000;
    float: left;
    width: 100%;
    padding: 6px 0px;
    border-bottom: 1px solid #efefef;
    text-align: left;
}

.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-lft {
    float: left;
}

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: #dbb05f;
    padding: 0 0px;
    border-radius: 50px;
    outline: none;
}

ul.cart-prclist li span.span2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.cart-smmmry .continue-shpbtn {
    height: auto;
    width: auto;
    padding: 0px 20px;
    margin-top: 20px;
    display: none;
}

.drawer a.continue-shpbtn {
    display: none;
}

#cartBox #browse {
    display: inline-block;
    vertical-align: top;
    width: 306px;
    height: 58px;
    font-size: 21px;
    line-height: 54px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #212121;
    color: #212121;
    margin-top: 25px;
}

.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 {
    float: left;
    width: 100%;
    padding: 40px 0;
}

.trm-bx {
    background: #fff;
    width: 100%;
    float: left;
    text-align: left;
    padding: 20px;
}

.trm-bx h1 {
    line-height: 30px;
    color: #000;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 26px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #000;
}

.trm-bx h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.trm-bx p {
    font-size: 18px;
    line-height: 26px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 400;
}

.trm-bx ol,
.trm-bx ul {
    margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.trm-bx ol li {
    list-style: lower-roman;
}

.trm-bx li {
    font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    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;
}