* {
    padding: 0px;
    margin: 0px;
    font-family: vag;
    letter-spacing: 0.7px;
    font-weight: 400;
}

@font-face {
    font-family: vag;
    font-weight: 400;
    src: url(fonts/VAGRoundedStd-Black.otf);
}

@keyframes custom-round {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wraper {
    top: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.cust-loader {
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    border-radius: 50%;
    border-bottom: 0;
    animation: custom-round 1s linear infinite;
}


.carousel-wrapper {
    width: 100%;
    margin: 71px auto auto auto;
    position: relative;
    text-align: center;
    font-family: sans-serif;
}

.header-section-top {
    /* height: 95px; */
    padding: 15px 0px;
}

.logo img {
    width: 150px;
    height: 100px;
}

@media(max-width:767px) {
    .header-section-top {
        height: auto;
    }
}

.header-section-top .search_bar {
    height: 38px;
    border: 1px solid #FFCB05;
    border-radius: 50px;
    padding: 7px 10px;

    outline: none;
    margin-right: 10px;
    background-color: #fff;

}

.header-section-top .search_bar button {
    display: flex;
    align-items: center;
}

.header-section-top .search_bar button:focus {
    box-shadow: none;
}

.header-section-top .search_bar button img {
    width: 20px;
}

.header-section-top .search_bar input {
    border: none;
    background-color: transparent;
}

.header-section-top .search_bar input:focus {
    box-shadow: none;
}

.header-section-top .right-m a {
    position: relative;
}

.header-section-top .right-m a small {
    background-color: #7d256e;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    /* right: -21px; */
    right: 0;
    top: -9px;
}

.card-img1 figure img {
    width: 100%;
    height: 250px;
}

.card-img1 a {
    color: #000;
    text-decoration: none;
}

.card-img1 h1 {
    font-size: 16px;
    padding-left: 10px;
    height: 30px;
    margin-bottom: 20px;
}

.card-img1 p {
    font-size: 16px;
    padding-left: 10px;
}

.logo {
    /* width: 215px; */
    display: inline-block;
    display: inline-block;
    float: none;
    font-size: 18px;
    /* height: 100%; */
    padding: 0;
    vertical-align: middle;
}
/* .logo img{
    width: 100%;
} */
.main_logo_c img {
    width: 215px;
    /* height: 100%; */
}
#card-element .ElementsApp input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 10px 0;
}

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #5110e9;
}

.carousel-wrapper img {
    height: 450px;
}


.owl-carousel .item {
    text-align: center;
}

.owl-carousel .nav-button {
    height: 40px;
    width: 40px;
    cursor: pointer;
    position: absolute;
    top: 45% !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.owl-carousel .owl-prev {
    left: 10px;
    background: url(../images/left_icon.svg) no-repeat left 10px center #e2e2e2 !important;
    text-indent: 9999;
    background-size: 30px 30px !important;
}

.owl-carousel .owl-next {
    right: 10px;
    background: url(../images/right_icon.svg) no-repeat right 3px center #e2e2e2 !important;
    text-indent: 9999;
    background-size: 30px 30px !important;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 39px;
    line-height: 42px;
    text-indent: -9999px;
    background: #fff;
    border-radius: 50%;
}

.owl-carousel .prev-carousel:hover {
    /* background-position: 0px -53px; */
}

.owl-carousel .next-carousel:hover {
    /* background-position: -24px -53px; */
}

.right-m ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: nowrap;
    align-self: center;
}

.right-m ul li {
    margin-right: 20px;
}

.right-m ul li:last-child {
    margin-right: 0px;
}

.right-m a {
    color: rgb(67, 67, 67);
    text-decoration: none;
    display: flex;
}

.right-m a span {
    margin-right: 10px;
    color: #7d256e;
}

.right-m a:hover {
    color: blue;
}

.top-img-inner-right {
    display: flex;
    align-items: center;
}

.no-rev-text {
    padding-left: 12px;
}

