
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&amp;display=swap');

body {
    color: #545a5a;
    font-size: 14px;
    background-color: #F5F5F5;
    animation: bodyanimation 20s infinite;
    font-family: 'Roboto', sans-serif;
}

a {
    color: #f02137;
}

    a:hover {
        color: #f02137;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    color: #000;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}
.header .header-cart .total {
    line-height: 17px;
}
.text {
    color: #545a5a;
}

.p-100 {
    padding: 100px 20px;
}
.bg-gradient1 {
    background-image: linear-gradient(to bottom right, #e7eaf3, #f6ebff);
}

.bg-gradient2 {
    background-image: linear-gradient(to top right, #e7eaf3, #f6ebff);
}

.bg-1 {
    background: #fbf7f7;
    border-bottom: 1px solid #f1eaea;
}

.bg-2 {
    background: #e7eaf3;
}

.border-top-bottom {
    border-top: 1px solid #ebe8e8;
    border-bottom: 1px solid #ebe8e8;
}
.tooltip {
    z-index: 999999;
}
.tooltip-inner h5 {
    color: #fff;
    text-align: left;
    font-size: 14px;
    font-weight:600
}

.tooltip-inner {
    max-width: 300px;
    padding: 20px;
}

.tooltip-inner ul {
    padding-left: 0px;
    text-align: left;
    opacity: .9;
    list-style: none;
}
.tooltip-inner ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}
.tooltip-inner ul i {
    margin-right: 10px;
    font-size: 10px;
}

#divuserfeedback {
    border-bottom: 1px solid #ebebeb;
}
.bx-wrapper {
    max-width: 100% !important;
}
.feedback-wrp {
    padding: 50px 0px;
}
.feedback-wrp .container {
    position: relative;
}
.feedback-wrp .container:before {
    content: "";
    background: url(images/bgbanner.webp);
    background-position-y: -10%;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: -50px;
    left: -70px;
    background-size: 70%;
}
.feedback-wrp .section-title {
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 58px;
    max-width: 700px;
    color: #f6b314;
}
.feedback-single-box {
    background: #fff;
    padding: 15px 30px;
    border-radius: 4px;
}
.feedback-single-box .title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    line-height: 28px;
    white-space: nowrap;
}

.feedback-single-box .media {
    align-items: center;
    margin-top: 20px;
}

.feedback-single-box .media .thumbnail {
    height: 64px;
    width: 64px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    margin-right: 15px;
}

.feedback-single-box .media .thumbnail img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feedback-single-box p {
    height: 92px;
    overflow-y: auto;
    margin: 0px !important;
    color: #6d747a;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.feedback-wrp .top-control .bx-wrapper .bx-controls-direction {
    position: absolute;
    top: -70px;
    right: 0px;
    display: flex;
}
.feedback-wrp .top-control .bx-wrapper .bx-controls-direction a {
    border: 0px;
    background: transparent;
    overflow: hidden;
    position: relative;
    top: initial !important;
}
.feedback-wrp .top-control .bx-wrapper .bx-controls-direction a img {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0px, -50%);
}
.feedback-wrp .top-control .bx-wrapper .bx-controls-direction a.bx-prev {
    transform: rotate(180deg);
    margin-right: 25px;
    right: inherit;
}
.feedback-wrp .top-control .bx-wrapper .bx-controls-direction a.bx-next:active,
.feedback-wrp .top-control .bx-wrapper .bx-controls-direction a.bx-next:focus{
    width: 95px;
}
.feedback-wrp .top-control .bx-wrapper .bx-controls-direction a.bx-prev:active,
.feedback-wrp .top-control .bx-wrapper .bx-controls-direction a.bx-prev:focus {
    width: 95px;
}
.heading .section-title small {
    display: block;
    margin: 10px 0px 0px;
    font-size: 14px;
    line-height: 19px;
    padding-right: 110px;
}

.btn {
    font-weight: 500;
}

button:focus {
    outline: none;
}

.m-b-50 {
    margin-bottom: 50px;
}

a, img
.dropdown.show .dropdown-toggle::after,
.header-fixed .header-logo,
.header-fixed .header-nav .nav > li > a,
.item.item-thumbnail .item-image,
.item.item-thumbnail .item-info,
.listing-cunt li,
.social .social-list a i,
.policy .policy-icon i,
.address-list li .vertical-icon-btns,
.list-group-item,
.card,
.table.table-cart tr,
.item.item-thumbnail,
.promotion .promotion-image,
.item.item-thumbnail .cart-btn,
.exzoom .exzoom_nav .exzoom_nav_inner span img,
.item.item-thumbnail .item-image img,
.dropdown-menu-cart,
.accordion > .card.bg-light .card-header:before,
.address-list li .icon-box,
.code-list-box .code {
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

/*    .list-group-item:hover,
    .order-summary-box .list-group-item:hover,
    .order-summary-box .card:hover,
    .table.table-cart tr:hover {
        background: rgb(237 50 55 / 5%);
    }*/
/* ================ Begin Header CSS =============== */

.top-nav .nav > li > a:hover i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-menu .dropdown-menu-content:hover .cat-pic img {
    transform: scale(1.1);
}

.dropdown-menu.prod-menu .dropdown-menu-sidebar {
    width: 230px;
    border-right: 1px solid #dee2e6;
    display: block;
    height: 100%;
}

.dropdown.dropdown-full-width .dropdown-menu.three-col {
    width: 580px;
    left: inherit !important;
}

.dropdown-menu.three-col .dropdown-menu-sidebar {
    width: calc(100% / 3) !important;
    min-width: calc(100% / 3) !important;
    padding: 0 10px;
}

.dropdown-menu.three-col .dropdown-menu-container {
    min-width: 100%;
}

.sub-cat-list .dropdown-menu-list {
    min-height: 145px;
}

    .sub-cat-list .dropdown-menu-list li {
        width: calc(100% / 3) !important;
        float: left;
        margin: 0px 0px 5px !important;
    }

.dropdown .dropdown-menu-list > li > a.active {
    color: #f02137;
}

.dropdown-hover.search .dropdown-menu {
    left: inherit !important;
    right: 0;
    width: 340px;
    top: 100% !important;
    transform: inherit !important;
}

.dropdown.search .dropdown-menu {
    left: inherit !important;
    right: 0;
    width: 340px;
    top: 100% !important;
    transform: inherit !important;
}

.product-meu-list .dropdown-menu-container {
    height: 358px;
}

.dropdown .sub-cat-list .dropdown-menu-list > li > a {
    position: relative;
    padding-left: 15px;
}

    .dropdown .sub-cat-list .dropdown-menu-list > li > a i {
        position: absolute;
        left: 0;
        top: 5px;
    }

.dropdown-menu.prod-menu .dropdown-menu-list li .dropdown-menu-content {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 280px);
    margin-left: 260px;
    padding-top: 30px;
    height: 250px;
    padding-right: 370px;
}

.header-fixed .header-logo {
    height: 3.75rem;
}


.dropdown-hover.search .dropdown-menu,
.dropdown.search .dropdown-menu {
    left: inherit !important;
    right: 0;
    width: 340px;
    top: 100% !important;
    transform: inherit !important;
}
.header .header-nav .nav > li > a:hover {
    color: #f02137;
}
.header .dropdown.dropdown-hover:hover .dropdown-menu {
    z-index: 99 !important;
}
.dropdown.dropdown-hover.show .dropdown-menu.show {
    z-index: 9 !important;
}
/* ================ End Header CSS =============== */
.productbox {
    width: 33.33% !important;
}

.text-danger {
    color: #f02137 !important;
}

.carousel .carousel-caption .container {
    padding: 0 15px;
}

.carousel .carousel-caption p {
    color: #fff;
}

.item.item-thumbnail .item-info .item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item.item-thumbnail .item-info .item-desc {
    font-size: 11px;
    color: #8f9294;
}

