<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.evenSection {
    background: #fbfbfb;
}

.catBox {
    display: block;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
}

.imageBox img {
    width: 100%;
    height: 100%;
}

.imageBox {
    width: 70px;
    height: 70px;
    background: #f5f5f5;
    padding: 5px;
    border-radius: 100%;
    margin: 0 auto;
}

.catBox .catDetial {
    font-size: 13px !important;
}


/****** 22/jan/2021*****/

.no-arrow .slick-next,
.no-arrow .slick-prev {
    display: block !important;
}

.slick-prev:before,
.slick-next:before {
    font-size: 25px;
    line-height: 1;
    color: #757474;
}

.slick-prev {
    left: -30px;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart {
    padding: 15px 0px;
    height: 350px;
    box-shadow: 0px 0px 10px #ccc;
    visibility: inherit;
}

.main-menu .menu-right .icon-nav .onhover-div .show-div.shopping-cart li {
    width: 96%;
}

.fix-height {
    height: 245px;
    height: 245px;
    overflow-y: auto;
}

.fix-total {
    position: fixed !important;
    left: 0;
    bottom: 10px;
    padding: 0px 10px;
    z-index: 1111;
}

#scroll-custome::-webkit-scrollbar {
    width: 5px;
    background: var(--theme-deafult);
}

.cart-icon {
    display: block;
    background: #ff5d5e;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #ff5d5e;
    font-size: 8px !important;
    border-radius: 100%;
    position: absolute;
    top: -4px;
    padding-top: 3px;
    right: -12px;
    z-index: 1;
    border: 2px solid #fff;
}

div#setting-icon {
    display: none;
}

.dark-light {
    display: none;
}

.media {
    padding: 0px 10px;
}

.catDetial {
    color: #000;
    font-size: 16px;
}


/******* 27 jan 2021*****/

ul.onhover-show-div.logDrop {
    box-shadow: 0 2px 4px #999999;
    border-radius: 2px !important;
}

.address-box {
    margin-bottom: 0px;
}

.address-box p {
    margin-bottom: 10px;
}

.title-box-address {
    color: #444444;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.checkout-details.own-checkout {
    padding: 20px 40px !important;
    margin-bottom: 39px;
}

.custome-checkbox {
    position: absolute;
    left: -29px;
    top: 26px;
}

.order-box.order-box-res {
    margin-bottom: 0px;
}

.custom-control.custom-radio.custom-control-inline.payment-radio {
    position: absolute;
    margin-top: 20px;
}

.edit-delete-box {
    display: flex;
    justify-content: flex-end;
}

.edit-delete-box .edit {
    margin-right: 20px;
}

.edit-delete-box {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: -53px;
    padding: 3px 16px;
    background: #ffff;
}

.edit-delete-box img {
    width: 25px;
    padding: 4px;
    background: #ffffff;
}

.read-text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5 !important;
}

.href-images {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.checkout-product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5 !important;
}

.brand-logo img {
    width: 160px;
}

.footer-logo img {
    width: 200px;
}

.mycart-plan-text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5 !important;
}

.max-qty-xl {
    margin-top: 10px;
}

.outOfStockColor {
    color: var(--theme-deafult) !important;
}

.filled {
    color: #ff5d5e;
}

.blank {
    color: #ccc;
}

tr.last-price-text th,
tr.last-price-text td {
    border: 0;
}

.order-success-sec .order-detail li {
    font-size: 14px;
}

tr.last-price-text.details-product-tot {
    border-top: 1px solid #ccc;
    /* border-bottom: 1px solid #ccc; */
}

.product-heading h2 {
    font-size: 20px;
}

.product-heading h4 {
    font-size: 18px;
    border-bottom: 1px dashed #ccc;
}

.product-right.product-heading .color-variant li {
    height: 40px;
    width: 40px;
    cursor: pointer;
    border: 2px solid #ccc;
    border-radius: 0px;
}

.product-right.product-heading .color-variant li.active {
    height: 40px;
    width: 40px;
    cursor: pointer;
    border: 2px solid #ff5d5e;
    border-radius: 0px;
}

p.quick_view_desc.view_desc-modal {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 10;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5 !important;
}

.quick-view-img.view-img-modal img {
    width: 300px;
    height: 300px;
    object-fit: contain;
}

.product-right.product-heading-fonts h2.quick_view_name {
    font-size: 20px;
}

.product-right.product-heading-fonts h3.quick_view_mrp {
    font-size: 18px;
}

.product-right.product-heading-fonts h3 {
    font-size: 19px;
    margin-bottom: 5px;
    display: inline-block;
}

