.shop-description {
    padding: 20px 20px 0px 20px;
}

    .shop-description h1 {
        font-size: 22px;
    }

    .shop-description h2 {
        font-size: 20px;
    }

    .shop-description h3 {
        font-size: 18px;
    }

    .shop-description h4 {
        font-size: 16px;
    }

ul.product-thumbnails a.videoplay {
    position: relative;
}

    ul.product-thumbnails a.videoplay div.icon {
        background: #bcc590c7;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #fff;
    }

        ul.product-thumbnails a.videoplay div.icon i {
            font-size: 23px;
        }

.product-carousel .item.videoplay a {
    position: relative;
}

    .product-carousel .item.videoplay a div.icon {
        background: #bcc590c7;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .product-carousel .item.videoplay a div.icon i {
            font-size: 100px;
            display: block;
            margin: 0 0 20px 0;
        }

.shipping-description textarea {
    min-height: 100px;
    border-color: #bcc590;
}
/*----------------------------------------------------------*/

ul.order-filter {
    padding: 0;
    margin: 0 0 15px 0;
    list-style: none;
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    border-bottom: 1px solid #e0e0e2;
}

    ul.order-filter li {
        flex-grow: 1;
        padding: 0px 0px 0px 0px;
        margin: 0 0 0px 6px;
    }

        ul.order-filter li a:hover {
            background: #eee;
        }

        ul.order-filter li a {
            color: #81858b;
            /* padding: 10px 0; */
            white-space: nowrap;
            display: flex;
            /* min-width: 100px; */
            text-align: center;
            font-size: 11px;
            align-items: center;
            justify-content: center;
            padding: 15px 15px;
            border-radius: 10px 10px 0 0;
        }

        ul.order-filter li.active {
            color: #767676;
            border-bottom: 2px solid;
            padding: 0px 0px 0px 0px;
        }

            ul.order-filter li.active a {
                color: #767676
            }

                ul.order-filter li.active a span {
                    background: #729fc0;
                }

        ul.order-filter li a span {
            background: #adadad;
            color: #fff;
            padding: 1px 5px;
            border-radius: 4px;
            font-size: 10px;
            margin: 0 3px 0 0;
            height: 15px;
            line-height: initial;
        }

ul.pagination {
    padding: 0;
    margin: 0;
}

.shopPagination ul li span {
    background: var(--primary-color);
    color: #fff;
    border: none;
}

.shopPagination ul li a, .shopPagination ul li span {
    background-color: #fff;
    /* padding: 4px 12px; */
    border-radius: 4px;
    margin: 0 0px 0 0px;
    color: #888;
    border: 1px solid #e4e4e4;
    display: inline-block;
    line-height: normal;
    min-width: 32px;
    text-align: center;
    font-size: 20px;
}

.product-icons {
    margin-top: 15px;
}

    .product-icons .icon-row {
        display: flex;
        align-items: center;
        font-size: 11px;
        border-bottom: 1px solid #eee;
        padding: 10px 10px;
    }

        .product-icons .icon-row p {
            margin: 0;
            color: #606060;
        }

        .product-icons .icon-row img {
            padding: 0 0 0 10px;
            /* width: 55px; */
        }

        .product-icons .icon-row strong {
            font-size: 12px;
            color: #686868;
        }