.item-row.bind-in-one-group.item-row:last-child .item:first-child {
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.item-row.bind-in-one-group.item-row:last-child .item:last-child {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.policy:hover .policy-icon img,
.social .social-list a:hover i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

/* ============= BX Slider CSS ============= */
.bx-viewport {
    padding: 0px;
    width: 100% !important;
}

.top-control {
    position: relative;
    z-index: 9;
}

.top-control .bx-wrapper .bx-controls-direction a {
    position: absolute;
    font-size: 0;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    text-align: center;
    border: 2px solid #939ca3;
    color: #939ca3;
}
.top-control .bx-wrapper .bx-controls-direction a.bx-prev:active {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    transition: .3s ease;
}
.top-control .bx-wrapper .bx-controls-direction a.bx-next:active {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    transition: .3s ease;
}
.top-control .bx-wrapper .bx-controls-direction a i {
    line-height: 40px;
}

.top-control .bx-wrapper .bx-controls-direction a:hover {
    background: #f02137 !important;
    color: #fff;
    border-color: #f02137;
}

.top-control .bx-wrapper .bx-controls-direction a.bx-prev {
    right: 60px;
}

.top-control .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0px;
}

.top-control .bx-wrapper .bx-pager {
    display: none;
}

.top-control.without-text .bx-wrapper .bx-controls-direction a {
    top: -70px;
}

.top-control.item-col-four-row .item.item-thumbnail {
    border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
}
    .top-control.feedback-red-card .bx-wrapper .bx-controls-direction a.bx-prev:active {
        transform: rotate(180deg);
    }
/* ============= BX Slider CSS ============= */
/* =============== Begin Social Links =============== */
.social-links {
    margin-top: 15px;
}

    .social-links li {
        float: left;
        margin: 0 10px 0 0;
        list-style: none;
    }

        .social-links li a {
            display: block;
            height: 36px;
            width: 36px;
            text-align: center;
            color: #fff;
            line-height: 38px;
            font-size: 1.125rem;
            border-radius: 4px;
            -webkit-border-radius: 4px;
        }

.facebook a {
    background: #3b5998;
}

.twitter a {
    background: #00aced;
}

.google-plus a {
    background: #f63f29;
}

.linkedin a {
    background: #0085ae;
}

.instagram a {
    background: #517fa4;
}

.youtube a {
    background: #df2f2f;
}

.social-links li a:hover i {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.social-links li:hover {
    padding-left: 0;
}
/* =============== Begin Social Links =============== */
.promotion.bg-blue .promotion-image img {
    opacity: 0.5;
}

.promotion.bg-blue .promotion-image img,
.promotion.bg-silver-lighter .promotion-image img {
    opacity: 0.5;
}

.item.item-thumbnail:hover .item-info .item-title a {
    color: #f02137;
}

.item.item-thumbnail .item-info .item-title a strong {
    font-weight: 600;
}

.search-container .search-sidebar .search-category-list > li ul li {
    margin-bottom: 5px;
}

.search-container .search-sidebar .search-category-list > li ul {
    padding: 2px 0px 6px 30px;
}

.search-container .search-sidebar .search-category-list > li.selected a {
    position: relative;
}

    .search-container .search-sidebar .search-category-list > li.selected a:before {
        content: "";
        width: 2px;
        height: 100%;
        background: #f02137;
        position: absolute;
        left: -15px;
        top: 0px;
    }

.search-container .search-sidebar .search-category-list > li.selected a,
.search-container .search-sidebar .search-category-list > li.selected ul li.selected,
.search-container .search-sidebar .search-category-list > li.selected ul li.selected a {
    color: #f02137;
    list-style: disc
}

.search-container .search-sidebar .search-category-list > li ul li a,
.search-container .search-sidebar .search-category-list > li.selected ul li,
.search-container .search-sidebar .search-category-list > li.selected ul li a {
    color: #000;
}

.search-container .search-sidebar .search-category-list > li.selected ul li a:before {
    display: none
}


.item.item-thumbnail .item-image {
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 16px;
    -wbkit-border-radius: 16px;
    padding: 28px 24px;
    height: 330px;
}
.item.item-thumbnail .item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.promotion:hover .promotion-image {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.promotion:hover .promotion-btn {
    background: #fff !important;
    color: #f02137 !important;
    border-color: #fff !important;
}
/* ================== Begin Filter Hor =================== */
.filter-hor {
    float: right;
    margin: -0.4375rem 0;
}

    .filter-hor label {
        float: left;
        line-height: 34px;
        margin-bottom: 0;
        font-size: 14px;
    }

    .filter-hor .form-control {
        float: left;
        width: 135px;
        margin-left: 10px;
    }
/* ================== End Filter Hor =================== */
.carousel .carousel-caption .container {
    padding: 0 15px;
}

.carousel .carousel-caption .title,
.carousel .carousel-caption p,
.events-wrp .print-media-box .dscb .title-box h4 a,
.footer a:hover {
    color: #fff;
}

.date-with-location,
.dropdown.dropdown-full-width .dropdown-menu {
    overflow: hidden;
}

.cat-banner {
    text-align: right;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 330px;
    height: 210px;
    background: #f2f3f5;
    border-radius: 4px;
    overflow: hidden;
}

    .cat-banner .cat-dscb {
        width: 60%;
        float: left;
        padding: 20px;
        text-align: left;
    }

        .cat-banner .cat-dscb p,
        .content-base-wrp .list-box ul li:last-child,
        .search-toolbar .sort-list .filterby-box .filterby-list ul li label {
            margin-bottom: 0;
        }

    .cat-banner .cat-pic img {
        width: 100%;
        padding: 10px;
    }

.certifications-wrp h3,
.global-wrp h3 {
    margin: 0 0 15px;
}

.sub-cat-list .dropdown-menu-list {
    min-height: 145px;
}

.product-meu-list .dropdown-menu-container {
    height: 358px;
}

.footer a:hover {
    color: #f02137;
}

.footer address {
    border: 0px;
}

.footer-copyright .copyright img {
    margin: -2px 1px 0 !important;
    height: 15px;
}
.extra-option span:last-child:after,
.read-more-check,
.right-listing-box .heading:after,
.single-job .view-btn-out:after,
.single-marketing.study .dscb img,
.top-control .bx-wrapper .bx-pager {
    display: none;
}

.right-listing-box .heading {
    overflow: hidden;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
}

.attach-box .attch-icon span,
.lens-cal .notice b,
.right-listing-box .heading h4 {
    font-size: 18px;
}

.right-listing li {
    position: relative;
    margin-bottom: 20px;
    list-style: none;
}

    .back-to-top.show,
    .img-collage-bg .row,
    .item-row.bind-in-one-group,
    .read-more-check:checked ~ .job-resp .job-listing,
    .right-listing li a,
    .ui-menu .ui-menu-item-wrapper {
        display: block;
    }

.contenttype-wrp {
    padding: 30px 0 40px;
}

    .contenttype-wrp h3 {
        font-size: 22px;
        margin: 20px 0 0;
    }

    .contenttype-wrp h4 {
        margin: 25px 0 0;
    }

    .contenttype-wrp dd {
        font-size: 16px;
        margin-top: 10px;
    }

    .contenttype-wrp p {
        color: #666;
        margin: 12px 0 0;
    }

        .contenttype-wrp p img {
            float: right;
            margin-left: 30px;
            max-width: 350px;
            max-height: 350px;
        }

.spacial-box {
    border: 1px solid #e8e8e8;
    padding: 30px;
    overflow: hidden;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

#Specification .table td:first-child {
    width: 280px;
}

.table td .form-control {
    height: 25px;
    padding: 0 5px;
    font-size: 12px;
    width: 100px;
    color: #666;
}

.accordion > .card.bg-light .card-header {
    margin-bottom: -1px;
    color: #444;
    font-weight: 600;
    display: flex;
    align-items: first baseline;
    padding-right: 40px;
}

.accordion > .card {
    margin-bottom: 10px;
    border-radius: 6px !important;
}

    .accordion > .card:first-of-type {
        border-bottom: 1px solid #dee2e6;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        overflow: hidden;
    }

    .accordion > .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 1px solid #dee2e6;
        border-radius: 6px;
    }



.select-flt:after {
    content: "";
    background: url(../img/select-flt.html) no-repeat;
    height: 16px;
    width: 17px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 3px;
    float: left;
}

.product .product-detail .product-image .product-thumbnail .product-thumbnail-list {
    padding: 1.5rem 1.875rem;
    overflow: hidden;
}

.product .product-detail .product-info .product-price .price small {
    font-size: 26px;
    margin-right: 2px;
    position: relative;
}

.suggested-box {
    overflow: hidden;
    padding: 10px 0 5px;
    position: relative;
}

    .suggested-box p {
        margin: 0;
        float: left;
        font-weight: 600;
        font-size: 13px;
    }

    .suggested-box ul {
        padding: 0;
        width: calc(100% - 125px);
        float: right;
        margin: 0 50px 0 0;
        overflow: hidden;
    }

        .suggested-box ul li {
            margin: 0 2.5px 5px;
            list-style: none;
        }

            .suggested-box ul li a {
                font-size: 11px;
                line-height: 8px;
                margin: 0;
                color: #555;
                text-transform: capitalize;
                border: 1px solid #efefef;
            }

                .filter-slected-list li.close-btn a,
                .suggested-box ul li a:hover,
                .suggested-box ul li.active a {
                    background: #f02137;
                    color: #fff;
                }

    .suggested-box .btn {
        bottom: 0;
        width: 40px;
        margin-top: 10px;
        height: 50px;
        font-size: 18px;
        background: #fff !important;
        border: 1px solid #dee2e6;
        line-height: 20px;
    }

        .suggested-box .btn:focus {
            outline: 0;
            box-shadow: none !important;
        }

.cap-code-box {
    position: relative;
    background: #fff;
    border: 2px solid #dee2e6;
    border-radius: 4px;
}

.cap-code {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 36px;
    height: 100%;
    font-size: 16px;
    width: 190px;
}

.cap-code-box input {
    border: 0;
    width: calc(100% - 190px);
}

.cap-code button {
    background: #2d353c;
    border: 1px solid #e1e1e1;
    width: 50px;
    color: #fff;
    -webkit-border-radius: 0 5px 5px 0;
    position: absolute;
    height: 43px;
    right: -2px;
    top: -3px;
}

.cap-code del {
    display: block;
    float: left;
    padding: 0 10px;
    border-left: 1px solid #e1e1e1;
    height: 38px;
}

.cap-code del canvas {
    height: 42px;
}

.cap-code-box .parsley-errors-list {
    bottom: 66px;
}

.extra-option {
    overflow: hidden;
    margin-bottom: 10px;
}

.extra-option .extra-row {
    width: 100%;
    float: left;
}

.extra-option .extra-row + .extra-row {
    margin-top: 5px;
}

.extra-option span {
    float: left;
    margin-right: 15px;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    color: #444;
    word-wrap: anywhere;
}

.extra-option span:after {
    content: ",";
    opacity: 0.8;
    margin-left: 1px;
}

.extra-option span small {
    font-size: 13px;
    font-weight: 400;
    color: #666;
}

.single-job .view-btn-out {
    padding: 6px 20px;
    margin-top: 10px;
}

.preloader {
    background: url(../../images/Preloader.gif) center no-repeat rgba(255, 253, 253, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    display: block;
}

.item-row.bind-in-one-group .item.item-thumbnail {
    width: calc(100% / 3) !important;
    float: left;
    display: block !important;
    border-bottom: 1px solid #dee2e6;
}

.category-item.full .item .item-desc,
.category-item.full .item .item-title,
.promotion .promotion-caption .promotion-desc {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}


.item-filter a img {
    height: 45px;
}

.promotion .promotion-caption .promotion-desc {
    -webkit-line-clamp: 1;
}
/* ============= Begin Category CSS ================= */
.category-container {
    height: 510px;
}

.category-item.list .item-row + .item-row .item {
    border-top: 1px solid #dee2e6;
}

.category-item.full .item .item-title {
    color: #fff;
    -webkit-line-clamp: 2;
    line-height: 20px;
}

.category-item.full .item .item-desc {
    color: #fff;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.promotion .promotion-title {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
}
/* ============= Begin Category CSS ================= */
.card-header.collapsed {
    background-color: #fff;
}

.search-toolbar .sort-list {
    font-size: 0.744rem !important;
    line-height: 1.5rem;
}

    .search-toolbar .sort-list > li + li {
        margin-left: 0.425rem;
    }

.search-toolbar .show-all {
    position: absolute;
    right: 10px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #2d353c;
    border: 1px solid #dee2e6;
    padding: 0.5rem 0.9375rem;
    line-height: 1rem;
    margin: -0.4375rem 0;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.back-to-top {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}


.search-container .search-sidebar .fa-spin {
    background: #fff;
    z-index: 99;
    padding: 3px;
    position: relative;
    top: -5px;
    font-size: 16px;
    color: #f02137;
}

address a {
    font-weight: 500;
}

.category-container .category-sidebar .category-list > li > a {
    cursor: pointer;
}

.section-container.seprate-tittle-full .section-title small {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
}

.dropdown.dropdown-full-width {
    position: inherit;
}
.dropdown.dropdown-full-width .dropdown-menu-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 24px 30px;
}
.dropdown.dropdown-full-width .dropdown-menu-list li {
    text-align: left;
    margin: 0px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 16px;
    width: 262px;
}
.dropdown.dropdown-full-width .dropdown-menu-list li:hover{
    box-shadow: 0 0 6px rgba(0,0,0,.25);
}
.dropdown.dropdown-full-width .dropdown-menu-list li a {
    display: block;
}
.dropdown.dropdown-full-width .dropdown-menu-list li a .cat-pic {
    height: 130px;
    width: 130px;
    position: relative;
    display: inline-block;
}
.dropdown.dropdown-full-width .dropdown-menu-list li a .cat-pic img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.dropdown.dropdown-full-width .dropdown-menu-list li a .cat-title {
    font-size: 16px;
    margin-top: 10px;
}
.switchery {
    height: 20px !important;
    width: 40px !important;
}

    .switchery > small {
        height: 20px !important;
        width: 20px !important;
    }

.thanku {
    padding: 68px 0;
}

    .thanku i {
        font-size: 70px;
        color: #4caf50;
    }

    .thanku p {
        padding: 0 20%;
        margin-top: 12px;
    }

.section-title .without-series small {
    font-size: 1.12rem;
    font-weight: 600;
    color: #2d353c;
}

.back-to-top {
    position: fixed;
    bottom: 10px;
    width: 36px;
    height: 36px;
    background: #fff;
    line-height: 36px;
    right: 115px;
    border-radius: 50%;
    opacity: 0.7;
    cursor: pointer;
    display: none;
}

    .back-to-top:hover {
        background: #4caf50;
        opacity: 1;
        color: #fff !important;
    }

.item.item-thumbnail a i {
    position: relative;
    top: 1px;
}

.dscb-advance .pic .advance-heading {
    position: absolute;
    top: 310px;
    padding-right: 250px;
}

.t-p-250 {
    top: 250px !important;
}

.img-collage-bg .row .col-md-10,
.img-collage-bg .row .col-md-3,
.img-collage-bg .row .col-md-5 {
    display: inline-block;
}

.ulpload-btn {
    position: relative;
    margin-top: 20px;
}

    .ulpload-btn input[type="file"] {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        opacity: 0;
    }

.category-container .category-sidebar .category-list {
    max-height: calc(100% - 20px);
    overflow-y: auto;
}

    .category-container .category-sidebar .category-list > li.list-header {
        border-bottom: 1px solid #dee2e6;
    }

.item-thumbnail,
.product-main-image {
    position: relative;
}

    .item-thumbnail .new-prod-tag,
    .product-main-image .new-prod-tag {
        background: #f02137;
    }

    .item-thumbnail .new-eol-tag,
    .product-main-image .new-eol-tag {
        background: #5a4d5a;
    }

.discount-additional {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    background: rgb(40 167 69 / 10%);
    line-height: initial;
    width: 100%;
    color: #28a745;
    padding: 7px;
    font-size: 12px;
    font-weight: 600;
}

.carousel .carousel-caption {
    top: 0;
    height: 100%;
    padding: 100px 0;
}

.product .product-detail .product-info .product-title .new-eol-tag {
    background: #5a4d5a;
    color: #fff;
    padding: 0 8px;
    font-size: 16px;
    position: relative;
    margin-left: 5px;
    top: -2px;
    border-radius: 4px;
}

    .product .product-detail .product-info .product-title .new-eol-tag:before {
        content: "";
        height: 8px;
        width: 8px;
        background: #5a4d5a;
        position: absolute;
        transform: rotate(45deg);
        top: 7px;
        z-index: 1;
        left: -3px;
    }

.product .product-detail .product-info .product-title .new-prod-tag {
    background: #f02137;
    color: #fff;
    padding: 0 8px;
    font-size: 16px;
    position: relative;
    margin-left: 5px;
    top: -2px;
    border-radius: 4px;
}

    .product .product-detail .product-info .product-title .new-prod-tag:before {
        content: "";
        height: 8px;
        width: 8px;
        background: #f02137;
        position: absolute;
        transform: rotate(45deg);
        top: 7px;
        z-index: 1;
        left: -3px;
    }

.carousel .carousel-inner,
.carousel .carousel-inner .carousel-item,
.carousel .carousel-inner .item,
.slider .carousel {
    min-height: inherit !important;
    text-align: center;
}

.note-strip {
    padding: 10px 26px;
    margin: 0 -16px 10px;
    text-align: center;
    font-weight: 700;
    color: #f02137;
}

.note-strip.sticky {
    position: sticky;
    top: -17px;
    z-index: 9;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.modal-md {
    max-width: 600px;
}



.fit-to-screen-body {
    max-height: calc(100vh - 100px);
    overflow: auto;
}

.multiselect-group .dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

    .multiselect-group .dropdown-menu > li > a {
        padding: 7px 0;
    }

.content-base-wrp h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2d353c;
}

.content-base-wrp h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2d353c;
}

.content-base-wrp blockquote {
    font-size: 15px;
    padding: 15px 20px !important;
}

.content-base-wrp .list-box {
    background: rgb(237 50 55 / 4%);
    padding: 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid;
}

    .content-base-wrp .list-box h6 {
        margin-bottom: 15px;
        font-weight: 600;
        line-height: 20px;
    }

    .content-base-wrp .list-box ul {
        padding: 0 0 0 19px;
        margin-bottom: 0;
    }

        .content-base-wrp .list-box ul li {
            font-size: 13px;
            margin-bottom: 15px;
            line-height: 18px;
        }

.tab-list {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

    .tab-list li {
        float: left;
        margin-right: 10px;
    }

        .tab-list li a {
            background: #fff;
            border: 1px solid #dee2e6;
            padding: 6px 20px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            color: #444;
            margin: 0;
        }

        .tab-list li.active a {
            background: #f02137;
            border-color: #f02137;
            color: #fff;
            position: relative;
        }

            .tab-list li.active a:before {
                content: "\f0dd";
                position: absolute;
                color: #f02137;
                font-size: 30px;
                bottom: -20px;
                left: 50%;
                transform: translate(-50%, 0);
            }

.date-hint-box {
    border: 1px dashed;
    padding: 10px 20px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 10px;
    background: rgb(237 50 55 / 5%);
}

    .date-hint-box h5 {
        font-size: 15px;
        margin: 0;
        font-weight: 600;
    }

    .date-hint-box label {
        margin: 0;
        font-size: 13px;
    }

.date-with-location p {
    margin: 0 30px 0 0;
    float: left;
    font-size: 13px;
}

.contact-card {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-card i {
    height: 36px;
    width: 36px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    line-height: 34px;
    text-align: center;
    margin-right: 10px;
    color: #f02137;
    font-size: 14px;
}

.contact-card a small {
    display: block;
    color: #777;
    margin-bottom: -2px;
    font-size: 12px;
}

/* =============== Begin Login Form  Wrp =============== */
.login-form-wrp {
    padding: 40px;
}

.close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 25px;
    z-index: 99;
}

.login-form-wrp .form-control {
    height: 50px;
}

    .login-form-wrp .form-control.auto {
        height: auto;
    }


.login-form-wrp .btn {
    height: 50px;
}
.login-form-wrp .form-group .toggle-password {
    position: absolute;
    right: 10px;
    bottom: 11px;
    transform: translate(0, -50%);
    color: #828282;
    cursor: pointer;
}
/* =============== End Login Form  Wrp =============== */
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #f02137;
    background-color: #f02137;
}
/* =============== Begin Header Wrp =============== */
.inner-header .user-profile {
    line-height: initial !important;
    display: flex !important;
    align-items: center;
}

    .inner-header .user-profile .arrow.top {
        position: absolute !important;
        bottom: 12px;
        right: 50%;
        transform: translate(0px, -50%);
    }
/* =============== End Header Wrp =============== */
/* =============== Begin breadcrumb Wrp =============== */
.breadcrumb-item.active {
    color: #f02137;
}
/*.breadcrumb-item {
    text-transform: uppercase;
}*/

.page-header-container .page-header-cover:before {
    background: rgba(45, 53, 60, 0.6);
}

.page-header-container .page-header-cover img {
    max-width: inherit;
}

.dropdown .dropdown-menu-list {
    overflow-y: auto;
    max-height: 442px;
    margin: 0px;
}
/* =============== End breadcrumb Wrp =============== */
/* =============== Begin Line Tabs =============== */
.line-tabs .nav-link {
    border: 0px;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    padding: 15px 30px;
}

    .line-tabs .nav-link.active {
        background: transparent;
        border-bottom-color: #f02137;
        color: #f02137;
    }

    .line-tabs .nav-link:hover {
        color: #20252a;
    }

/* =============== End Line Tabs =============== */
/* =============== Begin Search full Box =============== */
.search-side-box {
    position: relative;
}
    .search-side-box form .form-control {
        width: calc(100% - 173px);
        height: 35px;
    }

.search-side-box .btn {
    position: absolute;
    top: 0px;
    right: 0px;
}
.search-side-box .btn:nth-last-child(2) {
    right: 105px;
}
.search-side-box.coupon-side-box .btn:nth-last-child(2) {
  right: 87px;
}
.search-side-box.coupon-side-box form .form-control {
  width: calc(100% - 156px);
}
.without-filter .search-side-box .btn:nth-last-child(2) {
    right: 0px;
}

.without-filter .search-side-box .form-control {
    width: calc(100% - 70px);
}
/* =============== End Search full Box =============== */
/* =============== Begin Search full Box =============== */
.search-full-box {
    position: relative;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #dee2e6;
    border-radius: 6px 6px 0px 0px;
}

    .search-full-box form .form-control {
        width: calc(100% - 50px);
    }

    .search-full-box .btn {
        position: absolute;
        top: 10px;
        right: 10px;
    }
/* =============== End Search full Box =============== */
/* =============== Begin Order List =============== */
.order-listing-box .card {
    overflow: hidden;
}

.order-product .cart-product {
    display: flex;
}

    .order-product .cart-product + .cart-product {
        margin-top: 15px;
    }

    .order-product .cart-product .product-img {
        width: 67px;
        height: 60px;
        border: 1px solid #dee2e6;
        border-radius: 4px;
        overflow: hidden;
        position: relative;
    }
    .order-product .cart-product .product-img img {
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
    }
    .order-product .cart-product .product-info {
        margin-left: 15px;
        width: calc(100% - 80px) !important;
    }
    .order-product .cart-product .product-info .title,
    .order-product .cart-product .product-info .title a {
        font-weight: 500;
        color: #000;
    }
    .order-product .cart-product .product-info .title a:hover {
        color: #f02137
    }

/* =============== End Order List =============== */
/* =============== More Links List =============== */
.more-links {
    list-style: none;
    margin-top: 5px;
    padding: 0px;
}

    .more-links li {
        float: right;
        border-left: 1px solid #dee2e6;
        padding-left: 15px;
        margin-left: 15px;
        line-height: 12px;
        font-weight: 500;
        text-transform: capitalize;
        color: #000
    }

        .more-links li:last-child {
            border: 0px;
            margin-left: 0px;
            padding-left: 0px;
        }

        .more-links li i {
            color: #909193;
        }

    .more-links .dropdown-menu {
        padding: 15px;
        min-width: 200px;
    }

        .more-links .dropdown-menu ul {
            padding: 0px;
            margin: 0px;
        }

            .more-links .dropdown-menu ul li {
                border: 0px;
                margin: 0px 0px 7px;
                padding: 0px;
                font-weight: 400;
                line-height: 14px;
                float: none;
            }

                .more-links .dropdown-menu ul li a {
                    color: #20252a;
                }

                    .more-links .dropdown-menu ul li a:hover {
                        color: #f02137;
                    }

                .more-links .dropdown-menu ul li:last-child {
                    margin: 0px;
                }
/* =============== End Links List =============== */
/* =============== Begin Conainer Headr List =============== */
.container-header .section-title {
    margin: 0px;
    font-size: 18px;
}

    .container-header .section-title small {
        margin-top: 0px;
    }
/* =============== End Conainer Headr List =============== */
/* =============== Begin Profile Card List =============== */
.profile-card .title {
    padding: 0px !important;
    border: 0px !important;
}
.profile-card .user-img-box {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: relative;
}
.profile-card .user-img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    background: #ddd;
    border: 2px solid #fff;
    position: relative;
}
.profile-card .add-photo {
    position: absolute;
    width: 34px;
    height: 34px;
    line-height: 30px;
    border-radius: 50%;
    background: #f02137;
    border: 2px solid #fff;
    right: -10px;
    bottom: 5px;
}
.profile-card .add-photo a{
    color:#fff;
    font-size: 12px;
}
    .profile-card .add-photo input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
}
.profile-card .user-img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.profile-card .user-img .add-photo {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: #ccc;
}
.profile-card .user-info .title {
    margin: 0px;
}