h6.tit-pro-sub-catogries {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5 !important;
}

.mobile-login-icon span {
    font-size: 18px;
    /* margin-right: 15px; */
    color: #ffffff;
}

.btnSize button {
    padding: 6px 0px;
}

a.fbBtn.iconImg {
    color: #ffff;
}

.tabForm input {
    box-shadow: unset !important;
}

.fa-check:before,
.fa-times:before {
    display: none;
}

.intl-tel-input .flag-container {
    position: absolute;
    top: 10px !important;
    bottom: unset !important;
    right: 0;
    padding: 1px;
}

.user-list li {
    width: 100%;
    display: block;
}

ul.loginSignDrop li a {
    color: #000000;
}

ul#top-tab li a {
    padding-bottom: 10px 10px 10px 10px !important;
    background: transparent !important;
}

input {
    box-shadow: unset !important;
}

.colllection-filters-custom.space-filter {
    position: sticky;
    top: 5%;
}

form input {
    box-shadow: unset !important;
}

@media(max-width: 1399px) {
    .home-slider {
        height: 45h;
    }
}

@media(max-width: 1199px) {
    .home-slider .home {
        height: 38vh;
    }
}

@media(max-width: 1023px) {
    .home-slider .home {
        height: 31vh;
    }
    .slick-arrow {
        display: none !important;
    }
}

@media(max-width: 991px) {
    .home-slider .home {
        height: 24vh;
    }
    .slick-arrow {
        display: none !important;
    }
}

@media(max-width: 767px) {
    .catBox {
        text-align: center;
        display: grid;
    }
    .imageBox {
        margin: 0 auto;
    }
    .catDetial {
        font-size: 18px;
    }
    .slick-next {
        right: 42%;
        /* bottom: 5px; */
        top: 135px;
    }
    .slick-prev {
        left: 42%;
        /* bottom: 5px; */
        top: 135px;
    }
    .imageBox img {
        margin: 0 auto;
        width: 75px;
    }
    .home-slider .home {
        height: 165px !important;
    }
    .slick-arrow {
        display: none !important;
    }
}

@media(max-width: 575px) {
    .home-slider .home {
        height: 215px !important
    }
    /* .slick-slide.slick-current.slick-active {
        width: 100% !important;
    } */
    .slick-arrow {
        display: none !important;
    }
}


/****29 jan 2021****/

.para-text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.center-text {
    margin-bottom: 15px;
    color: #777777;
}

ul.list-text li {
    list-style: circle!important;
    line-height: 25px;
    /* padding-left: 20px; */
    display: list-item;
    margin-left: 45px;
    font-size: 16px;
    color: #777777;
}

ul.list-text {
    margin-bottom: 25px;
}

.border.detail-table table tr td:first-child {
    font-weight: normal !important;
    color: #878787 !important;
}

.border.detail-table table,
.border.detail-table tr {
    width: 100%;
}

.border.detail-table td.col-4-12 {
    width: 25%;
}

.border.detail-table td.col-8-12 {
    width: 75%;
    padding-left: 20px;
}

p.product-of-sub-cat {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 23px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.img-wrapper .custom-front a,
.custom-bg-img {
    background-size: contain !important;
    margin-bottom: 20px;
}

@media(max-width:1199px) {
    .tab-product .tab-content.nav-material .single-product-tables table {
        width: 100% !important;
    }
}


/*****01 Feb 2020* Track Order Details*****/

.track.order-list ul li {
    display: list-item;
    height: 100px;
    margin-top: 100px;
    position: relative;
    list-style: none;
}

.track.order-list ul {
    position: relative;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

.track.order-list ul li:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: var(--theme-deafult);
    position: absolute;
    border-radius: 100px;
    left: -28px;
}

.track.order-list ul::before {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    background: var(--theme-deafult);
    position: absolute;
    left: 0px;
    top: -35px;
}

.track.order-list ul li h4 {
    padding-left: 20px;
}


/****04 feb 2021 *************/

.custome-collection .bg-size.blur-up.lazyloaded {
    height: 110px !important;
    background-repeat: no-repeat;
    background-size: contain !important;
}

.ratio_square .bg-size:before {
    padding-top: 0%;
}

h3.sub-heading-cat {
    font-size: 16px !important;
    font-weight: 600;
}


/* .product-des-line p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5 !important;
} */

.details-img-style {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

.details-img-style img {
    width: 300px;
    height: 300px;
    text-align: -webkit-center;
    object-fit: contain;
}

.show-img-slide img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: auto;
}

.product-center-show {
    justify-content: center;
}

.banner-Sub-Category {
    display: flex;
    justify-content: end;
    align-items: center;
}

.banner-Sub-Category a img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}