.fixed-bar {
    display: none;
    position: fixed;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

    .fixed-bar ul {
        list-style: none;
        display: flex;
        padding: 0;
        margin: 0 0 6px 0;
    }

        .fixed-bar ul li {
            /* flex-basis: min-content; */
            width: 20%;
        }

            .fixed-bar ul li a {
                position: relative;
                display: flex;
                flex-direction: column;
                align-items: center;
                color: var(--theme-dark-green);
                padding: 9px 0 0 0;
                font-size: 12px;
            }

                .fixed-bar ul li a span {
                    margin: 0px 0 0px 0;
                    font-size: 19px;
                    background: #ffffff;
                    padding: 0px 0 5px;
                    border-radius: 50%;
                }

                .fixed-bar ul li a i {
                    background-color: var(--theme-secondary-color);
                    color: #fff;
                    text-decoration: none;
                    display: inline-block;
                    padding: 3px 5px;
                    border-radius: 5px;
                    position: absolute;
                    left: 10px;
                    top: 7px;
                    line-height: 1;
                    font-style: normal;
                }

.home-icon-category {
    padding: 15px 0;
}

    .home-icon-category > div {
        display: flex;
        justify-content: space-between;
        /* overflow-x: auto; */
        padding: 10px 0;
        flex-wrap: wrap;
    }

        .home-icon-category > div > a:hover {
            transform: translate(0px,-10px);
        }

        .home-icon-category > div > a {
            display: block;
            text-align: center;
            transition: 0.5s;
            width: initial;
            padding: 5px 10px;
        }

            .home-icon-category > div > a img {
                /* max-width: 100%; */
                min-width: 100px;
                margin: 0 4px;
                width: 100%;
            }

footer.main-footer .description .symbol a img {
    height: 80px !important;
}

.section-title {
    margin: 0;
}

.product-carousel .owl-nav button.owl-next {
    left: 0;
}

.product-carousel .owl-nav button.owl-prev {
    right: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}

.form-group-item .section-title {
    clear: both;
}

footer.main-footer .widget-menu ul li {
    line-height: 30px;
}

    footer.main-footer .widget-menu ul li a {
        color: #666;
    }

footer.main-footer .description {
    display: flex;
    align-items: center;
    flex-direction: column;
}

    footer.main-footer .description .symbol {
        width: 100%;
        margin: 40px 0 0 0;
    }

footer.main-footer .newsletter {
    margin: 15px 0 0 0
}

footer.main-footer .description .symbol a {
    padding: 10px;
    min-width: 100px;
}

header.main-header .logo-area {
    margin: 0 0 8px 0;
}

    header.main-header .logo-area a img {
        height: 60px;
        opacity: 0.7;
    }

.address-text {
    display: flex;
    align-items: center
}

.title-breadcrumb-special .breadcrumb a::after {
    top: -4px;
    left: -17px;
}

.carousel-item {
    border-radius: 10px;
    overflow: hidden;
}

td.order-column {
    display: flex;
}

.post-card .post-title a:hover {
    color: #dd7f68;
}

.home-blog-slider .owl-stage-outer {
    padding-top: 40px;
}

.checkout-alert-highlighted-success {
    font-family: inherit;
}

.checkout-details-title > h4 > span {
    font-family: inherit;
}

.pagination-container .pagination {
    display: flex;
    justify-content: center;
}

table.table tr.success td {
    background: #f2ffee;
}

td.pay-order > div {
    display: flex; /* position: absolute; */
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 6px 5px 0 6px;
}

td.pay-order {
    position: relative;
    min-width: 75px;
}

    td.pay-order form {
        width: 100%;
    }

td.product-title .product-info {
    flex-grow: 1;
    text-align: right;
    display: flex;
    align-items: flex-start;
    padding: 10px;
    flex-direction: column;
    justify-content: flex-end;
}

td.product-title > div {
    display: flex;
}

td.product-title .product-image img {
    height: 50px;
}

.footer-contact > div {
    display: flex;
    justify-content: space-between;
    background: #f0f0f0;
    padding: 15px;
    align-items: center;
    border-radius: 10px;
    margin: 0 15px 15px 15px;
}

table.table.table-cart td .discount {
    position: initial;
    color: red;
}

table.table.table-cart td .price {
    display: block;
}

.price-item .price-discount > span {
    color: red;
    font-size: 18px;
}

span.product-price.discount {
    position: initial;
    font-size: 12px;
    color: red;
}

.product-price.discount span {
    color: red !important;
    font-size: 10px !important;
}

span.product-price.discount span {
    background: initial;
    color: initial;
    padding: initial;
    margin: initial;
}

.product-card .product-head > div {
    z-index: 999;
}

.product-card .product-head {
    height: 30px;
}

.contact-box {
    background: #f0f0f0;
    margin: 50px 30px 40px 30px;
    text-align: center;
    border-radius: 10px;
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .contact-box a {
        /* display: block; */
        text-align: center;
    }

    .contact-box i {
        font-size: 31px;
        /* content: ''; */
        position: absolute;
        left: 14px;
        top: 7px;
        display: flex;
        flex-direction: column;
    }

    .contact-box a {
        font-size: 20px;
        color: #dd7f68;
        direction: ltr;
        display: inline-block;
        border-bottom: 3px solid;
        padding: 0 20px;
    }

    .contact-box > div {
        background: #dd7f68;
        color: #fff;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        position: relative;
        margin: -20px 0 0 0;
    }

    .contact-box h3 {
        margin: 20px 0;
        font-size: 20px;
    }

.product-info .product-title h1 {
    color: var(--theme-dark);
    font-size: 20px
}

.footer-contact > div > div > i.mdi-map-marker {
    font-size: 25px;
    background: #9d9d9d;
    border-radius: 50%;
    height: 35px;
    padding: 4px 4px;
    display: inline-block;
    line-height: 1;
    color: #f0f0f0;
    margin: 0 0 0 15px;
}

li.nav-item.account.auth {
    border-color: var(--primary-theme);
}

    li.nav-item.account.auth > a {
        color: var(--primary-theme);
    }

.main-slider {
    height: 750px;
}

    .main-slider .carousel-item img {
        width: 100%;
    }

td.order-column .order-info {
    flex-grow: 1;
}

.order-stat {
    margin: 10px 0 0 0;
}

td.order-column .order-info {
}

.main-slider {
    height: initial !important;
}

.widget-banner {
    display: block;
}

.widget-banner {
    padding: 20px 0;
}

.orderStat > div.active span {
    background: var(--primary-color);
}

.checkout-address-cancel::before {
    display: none;
}

a.mapp-logo {
    background-size: 70px auto !important;
}

.orderStat > div.active strong {
    color: #484848;
}

.page-image-wrapper {
    padding: 10px;
}

.pagecontent p {
    margin: 0;
}

.page-image-wrapper img {
    max-width: 100%;
}

.page ul {
    list-style: initial;
    padding-right: 20px;
}

    .page ul li {
        font-size: initial;
        color: #666;
        font-weight: initial;
    }

.widget-search button.btn-search-widget {
    width: 40px;
}

.sorting > div {
    text-align: left;
}

.widget-search button.btn-search-widget img {
    width: 70%;
}

.category-slider-wrapper {
    width: 100%;
    margin: 0 0 15px 0;
}

footer.main-footer .footer-services .service-item img {
    width: 40px;
    height: 40px;
}

footer.main-footer .footer-services .service-item p {
    font-size: 14px;
}

.socials > p {
    text-align: center;
}

.product-params {
    height: initial;
    padding-bottom: 0px
}

    .product-params ul li:before {
        background: var(--primary-theme);
    }

.product-card .product-price span {
    font-size: 12px;
}

header.main-header .main-menu > ul > li > a img {
    display: none;
    height: 0px;
}

.product-card .product-price {
    font-size: 16px;
    text-align: left;
}

.product-card .product-title > a {
    margin: 0 0 15px 0;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
    font-size: 13px;
}

.title-wide h2 {
    font-weight: bold;
    font-size: 15px;
    margin: 0 0 20px 0;
}

.title-wide h1 {
    font-size: 20px;
    height: 33px;
    position: relative;
    z-index: 10;
    display: inline-block;
    padding-right: 40px;
    padding-left: 10px;
    color: #6f7479;
    line-height: 33px;
}

    .title-wide h1:before {
        background: url(../img/theme/title-circles.png) left no-repeat;
        display: block;
        position: absolute;
        right: -20px;
        top: 11px;
        height: 14px;
        width: 32px;
        margin-right: 13px;
        height: 14px;
        width: 32px;
    }

    .title-wide h1:after, .title-wide h1:before {
        content: '';
    }

.product-card .product-card-body {
    padding: 0 5px;
}

.orderStat > div.active span {
    background: var(--primary-color);
}

header.main-header .side-menu > ul > li > a:focus, header.main-header .side-menu > ul > li > a:active {
    background: #eee;
}

.orderStat {
    display: table;
    width: 100%;
    /* background: #f9f9f9; */
    text-align: center;
    padding: 0px 0 0px 0;
    margin: 10px 0 0 0;
}

header.main-header .side-menu .logo-nav-res {
    margin: 0;
    padding: 15px 0 10px 0;
    background: #f3f3f3;
}

.search-box-side-menu.text-center {
    background: #f3f3f3;
}

    .search-box-side-menu.text-center form {
        padding: 10px 0 10px 0;
        background: #ffffff;
        border-top-left-radius: 18px;
    }

header.main-header .side-menu a {
    background: transparent;
}

header.main-header .side-menu {
    border-left: 4px solid #f3f3f3;
}

    header.main-header .side-menu .logo-nav-res img {
        height: 35px;
    }

.mobilemenu-icons {
    display: flex;
    justify-content: center;
    padding: 15px 0 0 0;
}

    .mobilemenu-icons a {
        font-size: 20px;
        color: #959595;
        font-weight: normal;
        padding: 0 10px;
    }

header.main-header .side-menu.darkmode .search-box-side-menu form { /* background-color: #edd4ce; */
}

    header.main-header .side-menu.darkmode .search-box-side-menu form input[type=text] {
        background-color: #ececec
    }

.side-menu.darkmode {
    background: #6f6f6f;
}

header.main-header .side-menu.darkmode > ul > li > a { /* background: #edd4ce; */
}

header.main-header .side-menu.darkmode ul ul {
    /* background: #e4aa9b52; */
}

header.main-header .side-menu.darkmode ul > li > ul > li > a {
    color: #2a2a2a;
}

.side-menu.darkmode {
    /* background: #828282 !important; */
}

header.main-header .side-menu.darkmode > ul > li > a img {
    height: 45px;
    background: #9f9f9f;
    border-radius: 6px;
    margin: 0 0 0 10px;
}

header.main-header .side-menu.darkmode > ul > li > a {
    color: #0e0e0e;
    padding: 7px 15px;
}

.search-box-side-menu.dt-sl.text-center {
}

.orderStat > div {
    display: table-cell;
    width: 25%;
    position: relative;
}

    .orderStat > div.active span.number {
        background-color: var(--primary-theme);
    }

    .orderStat > div strong {
        padding: 10px 0;
        color: #c1c1c1;
        display: block;
        font-weight: normal;
        font-size: 11px;
    }

    .orderStat > div span.number {
        background: #b9b9b9;
        border-radius: 50%;
        color: #ffffff;
        position: relative;
        z-index: 1;
        font-weight: bold;
        display: inline-block;
        width: 25px;
        height: 25px;
    }

    .orderStat > div span.left, .orderStat > div span.right {
        background: #dedede;
        position: absolute;
        width: 50%;
        height: 4px;
        top: 19%;
        z-index: 0;
    }

    .orderStat > div:first-child .right, .orderStat > div:last-child .left {
        background: #f3f3f3;
    }

    .orderStat > div span.right {
        background: #dedede;
        right: 0;
    }

.map-wrapper.userinfo {
    height: 250px;
    min-height: initial;
    margin: 15px 0 0 0;
    border-radius: 10px;
    overflow: hidden;
}

    .map-wrapper.userinfo .map-select-btn {
        left: 0;
        right: 0;
    }

.map-select-btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eee;
}

header.main-header .bottom-header {
    box-shadow: 0 7px 8px 0 rgb(0 0 0 / 4%);
}

td.order-column .info-date {
    font-size: 12px;
    color: #999999;
    margin: 6px 0 0 0;
}

main.main-content {
    margin: 20px 0 0 0;
}

header.main-header.fixed {
    position: fixed;
    z-index: 1000;
}

    header.main-header.fixed .bottom-header {
        position: absolute;
    }

header.main-header {
    position: initial;
}

    header.main-header .bottom-header {
        position: initial;
    }

.form-ui form {
    max-width: initial;
}

.map-wrapper {
    width: 100%;
    height: 100%;
    min-height: 300px;
    position: relative;
}

li.shipping-title {
    margin: 0;
    font-size: 13px;
    color: var(--primary-theme-dark);
}

.checkout-shipment .custom-control {
    border-bottom: 1px solid #eee;
    padding: 10px;
    cursor: pointer;
}

    .checkout-shipment .custom-control.active {
        background: #bcc59029;
    }

    .checkout-shipment .custom-control .price {
        font-size: 20px;
        padding: 15px 0 10px 15px;
        text-align: left;
    }

        .checkout-shipment .custom-control .price span {
            font-size: 16px;
        }

    .checkout-shipment .custom-control .info {
        padding: 10px 0 0 0;
        color: var(--primary-theme);
    }

    .checkout-shipment .custom-control > div {
        flex-grow: 1;
    }

.shopPagination ul {
    display: flex;
    justify-content: center;
}

    .shopPagination ul li.active span {
        background: var(--primary-theme);
        color: #fff;
    }

    .shopPagination ul li {
        margin: 0 0 0 6px;
    }

.product-gallery .product-thumbnails > li > a > img {
    display: block;
    max-width: 100%;
    margin: 6px 0;
    height: initial;
}

.product-description h2 {
    font-size: 20px;
    color: var(--primary-theme);
    padding: 10px 0;
}

.product-description h3 {
    font-size: 17px;
    /* color: var(--secondary-theme); */
    padding: 10px 0;
}

section.slider-section, div.slider-section {
    padding: 1rem 1.5rem 0;
    background-color: #fff;
    border-radius: 8px;
    margin: 10px 0;
}

td.order-column .order-info {
    flex-grow: 1;
}

ul.order-state {
    padding: 0;
    list-style: none;
    font-size: 12px;
    margin: 0;
    display: flex;
    justify-content: right;
}

    ul.order-state > li:first-child {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    ul.order-state > li:last-child {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    ul.order-state.unpaid > li {
        background-color: #f7d7d7;
    }

    ul.order-state > li {
        background: #f3f3f3;
        color: #888;
        /* border-radius: 20px; */
        padding: 6px 8px;
        margin: 0 0 2px 0;
        border-left: 1px solid #fff;
        font-size: 11px;
    }

        ul.order-state > li.level4.active {
            background: #40cc5b;
        }

        ul.order-state > li.completed {
            background: #64bfea;
            color: #fff;
        }

        ul.order-state > li.active {
            background: #64bfea;
            color: #fff;
        }

span.prop .colorlist > span {
    padding: 5px;
    display: inline-block;
    border-radius: 50%;
}

.gallery-item img {
    text-align: center;
    margin: 0 auto;
    height: initial;
}

.product-gallery .product-thumbnails > li {
    overflow: hidden;
}

.empty-shop {
    width: 100%;
    text-align: center;
    padding: 120px;
    color: #d0d0d0;
}

.card-body > ul.linklist ul {
    padding-right: 10px;
}

.card-body > ul.linklist {
    font-size: 12px;
    margin: 0;
}

    .card-body > ul.linklist a {
        color: #000;
    }

    .card-body > ul.linklist ul li:before {
        content: ' ';
        float: right;
        background: #cfd8e3;
        padding: 3px;
        margin: 7px 0 0 7px;
        border-radius: 50%;
    }

    .card-body > ul.linklist a {
        display: block;
        padding: 2px 0;
    }

        .card-body > ul.linklist a:Hover {
            background: #eee;
            border-radius: 5px;
        }

span.prop {
    margin: 0 0 0 5px;
    border-left: 1px solid #c7c7c7;
    padding: 0 0 0 5px;
}

.ltr {
    direction: ltr !important;
}

.product-card .product-thumb > img {
    height: initial !important;
}

header.main-header .main-menu ul {
    margin-bottom: 0;
    padding-right: 0;
    position: relative;
    list-style: none;
}

    header.main-header .main-menu ul li.mega-menu {
        position: static;
    }

header.main-header .main-menu > ul > li > a, header.main-header .main-menu > ul > li > span {
    color: #212121;
    padding: 10px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    position: relative;
    top: 2px;
    font-size: 13px;
}

header.main-header .main-menu > ul > li {
    display: inline-block;
}

header.main-header .main-menu ul li {
    display: inline-block;
}

header.main-header .side-menu > ul li {
    border-bottom: 1px solid #ededed;
}

.shopprogress {
    background: #ffffffc7;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 99;
    border-radius: 10px;
}

.form-progress {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999;
    background-color: #ffffffb8;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

    .form-progress.active {
        display: flex;
    }

    .form-progress img {
        height: 60px;
        border-radius: 50%;
    }

.auth-wrapper {
    margin: 0 15px;
    padding: 0 10px 10px 10px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

.btn.btnqty {
    padding: 5px 7px 4px 8px;
}

.checkout-summary-content > div.vpn-msg {
    display: none;
}

@media (max-width: 576px) {
    .home-icon-category > div > a {
        display: block;
        text-align: center;
        transition: 0.5s;
        width: 33%;
        padding: 5px 10px;
    }

    .checkout-summary-content > div.checkout-summary-inner {
        display: flex;
        flex-direction: row-reverse;
    }

    .checkout-summary-content > div.vpn-msg {
        display: block;
        background-color: #f78a8a;
        color: #fff;
        margin: -24px 0 5px 0;
        padding: 1px 10px;
        border-radius: 10px;
        text-align: center;
    }

    .checkout-summary-content {
        position: fixed;
        bottom: 56px;
        background: #fff;
        z-index: 109;
        left: 0;
        right: 0;
        padding: 10px 70px 15px 10px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

        .checkout-summary-content .basket-tips {
            display: none;
        }

        .checkout-summary-content .price-wrapper {
            flex-grow: 1;
            display: flex;
            align-items: center;
            flex-direction: row;
            justify-content: center;
        }

    .checkout-summary-price-title {
        font-size: 10px;
    }

    .checkout-summary-price-value {
        font-size: 12px;
        margin: 0 5px 0 0;
    }

    .checkout-summary-price-value-amount {
        font-size: 18px;
    }

    .checkout-summary-content a, .checkout-summary-content button {
        margin: 0 !important;
    }

        .checkout-summary-content a div, .checkout-summary-content button {
            font-size: 12px;
            min-width: 100px;
            text-align: left;
            padding: 8px 10px !important;
        }

            .checkout-summary-content a div:before, .checkout-summary-content button:before {
                display: none;
            }

            .checkout-summary-content a div i, .checkout-summary-content button i {
                display: none;
            }

    /*---------------------------------------------------------*/















    .fixed-bar {
        display: block;
    }

    td.pay-order > div {
        flex-direction: column;
    }

    td.pay-order .btn {
        padding: 3px 9px;
        font-size: 10px;
        margin: 0 0 10px 0;
        width: 100%;
    }

    ul.order-state > li {
        font-size: 9px;
        white-space: nowrap;
        padding: 5px 5px;
    }

    td.order-column {
        flex-direction: column;
    }

    .address-text {
        margin: 0 0 30px 0;
        text-align: center;
        flex-direction: column;
    }

    .footer-contact > div > div > i.mdi-map-marker {
        margin: -30px 0 15px 0;
        font-size: 50px;
        height: 55px;
    }

    .footer-contact > div {
        flex-direction: column;
    }

    .product-carousel .owl-nav button {
        height: 60px;
        width: 35px;
        top: 105px;
    }

        .product-carousel .owl-nav button.owl-next {
            left: -30px
        }

        .product-carousel .owl-nav button.owl-prev {
            right: -30px
        }

    footer.main-footer .widget-menu {
        margin: 0;
    }

        footer.main-footer .widget-menu .card-header {
            border: 1px solid var(--primary-theme);
            padding: 15px 38px 15px 15px;
            border-radius: 10px;
            margin: 0;
            background: #fff;
            z-index: 99;
        }

            footer.main-footer .widget-menu .card-header:after {
                content: '+';
                position: absolute;
                right: 31px;
                display: block;
                line-height: 0.6;
                top: 36px;
                width: 20px;
                height: 20px; /* background: red; */
                font-size: 30px;
                color: var(--primary-theme);
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }
        footer.main-footer .widget-menu .footer-menu {
            display: none;
            background: #faf9fb;
            padding: 25px 15px 15px 15px;
            margin-top: -10px;
            border-radius: 10px;
        }
    .dt-sn {
        padding: 0;
    }
    .title-wide h2 {
        display: inline-block;
        margin: 0;
    }
    section.slider-section, div.slider-section {
        padding: 0;
    }
    .checkout-address-location {
        height: 10px;
        border-radius: 20px;
        min-height: 60px;
    }
    .checkout-address-box {
        padding-bottom: 0;
        padding-top: 0;
    }
    .checkout-address-cancel {
        left: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .gallery-item img {
        width: 100%;
        height: initial;
    }
    .search-card-res .product-card .product-thumb { /* width:initial; */
    }
    .search-card-res .product-card .product-card-body {
        width: initial;
        flex-grow: 1;
    }
    .search-amazing-tab .product-card {
        display: flex;
        align-items: center;
    }
    header.main-header .logo-area a img {
        max-width: 100%;
        height: 50px;
    }
    header.main-header .logo-area {
        margin: 0;
    }
    header.main-header .topbar {
        padding: 0;
    }
        header.main-header .topbar .topbar-left {
            margin-top: 0;
        }
    .empty-shop {
        padding: 0 10px;
    }
        .empty-shop h1 {
            font-size: 24px;
        }
        .empty-shop h3 {
            font-size: 15px;
        }
}
@media (max-width: 768px) {
    .main-slider {
        margin: 0;
    }
    header.main-header, .widget-banner, .main-footer {
        padding: 10px 0 0 0;
    }
    .main-slider {
        height: 200px;
    }
}
er.main-header, .widget-banner, .main-footer {
    padding: 10px 0 0 0;
    margin-top: 10px;
}
.main-slider {
    height: 200px;
}