.search-container .search-sidebar .profile-card {
    border-bottom: 1px solid #dee2e6;
    margin: 0px -20px 20px;
    padding: 0px 20px 20px 20px;
    position: relative;
}

.search-container .search-sidebar .profile-card:before {
    content: "";
    height: 60px;
    width: 100%;
    background: rgb(254 0 0 / 10%);
    position: absolute;
    left: 0px;
    top: -20px;
    z-index: -1;
}
/* =============== End Profile Card List =============== */
/* =============== Begin with sidebar =============== */
.with-sidebar-wrp {
    padding: 0px;
}

    .with-sidebar-wrp .sidebar-form {
        padding: 40px;
    }

    .with-sidebar-wrp .sidebar-view {
        background: rgb(237 50 55 / 10%);
        padding: 40px;
    }

    .with-sidebar-wrp .row {
        margin: 0px;
    }
/* =============== End with sidebar =============== */
/* =============== Begin Hint box =============== */
.hint-box ul {
    padding-left: 20px;
}

    .hint-box ul li {
        margin: 10px 0px;
    }
/* =============== End Hint box =============== */
.input-with-overlap-link {
    position: relative;
}

.input-with-overlap-link a {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}
/* =============== Begin Address List =============== */
.address-list {
    padding: 15px 7.5px;
}
.address-list .list-group-item {
    padding: 15px !important;
    width: calc(100% / 3 - 15px);
    border: 1px solid #dee2e6 !important;
    margin: 0px 7.5px 15px 7.5px !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    float: left;
    position: relative;
    overflow: hidden;
    display: flex;
}
.address-list.cart-list .list-group-item {
    padding: 0px !important;
}
.address-list.cart-list .list-group-item:hover {
    background: #fdeaeb;
    border-color: #e5cccd !important;
}
.address-list.cart-list .list-group-item:hover .icon-box {
    background:#f02137;
    color:#fff;
}
.address-list.cart-list .list-group-item .address-card-box {
    display: flex;
    padding: 15px !important;
    cursor: pointer;
    padding-bottom: 43px !important;
}
.address-list.cart-list .list-group-item .cart-edit-btn {
    position: absolute;
    bottom: 15px;
    left: 89px;
    font-weight: 500;
    z-index:99;
}
.address-list .list-group-item .desc {
    height: 60px;
    overflow: auto;
        margin-top: 2px;
}
.address-list li .icon-box {
    font-size: 20px;
    border: 1px solid #dee2e6;
    width: 74px;
    height: 74px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
    position: relative;
}

.address-list li:hover .icon-box {
    color: #f02137;
}

.address-list li .icon-box .icon-with-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.address-list li .icon-box .icon-with-text span {
    font-size: 12px;
    display: block;
    font-weight: 600;
    line-height: 12px;
}

.address-list li .desc-box {
    margin-left: 15px;
    width: 100%;
}

.address-list li .title {
    margin-bottom: 1px;
    display: flex;
    justify-content: space-between;
}
.address-list li .title strong {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
        height: 22px;
}

.address-list li .title strong + strong {
    border-left: 1px solid rgba(0, 0, 0, .3);
    padding-left: 10px;
    margin-left: 8px;
    display: inline-block;
    line-height: 12px;
}

.address-list li .badge {
    background: rgb(40 167 69 / 15%);
    padding: 5px 10px;
    font-weight: 500;
    font-size: 12px;
    color: #28A745;
    margin-left: 15px;
}

.address-list li .vertical-icon-btns {
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translate(0, -50%);
}

.address-list li:hover .vertical-icon-btns {
    right: 15px;
}
.address-list.two-col .list-group-item {
    width: calc(100% / 2 - 15px);
}