td.line-show-min a {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5 !important;
}

.search-count.custom-section-pro {
    border-bottom: 0px !important;
}

li.bg-variant-custome img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    vertical-align: text-top;
}

.product-box .img-wrapper,
.product-wrap .img-wrapper {
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: 1px solid #f1e7e7;
    padding: 20px;
    border-radius: 4px;
}

.has-error .help-block {
    color: red;
}


/*12 Feb 2021*/

.top-header .header-contact li i {
    color: #ffffff !important;
}

.top-header .header-dropdown li:hover i {
    color: #ffffff !important;
}

.header-dropdown .logDrop li:hover a {
    color: #FF5D5E !important;
}

.game-product .product-box .add-button {
    display: block;
    left: 0;
}

.contact-right .media-body a {
    color: #777777 !important;
    transition: 0.5s ease;
}

.contact-right .media-body a:hover {
    color: #ff4c3b !important;
}

.qty-box .input-group-prepend {
    z-index: 0 !important;
}

.brand-heading {
    color: var(--theme-deafult);
    border-bottom: 0px !important;
}

.ratting-box {
    font-size: 17px;
    margin-bottom: 12px;
}

.ratting-link i {
    color: #dddddd !important;
}

.ratting-link.active i {
    color: var(--theme-deafult) !important;
}

.product-right .product-buttons .addToCart {
    width: 185px !important;
}

.cinput {
    border-bottom: 1px solid #ddd !important;
}

.cinput:focus {
    outline: 0px !important;
}

.banner-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 180px;
    position: relative;
    margin-top: -25px;
    border-radius: 10px 10px 0px 0px;
    background-color: #FFE983;
}

img.form-logo {
    height: 50px;
}

p.short-des {
    line-height: 20px;
    margin-bottom: 30px;
}

button.close.modal-closeicon {
    color: #000;
}

.login-modal-content {
    border-radius: 10px;
    border: 0px;
}

.banner-content {
    z-index: 99;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.modal-closeicon {
    z-index: 99;
    color: #fff;
    padding-right: 22px !important;
}

.register-page .btn-solid {
    color: #000 !important;
}

.-main-para-text span {
    font-size: 14px !important;
    color: #777777;
    line-height: 1 !important;
}

.remove_icon {
    color: #cc0001 !important;
    font-size: 20px !important;
}

.cart-section tbody tr td a img,
.cart-section tbody tr td p img,
.wishlist-section tbody tr td a img,
.wishlist-section tbody tr td p img {
    width: 90px !important;
    object-fit: contain !important;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 4px;
}

.cart-section tbody tr td h2,
.wishlist-section tbody tr td h2 {
    font-size: 16px !important;
}

.cart-section .input-number {
    border-radius: 20px;
}

.loginFormModal {
    padding: 40px 30px;
}

.loginFormModal input {
    box-shadow: unset !important;
    border: 0px !important;
    border-bottom: 1px solid #ced4da !important;
}

.intl-tel-input.separate-dial-code .selected-flag {
    border-right: 0px !important;
}

.loginFormModal input:focus {
    outline: 0px !important;
}

.btn-address {
    background-color: #28a745 !important;
    padding: 13px 10px;
    color: #ffffff !important;
    letter-spacing: 0.05em;
    border: 2px solid #28a745;
}

.btn-address:hover {
    background-color: #ffffff !important;
    padding: 13px 10px;
    color: #000 !important;
    letter-spacing: 0.05em;
    border: 2px solid #28a745;
}

.slick-prev,
.slick-next {
    z-index: 999 !important;
}

.offer-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.header-search-box {
    width: 750px !important;
    /* box-shadow: 0px 0px 1px rgb(0 0 0 / 70%); */
}

.header-search-box input {
    background-color: #ffffff !important;
    background-clip: unset !important;
    /* border: 1px solid #ffffff !important; */
    border-radius: 5px 0px 0px 5px;
    /* box-shadow: unset !important; */
    box-shadow: 0px 0px 1px rgb(0 0 0 / 70%);
}

.header-search-box .input-group-text {
    /* background-color: #ffffff !important;
    color: #ff5d5e !important;
    border: 1px solid #ffffff !important; */
    cursor: pointer;
    /* border-radius: 4px 0px 0px 4px; */
    margin-left: -3px;
}

.header-search-box input:focus {
    outline: 0px !important;
}

.btn-login {
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 11px;
    margin-right: 30px;
}

.main-menu .menu-right {
    align-items: center;
}

.text-red {
    color: #ff5d5e;
}

.googlEBtn img,
.facebookBtn img {
    width: 18px;
    margin-right: 5px;
}

.facebookBtn {
    background: #3B5999;
    border: 1px solid #3B5999;
    color: #fff;
}

.googlEBtn {
    background: #FFFFFF;
    border: 1px solid #000000;
    outline: 0;
}

.login-social-btn {
    border-radius: 32px 32px 32px 32px;
}

.logobrand-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0px;
    overflow-x: auto;
}


