@import url("https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap");

/* New Cart Icon */

/* marquee {
    margin-top: 10px;
    font-size: 15.5px;
    color: white;
} */
.currency-selector {
    position: relative;
    display: block;
    height: 24px;
    padding: 0 15px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
}
.VueCarousel-navigation-button[data-v-453ad8cd] {
    top: 33% !important;
    font-size: 35px;
}
.item-1,
.item-2,
.item-3 {
    margin-top: 10px;
    position: absolute;
    display: block;
    width: 60%;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    color: white;
    text-align: center;
}

.item-1 {
    animation-name: anim-1;
}

.item-2 {
    animation-name: anim-2;
}

.item-3 {
    animation-name: anim-3;
}

@keyframes anim-1 {
    0%,
    8.3% {
        left: -100%;
        opacity: 0;
    }
    8.3%,
    25% {
        left: 25%;
        opacity: 1;
    }
    33.33%,
    100% {
        left: 110%;
        opacity: 0;
    }
}

@keyframes anim-2 {
    0%,
    33.33% {
        left: -100%;
        opacity: 0;
    }
    41.63%,
    58.29% {
        left: 25%;
        opacity: 1;
    }
    66.66%,
    100% {
        left: 110%;
        opacity: 0;
    }
}

@keyframes anim-3 {
    0%,
    66.66% {
        left: -100%;
        opacity: 0;
    }
    74.96%,
    91.62% {
        left: 25%;
        opacity: 1;
    }
    100% {
        left: 110%;
        opacity: 0;
    }
}

/* end header */

.total-count {
    margin-left: 38px;
    font-size: 15px;
    color: #000057;
}

.hide-nav-bar-row {
    display: none;
}

.see-more {
    text-align: right;
    color: "#000057";
}

.cart-btn {
    padding: 16px 32px;
    border: 0;
    border-radius: 4px;
    background-color: #212121;
    color: #efefef;
    text-transform: uppercase;
    cursor: pointer;
    outline: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    transition: all ease 0.5s;
    position: relative;
    margin: 14px;
}

.cart-btn:hover {
    background-color: #171717;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.cart-btn .count {
    position: absolute;
    height: 20px;
    width: 20px;
    display: inline-flex;
    top: 0;
    left: 100%;
    transform: translate(-50%, -50%);
    background-color: #85cb33;
    justify-content: center;
    align-items: center;
    color: #212121;
    font-size: 14px;
    border-radius: 400px;
    transition: all ease 1s;
    z-index: 1;
}

.cart {
    position: absolute;
    top: 26%;
    /* left: 20%; */
    margin: auto;
    border-radius: 6px;
    height: 43px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fffdfd;
    margin: 7px;
    font-size: 20px;
    /* background-color: #000057; */
    color: #030359;
    border: 2px solid #000057;
}

.cart .count {
    position: absolute;
    height: 30px;
    width: 30px;
    background-color: #ec2024;
    border-radius: 500px;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    right: 0px;
    color: #ffffff;
    transform: translate(50%, -50%);
    z-index: 1;
}

/* New Cart Icon */

/* new card css */

.dress-card:hover {
    box-shadow: 0px 0px 13px 0px #8080808f;
    cursor: pointer;
}

/* card */

.dress-card-img-top {
    width: 100%;
    border-radius: 7px 7px 0 0;
    background: url("../images/loading.png") no-repeat scroll 0 0;
}

.dress-card-body {
    padding: 1rem;
    background: #fff;
    border-radius: 0 0 7px 7px;
    /* border-bottom: 1px solid #80808047;
    border-left: 1px solid #80808047;
    border-right: 1px solid #80808047; */
}

.dress-card-title {
    line-height: 0.5rem;
}

.dress-card-crossed {
    text-decoration: line-through;
}
.dress-card-para span {
    font-weight: 500;
}

.dress-card-price {
    font-size: 1rem;
    font-weight: bold;
}

.dress-card-off {
    color: #f44336;
}

.dress-card-para {
    margin-bottom: 0.2rem;
    font-size: 14px;
    margin-bottom: 0rem;
    font-weight: 600;
}

.dress-card {
    /* border-radius: 14px; */
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid #8080803d;
}

.dress-card-heart {
    font-size: 1em;
    color: #db2763;
    margin: 4.5px;
    position: absolute;
    left: 4px;
    top: 0px;
}