/* =============== End Address List =============== */
/* =============== Begin vertical icons btn List =============== */
.vertical-icon-btns {
    list-style: none;
    padding: 0px;
}

    .vertical-icon-btns li {
        margin: 10px 0px;
    }

        .vertical-icon-btns li a {
            width: 34px;
            border: 1px solid #dee2e6;
            height: 34px;
            display: block;
            text-align: center;
            line-height: 34px;
            border-radius: 50%;
            font-size: 12px;
            background: #fff;
        }

            .vertical-icon-btns li a:hover {
                background: #f02137;
                color: #fff;
                border-color: #f02137;
            }
/* =============== End vertical icons btn List =============== */
/* =============== Being without dotted List =============== */
.list-without-dotted {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

    .list-without-dotted li {
        margin-bottom: 15px;
    }

        .list-without-dotted li:last-child {
            margin-bottom: 0px;
        }
/* =============== End without dotted List =============== */
.divider-box {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

    .divider-box:last-child {
        border-bottom: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

.filter-aplied:after {
    content: "";
    position: absolute;
    background: #f02137;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    left: -5px;
}

.filter-aplied {
    position: relative;
}

/* ===================== Begin checkout CSS =================== */
.checkout .cart-qty .cart-qty-input .qty-control:focus, .checkout .cart-qty .cart-qty-input .qty-control:hover {
    background: rgb(237 50 55 / 20%);
    color: #f02137;
}

.checkout .table.table-cart .cart-product .product-img {
    width: 50px !important;
    height: 60px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.checkout .table.table-cart .cart-product .product-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
    .checkout .table.table-cart .cart-product .product-img + .product-info {
        margin-left: 55px;
        padding-right: 160px;
    }

.summary-container .summary-row.total {
    border-top: 0px;
    margin-top: 0px;
}


    .order-summary-box .all-price {
        display: flex;
        align-items: baseline;
    }

        .order-summary-box .all-price .item-price small {
            top: -1px;
            margin-right: 2px;
            position: relative;
        }

        .order-summary-box .all-price div {
            margin-right: 10px;
        }

    .order-summary-box .cart-product {
        align-items: flex-start;
    }

.item-price {
    margin: 0;
    font-size: 22px;
    color: #f02137;
    font-weight: 600;
}

.item-discount-price {
    margin-bottom: 15px;
}

.item.item-thumbnail .item-info .item-other-price {
    margin-bottom: 10px;
}

.item-other-price .item-discount-price {
    display: inline-block;
    margin: 0px;
    text-decoration: line-through;
    color: #000;
    opacity: .4;
}

.item-other-price .item-discount-save {
    display: inline-block;
    margin-left: 10px;
}

.category-item .item-discount-save {
    margin-left: 5px;
}

.category-item.full .item-other-price div {
    font-size: 16px;
}

.category-item.full .discount-additional {
    text-align: left;
    position: initial;
    font-size: 16px;
    padding: 0px;
    margin-top: 2px;
}

.category-item.full .item-other-price {
    margin-top: 3px;
}

.item.item-thumbnail {
    overflow: hidden;
}

.amount-summary-box .list-without-dotted {
    overflow: hidden;
   /* font-size: 16px;*/
}

    .amount-summary-box .list-without-dotted li {
        overflow: hidden;
    }

.amount-summary-box .list-without-dotted li span, .amount-summary-box .list-without-dotted li strong {
    width: 50%;
    float: left;
}

.amount-summary-box .list-without-dotted li span {
    color: #777;
    position: relative;
}

.amount-summary-box .list-without-dotted li strong {
    text-align: right;
    color: #000;
}

.amount-summary-box .list-without-dotted li strong span {
    width: auto;
    float: none;
    color: #000;
}
.amount-summary-box .list-without-dotted li span span {
    width: max-content;
    float: none;
    background: rgb(92 184 92 / 15%);
    display: flex;
    justify-content: space-between;
    border: 1px dashed rgb(92 184 92 / 20%);
    padding: 2px 22px 2px 7px;
    border-radius: 4px;
    align-items: center;
    margin-top: 3px;
    max-width: 100%;
    line-height: 15px;
    font-size: 12px;
}
.amount-summary-box .list-without-dotted li span span:before {
    content: "\f0de";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgb(92 184 92 / 30%);
    position: absolute;
    top: -7px;
    font-size: 14px;
}
    .amount-summary-box .list-without-dotted li span span .close {
        font-size: 11px;
        position: absolute;
        right: 7px;
        top: 4px;
    }
.amount-summary-box .list-without-dotted li span span p a {
    color: #28a745;
    font-weight: 500;
}
.amount-summary-box .list-without-dotted li.total {
    border-top: 1px solid #dee2e6;
    padding-top: 15px;
}

.amount-summary-box .list-without-dotted li.total span,
.amount-summary-box .list-without-dotted li.total strong {
    color: #2d353c;
    font-weight: 700;
}
/* ===================== End checkout CSS =================== */
/* ===================== Begin Code List CSS =================== */
.code-list-box .code {
    border: 1px dashed #999;
    padding: 3px 15px;
    margin-bottom: 5px;
    border-radius: 4px;
    font-weight: 500;
    background: #fff;
    color: #000;
    height: 75px;
    margin-right: 15px;
    width: 112px;
    position: absolute;
    left: 0px;
    top: 20px;
    font-size: 14px;
}
.code-list-box .code span {
    display: block;
    font-size: 12px;
    color: #f02137;
}
.code-list-box li:hover .code {
    border-color: #f02137;
    background: rgb(237 50 55 / 10%);
    box-shadow: 5px 5px 0px #ddd;
}
.code-list-box label {
    margin: 0px 5px 0px 0px;
}

.code-list-box li {
    padding-top: 15px;
    color: #000;
    padding-left: 125px;
}

.code-list-box li .custom-control-label::before,
.code-list-box li .custom-control-label::after {
    height: 29px;
    width: 29px;
    top: 0px;
    left: -45px;
}

.code-list-box li .custom-checkbox {
    padding-left: 45px;
}
    .code-list-box li .dscb {
        width: 100%;
        word-break: break-all;
    }
/* ===================== End Code List CSS =================== */
/* ===================== Begin product detail CSS =================== */
.product .product-detail .product-info .product-category > li a:hover,
.breadcrumb .breadcrumb-item a:hover {
    color: #f02137;
}

.product-purchase-container .item-other-price .item-discount-price, .product-purchase-container .item-other-price .item-discount-save {
    font-size: 18px;
}

.product .product-detail .product-info .product-price {
    display: flex;
    align-items: baseline;
}

.product .product-detail .product-info .product-price .item-other-price {
    margin-left: 10px;
    display: flex;
    justify-content: center;
}
/* ===================== End product detail CSS =================== */
/* ===================== Begin coupon List CSS =================== */
.coupon-list-box .discount-single .discount-card {
    border: 1px dashed #999;
    width: 100px;
    text-align: center;
    font-size: 25px;
    color: #20252a;
    border-radius: 4px;
    margin-right: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    position: absolute;
    top: 0px;
    background: #fff;
}

.coupon-list-box .discount-single .desc {
    padding: 6px 0px 6px 115px;
}

.coupon-list-box li .discount-card small {
    display: block;
}

.coupon-list-box .list-group-item.expired:hover {
    background: #fff;
}

.coupon-list-box .list-group-item.expired .row {
    opacity: .5;
}

.coupon-list-box .list-group-item.expired .discount-card {
    color: #666 !important;
    overflow: hidden;
}

.coupon-list-box .list-group-item.expired .discount-card:before {
    content: "x";
    position: absolute;
    font-size: 120px;
    font-weight: 100;
    color: rgb(102 102 102 / 30%);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ===================== End coupon List CSS =================== */
.animated-icons img {
    width: 150px;
    margin-bottom: 15px;
}
.animated-icons img.small {
    width: 100px;
}
.animated-icons img.small.h-120 {
    width: 120px;
}
.no-record-found.not-found-full {
    padding: 100px 0px;
}
.no-record-found.not-found-full .animated-icons img {
    width: auto;
    margin-bottom: 30px;
}
/* ===================== End Form Control CSS =================== */
.form-group {
    position: relative;
}

.parsley-errors-list {
    position: absolute;
    z-index: 999;
    bottom: calc(100% - 10px);
    width: auto;
    max-width: 100%;
    padding: 0px !important;
    margin: 0px;
}

.parsley-errors-list li {
    position: relative;
    background: rgba(255, 91, 87, 0.9);
    color: #fff;
    padding: 2px 5px !important;
    font-size: 11px;
    width: 100%;
    border: 1px solid #ff5b57;
}

.parsley-errors-list li:after {
    content: "";
    border: 6px solid rgba(255, 91, 87, 0.71);
    border-left: 0 solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 16px;
    left: -1px;
}
/* =========== Begin Upload btn ========== */
.upload-box {
    display: flex;
    align-items: center;
}

.upload-btn {
    border: 1px dashed #dee2e6;
    text-align: center;
    position: relative;
    background: rgb(206 212 218 / 30%);
    border-radius: 4px;
    height: 60px;
    width: 60px;
}

.upload-box .msg {
    background: #20252a;
    padding: 6px 10px;
    border-radius: 4px;
    margin-left: 10px;
    color: #fff;
    position: relative;
}

    .upload-box .msg:before {
        content: "\f0d9";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: -6px;
        top: calc(50% + 1px);
        transform: translate(0%, -50%);
        color: #20252a;
        font-size: 20px;
    }

.upload-btn p {
    position: absolute;
    width: 100%;
    float: left;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
    line-height: 24px;
    font-size: 17px;
}

    .upload-btn p i {
        font-size: 26px;
    }

.upload-btn input[type=file] {
    opacity: 0;
    width: 100%;
    height: 100%;
}

.upload-box .selected-list .pic {
    margin-left: 15px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: left;
}

    .upload-box .selected-list .pic img {
        max-height: 100%;
        max-width: 100%;
    }

    .upload-box .selected-list .pic .close {
        top: 0px;
        right: 5px;
        font-size: 18px;
    }
/* =========== End Upload btn ========== */
/* ===================== End Form Control CSS =================== */
/* ===================== Begin No Record Found CSS =================== */
.no-record-found {
    text-align: center;
}
.no-record-found p {
    color: #545a5a;
}
/* ===================== End No Record Found CSS =================== */
/* ===================== Begin Swal Alert CSS =================== */
.swal-text {
    text-align: center;
}
/* ===================== End Swal Alert CSS =================== */
.order-detail-address-card .list-without-dotted li {
    margin-bottom: 5px;
}
/* ===================== Begin Order Staus CSS =================== */
.item-status {
    width: 100%;
    display: inline-block;
}

    .item-status h5 {
        margin-bottom: 15px;
    }

    .item-status ul {
        padding: 0px;
        list-style: none;
    }

        .item-status ul li {
            width: 100%;
            float: left;
            position: relative;
            padding-left: 30px;
            padding-bottom: 20px;
        }

            .item-status ul li .dscb:before {
                background: #dee2e6;
                content: "";
                width: 3px;
                height: 100%;
                display: block;
                margin-bottom: 10px;
                position: absolute;
                left: 9px;
                top: 0px
            }

            .item-status ul li:last-child .dscb:before {
                display: none;
            }

            .item-status ul li .dscb:after {
                content: "";
                width: 20px;
                height: 20px;
                position: absolute;
                background: #dee2e6;
                top: 0px;
                left: 0px;
                border-radius: 50%;
                z-index: 9;
                border: 2px solid #fff;
            }

            .item-status ul li span {
                display: block;
            }

            .item-status ul li.done .dscb:before,
            .item-status ul li.done .dscb:after {
                background: #31b283;
            }

            .item-status ul li.done .dscb:after {
                background: #31b283;
                content: "\f00c";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                line-height: 16px;
                font-size: 8px;
                color: #fff;
                text-align: center;
            }

            .item-status ul li.done {
                color: #666;
            }
/* ===================== End Order Staus CSS =================== */
/* ===================== Begin Suppot list CSS =================== */
.list-without-dotted.support-list li {
    margin-bottom: 0px;
    margin-right: 30px;
    float: left;
}

    .list-without-dotted.support-list li i {
        width: 34px;
        border: 1px solid #f02137;
        height: 34px;
        text-align: center;
        line-height: 32px;
        border-radius: 50%;
        font-size: 14px;
        background: #fff;
        margin-right: 10px;
        color: #f02137;
    }

    .list-without-dotted.support-list li a {
        font-size: 14px;
        font-weight: 500;
        color: #000
    }

    .list-without-dotted.support-list li:last-child {
        margin: 0px;
    }
/* ===================== End Suppot list CSS =================== */
.range-bar {
    border: none !important;
    background: #dee2e6;
    height: 4px;
    width: 96%;
    margin-left: 8px;
}

.ui-slider-range {
    background: #f02137;
}

.ui-slider-handle {
    border-radius: 25px;
    color: transparent !important;
    top: -6px !important;
}
/*--- /.price-range-slider ---*/
.loadmore-btn {
    position: absolute;
    left: calc(50% - 75px);
    bottom: -36px;
    transform: translate(0px, -50%);
    z-index: 9999;
}
/* ============= Begin 4 col item list ================ */
.item-col-four-row {
    display: block !important;
}


    .item-col-four-row .item.item-thumbnail .product-info-list .item-title,
    .item-col-four-row .item.item-thumbnail .product-info-list .item-title a {
            font-size: 22px;
    margin-bottom: 0px;
    color: #faf8f6;
    padding: 6px;
   background: #f02137;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 400;


    
    }

.item-col-four-row .item.item-thumbnail .product-info-list .item-desc {
    margin: 2px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #828282;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
}

.item.item-thumbnail .item-info .item-price small {
    font-size: 18px;
    margin-right: 3px;
    position: relative;
}

.item-col-four-row .product-info-list {
    padding: 0px 15px;
    border-radius: 6px;
}

.item-col-four-row .item.item-thumbnail .item-info .item-other-price {
    margin-bottom: 10px;
}

.item-col-four-row .item.item-thumbnail .item-info .discount-additional {
    bottom: 56px;
}

.item-col-four-row.item-list-row .product-info-list {
    margin: 0px;
}

.item-col-four-row .product-info-list .readmore-box {
    padding: 0px;
    list-style: none;
    margin: 10px 0px 0px;
    height: 100px;
    overflow: hidden;
}

.item-col-four-row .product-info-list .readmore-btn {
    display: inline-block;
    margin-left: 14px;
}

.item-normal-row {
    display: flex !important;
}
/* ============= End 4 col item list ================ */
/* ============= Begin item item list view  ================ */
.item-list-row {
}

    .item-list-row .item.item-thumbnail {
        width: calc(100% / 1 + 2px) !important;
        display: flex;
        /* align-items: center !important;*/
        padding: 25px;
    }

        .item-list-row .item.item-thumbnail:hover {
            transform: scale(1.01);
            -webkit-transform: scale(1.01);
        }

        .item-list-row .item.item-thumbnail .item-image {
            width: 30%;
            padding: 0px;
        }

        .item-list-row .item.item-thumbnail .item-info {
            text-align: left;
            width: 25%;
            padding: 0px 15px;
        }

            .item-list-row .item.item-thumbnail .item-info .item-title {
                font-size: 16px;
                margin-bottom: 5px;
            }

            .item-list-row .item.item-thumbnail .item-info .item-desc {
                font-size: 12px;
                margin-bottom: 5px;
            }

            .item-list-row .item.item-thumbnail .item-info .item-price {
                font-size: 26px;
                line-height: initial;
            }

            .item-list-row .item.item-thumbnail .item-info .item-discount-save,
            .item-list-row .item.item-thumbnail .item-info .item-discount-price {
                font-size: 14px !important;
            }

            .item-list-row .item.item-thumbnail .item-info .discount-additional {
                position: initial;
                text-align: left;
                padding: 0px;
                margin-bottom: 5px;
            }

    .item-list-row .product-info-list {
        width: 40%;
    }

    .item-list-row .item.item-thumbnail .cart-btn {
        margin-top: 15px;
    }

.item-list-row-full .item.item-thumbnail .item-info {
    width: 70%;
    padding-right: 0px;
}

.item-list-row-full .item.item-thumbnail {
    border-radius: 6px !important;
    padding: 0px;
    display: block;
    overflow: visible;
    border: 0px !important;
    margin-top: 110px;
    text-align: center;
    margin-bottom: 0px !important;
}

    .item-list-row-full .item.item-thumbnail:hover {
        box-shadow: none;
    }

    .item-list-row-full .item.item-thumbnail .item-image {
        height: 120px;
        width: 200px;
        border-radius: 50%;
        margin-top: -50px;
        display: inline-block;
        position: relative;
        margin-bottom: 10px;
    }

    .item-list-row-full .item.item-thumbnail .item-image:before {
        content: "";
        height: 80px;
        width: 100%;
        background: #f3e8e8;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        bottom: 0px;
        transform: translate(-50%, 0px);
    }

.item-list-row-full div:nth-child(2) .item.item-thumbnail .item-image:before {
    background: #e0f3df;
}

.item-list-row-full div:nth-child(3) .item.item-thumbnail .item-image:before {
    background: #e7eaf3;
}

.item-list-row-full div:nth-child(4) .item.item-thumbnail .item-image:before {
    background: #f0e8d5;
}

.item-list-row-full div:nth-child(5) .item.item-thumbnail .item-image:before {
    background: #f0e8d5;
}

.item-list-row-full div:nth-child(6) .item.item-thumbnail .item-image:before {
    background: #f6ebff;
}

.item-list-row-full div:nth-child(7) .item.item-thumbnail .item-image:before {
    background: #e0f3df;
}

.item-list-row-full div:nth-child(8) .item.item-thumbnail .item-image:before {
    background: #e0f3df;
}

.item-list-row-full .item.item-thumbnail .item-image img {
    max-width: initial;
    max-height: initial;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -70%);
}

.item-list-row-full .item.item-thumbnail .item-info {
    width: 100%;
    text-align: center;
}
/* ============= End item item list view  ================ */

.product-info-list {
    list-style-type: none;
    padding: 0;
    line-height: 1.5
}

.product-info-list li {
    position: relative;
    padding-left: 15px;
    color: #4d4d4d;
}

.product-info-list li .fa {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.25rem;
    color: #f02137;
}

.product-info-list li .fa.fa-circle {
    font-size: 5px
}
/* ============= Begin Auto Suggestion list ================ */
.auto-suggestion {
}

.auto-suggestion .ui-autocomplete {
    position: absolute;
    left: 0px !important;
    top: 62px !important;
    max-height: 300px;
    overflow: auto;
    border-radius: 0px 0px 6px 6px;
}

.auto-suggestion .ui-autocomplete .ui-menu-item {
    border: 0px !important;
    border-bottom: 1px solid #dee2e6 !important;
    margin: 0px !important;
    padding: 5px;
}

.auto-suggestion .ui-autocomplete .ui-menu-item a {
    border: 0px !important;
    padding: 3px !important;
    margin: 0px !important;
}

.auto-suggestion .ui-autocomplete .ui-menu-item a img {
    border: 1px solid #dee2e6;
    max-width: 40px;
    max-height: 40px;
    padding: 5px;
    border-radius: 4px;
}
/* ============= End Auto Suggestion list ================ */
.success-box {
    margin: 50px 0;
    padding: 10px 10px;
    border: 1px solid #eee;
    background: #f9f9f9;
}

.success-box img {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}

.success-box > div {
    vertical-align: top;
    display: inline-block;
    color: #888;
}
/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type: none;
    padding: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin: 0px;
}

.rating-stars ul > li.star {
    display: inline-block;
    font-size: 14px;
}

.rating-stars ul > li.star > i.fa {
    color: #ccc;
}

.rating-stars ul > li.star.hover > i.fa {
    color: #ffc107;
}

.rating-stars ul > li.star.selected > i.fa {
    color: #ffc107;
}
.rating-count {
    color: #b3b3b3;
    font-size: 12px;
    font-weight: 400;
    margin-left: 8px;
}
@supports (position:sticky) {
    .sidebar-fixed {
        top: 138px;
        /*height: calc(100vh - 130px);
    overflow-y: auto;*/
    }

    .filter-open-box {
        top: 126px;
        z-index: 999;
        position: sticky;
    }

    .header {
        top: 0px;
        z-index: 9999;
        position: sticky;
    }
}

/* ============= Begin Sticky CSS  ============ */
.product-detail.sticky-box {
    position: fixed;
    bottom: 10px;
    left: calc(50% - 440px);
    z-index: 999;
    background: rgb(237 50 55 / 95%);
    padding: 15px 20px;
    border-radius: 0px;
    width: 100%;
    max-width: 880px;
    border-radius: 16px;
}
.sticky-box .prod-sticky-card {
    display: flex;
}
.sticky-box .product-image {
    width: 90px !important;
}

.sticky-box .prod-small-slider {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    width: 90px;
    border: 5px solid #fff;
    background: #fff;
}
.sticky-box .prod-small-slider .carousel {
    margin-top: 2px;
}
.sticky-box .prod-small-slider img {
    max-height: 80px;
    max-width: 80px;
}

.sticky-box .product-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0px 0px 20px !important;
}

.sticky-box.product-detail .product-info .product-title,
.sticky-box.product-detail .product-info p,
.sticky-box.product-detail .product-info .product-category > li a,
.sticky-box .rating-count,
.sticky-box.product-detail .product-info .product-price .price,
.sticky-box .item-other-price .item-discount-price,
.sticky-box .product-purchase-container .item-other-price .item-discount-save {
    color: #fff !important;
}

.sticky-box.product-detail .product-info .product-title {
    font-size: 22px;
    line-height: 22px;
    margin: 3px 0px;
    display: flex;
    align-items: center;
}
.sticky-box.product-detail .product-info .product-price .price small {
    top: -2px;
    font-size: 22px;
    margin-right: 2px;
    position: relative;
}
.sticky-box.product-detail .product-info .product-title .cat-link {
    color: #fff;
    font-size: 14px;
    opacity: .8;
    margin-left: 10px;
}
.sticky-box.product-detail .product-info .product-info-header .dscb {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    width: 365px;
}
.sticky-box.product-detail .product-info .product-category > li a, 
.sticky-box.product-detail .product-info .product-info-header p, 
.sticky-box .rating-count {
    opacity: .8;
}
.sticky-box.product-detail .product-info .product-price {
    margin-bottom: 5px;
}
.sticky-box .item-other-price .item-discount-price {
    opacity: .7;
}
.sticky-box .product-purchase-container .item-other-price .item-discount-save {
    color: #96ffa9 !important;
}
.sticky-box .out-of-stock {
    background: #fff !important;
    line-height: 34px;
}
.sticky-box.product-detail .product-info .product-info-header {
    margin: 0;
    padding: 0;
    width: 50%;
}
.sticky-box.product-detail .product-info .product-info-header p {
    margin-bottom: 2px !important;
}
.sticky-box .btn {
    line-height: 10px;
    width: 150px !important;
    margin: 0px 5px !important;
}
.sticky-box .btn.info {
    width: auto !important;
    background: #fff !important;
    color: #f02137 !important;
    border: 0px;
}
.sticky-box .btn.btn-danger {
    background: #fdb23a !important;
}
.sticky-box .btn.btn-outline-danger {
    border-color: #fff !important;
    color: #f02137 !important;
    background: #fff !important;
}
.sticky-box .rating-count a {
    color: #fff;
}
.product-detail.sticky-box.sticky-full {
    max-width: 100%;
    left: 0px;
    border-radius: 0px;
    bottom: 0px;
    justify-content: center;
}

.product-detail.sticky-box.sticky-full .prod-sticky-card {
    max-width: 880px;
}
.footer-copyright.sticky-padding {
    padding-bottom: 120px;
}
/* ============= End Sticky CSS  ============ */
#btnloadmore {
    margin-bottom: 60px;
}
.checkout .cart-qty .cart-qty-input .form-control {
    width: 70px !important;
    text-align: center;
}



.search-box {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 60px;
    background: #f02137;
    z-index:999;
}
.search-box .form-search {
    max-width: 1328px;
    margin: auto;
    position: relative;
    margin-top: 10px;
 }
.form-search .form-control::placeholder {
    color: rgb(255 255 255 / 80%);
}

.form-search .form-control::-ms-input-placeholder {
    color: rgb(255 255 255 / 80%);
}

.form-search .form-control::-ms-input-placeholder {
    color: rgb(255 255 255 / 80%);
}
.form-search .form-control {
    height: 40px;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-radius: 0px;
    padding: 0px;
    font-size: 20px;
}
.form-search .form-control:focus {
    background: transparent;
    color: #fff;
    border-bottom-color: #fff;
}


.search-box .form-search .search-btn {
    position: absolute;
    right: 0px;
    top: 50%;
    color: #fff;
    transform: translate(0, -50%);
    opacity: 1;
}

.form-search .fa-spin {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    margin-top: -29px !important;
    color: #fff;
}

.form-search .search-btn {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0%, -50%);
    background: transparent;
    border: 0px;
    opacity: .5;
}
.search-box .container {
    max-width: 600px;
}
.search-box .Serachcontain .ui-widget-content {
    position: absolute;
    top: 50px !important;
    left: 0px !important;
    overflow-y: auto;
    border-radius: 0px 0px 4px 4px;
    max-height: calc(100vh - 110px);
}
.search-box .Serachcontain .ui-widget-content a {
    display: flex;
    width: calc(100% - 40px);
    font-weight: 600;
}