/* .container-fluid.custom-container {
    background: #ff5d5e;
} */

.container-fluid.custom-container {
    background: #fff;
}


/* .headerlogin-icon {
    color: #ffffff;
    font-size: 26px;
} */

.headerlogin-icon:hover {
    color: #3f2a2a;
}

.main-menu .menu-right .icon-nav li {
    vertical-align: middle;
}

.game-product .product-box:hover .img-wrapper {
    border: 1px solid var(--theme-deafult);
    box-shadow: 0px 11px 13.35px 1.65px rgb(148 148 148 / 23%);
}


/*product banner section*/

.product-banner-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    height: 500px;
    position: relative;
}

.product-banner-section::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: #0000001f;
}

.collection .collection-block {
    border: 1px solid #f1e7e7;
    transition: 0.3s ease all;
    padding: 20px 10px;
}

.collection .collection-block:hover {
    border: 1px solid var(--theme-deafult);
    box-shadow: 0px 11px 13.35px 1.65px rgb(148 148 148 / 23%);
}

.product-wrapper-grid .product-box {}


/*media query*/

.code-text {
    border: 0px !important;
    box-shadow: 0px 0px 0px red !important;
}

.pinCode-input {
    border-bottom: 2px solid #ff4c3b !important;
    align-items: center;
}

.pinCodecss {
    color: #ff4c3b !important;
}

@media(max-width: 992px) {
    .header-search-box {
        width: 100% !important;
    }
    .btn-login {
        margin-left: 20px;
        margin-right: 20px !important;
    }
}

@media(max-width: 768px) {}

@media(max-width: 577px) {
    .btn-address {
        padding: 7px 4px !important;
        font-size: 12.5px;
    }
    .main-menu {
        padding: 10px 0px 55px 0px;
    }
    .header-search-box {
        width: 100% !important;
        position: absolute;
        top: 78px;
        left: 0px;
    }
    .brand-logo img {
        height: unset !important;
    }
    /* .mobile-login-icon {
        position: fixed;
        bottom: 10px;
        right: 40%;
        font-size: 0;
        padding: 0 !important;
    } */
    .headerlogin-icon {
        color: #878787;
        font-size: 26px;
    }
}

.activeWishlist {
    background-color: red !important;
    color: #fff !important;
    font-weight: bold;
}

.pDetailWishlisted {
    color: red;
}

.checkout-left {
    background: #fff;
    padding: 25px 15px;
    height: 100%;
}

.delivery_address .delivery-title {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
    color: #4c4c4c;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.delivery_address p {
    font-size: 14px;
    font-weight: 400;
}

.delivery_address a {
    font-size: 13px;
    font-weight: 400;
}