.surprise-bubble {
    position: absolute;
    bottom: 12rem;
    right: 2rem;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 1rem;
    color: white;
    -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.surprise-bubble a {
    font-size: 0.65em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    font-family: arial;
    text-decoration: none;
    position: absolute;
    top: 9px;
    left: 20px;
    opacity: 0;
    -webkit-transition-delay: 2s;
    /* Safari */
    transition-delay: 2s;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.surprise-bubble:hover {
    border-radius: 999rem;
    padding: 1rem;
    width: 26%;
    height: 30px;
    background: #db2763;
    color: white;
    -webkit-transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.55s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.surprise-bubble:hover a {
    opacity: 1;
    -webkit-transition-delay: 2s;
    /* Safari */
    transition-delay: 2s;
    -webkit-transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.card-button {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    padding: 9px;
}

.card-button a {
    text-decoration: none;
}

.card-button-inner {
    padding: 10px;
    border-radius: 3px;
}

.bag-button {
    background: #e06c9f;
    color: white;
}

.bag-button :hover {
    background: #e299b9;
}

.wish-button {
    border: 1px solid #e06c9f;
    color: #e06c9f;
}

.header-fixed-top {
    position: fixed;
    z-index: 100;
    width: 100%;
}

.privacy-h1 {
    font-family: "Cardo", serif;
    font-size: 29px;
}

.terms a {
    color: #000057;
}

.cart-checkout {
    text-align: -webkit-right;
}

.list-group-item span {
    color: #222222;
}

.checkout-total strong p {
    font-size: 24px;
    font-weight: 700;
    color: #101010;
}

.checkout-price {
    font-size: 24px;
    font-weight: 700;
    color: #101010;
}

/* .swing {
    animation: swing ease-in-out 5s infinite alternate;
    transform-origin: center -20px;
    float: left;
    
}

@keyframes swing {
    0% {
        transform: rotate(1deg);
    }
    100% {
        transform: rotate(-1deg);
    }
} */

/* Product Zoom */

.review-comment {
    border-bottom: 0.5px solid #e2e2e2;
}

.product-rating-stars {
    font-size: 14px;
}

.product-imgs {
    /* text-align: -webkit-center; */
    text-align: center;
}

.product-rating {
    margin-top: 10px;
    margin-bottom: 8px;
    margin-left: 15px;
}

.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}

.headroom--pinned {
    transform: translateY(0%);
}

.headroom--unpinned {
    transform: translateY(-75%);
}

@-webkit-keyframes swinging {
    0% {
        -webkit-transform: rotate(3deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
    }
    100% {
        -webkit-transform: rotate(3deg);
    }
}

@keyframes swinging {
    0% {
        transform: rotate(3deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(3deg);
    }
}

.swingimage {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging 4s ease-in-out forwards infinite;
    animation: swinging 4s ease-in-out forwards infinite;
}

.logo {
    width: 170px;
}

.mini-header {
    padding: 175px 0 50px !important;
}

.mini-header-title-content {
    margin-bottom: unset !important;
}

.head-tag {
    color: #272727;
    font-size: 30px;
    /* font-weight: 400; */
    line-height: 28px;
    margin-bottom: 0;
    padding: 0px 0px 25px 0px;
    font-family: "Marcellus SC", serif;
}

.dashboard p {
    font-family: "Ubuntu", sans-serif;
}

.clearfix {
    margin-top: 15px;
    margin-bottom: 15px;
}

.cat-box:hover {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
    transition: transform 0.5s ease;
    cursor: pointer;
}

.test-right {
    /* width: 100%; */
    /* height: 25px; */
    /* background: url(../images/gif/2.jpg) center no-repeat; */
    /* background: url(../images/gif/2.png) bottom left no-repeat, url(../images/gif/3.png) right no-repeat; */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: right; */
}

.old-paper-bg {
    background: url(../images/background/old-paper-bg.png) center no-repeat;
    background-repeat: no-repeat;
    background-position: center;
}

.dancer-bg {
    background: url(../images/background/devil-dancer.png) top right no-repeat,
        url(../images/background/bera-1.png) top left no-repeat;
}

.drummer-bg {
    background: url(../images/background/bera.png) top left no-repeat,
        url(../images/art/12.png) top right no-repeat;
}

.product-btn a {
    margin-top: 25px;
    border: 1px solid black;
    padding: 10px;
    width: 36px;
    height: 36px;
    text-align: center;
    margin-right: 5px;
}

.product-btn .view-btn {
    width: 72px;
    height: 36px;
    font-size: 11px;
    text-align: center;
    padding: 10px 0px 10px 0px;
    font-family: "Arimo", sans-serif;
}

.footer--reservation-wrapper p {
    color: #a5a5a5;
}

.right-div {
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #b9b9b9;
    border-radius: 6px;
}

.left-div {
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #b9b9b9;
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 5px;
}

.boxx {
    background: #fff;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
}

.box-container {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
}

.box-my-account {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
}

.box-head h4 {
    font-family: "Ubuntu", sans-serif;
    margin-top: 30px;
    border-bottom: 1px solid #888787;
    font-size: 18px;
    padding-bottom: 7px;
}

.contact-box h4 {
    font-family: "Ubuntu", sans-serif;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 18px;
    padding-bottom: 7px;
}

.dashboard-name {
    text-transform: capitalize;
}

.small {
    font-size: 12px !important;
}

.contact-box p {
    margin-bottom: 0;
}

.ul-child {
    margin-left: 25px;
}

.login-div {
    margin-top: 10px;
}

.login-div label {
    color: #3a3434;
}

.log-btn {
    background-color: #c59d5f;
    color: black;
    border: 2px solid transparent;
}

.service-box {
    height: 100px;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
}

.title-services {
    /* font-family: 'Ubuntu', sans-serif !important; */
    margin-top: 26px;
}

.title-services h5 {
    font-family: "Arimo", sans-serif;
    text-transform: uppercase;
    margin-top: 24px;
}

.services-title h4 {
    text-align: left !important;
    font-size: 22px !important;
}

.services-title h4 {
    text-align: center;
    font-size: 22px !important;
}

.service-ui-div {
    text-align: left !important;
}

.service-ui-list li p {
    font-family: "Ubuntu", sans-serif;
    color: #3a3434;
    font-size: 15px;
    font-weight: bold;
}

.service-ui-list li p span {
    color: red;
    margin-right: 14px;
}

.service-type {
    color: #686868;
    font-family: "Raleway", sans-serif;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    float: left;
}

.left-side {
    float: left;
    margin-right: 40px;
}

.right-side {
    float: left;
}

.serv-rate {
    background-color: #00000000;
    border: 1px solid #e34052;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #e34052;
    margin-right: 7px;
}

.service-listing-image {
    height: 200px;
}

.serv-cat {
    font-family: "Ubuntu", sans-serif;
    background-color: #00000000;
    border: 1px solid #ff9e01;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    font-size: 14px;
    color: #ff9e01;
    margin-right: 5px;
}

.serv-open {
    border: 1px solid #02719f;
    background-color: #00000066;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    font-size: 12px;
    color: #02719f;
}

.serv-rate span,
.serv-cat i,
.serv-rate i {
    margin-right: 5px;
    color: #fff;
}

.serv-count i {
    margin-right: 5px;
}

.service-ui-div {
    margin-bottom: 7px;
    margin-top: 17px;
    border-bottom: 1px solid rgb(234, 227, 227) !important;
}

.listning-meta {
    display: inline-block;
    padding-top: 8px;
    padding-left: 5px;
    padding-bottom: 5px;
}

.listning--meta {
    display: inline-block;
}

.listning---meta {
    display: inline-block;
    padding: 5px 0px;
}

.serv-count {
    font-family: "Ubuntu", sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 3px;
    font-size: 12px;
    color: gray;
    border-radius: 100px;
}

.serv-footer {
    text-align: left;
}

.services-grid {
    background: url(../images/services/bg2.png) bottom right no-repeat !important;
}

.list-title h4 {
    text-align: left !important;
    font-size: 28px !important;
}

.entry--bio p {
    font-family: "Ubuntu", sans-serif;
    text-align: justify;
}

.list-contact-div {
    margin-left: 10px;
    display: inline-table;
}

.list-contact-icon {
    display: inline-block;
    border-radius: 60px;
    color: #e75353;
    box-shadow: 0px 0px 2px #e75353;
    padding: 0.5em 0.7em;
    font-size: 17px;
    margin-right: 15px;
}

.list-contact-div span {
    font-weight: 600;
}

.list-contact-div p {
    margin-bottom: 12px;
}

.place-heading {
    text-align: left;
}

.place-heading h3 {
    padding: 10px;
    font-family: "Marcellus SC", serif;
    background-color: rgba(0, 0, 0, 0.39);
    color: white;
    text-align: left;
}

.heading-btn {
    font-family: "Ubuntu", sans-serif;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid white;
    border-radius: 2px;
    margin-right: 5px;
    color: white;
    font-size: 14px;
    transition: all 1s ease;
}

.heading-btn:hover {
    border: 1px solid rgb(255, 0, 200);
    color: rgb(255, 0, 200);
}

.active-category {
    background: #f1f1f1;
    border-radius: 3px;
}

.active-sub-category {
    color: #000057;
    font-weight: 700;
}

.cat-li:hover {
    background: #f1f1f1;
    border-radius: 3px;
}

.cat-li div a span:hover {
    color: #000057;
}

.btn-new-head {
    line-height: 37px;
    height: 38px;
}

.location-title h4 {
    /* text-align: left !important; */
    font-size: 22px !important;
}

.travel-tags {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    font-size: 12px;
    color: #9b9b9b;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
}

.location-ui-div {
    text-align: center !important;
    font-family: "Ubuntu", sans-serif;
    font-weight: bolder;
}

.location-ui-div p {
    background-color: #ffffff6b;
    font-weight: 900;
}

.location-grid {
    background: url(../images/services/bg2.png) bottom right no-repeat !important;
    border-radius: 15px;
}

.product-cat {
    height: 190px;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 6px;
    padding: 7px 7px 0px 7px;
    margin-bottom: 25px;
}

.product-cat h3 {
    font-weight: normal;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: "Arimo", sans-serif;
    text-transform: capitalize;
    color: rgb(68, 65, 65);
}

.product-cat:hover {
    /* cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); */
    -ms-transform: scale(1.05);
    /* IE 9 */
    -webkit-transform: scale(1.05);
    /* Safari 3-8 */
    transform: scale(1.05);
    transition: transform 0.5s ease;
    cursor: pointer;
}

.product-cat-container {
    background: url(../images/art/sigiri-art.png) top right no-repeat;
    background-size: 450px;
}

.service-cat-container {
    background: url(../images/art/6.jpg) top right no-repeat;
    background-size: 450px;
}

.travel-cat-container {
    background: url(../images/art/7.png) top right no-repeat;
    background-size: 450px;
}

.travel-cat-container-2 {
    background: url(../images/art/8.png) top right no-repeat;
    background-size: 450px;
}

.hotel-cat-container {
    background: url(../images/art/9.jpg) top right no-repeat;
    background-size: 450px;
}

.top-locations-box {
    width: 15px;
    height: 15px;
    background-color: red;
    margin-left: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.other-locations-box {
    width: 15px;
    height: 15px;
    background-color: blue;
    margin-left: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.map-mark-div {
    display: flex;
    color: black;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
}

.loc-place {
    font-family: "Marcellus SC", serif;
    box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 5px;
}

.ratings-div {
    margin-left: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.loc-place h3 {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: "Marcellus SC", serif;
    color: rgb(68, 65, 65);
}

.location-list-map-right h5 {
    color: black;
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
}

.loc-select-div {
    margin-bottom: 10px;
    display: none;
}

.location-list-map-right-1 .location-list-map-right-2 {
    display: none;
}

#h-1 {
    display: none;
}

#h-2 {
    display: none;
}

.cat-list li a {
    display: flex !important;
}

.cat-list img {
    margin-right: 5px;
}

.cat-list li {
    margin-bottom: 10px;
}

.listning-meta-home {
    display: inline-block;
    padding-top: 18px;
    padding-left: 25px;
    padding-bottom: 5px;
}

/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .product-title {
        margin-top: 40px;
    }
    .shop-product .product-title h3 {
        text-align: center;
    }
    .footer--widget-content .ssl {
        width: 65%;
    }
    .img--responsive {
        width: 75%;
        /* padding-top: 18%; */
    }
    .dancer-bg {
        background: url(.../images/background/devil-dancer-mobi.png) top
            no-repeat;
    }
    .upper-container {
        height: 280px;
    }
    .banner .banner-panel .banner--content p {
        font-size: 14px;
        font-weight: bold;
        margin-right: 0px !important;
        margin-bottom: 18px;
    }
    .banner .banner-panel .banner--content {
        padding: 0px 17%;
        text-align: center;
    }
    /* heart btn in shop cards*/
    .product--btn {
        margin-top: 15px;
        background-color: #fff;
        border-radius: 20px;
        padding: 5px;
        width: 30px;
        height: 30px;
        /* line-height: 36px; */
        text-align: center;
        position: absolute;
        left: 75%;
        top: 50%;
    }
    .product--type {
        font-family: "Arimo", sans-serif;
        font-size: 15px;
        color: #000;
        /* padding-bottom: 5px; */
        padding: 10px 0px 10px 20px;
    }
    .product--content .product--price {
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        font-family: "Arimo", sans-serif;
        font-weight: bold;
        /* font-family: 'Kaushan Script', cursive; */
        line-height: 1;
        margin-bottom: 15px;
        padding: 0px 5px 10px 20px;
    }
    .col4 {
        width: 100%;
        padding-left: 15%;
        padding-right: 15%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */

@media only screen and (min-width: 600px) {
    .img--responsive {
        width: 75%;
    }
    .footer--widget-content .ssl {
        width: 35%;
    }
    .banner .banner-panel .banner--content {
        padding: 0 30%;
        width: 100%;
        text-align: center;
    }
    /* heart btn in shop cards*/
    .product--btn {
        margin-top: 15px;
        background-color: #fff;
        border-radius: 20px;
        padding: 5px;
        width: 30px;
        height: 30px;
        /* line-height: 36px; */
        text-align: center;
        position: absolute;
        left: 80%;
        top: 60%;
    }
    .product--type {
        font-family: "Arimo", sans-serif;
        font-size: 15px;
        color: #000;
        /* padding-bottom: 5px; */
        padding: 10px 0px 10px 15px;
    }
    .product--content .product--price {
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        font-family: "Arimo", sans-serif;
        font-weight: bold;
        /* font-family: 'Kaushan Script', cursive; */
        line-height: 1;
        margin-bottom: 15px;
        padding: 0px 5px 10px 15px;
    }
    .col4 {
        width: 40%;
        margin-left: 8%;
        margin-right: -4%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) {
    .footer--widget-content .ssl {
        width: 25%;
    }
    ​ .upper-container {
        height: 250px;
    }
    .banner .banner-panel .banner--content {
        padding: 0px 20%;
        width: 100%;
        text-align: center;
    }
    .product--content .product--price {
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        font-family: "Arimo", sans-serif;
        font-weight: bold;
        /* font-family: 'Kaushan Script', cursive; */
        line-height: 1;
        margin-bottom: 15px;
        padding: 0px 5px 10px 15px;
    }
    /* heart btn in shop cards*/
    .product--btn {
        margin-top: 0px;
        background-color: #fff;
        border-radius: 20px;
        padding: 2px;
        width: 22px;
        height: 22px;
        /* line-height: 36px; */
        /* text-align: center; */
        position: absolute;
        left: 80%;
        top: 60%;
    }
    .product--type {
        font-family: "Arimo", sans-serif;
        font-size: 15px;
        color: #000;
        /* padding-bottom: 5px; */
        padding: 0px 5px 2px 16px;
        white-space: nowrap;
        width: 280px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.col4 {
    width: 40%;
    margin-left: 8%;
    margin-right: 0%;
}

@media only screen and (max-width: 992px) {
    .VueCarousel-navigation-button[data-v-453ad8cd] {
        display: none !important;
    }
    .head-ban {
        display: none;
    }
    .wrapper-slide {
        margin-top: 56px;
    }
    /* .dress-card-body {
            min-height: 115px;
        } */
    .product-cat-container {
        background: none;
    }
    .hide-mobile {
        display: none;
    }
    .dancer-bg {
        background: url(../images/background/devil-dancer-mobi.png) center top
            no-repeat;
    }
    .drummer-bg {
        background: url(../images/background/bera-mobi.png) center top no-repeat;
    }
    .divider--shape-4 {
        display: none;
    }
    .web-myacc-sidebar {
        display: none;
    }
    .headroom--unpinned {
        transform: translateY(0%);
    }
    .header-padding {
        height: 25px;
    }
    .shop-options {
        height: 45px;
    }
    .mobile-side-bar {
        display: show !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .product-cat {
        height: 190px !important;
    }
    .mobile-side-bar {
        display: none;
    }
    .header-padding {
        height: 150px;
    }
    .hide-web {
        display: none;
    }
    .header-padding {
        padding-top: 100px;
    }
    .banner .banner-panel .banner--img {
        margin-bottom: 25px;
        padding-top: 20%;
    }
    .banner .banner-panel .banner--content {
        padding: 0 10px;
        width: 100%;
        text-align: center;
        padding-left: 15%;
        padding-right: 15%;
    }
    .banner .banner-panel .banner--content p {
        font-size: 14px;
        font-weight: bold;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .img--responsive {
        width: 85%;
        padding-top: 0%;
    }
    .product--type {
        font-family: "Arimo", sans-serif;
        font-size: 15px;
        color: #000;
        padding-bottom: 5px;
        padding-top: 15px;
        padding-left: 15px;
    }
    /* heart btn in shop cards*/
    .product--btn {
        margin-top: 15px;
        background-color: #fff;
        border-radius: 20px;
        padding: 5px;
        width: 30px;
        height: 30px;
        /* line-height: 36px; */
        text-align: center;
        position: absolute;
        left: 80%;
        top: 60%;
    }
    .product--content .product--price {
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        font-family: "Arimo", sans-serif;
        font-weight: bold;
        /* font-family: 'Kaushan Script', cursive; */
        line-height: 1;
        margin-bottom: 15px;
        padding-left: 15px;
        padding-bottom: 15px;
    }
    .col4 {
        width: 25%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 990px) {
    .video-main {
        margin-top: 175px;
    }
    .product-cat {
        height: 155px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .mobile-side-bar {
        display: none;
    }
    .hide-web {
        display: none;
    }
    .upper-container {
        height: 250px;
    }
    .product-item .product--img {
        padding: 43px;
        padding-top: 65px;
    }
    .product-item .shop {
        padding: 20px;
        padding-top: 65px;
    }
    .product--price {
        margin-bottom: -20px;
    }
    .product-btn a {
        margin-top: 0px;
    }
    /* heart btn in shop cards*/
    .product--btn {
        margin-top: 15px;
        background-color: #fff;
        border-radius: 20px;
        padding: 5px;
        width: 30px;
        height: 30px;
        text-align: center;
        position: absolute;
        left: 80%;
        top: 60%;
    }
    .product--content .product--price {
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        font-family: "Arimo", sans-serif;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 15px;
    }
    .product--content .product--price {
        margin-bottom: 10px;
    }
    .cat-set {
        padding-top: 62px;
    }
    .banner-size {
        width: 50%;
        margin-left: 25%;
    }
    .nav-container {
        width: 1350px !important;
    }
    .header-padding {
        padding-top: 100px;
    }
    .product--content {
        padding-top: 8px;
        padding-bottom: 5px;
    }
    .product--title h3 {
        margin: 0 0 14px;
    }
    /*HOME PAGE frames respons*/
    .banner .banner-panel .banner--img {
        margin-bottom: 25px;
        padding-top: 0%;
    }
    .banner .banner-panel .banner--content {
        padding: 0 10px;
        width: 100%;
        text-align: center;
        padding-left: 15%;
        padding-right: 15%;
    }
    .banner .banner-panel .banner--content p {
        font-size: 14px;
        font-weight: bold;
        margin-right: 0px !important;
        margin-bottom: 15px !important;
    }
    .img--responsive {
        width: 70%;
        padding-top: 0%;
    }
    .col4 {
        width: 25%;
        padding-right: 15px;
        padding-left: 15px;
        margin: 0px;
    }
}

/* price in shop cards*/

.strike-price {
    opacity: 0.5;
    color: #434242;
    font-size: 14px;
}

/* heart shape in shop cards*/

.fa-heart-o {
    font-weight: bolder;
}

/* border in shop.php sort by*/

.sortby-border {
    border-bottom: 1px solid;
}

/* icon in services card*/

.widget-categories {
    /* border-bottom: 1px solid #0000003d; */
    /* padding-bottom: 20px; */
    padding-top: 15px;
}

.widget-recent-products {
    border-bottom: 1px solid #0000003d;
    padding-bottom: 20px;
}

.widget-filter {
    border-bottom: 1px solid #0000003d;
    padding-bottom: 30px;
}

/* search bar in shop.php */

.prdt-search-form input {
    border: 1px solid #9b9b9b;
    border-radius: 7px;
    /* padding-left: 10px; */
    /* padding-top: 5px; */
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #9b9b9b;
    height: 30px;
    line-height: 30px;
    font-weight: 400;
}

.search-border {
    border: 1px solid #9b9b9b;
    border-radius: 7px;
}

.cart-img {
    width: 100%;
    height: auto;
    /* margin: 20px; */
}

.cart-img img {
    width: 100%;
}

.cart-card-body {
    margin: 0px 0px 15px 0px;
    width: 100%;
    height: auto;
    background-color: white;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 30px 20px;
    box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
    font-family: "Arimo", sans-serif;
}

.cart-card-bottom {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.cart-remove {
    display: block;
}

.cart-card-top {
    display: flex !important;
    justify-content: space-between !important;
}

.cart-card-body h5 {
    font-family: "Arimo", sans-serif;
}

.cart-card-top h6 {
    font-family: "Arimo", sans-serif;
    margin: 0 0 15px;
}

.number-input {
    border: 1px solid #ced4da;
    width: 8.6rem;
    border-radius: 0.25rem;
    width: 105% !important;
    margin-bottom: 0 !important;
}

.number-input input[type="text"] {
    max-width: 3rem;
    padding: 0.5rem;
    border: 1px solid #ced4da;
    border-width: 0 1px;
    font-size: 1rem;
    height: 2rem;
    color: #495057;
    text-align: center;
}

.number-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
    width: 2.5rem;
    height: 0.7rem;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mr-1 {
    margin-right: 0.4rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mr-50 {
    margin-right: 50px !important;
}

.cart-card-quantity {
    padding: 28px;
    font-weight: 700;
}

hr {
    margin-top: 1.5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-card--body {
    margin: 0px 0px 15px 0px;
    width: 100%;
    height: auto;
    background-color: white;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 30px 20px;
    box-shadow: 0 0 20px rgba(40, 40, 40, 0.12);
    font-family: "Arimo", sans-serif;
}

.list-group {
    font-family: "Bree Serif", serif !important;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group p {
    font-size: 18px;
}

.fa-minus {
    color: #02719f;
}

.fa-plus {
    color: #02719f;
}

.list-group .list-group-item:first-child {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.border-0 {
    border: 0 !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.needs-validation {
    margin-bottom: 20px;
}

.needs-validation label {
    font-weight: normal;
    color: #000;
}

.payment-card {
    margin-top: 15px;
}

.list-group-flush li {
    font-size: 18px;
}

.error {
    color: red;
    background: #e079793d;
}

.red-star {
    color: red;
}

.btn-ad {
    width: 130px;
}

.btn-ad i {
    color: black;
}

.btn-ad:hover {
    background-color: #c59d5f;
    color: black;
}

.frm-checkbox {
    display: inline-block;
    padding-left: 10px;
}

.frm-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.frm-checkbox label {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    font-family: "Bree Serif", serif !important;
}

.frm-checkbox label:before {
    content: "";
    background-color: transparent;
    border: 2px solid black;
    padding: 7px;
    display: inline-block;
    /* position: relative; */
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.frm-checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.devider-hr {
    margin: 0;
}

.no-data {
    text-align: center;
}

.no-data router-link {
    color: red;
}

.error-msg {
    color: red;
}

.invalid {
    border-color: red;
    transition: opacity 2s ease, border-color 1s ease;
}

.address-card {
    border: 1px solid #eee;
    padding: 0px 10px 10px 20px;
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.address-card-default-address {
    margin-bottom: 15px !important;
}

.address-card-header {
    display: inline-flex;
}

.address-card-header p i {
    font-size: 16px;
    margin-right: 5px;
}

.address-card-details p {
    margin-left: 12px;
}

.edit-address {
    margin-right: 20px !important;
}

.address-footer {
    text-align: right;
}

.address-from h4 {
    font-size: 15px;
    font-family: "Ubuntu", sans-serif;
    margin-bottom: 5px;
}

.address-checkbox {
    padding-left: 0 !important;
}

/* Footer */

.top-container {
    background: rgba(241, 241, 241, 0.64);
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer {
    font-family: "Ubuntu", sans-serif;
    font-size: 15px;
}

.footer h3 {
    font-family: "Domine", serif !important;
    font-size: 14px;
    margin-bottom: 15px;
}

.footer p {
    color: #a5a5a5;
}

.upper-container {
    text-align: center !important;
    background-color: rgba(241, 241, 241, 0.644) !important;
    padding: 15px;
    margin-bottom: 16px;
}

.upper-container h3 {
    color: #1c1c1c;
}

.footer--widget-content {
    text-align: center !important;
    background-color: #1c1c1c;
    padding: 15px;
    margin-bottom: 16px;
    border: 1px solid #1c1c1c;
    border-radius: 5px;
}

.upper-container img {
    width: 85px;
    margin-top: -25px;
}

.footer--social-icons h3 {
    color: white;
    padding-top: 15px;
}

.footer--social-icons .facebook {
    background-color: #4267b2;
}

.footer--social-icons .twitter {
    background-color: #1da1f2;
}

.footer--social-icons .youtube {
    background-color: #ff0000;
}

.footer--social-icons .instagram {
    background-color: #405de6;
}

.footer--social-icons .pinterest {
    background-color: #e60023;
}

.fa-facebook {
    color: #ffffff;
}

.fa-twitter {
    color: #ffffff;
}

.fa-instagram {
    color: #ffffff;
}

.fa-pinterest {
    color: #ffffff;
}

.fa-youtube {
    color: #ffffff;
}

.value {
    height: auto;
    border: 1px solid #f65eff !important;
    border-radius: 5px;
}

.deliver {
    height: auto;
    border: 1px solid #5e8bff !important;
    border-radius: 5px;
}

.secure {
    height: auto;
    border: 1px solid #ffb15e !important;
    border-radius: 5px;
}

.confidence {
    height: auto;
    border: 1px solid #ff5e5e !important;
    border-radius: 5px;
}

.help {
    height: auto;
    border: 1px solid #5edfff !important;
    border-radius: 5px;
}

/* Footer End */

.travel-des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.row-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.row-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}

.row-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.alert.alert-style-1 {
    padding-left: 70px;
    background: #fff;
    position: relative;
    color: #212121;
    border: 1px solid #dedede;
}

.alert.alert-style-1.alert-info i {
    color: red;
    background: #f7f7f7;
}

.alert.alert-style-1 i {
    height: 100%;
    left: 0;
    margin: 0;
    padding-top: 13px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    color: #fff;
}

.alert i {
    font-size: 24px;
}

/* readmore */

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: 0.25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
    content: "Show more";
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: "Show less";
}

.read-more-trigger {
    margin-left: 50%;
    margin-top: 15px;
    cursor: pointer !important;
    display: inline-block;
    padding: 0 0.5em;
    color: #666;
    font-size: 0.9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: 0.25em;
}

/* readmore */

input.search-text {
    color: #222;
    position: relative;
    z-index: 5;
    transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
    height: 45px;
    width: 0;
    margin: 0;
    padding: 5px 0 5px 40px;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid transparent;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIGhlaWdodD0iNTEycHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB3aWR0aD0iNTEycHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGQ9Ik01MDMuODY2LDQ3Ny45NzRMMzYwLjk1OCwzMzUuMDUyYzI4LjcyNS0zNC41NDQsNDYuMDE3LTc4LjkxMiw0Ni4wMTctMTI3LjMzNiAgYzAtMTEwLjA4NC04OS4yMjctMTk5LjMxMi0xOTkuMzEyLTE5OS4zMTJDOTcuNTk5LDguNDAzLDguMzUxLDk3LjYzMSw4LjM1MSwyMDcuNzE1YzAsMTEwLjA2NCw4OS4yNDgsMTk5LjMxMiwxOTkuMzEyLDE5OS4zMTIgIGM0OC40MzUsMCw5Mi43OTItMTcuMjkyLDEyNy4zMzYtNDYuMDE3bDE0Mi45MDgsMTQyLjkyMkw1MDMuODY2LDQ3Ny45NzR6IE0yOS4zMzEsMjA3LjcxNWMwLTk4LjMzNCw3OS45ODctMTc4LjMzMiwxNzguMzMyLTE3OC4zMzIgIGM5OC4zMjUsMCwxNzguMzMyLDc5Ljk5OCwxNzguMzMyLDE3OC4zMzJzLTgwLjAwNywxNzguMzMyLTE3OC4zMzIsMTc4LjMzMkMxMDkuMzE4LDM4Ni4wNDcsMjkuMzMxLDMwNi4wNSwyOS4zMzEsMjA3LjcxNXoiIGZpbGw9IiMzNzQwNEQiLz48L3N2Zz4=)
        no-repeat left 9px center transparent;
    background-size: 24px;
}

input.search-text:focus {
    z-index: 3;
    width: 270px;
    border: 1px solid #e6e5eb;
    background-color: white;
    outline: none;
    cursor: auto;
    padding-right: 10px;
}

input.search-submit {
    border: 0;
    cursor: pointer;
    background: none;
}

input.search-text::-webkit-search-cancel-button {
    cursor: pointer;
}

/* Form Serach Button */

/* Chip btn */

.chip {
    display: inline-block;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    border-radius: 25px;
    background-color: #f1f1f1;
    text-transform: capitalize;
}

.closebtn {
    padding-left: 10px !important;
    color: #888 !important;
    font-weight: bold !important;
    float: right !important;
    font-size: 20px !important;
    cursor: pointer !important;
}

.closebtn:hover {
    color: #000;
}

/* Chip btn end*/

.service-image {
    height: 200px !important;
}

.upper-container h3 {
    height: 20px;
}

​ .footer--widget-content .ssl {
    width: 90%;
}

.sidebar-sub-ul {
    margin-left: 25px;
}

.sidebar-sub-ul li {
    margin-bottom: 0;
}

.sidebar-sub-ul li a:before {
    position: absolute;
    content: "\f178";
    color: #333333;
    font-family: fontawesome;
    font-size: 11px;
    font-weight: 400;
    line-height: 30px;
    float: left;
}

.sub-line {
    margin-left: 18px !important;
}

.active {
    color: #58bb58 !important;
}

.active-link {
    color: #58bb58 !important;
}

.wishlist-icon {
    font-size: 20px;
    color: #9b9b9b;
}

.wishlist-name {
    color: #9b9b9b !important;
    font-size: 15px;
}

/* Notice css Notifications */

.notice {
    position: relative;
    margin-bottom: 1em;
    padding: 1em 1em 1em 1em;
    border-left: 4px solid #ddd;
}

.notice:before {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: -17px;
    background-color: #ddd;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    font-family: Georgia;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.info {
    border-color: #0074d9;
}

.info:before {
    content: "i";
    background-color: #0074d9;
}

.successs {
    border-color: #2ecc40;
    background-color: #2ecc401c;
}

.successs:before {
    content: "√";
    background-color: #2ecc40;
}

.warning {
    border-color: #ffdc00;
    background: #e0797940;
}

.warning:before {
    content: "!";
    background-color: #ffdc00;
}

.error {
    border-color: #ff4136;
}

.error:before {
    content: "X";
    background-color: #ff4136;
}

.notice p {
    margin: 0;
}

/* Notice css Notifications */

/*main category card*/

@import url("https://fonts.googleapis.com/css?family=Cardo:400i%7CRubik:400,700&display=swap");
:root {
    --d: 700ms;
    --e: cubic-bezier(0.19, 1, 0.22, 1);
    --font-sans: "Rubik", sans-serif;
    --font-serif: "Cardo", serif;
}

* {
    box-sizing: border-box;
}

.page-content {
    display: grid;
    grid-gap: 1rem;
    padding: 1rem;
    max-width: 1024px;
    margin: 0 auto;
    font-family: var(--font-sans);
}

@media (min-width: 600px) {
    .page-content {
        grid-template-columns: repeat(3, 1fr);
    }
    .product-cat {
        height: 210px !important;
    }
}

@media (min-width: 800px) {
    .page-content {
        grid-template-columns: repeat(3, 1fr);
    }
    .product-cat {
        height: 150px !important;
    }
}

.homepg-card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
    overflow: hidden;
    padding: 1rem;
    width: 100%;
    text-align: center;
    color: whitesmoke;
    background-color: whitesmoke;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
        0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
        0 16px 16px rgba(0, 0, 0, 0.1);
}

@media (min-width: 600px) {
    .homepg-card {
        height: 450px;
    }
}

.homepg-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-size: cover;
    background-position: 0 0;
    -webkit-transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
    transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
    transition: transform calc(var(--d) * 1.5) var(--e);
    transition: transform calc(var(--d) * 1.5) var(--e),
        -webkit-transform calc(var(--d) * 1.5) var(--e);
    pointer-events: none;
}

.homepg-card:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    pointer-events: none;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        color-stop(11.7%, rgba(0, 0, 0, 0.009)),
        color-stop(22.1%, rgba(0, 0, 0, 0.034)),
        color-stop(31.2%, rgba(0, 0, 0, 0.072)),
        color-stop(39.4%, rgba(0, 0, 0, 0.123)),
        color-stop(46.6%, rgba(0, 0, 0, 0.182)),
        color-stop(53.1%, rgba(0, 0, 0, 0.249)),
        color-stop(58.9%, rgba(0, 0, 0, 0.32)),
        color-stop(64.3%, rgba(0, 0, 0, 0.394)),
        color-stop(69.3%, rgba(0, 0, 0, 0.468)),
        color-stop(74.1%, rgba(0, 0, 0, 0.54)),
        color-stop(78.8%, rgba(0, 0, 0, 0.607)),
        color-stop(83.6%, rgba(0, 0, 0, 0.668)),
        color-stop(88.7%, rgba(0, 0, 0, 0.721)),
        color-stop(94.1%, rgba(0, 0, 0, 0.762)),
        to(rgba(0, 0, 0, 0.79))
    );
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.009) 11.7%,
        rgba(0, 0, 0, 0.034) 22.1%,
        rgba(0, 0, 0, 0.072) 31.2%,
        rgba(0, 0, 0, 0.123) 39.4%,
        rgba(0, 0, 0, 0.182) 46.6%,
        rgba(0, 0, 0, 0.249) 53.1%,
        rgba(0, 0, 0, 0.32) 58.9%,
        rgba(0, 0, 0, 0.394) 64.3%,
        rgba(0, 0, 0, 0.468) 69.3%,
        rgba(0, 0, 0, 0.54) 74.1%,
        rgba(0, 0, 0, 0.607) 78.8%,
        rgba(0, 0, 0, 0.668) 83.6%,
        rgba(0, 0, 0, 0.721) 88.7%,
        rgba(0, 0, 0, 0.762) 94.1%,
        rgba(0, 0, 0, 0.79) 100%
    );
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);
    transition: -webkit-transform calc(var(--d) * 2) var(--e);
    transition: transform calc(var(--d) * 2) var(--e);
    transition: transform calc(var(--d) * 2) var(--e),
        -webkit-transform calc(var(--d) * 2) var(--e);
}

.homepg-card:nth-child(1):before {
    background-image: url("../images/home/ceylon-pro.jpg");
}

.homepg-card:nth-child(2):before {
    background-image: url("../images/home/ceylon-trav.jpg");
}

.homepg-card:nth-child(3):before {
    background-image: url("../images/home/ceylon-ayur.jpeg");
}

.homepg-content {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem;
    -webkit-transition: -webkit-transform var(--d) var(--e);
    transition: -webkit-transform var(--d) var(--e);
    transition: transform var(--d) var(--e);
    transition: transform var(--d) var(--e), -webkit-transform var(--d) var(--e);
    z-index: 1;
}

.homepg-content > * + * {
    margin-top: 1rem;
}

.homepg-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    color: white;
}

.copy {
    font-family: "Arimo", sans-serif;
    font-size: 1.125rem;
    line-height: 1.35;
    color: white;
}

.homepg-btn {
    cursor: pointer;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 0.025rem;
    text-transform: uppercase;
    color: white;
    background-color: black;
    border: none;
}

.homepg-btn:hover {
    background-color: #0d0d0d;
}

.homepg-btn:focus {
    outline: 1px dashed yellow;
    outline-offset: 3px;
}

@media (hover: hover) and (min-width: 600px) {
    .homepg-card:after {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .homepg-content {
        -webkit-transform: translateY(calc(100% - 4.5rem));
        transform: translateY(calc(100% - 4.5rem));
    }
    .homepg-content > *:not(.homepg-title) {
        opacity: 0;
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        -webkit-transition: opacity var(--d) var(--e),
            -webkit-transform var(--d) var(--e);
        transition: opacity var(--d) var(--e),
            -webkit-transform var(--d) var(--e);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e);
        transition: transform var(--d) var(--e), opacity var(--d) var(--e),
            -webkit-transform var(--d) var(--e);
    }
    .homepg-card:hover,
    .homepg-card:focus-within {
        -webkit-box-align: center;
        align-items: center;
    }
    .homepg-card:hover:before,
    .homepg-card:focus-within:before {
        -webkit-transform: translateY(-4%);
        transform: translateY(-4%);
    }
    .homepg-card:hover:after,
    .homepg-card:focus-within:after {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .homepg-card:hover .homepg-content,
    .homepg-card:focus-within .homepg-content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .homepg-card:hover .homepg-content > *:not(.homepg-title),
    .homepg-card:focus-within .homepg-content > *:not(.homepg-title) {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: calc(var(--d) / 8);
        transition-delay: calc(var(--d) / 8);
    }
    .homepg-card:focus-within:before,
    .homepg-card:focus-within:after,
    .homepg-card:focus-within .homepg-content,
    .homepg-card:focus-within .homepg-content > *:not(.homepg-title) {
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }
}

.largenav {
    margin-bottom: 0px;
}

/*end main category card*/

/* end of nav bar */

#flipkart-navbar {
    background-color: #ffffff;
    color: #3a3434;
    width: 100%;
}

.row1 {
    height: 38px;
    padding-top: 0px;
    margin-top: 0px;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fafafa;
}

.row2 {
    padding-bottom: 8px;
    background-color: #fff;
}

.logo-img {
    width: 200px;
    padding-top: 10px;
}

.row3 {
    height: 50px;
    background-color: #000057;
}

.row4 {
    height: 45px;
    background-color: #000057;
}

.cart-button {
    font-size: 18px;
    margin-left: 20px;
    background-color: #ffffff;
    font-weight: bolder;
    text-align: center;
    height: 41px;
    border-radius: 2px;
    font-weight: 400;
    width: 120px;
    /* display: inline-block; */
    color: #000057 !important;
    text-decoration: none;
    color: inherit;
    border: none;
    outline: none;
}

.cart-button i {
    padding-right: 10px;
    font-size: 22px;
}

.cart-i {
    font-weight: 600;
}

.cart-button:hover {
    text-decoration: none;
    color: #ffb15e;
    cursor: pointer;
}

.upper-cart {
    padding-top: 12px;
    float: right;
}

.cart-svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
}

.item-number {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.1);
    height: 20px;
    padding: 3px 6px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    line-height: 12px;
    margin-left: 10px;
}

.hr-nav {
    border-bottom: 1px dotted rgba(0, 0, 0, 1.1);
}

.upper-links {
    display: inline-block;
    color: #333 !important;
    padding: 0 15px;
    line-height: 23px;
    letter-spacing: 0;
    color: inherit;
    border: none;
    outline: none;
    font-size: 13px;
    margin-top: 7px !important;
}

.nav-bar-icon {
    padding-right: 10px;
    font-size: 18px;
}

.main-link {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 15px !important;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.down-links {
    display: inline-block;
    color: #ffffff !important;
    padding: 0 11px;
    line-height: 23px;
    font-family: "Bree Serif", serif !important;
    font-weight: 200;
    letter-spacing: 0;
    color: inherit;
    border: none;
    outline: none;
    font-size: 14px;
}

.down-links:hover {
    cursor: pointer;
}

.navbar-tags {
    padding-top: 15px;
}

.navbar-button {
    padding-top: 30px;
    float: right;
}

.login-button {
    color: #333 !important;
}

.login-button:hover {
    color: white;
}

.already-have-acc {
    color: black;
    /* font-weight: bold; */
    font-size: 12px;
}

.already-have-acc:hover {
    color: #000057;
}

.signup-div {
    display: flex;
    justify-content: center;
}

.signup-from {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 25px;
    height: 100%;
    margin-bottom: 40px;
}

.signup-from-head {
    font-family: "Ubuntu", sans-serif;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 18px;
    padding-bottom: 7px;
}

.button-text {
    background-color: #ffffff;
    padding: 12px 12px;
    border-radius: 5px;
    border: 2px solid #000057;
    color: #000057 !important;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: sans-serif;
}

.button-text i {
    font-size: 20px;
    margin-right: 5px;
}

.button-text:hover {
    color: #fff;
}

.theme-button {
    background-color: #000057;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 0.5px;
    font-family: sans-serif;
    line-height: 42px;
    width: 164px;
    height: 42px;
}

.theme-button:hover {
    color: black;
    background-color: #9fd3ff;
    font-weight: bold;
}

.create-account {
    width: 180px;
}

.down-l:hover {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Safari 3-8 */
    transform: scale(1.1);
    transition: transform 0.5s ease;
    cursor: pointer;
}

.nav-button-img {
    width: 30px;
    margin-right: 10px;
    margin-bottom: 4px;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.dropdown:hover {
    background-color: #fff;
}

.dropdown:hover .links {
    color: #000;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    display: none;
    background-color: #fff;
    color: #333;
    left: 0px;
    border: 0;
    border-radius: 0;
    box-shadow: 0 4px 8px -3px #555454;
    margin: 0;
    padding: 0px;
}

.links {
    color: #ffffff;
    text-decoration: none;
}

.links:hover {
    color: #fff;
    text-decoration: none;
}

.profile-links {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    display: block;
    padding: 0 11px;
    line-height: 23px;
}

.profile-li {
    padding-top: 2px;
}

.largenav {
    display: none;
}

.smallnav {
    display: block;
}

.menu {
    cursor: pointer;
}

.review-date {
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .largenav {
        display: block;
    }
    .smallnav {
        display: none;
    }
    .smallsearch {
        margin: 0px;
    }
}

.filter-bar {
    height: 55px;
    width: 100%;
    margin-bottom: 4px;
    overflow: auto;
    white-space: nowrap;
}

.filter-bar ul {
    display: flex;
}

.filter-bar ul li {
    margin-right: 10px;
    margin-top: 8px;
}

.filter-header-bar {
    height: 55px;
    box-shadow: 0px 0px 4px 0px #b9b9b9;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 10px;
}

.product-sort {
    padding: 18px;
}

.product-sort span {
    color: black;
    font-size: 14px;
    font-weight: 500;
}

.product-sort-search {
    padding-top: 6px;
}

.flex-row {
    display: block;
}

@media screen and (max-height: 450px) {
    .sidenav a {
        font-size: 18px;
    }
    input.search-text:focus {
        width: 150px;
    }
}

.sidenav-heading {
    font-size: 36px;
    color: #fff;
}

@media only screen and (min-width: 1200px) {
    .header-padding {
        height: 150px;
    }
    .p-company {
        left: 21% !important;
    }
    .product-page-star {
        left: 16% !important;
    }
    .header-mob-nav-b-fixed {
        display: none;
    }
    .product-cat {
        height: 175px !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .product-title {
        margin-top: 30px;
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    .product-title {
        margin-top: 30px;
    }
}

@media (min-width: 451px) and (max-width: 550px) {
    .pay-icon-sel img {
        width: 60% !important;
    }
}

@media screen and (max-width: 450px) {
    .product-cat {
        height: 150px;
    }
    .Rate .icon {
        width: 13px !important;
        height: 13px !important;
        margin: 0 1px !important;
    }
    .Rate {
        margin-left: -2px !important;
    }
    .dress-card-para {
        font-size: 11px;
    }
    .service-ban-sec {
        display: none !important;
    }
    .travel-ban-sec {
        display: none !important;
    }
    .our-services h4 {
        font-size: 14px !important;
    }
    .our-services {
        margin-top: 20px !important;
        padding-bottom: 30px !important;
        padding: 3px 4px !important;
        min-height: 0px !important;
    }
    .box-banner {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    /* .wrapper-slide {
        /* height: 17vh !important; */
    /* margin-top: 35px !important; */
}

*/ .pay-icon-sel img {
    width: 100% !important;
}

.progressbar li {
    font-size: 14px !important;
}

.selected-content h5 {
    font-size: 14px !important;
}

.shipping-name span {
    display: block;
}

.shipping-name {
    font-size: 14px !important;
}

input.search-text:focus {
    width: 175px;
}

.preview-box {
    width: 325px;
}

.thumb-list img {
    width: 60px !important;
}

.cart-card-top h6 {
    font-size: 16px;
}

/* mobile nav bar arrow */

.arrow {
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    margin-left: 0px;
    margin-right: 16px;
    position: relative;
    line-height: 38px;
    padding-left: 1em;
    padding-right: 2em;
    background: #000057;
    color: #fff;
    width: 170px;
}

.arrow:after {
    border-left: 20px solid #000057;
}

.arrow:after {
    content: "";
    position: absolute;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    height: 0px;
    width: 0px;
    margin-right: -20px;
    right: 0;
}

.arrow:hover,
.arrow:active {
    background: #ec2024;
    color: #fff;
}

.arrow:hover:after,
.arrow:active:after {
    border-left: 20px solid #ec2024;
}

/* mobile nav bar arrow */

/* Checkout Progress Bar */

.progressbar {
    counter-reset: step;
}

.progressbar li {
    position: relative;
    list-style: none;
    float: left;
    /* width: 24.33%; */
    width: 33.33%;
    text-align: center;
    color: #222222;
    font-size: 16px;
}

/* Circles */

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    /* border: 1px solid #2979FF; */
    display: block;
    text-align: center;
    margin: 0px auto 10px auto;
    border-radius: 50%;
    background-color: #ff9100;
    line-height: 39px;
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.progressbar li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: orange;
    top: 20px;
    /*half of height Parent (li) */
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:before {
    background: #58bb58;
    content: "✔";
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.progressbar li.active + li:after {
    background: #00e676;
}

/* Checkout Progress Bar */

/* Payment Card */

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
.grid-wrapper {
    /* display: flex; */
    /* grid-gap: 30px; */
    place-items: center;
    place-content: center;
}

.grid-col-auto {
    grid-template-columns: repeat(auto-fill, minmax(280px, 0.1fr));
    grid-template-rows: auto;
}

.grid-col-1 {
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(1, auto);
}

.grid-col-2 {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(1, auto);
}

.grid-col-3 {
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(1, auto);
}

.grid-col-4 {
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(1, auto);
}

/* ******************* Selection Radio Item */

.selected-content {
    /* text-align: center; */
    justify-content: space-between;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0);
    border: solid 2px #d4cdcdd1;
    background: #fff;
    width: 100%;
    height: 80px;
    padding: 15px 15px 15px 15px;
    display: flex;
    /* grid-gap: 15px; */
    /* place-content: center; */
    transition: 0.3s ease-in-out all;
    padding-left: 50px;
}

.selected-content-address {
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0);
    border: solid 2px #d4cdcdd1;
    background: #fff;
    width: 100%;
    height: auto;
    padding: 18px 5px 0px 0px;
    display: grid;
    transition: 0.3s ease-in-out all;
    padding-left: 45px;
}

.selected-content h4,
.selected-content h5 {
    padding-top: 15px;
}

.selected-space {
    justify-content: space-between !important;
}

.selected-content img {
    width: 40px;
}

.selected-content h4 {
    font-size: 16px;
    letter-spacing: -0.24px;
    text-align: center;
    color: #1f2949;
    font-family: "Roboto Slab", serif;
    padding-left: 10px;
}

.selected-content h5 {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #686d73;
    font-family: "Roboto Slab", serif;
}

.selected-label {
    position: relative;
    cursor: pointer;
    display: block;
}

.selected-label input {
    display: none;
}

.selected-label .icon {
    width: 20px;
    height: 20px;
    border: solid 2px #e3e3e3;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 15px;
    transition: 0.3s ease-in-out all;
    transform: scale(1);
    z-index: 1;
}

.del-price {
    color: black;
}

.product-path,
.product-path a {
    color: #222222;
    font-size: 14px;
    margin-bottom: 16px;
}

.pay-icon-sel img {
    width: 50%;
}

.selected-label .icon:before {
    content: "\f00c";
    position: absolute;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    color: #000;
    text-align: center;
    opacity: 0;
    transition: 0.2s ease-in-out all;
    transform: scale(2);
}

.selected-label input:checked + .icon {
    background: #3057d5;
    border-color: #3057d5;
    transform: scale(1.2);
}

.selected-label input:checked + .icon:before {
    color: #fff;
    opacity: 1;
    transform: scale(0.8);
}

.selected-label input:checked ~ .selected-content {
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5);
    border: solid 2px #3057d5;
}

.selected-label input:checked ~ .selected-content-address {
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5);
    border: solid 2px #3057d5;
}

.default-icon {
    display: inline-block;
    font-size: 12px;
    color: #ff4747;
    /* background: #fff1f1; */
    border-radius: 2px;
    line-height: 18px;
    font-weight: 600;
}

/* Payment Card */

/* Mob Navigation */

.container-mob > ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.dropdown-mob {
    position: relative;
}

.dropdown-mob a {
    text-decoration: none;
}

.dropdown-mob [data-toggle="dropdown-mob"] {
    display: block;
    color: white;
    background: #000057;
    -moz-box-shadow: 0 1px 0 #000057 inset, 0 -1px 0 #000057 inset;
    -webkit-box-shadow: 0 1px 0 #000057 inset, 0 -1px 0 #000057 inset;
    box-shadow: 0 1px 0 #000057 inset, 0 -1px 0 #000057 inset;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    padding: 10px;
}

.dropdown-mob [data-toggle="dropdown-mob"]:hover {
    background: #000057;
}

.dropdown-mob [data-toggle="dropdown-mob"]:before {
    position: absolute;
    display: block;
    content: "\25BC";
    font-size: 0.7em;
    color: #fff;
    top: 13px;
    right: 10px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}

.dropdown-mob > .dropdown-mob-menu {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -moz-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
    -webkit-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
    animation: hideAnimation 0.4s ease-out;
    -moz-animation: hideAnimation 0.4s ease-out;
    -webkit-animation: hideAnimation 0.4s ease-out;
}

.dropdown-mob > .dropdown-mob-menu li {
    padding: 0;
}

.dropdown-mob > .dropdown-mob-menu li a {
    display: block;
    color: #6f6f6f;
    background: #eee;
    -moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
    -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
    box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
    padding: 10px 10px;
}

.dropdown-mob > .dropdown-mob-menu li a:hover {
    background: #f6f6f6;
}

.dropdown-mob > input[type="checkbox"] {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.dropdown-mob > input[type="checkbox"]:checked ~ .dropdown-mob-menu {
    max-height: 9999px;
    display: block;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    animation: showAnimation 0.5s ease-in-out;
    -moz-animation: showAnimation 0.5s ease-in-out;
    -webkit-animation: showAnimation 0.5s ease-in-out;
    -moz-transition: max-height 2s ease-in-out;
    -o-transition: max-height 2s ease-in-out;
    -webkit-transition: max-height 2s ease-in-out;
    transition: max-height 2s ease-in-out;
}

.dropdown-mob
    > input[type="checkbox"]:checked
    + a[data-toggle="dropdown-mob"]:before {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}

@keyframes showAnimation {
    0% {
        -moz-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }
    40% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }
    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }
    80% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }
    100% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }
    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }
    100% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-moz-keyframes showAnimation {
    0% {
        -moz-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }
    40% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }
    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }
    80% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }
    100% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }
    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }
    100% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-webkit-keyframes showAnimation {
    0% {
        -moz-transform: scaleY(0.1);
        -ms-transform: scaleY(0.1);
        -webkit-transform: scaleY(0.1);
        transform: scaleY(0.1);
    }
    40% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }
    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }
    80% {
        -moz-transform: scaleY(1.04);
        -ms-transform: scaleY(1.04);
        -webkit-transform: scaleY(1.04);
        transform: scaleY(1.04);
    }
    100% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }
    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }
    100% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes hideAnimation {
    0% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }
    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }
    100% {
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@-moz-keyframes hideAnimation {
    0% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }
    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }
    100% {
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

@-webkit-keyframes hideAnimation {
    0% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    60% {
        -moz-transform: scaleY(0.98);
        -ms-transform: scaleY(0.98);
        -webkit-transform: scaleY(0.98);
        transform: scaleY(0.98);
    }
    80% {
        -moz-transform: scaleY(1.02);
        -ms-transform: scaleY(1.02);
        -webkit-transform: scaleY(1.02);
        transform: scaleY(1.02);
    }
    100% {
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }
}

.calculate-shipping {
    font-size: 14px;
}

/* Mob Navigation */

.box-banner {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.our-services {
    margin-top: 70px;
    padding-bottom: 30px;
    padding: 10px 20px;
    min-height: 175px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 25px 0 rgba(20, 27, 202, 0.17);
}

.our-services h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.box-banner-icon {
    font-size: 50px;
    color: #ec2024;
}

.our-services:hover h4,
.our-service :hover,
.our-services:hover p {
    color: #fff;
}

.speedup:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%);
}

.settings:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%);
}