.search-box .Serachcontain .ui-widget-content .ui-menu-item {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
    align-items: center;
}

.search-box .Serachcontain .ui-widget-content a img {
    border: 1px solid #dee2e6;
    max-width: 40px;
    max-height: 40px;
    border-radius: 4px;
    margin-right: 10px;
}

.search-box .Serachcontain .ui-widget-content a .global-auto-span {
    display: block;
    font-weight: 400;
    color: #666;
    font-size: 12px;
}
.search-box .Serachcontain .ui-widget-content a strong.global-auto-span {
    font-weight: 600;
    font-size:14px
}
.search-box .Serachcontain .ui-widget-content a strong.global-auto-span span {
    font-weight: 400;
}
.search-box .Serachcontain .ui-widget-content .ui-menu-item .btn {
    height: 34px;
    width: 34px;
    padding: 0px;
    border-radius: 50%;
    line-height: 34px;
}

.search-box .Serachcontain .ui-widget-content .ui-menu-item:hover .btn,
.search-box .Serachcontain .ui-widget-content .ui-menu-item .btn:hover {
    background-color: #f02137;
    border-color: #f02137;
    color: #fff;
}
.ui-menu-item-wrapper.ui-stat-active:before {
    content: "";
    width: calc(100% + 60px);
    height: calc(100% + 20px);
    position: absolute;
    background: #ffece1;
    left: -10px;
    top: -10px;
    z-index: -1;
}