.itemcartBox {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.itemimg {
    width: 70px;
    height: 70px;
    border: 1px solid #eee;
    border-radius: 6px;
}

.itemimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.counter-btn {
    border: 0;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 13px;
}

.itemDetail {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}

.itemPrice {
    text-align: right;
    float: right;
    width: 20%;
}

.itemQuantity {
    width: 30%;
}

.itemPrice span {
    display: block;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
}

.itemPrice small {
    line-height: 14px;
    display: block;
    opacity: .7;
}

.checkout-right {
    background: #fff;
    padding: 20px 15px;
    height: 100%;
}

.itemTitle {
    width: 260px;
}

.message-img {
    border: 1px dashed #84d0db;
    background: #e8f6f8;
    padding: 20px;
    font-size: 15px;
    color: #62a1ab;
    align-items: center;
    display: flex;
}

.fa-1x {
    font-size: 20px;
}

ul.cart-p-info {
    margin-top: 20px;
    width: 100%;
    text-align: right;
}

ul.cart-p-info li {
    display: table-row;
    width: 100%;
    float: right;
    line-height: 25px;
}

ul.cart-p-info li span {
    text-align: right;
    padding-bottom: 5px;
    color: #585858;
    font-size: 14px;
    padding-left: 20px;
}

li.grandtotal span {
    font-size: 17px !important;
    font-weight: 800;
}

li.grandtotal {
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px dashed #d2d2d2;
}


/********login-reg css****/

html,
body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

.logiNnav {
    background: #ff5d5e;
}

body {
    background: #e8dfdf42;
}

.banner-logo {
    position: absolute;
    top: 50px;
    left: 0px;
    padding: 30px;
    text-align: center;
    width: 100%;
}

.brand-login img {
    width: 200px;
    padding: 10px 0px;
}

section.loginForm {
    padding: 50px 0px;
}

.brand-login {
    position: relative;
}

.loginBanner {
    position: relative;
}

.loginBanner img {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.loginInner {
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 6%);
    background: #ffffff;
}

.tabForm .form-group {
    margin-bottom: 30px;
}

.tabForm {
    margin-top: 30px;
}

.tabForm .form-group input {
    border: 0px;
    border-bottom: 1px solid #ff5d5e;
    border-radius: 0;
}

.tabForm .form-control:focus {
    box-shadow: unset;
}


/*  .bannerText {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}*/

.bannerText h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.bannerText p {
    font-size: 14px;
    color: #000000;
}

button.btn.loginSignBtn {
    width: 100%;
    background: #ff5d5e;
    border-radius: 0px;
    border: 0;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.loginSocialLink h3 {
    font-size: 16px;
    font-weight: 800;
    font-family: ui-monospace;
}

.loginSocialLink {
    margin: 30px 0px;
}

.iconImg img {
    width: 20px;
    margin-right: 14px;
}

h3.heading-social {
    font-size: 16px;
    margin: 20px 0px;
    font-weight: 600;
    color: #000;
}

.btnSize button {
    width: 100%;
}

.btnSize:hover {
    box-shadow: 0px 4px 10px #ccc;
}

a.fbBtn.iconImg {
    background: #3c5a98;
    border: 1px solid #3c5a98;
    width: 100% !important;
    display: block;
    text-align: center;
    padding: 4px;
}

a.googlEBtn.iconImg {
    background: #0000;
    border: 1px solid #ff5d5e;
    color: #ff5d5e;
    width: 100% !important;
    display: block;
    text-align: center;
    padding: 4px;
}

a:focus {
    outline: 0px !important;
}

.banner-logo img {
    width: 207px;
    height: 100%;
}

.innerLogin {
    padding: 115px 45px 115px 15px;
}

.innerLoginReg {
    padding: 37px 45px 37px 15px;
}

.innerOtp {
    padding: 150px 45px 150px 15px;
}

.backBtn img {
    width: 20px;
}

.backBtn {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 1;
    background: #ff5d5e;
    padding: 9px;
    border-radius: 100%;
    line-height: 0;
}

.backBtn a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

h6.sideProducttext {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5 !important;
    margin-right: 0px !important;
}

.media.sideMenuimg img {
    width: 170px;
    height: 170px;
    object-fit: contain;
}


/* .btn-solid {
    padding: 0px 29px;
} */

.transWishlist,
.cartWishlist1 {
    font-size: 16px;
    padding: 5px;
    background: #71b44f;
    color: #fff;
    margin-left: 10px;
}

.transWishlist {
    background: #ed1313;
}

button.btn.loginSignBtn {
    width: 100%;
    background: #ff5d5e;
    border-radius: 0px;
    border: 0;
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.searchiconaddon {
    position: relative;
    width: calc(100% - 100px);
}

.fa_search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12px;
    color: #b5aeae;
}

.fa_search_btn {
    background: #ff5d5e !important;
    color: #fff;
    width: 100px;
    padding: 0;
    height: calc(1.5em + 0.75rem + 2px);
    border: 0;
    border-radius: 5px !important;
    justify-content: center;
}

.iconbox span {
    font-size: 12px;
    color: #666;
    font-weight: 600;
}

.iconbox em {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #ff5d5e;
}

.iconbox {
    position: relative;
}


/***HOME Page**/

.top-product-box .media {
    display: block;
    text-align: center;
}

.top-product-box .sideMenuimg {
    border: 0 !important
}

.top-product-box .media.sideMenuimg img {
    width: 100%;
    height: 205px;
    object-fit: contain;
    /* border: 1px solid #f1e7e7; */
    padding: 10px;
    border-radius: 3px;
    margin: 0 auto;
}

.top_product_row .media:last-child img {
    margin-bottom: 0 !important;
}

.top_product_row {
    display: flex !important;
    justify-content: center;
}

.top-product-box .media-body {
    margin-top: 25px;
}

.top-product-box .slick-prev,
.top-product-box .slick-next {
    z-index: 999 !important;
    background: #ff5d5e;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
}

.top-product-box .slick-prev {
    left: 0;
    right: 25px;
}

.top-product-box .slick-prev,
.top-product-box .slick-next {
    top: 50%;
    transform: translateY(-50%);
}

.top-product-box .media-body h4 {
    color: #ff5d5e !important;
}

.top-product-box .slick-arrow {
    display: none !important;
}

.banner-tools {
    text-align: center;
    height: 400px;
}

.breadcrumb-section .breadcrumb {
    justify-content: left;
}

.qty-box .input-group .form-control {
    text-align: center;
    width: 40px;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding: 0 !important;
}

.review-box {
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    padding: 20px;
    background: #fff;
}

.qoute-icon {
    color: #ff5d5e;
    font-size: 30px;
    opacity: 0.5;
}

.rating-icon li {
    font-size: 20px;
    color: #c9c9c9;
    margin-right: 5px;
}

.rating-icon {
    display: flex;
    margin-bottom: 15px;
    ;
}

.review-message {
    font-size: 17px;
    font-weight: 500;
    color: #000;
}

.rated {
    color: orange;
}

.review-sender {
    display: flex;
    align-items: center;
}

.send-img img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    object-fit: contain;
}

.send-img {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #e9e9e9;
    margin-right: 14px;
    font-weight: 600;
}

.review-sender p {
    margin-bottom: 0;
    font-size: 15px
}

.review-section .slick-prev:before,
.review-section .slick-next:before {
    font-size: 25px;
    line-height: 1;
    color: #ff5d5e;
}

.slider-section .carousel-control-prev,
.slider-section .carousel-control-next,
.pImagesPreview .carousel-control-prev,
.pImagesPreview .carousel-control-next {
    background: #ffffff85;
    border: 0;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    border-radius: 50%;
    font-size: 22px;
    text-align: center;
    color: #000;
    opacity: 1;
}

.pImagesPreview .carousel-control-prev,
.pImagesPreview .carousel-control-next {
    background: #ff5d5e55;
    color: #ff5d5e;
}

.slider-section .carousel-control-prev,
.pImagesPreview .carousel-control-prev {
    left: 0px;
    opacity: 0;
    transition: all .3s ease-in;
}

.slider-section:hover .carousel-control-prev {
    left: 60px;
    opacity: 1;
}

.pImagesPreview:hover .carousel-control-prev {
    left: 30px;
    opacity: 1;
}

.slider-section .carousel-control-next,
.pImagesPreview .carousel-control-next {
    right: 0px;
    opacity: 0;
    transition: all .3s ease-in;
}

.slider-section:hover .carousel-control-next {
    right: 60px;
    opacity: 1;
}

.pImagesPreview:hover .carousel-control-next {
    right: 30px;
    opacity: 1;
}

.pImagesPreview:hover .carousel-indicators li {
    background-color: #ff5d5e;
}

.coupon-box {
    background: #fff3f3;
    padding: 15px 15px;
    border: 1px dashed #ff5d5e;
}

.coupon-box label {
    color: #ff5d5e;
}

.coupon-box.message-img {
    color: #ff5d5e;
    justify-content: space-between;
}

.coupon-box input {
    min-height: 40px;
    border: 0;
    box-shadow: none !important;
    line-height: 40px !important;
}

.coupon-box button,
.coupon-box button:hover {
    min-height: 40px;
    line-height: 40px !important;
    padding: 0 10px !important;
    background: #ff5d5e;
    border: 0;
    text-align: center;
}

.coupon-box .btn-danger,
.coupon-box .btn-danger :hover {
    background: transparent !important;
    font-size: 21px;
    color: #ff5d5e;
}

.wishlist-box {
    width: 100%;
    display: block;
    position: relative;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.wishlist-media {
    width: 100%;
    height: 170px;
    border: 1px solid #f1e7e7;
    padding: 20px;
    margin-bottom: 15px;
}

.wishlist-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wishlist-content {
    text-align: center;
    min-height: 80px;
}

.wishlist-content h4 .mycart-plan-text {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5 !important;
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 5px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #777777 !important;
}

.product_baserate {
    font-size: 18px;
    color: #ff5d5e;
    font-weight: 700;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* .wishlist-box:hover .wishlist-action
{
    display: flex;
} */


/* .wishlist-action {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;    
    justify-content: space-between;
    align-items: flex-end;
    padding: 0;
    display: none;
    
}
.wishlist-action .remove_icon {
    line-height: normal;
}
.wishlist-action .transWishlist, 
.wishlist-action .cartWishlist1
{
    margin-right: 5px;
    margin-left: 0;
} */

.wishlist-action {
    display: flex;
    align-items: flex-end;
    padding: 0;
    margin-top: 20px;
}

.wishlist-action .addToCart {
    width: 75%;
    background: #7c7c7c;
    padding: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff!important;
    border-radius: 3px;
}

.wishlist-action .addedToCart {
    width: 75%;
    background: #1b9165d1;
    padding: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff !important;
    border-radius: 3px;
    transition: all .4s;
}

.wishlist-action .addedToCart:hover {
    background: #1b9165;
}

.wishlist-action .remove_icon {
    width: calc(100% - 80%);
    height: 30px;
    background: #ff5d5e !important;
    line-height: 30px;
    padding: 0px !important;
    margin: 0 0 0 5% !important;
    text-align: center;
    border-radius: 5px;
}

.wishlist-action .transWishlist {
    background: transparent;
    padding: 0 !important;
    margin: 0 !important;
}

.orderlist-box {
    background: #fff;
    padding: 15px;
    border: 1px solid #ededed;
}

.orderlist-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #3c3c3c;
}

.orderlist-box p {
    font-size: 14px;
    color: #878787;
    margin-bottom: 5px;
    ;
}

.order-btn {
    min-width: 90px;
    text-align: center;
    text-transform: capitalize;
    border-radius: 5px;
}

.order-btn .fa_angle {
    display: none;
}

.filter-x-btn {
    display: none;
}


.itemTitle {
    width: 340px;
}

.checkout-flex-row {
    width: calc(100% - 350px);
    display: flex;
}

.itemQuantity {
    width: 60%;
    text-align: right;
}
.itemPrice {
    text-align: right;
    float: right;
    width: 40%;
}
.grand_total_h2 {
    font-size: 22px;
    text-align: center;
    margin-left: -27px;
}
.invoicebtn {
    text-transform: capitalize;
    font-size: 12px;
    border-radius: 5px;
}


.payment_li 
{
   display: flex;
   align-items: center;
}

.payment_li b {
    width: 40%;
}

.payment_li p {
    width: calc(100% - 40%);
    margin-bottom: 0;
}
.payment_li .badge {
    padding: 10px;
}
@media(max-width:1499px) 
{
    .payment_li 
    {
        display: block;
    }
    .payment_li p {
        width: 100%;
        margin-bottom: 0;
        margin-top: 14px;
    }
}
@media(max-width:1300px) {
    .header-search-box {
        width: 560px !important;
    }

    .itemTitle {
        width: 250px;
    }
    .checkout-flex-row {
        width: calc(100% - 250px);
        display: flex;
    }

    
}

@media(max-width:1024px) {
    .header-search-box {
        width: 500px !important;
    }
}

@media(max-width:991px) {
    .header-search-box {
        width: 100%!important;
    }
    .searchiconaddon {
        position: relative;
        width: calc(100% - 80px);
    }
    .fa_search_btn {
        width: 80px;
    }
    .order-btn {
        width: auto;
        min-width: auto;
        background: transparent;
        border: 0;
        color: #ccc;
        ;
    }
    .order-btn .fa_angle {
        display: block;
    }
    .order-btn span {
        display: none;
    }
}

@media(max-width:767px) {
    .xs-none {
        display: none;
    }
    .header-search-box {
        width: 100%!important;
        margin-top: 10px;
    }
    .logobrand-box {
        justify-content: left;
    }
    .hidden-t-x {
        display: none;
    }
    .cart-row-box {
        background: #fff;
    }
    .cart-p-image {
        width: 100px;
        min-width: 100px !important;
    }
    .cart-p-content {
        width: calc(100% - 100px);
        min-width: calc(100% - 100px) !important;
    }
    .cart-p-content .mycart-plan-text {
        text-align: left;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        color: #000;
        -webkit-box-align: unset !important;
    }
    .cart-p-content .qty-box input {
        background: transparent;
        border: 0 !important;
        box-shadow: none !important;
        width: 38px !important;
    }
    .cart-p-content .qty-box .input-group span button {
        background: #ff5d5e !important;
        border: 0px solid #ced4da;
        width: 22px;
        text-align: center;
        height: 22px;
        padding: 0 !important;
        line-height: 24px;
        border-radius: 50% !important;
    }
    .cart-p-content .qty-box .input-group button i {
        font-weight: 600;
        color: #fff;
        font-size: 13px !important;
    }
    .cart-p-content .qty-box .input-group {
        align-items: center;
        justify-content: left;
    }
    .cart-p-content .total_price_h2 {
        text-align: left;
        color: #333 !important
    }
    .col-12.pt-2.cart-bottom-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .cart-p-content .remove_icon {
        font-size: 14px !important;
        color: #ff5d5e !important;
    }
    .cart-p-content .max-qty-xl {
        font-size: 12px;
    }
    .cart-buttons .btn-c-x {
        font-size: 12px;
        ;
    }
    .breadcrumb-section .breadcrumb {
        justify-content: left !important;
        ;
        font-size: 13px !important;
        ;
        text-transform: capitalize !important;
        ;
        margin: 0 !important;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 22px;
    }
    .breadcrumb-section .breadcrumb .breadcrumb-item&gt;span {
        display: inline-block;
        padding: 0 .25rem;
        color: #6c757d;
        box-sizing: border-box;
    }
    .itemDetail {
        width: calc(100% - 70px);
        display: block;
        padding: 0px 15px;
    }
    .itemTitle {
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .itemQuantity {
        width: 30%;
        text-align: left;
    }
    .itemPrice {
        width: 70%;
        text-align: left;
    }
    .checkout-flex-row {
        display: flex;
        margin-top: 13px;
        width: 100%;
    }
    .itemPrice span {
        font-weight: 500;
        font-size: 15px;
        color: #ff5d5e;
    }
    .delivery_address p,
    .delivery-title {
        line-height: 20px;
    }
    .filters-box {
        display: flex;
        width: 100%;
    }
    .filter-x-btn {
        width: 40px;
        height: 40px;
        background: #ff5d5e;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        color: #fff;
        border-radius: 5px;
        margin-left: 10px;
        ;
    }
    .filter-p-sort {
        width: calc(100% - 40px);
    }
    .collection-filter {
        padding: 15px;
        max-width: 100%;
        left: -100%;
    }
    .filterheading {
        display: flex;
        align-items: center;
    }
    .filter-back {
        width: 30px;
    }
    .filtertitle {
        width: calc(100% - 30px);
        text-align: center;
        font-size: 20px !important;
        text-transform: capitalize !important;
        margin-left: -20px;
        font-weight: 700;
    }
    .grand_total_h2 {
        font-size: 22px;
        text-align: right;
        margin-left: -27px;
    }
}

@media(max-width:575px) {
    .brand-logo {
        position: relative;
        left: 0;
        margin-right: 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    /*******13 dec Responsive work******/
    .product-top-filter.topProductFilter {
        border: 0 !important;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter,
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count {
        width: 100% !important;
        border: 0 !important;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .search-count h5 {
        text-align: center;
    }
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-per-view select,
    .collection-product-wrapper .product-top-filter .product-filter-content .product-page-filter select {
        padding: 10px 20px 10px 20px;
        margin-top: 0px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    .gocart-main {
        position: absolute;
        left: 0;
        padding: 4px 0 !important;
        font-size: 12px;
        bottom: -3px;
        font-weight: 500;
        text-transform: capitalize;
    }
    .-main-para-text {
        padding: 0 15px;
    }
    .filter-x-btn {
        display: block;
    }
}
.-main-para-text span, .-main-para-text p {
    font-size: 14px !important;
    color: #777777;
    line-height: 22px !important;
    margin-bottom: 15px;
}

.top_cart_hover {
    position: relative;
    overflow: hidden;
    z-index: 0;
    border: 1px solid #f1e7e7;
    padding: 20px;
    border-radius: 4px;
}
.top_cart_hover .cart-info a i {
    background-color: white;
    border-radius: 100%;
    margin: 10px 0;
    padding: 8px;
    font-size: 16px;
    color: #6f6f6f;
    display: block;
}
.top_cart_hover .cart-info
{
    text-align: right;
    left: unset;
    bottom: 40px;
    right: 10px;  
    position: absolute;
    text-align: center;
    margin: 0 auto;
    display: inline-block;   
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.top_product_row .img-wrapper:hover .top_cart_hover .cart-info
{
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;      
}

.top_product_row .img-wrapper:hover .top_cart_hover
{
    border: 1px solid var(--theme-deafult);
    box-shadow: 0px 11px 13.35px 1.65px rgb(148 148 148 / 23%);
}


.top_cart_hover .cart-info i:hover {
    color: var(--theme-deafult);
}

.top_cart_hover  .add-button ,
.top_cart_hover  .gocart-main{
    display: block;
    left: 0;
}
.top_cart_hover  .gocart-main
{
    margin-bottom: 0 !important;
    line-height: normal;
    font-size: 14px !important;
}
.top_cart_hover .add-button ,
.top_cart_hover  .gocart-main{
    background-color: var(--theme-deafult);
    color: white;
    text-align: center;
    font-size: 18px;
    text-transform: capitalize;
    position: absolute;
    width: 100%;
    bottom: -40px;
    padding: 5px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

.top_cart_hover:hover .add-button ,
.top_cart_hover:hover .gocart-main
{
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}</pre></body></html>