.privacy:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%);
}

.btn-print {
    width: 54px;
}

.btn-print i {
    margin-top: 14px;
    font-size: large;
}

.blue {
    background-color: #000057;
    min-width: 250px;
}

.terms-and-conditions p {
    text-align: justify;
}

.faq-section {
    background: #fdfdfd;
    min-height: 100vh;
    padding: 10vh 0 0;
}

.faq-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
}

.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #ec2024;
    bottom: -25px;
    margin-left: -30px;
}

.faq-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.faq {
    background: #ffffff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}

.faq .card {
    border: none;
    background: none;
    border-bottom: 1px dashed #cee1f8;
}

.faq .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(233, 30, 99, 0.1);
    padding-left: 10px;
}

.faq .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
    color: #3b566e;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: #ec2024;
    color: #fff;
    font-size: 12px;
    margin-right: 20px;
}

.faq .card .card-body {
    padding: 2px;
    padding-left: 35px;
    padding-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
    color: #6f8ba4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 1px solid #f3f8ff;
}

.faq .card .card-body p {
    margin-bottom: 14px;
}

@media (max-width: 991px) {
    .faq {
        margin-bottom: 30px;
    }
    .faq .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}

/* Google login button */

.login-with-google-btn {
    transition: background-color 0.3s, box-shadow 0.3s;
    padding: 12px 16px 12px 42px;
    border: none;
    border-radius: 3px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
        Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;
    width: 100%;
}