.cat-hr-list-box {
}

.cat-hr-list-box .pic {
    height: 50px;
    border: 1px solid #dee2e6;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.cat-hr-list-box .pic img {
    max-width: 100%;
    max-height: 100%;
}

.to-top {
    position: fixed;
    right: 10px;
    bottom: 30px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    z-index: 999;
    background: #f02137;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    display: none;
    color: #fff;
}

.to-top:hover {
    background: #fe0000;
    color: #fff;
}

/* ================== Begin newsletter Box ==================== */
.newsletter-box {
    text-align: center;
}

@keyframes myanimation {
    0% {
        background: #f3e8e8 url(../img/newsletter_bg.html);
    }
    /*    25% {
        background: #e0f3df url(/assets/img/newsletter_bg.webp);
    }*/
    30% {
        background: #e7eaf3 url(../img/newsletter_bg.html);
    }

    60% {
        background: #f0e8d5 url(../img/newsletter_bg.html);
    }

    100% {
        background: #f6ebff url(../img/newsletter_bg.html);
    }
}
.subscribe-wrp {
    background: #00AED1;
    color: #fff;
    padding: 30px 0 40px;
}
.subscribe-wrp h4 {
    color: #fff;
    margin-bottom: 10px;
}
.subscribe-wrp p {
    margin-bottom: 15px;
}
.newsletter-box .subscription-form {
    width: 55%;
    display: inline-block;
}

.newsletter-box .subscription-form .form-group {
    display: flex;
}

.newsletter-box .subscription-form .form-control {
    height: 60px;
}

.newsletter-box .subscription-form .form-group .btn {
    width: 140px;
    position: absolute;
    right: 10px;
    top: 15%;
    height: 70%;
    background: #f02137;
    color: #fff;
    border: 0px;
}
/* ================== End newsletter Box ==================== */
.feedback-single-box .card {
    margin-bottom: 30px;
    position: relative;
    border: 0px;
    border-radius: 6px;
    color: #444;
}

.bg-black-darker {
    background-color: #f5f5f5 !important;
}

.section-title a.pull-right {
    margin-top: -3px;
}

/*.section-title .title {
    background: #e0e0e0;
    padding: 8px 15px;
    border-radius: 4px 0px 0px 4px;
    position: relative;
}*/

.bg-pink-light {
    background: #ffece1;
}

.bg-orange-light {
    background: #FFF0D7;
}

.bg-gray-light {
    background: #DFF2E3;
}

.bg-custom .promotion-btn {
    background: #f02137;
    color: #fff;
    border: 0px;
}

    .bg-custom .promotion-btn:hover,
    .bg-custom:hover .promotion-btn {
        background: #f02137 !important;
        color: #fff !important;
    }

.bg-custom .promotion-title {
    margin: 0px;
}

.bg-custom .promotion-price {
    font-size: 20px;
    color: #f02137;
    line-height: initial;
    margin: 0px;
}

    .bg-custom .promotion-price small {
        top: -1px;
        margin-right: 3px;
        position: relative;
        font-size: 16px;
    }

.promotion-lg.bg-custom .promotion-title {
    margin: 0px;
}

.promotion-lg.bg-custom .promotion-price {
    font-size: 36px;
    margin: 0px;
}

.promotion-lg.bg-custom .item-other-price {
    margin-bottom: 7px;
}

.promotion-lg.bg-custom .promotion-price small {
    top: -12px;
    font-size: 18px;
    margin-right: 2px;
}

.promotion-lg.bg-custom .item-discount-price {
    font-size: 16px;
    margin-left: 6px;
}

.promotion-lg.bg-custom .item-discount-save {
    font-size: 16px;
}

.promotion-lg.bg-custom .promotion-btn {
    padding: 0.4rem 1rem;
    font-size: .75rem;
}

.promotion-lg.bg-custom .promotion-desc {
    margin-bottom: 20px;
}
.promotion .promotion-caption .discount-additional {
    right: 0px;
    left: inherit !important;
    max-width: 210px;
    bottom: 0px;
    border-radius: 10px 0px 0px 0px;
}
.promotions-wrp .col-lg-2 .promotion-image .discount-additional {
    top: 0px;
    bottom: inherit;
}
/*.product .product-detail .product-image .product-main-image img, .promotion .promotion-image img,
.product .product-detail .product-image:hover .product-main-image img, .promotion:hover .promotion-image img {*/
/*mix-blend-mode: darken;*/
/*}*/
.promotion .col-md-8 {
    position: inherit;
}
.dropdown-menu-cart .cart-item > li .price {
    color: #f02137 !important;
    font-size: 16px !important;
}

.dropdown-menu-cart .cart-item > li .price small {
    top: -1px;
    position: relative;
    font-size: 15px;
    margin-right: 2px;
}
/* =================================== Begin New CSS =========================================*/

.discount-tag {
    font-weight: 500;
    color: #fff;
    font-size: 20px;
}

.discount-tag i {
    font-size: 10px;
    margin-left: 5px;
}

.discount-tag a {
    margin-left: 5px;
}

.carousel .carousel-inner .carousel-item img.w-100 {
    /*min-height: 250px;*/
    /*animation: grow 4s linear forwards;*/
}
.extra-promotion-wrp .carousel-inner {
    border-radius: 16px;
}
.extra-promotion-wrp .carousel-item img {
    width: 100%;
}
.with-video-btn .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.with-video-btn {
    position: relative;
    padding: 0px 0px 10px;
}
.with-video-btn .play-btn i {
    width: 60px;
    height: 60px;
    background: red;
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size: 20px;
}
.with-video-btn .play-btn:before {
    content: "";
    border: 1px solid rgb(255 0 0 / 50%);
    height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.with-video-btn .play-btn:after {
    content: "";
    border: 1px solid rgb(255 0 0 / 20%);
    height: 100px;
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
/*@keyframes grow {
    0%, 20% {
        transform: scale(1);
    }

    75%, 100% {
        transform: scale(1.1);
    }
}*/
.promotions-wrp .img-card {
    width: calc(100% / 2 - 30px);
    margin: 0px 15px 25px;
    display: inline-block;
    border: 1px solid rgba(0,0,0,.1);
}
.promotions-wrp .img-card img {
    max-width: 100%;
    max-height: 100%;
}
.promotions-wrp .bx-wrapper .img-card {
    width: 100%;
    margin: 0px !important;
}
/* ============ Begin Carousel ================ */
.promotions-wrp .carousel .carousel-control-next,
.promotions-wrp .carousel .carousel-control-prev {
    top: -38px;
    right: 15px;
    left: inherit;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    text-align: center;
    border: 2px solid #939ca3;
}
    .promotions-wrp .carousel .carousel-control-next .carousel-control-next-icon,
    .promotions-wrp .carousel .carousel-control-prev .carousel-control-prev-icon {
        background: transparent;
    }
        .promotions-wrp .carousel .carousel-control-next .carousel-control-next-icon:before {
            content: "\f061";
            color: #939ca3;
            background: transparent;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
        }
        .promotions-wrp .carousel .carousel-control-prev .carousel-control-prev-icon:before {
            content: "\f060";
            color: #939ca3;
            background: transparent;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
        }
.promotions-wrp .carousel .carousel-control-prev {
    right: 78px;
}
    .promotions-wrp .carousel .carousel-control-next:hover,
    .promotions-wrp .carousel .carousel-control-prev:hover,
    .promotions-wrp .carousel .carousel-control-next:focus,
    .promotions-wrp .carousel .carousel-control-prev:focus {
        border-color: #f02137;
    }

    .promotions-wrp .carousel .carousel-control-prev:hover .carousel-control-prev-icon:before,
    .promotions-wrp .carousel .carousel-control-next:hover .carousel-control-next-icon:before,
    .promotions-wrp .carousel .carousel-control-prev:focus .carousel-control-prev-icon:before,
    .promotions-wrp .carousel .carousel-control-next:focus .carousel-control-next-icon:before {
        color: #fff;
    }
    .promotions-wrp .carousel .carousel-control-prev:active {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
        transition: .3s ease;
        border-color: #f02137;
    }
    .promotions-wrp .carousel .carousel-control-next:active {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        transition: .3s ease;
        border-color: #f02137;
    }
.carousel-indicators {
    bottom: -30px;
}

.carousel-indicators li {
    height: 4px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #f02137;
    opacity: .3;
}
/* ============ End Carousel ================ */

.full-width-menu {
    min-height: 41px;
}
.full-width-menu .navbar-nav li a {
    color: #fff !important;
    padding: 10px;
    font-weight: 500;
    display: block;
}

/*.header-fixed .full-width-menu .navbar-nav li a {
    padding: 7px 10px;
}
*/
.full-width-menu .navbar-nav li.active a {
    background: #f02137;
}
.header .icon-box {
    position: relative;
    font-size: 18px;
    line-height: initial;
}

.cart.shake {
    animation: shakeCart 0.4s ease-in-out forwards;
}
@keyframes shakeCart {
    25% {
        transform: translateX(6px);
    }

    50% {
        transform: translateX(-4px);
    }

    75% {
        transform: translateX(2px);
    }

    100% {
        transform: translateX(0);
    }
}

.promotions-wrp .col-lg-5 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
}

.promotions-wrp .col-lg-2 {
    flex: 0 0 25%;
    max-width: 25%;
}

.promotions-wrp .col-lg-2 .promotion-image {
    height: 176px;
    width: 176px;
    text-align: center;
    margin-bottom: 15px;
    overflow: hidden;
}

.promotions-wrp .col-lg-2 .promotion-caption {
    text-align: center;
}

.promotion .promotion-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy_wrp .col-lg-3 {
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.icon-with-text-list li a i {
    height: 36px;
    width: 36px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    line-height: 34px;
    text-align: center;
    margin-right: 10px;
    color: #f02137;
    font-size: 14px
}

.icon-with-text-list li {
    margin-bottom: 15px;
}

.icon-with-text-list li a {
    display: flex;
    align-items: center;
    line-height: 20px;
}

.icon-with-text-list li a div small {
    display: block;
    font-size: 12px
}

.icon-with-text-list li a .title {
    font-size: 15px;
    font-weight: 500;
    text-transform: lowercase;
    word-break: break-all;
}

.inner-header .user-profile .title {
    font-size: 14px;
}

.inner-header .user-profile .sub-title {
    color: #666;
    font-size: 11px;
    font-weight: 400;
}

.inner-header .user-profile .user-dscb {
    position: relative;
    padding-right: 20px;
}

    .inner-header .user-profile .user-dscb:after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        color: #989898;
        right: 0px;
        top: 50%;
        transform: translate(0, -50%);
    }

/* ================= Begin Order list CSS ==================== */
.order-title-list-box {
    padding-right: 50px !important;
}
.order-single-box {
    border: 1px solid rgba(0,0,0,.1);
    position: relative;
}
.order-single-box:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    color: #f02137;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    background: rgb(237 50 55 / 20%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    TEXT-ALIGN: CENTER;
    LINE-HEIGHT: 30PX;
    Z-INDEX: 1;
}
.order-single-box:hover:after {
    color: #fff;
    background: #f02137;
       
}
.order-single-box a {
    position: relative;
    z-index: 99;
    padding-right: 50px !important;
}
.order-list-box .nav-link {
    padding: 7px 0px 15px;
}