.inner-right h2 {
    color: #5a074c;
    margin-top: 10px;
}

.inner-right h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.3em;
    color: #ffcb05;
    margin-top: 10px;
}

.b-quanty {
    width: 100px;
    height: 30px;
    padding: 5px;
}

.b-quality-m {
    padding-top: 15px;
}

.dds_calendar {
    border: 1px solid #7d256e;
    padding: 10px 18px 10px 70px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    box-shadow: 0 4px 24px #85858514;
    border-radius: 26px 8px 8px 26px;
    background: url(../images/clndr-new2.webp) no-repeat left center;
    max-width: 217px;
    width: 100%;
}

.shopify-payment-button__button {
    font-weight: 700;
    background: #FFCB05;
    color: #5a074c;
    border-radius: 4px;
    font-size: 20px;
    line-height: 1;
    border: 0px;
    width: 100%;
    min-height: 2.5rem;
}

.shopify-payment-button__button:hover {
    font-weight: 700;
    background: #5a074c;
    color: #FFCB05;
}

.input-text1 {
    width: 100%;
    margin-top: 5px;
    border: 1px solid #c5c4c4;
}

.modal-content .save {
    background-color: #5a074c;
    border-color: #5a074c;
}

.modal-content .save:hover {
    background-color: #FFCB05;
    border-color: #FFCB05;
}

.modal-content .close1 {
    background-color: #FFCB05;
    border-color: #FFCB05;
}

.modal-content .close1:hover {
    background-color: #5a074c;
    border-color: #5a074c;
}

.help-block {
    color: red;
    font-size: 13px;
}

.head-text4 {
    padding-bottom: 3rem;
    margin-bottom: 0px;
}

@media(max-width:1200px) {
    .carousel-wrapper img {
        height: auto;
    }

    .owl-carousel .nav-button {
        top: 40% !important;
    }
}


/* login page */
.login_page {
    margin: 40px auto;
}

.login_page h1 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}

.login_page input {
    border: 0;
    background: rgba(125, 37, 110, .05) !important;
    border-radius: 6px;
    height: 58px;
    padding: 0 18px !important;
    width: 100%;
}

.login_page input::placeholder {
    color: #000;
    font-size: 300;
}

.login_page input:focus {
    color: #212529;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.login_page span a {
    color: #5a074c;
    text-decoration: none;
    font-weight: 700;
}

.login_page .signin_btn {

    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #7d256e;
    background: #FFCB05;
    border-radius: 50px;
    text-decoration: none;
    padding: 14px 27px 10px;
    transition: .4s all ease-in-out;
    border: none;
    margin: 50px 0 20px 0;
}

.login_page .signin_btn:hover {
    background-color: #7d256e;
    color: #FFCB05;
}

.login_page p a {
    color: #5a074c;
    text-decoration: none;
    font-weight: 700;
}

/* login */
/* cart */
.cart_page {
    margin: 50px auto;
}

.cart_page table thead {
    background: rgb(125 37 110 / 14%);
    border: none;
}

.cart_page table thead th {
    font-size: 18px;
    font-weight: 300;
}

@media(max-width:575px) {
    .cart_page table thead th {
        font-size: 12px;
    }

    .cart_page table {
        width: 500px;
    }
}

.cart_page table tbody {
    border-style: initial;
}

.cart_page table tbody td {
    font-size: 15px;
    font-weight: 300;
}

.cart_page table tbody td button {
    border: none;

}

.cart_page table tbody td button img {
    width: 25px;
    height: 25px;
}

.cart_page table tbody td img {
    width: 80px;
    height: 80px;
}