.login-with-facebook-btn {
    background-image: url(../../assets/images/icon/fb.png);
    background-color: #3b5998;
    color: #fff;
}

.login-with-google-btn:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25);
}

.login-with-google-btn:active {
    background-color: #eeeeee;
}

.login-with-google-btn:focus {
    outline: none;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25),
        0 0 0 3px #c8dafc;
}

.login-with-google-btn:disabled {
    filter: grayscale(100%);
    /* background-color: #ebebeb; */
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
    cursor: not-allowed;
}

/* Google login button */

.page-divider {
    margin-top: 22px;
}

.page-divider:before,
.page-divider:after {
    margin-left: 10px;
    margin-right: 10px;
    background-color: gray;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 20%;
}

.Rate {
    margin-left: -6px;
}

.ribbon-no-stock {
    /* width: 25rem; */
    border-radius: 1rem;
    background: white;
    box-shadow: 4px 4px 15px rgba(#000, 0.15);
    position: relative;
    color: #434343;
}

.ribbon-no-stock .card__container {
    padding: 2rem;
    width: 100%;
    height: 100%;
    background: white;
    border-radius: 1rem;
    position: relative;
}

.ribbon-no-stock .card__header {
    margin-bottom: 1rem;
    font-family: "Playfair Display", serif;
}

.ribbon-no-stock .card__body {
    font-family: "Roboto", sans-serif;
}

.ribbon-no-stock::before {
    position: absolute;
    top: 2rem;
    right: -1px;
    content: "";
    background: #ec2023e0;
    height: 28px;
    width: 28px;
    transform: rotate(45deg);
    z-index: -1;
}

.ribbon-no-stock::after {
    position: absolute;
    content: attr(data-label);
    top: 8px;
    right: -8px;
    padding: 0.5rem;
    width: 7rem;
    background: #ec2023e0;
    color: white;
    text-align: center;
    /* font-family: "Roboto", sans-serif; */
    box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}