.order-list-box .row {
    margin-left: -10px;
    margin-right: -10px;
}

.order-list-box .row .col-md-1,
.order-list-box .row .col-md-2,
.order-list-box .row .col-md-3,
.order-list-box .row .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.order-single-box p {
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.order-single-box p + p {
    color: #777;
}

.order-single-box .list-without-dotted li {
    margin-bottom: 2px;
}

.order-single-box .links {
    position: relative;
}

.order-single-box .links i {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translate(0px, -50%);
}
.order-single-box .col-md-2:nth-child(1), .order-title-list-box .col-md-2:nth-child(1) {
    flex: 0 0 20%;
    max-width: 20%;
}
.order-single-box .col-md-3, .order-title-list-box .col-md-3 {
    flex: 0 0 23%;
    max-width: 23%;
}

.order-single-box .col-md-2:nth-child(2),
.order-title-list-box .col-md-2:nth-child(2){
    flex: 0 0 13%;
    max-width: 13%;
}

.order-single-box .col-md-1, .order-title-list-box .col-md-1 {
    flex: 0 0 10%;
    max-width: 10%;
}
/* ================= End Order list CSS ==================== */
/* ================= Begin Order Details CSS ==================== */
.order-detail-address-card {
    margin: 0px -15px;
    padding: 15px;
    border-top: 1px solid #dee2e6;
}

.order-product {
    border-bottom: 1px solid #dee2e6;
    padding: 15px;
}

    .order-product:last-child {
        border: 0px;
    }

.card-header p strong {
    color: #000;
    font-weight: 500;
}

.support-card {
    margin: 0px -15px;
    padding: 15px;
    border-top: 1px solid #dee2e6;
    background: url(../img/support_lady.webp) no-repeat bottom right;
}
/* ================= End Order Details CSS ==================== */
.category-wrp {
    padding: 30px;
    background: #FFECE1;
    overflow: hidden;
}
.category-wrp .item.item-thumbnail {
    position: relative;
    overflow: visible;
    width: 80%;
    float: right;
    text-align: center;
    background:transparent;
}

.category-wrp .item.item-thumbnail:before {
    content: "";
    width: 120px;
    height: 120px;
    background: rgb(92 184 92 / 30%);
    position: absolute;
    left: -20px;
    top: -60px;
    border-radius: 50%;
}
.category-wrp .item.item-thumbnail:after {
    content: "";
    width: 120px;
    height: 120px;
    background: rgb(253 129 58 / 30%);
    position: absolute;
    right: -20px;
    bottom: -60px;
    border-radius: 50%;
}

.category-wrp .item.item-thumbnail img {
    position: relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    max-height: 211px;
    max-width: 100%;
    width: auto !important;
    z-index: 9;
}
.algin-item-center {
    align-items: center;
}

.extra-promoted-wrp {
    padding: 30px 0px;
}

.extra-promoted-wrp .item-dscb {
    padding: 15px;
}

.extra-promoted-wrp .item-thumbnail {
    background: #F5F5F5;
    margin: 0px;
}

    

.extra-promoted-wrp .item-thumbnail .item-image {
    width: calc(100% - 10px);
    margin: 5px;
}
.extra-promoted-wrp .item-thumbnail .readmore-box {
    height: 118px;
}
.extra-promoted-wrp .item-horizontal-box {
}

.extra-promoted-wrp .item-horizontal-box .item-thumbnail {
    display: flex;
}
.extra-promoted-wrp .item-horizontal-box .item-dscb {
    width: 53.5%;
}
.extra-promoted-wrp .item-horizontal-box .item-dscb .readmore-box {
    height: 108px;
}
.extra-promoted-wrp .item-horizontal-box .item-thumbnail .item-image {
    width: 45.5%;
}
.extra-promoted-wrp .item-dscb .item-info {
    text-align: left;
    padding: 10px 0px 0px;
}

.extra-promoted-wrp .item-dscb ul {
    list-style: none;
    padding: 0px;
    margin: 10px 0 5px;
}

.extra-promoted-wrp .product-info-list .link {
    margin-left: 15px;
}

.extra-promoted-wrp .product-info-list .link i {
    font-size: 12px;
}

.search-container .search-sidebar .title.text {
    font-weight: 400;
    color: #777;
}

.dropdown-menu-cart {
    position: fixed !important;
    right: calc(-100% - 80px) !important;
    top: 0px !important;
    transform: inherit !important;
    left: inherit !important;
    margin: 0 !important;
    height: 100vh;
    z-index: 9999 !important;
    border-radius: 0px;
    border: 0 !important;
    width: 360px !important;
    display: block !important;
}
.dropdown-menu-cart.show {
    right: 0px !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.dropdown-menu-cart .close {
    position: absolute;
    top: 68px;
    left: -40px;
    right: inherit;
    width: 40px;
    height: 40px;
    background: #373435;
    border-radius: 20px 0px 0px 20px;
    opacity: 1;
    font-size: 18px;
    color: #fff;
    padding-left: 6px;
    border: 3px solid #fff;
    border-right: 0px;
}
.dropdown-menu-cart:hover .close,
.dropdown-menu-cart .close:hover {
    background: #fdb23a !important;
    opacity: 1 !important;
}
.dropdown-menu-cart.show #CartListMenu {
    height: 100% !important;
}

.dropdown-menu-cart.show #CartListMenu .slimScrollDiv {
    height: calc(100% - 125px) !important;
}

.dropdown-menu-cart.show #CartListMenu .slimScrollDiv .cart-body {
    height: 100% !important;
}
.dropdown-menu-cart.show #CartListMenu .cart-body {
    height: calc(100% - 125px) !important;
    overflow: auto !important;
}
.dropdown-menu-cart.show .no-record-found {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.sw-theme-default .step-content .btn-wizard {
    position: absolute;
    bottom: -45px;
    right: 18px;
    z-index: 9;
    height: 36px;
}
/* =============== Begin Content Wro CSS ==================*/
.content-wrp {
    padding: 30px 0px;
}
.content-wrp strong {
    color: #000;
}
.content-wrp p {    
    margin-bottom: 15px;
    line-height: 22px;
}
.content-wrp ul {
    padding-left: 15px;
}
.content-wrp ul li{
    margin-bottom: 10px;
}
.content-wrp ol {
    padding-left: 15px;
}
.content-wrp ol li {
    margin-bottom: 20px;
}
.content-wrp ol li p {
    margin-bottom: 5px;
}
.content-wrp ol li ul {
    padding-left: 15px;
}
.content-wrp ol li ul li {
    margin-bottom: 10px;
}
.content-wrp ol li ul li p {
    margin-bottom: 10px;
}
.content-wrp ol li ul li ul {
    margin-bottom: 20px;
}
.content-wrp .container-header {
    padding: 0px 0px 15px;
}
/* =============== End Content Wro CSS ==================*/
.breadcrumb-wrp {
    padding: 30px 0px 0px;
}
.accordion {}

.accordion .card {
    border: 1px solid rgba(0,0,0,.1) !important;
    margin: 0px 0px 10px;
}
.accordion > .card.bg-light .card-header.collapsed:before {
    transform: rotate(-180deg);
}
.accordion > .card.bg-light .card-header:before {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    color: #989898;
}
/* ==================== Begin Swal Alert =================== */
.swal-button {
    border: 1px solid;
}
.swal-button--danger {
    background-color: #f02137;
}
.swal-button--danger :hover,
.swal-button--danger:not([disabled]):hover {
    color: #fff;
    background-color: #ec3237;
    border-color: #ec3237;
}
.swal-button--cancel {
    color: #f02137;
    background-color: #fff;
}
.swal-button--cancel:not([disabled]):hover {
    color: #fff;
    background-color: #f02137;
    border-color: #f02137;
}
.swal-icon--error {
    border-color: #f02137;
}
.swal-icon--error__line {
    background-color: #f02137;
}
.swal-footer {
    text-align: center;
}

.swal-title {
    color: #000;
}
.swal-text {
    color: #666;
}
/* ==================== End Swal Alert =================== */
.out-of-stock {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    font-size: 16px;
    line-height: 48px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    background: rgb(254 0 0 / 10%);
    color: #f02137;
    font-weight: 500;
    min-width: 120px;
    width: 140px !important;
    padding: 0px;
    cursor: pointer;
}
.unavailable-btn {
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background: rgb(254 0 0 / 10%) !important;
    color: #f02137;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    border: 0px !important;
}
.out-of-stock span {
    display: block;
}
.out-of-stock.notified {
    background: rgb(22 195 19 / 15%);
}
.out-of-stock a {
    display: block;
}
.checkout .table.table-cart td .out-of-stock {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0, -50%);
}
.promotion-caption .out-of-stock {
    background: rgb(255 255 255 / 60%);
}

/* ==================== Begin Order Payment  =================== */
.order-payment-box .col-md-4 {
    border-right: 1px solid #dee2e6;
}
.order-payment-box .animated-icons {

}
.order-payment-box {
    padding: 30px;
    max-width: calc(66.66667% - 15px);
    border-radius: 4px;
    margin: auto;
    border: 1px solid rgba(0,0,0,.1);
}
.order-payment-box table td {
    border: 1px solid #dee2e6;
    padding: 7px 10px;
    word-break: break-all;
}
.order-payment-box table td:first-child {
    width: 50%;
}
.order-payment-box .support-card {
    margin: 0;
}
/* ==================== End Order Payment  =================== */
.fly-alert {
    position: fixed;
    bottom: 10px;
    margin: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 99999999;
}
/* =================================== End New CSS =========================================*/
.more-links .badge {
    padding: 2px 15px;
    border-radius: 20px;
    line-height: 20px;
    margin: -4px 0px;
    font-size: 12px;
}
.more-links .badge.bg-success {
    background: rgb(40 167 69 / 10%) !important;
    color: #28a745;
    border: 1px solid rgb(40 167 69 / 50%) !important;
}
.more-links .badge.bg-red {
    background: rgb(255 77 77 / 10%) !important;
    color: #ff4d4d;
    border: 1px solid rgb(255 77 77 / 50%) !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f02137;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(237 50 55 / 25%);
}
.product .product-detail .product-info .dropdown-toggle::after {
    display: none;
}
.bg-pink-light .discount-additional {
    top: 0px;
    bottom: inherit;
}
.img-card {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}
.img-card a {
    display: block;
}
.img-card a img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-card .btn-shop {
    background: #fff;
    border: 1px solid #ec3237;
    border-radius: 30px;
    font-size: 17px;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    width: 139px;
    position: absolute;
    text-align: center;
    bottom: 32px;
    left: 40px;
}
.img-card .btn-shop:hover {
    background: #ec3237;
    border: 1px solid #ec3237;
    color: #fff;
}
.prod-dscb-wrp {
    padding-top: 60px;
}
.section-title-lg {
    max-width: 848px;
    display: inline-block;
    margin-bottom: 20px;
}
.section-title-lg .title {
    font-size: 30px;
    font-weight: 400;
    line-height: 58px;
}

.section-title-lg p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.prod-dscb-wrp .card {
    border-radius: 6px;
    overflow: hidden;
}
.prod-dscb-wrp .col-two-box {
    margin-bottom: 100px;
}
.product-desc-pox {
    margin: 0px 0px 60px 0px;
    margin-right: -15px;
    margin-left: -15px;
}
.extra-info-wrp .single-extra-info {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}
.extra-info-wrp .single-extra-info .pic {
    text-align: center;
    background: #ddd;
}

.extra-info-wrp .single-extra-info .pic img {
    width: 100%;
}

.extra-info-wrp .single-extra-info .dscb {
    padding: 20px;
    text-align: left !important;
}

.extra-info-wrp .single-extra-info .dscb h2 {
    font-size: 17px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 12px;
text-align: left;
padding: 10px 25px;
    background: antiquewhite;
}