.cart_page .update_bar {
    background: rgb(125 37 110 / 14%);
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

@media(max-width:575px) {
    .cart_page .update_bar {
        /* display: block; */
        text-align: center;
        align-items: center;
    }

    /* .cart_page .update_bar .continue_shipping {
        margin-bottom: 10px;
    } */
}

.cart_page .update_bar .continue_shipping {
    background-color: #fff;
    border-radius: 0;
    padding: 12px 20px;
    border: none;
    font-weight: normal;
}

.cart_page .update_bar .update_cart {
    background-color: #6c757d4d;
    border-radius: 0;
    padding: 12px 20px;
    border: none;
    font-weight: normal;
    margin-left: 12px;
}

.cart_page h6 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.cart_page label {
    font-size: 15px;
    display: block;
}

.cart_page input,
.cart_page select {
    border: 1px solid #7d256e29;
    background: rgba(125, 37, 110, .05) !important;
    border-radius: 6px;
    height: 58px;
    padding: 0 18px !important;
    width: 100%;
}

.cart_page ul {
    padding: 0;
}

.cart_page ul li {
    display: flex;
    justify-content: space-between;
}

.cart_page .checkout {
    background-color: green;
    border: 2px solid green;
    width: 100%;
    border: none;
    padding: 20px;
    color: #fff;
}

.cart_page .checkout:hover {
    background-color: transparent;
    border: 2px solid green;
    color: green;
}

/* cart */
/* Checkout */
.checkout-page {
    margin: 50px auto;
}

.checkout-page h4 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
}

.checkout-page label {
    font-size: 15px;

    margin-top: 12px;
}

.checkout-page .form-control,
.checkout-page select {
    border: 1px solid #7d256e29;
    background: rgba(125, 37, 110, .05) !important;
    border-radius: 6px;
    height: 58px;
    padding: 0 18px !important;
    width: 100%;
}

.checkout-page .form-control,
.checkout-page ::placeholder {
   color: #6c757d;
}

.checkout-page .add_button {

    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #7d256e;
    background: #FFCB05;
    border-radius: 50px;
    text-decoration: none;
    padding: 14px 27px 10px;
    transition: .4s all ease-in-out;
    margin-top: 20px;
}

.checkout-page .add_button:focus {
    box-shadow: none;
    outline: none;
}

/* Checkout */
/* OrderList */
.order_list {}

.order_list h4 {

    font-size: 25px;
    margin-bottom: 25px;
}

/* OrderList */
.home_page {
    padding-bottom: 40px;
}

.home_page .add-card {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #7d256e;
    background: #FFCB05;
    border-radius: 50px;
    text-decoration: none;
    padding: 14px 27px 10px;
    transition: .4s all ease-in-out;
    font-size: 18px;
    padding: 16px 25px 13px;
    border: none;
}

.home_page .add-card:hover {
    background-color: #7d256e;
    color: #FFCB05;
}

.home_page .card {
    padding: 20px 10px;
    border: none;
}

.details_small_img img {
    width: 100%;
    max-width: 100px;
    height: 100px;
    margin-top: 15px;
    margin-bottom: 20px;
}

@media(max-width:575px) {
    .details_small_img:nth-child(3) {
        display: none;
    }

    .details_small_img:nth-child(4) {
        display: none;
    }

    .details_small_img img {
        width: 100%;
        max-width: 100%;
        height: 200px;
    }
}

.spacer {
    margin-bottom: 30px;
}

.checkout-page .remove_button {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #7d256e;
    background: #FFCB05;
    border-radius: 50px;
    text-decoration: none;
    padding: 14px 27px 10px;
    transition: .4s all ease-in-out;
    margin-top: 20px;
}


.pages_link:hover {
    color: #FFCB05;
}

/* support 16-01-23 start */
.header-section-top .right-m a.hdr_cart{
    padding-right: 21px;
}

.cart-footer{
    display: flex;
    justify-content: flex-end;
}
/* support 16-01-23 start */



@media (max-width:991px){
    .cart_page table tbody td, .cart_page table thead th{
        min-width: 145px;
    }
}



@media (max-width:360px){
    .cart_page .update_bar .checkout{
        width: auto;
        padding: 20px 16px;
        font-size: 14px;
    }
    .cart_page .update_bar .continue_shipping{
        padding: 12px 15px;
        font-size: 14px;
    }
}