.extra-info-wrp .single-extra-info .dscb p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0px;
    height: 200px;
    overflow-y: auto;
}
.video-wrp {
    padding: 100px 0px 30px;
}
.video-wrp .video-box {
    border-radius: 16px;
    overflow: hidden;
    padding: 0px;
}
.extra-section-title {
    max-width: 848px;
    display:inline-block;
}
.extra-section-title h2{
    font-weight: 400;
    line-height: 32px;
    font-size: 24px;
}
.extra-section-title p {
    font-weight: 400;
    line-height: 28px;
    font-size: 22px;
}
.product .product-detail .product-info .product-info-header p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 22px;
    margin-bottom: 15px;
}
.trending-items-wrp {
    padding: 20px 0px 60px;
}
.product-purchase-container .btn {
    border-radius: 50px;
    margin-right: 20px;
}
/* ============= Begin Sub Cat List CSS ============= */
.product-listing-wrp {
    padding: 40px 0px 0px;
}
.product-listing-wrp .prod--box {
    padding: 0px;
}

.product-listing-wrp .prod-box .single-prod-box {
    padding: 50px 0px;
}
.product-listing-wrp .prod-box .single-prod-box .container {
  display: flex;
  gap: 30px;
  align-items: center;
}
.product-listing-wrp .prod-box .single-prod-box:last-child {
    margin: 0px
}
.product-listing-wrp .prod-box .single-prod-box .item-image {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 50%;
    padding-right: 50px;
}

.product-listing-wrp .prod-box .single-prod-box .prod-feature {
    width: 50%;
    direction: ltr;
}
.product-listing-wrp .prod-box .single-prod-box:nth-child(even) .prod-feature {
    padding-left: 40px;
}
.product-listing-wrp .prod-box .single-prod-box:nth-child(even) .item-image {
    padding-right: 0px;
}
.product-listing-wrp .prod-box .single-prod-box .prod-feature .item-desc {
  font-size: 15px;
}
.product-listing-wrp .prod-box .single-prod-box .item-image img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 16px;
}
.product-listing-wrp .prod-box .single-prod-box .prod-feature .item-title a {
    color: #000;
    font-size: 34px;
    display: flex;
    align-items: center;
}
.product-listing-wrp .prod-box .single-prod-box .prod-feature .item-title a strong {
    font-weight: 600;
}
.product-listing-wrp .prod-box .single-prod-box .prod-feature .item-title a img {
    margin-right: 12px;
    max-height: 60px;
    max-width: 220px;
}
.product-listing-wrp .prod-box .single-prod-box .prod-feature .feature-withi-icon-list {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.product-listing-wrp .prod-box .single-prod-box .prod-feature .feature-withi-icon-list li {
    margin-bottom: 10px;
    text-align: left;
    margin-right: 40px;
    font-size: 15px;
    color: #000;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.product-listing-wrp .prod-box .single-prod-box .prod-feature .feature-withi-icon-list li .icon {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-listing-wrp .prod-box .single-prod-box:nth-child(even) {
    direction: rtl;
    background-color: rgba(0,0,0,.02);
}
}
.product-listing-wrp .prod-box .single-prod-box:nth-child(even) .prod-feature .item-title a {
    direction: ltr;
}
.product-listing-wrp .prod-box .single-prod-box .btn {
    line-height: 48px;
    width: 140px;
    padding: 0px;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 15px;
}
.product-listing-wrp .prod-box .single-prod-box .prod-feature .product-purchase-container {
    margin-top: -16px;
}
.product-listing-wrp .prod-box .single-prod-box:nth-child(even) .product-purchase-container {
    border-color: #e5e5e5;
}
.product-listing-wrp .prod-box .single-prod-box .prod-feature .product-price {
    display: flex;
    align-items: baseline;
}

.product-listing-wrp .prod-box .single-prod-box .prod-feature .product-price .price {
    font-size: 26px;
    color: #000;
}

.product-listing-wrp .prod-box .single-prod-box .prod-feature .product-price .price small {
    font-size: 26px;
    margin-right: 2px;
    position: relative;
}

.product-listing-wrp .prod-box .single-prod-box .prod-feature .product-price .item-other-price {
    margin-left: 10px;
    display: flex;
    justify-content: center;
}

.product-listing-wrp .prod-box .single-prod-box .prod-feature .product-price .item-other-price .item-discount-price, .product-listing-wrp .prod-box .single-prod-box .prod-feature .product-price .item-other-price .item-discount-save {
    font-size: 18px;
}
.retun-msg {
    padding: 15px;
    background: rgb(237 50 55 / 10%);
    border-radius: 4px;
    margin-bottom: 15px;
}
/* ============= End Sub Cat List CSS ============= */
.modal-body.video-modal-box iframe {
    /*height: calc(100vh - 100px);*/
    height: 564px;
    width: 100%;
}
.modal-body.video-modal-box .close {
    position: absolute;
    top: -30px;
    right: 0px;
    color: #fff;
    opacity: 1;
}
.modal-backdrop {
    z-index: 99999;
}
.modal{
    z-index: 999999;
}
.modal-title strong + strong {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #ddd;
}
.cart-btn{
    line-height: 48px;
    width: 140px;
    padding: 0px;
    border-radius: 50px;
    font-size: 16px;
}
.swal-overlay {
    z-index: 999999;
}
.checkout .table.table-cart td .out-of-stock {
    line-height: 30px;
    min-width: 170px !important;
    font-size: 14px;
    padding: 0px 10px;
}
.order-summary-box .cart-product .out-of-stock {
    line-height: 30px;
    min-width: 170px !important;
    font-size: 14px;
    min-width: auto;
    padding: 0px 10px;
}

/* =============== Begin Open Filter ================ */
.filter-open-box {
    background: #f5f5f5;
    padding: 20px 0px;
}
.filter-open-box.cat-filterwithouttag {
    top: 76px;
}
.filter-open-box .sort-list {
    list-style: none;
    margin: 0px;
    display: inline-block;
    padding: 0px;
}
.filter-open-box .sort-list li {
    font-size: 14px;
    display: inline-block;
    position: relative;
    margin: 0px 5px;
    color: #000;
}

.filter-open-box .sort-list .filterby-box .select-filter-btn {
    padding: 7px 25px;
    font-size: 16px;
    background: #fff;
    border-radius: 50px;
    color: #545a5a;
    display: block;
    border: 1px solid rgba(0,0,0,.1);
}
.filter-open-box .sort-list .filterby-box .filterby-list {
    position: absolute;
    background: #fff;
    min-width: 400px;
    padding: 20px;
    border-radius: 6px;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 15px);
    z-index: 9;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
.filter-open-box .sort-list .filterby-box .filterby-list:before {
    content: "";
    position: absolute;
    border: 6px solid #fff;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transform: rotate(45deg);
    top: -6px;
    left: calc(50% - 3px);
}
.filter-open-box .sort-list .filterby-box .filterby-list .checkbox-listing {
    list-style: none;
    padding: 0px;
}

.filter-open-box .sort-list .filterby-box .filterby-list .checkbox-listing li {
    float: left;
    width: calc(100% / 2 - 10px);
    text-align: left;
}

.filter-open-box .sort-list .filterby-box .filterby-list .checkbox-listing li a {
    color: #545a5a;
    border: 1px solid rgba(0,0,0,.1);
    padding: 7px 20px;
    border-radius: 50px;
    display: inline-block;
}
.filter-open-box .sort-list .filterby-box .filterby-list .checkbox-listing li a:hover, .filter-open-box .sort-list .filterby-box .filterby-list .checkbox-listing li a:focus {
    background: #f02137;
    color: #fff;
    border-color: #f02137;
}
.filter-open-box .sort-list .filterby-box .filterby-list .checkbox-listing li input[type="checkbox"], .filter-open-box .sort-list .filterby-box .filterby-list .checkbox-listing li input[type="radio"] {
  position: absolute;
  top: 3px;
}
.filter-open-box .sort-list .filterby-box .filterby-list .checkbox-listing li label {
    color: #545a5a;
    padding-left: 20px;
}
.filter-open-box .sort-list .filterby-box .filterby-list.single-line {
    min-width: 225px;
}
.filter-open-box .sort-list .filterby-box .filterby-list.single-line li {
    width: 100%;
    margin-bottom: 10px;
}
.filter-open-box .sort-list .filterby-box .filterby-list.single-line li:last-child {
    margin: 0px;
}
.filter-open-box .sort-list .filterby-box .filterby-list.single-line li:last-child {
    margin-right: 0px;
}
/*.filter-open-box .sort-list .filterby-box .filterby-list.single-line.rating {
    min-width: 425px;
}*/
.filter-open-box .sort-list .filterby-box .filterby-list .cross-flt {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    line-height: 20px;
}

.filterby-show {
    text-align: center;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding: 15px 0px 10px;
}

.filterby-show .filter-slected-list {
    list-style: none;
    padding: 0px;
}

.filterby-show .filter-slected-list li {display: inline-block;}

.filterby-show .filter-slected-list li + li {
    margin-left: 5px;
}

.filterby-show .filter-slected-list li a {
    border: 1px solid #ddd;
    padding: 4px 15px;
    color: #545a5a;
    border-radius: 50px;
    display: block;
}

.filterby-show .filter-slected-list li a i {
    margin-left: 10px;
}

.filterby-show .filter-slected-list li.close-btn {}

.filterby-show .filter-slected-list li.close-btn a {
    color: #fff;
    border-color: #f02137;
}
/* =============== End Open Filter ================ */
.select2-container {
    z-index: 999999;
}

.header .navbar-collapse .menu_heading {
    display: none;
}
.mobile-banner, .mobile-show, .btn-close-menu,
.extra-menu-btn {
    display: none;
}
.g-map iframe {
    width: 100%;
    height: 295px;
}

.blog-wrp {
    padding: 50px 0px;
}
.blog-wrp .container {
    max-width: 900px
}



.blog-wrp .pic {
    margin: 10px 0px 20px;
}
.blog-wrp .pic img {
    max-width: 100%;
}
.blog-editor-box img{
    max-width:100%;
    margin-bottom:10px
}
.blog-wrp .single-blog {
    margin-bottom: 20px;
    overflow: hidden;
}
.blog-wrp .title-box {
    width: calc(100% - 230px);
    float: left;
}
.blog-wrp .title-box h4 {
    line-height: 30px;
}
.blog-wrp .single-blog p {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    max-height: 85px;
    margin-bottom: 15px;
}
.blog-wrp .pic img {
    max-height: 400px;
    border-radius: 16px;
}
.single-blog .dscb .blog-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.single-blog .blog-img {
    background: #f5f5f5;
}

.breadcrumb-blog {
    display: block !important;
    overflow: hidden;
}

.breadcrumb-blog .breadcrumb {
    float: right;
}

.product-desc.right .desc p {
    direction: ltr;
}
.dropdown-menu-cart .cart-item-close a {
    font-size: 12px;
}
.coupon-card-cart {
    border-style: dashed !important;
}
.coupon-card-cart:hover {
    background: rgb(92 184 92 / 20%);
}
.coupon-card-cart a {
    padding: 12px 18px;
    color: #000;
}
    .coupon-card-cart a:before {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        color: #989898;
        right: 25px;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 16px;
        animation: shake-animation 5s infinite;
    }
@keyframes shake-animation {
    0% {
        right: 15px;
    }

    25% {
        right: 30px;
    }

    50% {
        right: 15px;
    }

    75% {
        right: 30px;
    }

    100% {
        right: 15px;
    }

    
}
.coupon-card-cart i {
    background: #5cb85c;
    color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
    position: relative;
}
.coupon-card-cart i:before {
    content: "";
    position: absolute;
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    border: 1px dashed #5cb85c;
    left: -4px;
    top: -4px;
    border-radius: 50%;
}


.readmore-html .dscb {
    max-height: 0px;
    overflow: hidden;
    margin-bottom: 5px;
}
.term-box .readmore-html .dscb.showless {
    width: 100%;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 4px;
    margin-top: 5px;
    position: relative;
    overflow: visible;
}

.term-box .readmore-html .dscb.showless:before {
    content: "";
    position: absolute;
    border: 5px solid #ddd;
    border-left-color: transparent;
    border-top-color: transparent;
    transform: rotate(-135deg);
    top: -6px;
}

.term-box .readmore-html .dscb ul li {
    padding-left: 0px;
    word-break: break-word;
}

.term-box .readmore-html .dscb ul {
    padding-left: 20px;
}

.view-hide-details ul {
    padding-left: 20px;
}

.view-hide-details ul li {
    margin-bottom: 7px;
}
