/*============================================================
[Master Stylesheet]
Theme Name:            Revel eCommerce-Multi vendor Ecommerce HTML Template
Frontend Developer:    Shaikh Abu Dardah
Version:               1.0
Author:                Codebasket
URL:                   https://themeforest.net/user/codebasket
=========================================================*/
/*=======================================================
TABLE OF CONTENTS:

01  global Style

======section stylsheet======

02  Header section
03  Mobile Menu section
04  Banner section
05  Top Product section
06  Flash Deal section
07  Popular Category section
08  Recently Viewed section
09  Hot Deal section
10  Special Offer section
11  Season Sale section
12  Best Seller section
13  Top Brand section
14  Testimonial section
15  Blog section
16  Feature section
17  Footer section

======Inner Page stylsheet======

18  About Page
19  Shop Page
20  Shop Details Page
21  Cart Page
22  Compare Page
23  Register Page
24  Faq Page
25  Blog Details Page
26  Account Page
27  Contact Page
28  sidebar

======Responsive stylsheet======

29  Responsive*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&amp;family=Open+Sans:wght@300;400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oxanium:wght@400;500;600;700;800&amp;display=swap");

@font-face {
    font-family: "Muli";
    src: url(../fonts/Muli-Regular.ttf);
    font-weight: 400;
}

body {
    font-family: "Poppins", sans-serif;
    background: #eaf1f5;
    line-height: 1.5;
}

body.clear {
    overflow: hidden;
}

body.home-2 {
    background: #ffffff;
}

body.inner {
    background: #ffffff;
}

.rev-4-body {
    background: #ffffff;
}

.rev-9-body {
    background: #ffffff;
}

.rev-10-body {
    background: #ffffff;
    font-family: "Josefin Sans", sans-serif;
}

.rev-12-body {
    background-color: #ffffff;
}

html {
    scroll-behavior: smooth;
}

@media screen and (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1530px;
    }
}

.d_none {
    display: none;
}

.table.table-bordered tr {
    border-style: dashed;
}

input,
select,
textarea,
button {
    padding: 0;
    border: 0;
    outline: none;
    transition: 0.3s;
    background: transparent;
}

input[type=number],
[type=month] {
    width: 100% !important;
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-calendar-picker-indicator,
[type=month]::-webkit-inner-spin-button,
[type=month]::-webkit-calendar-picker-indicator {
    display: none;
    appearance: none;
    margin: 0;
}

a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    transition: 0.3s;
}

span {
    display: inline-block;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.def-btn {
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    background: #999;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
}
.btn-outline-primary {
    border-color: rgba(254, 85, 2, 0.5);
    color: #af4d1c;
}
.btn-outline-primary:hover {
    background: #af4d1c;
    border-color: #999;
}
.btn-reset,.btn-reset:hover {
    padding: 0;
    border: none;
    background: none;
    color:#999;
}
.def-btn.btn-border {
    border: 1px solid #999;
    line-height: 48px;
}

.def-btn:hover,
.def-btn:focus {
    background: #ffffff;
    color: #999;
    border: 1px solid #999;
}

.btn-success {
    background: #1bad1b;
}

.btn-success:hover,
.btn-success:focus {
    color: #1bad1b;
}

.def-btn-2 {
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    background: #ffffff;
    border: 1px solid #999;
    color: #999;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
}

.def-btn-2:hover,
.def-btn-2:focus {
    background: #999;
    color: #ffffff;
}
.dashboard-top-box {
    border-top: 1px solid #999;
}
.home-2 .def-btn {
    background: #e9b808;
}

.home-2 .def-btn:hover,
.home-2 .def-btn:focus {
    background: #ffffff;
    color: #e9b808;
}

.home-2 .def-btn-2 {
    border-color: #e9b808;
    color: #e9b808;
}

.home-2 .def-btn-2:hover,
.home-2 .def-btn-2:focus {
    background: #e9b808;
    color: #ffffff;
}

.home-2 .def-btn-3 {
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    background: #ffffff;
    color: #e9b808;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
}

.home-2 .def-btn-3:hover,
.home-2 .def-btn-3:focus {
    background: #e9b808;
    color: #ffffff;
}

.home-2 .panel .panel-header::after {
    background: #e9b808;
}

.home-2 .panel .panel-header .explore-section {
    color: #e9b808;
}

.home-2 .panel .nav button.active {
    color: #e9b808;
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.py-80 {
    padding: 80px 0;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-80 {
    padding-bottom: 80px;
}

.py-25 {
    padding: 25px 0;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-35 {
    padding-bottom: 35px;
}

@media screen and (max-width: 991px) {
    .pb-md-60 {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    .pb-md-30 {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .py-md-60 {
        padding: 60px 0;
    }
}

@media screen and (max-width: 991px) {
    .pt-md-60 {
        padding-top: 60px;
    }
}

.w-55 {
    width: 55%;
}

.panel {
    background: #ffffff;
    padding: 40px 20px;
}

.panel.panel-2 {
    padding: 60px 20px;
}

.panel.panel-3 {
    padding: 0;
}

.panel.panel-shadow {
    box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
}
.header {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 1000;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.panel .panel-header {
    position: relative;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 18px;
    margin-bottom: 40px;
}

.panel .panel-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 3px;
    background: #999;
}

.panel .panel-header .title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #292929;
    margin-top: -2px;
    margin-bottom: 0;
}

.panel .panel-header .explore-section {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #999;
}

.panel .nav {
    justify-content: flex-end;
    border: 0;
}

.panel .nav button {
    padding: 0 10px;
    border: 0;
    margin: 0;
    font-size: 16px;
    line-height: 100%;
    color: #606060;
    text-transform: capitalize;
}

.panel .nav button:first-child {
    padding-left: 0;
}

.panel .nav button:last-child {
    padding-right: 0;
}

.panel .nav button.active {
    background-color: transparent;
    color: #999;
}

.heading.heading-2 h2::after {
    background: #e9b808;
}

.heading h2 {
    font-size: 26px;
    line-height: 100%;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
    margin-top: -4px;
    padding-bottom: 19px;
    margin-bottom: 40px;
    position: relative;
}

.heading h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 3px;
    background: #999;
}

.nice-select::after {
    width: 8px;
    height: 8px;
    border-width: 1px;
    border-color: #222222;
}

.rounded {
    border-radius: 4px !important;
}
.border-dotted {
    border-bottom: 1px dashed rgb(223 223 223 / 84%);
}
.text-success {
    color: #1bad1b !important;
}

.month-picker {
    display: inline-block;
    position: absolute;
    z-index: 9999;
    background: #f7f7f7;
    background: #ffffff;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    width: max-content;
}

.month-picker-year-table .month-picker-previous,
.month-picker-year-table .month-picker-next {
    padding: 10px;
}

.month-picker-year-table .month-picker-title {
    width: 150px;
    padding: 10px;
}

.month-picker-year-table .month-picker-next .ui-button .ui-icon {
    background-image: url(../images/arrow-right.png);
}

.month-picker-year-table .ui-button {
    padding: 0;
    border: 0;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #606060;
}

.month-picker-year-table .ui-button .ui-icon {
    background-image: url(../images/arrow-left.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 18px;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    transition: 0.3s;
}

.month-picker-year-table .ui-button .ui-icon:hover {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.month-picker-month-table {
    width: 100%;
}

.month-picker-month-table td {
    text-align: center;
    width: 33.3333333333%;
    padding: 0;
    height: 40px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.month-picker-month-table td:first-child {
    border-left: 0;
}

.month-picker-month-table td .ui-button {
    font-size: 14px;
    color: #606060;
}

.month-picker-month-table td .ui-button.ui-state-highlight {
    color: #999;
}

.month-picker-month-table td .ui-button:hover {
    color: #999;
}

.apexcharts-tooltip-z-group {
    display: none;
}

/* INDEX-3 PANEL HEADER */
.panel .rev-3-panel-header::after {
    background-color: #1273eb;
}

.section-spacing {
    padding: 80px 0;
}

@media screen and (max-width: 991px) {
    .section-spacing {
        padding: 60px 0;
    }
}

/*----- INDEX-4 SECTION HEADING SYLES -----*/
.section-heading {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.section-heading h6 {
    font-size: 15px;
    font-weight: 400;
    color: #606060;
}

.section-heading h2 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 45px;
    text-transform: uppercase;
}

@media screen and (max-width: 1399px) {
    .section-heading h2 {
        font-size: 27px;
    }
}

@media screen and (max-width: 1199px) {
    .section-heading h2 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .section-heading h2 {
        margin-bottom: 20px;
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 575px) {
    .section-heading h2 {
        font-size: 20px;
    }
}

.section-heading h2::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    translate: -50% 0;
    width: 25%;
    height: 3px;
    background-color: #a19cde;
}

/*----- INDEX-6 DEFAULT BUTTON -----*/
.rev-6-def-btn {
    background: #ff4747;
    border-radius: 5px;
}

.rev-6-def-btn:hover {
    color: #ff4747;
}

.area-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.area-heading-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.area-heading .title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #292929;
    margin-top: -2px;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .area-heading .title {
        font-size: 18px;
    }
}

@media screen and (max-width: 479px) {
    .area-heading .title {
        font-size: 16px;
    }
}

/*----- INDEX-5 DEFAULTS -----*/
.rev-5-body .heading h2::after {
    background: #f74258;
}

.rev-5-body .panel .panel-header::after {
    background: #f74258;
}

.rev-5-body .panel .panel-header .explore-section {
    color: #f74258;
}

.rev-5-body .panel .nav button.active {
    color: #f74258;
}

.rev-5-def-btn {
    background: #f74258;
}

.rev-5-def-btn:hover {
    color: #f74258;
}

/*----- INDEX-7 DEFAULTS -----*/
.rev-7-body {
    background: #ffffff;
    font-family: "Jost", sans-serif;
}

.rev-7-def-btn {
    background: #699c47;
    border-radius: 30px;
    height: 45px;
    line-height: 45px;
}

.rev-7-def-btn:hover {
    color: #699c47;
}

.rev-7-section-heading {
    width: unset;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.rev-7-section-heading h2 {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 40px;
    margin-top: -4px;
}

.rev-7-section-heading h2::before {
    content: none;
}

@media screen and (max-width: 1399px) {
    .rev-7-section-heading>.row {
        row-gap: 25px;
    }

    .rev-7-section-heading h2 {
        font-size: 35px;
        text-align: center;
    }
}

@media screen and (max-width: 1199px) {
    .rev-7-section-heading h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {
    .rev-7-section-heading {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .rev-7-section-heading h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 575px) {
    .rev-7-section-heading {
        margin-bottom: 20px;
    }

    .rev-7-section-heading h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 479px) {
    .rev-7-section-heading h2 {
        font-size: 25px;
    }
}

/*----- INDEX-8 DEFAULTS -----*/
.rev-8-section-heading {
    border: 0;
}

@media screen and (max-width: 575px) {
    .col-xs-6 {
        width: 50%;
    }
}

@media screen and (max-width: 479px) {
    .col-xs-12 {
        width: 100%;
    }

    .col-xxs-6 {
        width: 50%;
    }
}

/*----- INDEX-9 DEFAULTS -----*/
.rev-9-section-heading {
    width: 50%;
    margin: auto;
    text-align: center;
    margin-bottom: 64px;
}

@media screen and (max-width: 1399px) {
    .rev-9-section-heading {
        width: 60%;
        margin-bottom: 34px;
    }
}

@media screen and (max-width: 991px) {
    .rev-9-section-heading {
        width: 80%;
        margin-bottom: 29px;
    }
}

@media screen and (max-width: 767px) {
    .rev-9-section-heading {
        width: 100%;
    }
}

.rev-9-section-heading .section-title {
    color: #102039;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1399px) {
    .rev-9-section-heading .section-title {
        font-size: 35px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-9-section-heading .section-title {
        font-size: 30px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 991px) {
    .rev-9-section-heading .section-title {
        font-size: 27px;
    }
}

@media screen and (max-width: 767px) {
    .rev-9-section-heading .section-title {
        font-size: 25px;
    }
}

@media screen and (max-width: 575px) {
    .rev-9-section-heading .section-title {
        font-size: 23px;
    }
}

.rev-9-section-heading p {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    color: #606060;
    margin-bottom: 0;
}

.rev-9-def-btn {
    background-color: #ff4747;
    border-radius: 6px;
    color: #ffffff;
    padding: 0 30px;
    height: 45px;
    line-height: 42px;
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 500;
    border: 1px solid #ff4747;
    text-transform: capitalize;
}

@media screen and (max-width: 1399px) {
    .rev-9-def-btn {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .rev-9-def-btn {
        font-size: 18px;
        padding: 0 20px;
        height: 40px;
        line-height: 38px;
    }
}

.rev-9-def-btn:hover {
    color: #ff4747;
    border-color: #ff4747;
    background-color: #ffffff;
}

/*----- INDEX-10 DEFAULTS -----*/
.rev-10-def-btn {
    background-color: #2f61d2;
    text-transform: capitalize;
    padding: 0 20px;
    border-radius: 6px;
    height: 45px;
    line-height: 48px;
}

@media screen and (max-width: 991px) {
    .rev-10-def-btn {
        height: 40px !important;
        line-height: 43px !important;
    }
}

@media screen and (max-width: 479px) {
    .rev-10-def-btn {
        height: 35px !important;
        line-height: 37px !important;
    }
}

.rev-10-def-btn:hover {
    color: #2f61d2;
}

.rev-10-section-heading {
    margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
    .rev-10-section-heading {
        margin-bottom: 35px;
    }
}

.rev-10-section-heading .rev-10-section-title {
    text-transform: capitalize;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.rev-10-section-heading .rev-10-section-title::before {
    background-color: #2f61d2;
    width: 110px;
    height: 2px;
}

/*----- INDEX-11 DEFAULTS -----*/
.rev-11-section-heading {
    margin-bottom: 39px;
    width: 100%;
    text-align: left;
}

@media screen and (max-width: 991px) {
    .rev-11-section-heading {
        margin-bottom: 24px;
    }
}

.rev-11-section-heading .rev-11-section-title {
    font-weight: 600;
    font-size: 45px;
    text-transform: capitalize;
    margin-bottom: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 1399px) {
    .rev-11-section-heading .rev-11-section-title {
        font-size: 35px;
    }
}

@media screen and (max-width: 991px) {
    .rev-11-section-heading .rev-11-section-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .rev-11-section-heading .rev-11-section-title {
        font-size: 25px;
        text-align: center;
    }
}

.rev-11-section-heading .rev-11-section-title::before {
    content: none;
}

.rev-11-section-heading .def-btn {
    background-color: #ffffff;
    border: 2px solid #2B4A41;
    color: #2B4A41;
    font-size: 18px;
    font-weight: 600;
    padding: 0 25px;
    line-height: 43px;
}

@media screen and (max-width: 1199px) {
    .rev-11-section-heading .def-btn {
        line-height: 40px;
    }
}

@media screen and (max-width: 991px) {
    .rev-11-section-heading .def-btn {
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .rev-11-section-heading .def-btn {
        height: 35px;
        line-height: 33px !important;
    }
}

.rev-11-section-heading .def-btn:hover {
    color: #ffffff;
    background-color: #2B4A41;
}

.rev-11-def-btn {
    background-color: #2B4A41;
    text-transform: capitalize;
    padding: 0 30px;
    height: 45px;
    line-height: 43px;
    border: 2px solid #2B4A41;
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 1199px) {
    .rev-11-def-btn {
        height: 40px;
        line-height: 37px;
        padding: 0 25px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .rev-11-def-btn {
        line-height: 27px !important;
    }
}

.rev-11-def-btn:hover,
.rev-11-def-btn:focus {
    color: #2B4A41;
}

/*----- INDEX-12 DEFAULTS -----*/
.rev-12-section-heading {
    margin-left: 0;
    margin-bottom: 27px;
}

.rev-12-section-heading .rev-12-section-title {
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
}

@media screen and (max-width: 1399px) {
    .rev-12-section-heading .rev-12-section-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-12-section-heading .rev-12-section-title {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    .rev-12-section-heading .rev-12-section-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 575px) {
    .rev-12-section-heading .rev-12-section-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 479px) {
    .rev-12-section-heading .rev-12-section-title {
        font-size: 25px;
    }
}

.rev-12-section-heading .rev-12-section-title::before {
    content: "";
    position: absolute;
    width: 215px;
    height: 9px;
    top: -28px;
    left: 0;
    translate: 0 0;
    background-image: linear-gradient(150deg, #ffc000 60%, #222222 25%, #222222 85%, transparent 10px);
    background-color: transparent;
}

@media screen and (max-width: 1399px) {
    .rev-12-section-heading .rev-12-section-title::before {
        width: 145px;
    }
}

@media screen and (max-width: 767px) {
    .rev-12-section-heading .rev-12-section-title::before {
        height: 7px;
        width: 120px;
    }
}

.rev-12-def-btn {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    font-family: "Kanit", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #191919;
    text-transform: capitalize;
}

.rev-12-def-btn:hover,
.rev-12-def-btn:focus {
    color: #222222;
}

.rev-12-def-btn:hover::before,
.rev-12-def-btn:focus::before {
    width: 90%;
}

.rev-12-def-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 100%;
    background: #ffc000;
    z-index: -1;
    transition: width 0.4s ease;
}

/*----- INDEX-13 DEFAULTS -----*/
.rev-13-section-heading {
    margin-left: 0;
    width: max-content;
    margin-bottom: 36px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

@media screen and (max-width: 479px) {
    .rev-13-section-heading {
        margin-bottom: 21px;
    }
}

.rev-13-section-heading .rev-13-section-title {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #191919;
    text-transform: capitalize;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: left;
}

@media screen and (max-width: 1399px) {
    .rev-13-section-heading .rev-13-section-title {
        font-size: 35px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-13-section-heading .rev-13-section-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .rev-13-section-heading .rev-13-section-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 575px) {
    .rev-13-section-heading .rev-13-section-title {
        font-size: 25px;
    }
}

@media screen and (max-width: 479px) {
    .rev-13-section-heading .rev-13-section-title {
        font-size: 20px;
    }
}

.rev-13-section-heading .rev-13-section-title::before {
    content: none;
}

.rev-13-section-heading a,
.rev-13-section-heading button {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    background-color: #888;
    border: 1px solid #888;
    color: #ffffff;
}

@media screen and (max-width: 1199px) {

    .rev-13-section-heading a,
    .rev-13-section-heading button {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
        font-size: 15px;
    }
}

@media screen and (max-width: 479px) {

    .rev-13-section-heading a,
    .rev-13-section-heading button {
        height: 30px;
        line-height: 30px;
        padding: 0 13px;
        font-size: 13px;
    }
}

.rev-13-section-heading a:hover,
.rev-13-section-heading button:hover {
    background-color: #ffffff;
    color: #888;
}

a:hover {
    color: #646cff !important;
}

/*----- INDEX-14 DEFAULTS -----*/
.rev-14-def-btn {
    background-color: #555;
    height: 40px;
    line-height: 38px;
    border: 1px solid #555;
    padding: 0 20px;
    text-transform: capitalize;
    color: #ffffff;
    font-family: "Oxanium", cursive;
}

@media screen and (max-width: 767px) {
    .rev-14-def-btn {
        height: 35px;
        line-height: 34px;
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {
    .rev-14-def-btn {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        padding: 0 10px;
    }
}

.rev-14-def-btn i {
    margin-left: 5px;
}

.rev-14-def-btn:hover {
    color: #999;
    background-color: transparent;
}

.rev-14-section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

@media screen and (max-width: 1399px) {
    .rev-14-section-heading {
        margin-bottom: 30px;
    }
}

.rev-14-section-title {
    margin-bottom: 0;
    line-height: 1;
    font-size: 55px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-bottom: -14px;
}

@media screen and (max-width: 1399px) {
    .rev-14-section-title {
        font-size: 45px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-14-section-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) {
    .rev-14-section-title {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    .rev-14-section-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 479px) {
    .rev-14-section-title {
        font-size: 25px;
    }
}

.rev-14-section-title::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 85px;
    height: 3px;
    background-color: #ea272c;
}

/*----- INDEX-15 DEFAULTS -----*/
.rev-15-body {
    background-color: #ffffff;
}

.rev-15-def-btn {
    background-color: #f79300;
    color: #ffffff;
    padding: 0 20px;
    height: 40px;
    line-height: 37px;
    border: 1px solid #f79300;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
}

@media screen and (max-width: 1199px) {
    .rev-15-def-btn {
        height: 35px;
        line-height: 33px;
        font-size: 14px;
    }
}

@media screen and (max-width: 767px) {
    .rev-15-def-btn {
        height: 30px;
        line-height: 28px;
        padding: 0 15px;
    }
}

.rev-15-def-btn:hover {
    color: #f79300;
    background-color: transparent;
    border-style: dashed;
}

.rev-15-section-heading {
    background-color: #ffffff;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rev-15-section-title {
    font-size: 25px;
    font-family: "Jost", sans-serif;
    color: #464646;
    margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
    .rev-15-section-title {
        font-size: 22px;
    }
}

/*----- INDEX-16 DEFAULTS -----*/
.rev-16-body .rev-15-section-title {
    margin-bottom: 0;
}

/*---- INDEX-17 DEFAULTS -----*/
.rev-17-section-heading {
    margin: auto;
    margin-bottom: 30px;
    width: max-content;
    text-align: center;
    max-width: 100%;
}

.rev-17-section-heading .rev-17-section-title {
    margin-bottom: 5px;
    color: #464646;
    font-family: "Rubik", sans-serif;
}

@media screen and (max-width: 767px) {
    .rev-17-section-heading .rev-17-section-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 575px) {
    .rev-17-section-heading .rev-17-section-title {
        font-size: 25px;
    }
}

@media screen and (max-width: 479px) {
    .rev-17-section-heading .rev-17-section-title {
        font-size: 20px;
    }
}

.rev-17-section-heading h6 {
    font-weight: 400;
    font-family: "Jost", sans-serif;
    font-size: 17px;
    color: #777;
}

@media screen and (max-width: 1199px) {
    .rev-17-section-heading h6 {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .rev-17-section-heading h6 {
        font-size: 14px;
    }
}

/*---- INDEX-18 DEFAULTS -----*/
.rev-18-def-btn {
    background-color: #305611;
}

.rev-18-def-btn:hover,
.rev-18-def-btn:focus {
    color: #305611;
}

.rev-18-panel {
    padding: 20px;
}

.rev-18-panel .panel-header {
    margin-bottom: 20px;
}

.header-cart-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 400px;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: flex-end;
    transform: translateX(100%);
    transition: all 0.6s ease-in;
    z-index: 999999;
}

.header-cart-wrap.header-cart-wrap-2 .cart-list .title button {
    background: #e9b808;
    border-color: #e9b808;
}

.header-cart-wrap.header-cart-wrap-2 .cart-list .title button:hover {
    color: #e9b808;
}

.header-cart-wrap.header-cart-wrap-2 .cart-list .total p span {
    color: #e9b808;
}

.header-cart-wrap.active {
    width: 100%;
    transform: translateX(0);
}

.header-cart-wrap.active .cart-list {
    transform: translateX(0);
}

.header-cart-wrap .cart-list {
    background: #ffffff;
    width: 400px;
    height: 100%;
    transform: translateX(100%);
    overflow: scroll;
    transition: 0.6s;
}

.header-cart-wrap .cart-list .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    background: rgba(34, 34, 34, 0.1);
}

.header-cart-wrap .cart-list .title h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    color: #222222;
    margin-bottom: 0;
}

.header-cart-wrap .cart-list .title button {
    width: 35px;
    height: 35px;
    line-height: 33px;
    background: #999;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 0;
    color: #ffffff;
    font-size: 18px;
}

.header-cart-wrap .cart-list .title button:hover {
    background: #ffffff;
    color: #999;
}

.header-cart-wrap .cart-list ul {
    padding: 25px;
    border-bottom: 1px dashed #ddd;
}

.header-cart-wrap .cart-list ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px dashed #ddd;
}

.header-cart-wrap .cart-list ul li:first-child {
    padding-top: 0;
}

.header-cart-wrap .cart-list ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.header-cart-wrap .cart-list ul li a {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-cart-wrap .cart-list ul li a .part-img {
    width: 80px;
    overflow: hidden;
}

.header-cart-wrap .cart-list ul li a .part-txt {
    width: calc(100% - 100px);
}

.header-cart-wrap .cart-list ul li a .part-txt .name {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    color: #222222;
    margin-top: -4px;
    margin-bottom: 8px;
}

.header-cart-wrap .cart-list ul li a .part-txt span {
    display: block;
    font-size: 14px;
    line-height: 100%;
    color: #606060;
    margin-bottom: -2px;
}

.header-cart-wrap .cart-list ul li a .part-txt span i {
    margin: 0 3px;
}

.header-cart-wrap .cart-list ul li button {
    padding: 0;
    font-size: 18px;
    color: #606060;
    height: max-content;
    line-height: 100%;
}

.header-cart-wrap .cart-list ul li button:hover {
    color: #999;
}

.header-cart-wrap .cart-list .total {
    padding: 25px;
}

.header-cart-wrap .cart-list .total p {
    font-size: 16px;
    line-height: 100%;
    color: #222222;
    margin-top: -1px;
    margin-bottom: -2px;
}

.header-cart-wrap .cart-list .total p span {
    float: right;
    font-weight: 600;
    color: #999;
}

.header-cart-wrap .cart-list .btn-box {
    padding: 25px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    border-top: 1px dashed #ddd;
}

.header-cart-wrap .cart-list .btn-box .def-btn {
    width: 100%;
    text-align: center;
}

.header-cart-wrap .cart-list .btn-box .def-btn:first-child {
    background: #222222;
}

.header-cart-wrap .cart-list .btn-box .def-btn:first-child:hover {
    background: #999;
    color: #ffffff;
}

.header-cart-wrap .cart-list .btn-box .def-btn:hover {
    background: #222222;
    color: #ffffff;
}

.header.header-2 .bottom-header .header-search form {
    background: #f7f7f7;
}

.header.header-2 .bottom-header .header-search form button {
    background: #e9b808;
    border-color: #e9b808;
}

.header.header-2 .bottom-header .header-search form button:hover {
    color: #e9b808;
}

.header.header-2 .bottom-header .bottom-header-right .header-cart-options a:last-child .quantity {
    background: #e9b808;
}

.header.header-2 .menu-bar {
    background: #f7f7f7;
}

.header.header-2 .menu-bar .all-department {
    background: #e9b808;
}

.header.header-2 .menu-bar .navbar .nav-item .nav-link:hover,
.header.header-2 .menu-bar .navbar .nav-item .nav-link:focus {
    color: #e9b808;
}

.header.header-2 .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.header.header-2 .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background: #e9b808;
}

.header.header-2 .menu-bar .account a:hover,
.header.header-2 .menu-bar .account a:focus {
    color: #e9b808;
}

.header.header-inner {
    background: #ffffff;
}

.header.header-inner .top-header {
    background: #999;
}

.header.header-inner .bottom-header {
    padding: 15px 0;
    background: #ffffff;
    position: relative;
}

.header.header-inner .bottom-header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
    animation: slideDown 0.3s linear;
    z-index: 11;
}

.header.header-inner .bottom-header .category-list-2 {
    position: absolute;
    top: 100%;
    width: 350px;
    background: #ffffff;
    border: 1px solid rgba(34, 34, 34, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
    padding: 25px 0 25px 25px;
    z-index: 11;
    display: none;
}

.header.header-inner .bottom-header .category-list-2 .category-item {
    padding-right: 25px;
    margin-bottom: 20px;
}

.header.header-inner .bottom-header .category-list-2 .category-item.has-sub {
    transition: 0.3s;
}

.header.header-inner .bottom-header .category-list-2 .category-item.has-sub .arrow {
    float: right;
    transform: translateY(-185%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 1px solid rgba(34, 34, 34, 0.7);
    border-right: 1px solid rgba(34, 34, 34, 0.7);
}

.header.header-inner .bottom-header .category-list-2 .category-item.has-sub:hover>*,
.header.header-inner .bottom-header .category-list-2 .category-item.has-sub:focus-within>* {
    color: #999;
}

.header.header-inner .bottom-header .category-list-2 .category-item:last-child {
    margin-bottom: 0;
}

.header.header-inner .bottom-header .category-list-2 .category-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #606060;
}

.header.header-inner .bottom-header .category-list-2 .category-item a .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 31.5px;
}

.header.header-inner .bottom-header .category-list-2 .category-item a .icon span {
    font-size: 25px;
    line-height: 100%;
}

.header.header-inner .bottom-header .category-list-2 .category-item a:hover,
.header.header-inner .bottom-header .category-list-2 .category-item a:focus {
    color: #e9b808;
}

.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu {
    position: absolute;
    top: 50px;
    left: 100%;
    background: #ffffff;
    padding: 25px 0;
    width: 900px;
    min-height: calc(100% - 10px);
    border: 1px solid rgba(34, 34, 34, 0.1);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu.bg-1:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: url(../images/mega-menu-bg.png) bottom center no-repeat;
    background-size: contain;
    opacity: 0.15;
    z-index: -1;
}

.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu h4 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu h4 span {
    font-size: 25px;
    line-height: 100%;
    color: #999;
}

.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu ul li {
    font-size: 14px;
    height: 35px;
    line-height: 36px;
}

.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu ul li:last-child {
    margin-bottom: -13px;
}

.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu ul li a {
    font-weight: 400;
    color: #222222;
}

.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu ul li a:hover,
.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu ul li a:focus {
    color: #999;
}

.header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu img {
    margin-top: 9px;
    border-radius: 10px;
}

.header.header-inner .bottom-header .category-list-2 .category-item:hover .category-sub-menu,
.header.header-inner .bottom-header .category-list-2 .category-item:focus-within .category-sub-menu {
    padding: 25px;
    top: 10px;
    opacity: 1;
    visibility: visible;
}

.header.header-inner .bottom-header .logo-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header.header-inner .bottom-header .logo-wrap .category-list-btn {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    color: #606060;
    font-size: 20px;
}

.header.header-inner .bottom-header .logo-wrap .category-list-btn.clicked {
    border-color: #999;
}

.header.header-inner .bottom-header .navbar {
    padding: 0;
}

.header.header-inner .bottom-header .navbar .nav-item {
    padding: 0 15px;
}

.header.header-inner .bottom-header .navbar .nav-item .nav-link {
    padding: 10px 0;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
}

.header.header-inner .bottom-header .navbar .nav-item .nav-link:hover,
.header.header-inner .bottom-header .navbar .nav-item .nav-link:focus {
    color: #999;
}

.header.header-inner .bottom-header .navbar .nav-item.dropdown .dropdown-menu {
    display: block;
    border: 0;
    border-radius: 0;
    padding: 0;
    min-width: 250px;
    box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.1);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
}

.header.header-inner .bottom-header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 20px;
    transition: all 0.3s ease-in;
}

.header.header-inner .bottom-header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.header.header-inner .bottom-header .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background: #999;
    color: #ffffff;
}

.header.header-inner .bottom-header .navbar .nav-item.dropdown .dropdown-menu.dropdown-menu[data-bs-popper] {
    left: auto;
    margin-top: 0;
}

.header.header-inner .bottom-header .navbar .nav-item.dropdown .dropdown-menu.mega-menu-container {
    left: 50%;
    box-shadow: none;
}

.header.header-inner .bottom-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item {
    text-transform: capitalize;
}

.header.header-inner .bottom-header .navbar .nav-item.dropdown:hover .dropdown-menu,
.header.header-inner .bottom-header .navbar .nav-item.dropdown:focus-within .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.header.header-inner .bottom-header .navbar .nav-item.dropdown:hover .dropdown-menu .dropdown-item,
.header.header-inner .bottom-header .navbar .nav-item.dropdown:focus-within .dropdown-menu .dropdown-item {
    padding: 15px 20px;
}

.header .top-header {
    background: #222222;
    padding: 20px 0;
}

.header .top-header .top-header-link {
    display: flex;
    align-items: center;
}

.header .top-header .top-header-link>* {
    font-size: 14px;
    line-height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.header .top-header .top-header-link>*:first-child {
    padding-left: 0;
}

.header .top-header .top-header-link>*:last-child {
    padding-right: 0;
}

.header .top-header .top-header-link>* a {
    color: #ffffff;
}

.header .top-header .top-header-link>* span {
    color: #ffffff;
}

.header .top-header .top-header-link>* .nice-select {
    padding-left: 0;
    padding-right: 19px;
    border: 0;
    border-radius: 0;
    height: 10px;
    line-height: 10px;
    background: transparent;
    color: #ffffff;
}

.header .top-header .top-header-link>* .nice-select::after {
    right: 0;
    border: 0;
    width: auto;
    height: auto;
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    transform: rotate(0) translateY(-25%);
}

.header .top-header .top-header-link>* .nice-select .list {
    border-radius: 0;
    z-index: 12;
}

.header .top-header .top-header-link>* .nice-select .list li {
    color: #222222;
}

.header .top-header .top-header-link>* .select-lang {
    display: inline-flex;
}

.header .top-header .top-header-link>* .select-lang .flagstrap-icon {
    width: 20px;
    height: 13px;
}

.header .top-header .top-header-link>* .select-lang .flagstrap-icon.flagstrap-uk {
    background: url("../images/united-kingdom.jpg") center center no-repeat;
    background-size: contain;
}

.header .top-header .top-header-link>* .select-lang .flagstrap-icon.flagstrap-bd {
    background: url("../images/bangladesh.jpg") center center no-repeat;
    background-size: contain;
}

.header .top-header .top-header-link>* .select-lang .dropdown-toggle {
    background: none;
    padding: 0;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 10px;
    line-height: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.header .top-header .top-header-link>* .select-lang .dropdown-toggle::after {
    border: 0;
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 16px;
    margin-left: -5px;
    color: #ffffff;
}

.header .top-header .top-header-link>* .select-lang .dropdown-toggle span:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header .top-header .top-header-link>* .select-lang ul {
    min-width: auto;
    width: 120px;
    margin-top: 10px !important;
    padding: 0;
    border-radius: 0;
    transform: translate3d(0px, 0px, 0px) !important;
    top: 100% !important;
    border: 1px dashed rgba(34, 34, 34, 0.1);
}

.header .top-header .top-header-link>* .select-lang ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    height: 35px;
    border-bottom: 1px dashed rgba(34, 34, 34, 0.1);
}

.header .top-header .top-header-link>* .select-lang ul li:first-child {
    display: none;
}

.header .top-header .top-header-link>* .select-lang ul li:last-child {
    border-bottom: 0;
}

.header .top-header .top-header-link>* .select-lang ul li a {
    line-height: 35px;
    padding: 0 10px;
    width: 100%;
    font-size: 14px;
    color: #222222;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in;
    cursor: pointer;
}

.header .top-header .top-header-link>* .select-lang ul li a .flagstrap-icon {
    margin-top: 0;
}

.header .top-header .top-header-link>* .select-lang ul li a:hover {
    color: #999;
}

.header .bottom-header {
    padding: 35px 0;
}

.header .bottom-header .logo {
    width: 146px;
}

.header .bottom-header .header-search form {
    background: #ffffff;
    display: flex;
    align-items: center;
}

.header .bottom-header .header-search form .wrap {
    width: calc(100% - 55px);
    display: flex;
    align-items: center;
}

.header .bottom-header .header-search form .nice-select {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding-left: 20px;
    padding-right: 50px;
    color: #222222;
    font-weight: 500;
}

.header .bottom-header .header-search form .nice-select::after {
    right: 20px;
    border: 0;
    width: auto;
    height: auto;
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    transform: rotate(0) translateY(-42%);
}

.header .bottom-header .header-search form .devider {
    width: 1px;
    height: 30px;
    background: #222222;
    opacity: 0.2;
}

.header .bottom-header .header-search form input {
    width: 100%;
    height: 55px;
    padding: 0 20px;
    font-size: 14px;
}

.header .bottom-header .header-search form button {
    width: 55px;
    height: 55px;
    line-height: 53px;
    padding: 0;
    background: #999;
    border: 1px solid #999;
    color: #ffffff;
    font-size: 25px;
}

.header .bottom-header .header-search form button:hover {
    background: transparent;
    color: #999;
}

.header .bottom-header .bottom-header-right {
    font-family: "Jost", sans-serif;
    gap: 30px;
}

.header .bottom-header .bottom-header-right .live-chat {
    gap: 10px;
}

.header .bottom-header .bottom-header-right .header-cart-options {
    display: flex;
    gap: 15px;
}

.header .bottom-header .bottom-header-right .header-cart-options a {
    font-size: 20px;
    position: relative;
    padding: 0px 4px;

}

.header .bottom-header .bottom-header-right .header-cart-options a:hover {
    color: #222222;
}

.header .bottom-header .bottom-header-right .header-cart-options a .quantity-count {
    position: absolute;
    top: -7px;
    right: -9px;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    background: #222222;
    border: 0;
    border-radius: 50%;
    color: #ffffff;
}

.header .bottom-header .bottom-header-right .header-cart-options a:last-child .quantity-count {
    background: #999;
}

.header .menu-bar {
    background: #ffffff;
}

.header .menu-bar.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
    border: 0;
    z-index: 11;
    animation: slideDown 0.3s linear;
}

.header .menu-bar.navbar-fixed .all-department button {
    display: inline-block;
}

.header .menu-bar .all-department {
    background: #999;
    height: 65px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
}

.header .menu-bar .all-department button {
    font-size: 20px;
    color: #ffffff;
}

.header .menu-bar .all-department .banner {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 358px;
    z-index: 99;
}

@media (max-width: 1399px) {
    .header .menu-bar .all-department .banner {
        min-width: 100%;
    }
}

.header .menu-bar .navbar {
    padding: 0;
}

.header .menu-bar .navbar .nav-item {
    padding: 0 15px;
}

.header .menu-bar .navbar .nav-item .nav-link {
    padding: 10px 0;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
}

.header .menu-bar .navbar .nav-item .nav-link:hover,
.header .menu-bar .navbar .nav-item .nav-link:focus {
    color: #999;
}

.header .menu-bar .navbar .nav-item.dropdown .dropdown-menu {
    display: block;
    border: 0;
    border-radius: 0;
    padding: 0;
    min-width: 250px;
    box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.1);
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
    max-height: 360px;
}

.header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 20px;
    transition: all 0.3s ease-in;
}

.header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background: #999;
    color: #ffffff;
}

.header .menu-bar .navbar .nav-item.dropdown .dropdown-menu.dropdown-menu[data-bs-popper] {
    left: auto;
    margin-top: 0;
}

.header .menu-bar .navbar .nav-item.dropdown:hover .dropdown-menu,
.header .menu-bar .navbar .nav-item.dropdown:focus-within .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.header .menu-bar .navbar .nav-item.dropdown:hover .dropdown-menu .dropdown-item,
.header .menu-bar .navbar .nav-item.dropdown:focus-within .dropdown-menu .dropdown-item {
    padding: 15px 20px;
}

.header .menu-bar .account-link {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    font-size: 14px;
    color: #222222;
}

.header .menu-bar .account-link a:hover,
.header .menu-bar .account-link a:focus {
    color: #999;
}

.header .navbar {
    position: static;
}

.header .navbar .nav-item.dropdown .dropdown-menu.mega-menu-container {
    background-color: transparent;
    transition: 0.3s ease;
    left: 50%;
    translate: -50% 20px;
    width: 100%;
    box-shadow: none;
}

.header .navbar .nav-item.dropdown .dropdown-menu .mega-menu {
    border-radius: 10px;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #ffffff;
    gap: 30px;
    margin: auto;
    box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.1);
}

@media screen and (max-width: 1199px) {
    .header .navbar .nav-item.dropdown .dropdown-menu .mega-menu {
        padding: 20px;
        gap: 20px;
    }
}

.header .navbar .nav-item.dropdown .dropdown-menu .mega-menu a {
    width: 100%;
}

.header .navbar .nav-item.dropdown .dropdown-menu .mega-menu-col {
    min-width: calc(25% - 30px);
    border-right: 1px solid rgba(221, 221, 221, 0.63);
    transition: all 0.4s ease;
}

.header .navbar .nav-item.dropdown .dropdown-menu .mega-menu-col .dropdown-item {
    padding: 8px 0;
}

.header .navbar .nav-item.dropdown .dropdown-menu .mega-menu-col:last-child {
    border: none;
}

.header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item {
    text-transform: capitalize;
}

.header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:hover,
.header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:focus {
    color: #999;
    background-color: transparent;
}

.header .navbar .nav-item.dropdown:hover .dropdown-menu.mega-menu-container,
.header .navbar .nav-item.dropdown:focus-within .dropdown-menu.mega-menu-container {
    translate: -50% 0;
}

.header .navbar .nav-item.dropdown:hover .dropdown-menu .mega-menu .dropdown-item,
.header .navbar .nav-item.dropdown:focus-within .dropdown-menu .mega-menu .dropdown-item {
    padding: 8px 0;
}

.header .mega-menu-offer-img {
    width: 100%;
    height: 285px;
    object-fit: cover;
}

.header .has-mega-menu {
    position: static;
}

.header.header-inner .bottom-header .navbar .nav-item.dropdown .dropdown-menu.mega-menu-container {
    border-radius: 10px;
    transition: all 0.3s ease;
}

.header.header-inner .bottom-header .navbar .nav-item.dropdown .dropdown-menu.mega-menu-container li .dropdown-item {
    padding: 8px 0;
    border-bottom: none !important;
}

.header.header-inner .bottom-header .navbar .nav-item.dropdown:hover .dropdown-menu.mega-menu-container .dropdown-item,
.header.header-inner .bottom-header .navbar .nav-item.dropdown:focus-within .dropdown-menu.mega-menu-container .dropdown-item {
    padding: 8px 0;
}

.header.header-inner .bottom-header .navbar .nav-item.dropdown:hover .dropdown-menu.mega-menu-container .dropdown-item:hover,
.header.header-inner .bottom-header .navbar .nav-item.dropdown:hover .dropdown-menu.mega-menu-container .dropdown-item:focus,
.header.header-inner .bottom-header .navbar .nav-item.dropdown:focus-within .dropdown-menu.mega-menu-container .dropdown-item:hover,
.header.header-inner .bottom-header .navbar .nav-item.dropdown:focus-within .dropdown-menu.mega-menu-container .dropdown-item:focus {
    background-color: transparent;
    color: #999;
}

.header.header-2 .banner .category-list .category-item a:hover,
.header.header-2 .banner .category-list .category-item a:focus {
    color: #e9b808;
}

.header.header-2 .banner .category-list .category-item .category-sub-menu h4 span {
    color: #e9b808;
}

.header.header-2 .banner .category-list .category-item.has-sub:hover>*,
.banner .category-list .category-item.has-sub:focus-within>* {
    color: #e9b808;
}

.header.header-2 .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:hover,
.header.header-2 .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:focus {
    color: #e9b808;
    background-color: transparent;
}

.header .menu-bar .navbar .nav-item.dropdown:hover .dropdown-menu li:not(:last-child) .dropdown-item {
    border-bottom: 1px solid #eaeaea;
}

.header .navbar .nav-item.dropdown:hover .dropdown-menu .mega-menu li .dropdown-item {
    border-bottom: none !important;
}

.live-chat .txt a:hover {
    color: #999;
}

.header.header-2 .live-chat .txt a:hover {
    color: #e9b808;
}

.header.header-2 .menu-bar .account-link a:hover {
    color: #e9b808;
}

.header.header-inner .bottom-header .navbar .nav-item.dropdown .dropdown-menu li:not(:last-child) .dropdown-item {
    border-bottom: 1px solid #eaeaea;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999999;
}

.preloader img {
    width: 100px;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.rev-home-3-nav-area .bottom-header .header-search form button {
    background: #1273eb;
    border: 1px solid #1273eb;
    color: #ffffff;
}

.rev-home-3-nav-area .bottom-header .header-search form button:hover {
    background: transparent;
    color: #1273eb;
}

.rev-home-3-nav-area .bottom-header .bottom-header-right .header-cart-options a:last-child .rev-quantity {
    background: #1273eb;
}

.rev-home-3-nav-area .menu-bar .all-department {
    background: #1273eb;
}

.rev-home-3-nav-area .menu-bar .navbar .nav-item .nav-link:hover,
.rev-home-3-nav-area .header .menu-bar .navbar .nav-item .nav-link:focus {
    color: #1273eb;
}

.rev-home-3-nav-area .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.rev-home-3-nav-area .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background: #1273eb;
}

.rev-home-3-nav-area .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:hover,
.rev-home-3-nav-area .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:focus {
    background-color: transparent;
    color: #1273eb;
}

.rev-home-3-nav-area .account-link a {
    color: #1273eb;
    font-size: 16px;
}

.rev-home-3-nav-area .menu-bar .account-link a:hover,
.rev-home-3-nav-area .menu-bar .account-link a:focus {
    color: #061319;
}

.rev-home-3-nav-area .live-chat .txt a:hover {
    color: #1273eb;
}

.rev-3-header-cart-wrap .cart-list .title button {
    background: #1273eb;
    border-color: #1273eb;
}

.rev-3-header-cart-wrap .cart-list .title button:hover {
    color: #1273eb;
}

.rev-3-header-cart-wrap .cart-list ul li button:hover {
    color: #1273eb;
}

.rev-3-header-cart-wrap .cart-list .total p span {
    color: #1273eb;
}

.rev-3-header-cart-wrap .cart-list .btn-box .def-btn {
    background: #1273eb;
}

.rev-3-header-cart-wrap .cart-list .btn-box .def-btn:focus {
    color: #ffffff;
}

.rev-3-header-cart-wrap .cart-list .btn-box .def-btn:first-child:hover {
    background-color: #1273eb;
}

/*----- INDEX-4 HEADER STYLES -----*/
.header .rev-4-top-header {
    background-color: #a19cde;
}

.header .rev-4-bottom-header {
    background-color: #ffffff;
}

@media screen and (max-width: 767px) {
    .header .rev-4-bottom-header {
        padding: 15px 0 !important;
    }
}

.header .rev-4-bottom-header .bottom-header-right .header-cart-options a:last-child .quantity {
    background-color: #a19cde;
}

.header .rev-4-bottom-header .header-search form input {
    background: #f4f4f6;
}

.header .rev-4-bottom-header .header-search form button {
    background-color: #f4f4f6 !important;
    color: #000;
    border: none;
}

.header .rev-4-bottom-header .header-search form button:hover {
    color: #a19cde;
    background-color: #f4f4f6;
}

.rev-4-header .menu-bar .navbar .nav-item .nav-link:hover,
.rev-4-header .menu-bar .navbar .nav-item .nav-link:focus {
    color: #a19cde;
}

.rev-4-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.rev-4-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #a19cde;
}

.rev-4-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:hover,
.rev-4-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:focus {
    color: #a19cde;
    background-color: transparent;
}

.rev-4-header-cart-wrap .cart-list .title button {
    background: #a19cde;
    border-color: #a19cde;
}

.rev-4-header-cart-wrap .cart-list .title button:hover {
    color: #a19cde;
}

.rev-4-header-cart-wrap .cart-list ul li button:hover {
    color: #a19cde;
}

.rev-4-header-cart-wrap .cart-list .total p span {
    color: #a19cde;
}

.rev-4-header-cart-wrap .cart-list .btn-box .def-btn {
    background: #a19cde;
}

.rev-4-header-cart-wrap .cart-list .btn-box .def-btn:focus {
    color: #ffffff;
}

.rev-4-header-cart-wrap .cart-list .btn-box .def-btn:first-child:hover {
    background-color: #a19cde;
}

.rev-4-header .bottom-header {
    position: relative;
}

@media screen and (max-width: 1399px) {
    .rev-4-header .bottom-header .rev-4-search-col {
        padding: 10px;
        position: absolute;
        background: #ffffff;
        top: calc(100% + 10px);
        left: 50%;
        right: 0;
        margin-top: 0;
        translate: -50% 0;
        z-index: 10;
    }
}

@media screen and (max-width: 991px) {
    .rev-4-header .bottom-header .rev-4-search-col {
        position: static;
        translate: 0;
        margin-top: var(--bs-gutter-y);
        padding: 0;
    }
}

@media screen and (max-width: 575px) {
    .rev-4-header .bottom-header .rev-4-search-col {
        padding: 10px;
        position: absolute;
        background: #ffffff;
        top: 100%;
        left: 50%;
        right: 0;
        margin-top: 0;
        translate: -50% 0;
        padding-top: 0;
    }
}

/*----- INDEX-6 HEADER STYLES -----*/
.rev-6-header {
    background: #ffffff;
}

@media screen and (max-width: 575px) {
    .rev-6-header .bottom-header .search-col {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 479px) {
    .rev-6-header .bottom-header .search-col {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    .rev-6-header .bottom-header .header-search form {
        border: 0 !important;
    }
}

.rev-6-header .bottom-header .header-search form .wrap {
    border: 1px solid #ddd;
    border-radius: 10px 0 0 10px;
}

.rev-6-header .bottom-header .header-search form button {
    border-radius: 0 10px 10px 0;
    width: 70px;
    background: #ff4747;
    border-color: #ff4747;
}

.rev-6-header .bottom-header .header-search form button:hover {
    color: #ff4747;
}

@media screen and (max-width: 991px) {
    .rev-6-header .bottom-header .header-search form button {
        width: 50px !important;
        padding-right: 0 !important;
        background: #ff4747 !important;
        border: 1px solid #ff4747 !important;
        color: #ffffff !important;
    }
}

.rev-6-header .bottom-header .header-search form input {
    height: 53px;
}

.rev-6-header .bottom-header .bottom-header-right .header-cart-options a:last-child .quantity {
    background: #ff4747;
}

.rev-6-header .menu-bar .all-department {
    background: #ff4747;
}

.rev-6-header .menu-bar .navbar .nav-item .nav-link:hover,
.rev-6-header .menu-bar .navbar .nav-item .nav-link:focus {
    color: #ff4747;
}

.rev-6-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.rev-6-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background: #ff4747;
}

.rev-6-header .menu-bar .account-link a:hover,
.rev-6-header .menu-bar .account-link a:focus {
    color: #ff4747;
}

.rev-6-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:hover,
.rev-6-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:focus {
    color: #ff4747;
    background-color: transparent;
}

.rev-6-header-cart-wrap .cart-list .title button {
    background: #ff4747;
    border-color: #ff4747;
}

.rev-6-header-cart-wrap .cart-list .title button:hover {
    color: #ff4747;
}

.rev-6-header-cart-wrap .cart-list ul li button:hover {
    color: #ff4747;
}

.rev-6-header-cart-wrap .cart-list .total p span {
    color: #ff4747;
}

.rev-6-header-cart-wrap .cart-list .btn-box .def-btn {
    background: #ff4747;
}

.rev-6-header-cart-wrap .cart-list .btn-box .def-btn:focus {
    color: #ffffff;
}

.rev-6-header-cart-wrap .cart-list .btn-box .def-btn:first-child:hover {
    background-color: #ff4747;
}

/*----- INDEX-5 HEADER STYLES -----*/
.rev-5-header .bottom-header .header-search form button {
    background: #f74258;
    border-color: #f74258;
}

.rev-5-header .bottom-header .header-search form button:hover {
    color: #f74258;
}

.rev-5-header .bottom-header .bottom-header-right .header-cart-options a:last-child .quantity {
    background: #f74258;
}

.rev-5-header .menu-bar .all-department {
    background: #f74258;
}

.rev-5-header .menu-bar .all-department .banner .category-list .category-item a:hover {
    color: #f74258;
}

.rev-5-header .menu-bar .all-department .banner .category-list .category-item .category-sub-menu h4 span {
    color: #f74258;
}

.rev-5-header .menu-bar .navbar .nav-item .nav-link:hover,
.rev-5-header .menu-bar .navbar .nav-item .nav-link:focus {
    color: #f74258;
}

.rev-5-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.rev-5-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background: #f74258;
}

.rev-5-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:hover,
.rev-5-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:focus {
    color: #f74258;
    background-color: transparent;
}

.rev-5-header .account-link a {
    color: #606060;
    font-size: 16px;
}

.rev-5-header .account-link a:hover {
    color: #f74258;
}

.rev-5-header .menu-bar .account-link a:hover {
    color: #f74258;
}

.rev-5-header .live-chat .txt a:hover {
    color: #f74258;
}

.rev-5-header .banner .category-list .category-item.has-sub:hover>*,
.rev-5-header .banner .category-list .category-item.has-sub:focus-within>* {
    color: #f74258;
}

.rev-5-header-cart-wrap .cart-list .title button {
    background: #f74258;
    border-color: #f74258;
}

.rev-5-header-cart-wrap .cart-list .title button:hover {
    color: #f74258;
}

.rev-5-header-cart-wrap .cart-list ul li button:hover {
    color: #f74258;
}

.rev-5-header-cart-wrap .cart-list .total p span {
    color: #f74258;
}

.rev-5-header-cart-wrap .cart-list .btn-box .def-btn {
    background: #f74258;
}

.rev-5-header-cart-wrap .cart-list .btn-box .def-btn:focus {
    color: #ffffff;
}

.rev-5-header-cart-wrap .cart-list .btn-box .def-btn:first-child:hover {
    background-color: #f74258;
}

/*----- INDEX-7 HEADER STYLES -----*/
.header-banner-bg-wrapper {
    background: url(../images/bg/banner-bg-index-7.jpg) no-repeat 50% 0;
    background-size: cover;
}

.rev-7-header {
    position: relative;
    z-index: 1;
}

.rev-7-header .top-header {
    background: none;
}

.rev-7-header .top-header ul.top-header-link>* span {
    color: #606060;
}

.rev-7-header .top-header ul.top-header-link>*:first-child {
    border-right: 1px solid #606060;
}

.rev-7-header .top-header ul.top-header-link>* .nice-select::after {
    color: #606060;
}

.rev-7-header .top-header ul.top-header-link>* .select-lang .dropdown-toggle::after {
    color: #606060;
}

.rev-7-header .top-header ul.top-header-link>* .select-lang ul li a:hover {
    color: #699c47;
}

.rev-7-header .bottom-header {
    padding: 21px 0;
}

.rev-7-header .bottom-header-bg {
    margin: 0 15px;
}

.rev-7-header .bottom-header-bg>.container {
    background: #ffffff;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    padding: 0;
}

@media screen and (max-width: 575px) {
    .rev-7-header .bottom-header {
        padding: 15px 0 !important;
    }

    .rev-7-header .bottom-header>.container>.row {
        row-gap: 15px;
    }
}

.rev-7-header .bottom-header .header-search form {
    border: 1px solid #ddd;
    border-radius: 30px;
}

.rev-7-header .bottom-header .header-search form input,
.rev-7-header .bottom-header .header-search form button {
    height: 40px;
}

.rev-7-header .bottom-header .header-search form button {
    line-height: normal;
    background: none;
    border: none;
    color: #606060;
    font-size: 20px;
}

.rev-7-header .bottom-header .header-search form button:hover {
    color: #699c47;
}

.rev-7-header .bottom-header .bottom-header-right .header-cart-options a:last-child .quantity {
    background: #699c47;
}

.rev-7-header .bottom-header .user-short-info {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #606060;
}

.rev-7-header .bottom-header .user-short-info .img-box {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .rev-7-header .bottom-header .user-short-info .img-box {
        width: 35px;
        height: 35px;
    }
}

.rev-7-header .menu-bar {
    border-top: 0.1px solid #ddd;
    border-radius: 0 0 5px 5px;
}

.rev-7-header .menu-bar .all-department {
    background: #699c47;
    border-bottom-left-radius: 5px;
}

.rev-7-header .menu-bar .all-department .banner .category-list .category-item a:hover {
    color: #699c47;
}

.rev-7-header .menu-bar .all-department .banner .category-list .category-item .category-sub-menu h4 span {
    color: #699c47;
}

.rev-7-header .menu-bar .live-chat {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.rev-7-header .menu-bar.navbar-fixed .all-department {
    border-radius: 0;
}

.rev-7-header .menu-bar .navbar .nav-item .nav-link:hover,
.rev-7-header .menu-bar .navbar .nav-item .nav-link:focus {
    color: #699c47;
}

.rev-7-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.rev-7-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background: #699c47;
}

.rev-7-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:hover,
.rev-7-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:focus {
    color: #699c47;
    background-color: transparent;
}

.rev-7-header .live-chat .txt a:hover {
    color: #699c47;
}

.rev-7-header .banner .category-list .category-item.has-sub:hover>*,
.rev-7-header .banner .category-list .category-item.has-sub:focus-within>* {
    color: #699c47;
}

.rev-7-header-cart-wrap .cart-list .title button {
    background: #699c47;
    border-color: #699c47;
}

.rev-7-header-cart-wrap .cart-list .title button:hover {
    color: #699c47;
}

.rev-7-header-cart-wrap .cart-list ul li button:hover {
    color: #699c47;
}

.rev-7-header-cart-wrap .cart-list .total p span {
    color: #699c47;
}

.rev-7-header-cart-wrap .cart-list .btn-box .def-btn {
    background: #699c47;
}

.rev-7-header-cart-wrap .cart-list .btn-box .def-btn:focus {
    color: #ffffff;
}

.rev-7-header-cart-wrap .cart-list .btn-box .def-btn:first-child:hover {
    background-color: #699c47;
}

/*----- INDEX-8 HEADER STYLES -----*/
.rev-7-header.rev-8-header::before,
.rev-7-header.rev-8-header::after {
    content: none;
}

.rev-7-header.rev-8-header .bottom-header {
    padding: 26px 0;
    background: #ffffff;
}

@media screen and (max-width: 991px) {
    .rev-7-header.rev-8-header .bottom-header>.container>.row {
        row-gap: 15px;
    }
}

@media screen and (max-width: 479px) {
    .rev-7-header.rev-8-header .bottom-header {
        padding: 10px 0;
    }
}

@media screen and (max-width: 767px) {
    .rev-7-header.rev-8-header .bottom-header .search-col {
        padding: 10px;
        position: absolute;
        background: #ffffff;
        padding-bottom: 10px;
        top: 100%;
        left: 0;
        right: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.rev-7-header.rev-8-header .bottom-header .header-search {
    width: 80%;
}

@media screen and (max-width: 991px) {
    .rev-7-header.rev-8-header .bottom-header .header-search {
        width: 100%;
        margin: auto;
    }
}

.rev-7-header.rev-8-header .bottom-header .logo {
    margin: auto;
}

@media screen and (max-width: 575px) {
    .rev-7-header.rev-8-header .bottom-header .logo {
        margin: 0;
    }
}

.rev-7-header.rev-8-header .menu-bar {
    padding: 10px;
}

/*----- INDEX-9 HEADER STYLES -----*/
.rev-9-header .rev-9-top-header {
    background-color: #ff4747;
}

.rev-9-header .rev-9-bottom-header .bottom-header-right .header-cart-options a:last-child .quantity {
    background-color: #ff4747;
}

.rev-9-header .rev-9-bottom-header .header-search form button:hover {
    color: #ff4747;
}

.rev-9-header .menu-bar .navbar .nav-item .nav-link:hover,
.rev-9-header .menu-bar .navbar .nav-item .nav-link:focus {
    color: #ff4747;
}

.rev-9-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.rev-9-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #ff4747;
}

.rev-9-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:hover,
.rev-9-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:focus {
    color: #ff4747;
    background-color: transparent;
}

.rev-9-header-cart-wrap .cart-list .title button {
    background-color: #ff4747;
    border-color: #ff4747;
}

.rev-9-header-cart-wrap .cart-list .title button:hover {
    color: #ff4747;
}

.rev-9-header-cart-wrap .cart-list ul li button:hover {
    color: #ff4747;
}

.rev-9-header-cart-wrap .cart-list .total p span {
    color: #ff4747;
}

.rev-9-header-cart-wrap .cart-list .btn-box .def-btn {
    background-color: #ff4747;
}

.rev-9-header-cart-wrap .cart-list .btn-box .def-btn:first-child:hover {
    background-color: #ff4747;
}

/*----- INDEX-10 HEADER STYLES -----*/
.rev-10-header .top-header {
    background-color: #f9f9f9;
    padding: 13px;
}

.rev-10-header .top-header .top-header-link {
    gap: 20px;
}

@media screen and (max-width: 1399px) {
    .rev-10-header .top-header .top-header-link {
        gap: 0;
    }
}

.rev-10-header .top-header .top-header-link>* {
    padding: 0;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.rev-10-header .top-header .top-header-link>* a {
    color: #222222;
}

.rev-10-header .top-header .top-header-link>* a i {
    margin-right: 3px;
}

.rev-10-header .top-header .top-header-link>* span {
    color: #222222;
}

.rev-10-header .top-header .top-header-link>* .nice-select::after {
    color: #222222;
}

.rev-10-header .top-header .top-header-link>* .select-lang .dropdown-toggle::after {
    color: #222222;
}

.rev-10-header .top-header-offer-txt {
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
}

@media screen and (max-width: 479px) {
    .rev-10-header .top-header-offer-txt {
        font-size: 11px;
    }
}

@media screen and (max-width: 575px) {
    .rev-10-header .bottom-header {
        padding: 15px 0;
    }
}

@media screen and (max-width: 575px) {
    .rev-10-header .bottom-header .search-col {
        padding: 0 40px 10px;
    }
}

.rev-10-header .bottom-header .header-search form {
    border-radius: 6px;
    background-color: transparent;
}

.rev-10-header .bottom-header .header-search form .wrap {
    border: 1px solid #f2f4f5;
    border-radius: 6px;
}

.rev-10-header .bottom-header .header-search form .nice-select {
    background-color: #f2f4f5;
    border-radius: 6px;
}

.rev-10-header .bottom-header .header-search form .nice-select::after {
    color: #2f61d2;
}

.rev-10-header .bottom-header .header-search form .devider {
    display: none;
}

.rev-10-header .bottom-header .header-search form input {
    height: 42px !important;
    background-color: #ffffff;
}

@media screen and (max-width: 767px) {
    .rev-10-header .bottom-header .header-search form input {
        height: 35px !important;
    }
}

.rev-10-header .bottom-header .header-search form button {
    background-color: #2f61d2 !important;
    border-color: #2f61d2;
    height: 42px !important;
    width: 42px !important;
    line-height: 42px !important;
    font-size: 20px;
    border-radius: 6px;
}

@media screen and (max-width: 991px) {
    .rev-10-header .bottom-header .header-search form button {
        border: 1px solid #2f61d2 !important;
        padding: 0 !important;
        color: #ffffff !important;
    }
}

@media screen and (max-width: 767px) {
    .rev-10-header .bottom-header .header-search form button {
        height: 35px !important;
        width: 35px !important;
        line-height: 35px !important;
        font-size: 15px !important;
    }
}

.rev-10-header .bottom-header .header-search form button:hover {
    color: #2f61d2;
    background-color: transparent !important;
}

.rev-10-header .bottom-header .bottom-header-right .header-cart-options {
    gap: 20px;
}

.rev-10-header .bottom-header .bottom-header-right .header-cart-options a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rev-10-header .bottom-header .bottom-header-right .header-cart-options a .quantity {
    background-color: #2f61d2;
}

.rev-10-header .bottom-header .bottom-header-right .header-cart-options a span {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
}

.rev-10-header .menu-bar {
    background-color: #2f61d2;
}

.rev-10-header .menu-bar .all-department {
    background-color: #1745ae;
}

.rev-10-header .menu-bar .banner .category-list .category-item a:hover,
.rev-10-header .menu-bar .banner .category-list .category-item a:focus {
    color: #2f61d2;
}

.rev-10-header .menu-bar .banner .category-list .category-item.has-sub:hover>*,
.rev-10-header .menu-bar .banner .category-list .category-item.has-sub:focus-within>* {
    color: #2f61d2;
}

.rev-10-header .menu-bar .banner .category-list .category-item .category-sub-menu h4 span {
    color: #2f61d2;
}

.rev-10-header .menu-bar .navbar .nav-item .nav-link {
    color: #ffffff;
}

.rev-10-header .menu-bar .navbar .nav-item .nav-link:hover,
.rev-10-header .menu-bar .navbar .nav-item .nav-link:focus {
    color: #ffffff;
}

.rev-10-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.rev-10-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #1745ae;
}

.rev-10-header .menu-bar .account-link {
    color: #ffffff;
}

.rev-10-header .menu-bar .account-link a:hover,
.rev-10-header .menu-bar .account-link a:focus {
    color: #ffffff;
}

.rev-10-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:hover,
.rev-10-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:focus {
    color: #2f61d2;
    background-color: transparent;
}

.rev-10-header-cart-wrap .cart-list .title button {
    background-color: #2f61d2;
    border-color: #2f61d2;
}

.rev-10-header-cart-wrap .cart-list .title button:hover {
    color: #2f61d2;
}

.rev-10-header-cart-wrap .cart-list ul li button:hover {
    color: #2f61d2;
}

.rev-10-header-cart-wrap .cart-list .total p span {
    color: #2f61d2;
}

.rev-10-header-cart-wrap .cart-list .btn-box .def-btn {
    background-color: #2f61d2;
}

.rev-10-header-cart-wrap .cart-list .btn-box .def-btn:first-child:hover {
    background-color: #2f61d2;
}

/*----- INDEX-11 HEADER STYLES -----*/
.rev-11-header .bottom-header .header-search form .wrap {
    border-radius: 0;
}

.rev-11-header .bottom-header .header-search form .nice-select {
    border-radius: 0;
}

.rev-11-header .bottom-header .header-search form .nice-select::after {
    color: #2B4A41;
}

.rev-11-header .bottom-header .header-search form button {
    background-color: #2B4A41 !important;
    border-color: #2B4A41 !important;
    border-radius: 0;
}

.rev-11-header .bottom-header .header-search form button:hover {
    color: #2B4A41;
}

.rev-11-header .bottom-header .bottom-header-right .header-cart-options a .quantity {
    background-color: #2B4A41;
}

.rev-11-header .menu-bar {
    background-color: #2B4A41;
}

.rev-11-header .menu-bar .all-department {
    background-color: #133028;
}

.rev-11-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.rev-11-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #2B4A41;
}

.rev-11-header .menu-bar .banner .category-list .category-item a:hover,
.rev-11-header .menu-bar .banner .category-list .category-item a:focus {
    color: #599b87;
}

.rev-11-header .menu-bar .banner .category-list .category-item.has-sub:hover>*,
.rev-11-header .menu-bar .banner .category-list .category-item.has-sub:focus-within>* {
    color: #599b87;
}

.rev-11-header .menu-bar .banner .category-list .category-item .category-sub-menu h4 span {
    color: #599b87;
}

.rev-11-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:hover,
.rev-11-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:focus {
    color: #599b87;
    background-color: transparent;
}

.rev-11-header-cart-wrap .cart-list .title button {
    background-color: #2B4A41;
    border-color: #2B4A41;
}

.rev-11-header-cart-wrap .cart-list .title button:hover {
    color: #2B4A41;
}

.rev-11-header-cart-wrap .cart-list ul li button:hover {
    color: #2B4A41;
}

.rev-11-header-cart-wrap .cart-list .total p span {
    color: #2B4A41;
}

.rev-11-header-cart-wrap .cart-list .btn-box .def-btn {
    background-color: #2B4A41;
}

.rev-11-header-cart-wrap .cart-list .btn-box .def-btn:first-child:hover {
    background-color: #2B4A41;
}

/*----- INDEX-12 HEADER STYLES -----*/
.rev-12-header .menu-bar {
    background-color: #f1faff;
}

.rev-12-header .menu-bar .all-department {
    background-color: #ffc000;
}

.rev-12-header .menu-bar .all-department .banner .category-list .category-item a:hover,
.rev-12-header .menu-bar .all-department .banner .category-list .category-item a:focus {
    color: #ffc000;
}

.rev-12-header .menu-bar .all-department .banner .category-list .category-item.has-sub:hover>*,
.rev-12-header .menu-bar .all-department .banner .category-list .category-item.has-sub:focus-within>* {
    color: #ffc000;
}

.rev-12-header .menu-bar .all-department .banner .category-list .category-item .category-sub-menu h4 span {
    color: #ffc000;
}

.rev-12-header .menu-bar .navbar .nav-item .nav-link:hover,
.rev-12-header .menu-bar .navbar .nav-item .nav-link:focus {
    color: #ffc000;
}

.rev-12-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.rev-12-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #ffc000;
}

.rev-12-header .menu-bar .account-link a:hover,
.rev-12-header .menu-bar .account-link a:focus {
    color: #ffc000;
}

.rev-12-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:hover,
.rev-12-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:focus {
    color: #ffc000;
    background-color: transparent;
}

.rev-12-header .bottom-header .header-search form .wrap {
    background-color: #f1faff;
}

.rev-12-header .bottom-header .header-search form button {
    border: 1px solid #ffc000;
    background-color: #ffc000;
}

.rev-12-header .bottom-header .header-search form button:hover {
    color: #ffc000;
}

.rev-12-header .bottom-header .header-search form .devider {
    background-color: #ffc000;
    opacity: 1;
}

.rev-12-header .bottom-header .bottom-header-right .header-cart-options a:last-child .quantity {
    background: #ffc000;
}

.rev-12-header .bottom-header .live-chat .txt a:hover {
    color: #ffc000;
}

.rev-12-header-cart-wrap .cart-list .title button {
    background-color: #ffc000;
    border-color: #ffc000;
}

.rev-12-header-cart-wrap .cart-list .title button:hover {
    color: #ffc000;
}

.rev-12-header-cart-wrap .cart-list ul li button:hover {
    color: #ffc000;
}

.rev-12-header-cart-wrap .cart-list .total p span {
    color: #ffc000;
}

.rev-12-header-cart-wrap .cart-list .btn-box .def-btn {
    background-color: #ffc000;
}

.rev-12-header-cart-wrap .cart-list .btn-box .def-btn:first-child:hover {
    background-color: #ffc000;
}

/*----- INDEX-13 HEADER STYLES -----*/
.rev-13-header .top-header {
    background-color: #E05559;
    color: #ffffff;
}

.rev-13-header .top-header .top-header-link>* a {
    color: #ffffff;
}

.rev-13-header .top-header .top-header-link>* span {
    color: #ffffff;
}

.rev-13-header .top-header .top-header-link>* .nice-select::after {
    color: #ffffff;
}

.rev-13-header .top-header .top-header-link>* .select-lang .dropdown-toggle::after {
    color: #ffffff;
}

.rev-13-header .bottom-header .header-search form .nice-select::after {
    color: #E05559;
}

@media screen and (max-width: 991px) {
    .rev-13-header .bottom-header .header-search form input {
        height: 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .rev-13-header .bottom-header .header-search form input {
        height: 33px !important;
    }
}

.rev-13-header .bottom-header .header-search form button {
    background-color: #E05559 !important;
    border-radius: 0;
    border-color: #E05559 !important;
}

.rev-13-header .bottom-header .header-search form button:hover {
    color: #E05559;
}

.rev-13-header .bottom-header .bottom-header-right .header-cart-options a .quantity {
    background-color: #E05559;
}

.rev-13-header-cart-wrap .cart-list .title button {
    border-color: #E05559;
    background-color: #E05559;
}

.rev-13-header-cart-wrap .cart-list .title button:hover {
    color: #E05559;
}

.rev-13-header-cart-wrap .cart-list ul li button:hover {
    color: #E05559;
}

.rev-13-header-cart-wrap .cart-list .total p span {
    color: #E05559;
}

.rev-13-header-cart-wrap .cart-list .btn-box .def-btn {
    background-color: #E05559;
}

.rev-13-header-cart-wrap .cart-list .btn-box .def-btn:first-child:hover {
    background-color: #E05559;
}

.rev-13-header .menu-bar {
    background-color: #E05559;
}

.rev-13-header .menu-bar .all-department {
    background-color: #B72126;
}

.rev-13-header .menu-bar .banner .category-list .category-item a:hover,
.rev-13-header .menu-bar .menu-bar .banner .category-list .category-item a:focus {
    color: #E05559;
}

.rev-13-header .menu-bar .banner .category-list .category-item.has-sub:hover>*,
.rev-13-header .menu-bar .banner .category-list .category-item.has-sub:focus-within>* {
    color: #E05559;
}

.rev-13-header .menu-bar .banner .category-list .category-item.has-sub:hover>*,
.rev-13-header .menu-bar .banner .category-list .category-item.has-sub:focus-within>* {
    color: #E05559;
}

.rev-13-header .menu-bar .banner .category-list .category-item .category-sub-menu h4 span {
    color: #E05559;
}

.rev-13-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.rev-13-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #E05559;
}

.rev-13-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:hover,
.rev-13-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:focus {
    color: #E05559;
    background-color: transparent;
}

/*----- INDEX-14 HEADER STYLES -----*/
.rev-14-header .bottom-header .bottom-header-right .header-cart-options a .quantity {
    background-color: #ea272c;
}

.rev-14-header .bottom-header .header-search form .nice-select::after {
    color: #ea272c;
}

.rev-14-header .bottom-header .header-search form button {
    background-color: #ea272c !important;
    border-color: #ea272c !important;
    border-radius: 0;
}

.rev-14-header .bottom-header .header-search form button:hover {
    color: #ea272c;
}

.rev-14-header-cart-wrap .cart-list .title button {
    background-color: #ea272c;
    border-color: #ea272c;
}

.rev-14-header-cart-wrap .cart-list .title button:hover {
    color: #ea272c;
}

.rev-14-header-cart-wrap .cart-list ul li button:hover {
    color: #ea272c;
}

.rev-14-header-cart-wrap .cart-list .total p span {
    color: #ea272c;
}

.rev-14-header-cart-wrap .cart-list .btn-box .def-btn {
    background-color: #ea272c;
}

.rev-14-header-cart-wrap .cart-list .btn-box .def-btn:first-child:hover {
    background-color: #ea272c;
}

.rev-14-header .menu-bar {
    background-color: #ea272c;
}

.rev-14-header .menu-bar .all-department {
    background-color: #ea272c;
}

.rev-14-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.rev-14-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #ea272c;
}

.rev-14-header .menu-bar .banner .category-list .category-item a:hover,
.rev-14-header .menu-bar .banner .category-list .category-item a:focus {
    color: #ea272c;
}

.rev-14-header .menu-bar .banner .category-list .category-item.has-sub:hover>*,
.rev-14-header .menu-bar .banner .category-list .category-item.has-sub:focus-within>* {
    color: #ea272c;
}

.rev-14-header .menu-bar .banner .category-list .category-item .category-sub-menu h4 span {
    color: #ea272c;
}

.rev-14-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:hover,
.rev-14-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:focus {
    color: #ea272c;
    background-color: transparent;
}

/*----- INDEX-15 HEADER STYLES -----*/
.rev-15-header .top-header {
    padding: 10px 0 !important;
    background-color: #f2f4f7;
}

@media screen and (max-width: 1399px) {
    .rev-15-header .top-header {
        padding: 10px 0 !important;
    }
}

.rev-15-header .top-header .top-header-link {
    row-gap: 10px;
}

@media screen and (max-width: 479px) {
    .rev-15-header .top-header .top-header-link>* {
        border: none !important;
    }
}

.rev-15-header .top-header .top-header-link>* a {
    color: #222222;
}

.rev-15-header .bottom-header {
    padding: 15px 0 !important;
    background-color: #ffffff;
}

@media screen and (max-width: 1399px) {
    .rev-15-header .bottom-header {
        padding: 15px 0 !important;
    }
}

.rev-15-header .bottom-header .logo {
    width: 130px;
}

@media screen and (max-width: 767px) {
    .rev-15-header .bottom-header .bottom-header-search {
        position: absolute;
        width: 70%;
        left: 50%;
        translate: -50% 0;
    }
}

@media screen and (max-width: 991px) {
    .rev-15-header .bottom-header .bottom-header-search {
        left: 50% !important;
    }
}

@media screen and (max-width: 575px) {
    .rev-15-header .bottom-header .bottom-header-search {
        background-color: transparent !important;
    }
}

@media screen and (max-width: 479px) {
    .rev-15-header .bottom-header .bottom-header-search {
        width: 95%;
    }
}

.rev-15-header .bottom-header .bottom-header-search form {
    background-color: #f1f1f1;
    display: flex;
    height: 40px;
    border-radius: 20px;
}

@media screen and (max-width: 767px) {
    .rev-15-header .bottom-header .bottom-header-search form {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
        border-radius: 6px;
    }
}

.rev-15-header .bottom-header .bottom-header-search form input {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 15px;
    line-height: normal;
}

.rev-15-header .bottom-header .bottom-header-search form input::placeholder {
    color: #7c7c7c;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .rev-15-header .bottom-header .bottom-header-search form input {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}

.rev-15-header .bottom-header .bottom-header-search form button {
    background-color: #f79300;
    color: #ffffff;
    height: 100%;
    padding: 0 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media screen and (max-width: 767px) {
    .rev-15-header .bottom-header .bottom-header-search form button {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
}

.rev-15-header .bottom-header-actions ul {
    gap: 15px;
}

@media screen and (max-width: 479px) {
    .rev-15-header .bottom-header-actions ul {
        gap: 10px;
    }
}

.rev-15-header .bottom-header-actions ul li {
    position: relative;
}

.rev-15-header .bottom-header-actions ul li:not(:last-child) {
    padding-right: 15px;
}

@media screen and (max-width: 479px) {
    .rev-15-header .bottom-header-actions ul li:not(:last-child) {
        padding-right: 10px;
    }
}

.rev-15-header .bottom-header-actions ul li:not(:last-child)::before {
    content: "";
    position: absolute;
    right: 0;
    width: 0.1px;
    height: 50%;
    top: 50%;
    translate: -50% -50%;
    background-color: #bfbfbf;
}

.rev-15-header .bottom-header-actions ul li .product-amount {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #000;
    color: #ffffff;
    border-radius: 50%;
    padding: 5px 4px;
    font-size: 13px;
    line-height: 1;
}

.rev-15-header .bottom-header-actions ul li a,
.rev-15-header .bottom-header-actions ul li button {
    color: #f79300;
    font-size: 20px;
}

@media screen and (max-width: 991px) {

    .rev-15-header .bottom-header-actions ul li a,
    .rev-15-header .bottom-header-actions ul li button {
        font-size: 18px;
    }
}

@media screen and (max-width: 479px) {

    .rev-15-header .bottom-header-actions ul li a,
    .rev-15-header .bottom-header-actions ul li button {
        font-size: 14px;
    }
}

.rev-15-header .bottom-header-actions ul li a:hover,
.rev-15-header .bottom-header-actions ul li a:focus,
.rev-15-header .bottom-header-actions ul li button:hover,
.rev-15-header .bottom-header-actions ul li button:focus {
    color: #7c7c7c;
}

.rev-15-header .navbar-nav {
    gap: 30px;
}

.rev-15-header .menu-bar {
    padding: 5px 0;
    background-color: #f79300;
}

.rev-15-header .menu-bar .navbar .nav-item {
    padding: 0;
    border: none;
}

@media screen and (max-width: 1199px) {
    .rev-15-header .menu-bar .navbar .nav-item {
        padding: 0 !important;
    }
}

.rev-15-header .menu-bar .navbar .nav-item .nav-link {
    color: #ffffff;
}

.rev-15-header .menu-bar .navbar .nav-item .nav-link:hover,
.rev-15-header .menu-bar .navbar .nav-item .nav-link:focus {
    color: #ffffff;
}

.rev-15-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:hover,
.rev-15-header .navbar .nav-item.dropdown .dropdown-menu .mega-menu .dropdown-item:focus {
    color: #f79300;
}

.rev-15-header .live-chat {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

.rev-15-header .live-chat .icon img {
    filter: invert(1);
}

.rev-15-header .live-chat .txt {
    color: #ffffff;
}

.rev-15-header .live-chat .txt a:hover,
.rev-15-header .live-chat .txt a:focus {
    color: #ffffff;
}

/*----- INDEX-16 HEADER STYLES -----*/
.rev-16-header .menu-bar .navbar .nav-item.rev-16-dropdown {
    position: static;
}

.rev-16-header .menu-bar .navbar .nav-item.dropdown .mega-menu {
    position: absolute;
    background: #ffffff;
    border-top: 3px solid #f79300;
    padding: 30px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 50;
    margin: auto;
    margin-top: 75px;
}

.rev-16-header .menu-bar .navbar .nav-item.dropdown .mega-menu .rev-16-dropdown-item {
    padding: 0 0 16px 0 !important;
    border-bottom: none !important;
    text-transform: capitalize;
    color: #646464;
}

.rev-16-header .menu-bar .navbar .nav-item.dropdown .mega-menu .rev-16-dropdown-item:hover,
.rev-16-header .menu-bar .navbar .nav-item.dropdown .mega-menu .rev-16-dropdown-item:focus {
    color: #f79300;
    background-color: transparent;
}

.rev-16-header .menu-bar .navbar .nav-item.dropdown .mega-menu a {
    width: 100%;
}

.rev-16-header .menu-bar .navbar .nav-item.dropdown:hover .mega-menu,
.rev-16-header .menu-bar .navbar .nav-item.dropdown:focus-within .mega-menu {
    margin-top: 5px;
}

.rev-16-header .rev-16-dropdown:hover .sub__cat {
    visibility: visible;
    opacity: 1;
    margin-top: 15px;
}

.rev-16-header .menu-bar .account-link a {
    color: #ffffff;
}

.rev-16-header .menu-bar .account-link a:hover,
.rev-16-header .menu-bar .account-link a:focus {
    color: #ffffff;
}

/*----- INDEX-18 HEADER STYLES -----*/
.rev-18-header .bottom-header .bottom-header-search form button {
    background-color: #305611;
}

.rev-18-header .bottom-header-actions ul li a,
.rev-18-header .bottom-header-actions ul li button {
    color: #305611;
}

.rev-18-header .menu-bar {
    background-color: #305611;
}

.rev-18-header .menu-bar .account-link a {
    color: #ffffff;
}

.rev-18-header .menu-bar .account-link a:hover {
    color: #ffffff;
}

.rev-18-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover,
.rev-18-header .menu-bar .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #305611;
}

.rev-18-header .menu-bar .navbar .nav-item.dropdown .mega-menu {
    border-color: #305611;
}

.rev-18-header .menu-bar .navbar .nav-item.dropdown .mega-menu .rev-16-dropdown-item:hover,
.rev-18-header .menu-bar .navbar .nav-item.dropdown .mega-menu .rev-16-dropdown-item:focus {
    background-color: transparent;
    color: #305611;
}

.mobile-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.15);
    z-index: 111;
}

.mobile-menu.mobile-menu-2 .mobile-menu-close-btn {
    background: #e9b808;
    box-shadow: 0px 5px 25px 5px rgba(233, 184, 8, 0.4);
}

.mobile-menu.mobile-menu-2 .mobile-category-list .category-nav .category-item.has-sub:hover>*,
.mobile-menu.mobile-menu-2 .mobile-category-list .category-nav .category-item.has-sub:focus-within>* {
    color: #e9b808;
}

.mobile-menu.mobile-menu-2 .mobile-category-list .category-nav .category-item a:hover,
.mobile-menu.mobile-menu-2 .mobile-category-list .category-nav .category-item a:focus {
    color: #e9b808;
}

.mobile-menu.mobile-menu-2 .mobile-category-list .category-nav .category-item .category-sub-menu ul li a:hover,
.mobile-menu.mobile-menu-2 .mobile-category-list .category-nav .category-item .category-sub-menu ul li a:focus {
    color: #e9b808;
}

.mobile-menu.mobile-menu-2 .mobile-nav li a.center {
    background: #e9b808;
    box-shadow: 0px 5px 25px 5px rgba(233, 184, 8, 0.4);
}

.mobile-menu .mobile-menu-close-btn {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 12px;
    color: #ffffff;
    background: #999;
    box-shadow: 0px 5px 25px 5px rgba(254, 85, 2, 0.4);
    border-radius: 50%;
    z-index: 112;
}

.mobile-menu .mobile-category-list {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    background: rgba(34, 34, 34, 0.7);
    transition: all 0.2s ease-in;
    opacity: 0;
    visibility: hidden;
    z-index: 222;
}

.mobile-menu .mobile-category-list.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .mobile-category-list.active .category-nav {
    transform: translateY(0);
}

.mobile-menu .mobile-category-list .category-nav {
    min-width: 280px;
    height: 100%;
    padding: 20px;
    background: #ffffff;
    overflow: scroll;
    margin: auto;
    transform: translateY(100%);
    transition: all 0.2s ease-in;
}

.mobile-menu .mobile-category-list .category-nav .title {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #222222;
    margin-top: -1px;
    padding-bottom: 8px;
    border-bottom: 1px solid #808080;
    margin-bottom: 0;
}

.mobile-menu .mobile-category-list .category-nav .category-item {
    border-bottom: 1px solid rgba(221, 221, 221, 0.4);
}

.mobile-menu .mobile-category-list .category-nav .category-item.has-sub {
    position: relative;
    transition: 0.3s;
}

.mobile-menu .mobile-category-list .category-nav .category-item.has-sub .plus {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #606060;
    z-index: -1;
}

.mobile-menu .mobile-category-list .category-nav .category-item.has-sub:hover>*,
.mobile-menu .mobile-category-list .category-nav .category-item.has-sub:focus-within>* {
    color: #999;
}

.mobile-menu .mobile-category-list .category-nav .category-item a {
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #606060;
}

.mobile-menu .mobile-category-list .category-nav .category-item a .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 25px;
}

.mobile-menu .mobile-category-list .category-nav .category-item a .icon span {
    font-size: 20px;
    line-height: 30px;
}

.mobile-menu .mobile-category-list .category-nav .category-item a:hover,
.mobile-menu .mobile-category-list .category-nav .category-item a:focus {
    color: #999;
}

.mobile-menu .mobile-category-list .category-nav .category-item .category-sub-menu {
    max-width: 100%;
    padding: 10px;
    border: 1px solid rgba(221, 221, 221, 0.4);
    margin-left: 20px;
    margin-bottom: 15px;
    display: none;
}

.mobile-menu .mobile-category-list .category-nav .category-item .category-sub-menu h4 {
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    color: #606060;
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.mobile-menu .mobile-category-list .category-nav .category-item .category-sub-menu h4 span {
    font-size: 16px;
    line-height: 100%;
}

.mobile-menu .mobile-category-list .category-nav .category-item .category-sub-menu ul li {
    height: 30px;
    line-height: 30px;
}

.mobile-menu .mobile-category-list .category-nav .category-item .category-sub-menu ul li:last-child {
    margin-bottom: -6px;
}

.mobile-menu .mobile-category-list .category-nav .category-item .category-sub-menu ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #606060;
}

.mobile-menu .mobile-category-list .category-nav .category-item .category-sub-menu ul li a:hover,
.mobile-menu .mobile-category-list .category-nav .category-item .category-sub-menu ul li a:focus {
    color: #999;
}

.mobile-menu .mobile-category-list .category-nav .category-item .category-sub-menu img {
    margin-top: 9px;
}

.mobile-menu .m-main-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(34, 34, 34, 0.7);
    transition: all 0.2s ease-in;
    opacity: 0;
    visibility: hidden;
    z-index: 222;
}

.mobile-menu .m-main-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .m-main-menu.active .mobile-menu-close-btn {
    transform: translate(0);
}

.mobile-menu .m-main-menu.active .menu-bar {
    transform: translate(0);
}

.mobile-menu .m-main-menu .mobile-menu-close-btn {
    bottom: auto;
    top: 25px;
    left: 235px;
    transform: translateX(-300px);
}

.mobile-menu .m-main-menu .menu-bar {
    width: 250px;
    height: 100%;
    background: #ffffff;
    transform: translateX(-100%);
    overflow: scroll;
    transition: all 0.2s ease-in;
}

.mobile-menu .m-main-menu .menu-bar .logo {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.mobile-menu .m-main-menu .menu-bar .logo img {
    width: 120px;
}

.mobile-menu .m-main-menu .menu-bar .nav-item {
    padding: 10px 20px;
}

.mobile-menu .m-main-menu .menu-bar .nav-item:nth-child(2) {
    margin-top: 20px;
}

.mobile-menu .m-main-menu .menu-bar .nav-item:last-child {
    margin-bottom: 20px;
}

.mobile-menu .m-main-menu .menu-bar .nav-item .nav-link {
    height: 10px;
    line-height: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #222222;
}

.mobile-menu .m-main-menu .menu-bar .nav-item .nav-link.dropdown-toggle {
    position: relative;
}

.mobile-menu .m-main-menu .menu-bar .nav-item .nav-link.dropdown-toggle::after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    right: 0;
    border: 0;
}

.mobile-menu .m-main-menu .menu-bar .nav-item .dropdown-menu {
    position: static !important;
    transform: translate(0) !important;
    width: 100%;
    padding: 10px 0;
    border-radius: 0;
    border: 1px solid rgba(221, 221, 221, 0.5);
    margin-top: 10px !important;
}

.mobile-menu .m-main-menu .menu-bar .nav-item .dropdown-menu .dropdown-item {
    height: 40px;
    line-height: 10px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #222222;
    padding: 15px 20px;
}

.mobile-menu .m-main-menu .menu-bar .nav-item .dropdown-menu .dropdown-item:active,
.mobile-menu .m-main-menu .menu-bar .nav-item .dropdown-menu .dropdown-item:focus,
.mobile-menu .m-main-menu .menu-bar .nav-item .dropdown-menu .dropdown-item:hover {
    background: transparent;
}

.mobile-menu .mobile-nav {
    display: flex;
}

.mobile-menu .mobile-nav li {
    width: 20%;
    text-align: center;
}

.mobile-menu .mobile-nav li a {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 50%;
    color: #606060;
}

.mobile-menu .mobile-nav li a.center {
    background: #999;
    color: #ffffff;
    transform: translateY(-15px);
    box-shadow: 0px 5px 25px 5px rgba(254, 85, 2, 0.4);
}

.rev-2-mobile-menu .mobile-nav li a.center,
.rev-2-mobile-menu .mobile-menu-close-btn {
    background-color: #e9b808;
    box-shadow: 0px 5px 25px 5px rgba(233, 184, 8, 0.4);
}

.rev-3-mobile-menu .mobile-nav li a.center,
.rev-3-mobile-menu .mobile-menu-close-btn {
    background-color: #1273eb;
    box-shadow: 0px 5px 25px 5px rgba(18, 115, 235, 0.4);
}

.rev-4-mobile-menu .mobile-nav li a.center,
.rev-4-mobile-menu .mobile-menu-close-btn {
    background-color: #a19cde;
    box-shadow: 0px 5px 25px 5px rgba(161, 156, 222, 0.4);
}

.rev-5-mobile-menu .mobile-nav li a.center,
.rev-5-mobile-menu .mobile-menu-close-btn {
    background-color: #f74258;
    box-shadow: 0px 5px 25px 5px rgba(247, 66, 88, 0.4);
}

.rev-6-mobile-menu .mobile-nav li a.center,
.rev-6-mobile-menu .mobile-menu-close-btn {
    background-color: #ff4747;
    box-shadow: 0px 5px 25px 5px rgba(255, 71, 71, 0.4);
}

.rev-7-mobile-menu .mobile-nav li a.center,
.rev-7-mobile-menu .mobile-menu-close-btn,
.rev-8-mobile-menu .mobile-nav li a.center,
.rev-8-mobile-menu .mobile-menu-close-btn {
    background-color: #699c47;
    box-shadow: 0px 5px 25px 5px rgba(105, 156, 71, 0.4);
}

.rev-11-mobile-menu .mobile-nav li a.center,
.rev-11-mobile-menu .mobile-menu-close-btn {
    background-color: #2B4A41;
    box-shadow: 0px 5px 25px 5px rgba(43, 74, 65, 0.4);
}

.rev-12-mobile-menu .mobile-nav li a.center,
.rev-12-mobile-menu .mobile-menu-close-btn {
    background-color: #ffc000;
    box-shadow: 0px 5px 25px 5px rgba(255, 192, 0, 0.4);
}

.rev-13-mobile-menu .mobile-nav li a.center,
.rev-13-mobile-menu .mobile-menu-close-btn {
    background-color: #E05559;
    box-shadow: 0px 5px 25px 5px rgba(224, 85, 89, 0.4);
}

.rev-14-mobile-menu .mobile-nav li a.center,
.rev-14-mobile-menu .mobile-menu-close-btn {
    background-color: #ea272c;
    box-shadow: 0px 5px 25px 5px rgba(234, 39, 44, 0.4);
}

.rev-15-mobile-menu .mobile-nav li a.center,
.rev-15-mobile-menu .mobile-menu-close-btn {
    background-color: #f79300;
    box-shadow: 0px 5px 25px 5px rgba(247, 147, 0, 0.4);
}

.rev-18-mobile-menu .mobile-nav li a.center,
.rev-18-mobile-menu .mobile-menu-close-btn {
    background-color: #305611;
    box-shadow: 0px 5px 25px 5px rgba(48, 86, 17, 0.4);
}

.banner {
    padding-bottom: 25px;
}

.banner.banner-2 .category-list {
    background: #f7f7f7;
}

.banner.banner-2 .category-list .category-item.has-sub:hover>*,
.banner.banner-2 .category-list .category-item.has-sub:focus-within>* {
    color: #e9b808;
}

.banner.banner-2 .category-list .category-item a:hover,
.banner.banner-2 .category-list .category-item a:focus {
    color: #e9b808;
}

.banner.banner-2 .category-list .category-item .category-sub-menu {
    background: #f7f7f7;
}

.banner.banner-2 .category-list .category-item .category-sub-menu h4 span {
    color: #e9b808;
}

.banner.banner-2 .category-list .category-item .category-sub-menu ul li a:hover,
.banner.banner-2 .category-list .category-item .category-sub-menu ul li a:focus {
    color: #e9b808;
}

.banner.banner-2 .banner-slider {
    padding-top: 25px;
}

.banner.banner-2 .banner-slider .slide {
    padding: 110px 0;
}

.banner.banner-2 .banner-slider .slide.slick-active .part-txt {
    opacity: 1;
}

.banner.banner-2 .banner-slider .slide.slick-active .part-txt:before,
.banner.banner-2 .banner-slider .slide.slick-active .part-txt:after {
    width: 100%;
}

.banner.banner-2 .banner-slider .slide.slick-active .part-txt h4 {
    animation: 1s slideDown 1s ease-in;
}

.banner.banner-2 .banner-slider .slide.slick-active .part-txt h1 {
    animation: 1s slideDown2 1s ease-in;
}

.banner.banner-2 .banner-slider .slide.slick-active .part-txt .price {
    animation: 1s slideUp 1s ease-in;
}

.banner.banner-2 .banner-slider .slide.slick-active .part-txt .def-btn-3 {
    animation: 1s slideUp2 1s ease-in;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideUp2 {
    0% {
        transform: translateY(150%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideDown2 {
    0% {
        transform: translateY(-150%);
    }

    100% {
        transform: translateY(0);
    }
}

.banner.banner-2 .banner-slider .slide.slide-1 {
    background: url(../images/banner-slider-1.jpg) center center no-repeat;
    background-size: cover;
}

.banner.banner-2 .banner-slider .slide.slide-2 {
    background: url(../images/banner-slider-2.jpg) center center no-repeat;
    background-size: cover;
}

.banner.banner-2 .banner-slider .slide.slide-3 {
    background: url(../images/banner-slider-3.jpg) center center no-repeat;
    background-size: cover;
}

.banner.banner-2 .banner-slider .slide .part-txt {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.3s ease-in;
    transition-delay: 1s;
    position: relative;
}

.banner.banner-2 .banner-slider .slide .part-txt:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50px;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: all 0.6s ease-in;
    transition-delay: 2s;
    opacity: 0.5;
}

.banner.banner-2 .banner-slider .slide .part-txt:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50px;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: all 0.6s ease-in;
    transition-delay: 2s;
    opacity: 0.5;
}

.banner.banner-2 .banner-slider .slide .part-txt h4 {
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: -2px;
    margin-bottom: 19px;
}

.banner.banner-2 .banner-slider .slide .part-txt h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 26px;
}

.banner.banner-2 .banner-slider .slide .part-txt .price {
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 34px;
}

.banner.banner-2 .banner-slider .slide .part-txt .price span {
    font-size: 16px;
    font-weight: 400;
    margin-right: 5px;
    position: relative;
}

.banner.banner-2 .banner-slider .slide .part-txt .price span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    transform: translateY(-50%);
    background: #ffffff;
}

.banner.banner-2 .banner-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    right: 30px;
    display: flex;
    gap: 10px;
}

.banner.banner-2 .banner-slider .slick-dots button {
    width: 15px;
    height: 15px;
    font-size: 0;
    background: #ffffff;
    border: 2px solid #e9b808;
    border-radius: 50%;
}

.banner.banner-2 .banner-slider .slick-dots .slick-active button {
    background: #e9b808;
}

.banner.banner-inner {
    background: #F9E3D9;
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.banner.banner-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/inner-banner-bg.png) center center no-repeat;
    background-size: cover;
    opacity: 0.5;
    z-index: -1;
}

.banner.banner-inner .breadcrumb-txt {
    padding: 80px 0;
}

.banner.banner-inner .breadcrumb-txt h1 {
    font-size: 40px;
    line-height: 100%;
    font-weight: 700;
    color: #222222;
    margin-top: -5px;
    margin-bottom: 24px;
}

.banner.banner-inner .breadcrumb-txt ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.banner.banner-inner .breadcrumb-txt ul li {
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 100%;
    color: #606060;
    margin-bottom: -1px;
}

.banner.banner-inner .breadcrumb-txt ul li a:hover {
    color: #999;
}

.banner.banner-inner .part-img {
    height: 238px;
    padding: 20px 0;
    display: flex;
    justify-content: flex-end;
}

.banner.banner-inner .part-img img {
    width: auto;
    max-width: none;
    max-height: 100%;
}

.banner .category-list {
    background: #ffffff;
    padding: 25px 0 25px 25px;
    position: relative;
}

.banner .category-list.fixed {
    position: fixed;
    top: 65px;
    width: 100%;
    display: none;
    box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
    z-index: 11;
}

.banner .category-list.fixed.rev-6-category-list {
    width: 350px !important;
    height: auto !important;
    display: block;
}

.banner .category-list .category-item {
    padding-right: 25px;
    margin-bottom: 20px;
}

.banner .category-list .category-item.has-sub {
    transition: 0.3s;
}

.banner .category-list .category-item.has-sub .arrow {
    float: right;
    transform: translateY(-185%) rotate(45deg);
    width: 12px;
    height: 12px;
    border-top: 1px solid rgba(34, 34, 34, 0.7);
    border-right: 1px solid rgba(34, 34, 34, 0.7);
}

.banner .category-list .category-item.has-sub:hover>*,
.banner .category-list .category-item.has-sub:focus-within>* {
    color: #999;
}

.banner .category-list .category-item:last-child {
    margin-bottom: 0;
}

.banner .category-list .category-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #606060;
}

.banner .category-list .category-item a .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 31.5px;
}

.banner .category-list .category-item a .icon span {
    font-size: 25px;
    line-height: 100%;
}

.banner .category-list .category-item a:hover,
.banner .category-list .category-item a:focus {
    color: #999;
}

.banner .category-list .category-item .category-sub-menu {
    position: absolute;
    top: 50px;
    left: 100%;
    background: #ffffff;
    padding: 25px 0;
    width: 900px;
    min-height: calc(100% - 10px);
    border: 1px solid rgba(34, 34, 34, 0.1);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
}

.banner .category-list .category-item .category-sub-menu.bg-1:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: url(../images/mega-menu-bg.png) bottom center no-repeat;
    background-size: contain;
    opacity: 0.15;
    z-index: -1;
}

.banner .category-list .category-item .category-sub-menu h4 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    margin-bottom: 7px;
}

.banner .category-list .category-item .category-sub-menu h4 span {
    font-size: 25px;
    line-height: 100%;
    color: #999;
}

.banner .category-list .category-item .category-sub-menu ul li {
    font-size: 14px;
    height: 35px;
    line-height: 36px;
}

.banner .category-list .category-item .category-sub-menu ul li:last-child {
    margin-bottom: -13px;
}

.banner .category-list .category-item .category-sub-menu ul li a {
    font-weight: 400;
    color: #222222;
}

.banner .category-list .category-item .category-sub-menu ul li a:hover,
.banner .category-list .category-item .category-sub-menu ul li a:focus {
    color: #999;
}

.banner .category-list .category-item .category-sub-menu img {
    margin-top: 9px;
    border-radius: 10px;
}

.banner .category-list .category-item:hover .category-sub-menu,
.banner .category-list .category-item:focus-within .category-sub-menu {
    padding: 25px;
    top: 10px;
    opacity: 1;
    visibility: visible;
}

.banner .slider-area {
    padding-top: 24px;
    position: relative;
}

.banner .slider-area .slide-1 {
    background: url(../images/main-slider-img-1.png) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.banner .slider-area .slide-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner .slider-area .slide-2 {
    background: url(../images/main-slider-img-2.png) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.banner .slider-area .slide-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(34, 34, 34, 0.9), transparent);
    z-index: -1;
}

.banner .slider-area .slide-3 {
    background: url(../images/main-slider-img-3.png) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.banner .slider-area .slide-3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner .slider-area .banner-txt {
    padding: 143px 25px;
    color: #ffffff;
}

.banner .slider-area .banner-txt h6 {
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: -2px;
    margin-bottom: 17px;
}

.banner .slider-area .banner-txt h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 16px;
}

.banner .slider-area .banner-txt p {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    margin-bottom: 21px;
}

.banner .slider-area .banner-txt .price {
    margin-bottom: 24px;
}

.banner .slider-area .banner-txt .price span {
    line-height: 100%;
}

.banner .slider-area .banner-txt .price span:first-child {
    position: relative;
}

.banner .slider-area .banner-txt .price span:first-child:after {
    content: "";
    position: absolute;
    top: 53%;
    left: 0;
    width: 100%;
    background: #ffffff;
    height: 1px;
}

.banner .slider-area .banner-txt .price span:last-child {
    font-size: 24px;
    font-weight: 700;
}

.banner .slider-area .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.banner .slider-area .slick-dots button {
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 0;
}

.banner .slider-area .slick-dots .slick-active button {
    background: #999;
}

.banner .sidebar-area {
    padding-top: 24px;
    height: 100%;
}

.banner .sidebar-area .best-selling-panel {
    background: #ffffff;
    height: 100%;
}

.banner .sidebar-area .best-selling-panel .panel-header {
    height: 60px;
    padding: 0 15px;
    background: #f5f5f5;
}

.banner .sidebar-area .best-selling-panel .panel-header h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 60px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 0;
}

.banner .sidebar-area .best-selling-panel .panel-body {
    padding: 20px 20px;
    height: calc(100% - 60px);
}

.banner .sidebar-area .best-selling-panel .panel-body .slick-list .slick-slide {
    border: 0;
}

.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 7.5px 0;
}

.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-img {
    width: 100px;
    height: 90px;
    overflow: hidden;
}

.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt {
    width: calc(100% - 115px);
}

.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .star {
    display: flex;
    gap: 2px;
    font-size: 13px;
    color: #F1F1F1;
    margin-bottom: 18px;
}

.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .star .rated {
    color: #ffc801;
}

.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .product-name {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 16px;
}

.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .product-name:hover a {
    color: #999;
}

.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: -2px;
}

.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price span {
    font-size: 14px;
    color: #F1F1F1;
    position: relative;
}

.banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #F1F1F1;
}

.banner .sidebar-area .best-selling-panel .panel-body .slick-arrow {
    position: absolute;
    bottom: calc(100% + 40px);
    right: 0;
    width: 25px;
    height: 25px;
    background: #ffffff;
}

.banner .sidebar-area .best-selling-panel .panel-body .slick-arrow.slick-prev {
    right: 30px;
}

.banner .sidebar-area .best-selling-panel .panel-body .slick-arrow:hover {
    background: #999;
    color: #ffffff;
}

.rev-banner-area .top-header {
    background: #061319;
}

.rev-banner-area .main-banner {
    margin: 24px 0;
}

.rev-banner-area .tools-benner {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../images/benner-home-3.jpg");
    color: #ffffff;
    height: 100%;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .rev-banner-area .tools-benner {
        height: max-content !important;
    }
}

.rev-banner-area .tools-benner .benner-contents {
    width: 100%;
    padding: 50px 30px;
}

@media screen and (max-width: 767px) {
    .rev-banner-area .tools-benner .benner-contents {
        padding: 30px 20px;
    }
}

.rev-banner-area .tools-benner .benner-contents span {
    font-size: 18px;
    margin-top: -7px;
    margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
    .rev-banner-area .tools-benner .benner-contents span {
        font-size: 16px;
        line-height: 100%;
        margin-bottom: 14px;
    }
}

.rev-banner-area .tools-benner .benner-contents h1 {
    font-size: 36px;
    margin-bottom: 14px;
}

@media screen and (max-width: 1399px) {
    .rev-banner-area .tools-benner .benner-contents h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .rev-banner-area .tools-benner .benner-contents h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

.rev-banner-area .tools-benner .benner-contents h2 {
    font-size: 23px;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .rev-banner-area .tools-benner .benner-contents h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}

.rev-banner-area .tools-benner .benner-contents a {
    background: #1273eb;
    padding: 7px 20px;
    border-radius: 5px;
    color: #ffffff;
    transition: 1s;
}

.rev-banner-area .tools-benner .benner-contents a:hover {
    background: #ffffff;
    color: #1273eb;
}

.rev-banner-area .banner-2 {
    height: 100%;
}

.rev-banner-area .banner-2 a {
    height: 100%;
}

.rev-banner-area .banner-2 a img {
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
}

.rev-banner-area .banner-welcome .login-info {
    background: #ffffff;
    height: 100%;
    border-radius: 5px;
    padding: 34px 10px;
}

@media screen and (max-width: 767px) {
    .rev-banner-area .banner-welcome .login-info {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 479px) {
    .rev-banner-area .banner-welcome .login-info {
        width: 100%;
    }
}

.rev-banner-area .banner-welcome span {
    font-size: 50px;
    line-height: 100%;
    margin-bottom: 15px;
}

@media screen and (max-width: 1399px) {
    .rev-banner-area .banner-welcome span {
        font-size: 42px;
    }
}

@media screen and (max-width: 767px) {
    .rev-banner-area .banner-welcome span {
        font-size: 40px;
        margin-bottom: 11px;
    }
}

.rev-banner-area .banner-welcome h3 {
    font-size: 16px;
    margin-bottom: 21px;
}

@media screen and (max-width: 767px) {
    .rev-banner-area .banner-welcome h3 {
        font-size: 14px;
        margin-bottom: 11px;
    }
}

.rev-banner-area .banner-welcome .user-login a {
    padding: 7px 20px;
    background: #061319;
    color: #ffffff;
    border-radius: 50px;
    font-size: 18px;
    margin: 0 5px;
}

@media screen and (max-width: 767px) {
    .rev-banner-area .banner-welcome .user-login a {
        padding: 5px 15px;
        font-size: 14px;
    }
}

.rev-banner-area .banner-welcome a.login {
    background: #1273eb;
}

.rev-banner-area .banner-welcome a.login:hover {
    background: #061319;
}

.rev-banner-area .banner-welcome a.singin:hover {
    background: #1273eb;
}

.rev-banner-area .rev-banner-products {
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    padding-top: 0;
}

.rev-banner-area .rev-banner-products>.row {
    row-gap: 20px;
}

.rev-banner-area .rev-banner-products .ptd-title h4 {
    font-family: "Heebo", sans-serif;
    font-weight: 600;
    margin: 0;
}

@media screen and (max-width: 1399px) {
    .rev-banner-area .rev-banner-products .ptd-title h4 {
        font-size: 22px;
    }
}

.rev-banner-area .rev-banner-products .ptd-title h4 span {
    color: #1273eb;
    font-family: "Heebo", sans-serif;
}

.rev-banner-area .rev-banner-products .ptd-title a {
    color: #1273eb;
    font-weight: 600;
    font-size: 18px;
    font-family: "Heebo", sans-serif;
}

@media screen and (max-width: 1399px) {
    .rev-banner-area .rev-banner-products .ptd-title a {
        font-size: 16px;
    }
}

.rev-banner-area .rev-banner-products .deals-pdt-info {
    text-align: center;
    margin-bottom: -5px;
}

.rev-banner-area .rev-banner-products .deals-pdt-info .rev-3-pdt-image {
    position: relative;
    width: fit-content;
    margin: auto;
}

.rev-banner-area .rev-banner-products .deals-pdt-info .rev-3-pdt-image:hover .product-title {
    opacity: 1;
    visibility: visible;
}

.rev-banner-area .rev-banner-products .deals-pdt-info .rev-3-pdt-image:hover .product-title a {
    margin-top: 0;
}

.rev-banner-area .rev-banner-products .deals-pdt-info a:hover {
    color: #1273eb;
}

.rev-banner-area .rev-banner-products .deals-pdt-info span {
    font-weight: 500;
    font-size: 16px;
    padding-top: 15px;
}

@media screen and (max-width: 767px) {
    .rev-banner-area .rev-banner-products .deals-pdt-info span {
        font-size: 14px;
    }
}

/*----- INDEX-3 BANNER STYLES -----*/
.rev-3-banner .category-list .category-item a:hover,
.rev-3-banner .category-list .category-item a:focus {
    color: #1273eb;
}

.rev-3-banner .category-list .category-item.has-sub:hover>*,
.rev-3-banner .category-list .category-item.has-sub:focus-within>* {
    color: #1273eb;
}

.rev-3-banner .category-list .category-item .category-sub-menu ul li a:hover,
.rev-3-banner .category-list .category-item .category-sub-menu ul li a:focus {
    color: #1273eb;
}

.rev-3-banner .category-list .category-item .category-sub-menu h4 span {
    color: #1273eb;
}

div.product-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(34, 34, 34, 0.7);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

div.product-title a {
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
    color: #ffffff;
    margin-top: 20px;
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    div.product-title a {
        font-size: 14px;
    }
}

div.product-title a:hover {
    color: #1273eb;
}

/*----- INDEX-4 BANNER STYLES -----*/
.rev-4-banner {
    padding-bottom: 0;
}

.rev-4-banner-content {
    background: url(../images/bg/banner-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 150px 0 225px;
}

@media screen and (max-width: 991px) {
    .rev-4-banner-content {
        background-position: 100% 100%;
        background-color: #a19cde;
        background-size: 650px;
        padding: 60px 0 135px;
    }
}

@media screen and (max-width: 479px) {
    .rev-4-banner-content {
        background-image: none;
        padding: 50px 0 125px;
    }
}

.rev-4-banner-txt {
    padding-left: 60px;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .rev-4-banner-txt {
        padding-left: 50px;
    }
}

@media screen and (max-width: 575px) {
    .rev-4-banner-txt {
        padding-left: 30px;
    }
}

.rev-4-banner-txt h6 {
    font-size: 14px;
    letter-spacing: 3.8px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: -2px;
    margin-bottom: 19px;
}

@media screen and (max-width: 767px) {
    .rev-4-banner-txt h6 {
        margin-bottom: 9px;
    }
}

.rev-4-banner-txt h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (max-width: 1399px) {
    .rev-4-banner-txt h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-4-banner-txt h1 {
        font-size: 45px;
    }
}

@media screen and (max-width: 991px) {
    .rev-4-banner-txt h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .rev-4-banner-txt h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 575px) {
    .rev-4-banner-txt h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 479px) {
    .rev-4-banner-txt h1 {
        font-size: 22px;
    }
}

.rev-4-banner-txt p {
    font-weight: 500;
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    margin-bottom: 21px;
}

@media screen and (max-width: 767px) {
    .rev-4-banner-txt p {
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 11px;
    }
}

.rev-4-banner-txt span.new-price {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
    .rev-4-banner-txt span.new-price {
        font-size: 18px;
        margin-bottom: 13px;
    }
}

.rev-4-banner-txt .strike {
    font-weight: 400;
    font-family: "Rubik", sans-serif;
}

.rev-4-def-btn {
    background: none;
    border: 1px solid;
}

.rev-4-def-btn:hover {
    color: #a19cde;
}

.rev-6-banner.rev-5-banner .hero-banner {
    background: url(../images/bg/banner-bg-index-5.jpg) no-repeat center 30%;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 30px;
}

/*----- INDEX-6 BANNER STYLES -----*/
.rev-6-banner {
    padding: 40px 0;
}

.rev-6-banner .all-department {
    height: 100%;
}

.rev-6-banner .all-department-header {
    background-color: #ff4747;
    color: #ffffff;
    text-align: center;
    padding: 15px 0px;
    text-transform: capitalize;
    border-radius: 10px 10px 0px 0px;
}

.rev-6-banner .all-department-header button {
    margin-left: 15px;
    color: #ffffff;
}

.rev-6-banner .all-department .banner {
    padding: 0;
    height: calc(100% - 55px);
}

.rev-6-banner .all-department .banner .category-list {
    border-radius: 0 0 10px 10px;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .rev-6-banner .all-department .banner .category-list.fixed {
        height: auto;
    }
}

.rev-6-banner .all-department .banner .category-list .category-item a:hover,
.rev-6-banner .all-department .banner .category-list .category-item a:focus {
    color: #ff4747;
}

.rev-6-banner .all-department .banner .category-list .category-item .category-sub-menu h4 span {
    color: #ff4747;
}

.rev-6-banner .banner .category-list .category-item.has-sub:hover>*,
.rev-6-banner .banner .category-list .category-item.has-sub:focus-within>* {
    color: #ff4747;
}

.rev-6-banner .hero-banner {
    background: url(../images/bg/banner-bg-index-6.jpg) no-repeat center 30%;
    background-size: cover;
    border-radius: 10px;
    margin-bottom: 30px;
}

.rev-6-banner .banner-txt {
    padding: 105px 0;
    padding-left: 45px;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
}

@media screen and (max-width: 1199px) {
    .rev-6-banner .banner-txt {
        padding: 40px 0;
        padding-left: 35px;
    }
}

@media screen and (max-width: 479px) {
    .rev-6-banner .banner-txt {
        padding-left: 20px;
    }
}

.rev-6-banner .banner-txt h6 {
    font-size: 18px;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .rev-6-banner .banner-txt h6 {
        font-size: 15px;
    }
}

@media screen and (max-width: 479px) {
    .rev-6-banner .banner-txt h6 {
        font-size: 13px;
    }
}

.rev-6-banner .banner-txt h1 {
    font-weight: 600;
    font-size: 45px;
    margin-bottom: 32px;
}

@media screen and (max-width: 1399px) {
    .rev-6-banner .banner-txt h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-6-banner .banner-txt h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .rev-6-banner .banner-txt h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 575px) {
    .rev-6-banner .banner-txt h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 479px) {
    .rev-6-banner .banner-txt h1 {
        font-size: 25px;
    }
}

.rev-6-features-area>.row {
    row-gap: 15px;
}

.rev-6-features-area .single-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    gap: 15px;
    padding: 20px 0;
    box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.1);
}

.rev-6-features-area .single-feature:hover {
    color: #ff4747;
}

.rev-6-features-area .single-feature__img {
    width: 70px;
    height: 70px;
}

@media screen and (max-width: 1199px) {
    .rev-6-features-area .single-feature__img {
        width: 50px;
        height: 50px;
    }
}

.rev-6-features-area .single-feature__title {
    margin-bottom: -4px;
}

@media screen and (max-width: 1199px) {
    .rev-6-features-area .single-feature__title {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {
    .rev-6-features-area .single-feature__title {
        font-size: 18px;
    }
}

/*----- INDEX-5 BANNER STYLES -----*/
.rev-5-banner {
    padding: 20px 0 35px;
}

.rev-5-banner>.container>.row {
    row-gap: 20px;
}

.rev-5-banner .hero-banner {
    margin-bottom: 0;
}

.rev-5-banner .banner-txt {
    padding: 60px 0;
    padding-left: 45px;
}

@media screen and (max-width: 1199px) {
    .rev-5-banner .banner-txt {
        padding: 86px 0;
        padding-left: 45px;
    }
}

@media screen and (max-width: 991px) {
    .rev-5-banner .banner-txt {
        padding: 40px 0;
        padding-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .rev-5-banner .banner-txt {
        padding: 30px 0;
        padding-left: 30px;
    }
}

@media screen and (max-width: 575px) {
    .rev-5-banner .banner-txt {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-5-banner .banner-txt h6 {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .rev-5-banner .banner-txt h6 {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .rev-5-banner .banner-txt h6 {
        font-size: 12px;
    }
}

.rev-5-banner .banner-txt h1 {
    font-size: 35px;
}

@media screen and (max-width: 1399px) {
    .rev-5-banner .banner-txt h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-5-banner .banner-txt h1 {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .rev-5-banner .banner-txt h1 {
        font-size: 25px;
    }
}

@media screen and (max-width: 575px) {
    .rev-5-banner .banner-txt h1 {
        font-size: 23px;
    }
}

@media screen and (max-width: 479px) {
    .rev-5-banner .banner-txt h1 {
        font-size: 20px;
    }
}

.rev-5-banner .banner-products>.row {
    row-gap: 15px;
}

.rev-5-banner .banner-products .top-rankings {
    border-radius: 4px;
    box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    font-family: "Heebo", sans-serif;
    background: #ffffff;
}

@media screen and (max-width: 479px) {
    .rev-5-banner .banner-products .top-rankings {
        padding: 15px;
    }
}

.rev-5-banner .banner-products .top-rankings .products {
    position: relative;
    height: fit-content;
    margin-bottom: 6px;
    width: fit-content;
    margin: auto;
}

@media screen and (max-width: 1399px) {
    .rev-5-banner .banner-products .top-rankings .products {
        width: 100%;
    }
}

.rev-5-banner .banner-products .top-rankings .products:hover .product-title {
    opacity: 1;
    visibility: visible;
}

.rev-5-banner .banner-products .top-rankings .products:hover .product-title a {
    margin-top: 0;
}

.rev-5-banner .banner-products .top-rankings .products img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

@media screen and (max-width: 1399px) {
    .rev-5-banner .banner-products .top-rankings .products img {
        width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .rev-5-banner .banner-products .top-rankings .products img {
        height: 130px;
    }
}

@media screen and (max-width: 575px) {
    .rev-5-banner .banner-products .top-rankings .products img {
        height: auto;
    }
}

@media screen and (max-width: 479px) {
    .rev-5-banner .banner-products .top-rankings .products img {
        width: 100%;
        height: auto;
    }
}

.rev-5-banner .banner-products .top-rankings .products .product-title a {
    font-size: 14px;
}

.rev-5-banner .banner-products .top-rankings .products .product-title a:hover {
    color: #f74258;
}

.rev-5-banner .banner-products .top-rankings p.price {
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
    margin-bottom: -5px;
}

.rev-5-banner .banner-products .top-rankings__header {
    margin-bottom: 16px;
}

.rev-5-banner .banner-products .top-rankings__header h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: -4px;
    margin-top: -1px;
}

.rev-5-banner .banner-products .top-rankings__header a {
    line-height: 100%;
}

.rev-5-banner .banner-products .top-rankings__header a i {
    font-size: 20px;
    color: #f74258;
}

.rev-5-banner .join-card {
    padding: 20px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .rev-5-banner .join-card {
        flex-direction: column;
    }
}

.rev-5-banner .join-card>* {
    flex: calc(50% - 10px);
}

.rev-5-banner .join-card span i {
    font-size: 50px;
    margin-bottom: 17px;
}

.rev-5-banner .join-card h4 {
    font-family: "Heebo", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .rev-5-banner .join-card h4 {
        margin-bottom: 20px;
    }
}

.rev-5-banner .join-card__btns {
    display: flex;
    gap: 15px;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .rev-5-banner .join-card__btns {
        padding-bottom: 0;
        border-bottom: 0;
    }
}

.rev-5-banner .join-card__btns a {
    padding: 0 30px;
    background: #f74258;
    height: 40px;
    line-height: 37px;
    color: #ffffff;
    border-radius: 30px;
    border: 1px solid #ff4747;
}

.rev-5-banner .join-card__btns a:hover {
    color: #f74258;
    background: #ffffff;
}

@media screen and (max-width: 767px) {
    .rev-5-banner .join-card__btns a {
        padding: 0 20px;
    }
}

.rev-5-banner .join-card__btns a.join-card__btn-2 {
    background: #222222;
    border-color: #222222;
}

.rev-5-banner .join-card__btns a.join-card__btn-2:hover {
    background: #f74258;
    color: #ffffff;
    border-color: #f74258;
}

.rev-5-banner .join-card .customer-service-area {
    text-align: left;
}

.rev-5-banner .join-card .customer-service__title {
    font-family: "Heebo", sans-serif;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 28px;
}

@media screen and (max-width: 479px) {
    .rev-5-banner .join-card .customer-service__title {
        margin-bottom: 15px;
    }
}

.rev-5-banner .join-card .customer-service__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.rev-5-banner .join-card .customer-service__list li {
    flex: auto;
    font-family: "Heebo", sans-serif;
    font-size: 14px;
}

.rev-5-banner .join-card .customer-service__list li img {
    margin-right: 10px;
}

/*----- INDEX-7 BANNER STYLES -----*/
.rev-7-banner {
    padding: 40px 0;
}

.rev-7-banner>.container>.row {
    row-gap: 30px;
}

.rev-7-banner .single-area {
    text-align: center;
    background: url(../images/bg/index-7-banner-area-1.jpg) no-repeat center 0;
    background-size: cover;
    color: #ffffff;
    padding: 40px 0 371px;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .rev-7-banner .single-area {
        padding: 40px 0 300px;
    }
}

.rev-7-banner .single-area__txt h6 {
    font-size: 18px;
    margin-bottom: 12px;
}

@media screen and (max-width: 1199px) {
    .rev-7-banner .single-area__txt h6 {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .rev-7-banner .single-area__txt h6 {
        font-size: 15px;
    }
}

@media screen and (max-width: 479px) {
    .rev-7-banner .single-area__txt h6 {
        font-size: 14px;
    }
}

.rev-7-banner .single-area__txt h1 {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 30px;
}

@media screen and (max-width: 1399px) {
    .rev-7-banner .single-area__txt h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-7-banner .single-area__txt h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    .rev-7-banner .single-area__txt h1 {
        font-size: 27px;
    }
}

@media screen and (max-width: 479px) {
    .rev-7-banner .single-area__txt h1 {
        font-size: 25px;
    }
}

.rev-7-banner .rev-7-second-col>.row {
    row-gap: 30px;
}

.rev-7-banner .rev-7-second-col .single-area {
    padding: 0;
    text-align: left;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 30px 20px 100px;
}

.rev-7-banner .rev-7-second-col .single-area::before {
    content: "";
    position: absolute;
    background: rgba(34, 34, 34, 0.35);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.rev-7-banner .rev-7-second-col .single-area-2 {
    background-image: url(../images/bg/index-7-banner-area-2.jpg);
}

.rev-7-banner .rev-7-second-col .single-area-3 {
    background-image: url(../images/bg/index-7-banner-area-3.jpg);
}

.rev-7-banner .rev-7-second-col .single-area-4 {
    background-image: url(../images/bg/index-7-banner-area-4.jpg);
}

.rev-7-banner .rev-7-second-col .single-area__txt h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

@media screen and (max-width: 1399px) {
    .rev-7-banner .rev-7-second-col .single-area__txt h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 991px) {
    .rev-7-banner .rev-7-second-col .single-area__txt h2 {
        font-size: 22px;
    }
}

.rev-7-banner .rev-7-second-col .single-area__txt .rev-7-def-btn {
    background: #ffffff;
    color: #699c47;
}

.rev-7-banner .rev-7-second-col .single-area__txt .rev-7-def-btn:hover {
    background: #699c47;
    color: #ffffff;
}

/*----- INDEX-8 BANNER STYLES -----*/
.rev-8-banner {
    background: url(../images/bg/rev-8-banner-bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 163px 0 165px;
    color: #ffffff;
}

.rev-8-banner__txt h6 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}

.rev-8-banner__txt h1 {
    font-size: 65px;
    font-weight: 600;
    margin-bottom: 30px;
}

.rev-8-banner__txt p {
    margin-bottom: 43px;
    font-size: 18px;
    font-weight: 400;
}

@media screen and (min-width: 1400px) {
    .rev-8-banner__txt {
        padding-left: 60px;
    }

    .rev-8-banner__txt h6 {
        font-size: 20px;
    }

    .rev-8-banner__txt h1 {
        font-size: 60px;
    }
}

@media screen and (max-width: 1399px) {
    .rev-8-banner__txt {
        padding-left: 50px;
    }

    .rev-8-banner__txt h6 {
        font-size: 18px;
    }

    .rev-8-banner__txt h1 {
        font-size: 55px;
    }
}

@media screen and (max-width: 991px) {
    .rev-8-banner {
        padding: 77px 0 80px;
    }

    .rev-8-banner__txt h1 {
        font-size: 48px;
    }
}

@media screen and (max-width: 767px) {
    .rev-8-banner {
        padding: 80px 0;
    }

    .rev-8-banner__txt {
        padding-left: 20px;
    }

    .rev-8-banner__txt h6 {
        font-size: 16px;
    }

    .rev-8-banner__txt h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .rev-8-banner__txt p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .rev-8-banner__txt p br {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .rev-8-banner__txt {
        padding-left: 10px;
    }
}

/*----- INDEX-9 BANNER STYLES -----*/
.rev-9-banner {
    background: url(../images/banner-9-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 180px 0 220px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .rev-9-banner {
        padding: 130px 0 170px;
    }
}

@media screen and (max-width: 575px) {
    .rev-9-banner {
        padding: 100px 0 140px;
    }
}

@media screen and (max-width: 479px) {
    .rev-9-banner {
        padding: 60px 0 107px;
    }
}

.rev-9-banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.rev-9-banner .banner-txt {
    color: #ffffff;
    font-family: "Jost", sans-serif;
    text-align: center;
}

.rev-9-banner .banner-txt h1 {
    width: 40%;
    margin: auto;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 60px;
}

@media screen and (max-width: 1399px) {
    .rev-9-banner .banner-txt h1 {
        width: 50%;
    }
}

@media screen and (max-width: 1199px) {
    .rev-9-banner .banner-txt h1 {
        width: 60%;
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) {
    .rev-9-banner .banner-txt h1 {
        width: 70%;
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    .rev-9-banner .banner-txt h1 {
        width: 80%;
        font-size: 30px;
    }
}

@media screen and (max-width: 575px) {
    .rev-9-banner .banner-txt h1 {
        font-size: 25px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 479px) {
    .rev-9-banner .banner-txt h1 {
        font-size: 23px;
        width: 100%;
        margin-bottom: 30px;
    }
}

.rev-9-banner .banner-txt form {
    background: #ffffff;
    padding: 15px;
    width: 100%;
    border-radius: 7px;
}

.rev-9-banner .banner-txt form input,
.rev-9-banner .banner-txt form select {
    border: 1px solid #e9e9e9;
    padding: 15px;
    width: 100%;
}

@media screen and (max-width: 479px) {

    .rev-9-banner .banner-txt form input,
    .rev-9-banner .banner-txt form select {
        padding: 5px 10px;
    }
}

.rev-9-banner .banner-txt form button {
    background-color: #ff4747;
    color: #ffffff;
    width: 100%;
    height: 100%;
    font-family: "Muli", sans-serif;
    font-weight: 400;
    padding: 0 30px;
}

@media screen and (max-width: 1199px) {
    .rev-9-banner .banner-txt form button {
        height: 45px;
        width: fit-content;
    }
}

@media screen and (max-width: 575px) {
    .rev-9-banner .banner-txt form button {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 479px) {
    .rev-9-banner .banner-txt form button {
        height: 45px;
    }
}

/*----- INDEX-10 BANNER STYLES -----*/
.rev-10-banner {
    font-family: "Josefin Sans", sans-serif;
    padding: 30px 0;
}

@media screen and (max-width: 991px) {
    .rev-10-banner {
        padding: 0;
    }
}

.rev-10-banner .banner-grid-container .banner-grid-single-area {
    background: url(../images/banner-10-img-1.jpg) no-repeat center center;
    background-size: cover;
    padding: 130px 0;
    padding-left: 45px;
    height: 100%;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area {
        padding: 70px 0;
        padding-left: 30px;
    }
}

@media screen and (max-width: 479px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 575px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(255, 255, 255, 0.43);
        z-index: -1;
    }
}

.rev-10-banner .banner-grid-container .banner-grid-single-area-2 {
    background-image: url(../images/banner-10-img-2.jpg);
    padding-top: 60px;
    padding-left: 35px;
}

@media screen and (max-width: 479px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area-2 {
        padding-left: 15px;
        padding-top: 30px;
    }
}

.rev-10-banner .banner-grid-container .banner-grid-single-area-2 .banner-grid-single-area__sub-title {
    margin-bottom: 9px;
}

@media screen and (max-width: 1199px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area-2 .banner-grid-single-area__txt {
        width: 60% !important;
    }
}

@media screen and (max-width: 479px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area-2 .banner-grid-single-area__txt {
        width: 100% !important;
    }
}

@media screen and (max-width: 1399px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area__txt {
        width: 60% !important;
    }
}

@media screen and (max-width: 1199px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area__txt {
        width: 100% !important;
    }
}

@media screen and (max-width: 991px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area__txt {
        width: 55% !important;
    }
}

@media screen and (max-width: 767px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area__txt {
        width: 70% !important;
    }
}

@media screen and (max-width: 575px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area__txt {
        width: 80% !important;
    }
}

@media screen and (max-width: 479px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area__txt {
        width: 100% !important;
    }
}

.rev-10-banner .banner-grid-container .banner-grid-single-area__sub-title {
    position: relative;
    margin-left: 50px;
    padding-left: 10px;
    color: #828282;
    margin-bottom: 4px;
}

@media screen and (max-width: 1399px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area__sub-title {
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 479px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area__sub-title {
        padding-left: 0;
        margin-left: 0;
    }
}

.rev-10-banner .banner-grid-container .banner-grid-single-area__sub-title::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    translate: 0 -50%;
    background-color: #2f61d2;
    width: 50px;
    height: 2px;
}

@media screen and (max-width: 479px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area__sub-title::before {
        content: none;
    }
}

.rev-10-banner .banner-grid-container .banner-grid-single-area h1 {
    font-weight: 700;
    font-size: 55px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1399px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area h1 {
        font-size: 45px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 575px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area h1 {
        font-size: 27px;
    }
}

@media screen and (max-width: 479px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area h1 {
        font-size: 25px;
    }
}

.rev-10-banner .banner-grid-container .banner-grid-single-area__title {
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 26px;
}

@media screen and (max-width: 1199px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area__title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 767px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area__title {
        font-size: 24px;
        line-height: 34px;
    }
}

.rev-10-banner .banner-grid-container .banner-grid-single-area__description {
    margin-bottom: 35px;
}

@media screen and (max-width: 1399px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area__description {
        padding-right: 50px;
    }
}

@media screen and (max-width: 479px) {
    .rev-10-banner .banner-grid-container .banner-grid-single-area__description {
        padding-right: 0;
        font-size: 14px;
    }
}

.rev-10-banner .banner-grid-container .banner-grid-small-area {
    display: flex;
    align-items: center;
    background-image: linear-gradient(107deg, #f8f8f8 55%, #f1f5ff 0);
    padding-left: 30px;
    padding-right: 40px;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .rev-10-banner .banner-grid-container .banner-grid-small-area {
        flex-direction: column;
        padding: 0;
    }
}

.rev-10-banner .banner-grid-container .banner-grid-small-area__txt {
    padding: 60px 0;
    width: 50%;
}

@media screen and (max-width: 1199px) {
    .rev-10-banner .banner-grid-container .banner-grid-small-area__txt {
        padding: 30px 30px 15px;
        width: 100%;
    }
}

.rev-10-banner .banner-grid-container .banner-grid-small-area__title {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 19px;
}

@media screen and (max-width: 1399px) {
    .rev-10-banner .banner-grid-container .banner-grid-small-area__title {
        font-size: 24px;
    }
}

@media screen and (max-width: 575px) {
    .rev-10-banner .banner-grid-container .banner-grid-small-area__title {
        font-size: 22px;
    }
}

.rev-10-banner .banner-grid-container .banner-grid-small-area__img {
    position: absolute;
    bottom: 0;
    right: 15px;
}

@media screen and (max-width: 1399px) {
    .rev-10-banner .banner-grid-container .banner-grid-small-area__img {
        right: 0;
    }
}

@media screen and (max-width: 1199px) {
    .rev-10-banner .banner-grid-container .banner-grid-small-area__img {
        position: static;
    }
}

/*----- INDEX-11 BANNER STYLES -----*/
.rev-11-banner {
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    .rev-11-banner {
        padding-top: 0;
    }
}

.rev-11-banner .banner-single-slide {
    background: url(../images/rev-11-banner-bg-1.png) no-repeat center center;
    min-height: 600px;
    background-size: cover;
    text-align: center;
    height: 100%;
    padding-top: 40px;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .rev-11-banner .banner-single-slide {
        min-height: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-11-banner .banner-single-slide {
        min-height: 400px;
    }
}

@media screen and (max-width: 991px) {
    .rev-11-banner .banner-single-slide {
        min-height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .rev-11-banner .banner-single-slide {
        padding: 30px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .rev-11-banner .banner-single-slide {
        min-height: 250px;
    }
}

@media screen and (max-width: 479px) {
    .rev-11-banner .banner-single-slide {
        min-height: 220px;
    }
}

.rev-11-banner .banner-single-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(26, 26, 26, 0.16);
    z-index: -1;
}

.rev-11-banner .banner-single-slide__txt {
    width: 60%;
    margin: auto;
}

@media screen and (max-width: 991px) {
    .rev-11-banner .banner-single-slide__txt {
        width: 100%;
    }
}

.rev-11-banner .banner-single-slide__title {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
}

@media screen and (max-width: 1399px) {
    .rev-11-banner .banner-single-slide__title {
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-11-banner .banner-single-slide__title {
        font-size: 35px;
        line-height: 45px;
    }
}

@media screen and (max-width: 991px) {
    .rev-11-banner .banner-single-slide__title {
        font-size: 30px;
        line-height: 35px;
    }
}

@media screen and (max-width: 767px) {
    .rev-11-banner .banner-single-slide__title {
        font-size: 28px;
        line-height: 33px;
    }
}

@media screen and (max-width: 575px) {
    .rev-11-banner .banner-single-slide__title {
        font-size: 25px;
        line-height: 30px;
    }
}

@media screen and (max-width: 479px) {
    .rev-11-banner .banner-single-slide__title {
        font-size: 22px;
        line-height: 27px;
    }
}

.rev-11-banner .banner-single-slide__subtitle {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #cbcbcb;
}

@media screen and (max-width: 575px) {
    .rev-11-banner .banner-single-slide__subtitle {
        font-size: 12px;
    }
}

.rev-11-banner .banner-single-slide .rev-11-def-btn {
    background-color: #ffffff;
    color: #2B4A41;
    border-color: #ffffff;
}

.rev-11-banner .banner-single-slide .rev-11-def-btn:hover,
.rev-11-banner .banner-single-slide .rev-11-def-btn:focus {
    background-color: transparent;
    color: #ffffff;
}

.rev-11-banner .banner-single-slide-2 {
    background-image: url(../images/rev-11-banner-bg-2.png);
    color: #222222;
}

.rev-11-banner .banner-single-slide-2 .banner-single-slide__subtitle {
    color: #535353;
}

.rev-11-banner .banner-single-slide-2 .rev-11-def-btn {
    background-color: #2B4A41;
    border-color: #2B4A41;
    color: #ffffff;
}

.rev-11-banner .banner-single-slide-2 .rev-11-def-btn:hover,
.rev-11-banner .banner-single-slide-2 .rev-11-def-btn:focus {
    color: #222222;
}

/*----- INDEX-12 BANNER STYLES -----*/
.rev-12-banner-single-slide {
    background: url(../images/rev-12-banner-bg.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 180px 0;
    z-index: 1;
}

@media screen and (max-width: 1199px) {
    .rev-12-banner-single-slide {
        padding: 140px 0;
    }
}

@media screen and (max-width: 991px) {
    .rev-12-banner-single-slide {
        padding: 100px 0;
    }
}

@media screen and (max-width: 479px) {
    .rev-12-banner-single-slide {
        padding: 80px 0;
    }
}

.rev-12-banner-single-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.48), transparent);
    z-index: -1;
}

@media screen and (max-width: 575px) {
    .rev-12-banner-single-slide::before {
        background: rgba(0, 0, 0, 0.65);
    }
}

.rev-12-banner-single-slide-2 {
    background-image: url(../images/rev-12-banner-bg-2.jpg);
}

.rev-12-banner-single-slide-3 {
    background-image: url(../images/rev-12-banner-bg-3.jpg);
}

.rev-12-banner__txt {
    color: #ffffff;
    width: 50%;
}

@media screen and (max-width: 1399px) {
    .rev-12-banner__txt {
        width: 60%;
    }
}

@media screen and (max-width: 1199px) {
    .rev-12-banner__txt {
        width: 75%;
    }
}

@media screen and (max-width: 991px) {
    .rev-12-banner__txt {
        width: 100%;
    }
}

.rev-12-banner__title {
    font-family: "Kanit", sans-serif;
    font-size: 90px;
    line-height: 115px;
    font-weight: 700;
    position: relative;
    margin-bottom: 19px;
}

@media screen and (max-width: 1399px) {
    .rev-12-banner__title {
        font-size: 80px;
        line-height: 100px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-12-banner__title {
        font-size: 70px;
        line-height: 90px;
    }
}

@media screen and (max-width: 991px) {
    .rev-12-banner__title {
        font-size: 60px;
        line-height: 75px;
    }
}

@media screen and (max-width: 767px) {
    .rev-12-banner__title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media screen and (max-width: 575px) {
    .rev-12-banner__title {
        font-size: 45px;
        line-height: 55px;
    }
}

@media screen and (max-width: 479px) {
    .rev-12-banner__title {
        font-size: 35px;
        line-height: 45px;
        font-weight: 600;
    }
}

.rev-12-banner__title::before {
    content: "";
    position: absolute;
    width: 215px;
    height: 9px;
    top: -18px;
    left: 0;
    background-image: linear-gradient(150deg, #ffc000 60%, #ffffff 25%, #ffffff 85%, transparent 10px);
}

.rev-12-banner__title .colored {
    color: #ffc000;
}

.rev-12-banner__description {
    margin-bottom: 63px;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding-right: 200px;
}

@media screen and (max-width: 1199px) {
    .rev-12-banner__description {
        margin-bottom: 33px;
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .rev-12-banner__description {
        padding-right: 170px;
    }
}

@media screen and (max-width: 575px) {
    .rev-12-banner__description {
        padding-right: 150px;
    }
}

@media screen and (max-width: 479px) {
    .rev-12-banner__description {
        padding-right: 0;
        font-size: 14px;
    }
}

.rev-12-banner .owl-carousel .owl-nav button.owl-next,
.rev-12-banner .owl-carousel .owl-nav button.owl-prev,
.rev-12-banner .owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    background-color: #9d9d9d;
    border-radius: 50%;
}

@media screen and (max-width: 575px) {

    .rev-12-banner .owl-carousel .owl-nav button.owl-next,
    .rev-12-banner .owl-carousel .owl-nav button.owl-prev,
    .rev-12-banner .owl-carousel button.owl-dot {
        width: 10px;
        height: 10px;
    }
}

.rev-12-banner .owl-carousel .owl-nav button.owl-next.active,
.rev-12-banner .owl-carousel .owl-nav button.owl-prev.active,
.rev-12-banner .owl-carousel button.owl-dot.active {
    background-color: #ffc000;
}

.rev-12-banner .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding-top: 25px;
}

@media screen and (max-width: 575px) {
    .rev-12-banner .owl-dots {
        padding-top: 15px;
    }
}

/*----- INDEX-13 BANNER STYLES -----*/
.rev-13-banner-container {
    padding: 0;
    overflow-x: hidden;
}

.rev-13-banner {
    background: url(../images/rev-13-banner-bg.png) no-repeat center center;
    background-size: cover;
    padding: 200px 0;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .rev-13-banner {
        padding: 160px 0;
    }
}

@media screen and (max-width: 1199px) {
    .rev-13-banner {
        margin: 15px 0 30px;
        padding: 140px 0;
    }
}

@media screen and (max-width: 991px) {
    .rev-13-banner {
        margin: 0 0 30px;
        padding: 100px 0;
    }
}

@media screen and (max-width: 767px) {
    .rev-13-banner {
        padding: 60px 0;
    }
}

@media screen and (max-width: 575px) {
    .rev-13-banner {
        padding: 50px 0;
    }
}

@media screen and (max-width: 479px) {
    .rev-13-banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: rgba(201, 201, 201, 0.35);
        z-index: -1;
    }
}

.rev-13-banner__txt {
    margin: 0 88px;
}

@media screen and (max-width: 1199px) {
    .rev-13-banner__txt {
        margin: 0 58px;
    }
}

@media screen and (max-width: 991px) {
    .rev-13-banner__txt {
        margin: 0 38px;
    }
}

@media screen and (max-width: 767px) {
    .rev-13-banner__txt {
        margin: 0;
    }
}

@media screen and (max-width: 479px) {
    .rev-13-banner__txt {
        margin: 0 20px;
    }
}

.rev-13-banner__txt h1 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 5px;
}

@media screen and (max-width: 1399px) {
    .rev-13-banner__txt h1 {
        font-size: 45px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-13-banner__txt h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 991px) {
    .rev-13-banner__txt h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .rev-13-banner__txt h1 {
        font-size: 26px;
    }
}

@media screen and (max-width: 575px) {
    .rev-13-banner__txt h1 {
        font-size: 22px;
    }
}

.rev-13-banner__txt .price {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
}

.rev-13-banner__txt .price .current-price {
    color: #E05559;
    font-size: 50px;
    font-weight: 700;
}

@media screen and (max-width: 1399px) {
    .rev-13-banner__txt .price .current-price {
        font-size: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-13-banner__txt .price .current-price {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    .rev-13-banner__txt .price .current-price {
        font-size: 28px;
    }
}

@media screen and (max-width: 767px) {
    .rev-13-banner__txt .price .current-price {
        font-size: 25px;
    }
}

@media screen and (max-width: 575px) {
    .rev-13-banner__txt .price .current-price {
        font-size: 22px;
    }
}

.rev-13-banner__txt .price .prev-price {
    font-size: 35px;
    font-weight: 400;
}

@media screen and (max-width: 1399px) {
    .rev-13-banner__txt .price .prev-price {
        font-size: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-13-banner__txt .price .prev-price {
        font-size: 25px;
    }
}

@media screen and (max-width: 991px) {
    .rev-13-banner__txt .price .prev-price {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .rev-13-banner__txt .price .prev-price {
        font-size: 18px;
    }
}

.rev-13-banner__txt a.rev-13-banner-btn {
    text-transform: capitalize;
    padding: 0 30px 0 20px;
    height: 35px;
    line-height: 37px;
    color: #E05559;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    z-index: 1;
    background-image: linear-gradient(110deg, #ffffff 90%, transparent 0);
}

@media screen and (max-width: 991px) {
    .rev-13-banner__txt a.rev-13-banner-btn {
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .rev-13-banner__txt a.rev-13-banner-btn {
        height: 30px;
        line-height: 32px;
        font-size: 14px;
    }
}

.rev-13-banner__txt a.rev-13-banner-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: linear-gradient(110deg, #E05559 90%, transparent 0);
    width: 0;
    transition: 0.4s ease;
}

.rev-13-banner__txt a.rev-13-banner-btn:hover {
    color: #ffffff;
}

.rev-13-banner__txt a.rev-13-banner-btn:hover::before {
    width: 100%;
}

.rev-13-banner__txt a.rev-13-banner-btn i {
    margin-right: 2px;
}

/*----- INDEX-14 BANNER STYLES -----*/
.rev-14-banner-single-slide {
    padding: 215px 0;
    background: url(../images/rev-14-banner-bg.png) no-repeat center center;
    background-size: cover;
    font-family: "Oxanium", cursive;
    position: relative;
    z-index: 1;
}

.rev-14-banner-single-slide-2 {
    background-image: url(../images/rev-14-banner-bg-2.jpg);
}

.rev-14-banner-single-slide-3 {
    background-image: url(../images/rev-14-banner-bg-3.jpg);
}

@media screen and (max-width: 1399px) {
    .rev-14-banner-single-slide {
        padding: 185px 0;
    }
}

@media screen and (max-width: 1199px) {
    .rev-14-banner-single-slide {
        padding: 125px 0;
    }
}

@media screen and (max-width: 991px) {
    .rev-14-banner-single-slide {
        padding: 105px 0;
    }
}

@media screen and (max-width: 767px) {
    .rev-14-banner-single-slide {
        padding: 65px 0;
    }
}

@media screen and (max-width: 479px) {
    .rev-14-banner-single-slide {
        padding: 45px 0;
    }
}

.rev-14-banner-single-slide::before {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    inset: 0;
    z-index: -1;
}

.rev-14-banner .owl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding-top: 25px;
}

@media screen and (max-width: 767px) {
    .rev-14-banner .owl-dots {
        padding-top: 15px;
    }
}

@media screen and (max-width: 479px) {
    .rev-14-banner .owl-dots {
        padding-top: 10px;
        gap: 6px;
    }
}

.rev-14-banner .owl-carousel .owl-nav button.owl-next,
.rev-14-banner .owl-carousel .owl-nav button.owl-prev,
.rev-14-banner .owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    background-color: #9d9d9d;
    border-radius: 50%;
}

@media screen and (max-width: 479px) {

    .rev-14-banner .owl-carousel .owl-nav button.owl-next,
    .rev-14-banner .owl-carousel .owl-nav button.owl-prev,
    .rev-14-banner .owl-carousel button.owl-dot {
        width: 10px;
        height: 10px;
    }
}

.rev-14-banner .owl-carousel .owl-nav button.owl-next.active,
.rev-14-banner .owl-carousel .owl-nav button.owl-prev.active,
.rev-14-banner .owl-carousel button.owl-dot.active {
    background-color: #c4c4c4;
}

.rev-14-banner .banner-txt {
    color: #ffffff;
}

@media screen and (max-width: 575px) {
    .rev-14-banner .banner-txt {
        padding: 0 30px;
    }
}

@media screen and (max-width: 479px) {
    .rev-14-banner .banner-txt {
        padding: 0;
    }
}

.rev-14-banner .banner-txt h6 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 19px;
}

@media screen and (max-width: 767px) {
    .rev-14-banner .banner-txt h6 {
        font-size: 16px;
        margin-bottom: 9px;
    }
}

@media screen and (max-width: 479px) {
    .rev-14-banner .banner-txt h6 {
        font-size: 14px;
    }
}

.rev-14-banner .banner-txt h1 {
    font-size: 85px;
    font-weight: 800;
    margin-bottom: 53px;
}

@media screen and (max-width: 1399px) {
    .rev-14-banner .banner-txt h1 {
        font-size: 75px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-14-banner .banner-txt h1 {
        font-size: 65px;
    }
}

@media screen and (max-width: 991px) {
    .rev-14-banner .banner-txt h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 767px) {
    .rev-14-banner .banner-txt h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 575px) {
    .rev-14-banner .banner-txt h1 {
        font-size: 35px;
        margin-bottom: 33px;
    }
}

@media screen and (max-width: 479px) {
    .rev-14-banner .banner-txt h1 {
        font-size: 30px;
    }
}

/*----- INDEX-15 BANNER STYLES -----*/
.rev-15-banner {
    padding: 20px 0;
}

@media screen and (max-width: 991px) {
    .rev-15-banner {
        padding: 0;
    }
}

@media screen and (max-width: 479px) {
    .rev-15-banner {
        padding: 0 0 20px;
    }
}

.rev-15-banner .all-department {
    height: 100%;
}

.rev-15-banner .all-department-header {
    background-color: #f79300;
    color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    text-transform: capitalize;
    border-radius: 10px 10px 0px 0px;
}

.rev-15-banner .all-department-header button {
    margin-left: 15px;
    color: #ffffff;
}

.rev-15-banner .all-department .category-list .category-item .category-sub-menu {
    z-index: 2;
}

.rev-15-banner .all-department .banner {
    padding-bottom: 0;
    height: calc(100% - 45px);
}

.rev-15-banner .all-department .banner .category-list {
    height: 100%;
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rev-15-banner .all-department .banner .category-list .category-item.has-sub:hover>*,
.rev-15-banner .all-department .banner .category-list .category-item.has-sub:focus-within>* {
    color: #f79300;
}

.rev-15-banner .all-department .banner .category-list .category-item a:hover,
.rev-15-banner .all-department .banner .category-list .category-item a:focus {
    color: #f79300;
}

.rev-15-banner .rev-15-banner-slider {
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width: 479px) {
    .rev-15-banner .rev-15-banner-slider {
        border-radius: 6px;
    }
}

.rev-15-banner .banner-single-slide {
    background: url(../images/rev-15-banner-bg-1.jpg) no-repeat center center;
    background-size: cover;
    padding: 213px 40px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .rev-15-banner .banner-single-slide {
        padding: 187px 40px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-15-banner .banner-single-slide {
        padding: 160px 0;
    }
}

@media screen and (max-width: 991px) {
    .rev-15-banner .banner-single-slide {
        padding: 120px 0;
    }
}

@media screen and (max-width: 767px) {
    .rev-15-banner .banner-single-slide {
        padding: 90px 0;
    }
}

@media screen and (max-width: 575px) {
    .rev-15-banner .banner-single-slide {
        padding: 70px 0;
    }
}

@media screen and (max-width: 479px) {
    .rev-15-banner .banner-single-slide {
        padding: 35px 0;
    }
}

.rev-15-banner .banner-single-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(to right, transparent 20%, rgba(0, 0, 0, 0.58) 70%);
    z-index: -1;
}

.rev-15-banner .banner-single-slide-2 {
    background-image: url(../images/rev-15-banner-bg-2.jpg);
}

.rev-15-banner .banner-single-slide .single-slide-txt {
    width: 55%;
    margin-left: auto;
    color: #ffffff;
}

@media screen and (max-width: 1199px) {
    .rev-15-banner .banner-single-slide .single-slide-txt {
        margin-right: 20px;
    }
}

@media screen and (max-width: 479px) {
    .rev-15-banner .banner-single-slide .single-slide-txt {
        width: 85%;
    }
}

.rev-15-banner .banner-single-slide .single-slide-txt h1 {
    margin-bottom: 20px;
    font-family: "Rubik", sans-serif;
    font-size: 45px;
}

@media screen and (max-width: 1399px) {
    .rev-15-banner .banner-single-slide .single-slide-txt h1 {
        font-size: 38px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-15-banner .banner-single-slide .single-slide-txt h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    .rev-15-banner .banner-single-slide .single-slide-txt h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 575px) {
    .rev-15-banner .banner-single-slide .single-slide-txt h1 {
        font-size: 25px;
    }
}

@media screen and (max-width: 479px) {
    .rev-15-banner .banner-single-slide .single-slide-txt h1 {
        font-size: 20px;
    }
}

.rev-15-banner .rev-15-banner-right-col {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1399px) {
    .rev-15-banner .rev-15-banner-right-col {
        flex-direction: row;
        justify-content: center;
    }
}

@media screen and (max-width: 1399px) {
    .rev-15-banner .rev-15-banner-right-col .banner-offer-img {
        width: 277px;
    }
}

@media screen and (max-width: 991px) {
    .rev-15-banner .rev-15-banner-right-col .banner-offer-img {
        width: 375px;
    }
}

@media screen and (max-width: 767px) {
    .rev-15-banner .rev-15-banner-right-col .banner-offer-img {
        width: 178px;
    }
}

@media screen and (max-width: 575px) {
    .rev-15-banner .rev-15-banner-right-col .banner-offer-img {
        width: 218px;
    }
}

.rev-15-banner .rev-15-join-card-container {
    padding: 0;
}

@media screen and (max-width: 479px) {
    .rev-15-banner .rev-15-join-card-container {
        display: none;
    }
}

.rev-15-banner .rev-15-join-card-container .rev-15-join-card {
    margin-bottom: 20px;
    border-radius: 0;
    padding: 20px 10px;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.rev-15-banner .rev-15-join-card-container .rev-15-join-card h4 {
    margin-bottom: 14px;
}

.rev-15-banner .rev-15-join-card-container .rev-15-join-card .join-card__btns {
    padding-bottom: 0;
    border-bottom: none;
}

.rev-15-banner .rev-15-join-card-container .rev-15-join-card .join-card__btns a {
    padding: 0 15px;
    font-size: 14px;
    height: 35px;
    line-height: 33px;
    background-color: #f79300;
    border-color: #f79300;
}

.rev-15-banner .rev-15-join-card-container .rev-15-join-card .join-card__btns a:hover {
    background-color: transparent;
    color: #f79300;
}

.rev-15-banner .rev-15-join-card-container .rev-15-join-card .join-card__btns a:last-child {
    background-color: #222222;
    border-color: #222222;
}

.rev-15-banner .rev-15-join-card-container .rev-15-join-card .join-card__btns a:last-child:hover {
    background-color: #f79300;
    border-color: #f79300;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    .rev-15-banner .rev-15-join-card-container .rev-15-join-card .customer-service-area {
        display: none;
    }
}

.rev-15-banner .rev-15-join-card-container .rev-15-join-card .customer-service__list {
    gap: 13px;
}

.rev-15-banner .rev-15-join-card-container .rev-15-join-card .customer-service__list li {
    text-align: center;
}

.rev-15-banner .rev-15-join-card-container .rev-15-join-card .customer-service__list li img {
    width: 20px;
    filter: hue-rotate(38deg);
}

/*----- INDEX-16 BANNER STYLES -----*/
.rev-16-banner {
    padding: 20px 0;
}

.rev-16-banner .banner-single-slide {
    background-image: url(../images/rev-16-banner-bg-9.jpg);
    background-position: 0 100%;
}

@media screen and (max-width: 991px) {
    .rev-16-banner .banner-single-slide {
        padding: 100px 0;
    }
}

@media screen and (max-width: 575px) {
    .rev-16-banner .banner-single-slide {
        padding: 70px 0;
    }
}

@media screen and (max-width: 479px) {
    .rev-16-banner .banner-single-slide {
        padding: 50px 0;
    }
}

.rev-16-banner .banner-single-slide::before {
    background-image: linear-gradient(to right, transparent 10%, rgba(0, 0, 0, 0.58) 50%);
}

@media screen and (max-width: 991px) {
    .rev-16-banner .banner-single-slide .single-slide-txt {
        margin-right: 0;
    }
}

.rev-16-banner .banner-single-slide .single-slide-txt h1 {
    font-family: "Jost", sans-serif;
}

@media screen and (max-width: 479px) {
    .rev-16-banner .banner-single-slide .single-slide-txt h1 {
        font-size: 23px;
    }
}

.rev-16-banner .banner-single-slide-2 {
    background-image: url(../images/rev-16-banner-bg-5.jpg);
}

.rev-16-banner .banner-single-slide-3 {
    background-image: url(../images/rev-16-banner-bg-6.jpg);
}

/*----- INDEX-17 BANNER STYLES -----*/
.rev-17-banner {
    padding-top: 10px;
}

.rev-17-banner .banner-single-slide {
    display: block;
    padding: 200px 50px;
    background: url(../images/rev-17-banner-bg-1.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .rev-17-banner .banner-single-slide {
        padding: 150px 50px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-17-banner .banner-single-slide {
        padding: 130px 30px;
    }
}

@media screen and (max-width: 991px) {
    .rev-17-banner .banner-single-slide {
        padding: 90px 20px;
    }
}

@media screen and (max-width: 767px) {
    .rev-17-banner .banner-single-slide {
        padding: 70px 20px;
    }
}

@media screen and (max-width: 479px) {
    .rev-17-banner .banner-single-slide {
        padding: 60px 10px;
    }
}

.rev-17-banner .banner-single-slide::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.45), transparent);
}

.rev-17-banner .banner-single-slide .single-slide-txt {
    width: 60%;
}

@media screen and (max-width: 1399px) {
    .rev-17-banner .banner-single-slide .single-slide-txt {
        width: 70%;
    }
}

@media screen and (max-width: 767px) {
    .rev-17-banner .banner-single-slide .single-slide-txt {
        width: 85%;
    }
}

.rev-17-banner .banner-single-slide .single-slide-txt h1 {
    font-size: 55px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: "Oxanium", cursive;
    text-shadow: 3px 3px #222222;
    text-transform: capitalize;
}

@media screen and (max-width: 1399px) {
    .rev-17-banner .banner-single-slide .single-slide-txt h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-17-banner .banner-single-slide .single-slide-txt h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 991px) {
    .rev-17-banner .banner-single-slide .single-slide-txt h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .rev-17-banner .banner-single-slide .single-slide-txt h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 479px) {
    .rev-17-banner .banner-single-slide .single-slide-txt h1 {
        font-size: 25px;
    }
}

.rev-17-banner .banner-single-slide-2 {
    background-image: url(../images/rev-17-banner-bg-2.jpg);
}

.rev-17-banner .banner-single-slide-3 {
    background-image: url(../images/rev-17-banner-bg-4.jpg);
}

/*----- INDEX-18 BANNER STYLES -----*/
@media screen and (max-width: 575px) {
    .rev-18-banner {
        padding: 30px 0;
    }
}

.rev-18-banner .all-department-header {
    background-color: #305611;
}

.rev-18-banner .banner .category-list .category-item.has-sub:hover>*,
.rev-18-banner .banner .category-list .category-item.has-sub:focus-within>* {
    color: #305611;
}

.rev-18-banner .all-department .banner .category-list .category-item a:hover,
.rev-18-banner .all-department .banner .category-list .category-item a:focus {
    color: #305611;
}

.rev-18-banner .all-department .banner .category-list .category-item .category-sub-menu h4 span {
    color: #305611;
}

.rev-18-banner .rev-6-features-area .single-feature:hover {
    color: #305611;
}

.rev-18-banner .hero-banner {
    background-image: url(../images/banner-1011.jpg);
    overflow: hidden;
}

@media screen and (max-width: 479px) {
    .rev-18-banner .hero-banner .banner-txt {
        padding: 40px 20px;
    }
}

.rev-18-banner .hero-banner .banner-txt>* {
    transition: opacity 1s, translate 1s, color 0.4s, background-color 0.4s;
    transition-timing-function: ease;
    opacity: 0;
    translate: 0 60px;
}

.rev-18-banner .hero-banner .banner-txt h1 {
    transition-delay: 0.2s;
    text-transform: capitalize;
}

@media screen and (max-width: 479px) {
    .rev-18-banner .hero-banner .banner-txt h1 {
        margin-bottom: 15px;
        font-size: 23px;
    }
}

.rev-18-banner .hero-banner .banner-txt .def-btn {
    transition: opacity 1s 0.4s, translate 1s 0.4s, color 0.4s, background-color 0.4s;
}

.rev-18-banner .hero-banner-2 {
    background-image: url(../images/banner-1012.jpg);
}

.rev-18-banner .owl-item.active .banner-txt>* {
    opacity: 1;
    translate: 0;
}

.rev-18-banner .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    translate: -50% 0;
    display: flex;
    gap: 10px;
}

.rev-18-banner .owl-dots .owl-dot {
    background-color: rgb(255, 255, 255);
    width: 10px;
    height: 10px;
    transition: all 0.4s ease;
    border-radius: 30px;
}

.rev-18-banner .owl-dots .owl-dot.active {
    background-color: #305611;
    width: 30px;
}

.category-section {
    background-color: #fefefe;
    margin: 0 20px;
    margin-top: -75px;
    padding: 35px;
    box-shadow: 0px 3px 14.7px 0.3px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 991px) {
    .category-section {
        padding: 0;
        box-shadow: none;
    }
}

@media screen and (max-width: 575px) {
    .category-section {
        padding: 0 20px;
        box-shadow: 0px 3px 14.7px 0.3px rgba(0, 0, 0, 0.07);
    }
}

@media screen and (max-width: 479px) {
    .category-section {
        padding: 0;
    }
}

.category-section>.row {
    row-gap: 25px;
}
h5.footer-title{
    color: #00bfff;
}
.single-category-box {
    border: solid #e2e2e2;
    border-width: 0 2px;
}

.single-category-box:hover .slider-indicators button {
    background-color: rgba(161, 156, 222, 0.5);
    color: #ffffff;
}

.single-category-box-header,
.single-category-box-footer {
    box-shadow: 0px 1px 60px 0px rgba(145, 145, 145, 0.15);
    padding: 15px;
    background-color: #ffffff;
    margin: 0 -2px;
    flex-wrap: wrap;
    align-items: center;
}

@media screen and (max-width: 991px) {

    .single-category-box-header,
    .single-category-box-footer {
        padding: 10px;
    }
}

@media screen and (max-width: 479px) {
    .single-category-box-header h5 {
        font-size: 16px;
        margin-bottom: 0;
    }
}

.single-category-box-footer {
    text-align: center;
}

.single-category-box-footer a {
    text-transform: capitalize;
    border-bottom: 1px solid #222222;
}

@media screen and (max-width: 479px) {
    .single-category-box-footer a {
        font-size: 14px;
    }
}

.single-category-box-footer a:hover {
    color: #a19cde;
    border-color: #a19cde;
}

.single-category-box-products {
    padding: 25px;
}

@media screen and (max-width: 991px) {
    .single-category-box-products {
        padding: 10px;
    }
}

.slider-indicators button {
    border: 1px solid #dddddd;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.slider-indicators button:hover {
    background: #a19cde !important;
}

.single-product {
    text-align: center;
    position: relative;
    transition: 0.4s ease;
    width: 100%;
    height: 100%;
}

.single-product:hover h6 {
    background-color: #a19cde;
    color: #ffffff;
}

.single-product img {
    height: 100%;
}

.single-product h6 {
    font-size: 14px;
    position: absolute;
    width: 90%;
    background: #ffffff;
    bottom: 0;
    text-transform: capitalize;
    padding: 5px;
    left: 50%;
    translate: -50%;
    transition: 0.4s ease;
}

@media screen and (max-width: 479px) {
    .single-product h6 {
        font-size: 12px;
    }
}

/*----- INDEX-6 CATEGORIES -----*/
.rev-6-categories {
    padding: 40px 0;
}

.rev-6-categories .rev-6-panel {
    padding: 30px;
}

@media screen and (max-width: 1399px) {
    .rev-6-categories .rev-6-panel {
        padding: 25px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-6-categories .rev-6-panel {
        padding: 20px;
    }
}

@media screen and (max-width: 479px) {
    .rev-6-categories .rev-6-panel {
        padding: 15px;
    }
}

.rev-6-categories .rev-6-panel .area-heading {
    margin-bottom: 25px;
}

.rev-6-categories .rev-6-panel .area-heading .title {
    font-size: 24px;
    font-family: "Rubik", sans-serif;
}

.category-table {
    width: 100%;
}

.category-table td {
    width: 14.2857142857%;
    border: 1px solid #ddd;
    min-width: 180px;
}

@media screen and (max-width: 1399px) {
    .category-table td {
        min-width: auto;
    }
}

@media screen and (max-width: 991px) {
    .category-table td {
        min-width: 130px;
    }
}

@media screen and (max-width: 575px) {
    .category-table td {
        min-width: 170px;
    }
}

@media screen and (max-width: 479px) {
    .category-table td {
        min-width: 155px;
    }
}

.single-category {
    text-align: center;
    padding: 25px 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .single-category {
        padding: 15px 0;
    }
}

.single-category:hover {
    color: #ff4747;
}

.single-category__img {
    width: 90px;
    height: 60px;
    object-fit: contain;
}

@media screen and (max-width: 1199px) {
    .single-category__img {
        width: 40px;
        height: 40px;
    }
}

.single-category__title {
    margin-top: 16px;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    .single-category__title {
        font-size: 16px;
    }
}

/*----- INDEX-8 CATEGORIES -----*/
.rev-8-category-section>.container>.row {
    row-gap: 25px;
}

.rev-8-single-category {
    background: #ffffff;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    text-align: left;
    padding: 20px;
}

.rev-8-single-category:hover {
    color: unset;
}

.rev-8-single-category:hover h5 {
    color: #699c47;
}

.rev-8-single-category h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    transition: 0.4s ease;
}

@media screen and (max-width: 767px) {
    .rev-8-single-category h5 {
        font-size: 20px;
    }
}

@media screen and (max-width: 575px) {
    .rev-8-single-category h5 {
        font-size: 18px;
    }
}

.rev-8-single-category img {
    border-radius: 6px;
    margin-bottom: 12px;
    line-height: 32px;
    width: 100%;
}

.rev-8-single-category li {
    font-size: 16px;
    font-weight: 500;
    line-height: 31px;
}

.rev-8-single-category li i {
    margin-right: 5px;
}

.rev-8-single-category li a:hover {
    color: #699c47;
}

/*----- INDEX-9 CATEGORIES -----*/
.rev-9-categories {
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin-top: -42px;
}

.rev-9-categories .slick-list.draggable {
    overflow: visible;
}

.rev-9-categories .slick-track {
    margin: 0 -10px;
}

@media screen and (max-width: 479px) {
    .rev-9-categories .slick-track {
        margin: 0 -5px;
    }
}

.rev-9-categories .slick-slide {
    margin: 0 10px;
}

@media screen and (max-width: 479px) {
    .rev-9-categories .slick-slide {
        margin: 0 5px;
    }
}

.rev-9-categories .rev-9-categories-slider {
    position: relative;
}

.rev-9-categories .rev-9-single-category {
    padding: 0;
}

.rev-9-categories .rev-9-single-category:hover .single-category__icon img {
    filter: brightness(1);
}

.rev-9-categories .rev-9-single-category .single-category__icon {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.226);
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    margin-bottom: 23px;
    height: 142px;
}

@media screen and (max-width: 767px) {
    .rev-9-categories .rev-9-single-category .single-category__icon {
        height: 110px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 479px) {
    .rev-9-categories .rev-9-single-category .single-category__icon {
        height: 75px;
    }
}

.rev-9-categories .rev-9-single-category .single-category__icon img {
    filter: brightness(0);
    transition: 0.4s ease;
}

@media screen and (max-width: 767px) {
    .rev-9-categories .rev-9-single-category .single-category__icon img {
        width: 70px;
        height: 70px;
        object-fit: contain;
    }
}

@media screen and (max-width: 479px) {
    .rev-9-categories .rev-9-single-category .single-category__icon img {
        width: 40px;
        height: 40px;
    }
}

.rev-9-categories .rev-9-single-category .single-category__title {
    font-family: "Inter", sans-serif;
    color: #102039;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
}

@media screen and (max-width: 1199px) {
    .rev-9-categories .rev-9-single-category .single-category__title {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .rev-9-categories .rev-9-single-category .single-category__title {
        margin-top: 10px;
        font-size: 18px;
    }
}

@media screen and (max-width: 479px) {
    .rev-9-categories .rev-9-single-category .single-category__title {
        font-size: 14px;
    }
}

.rev-9-categories .rev-9-single-category .single-category__title a:hover {
    color: #102039;
}

.rev-9-categories .rev-9-single-category .single-category__amount {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #606060;
}

@media screen and (max-width: 1199px) {
    .rev-9-categories .rev-9-single-category .single-category__amount {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {
    .rev-9-categories .rev-9-single-category .single-category__amount {
        font-size: 14px;
    }
}

/*----- INDEX-13 CATEGORIES -----*/
.rev-13-categories {
    padding: 30px 0 60px;
    overflow-x: hidden;
}

.rev-13-categories .category-section-ad {
    background: url(../images/rev-13-category-img.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .rev-13-categories .category-section-ad {
        padding: 40px;
    }
}

@media screen and (max-width: 575px) {
    .rev-13-categories .category-section-ad {
        padding: 20px 30px;
    }
}

.rev-13-categories .category-section-ad::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, #686868, rgba(255, 0, 0, 0));
    z-index: -1;
    border-radius: 5px;
}

@media screen and (max-width: 479px) {
    .rev-13-categories .category-section-ad::before {
        background: linear-gradient(to right, rgba(104, 104, 104, 0.83), rgba(104, 104, 104, 0.83));
    }
}

.rev-13-categories .category-section-ad__txt {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #ffffff;
    width: 50%;
}

@media screen and (max-width: 991px) {
    .rev-13-categories .category-section-ad__txt {
        position: static;
    }
}

@media screen and (max-width: 767px) {
    .rev-13-categories .category-section-ad__txt {
        width: 70%;
    }
}

@media screen and (max-width: 479px) {
    .rev-13-categories .category-section-ad__txt {
        width: 100%;
    }
}

.rev-13-categories .category-section-ad__txt h3 {
    font-size: 30px;
    font-weight: 600;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .rev-13-categories .category-section-ad__txt h3 {
        font-size: 27px;
    }
}

@media screen and (max-width: 575px) {
    .rev-13-categories .category-section-ad__txt h3 {
        font-size: 25px;
    }
}

@media screen and (max-width: 479px) {
    .rev-13-categories .category-section-ad__txt h3 {
        font-size: 20px;
    }
}

.rev-13-categories .category-section-ad__txt h3::before {
    content: "";
    position: absolute;
    height: 100%;
    left: -20px;
    top: 0;
    background-color: #ffffff;
    width: 3px;
}

.rev-13-categories .category-section-ad__txt .rev-13-category-ad-btn {
    border: 1px solid #fff;
    padding: 0 20px;
    padding-right: 25px;
    height: 35px;
    line-height: 35px;
    position: relative;
    border-right: 0;
    border-bottom: 0;
    clip-path: polygon(100% 0, 90% 100%, 0 100%, 0 0);
}

.rev-13-categories .category-section-ad__txt .rev-13-category-ad-btn:hover {
    color: #222222;
    background-color: #ffffff;
}

.rev-13-categories .category-section-ad__txt .rev-13-category-ad-btn::before {
    opacity: 1;
    position: absolute;
    inset: 0;
    bottom: -1px;
    content: "";
    background: white;
    clip-path: polygon(89% 95%, 99% 0, 100% 0, 90% 100%, 0 100%, 0 96%);
}

.rev-13-categories .categories-col>.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

@media screen and (max-width: 1399px) {
    .rev-13-categories .categories-col>.row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
}

.rev-13-categories .categories-col a {
    width: 100%;
}

.rev-13-categories .categories-col a:hover {
    color: #E05559;
}

.rev-13-categories .rev-13-single-category {
    background-color: #ffffff;
    position: relative;
    padding: 35px 20px 0;
    box-shadow: 0 4px 8px rgba(65, 65, 65, 0.16);
    border-radius: 4px;
    text-align: right;
}

@media screen and (max-width: 575px) {
    .rev-13-categories .rev-13-single-category {
        padding: 25px 20px 0;
    }
}

.rev-13-categories .rev-13-single-category-2 {
    background-color: #FFF3F4;
}

.rev-13-categories .rev-13-single-category-3 {
    background-color: #f5f5f5;
}

.rev-13-categories .rev-13-single-category-4 {
    background-color: #F3F7FF;
}

.rev-13-categories .rev-13-single-category .single-category-name {
    text-align: left;
}

.rev-13-categories .rev-13-single-category .discount-tag {
    position: absolute;
    top: 0;
    right: 20px;
    width: 30px;
    background: #E05559;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    clip-path: polygon(100% 0, 100% 100%, 50% 80%, 0 100%, 0 0);
    padding: 5px 0 15px;
}

/*----- INDEX-14 CATEGORIES -----*/
.rev-14-categories {
    padding: 80px 0;
}

@media screen and (max-width: 991px) {
    .rev-14-categories {
        padding: 30px 0 60px;
    }
}

.rev-14-categories .first-col,
.rev-14-categories .third-col {
    gap: 30px;
}

@media screen and (max-width: 991px) {

    .rev-14-categories .first-col,
    .rev-14-categories .third-col {
        gap: 25px;
    }
}

.rev-14-categories .single-category {
    background: url(../images/rev-14-cat-bg-1.png) no-repeat center center;
    background-size: cover;
    padding: 80px 0 50px;
    height: 100%;
    position: relative;
    z-index: 1;
}

.rev-14-categories .single-category::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.32), #000);
    z-index: -1;
    opacity: 28%;
}

.rev-14-categories .single-category__txt {
    width: 30%;
    margin-left: auto;
    font-family: "Oxanium", cursive;
    text-align: left;
    margin-right: 35px;
}

@media screen and (max-width: 1399px) {
    .rev-14-categories .single-category__txt {
        width: 40%;
    }
}

@media screen and (max-width: 1199px) {
    .rev-14-categories .single-category__txt {
        width: 60%;
        margin: auto;
    }
}

@media screen and (max-width: 767px) {
    .rev-14-categories .single-category__txt {
        width: 80%;
    }
}

.rev-14-categories .single-category__txt h5 {
    color: #ffffff;
    position: relative;
    padding-top: 18px;
    margin-bottom: 24px;
    font-family: "Oxanium", cursive;
    font-size: 25px;
    font-weight: 500;
}

.rev-14-categories .single-category__txt h5::before {
    content: "";
    position: absolute;
    top: 0;
    width: 35px;
    height: 2px;
    background-color: #ea272c;
}

.rev-14-categories .single-category__txt .rev-14-def-btn:hover {
    color: #ffffff;
}

.rev-14-categories .single-category-2 {
    background-image: url(../images/rev-14-cat-bg-2.png);
}

.rev-14-categories .single-category-2::before {
    background-image: linear-gradient(to left, transparent, rgba(23, 23, 23, 0.84), #000);
    opacity: 53%;
}

.rev-14-categories .single-category-3 {
    background-image: url(../images/rev-14-cat-bg-3.png);
}

@media screen and (max-width: 991px) {
    .rev-14-categories .single-category-3 {
        min-height: 500px;
    }
}

.rev-14-categories .single-category-3 .single-category__txt {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    inset: 0;
    top: auto;
    bottom: 50px;
}

@media screen and (max-width: 1399px) {
    .rev-14-categories .single-category-3 .single-category__txt {
        width: 70%;
    }
}

.rev-14-categories .single-category-3 .single-category__txt h5::before {
    left: 50%;
    translate: -50%;
}

.rev-14-categories .single-category-3::before {
    content: none;
}

.rev-14-categories .single-category-4 {
    background-image: url(../images/rev-14-cat-bg-4.png);
}

.rev-14-categories .single-category-4::before {
    background-image: linear-gradient(to right, #000, rgba(4, 4, 4, 0.97), transparent);
    opacity: 58%;
}

.rev-14-categories .single-category-5 {
    background-image: url(../images/rev-14-cat-bg-5.png);
}

.rev-14-categories .single-category-5 .single-category__txt {
    width: 50%;
}

@media screen and (max-width: 1399px) {
    .rev-14-categories .single-category-5 .single-category__txt {
        width: 60%;
    }
}

@media screen and (max-width: 1199px) {
    .rev-14-categories .single-category-5 .single-category__txt {
        width: 70%;
    }
}

@media screen and (max-width: 767px) {
    .rev-14-categories .single-category-5 .single-category__txt {
        width: 81%;
    }
}

.rev-14-categories .single-category-5::before {
    background-image: linear-gradient(to right, #000, transparent);
    opacity: 17%;
}

.rev-14-categories .third-col .single-category__txt {
    margin-left: 35px;
}

@media screen and (max-width: 1199px) {
    .rev-14-categories .third-col .single-category__txt {
        margin: auto;
    }
}

/*----- INDEX-15 CATEGORIES -----*/
.rev-15-category-section {
    padding-bottom: 30px;
}

.rev-15-category-section .category-row {
    display: flex;
    gap: 1px;
    flex-wrap: wrap;
    background-color: #e2e2e2;
    border: 1px solid #e2e2e2;
}

.rev-15-category-section .category-row>* {
    flex: 1 13.3333333333%;
}

@media screen and (max-width: 991px) {
    .rev-15-category-section .category-row>* {
        flex: 1 16.6666666667%;
    }
}

@media screen and (max-width: 767px) {
    .rev-15-category-section .category-row>* {
        flex: 1 20%;
    }
}

@media screen and (max-width: 479px) {
    .rev-15-category-section .category-row>* {
        flex: 1 33.3333333333%;
    }
}

.rev-15-category-section .rev-15-single-category {
    text-align: center;
    background-color: #ffffff;
    padding: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .rev-15-category-section .rev-15-single-category {
        padding: 10px;
    }
}

.rev-15-category-section .rev-15-single-category:hover {
    color: #f79300;
}

.rev-15-category-section .rev-15-single-category-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}

.rev-15-category-section .rev-15-single-category-title {
    margin-bottom: -9px;
    font-size: 18px;
    line-height: 1.2;
}

@media screen and (max-width: 1199px) {
    .rev-15-category-section .rev-15-single-category-title {
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .rev-15-category-section .rev-15-single-category-title {
        margin-bottom: -5px;
    }
}

/*----- INDEX-16 CATEGORIES -----*/
.rev-16-category-section {
    padding-top: 10px;
}

.rev-16-category-section .owl-carousel .owl-stage {
    display: flex;
}

.rev-16-category-section .rev-15-single-category {
    height: 100%;
}

.rev-16-category-row {
    background: #fff;
    padding: 15px;
}

@media screen and (max-width: 767px) {
    .rev-16-category-row {
        padding: 10px;
    }
}

@media screen and (max-width: 479px) {
    .rev-16-category-row {
        padding: 0;
    }
}

.rev-16-category-row .owl-stage-outer {
    background: rgba(0, 0, 0, 0.1);
}

.rev-16-category-row .rev-15-single-category-title {
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    .rev-16-category-row .rev-15-single-category-title {
        font-size: 14px;
    }
}

/*----- INDEX-17 CATEGORIES -----*/
.rev-17-categories {
    padding: 50px 0;
    background-color: #ffffff;
}

@media screen and (max-width: 767px) {
    .rev-17-categories {
        padding: 30px 0;
    }
}

.rev-17-categories .rev-11-categories-container {
    grid-template-columns: repeat(9, 1fr);
    gap: 20px;
}

@media screen and (max-width: 1199px) {
    .rev-17-categories .rev-11-categories-container {
        grid-template-columns: repeat(7, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .rev-17-categories .rev-11-categories-container {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .rev-17-categories .rev-11-categories-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .rev-17-categories .rev-11-categories-container {
        gap: 10px;
    }
}

@media screen and (max-width: 479px) {
    .rev-17-categories .rev-11-categories-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

.rev-17-categories .rev-11-categories-container .rev-11-single-category {
    padding: 15px 10px 10px;
    justify-content: center;
    gap: 10px;
    color: #777;
}

.rev-17-categories .rev-11-categories-container .rev-11-single-category:hover {
    box-shadow: 0 8px 16px rgba(247, 147, 0, 0.2);
}

.rev-17-categories .rev-11-categories-container .rev-11-single-category:hover .single-category__title {
    color: #f79300;
}

.rev-17-categories .rev-11-categories-container .rev-11-single-category:hover .single-category__icon i {
    color: #f79300;
}

.rev-17-categories .rev-11-categories-container .rev-11-single-category .single-category__icon i {
    font-size: 30px;
    transition: all 0.4s ease;
}

.rev-17-categories .rev-11-categories-container .rev-11-single-category .single-category__title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}

/*----- INDEX-18 CATEGORIES -----*/
.rev-18-categories .single-category:hover,
.rev-18-categories .single-category:focus {
    color: #305611;
}

.top-product {
    padding: 25px 0;
}

.top-product.top-product-2 .product-card {
    border: 1px solid rgba(41, 41, 41, 0.1);
    padding: 0 30px;
}

.top-product.top-product-2 .product-card .part-txt {
    width: calc(100% - 165px);
    padding: 30px 0;
}

.top-product.top-product-2 .product-card .part-txt .price {
    color: #e9b808;
}

.top-product.top-product-2 .product-card .part-img {
    width: 140px;
}

.top-product .product-card {
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 30px;
    transition: 0.3s;
}

.top-product .product-card .part-txt {
    width: calc(100% - 175px);
}

.top-product .product-card .part-txt .price {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #999;
    margin-top: -2px;
    margin-bottom: 11px;
}

.top-product .product-card .part-txt .price span {
    font-size: 14px;
    font-weight: 400;
    color: #F1F1F1;
    position: relative;
}

.top-product .product-card .part-txt .price span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #F1F1F1;
}

.top-product .product-card .part-txt .product-name {
    font-family: "Rubik", sans-serif;
    font-size: 26px;
    font-weight: 300;
    color: #292929;
    margin-bottom: 24px;
}

.top-product .product-card .part-txt .product-name span {
    font-weight: 500;
}

.top-product .product-card .part-img {
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-product .product-card .part-img img {
    width: auto;
    max-height: 100%;
}

.top-product .product-card:hover {
    box-shadow: 0px 0px 30px 0px rgba(41, 41, 41, 0.1);
}

/*----- INDEX-7 TOP PRODUCTS -----*/
.rev-7-top-product {
    padding: 80px 0;
}

@media screen and (max-width: 991px) {
    .rev-7-top-product {
        padding: 60px 0;
    }
}

.top-product-tab-navs .nav.nav-tabs {
    border: none;
    color: #606060;
    justify-content: flex-end;
}

@media screen and (max-width: 1399px) {
    .top-product-tab-navs .nav.nav-tabs {
        justify-content: center;
    }
}

.top-product-tab-navs .nav.nav-tabs .nav-link {
    border: none;
    color: #606060;
}

.top-product-tab-navs .nav.nav-tabs .nav-item button {
    padding-bottom: 17px;
}

@media screen and (max-width: 575px) {
    .top-product-tab-navs .nav.nav-tabs .nav-item button {
        padding-bottom: 8px;
    }
}

.top-product-tab-navs .nav.nav-tabs .nav-item button:hover {
    color: #699c47;
}

.top-product-tab-navs .nav-tabs .nav-item.show .nav-link,
.top-product-tab-navs .nav-tabs .nav-link.active {
    border-bottom: 1px solid #699c47;
    color: #699c47;
}

.products-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

@media screen and (max-width: 1399px) {
    .products-container {
        grid-template-columns: repeat(4, 1fr);
    }

    .products-container .top-product-tab-navs .nav.nav-tabs .nav-item button {
        padding: 8px 10px;
    }
}

@media screen and (max-width: 991px) {
    .products-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .products-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 479px) {
    .products-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

.single-product-card.rev-7-single-product {
    border-radius: 8px;
    padding: 0;
    border: none;
}

.rev-7-single-product:hover .add-to-cart-option {
    background: #699c47;
}

.rev-7-single-product__img {
    width: 100%;
}

.rev-7-single-product__txt {
    padding: 16px 15px 20px;
    border: 1px solid #d0e1d4;
    border-top: none;
    border-radius: 0 0 8px 8px;
}

.rev-7-single-product__info span.product-category {
    font-weight: 400;
    color: #606060;
    margin-bottom: 10px;
}

.rev-7-single-product__info a {
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 9px;
}

.rev-7-single-product__info a:hover {
    color: #699c47;
}

.rev-7-single-product__info .price {
    font-weight: 400;
    color: #699c47;
}

.rev-7-single-product__info .price .strike {
    color: #606060;
}

.rev-7-single-product__actions .quantity {
    border: none;
    height: 35px;
    width: 120px;
}

.rev-7-single-product__actions .quantity input {
    padding: 0 35px;
}

.rev-7-single-product__actions .quantity .quantity-nav {
    border: 1px solid #d0e1d4;
}

.rev-7-single-product__actions .quantity .quantity-nav .quantity-button {
    border-color: #d0e1d4;
    background: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.rev-7-single-product__actions .quantity .quantity-nav .quantity-button:hover {
    background: #699c47;
    border-color: #699c47;
}

.rev-7-single-product__actions .quantity .quantity-nav .quantity-button:last-child {
    border-color: #d0e1d4;
}

.rev-7-single-product__actions .choose-amount {
    display: grid;
    grid-template-columns: 30px 30px 30px;
    border-radius: 5px;
}

.rev-7-single-product__actions .choose-amount>* {
    border: 1px solid #d0e1d4;
    border-left: none;
}

.rev-7-single-product__actions .choose-amount>*:first-child {
    border-left: 1px solid #d0e1d4;
}

.rev-7-single-product__actions .choose-amount #product-amount {
    padding: 2px;
    text-align: center;
}

.rev-7-single-product__actions button.add-to-cart-option {
    width: 35px;
    height: 35px;
    background: #606060;
    color: #ffffff;
    border-radius: 50%;
    line-height: 38px;
    font-size: 15px;
}

.rev-7-product-tag {
    position: absolute;
    right: 0;
    transform: rotate(270deg);
    top: 15px;
    width: fit-content;
    padding: 2px 15px;
    border-radius: 15px 0 0 15px;
    color: #fff;
}

.rev-7-product-tag-1 {
    background: #699c47;
}

.rev-7-product-tag-2 {
    background: #d94242;
}

.flash-deal {
    padding: 25px 0;
}

.flash-deal .countdown-wrap {
    align-items: center;
    gap: 20px;
}

.flash-deal .countdown-wrap h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #292929;
    margin-bottom: 0;
}

.flash-deal .countdown-wrap .countdown .syotimer__body {
    display: flex;
    gap: 15px;
}

.flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #292929;
}

.flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(254, 85, 2, 0.2);
    border-radius: 3px;
}

.flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 14px;
    text-transform: capitalize;
}

.product-custom-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px 20px;
}

.product-custom-row .custom-col {
    flex: 0 0 calc(20% - 16px);
}

.single-product-card {
    border: 1px solid rgba(221, 221, 221, 0.5);
    padding-bottom: 25px;
    position: relative;
    overflow: hidden;
    animation: gridView 0.5s ease-in;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .single-product-card {
        padding: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .single-product-card {
        padding: 0;
    }
}

.single-product-card.product-card-list {
    display: flex;
    align-items: start;
    gap: 20px;
    padding-bottom: 0;
    opacity: 1;
    animation: listView 0.5s ease-in;
}

.single-product-card.product-card-list .part-img {
    width: 280px;
}

.single-product-card.product-card-list .part-txt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 300px);
    text-align: left;
    padding: 0;
}

.single-product-card.product-card-list .part-txt .product-name {
    order: 1;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.single-product-card.product-card-list .part-txt .dscr {
    order: 3;
    position: sticky;
    visibility: visible;
    font-size: 15px;
    line-height: 25px;
    color: #606060;
    margin-bottom: 21px;
}

.single-product-card.product-card-list .part-txt .star {
    order: 2;
    justify-content: flex-start;
    margin-bottom: 24px;
}

.single-product-card.product-card-list .part-txt .price {
    order: 4;
}

.single-product-card.product-card-list .part-txt .add-to-cart-btn {
    order: 5;
    position: sticky;
    visibility: visible;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    padding: 0 20px;
    transition: 0.3s;
}

.single-product-card.product-card-list .part-txt .add-to-cart-btn:hover,
.single-product-card.product-card-list .part-txt .add-to-cart-btn:focus {
    background: #999;
    border-color: #999;
    color: #ffffff;
}

.single-product-card.product-card-list .cart-option {
    left: 140px;
    top: auto;
    bottom: 30px;
}

.single-product-card .part-img {
    position: relative;
}

.single-product-card .part-img .off-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    background: #999;
    border-radius: 50%;
}

.single-product-card .part-img a {
    width: 100%;
}

.single-product-card .part-img img {
    width: 100%;
    object-fit: cover;
}

.single-product-card .part-txt {
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.single-product-card .part-txt>* {
    transition: 0.1s;
}

.single-product-card .part-txt .product-name {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    color: #000;
    margin-top: -5px;
    margin-bottom: 13px;
}

.single-product-card .part-txt .product-name a:hover {
    color: #999;
}

.single-product-card .part-txt .dscr {
    position: absolute;
    visibility: hidden;
}

.single-product-card .part-txt .price {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: #000;
    margin-bottom: 17px;
}

.single-product-card .part-txt .price span {
    font-size: 15px;
    color: #606060;
    position: relative;
    margin-right: 10px;
}

.single-product-card .part-txt .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #606060;
}

.single-product-card .part-txt .star {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    color: #606060;
}

.single-product-card .part-txt .star .rated {
    color: #ffc801;
}

.single-product-card .part-txt .add-to-cart-btn {
    position: absolute;
    visibility: hidden;
}

.single-product-card .cart-option {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%);
    perspective: 300px;
    transition: all 0.4s ease-in;
}

.single-product-card .cart-option ul {
    display: flex;
    background: #ffffff;
    box-shadow: 0px 0px 30px -5px rgba(34, 34, 34, 0.2);
    padding: 5px;
    transform: rotateX(90deg);
    transition: all 0.4s ease-in;
}

.single-product-card .cart-option ul li {
    border-left: 1px solid rgba(96, 96, 96, 0.3);
}

.single-product-card .cart-option ul li:first-child {
    border-left: 0;
}

.single-product-card .cart-option ul li a {
    font-size: 16px;
    line-height: 100%;
    padding: 7px 15px;
}

.single-product-card .cart-option ul li a:hover {
    color: #999;
}

.single-product-card:hover .cart-option ul {
    transform: rotateX(0);
}

.product-quick-view-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: url(../images/cursor.png), zoom-out;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 100;
}

.product-quick-view-panel.active {
    opacity: 1;
    visibility: visible;
}

.product-quick-view-panel.active .img {
    transform: scale(1);
    transition: 0.3s;
}

.product-quick-view-panel .img {
    max-width: 80%;
    transform: scale(0);
    cursor: context-menu;
}

.home-2 .single-product-card .part-img .off-tag {
    background: #e9b808;
}

.home-2 .single-product-card .part-txt .product-name a:hover {
    color: #e9b808;
}

.home-2 .single-product-card .cart-option ul li a:hover {
    color: #e9b808;
}

.new-arrival {
    background: #F1F1F1;
    position: relative;
}

.new-arrival.new-arrival-2 .part-txt {
    background: #ffffff;
    color: #222222;
    width: 60%;
}

.new-arrival.new-arrival-2 .part-txt .countdown-wrap h3 {
    font-weight: 700;
    color: #222222;
}

.new-arrival .part-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(34, 34, 34, 0.7);
    padding: 40px 50px;
    color: #ffffff;
}

.new-arrival .part-txt .countdown-wrap {
    text-align: center;
}

.new-arrival .part-txt .countdown-wrap p {
    font-size: 16px;
    line-height: 100%;
    margin-top: -2px;
    margin-bottom: 17px;
}

.new-arrival .part-txt .countdown-wrap h3 {
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 15px;
}

.new-arrival .part-txt .countdown-wrap .countdown {
    margin-bottom: 14px;
}

.new-arrival .part-txt .countdown-wrap .countdown .syotimer__body {
    justify-content: center;
}

.new-arrival .part-txt .countdown-wrap .countdown .syotimer__body .syotimer-cell {
    flex-direction: column;
    gap: 9px;
}

.new-arrival .part-txt .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #ffffff;
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 0;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #222222;
}

.new-arrival .part-txt .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
    color: #ffffff;
    text-transform: uppercase;
}

.new-arrival .part-txt .def-btn {
    line-height: 48px;
    border: 1px solid #e9b808;
}

.single-product-card .cart-option.cart-option-bottom {
    top: auto;
    bottom: 20px;
}

.single-product-card.product-card-list .part-img img {
    height: auto;
    min-height: auto;
}

@keyframes listView {
    0% {
        opacity: 0;
        transform: rotateX(90deg);
    }

    100% {
        opacity: 1;
        transform: rotateX(0);
    }
}

@keyframes gridView {
    0% {
        opacity: 0;
        transform: rotateX(90deg);
    }

    100% {
        opacity: 1;
        transform: rotateX(0);
    }
}

/*----- INDEX-6 FLASH DEAL SECTION STYLES-----*/
.rev-6-flash-deal {
    padding: 0 0 25px;
}

.rev-6-flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    background: rgba(255, 71, 71, 0.271);
}

.rev-6-single-product-card {
    padding-bottom: 0;
    border-radius: 8px;
}

@media screen and (max-width: 991px) {
    .rev-6-single-product-card {
        padding: 0 !important;
    }
}

.rev-6-single-product-card .part-img {
    width: 100%;
}

.rev-6-single-product-card .part-img .rev-6-off-tag {
    border-radius: 0 5px 5px 0px;
    height: 25px;
    width: auto;
    padding: 0 15px;
    line-height: 25px;
    left: 0;
    background: #ff4747;
}

@media screen and (max-width: 991px) {
    .rev-6-single-product-card .part-img .rev-6-off-tag {
        width: auto !important;
    }
}

.rev-6-single-product-card .part-img a {
    width: 100%;
}

.rev-6-single-product-card .part-img a img {
    border-radius: 5px;
    width: 100%;
}

.rev-6-single-product-card .cart-option ul li a:hover {
    color: #ff4747;
}

.rev-6-single-product-card .part-txt {
    text-align: left;
    font-family: "Rubik", sans-serif;
    padding: 20px;
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .rev-6-single-product-card .part-txt {
        padding: 20px !important;
    }
}

@media screen and (max-width: 991px) {
    .rev-6-single-product-card .part-txt {
        padding: 15px !important;
    }
}

.rev-6-single-product-card .part-txt .product-name {
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    .rev-6-single-product-card .part-txt .product-name {
        margin-top: 0 !important;
    }
}

.rev-6-single-product-card .part-txt .product-name a:hover {
    color: #ff4747;
}

.rev-6-single-product-card .part-txt .price {
    margin-bottom: 6px;
}

.rev-6-single-product-card .part-txt .sold-amount {
    font-weight: 400;
    font-size: 15px;
    color: #606060;
}

.panel .panel-header::after {
    background: #ff4747;
}

.panel .panel-header .explore-section {
    text-transform: capitalize;
    color: #ff4747;
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.rev-6-panel {
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

/*----- INDEX-5 FLASH DEAL SECTION STYLES-----*/
.rev-5-flash-deal {
    padding: 15px 0 0;
}

.rev-5-flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    background: rgba(247, 66, 88, 0.2);
}

.rev-5-flash-deal .rev-5-single-product-card .part-img .off-tag {
    background: #f74258;
}

.rev-5-single-product-card {
    padding-bottom: 0;
}

@media screen and (max-width: 991px) {
    .rev-5-single-product-card {
        padding: 0 !important;
    }
}

.rev-5-single-product-card .part-txt {
    padding: 20px;
}

@media screen and (max-width: 1399px) {
    .rev-5-single-product-card .part-txt {
        padding: 15px;
    }
}

.rev-5-single-product-card .part-txt .product-name a:hover {
    color: #f74258;
}

/*----- INDEX-7 FLASH SALE AND NEWEST PRODUCTS SECTION STYLES-----*/
.rev-7-flash-newest.rev-7-top-product .rev-7-section-heading>.row {
    row-gap: 20px;
}

.rev-7-flash-newest.rev-7-top-product .rev-7-section-heading h2 {
    font-size: 35px;
}

.rev-7-flash-newest.rev-7-top-product .flash-sale-container {
    text-align: center;
}

.rev-7-flash-newest.rev-7-top-product .flash-sale-heading {
    border: none;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .rev-7-flash-newest.rev-7-top-product .flash-sale-heading img {
        width: 30px;
    }
}

@media screen and (max-width: 991px) {
    .rev-7-flash-newest.rev-7-top-product .flash-sale-heading h2 {
        font-size: 25px;
    }
}

.rev-7-flash-newest.rev-7-top-product .flash-sale-heading>div {
    gap: 10px;
}

.rev-7-flash-newest.rev-7-top-product .flash-sale-heading .flash-sale-title {
    margin-top: 0;
}

.rev-7-flash-newest.rev-7-top-product .flash-sale-heading .slider-nav {
    display: flex;
}

.rev-7-flash-newest.rev-7-top-product .flash-sale-heading .slider-nav>button {
    width: 40px;
    height: 40px;
    border: 2px solid #dedede;
    border-radius: 50%;
    font-size: 20px;
    line-height: 40px;
    color: #dedede;
}

.rev-7-flash-newest.rev-7-top-product .flash-sale-heading .slider-nav>button:hover {
    color: #699c47;
    border-color: #699c47;
}

.rev-7-flash-newest.rev-7-top-product .flash-sale-card {
    border: 2px solid #d0e1d4;
    border-radius: 8px;
    text-align: center;
    padding: 45px 20px;
    position: relative;
}

.rev-7-flash-newest.rev-7-top-product .flash-sale-card img {
    margin: auto;
    margin-bottom: 38px;
}

.rev-7-flash-newest.rev-7-top-product .flash-sale-card h5 {
    margin-bottom: 9px;
    font-size: 22px;
    font-weight: 600;
}

.rev-7-flash-newest.rev-7-top-product .flash-sale-card .price {
    margin-bottom: 12px;
    font-size: 18px;
    color: #222222;
    font-weight: 500;
}

.rev-7-flash-newest.rev-7-top-product .flash-sale-card .price .strike {
    color: #a0a0a0;
}

.rev-7-flash-newest.rev-7-top-product .flash-sale-card .star {
    margin-bottom: 15px;
    color: #fdce2c;
}

.rev-7-flash-newest.rev-7-top-product .flash-sale-card .flash-deal {
    padding: 0;
    margin-bottom: 25px;
}

.rev-7-flash-newest.rev-7-top-product .flash-sale-card .flash-deal .countdown-wrap .countdown .syotimer__body {
    justify-content: center;
}

.rev-7-flash-newest.rev-7-top-product .flash-sale-card .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    background: #699c47;
    color: #ffffff;
}

.rev-7-flash-newest.rev-7-top-product .flash-sale-card .stock {
    margin-bottom: 0;
    color: #699c47;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

.rev-7-flash-newest.rev-7-top-product .flash-sale-card .stock span {
    color: #606060;
}

.rev-7-flash-newest.rev-7-top-product .special-area {
    background: url(../images/bg/special-are-bg.png) no-repeat 0 0;
    background-size: cover;
    color: #ffffff;
    text-align: center;
    padding: 64px 50px;
    position: relative;
    z-index: 0;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
}

.rev-7-flash-newest.rev-7-top-product .special-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.7);
    z-index: -1;
}

.rev-7-flash-newest.rev-7-top-product .special-area span {
    margin-bottom: 2px;
}

.rev-7-flash-newest.rev-7-top-product .special-area h3 {
    line-height: 30px;
    font-size: 22px;
    margin-bottom: 18px;
}

.rev-7-flash-newest.rev-7-top-product .top-product-tab-navs .nav.nav-tabs .nav-item button {
    padding-bottom: 0;
}

.rev-7-flash-newest.rev-7-top-product .top-product-tab-navs .nav-tabs .nav-item.show .nav-link,
.rev-7-flash-newest.rev-7-top-product .top-product-tab-navs .nav-tabs .nav-link.active {
    border: 0;
}

.rev-7-flash-newest.rev-7-top-product .rev-7-section-heading {
    border: 0;
    margin-bottom: 30px;
}

.rev-7-flash-newest.rev-7-top-product .products-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media screen and (max-width: 1399px) {
    .rev-7-flash-newest.rev-7-top-product .rev-7-section-heading>.row {
        row-gap: 20px;
    }

    .rev-7-flash-newest.rev-7-top-product .rev-7-section-heading h2 {
        text-align: center;
    }

    .rev-7-flash-newest.rev-7-top-product .flash-sale-heading {
        flex-direction: column;
        row-gap: 15px;
        margin-bottom: 18px;
    }

    .rev-7-flash-newest.rev-7-top-product .flash-sale-card {
        padding: 35px 15px;
    }

    .rev-7-flash-newest.rev-7-top-product .flash-sale-card h5 {
        font-size: 20px;
    }

    .rev-7-flash-newest.rev-7-top-product .flash-sale-card .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell {
        flex-direction: column;
    }

    .rev-7-flash-newest.rev-7-top-product .flash-sale-img {
        width: 165px;
        margin: auto;
    }

    .rev-7-flash-newest.rev-7-top-product .special-area {
        padding: 40px 25px;
    }

    .rev-7-flash-newest.rev-7-top-product .special-area h3 {
        font-style: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-7-flash-newest.rev-7-top-product .flash-sale-heading .flash-sale-title {
        text-align: left;
    }

    .rev-7-flash-newest.rev-7-top-product .products-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .rev-7-flash-newest.rev-7-top-product>.container>.row {
        row-gap: 30px;
    }

    .rev-7-flash-newest.rev-7-top-product .flash-sale-heading {
        flex-direction: row;
    }

    .rev-7-flash-newest.rev-7-top-product .flash-sale-card {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
    }

    .rev-7-flash-newest.rev-7-top-product .flash-sale-img {
        width: unset;
        margin: 0;
    }

    .rev-7-flash-newest.rev-7-top-product .flash-sale-img img {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .rev-7-flash-newest.rev-7-top-product .rev-7-section-heading h2 {
        font-size: 30px;
    }

    .rev-7-flash-newest.rev-7-top-product .flash-sale-card {
        gap: 15px;
    }

    .rev-7-flash-newest.rev-7-top-product .flash-sale-card .rev-7-product-tag {
        right: 0;
        left: 15px;
    }

    .rev-7-flash-newest.rev-7-top-product .products-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .rev-7-flash-newest.rev-7-top-product .rev-7-section-heading h2 {
        font-size: 28px;
    }

    .rev-7-flash-newest.rev-7-top-product .flash-sale-card {
        display: block;
    }
}

@media screen and (max-width: 479px) {
    .rev-7-flash-newest.rev-7-top-product .rev-7-section-heading h2 {
        font-size: 25px;
    }

    .rev-7-flash-newest.rev-7-top-product .products-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*----- INDEX-10 FLASH SALE SECTION STYLES-----*/
.rev-10-flash-sale {
    padding: 47px 0 80px;
    text-align: center;
    overflow-x: hidden;
}

@media screen and (max-width: 991px) {
    .rev-10-flash-sale {
        padding: 60px 0;
    }
}

.rev-10-flash-sale .rev-10-def-btn:hover {
    box-shadow: 0 6px 12px rgba(36, 124, 198, 0.25);
}

.rev-10-products-slider {
    overflow: hidden;
}

.rev-10-products-slider-container {
    position: relative;
    margin-bottom: 65px;
}

@media screen and (max-width: 991px) {
    .rev-10-products-slider-container {
        margin-bottom: 35px;
    }
}

.rev-10-products-slider-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    translate: -50% -50%;
    visibility: hidden;
}

.rev-10-products-slider-nav button {
    background: #2f61d2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 44px;
    font-size: 18px;
    color: #ffffff;
    visibility: visible;
}

.rev-10-products-slider-nav button:hover {
    box-shadow: 0 6px 12px rgba(36, 124, 198, 0.25);
}

.rev-10-products-slider .slick-list {
    margin: 0 -13px;
}

@media screen and (max-width: 1199px) {
    .rev-10-products-slider .slick-list {
        margin: 0 -9px;
    }
}

.rev-10-single-product {
    border: 1px solid #2f61d2;
    margin: 0 15px;
    padding: 35px;
    border-radius: 6px;
    text-align: center;
    transition: border-radius 0.4s ease;
}

@media screen and (max-width: 1399px) {
    .rev-10-single-product {
        padding: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-10-single-product {
        padding: 15px;
        margin: 0 10px;
    }
}

.rev-10-single-product:hover {
    border-radius: 0;
}

.rev-10-single-product:hover .rev-10-single-product-actions button {
    opacity: 1;
    transform: translateX(0);
}

.rev-10-single-product__img {
    position: relative;
    margin-bottom: 19px;
}

.rev-10-single-product-actions {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    display: flex;
    flex-direction: column;
    right: 10px;
    gap: 10px;
}

@media screen and (max-width: 991px) {
    .rev-10-single-product-actions {
        gap: 5px;
    }
}

.rev-10-single-product-actions button {
    color: #2f61d2;
    font-size: 16px;
    background: transparent;
    width: 35px;
    height: 35px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.rev-10-single-product-actions button:hover {
    background-color: #2f61d2;
    width: 35px;
    height: 35px;
    color: #ffffff;
    box-shadow: 0 6px 12px rgba(36, 124, 198, 0.25);
}

.rev-10-single-product-actions button:nth-child(2) {
    transition-delay: 0.1s;
}

.rev-10-single-product-actions button:nth-child(3) {
    transition-delay: 0.2s;
}

.rev-10-single-product-actions button:nth-child(4) {
    transition-delay: 0.3s;
}

.rev-10-single-product__txt {
    padding: 0 20px;
    margin-bottom: -6px;
}

.rev-10-single-product__title {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 4px;
}

@media screen and (max-width: 1199px) {
    .rev-10-single-product__title {
        font-size: 14px;
    }
}

.rev-10-single-product__price {
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #2f61d2;
}

@media screen and (max-width: 991px) {
    .rev-10-single-product__price {
        font-size: 16px;
    }
}

/*----- INDEX-11 FLASH SALE SECTION STYLES-----*/
.rev-11-flash-sale {
    padding-bottom: 50px;
}

.rev-11-single-product {
    border: none;
    padding: 0;
}

.rev-11-single-product:hover .single-product__actions {
    scale: 1 1;
}

.rev-11-single-product .single-product__txt {
    padding: 27px 30px 23px;
}

@media screen and (max-width: 1399px) {
    .rev-11-single-product .single-product__txt {
        padding: 17px 20px 13px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-11-single-product .single-product__txt {
        padding: 7px 10px 3px;
    }
}

.rev-11-single-product .single-product__title {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: left;
}

.rev-11-single-product .single-product__actions {
    position: absolute;
    bottom: 15px;
    left: 50%;
    translate: -50% 0;
    transition: 0.4s ease;
    background-color: #ffffff;
    scale: 1 0;
    display: flex;
    padding: 5px;
    gap: 5px;
    border-radius: 40px;
}

.rev-11-single-product .single-product__actions button {
    transition: all 0.4s ease;
    width: 40px;
    height: 40px;
    line-height: 44px;
    transition: 0.4s ease;
    transition-property: color, background, border-radius;
}

.rev-11-single-product .single-product__actions button:hover {
    background-color: #2B4A41;
    color: #ffffff;
    border-radius: 50%;
}

.rev-11-single-product .single-product__price {
    text-align: right;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1199px) {
    .rev-11-single-product .single-product__price {
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }
}

.rev-11-single-product .single-product__price .current-price {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    color: #2B4A41;
}

.rev-11-single-product .single-product__price .prev-price {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #a2a2a2;
}

/*----- INDEX-13 FLASH SALE SECTION STYLES-----*/
.rev-13-flash-sale {
    padding-bottom: 60px;
}

@media screen and (max-width: 479px) {
    .rev-13-flash-sale {
        padding-bottom: 30px;
    }
}

.rev-13-flash-sale .products-container {
    gap: 30px;
    justify-content: center;
}

@media screen and (max-width: 1399px) {
    .rev-13-flash-sale .products-container {
        gap: 20px;
    }
}

@media screen and (max-width: 575px) {
    .rev-13-flash-sale .products-container {
        gap: 15px;
    }
}

@media screen and (max-width: 479px) {
    .rev-13-flash-sale .products-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

.rev-13-single-product {
    padding-bottom: 0;
    border-radius: 2px;
}

@media screen and (max-width: 991px) {
    .rev-13-single-product {
        padding: 0 !important;
    }
}

.rev-13-single-product:hover .single-product__actions button {
    opacity: 1;
    translate: 0 0;
}

.rev-13-single-product:hover .single-product__img-action.quick-view {
    opacity: 1;
    pointer-events: auto;
    top: 50%;
}

.rev-13-single-product .single-product__img {
    padding: 35px 25px;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
}

@media screen and (max-width: 1399px) {
    .rev-13-single-product .single-product__img {
        padding: 15px;
    }
}

@media screen and (max-width: 479px) {
    .rev-13-single-product .single-product__img {
        padding: 5px;
    }
}

.rev-13-single-product .single-product__img-action.quick-view {
    position: absolute;
    top: 55%;
    left: 50%;
    translate: -50% -50%;
    background: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #E05559;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.38);
    opacity: 0;
    pointer-events: none;
}

.rev-13-single-product .single-product__img .discount-tag {
    position: absolute;
    top: 7px;
    right: 25px;
    background: #E05559;
    padding: 0 5px;
    border-radius: 3px;
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.rev-13-single-product .single-product__actions {
    display: flex;
    justify-content: center;
    gap: 5px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    translate: -50%;
}

.rev-13-single-product .single-product__actions button {
    color: #E05559;
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 34px;
    transition: 0.4s ease;
    opacity: 0;
    translate: 0 10px;
}

.rev-13-single-product .single-product__actions button:nth-child(2) {
    transition-delay: 0.1s;
}

.rev-13-single-product .single-product__actions button:nth-child(3) {
    transition-delay: 0.2s;
}

.rev-13-single-product .single-product__actions button:hover {
    background-color: #E05559;
    color: #ffffff;
    border-radius: 50%;
}

.rev-13-single-product .single-product__txt {
    display: flex;
    padding: 7px 20px;
    align-items: center;
}

@media screen and (max-width: 1399px) {
    .rev-13-single-product .single-product__txt {
        padding: 7px 15px;
        flex-direction: column;
        align-items: start;
        row-gap: 5px;
    }
}

@media screen and (max-width: 479px) {
    .rev-13-single-product .single-product__txt {
        padding: 7px;
    }
}

.rev-13-single-product .single-product__title {
    margin-bottom: 0;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-weight: 400;
}

@media screen and (max-width: 479px) {
    .rev-13-single-product .single-product__title {
        font-size: 11px;
    }
}

.rev-13-single-product .single-product__price {
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #E05559;
}

@media screen and (max-width: 479px) {
    .rev-13-single-product .single-product__price {
        font-size: 11px;
    }
}

/*----- INDEX-13 TOP TRENDING ----- */
.rev-13-top-trending .rev-13-trending-slider-nav {
    display: flex;
    gap: 10px;
}

.rev-13-top-trending .rev-13-trending-slider-nav button {
    padding: 0;
    width: 40px;
}

/*----- INDEX-14 FLASH SALE SECTION STYLES-----*/
@media screen and (max-width: 991px) {
    .rev-14-single-product {
        padding-bottom: 0 !important;
    }
}

.rev-14-single-product .single-product__tag {
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #ea272c;
    color: #ffffff;
    padding: 5px 10px;
}

.rev-14-single-product .single-product__actions button {
    color: #ea272c;
}

.rev-14-single-product .single-product__actions button:hover {
    background-color: #ea272c;
}

.rev-14-single-product .single-product__price .current-price {
    color: #ea272c;
}

/*----- INDEX-15 FLASH SALE SECTION STYLES-----*/
.rev-15-flash-sale {
    padding: 30px 0;
}

.rev-15-flash-sale.rev-16-flash-sale .flash-sale-products {
    border-radius: 0;
}

.rev-15-flash-sale .flash-sale-products {
    border-radius: 5px;
    background-color: #ffffff;
}

.rev-15-flash-sale .flash-sale-products__heading {
    padding: 0 0 15px;
    margin-bottom: 0px;
    row-gap: 10px;
}

.rev-15-flash-sale .flash-sale-products__heading .rev-15-section-title {
    margin-bottom: 0;
}

.rev-15-flash-sale .flash-sale-products__heading .countdown-wrap {
    padding-top: 0;
}

.rev-15-flash-sale .rev-7-single-product {
    border-radius: 0px;
    background-color: #ffffff;
}

.rev-15-flash-sale .rev-7-single-product:hover .add-to-cart-option {
    background-color: #f79300;
}

.rev-15-flash-sale .rev-7-single-product__img {
    height: 260px;
    object-fit: cover;
}

.rev-15-flash-sale .rev-7-single-product__txt {
    border-radius: 0 0 5px 5px;
    border-color: #ddd;
}

.rev-15-flash-sale .rev-7-single-product__info {
    margin-bottom: 10px;
}

.rev-15-flash-sale .rev-7-single-product__info a {
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    .rev-15-flash-sale .rev-7-single-product__info a {
        font-size: 15px;
    }
}

.rev-15-flash-sale .rev-7-single-product__info a:hover {
    color: #f79300;
}

.rev-15-flash-sale .rev-7-single-product__info .price {
    justify-content: flex-start;
    font-size: 16px;
    gap: 5px;
    color: #f79300;
    display: flex;
}

@media screen and (max-width: 1199px) {
    .rev-15-flash-sale .rev-7-single-product__info .price {
        font-size: 15px;
    }
}

.rev-15-flash-sale .rev-7-single-product__info span.product-category {
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .rev-15-flash-sale .rev-7-single-product__info span.product-category {
        font-size: 14px;
    }
}

.rev-15-flash-sale .rev-7-single-product__actions .quantity .quantity-nav {
    border: 1px solid rgba(247, 147, 0, 0.25);
}

.rev-15-flash-sale .rev-7-single-product__actions .quantity .quantity-nav .quantity-button {
    border-color: rgba(247, 147, 0, 0.25);
}

.rev-15-flash-sale .rev-7-single-product__actions .quantity .quantity-nav .quantity-button:hover {
    background-color: #f79300;
}

/*----- INDEX-15 PRODUCTS SECTION STYLES-----*/
.rev-15-products {
    padding: 0 0 60px;
}

@media screen and (max-width: 991px) {
    .rev-15-products {
        padding: 0 0 40px;
    }
}

.rev-15-products.rev-16-products .products-container {
    background: #fff;
    padding: 15px;
}

.rev-15-products .products-container {
    gap: 15px;
}

.rev-15-products .rev-15-def-btn {
    margin: auto;
    margin-top: 20px;
    width: max-content;
    display: block;
}

/*----- INDEX-16 FLASH SALE SECTION STYLES-----*/
.rev-16-flash-sale .rev-15-section-heading {
    margin-bottom: 0;
    row-gap: 10px;
}

.rev-16-flash-sale .flash-deal .countdown-wrap {
    padding-top: 0;
}

.rev-16-flash-sale .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    background: rgba(247, 147, 0, 0.3);
}

.rev-16-flash-sale .flash-sale-products {
    padding: 15px;
}

.rev-16-flash-sale .flash-sale-slider {
    padding-bottom: 5px;
}

.rev-16-flash-sale .flash-sale-slider .rev-9-single-product {
    border: none;
}

.rev-9-single-product.rev-16-single-product {
    border: 1px solid rgba(34, 34, 34, 0.07);
    box-shadow: none;
}

@media screen and (max-width: 991px) {
    .rev-9-single-product.rev-16-single-product {
        padding-bottom: 0;
    }
}

.rev-9-single-product.rev-16-single-product .rev-9-single-product__img img {
    height: 260px;
    object-fit: cover;
}

@media screen and (max-width: 1199px) {
    .rev-9-single-product.rev-16-single-product .rev-9-single-product__img img {
        height: 180px;
    }
}

@media screen and (max-width: 767px) {
    .rev-9-single-product.rev-16-single-product .rev-9-single-product__img img {
        height: 200px;
    }
}

.rev-9-single-product.rev-16-single-product .rev-9-single-product__actions button:hover {
    background-color: #f79300;
}

.rev-9-single-product.rev-16-single-product .rev-9-single-product__txt {
    padding: 15px 10px;
}

.rev-9-single-product.rev-16-single-product .rev-9-single-product__title {
    font-size: 18px;
    font-weight: 500;
    color: #3d3d3d;
    margin-bottom: 8px;
}

@media screen and (max-width: 1199px) {
    .rev-9-single-product.rev-16-single-product .rev-9-single-product__title {
        font-size: 16px;
    }
}

.rev-9-single-product.rev-16-single-product .rev-9-single-product__title a:hover {
    color: #f79300;
}

.rev-9-single-product.rev-16-single-product .rev-9-single-product__rating {
    color: #e5ab1a;
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .rev-9-single-product.rev-16-single-product .rev-9-single-product__rating {
        font-size: 12px;
    }
}

.rev-9-single-product.rev-16-single-product .rev-9-single-product__price {
    margin-bottom: 0;
}

.rev-9-single-product.rev-16-single-product .rev-9-single-product__price span.current-price {
    font-size: 18px;
    color: #3e3e3e;
}

@media screen and (max-width: 1199px) {
    .rev-9-single-product.rev-16-single-product .rev-9-single-product__price span.current-price {
        font-size: 16px;
    }
}

.rev-9-single-product.rev-16-single-product .rev-9-single-product__price span.prev-price {
    font-size: 16px;
    color: #777;
}

@media screen and (max-width: 1199px) {
    .rev-9-single-product.rev-16-single-product .rev-9-single-product__price span.prev-price {
        font-size: 14px;
    }
}

/*----- INDEX-18 FLASH SALE SECTION STYLES-----*/
.rev-18-flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    background-color: rgba(48, 86, 17, 0.27);
}

.rev-18-panel .panel-header::after {
    background-color: #305611;
}

.rev-18-panel .panel-header .explore-section {
    color: #305611;
}

.rev-18-single-product-card .part-img .rev-6-off-tag {
    background-color: #305611;
}

.rev-18-single-product-card .cart-option ul li a:hover {
    color: #305611;
}

.rev-18-single-product-card .part-txt .product-name a:hover {
    color: #305611;
}

.popular-categories {
    padding: 25px 0;
}

.popular-categories .custom-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 18px;
}

.popular-categories .custom-row .custom-col {
    width: calc(12.5% - 15.8px);
}

.popular-categories .custom-row .custom-col .category-card .part-img {
    margin-bottom: 15px;
}

.popular-categories .custom-row .custom-col .category-card .part-img a {
    min-height: 137px;
}

.popular-categories .custom-row .custom-col .category-card .part-txt {
    text-align: center;
}

.popular-categories .custom-row .custom-col .category-card .part-txt h3 {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    text-transform: capitalize;
    color: #222222;
    margin-top: -1px;
    margin-bottom: -3px;
}

.popular-categories .custom-row .custom-col .category-card .part-txt h3 a:hover {
    color: #999;
}

.popular-categories-2 {
    padding: 25px 0;
}

.popular-categories-2 .custom-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.popular-categories-2 .custom-row .custom-col {
    width: calc(25% - 15px);
}

.popular-categories-2 .custom-row .custom-col .category-card a {
    display: flex;
    gap: 15px;
    align-items: center;
    border: 1px solid rgba(96, 96, 96, 0.2);
    padding: 15px;
    transition: 0.3s;
}

.popular-categories-2 .custom-row .custom-col .category-card a .part-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(96, 96, 96, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.03);
}

.popular-categories-2 .custom-row .custom-col .category-card a .part-icon span {
    height: 50px;
    font-size: 40px;
    color: #606060;
    transition: 0.3s;
}

.popular-categories-2 .custom-row .custom-col .category-card a .part-txt {
    width: calc(100% - 65px);
    display: flex;
    justify-content: space-between;
}

.popular-categories-2 .custom-row .custom-col .category-card a .part-txt span {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #606060;
    transition: 0.3s;
}

.popular-categories-2 .custom-row .custom-col .category-card a .part-txt .quantity-box {
    font-size: 14px;
    opacity: 0.7;
}

.popular-categories-2 .custom-row .custom-col .category-card a:hover {
    border-color: transparent;
    box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.popular-categories-2 .custom-row .custom-col .category-card a:hover .part-icon span {
    color: #e9b808;
    opacity: 1;
}

.popular-categories-2 .custom-row .custom-col .category-card a:hover .part-txt span:not(.quantity) {
    color: #e9b808;
}

/*----- INDEX-5-POPULAR-CATEGORIES STYLES -----*/
.rev-5-popular-categories {
    padding: 50px 0 25px;
}

.rev-5-popular-categories .custom-row .custom-col .category-card .part-txt h3 a:hover {
    color: #f74258;
}

/*----- INDEX-11-POPULAR-CATEGORIES STYLES -----*/
.rev-11-categories {
    padding: 80px 0;
}

@media screen and (max-width: 991px) {
    .rev-11-categories {
        padding: 60px 0;
    }
}

.rev-11-categories .category-section-heading .section-title {
    font-family: "Josefin Sans", sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
    .rev-11-categories .category-section-heading .section-title {
        margin-bottom: 4px;
    }
}

@media screen and (max-width: 575px) {
    .rev-11-categories .category-section-heading .section-title {
        font-size: 25px;
    }
}

.rev-11-categories .category-section-heading .section-description {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #6e6e6e;
    font-weight: 400;
    margin-bottom: 47px;
}

@media screen and (max-width: 991px) {
    .rev-11-categories .category-section-heading .section-description {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 575px) {
    .rev-11-categories .category-section-heading .section-description {
        font-size: 14px;
    }
}

.rev-11-categories-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

@media screen and (max-width: 1199px) {
    .rev-11-categories-container {
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
    }
}

@media screen and (max-width: 767px) {
    .rev-11-categories-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 575px) {
    .rev-11-categories-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

.rev-11-categories-container .rev-11-single-category {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #e1e1e1;
    transition: box-shadow 0.4s ease;
}

@media screen and (max-width: 479px) {
    .rev-11-categories-container .rev-11-single-category {
        padding: 0;
        justify-content: center;
    }
}

.rev-11-categories-container .rev-11-single-category:hover {
    box-shadow: 0 8px 16px rgba(12, 138, 101, 0.2);
}

.rev-11-categories-container .rev-11-single-category:hover .single-category__title {
    color: #2B4A41;
}

.rev-11-categories-container .rev-11-single-category .single-category__title {
    margin-top: 0;
    text-transform: capitalize;
    transition: color 0.4s ease;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

@media screen and (max-width: 479px) {
    .rev-11-categories-container .rev-11-single-category .single-category__title {
        font-size: 12px;
    }
}

.recently-viewed-banner {
    height: 100%;
    background: url(../images/new-arrival-3.png) no-repeat 0 0;
    background-size: cover;
    padding: 35px 0;
}

.recently-viewed .new-arrival-3 .part-txt {
    text-align: center;
    color: #ffffff;
}

.recently-viewed .new-arrival-3 .part-txt p {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 14px;
}

.recently-viewed .new-arrival-3 .part-txt h3 {
    font-size: 28px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 16px;
}

.recently-viewed .new-arrival-3 .part-txt .def-btn-2 {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.recently-viewed .new-arrival-3 .part-txt .def-btn-2:hover {
    background: #ffffff;
    color: #e9b808;
}

.recently-viewed .recent-view-slide-nav .owl-nav {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    margin-bottom: -6px;
}

.recently-viewed .recent-view-slide-nav .owl-nav button {
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 23px;
    border: 1px solid rgba(34, 34, 34, 0.07);
    background: #f0f2f9;
    color: #222222;
    font-size: 13px;
}

.recently-viewed .recent-view-slide-nav .owl-nav button.disabled {
    color: rgba(34, 34, 34, 0.5);
}

.recently-viewed .recent-view-slide-nav .owl-nav button.disabled:hover {
    background: #f0f2f9;
    color: rgba(34, 34, 34, 0.5);
}

.recently-viewed .recent-view-slide-nav .owl-nav button:hover {
    color: #ffffff;
    background: #e9b808;
}

.recently-viewed .recent-view-slider .single-slider {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.recently-viewed .single-product-card-2 {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #ddd;
    padding: 20px;
    transition: 0.3s;
}

.recently-viewed .single-product-card-2 .part-img {
    width: 145px;
    height: 140px;
}

.recently-viewed .single-product-card-2 .part-txt {
    width: calc(100% - 160px);
}

.recently-viewed .single-product-card-2 .part-txt .category {
    display: block;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #606060;
    margin-top: -2px;
    margin-bottom: 15px;
}

.recently-viewed .single-product-card-2 .part-txt .title {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    color: #222222;
    margin-bottom: 10px;
}

.recently-viewed .single-product-card-2 .part-txt .title:hover {
    color: #606060;
}

.recently-viewed .single-product-card-2 .part-txt .star {
    font-size: 12px;
    line-height: 100%;
    color: #606060;
    margin-bottom: 18px;
}

.recently-viewed .single-product-card-2 .part-txt .star .rated {
    color: #ffc801;
}

.recently-viewed .single-product-card-2 .part-txt .star span {
    font-family: "Rubik", sans-serif;
}

.recently-viewed .single-product-card-2 .part-txt .price {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #e9b808;
    margin-bottom: -3px;
}

.recently-viewed .single-product-card-2 .part-txt .price span {
    font-size: 14px;
    font-weight: 400;
    color: #606060;
    position: relative;
}

.recently-viewed .single-product-card-2 .part-txt .price span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #222222;
}

.recently-viewed .single-product-card-2:hover {
    border-color: #e9b808;
}

/*----- INDEX-4 RECENTLY VIEWED STYLES -----*/
.rev-4-recent-view .panel .panel-header .text-end {
    height: auto;
}

.rev-4-recent-view .panel-header::after {
    background: #a19cde;
}

.rev-4-recent-view .panel-header .recent-view-slide-nav button {
    width: 35px;
    height: 35px;
    border: 1px solid #979797;
    border-radius: 50%;
    line-height: 35px;
    color: #979797;
    text-align: center;
}

.rev-4-recent-view .panel-header .recent-view-slide-nav button:hover {
    border-color: #a19cde;
    background-color: #a19cde;
    color: #ffffff;
}

.rev-4-recent-view-products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.rev-4-recent-view-products .owl-item>.row {
    row-gap: 20px;
}

@media screen and (max-width: 575px) and (min-width: 480px) {
    .rev-4-recent-view-products .single-product-card-2 {
        flex-direction: column !important;
    }
}

.rev-4-recent-view-products .single-product-card-2:hover {
    border-color: #a19cde;
}

@media screen and (max-width: 575px) {
    .rev-4-recent-view-products .single-product-card-2 .part-img {
        width: 100px !important;
        height: 100px !important;
    }
}

@media screen and (max-width: 575px) {
    .rev-4-recent-view-products .single-product-card-2 .part-txt {
        width: calc(100% - 10px) !important;
    }
}

.rev-4-recent-view-products .single-product-card-2 .part-txt .star i {
    color: #ffd700;
}

.rev-4-recent-view-products .single-product-card-2 .part-txt .price {
    color: #a19cde;
}

.hot-deal-banner {
    padding: 25px 0;
}

.hot-deal-banner .bg {
    background: url(../images/hot-deal-banner-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 90px 60px;
}

.hot-deal-banner .bg .banner-txt h2 {
    font-size: 40px;
    line-height: 100%;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: -6px;
    margin-bottom: 21px;
}

.hot-deal-banner .bg .banner-txt h2 span {
    font-weight: 700;
}

.hot-deal-banner .bg .banner-txt p {
    font-size: 20px;
    line-height: 100%;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    padding-bottom: 28px;
    margin-bottom: 30px;
    position: relative;
}

.hot-deal-banner .bg .banner-txt p:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 1px;
    background: #ffffff;
}

.hot-deal-banner .bg .banner-txt .countdown {
    margin-bottom: 30px;
}

.hot-deal-banner .bg .banner-txt .countdown .syotimer__body {
    display: flex;
}

.hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell {
    text-align: center;
    padding: 0 25px;
    position: relative;
}

.hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(-50%);
    width: 1px;
    height: 40px;
    background: #ffffff;
}

.hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-family: "Rubik", sans-serif;
    font-size: 40px;
    line-height: 100%;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
    font-size: 15px;
    line-height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: -2px;
}

.hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell:first-child {
    padding-left: 0;
}

.hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell:last-child {
    padding-right: 0;
}

.hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell:last-child:after {
    display: none;
}

/*----- INDEX 16 HOT DEAL SECTION STYLES -----*/
.rev-16-hot-deal .hot-deal-slider-nav {
    display: flex;
    gap: 10px;
}

.rev-16-hot-deal .hot-deal-slider-nav button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #2f2f2f;
    border-radius: 50%;
    border: 1px solid rgba(34, 34, 34, 0.15);
}

.rev-16-hot-deal .hot-deal-slider-nav button:hover {
    color: #ffffff;
    background-color: #222222;
}

.rev-16-hot-deal .hot-deal-single-slide {
    border: 1px solid rgba(34, 34, 34, 0.07);
    border-top: 0;
    overflow: hidden;
}

.rev-16-hot-deal .hot-deal-single-slide__img img {
    max-height: 615px;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .rev-16-hot-deal .hot-deal-single-slide__img img {
        max-height: 485px;
    }
}

.rev-16-hot-deal .hot-deal-single-slide__txt {
    text-align: center;
    background-color: #ffffff;
    padding: 25px 0;
}

.rev-16-hot-deal .hot-deal-single-slide__txt .hot-deal-timer {
    margin-bottom: 15px;
}

.rev-16-hot-deal .hot-deal-single-slide__txt .hot-deal-timer ul.flip-clock-container {
    padding-left: 0;
    margin: auto;
    justify-content: center;
}

.rev-16-hot-deal .hot-deal-single-slide__txt h4 {
    text-transform: capitalize;
    color: #222222;
    margin-bottom: 5px;
}

@media screen and (max-width: 1199px) {
    .rev-16-hot-deal .hot-deal-single-slide__txt h4 {
        font-size: 20px;
    }
}

.rev-16-hot-deal .hot-deal-single-slide__txt h4 a:hover {
    color: #f79300;
}

.rev-16-hot-deal .hot-deal-single-slide__txt .price {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    margin-bottom: 12px;
}

@media screen and (max-width: 1199px) {
    .rev-16-hot-deal .hot-deal-single-slide__txt .price {
        font-size: 18px;
    }
}

.rev-16-hot-deal .hot-deal-single-slide__txt .price .current-price {
    color: #f79300;
    font-weight: 600;
}

.rev-16-hot-deal .hot-deal-single-slide__txt .rating {
    color: #e5ab1a;
}

.rev-16-hot-deal .latest-products-area {
    background: #fff;
    padding: 15px;
}

.rev-16-hot-deal .flip-clock-container {
    --flip-bg-color: #f79300;
}

.rev-16-hot-deal .flip-clock-container [class|=flip-item] .flip-digit {
    width: 30px;
    height: 30px;
}

.rev-16-hot-deal .flip-clock-container [class|=flip-item] .flip-digit>span::before {
    border-radius: 5px 5px 0 0;
}

.rev-16-hot-deal .flip-clock-container [class|=flip-item] .flip-digit>span::after {
    border-radius: 0 0 5px 5px;
}

.rev-16-hot-deal .flip-clock-container [class|=flip-item] .flip-digit>span::after,
.rev-16-hot-deal .flip-clock-container [class|=flip-item] .flip-digit>span::before {
    font-size: 20px;
}

.special-offer {
    padding: 25px 0;
}

.special-offer .single-offer {
    min-height: 100px;
    transition: 0.3s;
}

.special-offer .single-offer:hover {
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.3);
}

/*----- INDEX-6 SPECIAL OFFER STYLES -----*/
.rev-6-special-offer {
    padding: 40px 0 0;
}

.rev-6-special-offer .single-offer a,
.rev-6-special-offer .single-offer img {
    width: 100%;
}

.season-sale.season-sale-2 .panel {
    background: #eaf1f5;
}

.season-sale.season-sale-2 .season-sale-box.season-sale-box-2 .part-txt .outline {
    color: #ffffff;
}

.season-sale.season-sale-2 .season-sale-box.season-sale-box-2 .part-txt .outline:hover {
    border-color: #e9b808;
}

.season-sale.season-sale-2 .season-sale-box .part-txt a {
    background: #e9b808;
    border-color: #e9b808;
}

.season-sale.season-sale-2 .season-sale-box .part-txt a.outline {
    color: #e9b808;
}

.season-sale.season-sale-2 .season-sale-box .part-txt a.outline:hover {
    background: #e9b808;
}

.season-sale.season-sale-2 .season-sale-box .part-txt a:hover {
    color: #e9b808;
}

.season-sale .season-sale-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.season-sale .season-sale-box.season-sale-box-2 {
    height: 100%;
    background: url(../images/season-sale-2.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.season-sale .season-sale-box.season-sale-box-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    opacity: 0.6;
    z-index: -1;
}

.season-sale .season-sale-box.season-sale-box-2 .part-txt p,
.season-sale .season-sale-box.season-sale-box-2 .part-txt h3,
.season-sale .season-sale-box.season-sale-box-2 .part-txt .outline {
    color: #ffffff;
    border-color: #ffffff;
}

.season-sale .season-sale-box.season-sale-box-2 .part-txt p:hover,
.season-sale .season-sale-box.season-sale-box-2 .part-txt h3:hover,
.season-sale .season-sale-box.season-sale-box-2 .part-txt .outline:hover {
    border-color: #999;
}

.season-sale .season-sale-box .part-txt {
    text-align: center;
}

.season-sale .season-sale-box .part-txt p {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: #606060;
    margin-top: -1px;
    margin-bottom: 16px;
}

.season-sale .season-sale-box .part-txt h3 {
    font-size: 28px;
    line-height: 100%;
    font-weight: 700;
    color: #222222;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.season-sale .season-sale-box .part-txt a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background: #999;
    color: #ffffff;
    padding: 0 25px;
    border: 1px solid #999;
}

.season-sale .season-sale-box .part-txt a.outline {
    background: transparent;
    color: #999;
}

.season-sale .season-sale-box .part-txt a.outline:hover {
    background: #999;
    color: #ffffff;
}

.season-sale .season-sale-box .part-txt a:hover {
    background: transparent;
    color: #999;
}

.season-sale .season-sale-box .part-img {
    min-height: 343px;
}

/*----- INDEX-6 SEASON SALE STYLES -----*/
.rev-5-season-sale .season-sale-box .part-txt a {
    background: #f74258;
}

.rev-5-season-sale .season-sale-box .part-txt a:hover {
    border-color: #f74258;
    color: #f74258;
}

.rev-5-season-sale .season-sale-box .part-txt a.outline {
    border-color: #f74258;
    color: #f74258;
}

.rev-5-season-sale .season-sale-box .part-txt a.outline:hover {
    background: #f74258;
}

.rev-5-season-sale .season-sale-box.season-sale-box-2 .part-txt .outline:hover {
    border-color: #f74258;
}

.best-seller .rg-30 {
    row-gap: 30px;
}

.best-seller .single-box {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #ddd;
    padding: 20px 30px;
    position: relative;
    z-index: 2;
}

.best-seller .single-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background: #ddd;
    z-index: -1;
}

.best-seller .single-box .part-txt {
    width: calc(100% - 186px);
}

.best-seller .single-box .part-txt .title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #222222;
    margin-top: -5px;
    margin-bottom: 10px;
}

.best-seller .single-box .part-txt .title:hover {
    color: #999;
}

.best-seller .single-box .part-txt .star {
    display: flex;
    align-items: center;
    gap: 3px;
    font-size: 13px;
    line-height: 100%;
    color: #606060;
    margin-bottom: 10px;
}

.best-seller .single-box .part-txt .star .rated {
    color: #ffc801;
}

.best-seller .single-box .part-txt .star span {
    font-family: "Rubik", sans-serif;
    line-height: 100%;
    margin-left: 5px;
}

.best-seller .single-box .part-txt .part-btn {
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #999;
    padding: 0 15px;
    border: 1px solid #999;
}

.best-seller .single-box .part-txt .part-btn:hover {
    background: transparent;
    color: #999;
}

.top-rated-n-best-seller .top-rated .top-rated-slider-nav {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    margin-bottom: -6px;
}

.top-rated-n-best-seller .top-rated .top-rated-slider-nav button {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #ddd;
    color: #606060;
}

.top-rated-n-best-seller .top-rated .top-rated-slider-nav button.slick-next {
    background: #e9b808;
    color: #ffffff;
}

.top-rated-n-best-seller .top-rated .top-rated-slider-nav button.slick-next:hover {
    background: #ddd;
    color: #606060;
}

.top-rated-n-best-seller .top-rated .top-rated-slider-nav button:hover {
    background: #e9b808;
    color: #ffffff;
}

.top-rated-n-best-seller .top-rated .slick-slider {
    overflow: hidden;
}

.top-rated-n-best-seller .top-rated .slick-list {
    margin-bottom: -20px;
}

.top-rated-n-best-seller .top-rated .top-product-card {
    margin-bottom: 20px;
}

.top-rated-n-best-seller .best-seller {
    height: 100%;
}

.top-rated-n-best-seller .best-seller .g-20 {
    row-gap: 20px;
}

.top-rated-n-best-seller .best-seller .top-product-card .part-txt .title {
    margin-bottom: -3px;
}

.top-rated-n-best-seller .top-product-card {
    display: flex;
    align-items: center;
    gap: 15px;
    height: 89px;
}

.top-rated-n-best-seller .top-product-card .part-img {
    box-shadow: 0px 0px 0px 1px rgba(221, 221, 221, 0.5);
    width: 100px;
    height: 89px;
    overflow: hidden;
}

.top-rated-n-best-seller .top-product-card .part-txt {
    width: calc(100% - 115px);
}

.top-rated-n-best-seller .top-product-card .part-txt .star {
    font-size: 12px;
    line-height: 100%;
    color: #F1F1F1;
    margin-top: 1px;
    margin-bottom: 12px;
}

.top-rated-n-best-seller .top-product-card .part-txt .star .rated {
    color: #ffc801;
}

.top-rated-n-best-seller .top-product-card .part-txt .title {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 11px;
}

.top-rated-n-best-seller .top-product-card .part-txt .title:hover {
    color: #606060;
}

.top-rated-n-best-seller .top-product-card .part-txt .price {
    font-size: 14px;
    line-height: 100%;
    color: #222222;
    margin-bottom: 0;
}

.top-rated-n-best-seller .top-product-card .part-txt .price span {
    color: #606060;
    opacity: 0.8;
    position: relative;
}

.top-rated-n-best-seller .top-product-card .part-txt .price span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #606060;
}

/*------ INDEX 3 PAGE BEST SELLER STYLES -------*/
.rev-3-best-seller .panel-header .explore-section {
    color: #1273eb;
}

.rev-3-best-seller .single-box .part-txt .part-btn {
    background-color: #1273eb;
    border-color: #1273eb;
}

/*----- INDEX-5 PAGE BEST SELLER STYLES -----*/
.rev-5-best-seller .single-box .part-txt .title:hover {
    color: #f74258;
}

.rev-5-best-seller .single-box .part-txt .part-btn {
    background: #f74258;
}

.rev-5-best-seller .single-box .part-txt .part-btn:hover {
    color: #f74258;
    border-color: #f74258;
}

/*----- INDEX-7 BEST SELLER STYLES -----*/
.rev-7-best-selling {
    padding: 0px 0 80px;
}

@media screen and (max-width: 991px) {
    .rev-7-best-selling {
        padding: 0 0 60px;
    }
}

.rev-7-best-selling .rev-7-section-heading h2 {
    font-size: 35px;
}

.rev-7-best-selling .rev-7-section-heading .top-product-tab-navs .nav-tabs .nav-item.show .nav-link,
.rev-7-best-selling .rev-7-section-heading .top-product-tab-navs .nav-tabs .nav-link.active {
    border: 0;
    background: none;
}

.rev-7-best-selling .products-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.rev-7-best-selling .single-product-card.rev-7-single-product {
    display: flex;
    border: 1px solid #d0e1d4;
    border-radius: 0;
    padding: 15px;
    gap: 15px;
    align-items: center;
    transition: all 0.4s ease;
}

.rev-7-best-selling .single-product-card.rev-7-single-product:hover {
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.2);
}

.rev-7-best-selling .single-product-card.rev-7-single-product img {
    width: 120px;
    height: 120px;
}

.rev-7-best-selling .rev-7-single-product__txt {
    border: none;
    padding: 0;
}

.rev-7-best-selling .rev-7-single-product__info a {
    margin-bottom: 2px;
}

.rev-7-best-selling .rev-7-single-product__info p.price {
    margin-bottom: 7px;
}

.rev-7-best-selling .rev-7-single-product__info .star {
    color: #fdce2c;
}

.rev-7-best-selling .best-selling-img-container {
    height: 100%;
}

.rev-7-best-selling .best-selling-img-container img {
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

@media screen and (max-width: 1399px) {
    .rev-7-best-selling .products-container {
        gap: 15px;
    }

    .rev-7-best-selling .single-product-card.rev-7-single-product {
        padding: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-7-best-selling .products-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 991px) {
    .rev-7-best-selling>.container>.row {
        row-gap: 25px;
    }

    .rev-7-best-selling .best-selling-img-container img {
        width: 100%;
        height: 250px;
    }
}

@media screen and (max-width: 767px) {
    .rev-7-best-selling .rev-7-section-heading h2 {
        font-size: 30px;
    }

    .rev-7-best-selling .single-product-card.rev-7-single-product {
        flex-direction: column;
    }
}

@media screen and (max-width: 575px) {
    .rev-7-best-selling .rev-7-section-heading h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 479px) {
    .rev-7-best-selling .rev-7-section-heading h2 {
        font-size: 25px;
    }

    .rev-7-best-selling .products-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .rev-7-best-selling .single-product-card.rev-7-single-product {
        flex-direction: row;
    }
}

/*----- INDEX-12 BEST SELLER STYLES -----*/
.rev-12-best-selling {
    padding: 90px 0 50px;
}

.rev-12-best-selling .rev-12-section-heading {
    width: auto;
    margin-bottom: 55px;
}

.rev-12-best-selling .rev-12-section-heading .rev-12-section-title {
    margin-bottom: 22px;
}

.rev-12-best-selling .rev-12-section-heading .rev-12-def-btn {
    background-color: #222222;
    color: #ffc000;
}

@media screen and (max-width: 991px) {
    .rev-12-best-selling .rev-12-section-heading .rev-12-def-btn {
        height: 45px;
        line-height: 42px;
        padding: 0 30px;
        font-size: 16px;
    }
}

.rev-12-best-selling .rev-12-section-heading .rev-12-def-btn:hover {
    color: #222222;
}

.rev-12-best-selling .nav.nav-tabs {
    border: none;
    gap: 15px;
}

@media screen and (max-width: 767px) {
    .rev-12-best-selling .nav.nav-tabs {
        justify-content: center;
    }
}

@media screen and (max-width: 479px) {
    .rev-12-best-selling .nav.nav-tabs {
        gap: 10px;
    }
}

.rev-12-best-selling .nav.nav-tabs .nav-link {
    border: 1px solid #191919;
    border-radius: 0;
    color: #ffc000;
    text-transform: capitalize;
}

@media screen and (max-width: 479px) {
    .rev-12-best-selling .nav.nav-tabs .nav-link {
        padding: 6px;
        font-size: 12px;
    }
}

.rev-12-best-selling .nav.nav-tabs .nav-link:focus,
.rev-12-best-selling .nav.nav-tabs .nav-link:hover {
    background-color: #222222;
}

.rev-12-best-selling .nav-tabs .nav-item.show .nav-link,
.rev-12-best-selling .nav-tabs .nav-link.active {
    background-color: #222222;
}

.rev-12-single-product .single-product__actions button {
    line-height: 42px;
}

.rev-12-single-product .single-product__actions button:hover {
    background-color: #ffc000;
    color: #222222;
}

.rev-12-single-product .single-product__tag {
    position: absolute;
    top: 15px;
    left: 0;
    background-color: #222222;
    color: #ffc000;
    padding: 5px 10px;
}

.rev-12-single-product .single-product__price .current-price {
    color: #ffc000;
    font-family: "Kanit", sans-serif;
    font-size: 17px;
    font-weight: 400;
}

.rev-12-single-product .single-product__price .prev-price {
    font-family: "Josefin Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    font-size: 14px;
    color: #a2a2a2;
}

/*----- INDEX-14 BEST SELLER STYLES -----*/
.rev-14-best-selling {
    padding: 80px 0 50px;
}

@media screen and (max-width: 991px) {
    .rev-14-best-selling {
        padding: 60px 0 30px;
    }
}

@media screen and (max-width: 575px) {
    .rev-14-best-selling {
        padding: 60px 0 20px;
    }
}

.rev-14-best-selling .rev-12-section-heading {
    margin-bottom: 60px;
}

@media screen and (max-width: 1399px) {
    .rev-14-best-selling .rev-12-section-heading {
        margin-bottom: 30px;
    }
}

.rev-14-best-selling .rev-14-section-title {
    margin-bottom: 21px;
}

.rev-14-best-selling .nav.nav-tabs .nav-link {
    border-color: #ea272c;
    color: #ea272c;
}

.rev-14-best-selling .nav.nav-tabs .nav-link:focus,
.rev-14-best-selling .nav.nav-tabs .nav-link:hover {
    background-color: #ea272c;
    color: #ffffff;
}

.rev-14-best-selling .nav-tabs .nav-item.show .nav-link,
.rev-14-best-selling .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ea272c;
}

.top-brand .rg-30 {
    row-gap: 30px;
}

.top-brand .logo-box {
    border: 1px solid #ddd;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.top-brand .logo-box:hover {
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.2);
    border-color: transparent;
}

/*----- INDEX-8 CLIENT SECTION SYLES -----*/
.client-section {
    background: #dddddd;
    box-shadow: 0px 11px 62.08px 1.92px rgba(0, 0, 0, 0.1);
    margin-top: -195px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 1px;
}

.client-section .single-client {
    flex: 15.3846153846%;
    background: #ffffff;
    padding: 60px 10px;
    text-align: center;
    line-height: 40px;
}

@media screen and (max-width: 1199px) {
    .client-section .single-client {
        flex: 20%;
    }
}

@media screen and (max-width: 991px) {
    .client-section .single-client {
        padding: 45px 10px;
    }
}

@media screen and (max-width: 767px) {
    .client-section .single-client {
        flex: 25%;
    }
}

@media screen and (max-width: 575px) {
    .client-section .single-client {
        flex: 20%;
        padding: 25px 10px;
    }
}

@media screen and (max-width: 479px) {
    .client-section .single-client {
        flex: 28.5714285714%;
        padding: 15px 10px;
    }
}

.client-section .single-client:hover img {
    filter: grayscale(0);
}

.client-section .single-client img {
    filter: grayscale(1);
    transition: 0.4s ease;
}

.testimonial {
    overflow: hidden;
}

.testimonial .review-slider .slick-list {
    padding: 20px 10px;
    margin: -20px;
}

.testimonial .review-slider .review-card {
    border: 1px solid #ddd;
    padding: 30px 15px;
    margin: 0 10px;
    transition: 0.3s;
}

.testimonial .review-slider .review-card .user {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 13px;
}

.testimonial .review-slider .review-card .user .part-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial .review-slider .review-card .user .txt {
    width: calc(100% - 75px);
}

.testimonial .review-slider .review-card .user .txt h4 {
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: #292929;
    margin-top: -1px;
    margin-bottom: 11px;
}

.testimonial .review-slider .review-card .user .txt span {
    display: block;
    font-size: 12px;
    line-height: 100%;
    font-weight: 400;
    color: #606060;
}

.testimonial .review-slider .review-card .main-txt p {
    font-size: 14px;
    line-height: 24px;
    color: #606060;
    margin-bottom: 13px;
}

.testimonial .review-slider .review-card .star-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testimonial .review-slider .review-card .star-wrap .star {
    display: flex;
    gap: 7px;
    font-size: 14px;
    color: #ffc801;
}

.testimonial .review-slider .review-card .star-wrap span {
    font-size: 14px;
    line-height: 100%;
    color: #222222;
}

.testimonial .review-slider .review-card:hover {
    box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

/*----- INDEX-7 TESTIMONIAL SECTION  -----*/
.rev-7-testimonial-section {
    background: url(../images/bg/testimonial-bg.jpg) no-repeat 0 0;
    background-size: cover;
    overflow: hidden;
}

.rev-7-testimonial-section .testimonial-slider {
    padding: 0 35px;
}

@media screen and (max-width: 1199px) {
    .rev-7-testimonial-section .testimonial-slider {
        padding: 0;
    }
}

.rev-7-testimonial-section .slick-list {
    margin: 0 -25px;
    padding: 115px 10px 80px;
}

@media screen and (max-width: 991px) {
    .rev-7-testimonial-section .slick-list {
        padding: 95px 10px 60px;
    }
}

.rev-7-testimonial-section .single-testimony {
    background: #ffffff;
    margin: 0 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 30px;
    padding-top: 0;
}

@media screen and (max-width: 1399px) {
    .rev-7-testimonial-section .single-testimony {
        padding: 25px;
        padding-top: 0;
    }
}

@media screen and (max-width: 1199px) {
    .rev-7-testimonial-section .single-testimony {
        padding: 20px;
        padding-top: 0;
    }
}

@media screen and (max-width: 767px) {
    .rev-7-testimonial-section .single-testimony {
        padding: 15px;
        padding-top: 0;
    }
}

.rev-7-testimonial-section .single-testimony img {
    margin-top: -35px;
    margin-bottom: 12px;
}

.rev-7-testimonial-section .single-testimony h6 {
    font-weight: 500;
    font-size: 23px;
    margin-bottom: -2px;
    position: relative;
}

.rev-7-testimonial-section .single-testimony h6::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 34px;
    background: url(../images/icons/quotation-icon.png) no-repeat 0 0;
    background-size: 100%;
}

.rev-7-testimonial-section .single-testimony span.label {
    margin-bottom: 8px;
}

.rev-7-testimonial-section .single-testimony p {
    margin-bottom: -3px;
}

/*----- INDEX-8 TESTIMONIAL SECTION  -----*/
.rev-8-testimonial-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .rev-8-testimonial-section {
        padding: 60px 0;
    }
}

.rev-8-testimonial-section>.container>.row {
    row-gap: 45px;
}

.rev-8-testimonial-section .testimonial-wrapper {
    padding-left: 30px;
}

@media screen and (max-width: 1199px) {
    .rev-8-testimonial-section .testimonial-wrapper {
        padding-left: 0;
    }
}

.rev-8-testimonial-section .testimonial-heading {
    border-bottom: 1px solid #ddd;
}

.rev-8-testimonial-section .testimonial-heading .sub-title {
    color: #699c47;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
}

@media screen and (max-width: 1399px) {
    .rev-8-testimonial-section .testimonial-heading .sub-title {
        font-size: 22px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-8-testimonial-section .testimonial-heading .sub-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 575px) {
    .rev-8-testimonial-section .testimonial-heading .sub-title {
        font-size: 18px;
    }
}

.rev-8-testimonial-section .testimonial-heading h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 23px;
}

@media screen and (max-width: 1399px) {
    .rev-8-testimonial-section .testimonial-heading h2 {
        font-size: 35px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-8-testimonial-section .testimonial-heading h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {
    .rev-8-testimonial-section .testimonial-heading h2 br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .rev-8-testimonial-section .testimonial-heading h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 479px) {
    .rev-8-testimonial-section .testimonial-heading h2 {
        font-size: 25px;
    }
}

.rev-8-testimonial-section .single-testimony {
    padding: 30px 5px;
}

@media screen and (max-width: 991px) {
    .rev-8-testimonial-section .single-testimony {
        padding: 30px 15px;
    }
}

@media screen and (max-width: 991px) {
    .rev-8-testimonial-section .single-testimony {
        padding: 15px 10px;
    }
}

.rev-8-testimonial-section .single-testimony .single-testimony-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

@media screen and (max-width: 479px) {
    .rev-8-testimonial-section .single-testimony .single-testimony-heading {
        flex-direction: column;
        row-gap: 20px;
    }
}

.rev-8-testimonial-section .single-testimony .single-testimony-heading .reviewer {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .rev-8-testimonial-section .single-testimony .single-testimony-heading .reviewer {
        flex-direction: column;
        row-gap: 15px;
    }
}

@media screen and (max-width: 479px) {
    .rev-8-testimonial-section .single-testimony .single-testimony-heading .reviewer {
        flex-direction: row;
    }
}

.rev-8-testimonial-section .single-testimony .single-testimony-heading .reviewer img {
    width: 100px;
    height: 100px;
    margin-right: 30px;
}

@media screen and (max-width: 479px) {
    .rev-8-testimonial-section .single-testimony .single-testimony-heading .reviewer img {
        margin-right: 15px;
    }
}

.rev-8-testimonial-section .single-testimony .single-testimony-heading .reviewer h5 {
    font-size: 24px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .rev-8-testimonial-section .single-testimony .single-testimony-heading .reviewer h5 {
        font-size: 22px;
    }
}

@media screen and (max-width: 479px) {
    .rev-8-testimonial-section .single-testimony .single-testimony-heading .reviewer h5 {
        font-size: 20px;
    }
}

.rev-8-testimonial-section .single-testimony .single-testimony-heading .reviewer span.label {
    font-size: 18px;
    font-weight: 500;
    color: #606060;
}

.rev-8-testimonial-section .single-testimony .single-testimony-heading .star {
    background: #ffffff;
    box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.11);
    padding: 15px 25px;
    border-radius: 30px;
    display: flex;
    gap: 10px;
    color: #ffc107;
}

.rev-8-testimonial-section .single-testimony .single-testimony-body {
    padding-right: 60px;
}

@media screen and (max-width: 1199px) {
    .rev-8-testimonial-section .single-testimony .single-testimony-body {
        padding-right: 0;
    }
}

.rev-8-testimonial-section .single-testimony .single-testimony-body p {
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    position: relative;
    padding-left: 35px;
    display: inline;
}

.rev-8-testimonial-section .single-testimony .single-testimony-body p::before,
.rev-8-testimonial-section .single-testimony .single-testimony-body p::after {
    content: "";
    position: absolute;
    width: 27px;
    height: 23px;
    background: url(../images/icons/quotation-icon-2.png) no-repeat 0 0;
    background-size: 100%;
    top: 0;
    left: 0;
}

.rev-8-testimonial-section .single-testimony .single-testimony-body p::after {
    top: auto;
    left: auto;
    bottom: 0;
    right: -35px;
    transform: scaleX(-1);
}

.rev-8-testimonial-section .testimonial-img {
    position: relative;
    width: fit-content;
    margin: auto;
}

.rev-8-testimonial-section .testimonial-img img {
    border-radius: 8px;
}

.rev-8-testimonial-section .testimonial-img::before {
    position: absolute;
    content: "";
    top: -130px;
    left: 50%;
    width: 729px;
    height: 776px;
    background: url(../images/bg/testimonial-bg.png) no-repeat 0 0;
    background-size: 100%;
    z-index: -1;
    translate: -50%;
}

@media screen and (max-width: 575px) {
    .rev-8-testimonial-section .testimonial-img::before {
        width: 710px;
    }
}

@media screen and (max-width: 479px) {
    .rev-8-testimonial-section .testimonial-img::before {
        width: 600px;
    }
}

.rev-8-testimonial-section .testimonial-img::after {
    position: absolute;
    content: "";
    top: -70px;
    left: 56%;
    width: 527px;
    height: 527px;
    background: url(../images/bg/rev-8-testimonial-bg-2.png) no-repeat 0 0;
    background-size: 100%;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .rev-8-testimonial-section .testimonial-img::after {
        top: -45px;
    }
}

@media screen and (max-width: 575px) {
    .rev-8-testimonial-section .testimonial-img::after {
        display: none;
    }
}

/*----- INDEX-10 TESTIMONIAL SECTION  -----*/
@media screen and (max-width: 991px) {
    .rev-10-testimonial-section {
        padding-bottom: 60px;
    }
}

.rev-10-testimonial-section .slick-list {
    margin: -15px -15px;
    padding: 15px 0;
}

@media screen and (max-width: 1399px) {
    .rev-10-testimonial-section .slick-list {
        margin: -15px -10px;
    }
}

.rev-10-testimonial-section .rev-10-single-testimony {
    padding: 35px 40px 28px;
    background-color: #f6f6f6;
    margin: 0 15px;
    text-align: center;
    border-radius: 8px;
    transition: 0.4s ease;
    transition-property: background-color, box-shadow;
}

@media screen and (max-width: 1399px) {
    .rev-10-testimonial-section .rev-10-single-testimony {
        padding: 25px 25px 18px;
        margin: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    .rev-10-testimonial-section .rev-10-single-testimony {
        padding: 20px 20px 13px;
    }
}

.rev-10-testimonial-section .rev-10-single-testimony:hover {
    background-color: #F1F5FF;
    box-shadow: 0 6px 12px rgba(47, 97, 210, 0.16);
}

.rev-10-testimonial-section .rev-10-single-testimony img {
    margin: auto;
    border-radius: 8px;
}

.rev-10-testimonial-section .rev-10-single-testimony-user__img {
    margin-bottom: 15px;
}

.rev-10-testimonial-section .rev-10-single-testimony-user__label {
    font-style: italic;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    color: #a8a8a8;
    margin-bottom: 20px;
}

.rev-10-testimonial-section .rev-10-single-testimony-user__name {
    margin-bottom: 0;
    font-size: 18px;
}

.rev-10-testimonial-section .rev-10-single-testimony__txt {
    margin-bottom: 0;
    position: relative;
}

.rev-10-testimonial-section .rev-10-single-testimony__txt::before {
    position: absolute;
    content: "\f10d";
    left: 0;
    font-family: "Font Awesome 6 Sharp";
    font-weight: 600;
    color: #d8d8d8;
    top: -25px;
    font-size: 25px;
    line-height: 1;
}

/*----- INDEX-11 TESTIMONIAL SECTION  -----*/
.rev-11-testimonial-section .rev-11-single-testimony:hover {
    background-color: #F1FFFB;
    box-shadow: 0 6px 12px rgba(43, 74, 65, 0.16);
}

/*----- INDEX-12 TESTIMONIAL SECTION  -----*/
.rev-12-testimonial {
    overflow-x: hidden;
}

.rev-12-testimonial .rev-12-single-testimony {
    background-color: #ffffff;
}

.rev-12-testimonial .rev-12-single-testimony:hover {
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(130, 130, 130, 0.3);
}

.rev-12-testimonial .slick-list {
    padding: 20px 0;
    margin: -20px -15px;
}

.subscribe.subscribe-2 .bg {
    background: url(../images/subscribe-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.subscribe.subscribe-2 .bg .form input {
    border-color: #e9b808;
}

.subscribe .bg {
    background: url(../images/subscribe-bg.png) center center no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.subscribe .bg .form {
    display: flex;
    background: #ffffff;
    padding: 10px;
    box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
}

.subscribe .bg .form input {
    width: 100%;
    background: #ffffff;
    padding: 0 20px;
    border-right: 1px solid #999;
}

.subscribe .bg .form .def-btn {
    height: 60px;
    line-height: 60px;
}

.blog-section {
    overflow: hidden;
}

.blog {
    overflow: hidden;
}

.blog.blog-2 .panel {
    overflow: visible;
}

.blog-slider.blog-slider-2 .slick-list {
    margin: -20px;
}

.blog-slider.blog-slider-2 .single-blog .part-txt h3 a:hover {
    color: #e9b808;
}

.blog-slider.blog-slider-2 .single-blog:hover .part-txt .continue {
    background: #e9b808;
    border-color: #e9b808;
}

.blog-slider .slick-list {
    padding: 20px 10px;
    margin: -20px;
}

.single-blog {
    margin: 0 10px;
    transition: 0.5s;
    overflow: hidden;
}

.single-blog.slick-active {
    box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
}

.single-blog .part-img img {
    width: 100%;
}

.single-blog .part-txt {
    padding: 40px 25px 24px;
    position: relative;
    margin-bottom: -2px;
}

.single-blog .part-txt .tag-n-date {
    font-size: 15px;
    line-height: 100%;
    color: #606060;
    margin-top: -2px;
    margin-bottom: 15px;
}

.single-blog .part-txt h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #292929;
    margin-bottom: 9px;
}

.single-blog .part-txt h3 a:hover {
    color: #999;
}

.single-blog .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #606060;
    margin-bottom: 10px;
}

.single-blog .part-txt .continue {
    position: absolute;
    bottom: -64px;
    right: 46px;
    width: 65px;
    height: 100px;
    line-height: 70px;
    font-size: 22px;
    text-align: center;
    color: #F1F1F1;
    border: 1px solid #F1F1F1;
    border-radius: 30px 0 0 0;
    transform: rotate(46deg);
}

.single-blog .part-txt .continue span {
    display: block;
    margin-top: -10px;
    margin-left: -20px;
    transform: rotate(-46deg);
}

.single-blog:hover .part-txt .continue {
    background: #999;
    border-color: #999;
    color: #ffffff;
}

.blog-page .single-blog {
    box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
    margin: 0;
}

/*----- INDEX-3 PAGE BLOG STYLES -----*/
.rev-3-single-blog:hover .part-txt h3 a:hover {
    color: #1273eb;
}

.rev-3-single-blog:hover .part-txt .continue {
    background-color: #1273eb;
    border-color: #1273eb;
}

/*----- INDEX-4 PAGE BLOG STYLES -----*/
.rev-4-single-blog:hover .part-txt h3 a:hover {
    color: #a19cde;
}

.rev-4-single-blog:hover .part-txt .continue {
    background-color: #a19cde;
    border-color: #a19cde;
}

/*----- INDEX-5 BLOG STYLES -----*/
.rev-5-single-blog:hover .part-txt h3 a:hover {
    color: #f74258;
}

.rev-5-single-blog:hover .part-txt .continue {
    background-color: #f74258;
    border-color: #f74258;
}

/*----- INDEX-7 BLOG STYLES -----*/
.rev-7-blog-section {
    padding: 80px 0;
}

@media screen and (max-width: 991px) {
    .rev-7-blog-section {
        padding: 60px 0;
    }
}

.rev-7-blog-section .section-heading {
    margin-bottom: 37px;
}

@media screen and (max-width: 767px) {
    .rev-7-blog-section .section-heading {
        margin-bottom: 25px;
    }
}

.rev-7-blog-section .section-heading h2 {
    padding-bottom: 0;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-size: 42px;
    font-weight: 700;
}

@media screen and (max-width: 1399px) {
    .rev-7-blog-section .section-heading h2 {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    .rev-7-blog-section .section-heading h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 575px) {
    .rev-7-blog-section .section-heading h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 479px) {
    .rev-7-blog-section .section-heading h2 {
        font-size: 25px;
    }
}

.rev-7-blog-section .section-heading h2::before {
    content: none;
}

@media screen and (max-width: 767px) {
    .rev-7-blog-section .section-heading p br {
        display: none;
    }
}

.rev-7-blog-section .blogs-row {
    row-gap: 30px;
}

.rev-7-blog-section .single-blog {
    background: #ffffff;
    box-shadow: 0px 1px 46.11px 6.89px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    overflow: hidden;
    margin: 0;
}

.rev-7-blog-section .single-blog:hover .part-img span.date {
    background: #699c47;
    color: #ffffff;
}

.rev-7-blog-section .single-blog .part-img {
    position: relative;
}

.rev-7-blog-section .single-blog .part-img span.date {
    position: absolute;
    top: 20px;
    left: 20px;
    text-transform: capitalize;
    background: #ffffff;
    padding: 8px 20px;
    border-radius: 30px;
    color: #699c47;
    font-weight: 500;
    transition: 0.4s ease;
}

.rev-7-blog-section .single-blog .part-txt {
    padding: 24px 25px;
}

@media screen and (max-width: 1399px) {
    .rev-7-blog-section .single-blog .part-txt {
        padding: 24px 18px;
    }
}

@media screen and (max-width: 575px) {
    .rev-7-blog-section .single-blog .part-txt {
        padding: 15px;
    }
}

.rev-7-blog-section .single-blog .part-txt a.single-blog-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .rev-7-blog-section .single-blog .part-txt a.single-blog-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .rev-7-blog-section .single-blog .part-txt a.single-blog-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .rev-7-blog-section .single-blog .part-txt a.single-blog-title {
        font-size: 16px;
    }
}

.rev-7-blog-section .single-blog .part-txt a.single-blog-title:hover {
    color: #699c47;
}

.rev-7-blog-section .single-blog .part-txt p {
    font-weight: 400;
    color: #666;
    margin-bottom: 18px;
}

.rev-7-blog-section .single-blog .part-txt a.single-blog-btn {
    color: #699c47;
    border-bottom: 1px solid #699c47;
    font-size: 18px;
    font-weight: 600;
}

.rev-7-blog-section .single-blog .part-txt a.single-blog-btn:hover {
    color: #606060;
}

/*----- INDEX-8 BLOG STYLES -----*/
.rev-8-blog-section {
    padding: 0 0 100px;
}

@media screen and (max-width: 767px) {
    .rev-8-blog-section {
        padding: 0 0 80px;
    }
}

/*----- INDEX-10 BLOG STYLES -----*/
.rev-10-blog-section {
    padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
    .rev-10-blog-section {
        padding-bottom: 60px;
    }
}

.rev-10-blog-section .rev-10-single-blog:hover .rev-10-single-blog__img::before {
    opacity: 1;
}

.rev-10-blog-section .rev-10-single-blog__img {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.rev-10-blog-section .rev-10-single-blog__img img {
    width: 100%;
}

.rev-10-blog-section .rev-10-single-blog__img::before {
    position: absolute;
    content: "";
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all 0.4s ease;
}

.rev-10-blog-section .rev-10-single-blog__txt {
    padding-top: 24px;
}

.rev-10-blog-section .rev-10-single-blog__author-and-date {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #bcbcbc;
    margin-bottom: 10px;
}

.rev-10-blog-section .rev-10-single-blog__title {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 11px;
}

.rev-10-blog-section .rev-10-single-blog__description {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #a8a8a8;
    margin-bottom: 19px;
}

.rev-10-blog-section .rev-10-single-blog .rev-10-def-btn {
    background-color: #ffffff;
    border: 1px solid #2f61d2;
    color: #2f61d2;
}

.rev-10-blog-section .rev-10-single-blog .rev-10-def-btn:hover {
    color: #ffffff;
    background-color: #2f61d2;
}

/*----- INDEX-11 BLOG STYLES -----*/
.rev-11-blog-section .rev-11-section-heading .rev-11-section-title {
    text-align: center;
}

.rev-11-blog-section .rev-11-single-blog__title a:hover {
    color: #599b87;
}

.rev-11-blog-section .rev-11-def-btn {
    border: 1px solid #2B4A41;
    background-color: #ffffff;
    color: #2B4A41;
}

.rev-11-blog-section .rev-11-def-btn:hover {
    color: #ffffff;
    background-color: #2B4A41;
}

/*----- INDEX-12 BLOG STYLES -----*/
.rev-12-blog {
    overflow: visible;
}

.rev-12-blog .rev-12-single-blog .rev-10-single-blog__img {
    border-radius: 0;
}

.rev-12-blog .rev-12-single-blog .rev-10-single-blog__title a:hover {
    color: #ffc000;
}

.rev-12-blog .rev-12-single-blog .def-btn {
    color: #ffc000;
    color: #222222;
    line-height: 44px;
    border-color: #ddd;
    border-radius: 0;
}

.rev-12-blog .rev-12-single-blog .def-btn:hover {
    background-color: #222222;
    color: #ffc000;
}

/*----- INDEX-13 BLOG STYLES -----*/
.rev-13-blog .rev-13-single-blog__title a:hover {
    color: #E05559;
}

.rev-13-blog .rev-13-single-blog .rev-13-def-btn {
    border-color: #E05559;
    color: #E05559;
}

.rev-13-blog .rev-13-single-blog .rev-13-def-btn:hover {
    background-color: #E05559;
    color: #ffffff;
}

/*----- INDEX-14 BLOG STYLES -----*/
.rev-14-blog .rev-10-single-blog__title a:hover {
    color: #ea272c;
}

.rev-14-blog .rev-10-single-blog .rev-10-def-btn {
    border-color: #ddd;
    color: #ea272c;
    border-radius: 0;
    height: 40px;
    line-height: 42px;
}

.rev-14-blog .rev-10-single-blog .rev-10-def-btn:hover {
    background-color: #ea272c;
}

.features {
    position: relative;
}

.features.features-2 .single-feature .part-icon span {
    color: #e9b808;
}

.features .custom-row {
    display: flex;
    flex-wrap: wrap;
}

.features .custom-row .custom-col {
    width: 25%;
    border-right: 3px solid #ddd;
}

.features .custom-row .custom-col:last-child {
    border: 0;
}

.features .single-feature {
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.features .single-feature .part-icon span {
    height: 50px;
    line-height: 50px;
    font-size: 45px;
    color: #999;
}

.features .single-feature .part-icon span i {
    display: inline-block;
    height: 50px;
}

.features .single-feature .part-txt h4 {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #292929;
    margin-top: -2px;
    margin-bottom: 11px;
}

.features .single-feature .part-txt p {
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    color: #606060;
    margin-bottom: -2px;
}

.rev-3-cal-to-action {
    padding: 25px 0;
}

.rev-3-cal-to-action .single-feature .part-icon span i {
    color: #1273eb;
}

/*----- INDEX-3 FEATURES SECTION STYLES ----*/
.rev-4-features .single-feature .part-icon span {
    color: #a19cde;
}

/*----- INDEX-6 FEATURES SECTION STYLES ----*/
.rev-6-features {
    background: #ffffff;
    box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
}

.rev-6-features .single-feature .part-icon span {
    color: #ff4747;
}

/*----- INDEX-5 FEATURES SECTION STYLES ----*/
.rev-5-features .single-feature .part-icon span {
    color: #f74258;
}

/*----- INDEX-10 FEATURES SECTION STYLES ----*/
.rev-10-features {
    background-color: #F1F5FF;
    padding: 50px 0;
}

@media screen and (max-width: 1199px) {
    .rev-10-features {
        padding: 30px 0;
    }
}

@media screen and (max-width: 1399px) {
    .rev-10-features .custom-row {
        gap: 15px 22px;
    }
}

@media screen and (max-width: 991px) {
    .rev-10-features .custom-row {
        gap: 25px 15px !important;
    }
}

.rev-10-features .custom-row>* {
    flex: fit-content;
}

.rev-10-features .custom-row .custom-col {
    border-width: 1px;
    border-color: #e1e1e1;
}

@media screen and (max-width: 991px) {
    .rev-10-features .custom-row .custom-col .single-feature {
        justify-content: center !important;
        text-align: center !important;
    }
}

.rev-10-features .single-feature .part-icon span {
    color: #2f61d2;
}

.rev-10-features .single-feature .part-txt h4 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.rev-10-features .single-feature .part-txt p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

/*----- INDEX-11 FEATURES SECTION STYLES ----*/
.rev-11-features {
    background-color: #E5FFF7;
}

.rev-11-features .single-feature .part-icon span {
    color: #2B4A41;
}

/*----- INDEX-13 FEATURES SECTION STYLES ----*/
.rev-13-features {
    background-color: #ffffff;
    padding: 30px 0;
}

.rev-13-features .single-feature .part-icon span {
    color: #E05559;
}

/*----- INDEX-14 FEATURES SECTION STYLES ----*/
.rev-14-features {
    padding: 80px 0;
}

@media screen and (max-width: 991px) {
    .rev-14-features {
        padding: 60px 0 30px;
    }
}

.rev-14-features .features-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width: 479px) {
    .rev-14-features .features-row {
        flex-direction: column;
    }
}

.rev-14-features .rev-14-single-feature {
    box-shadow: 0 9px 18px rgba(38, 38, 38, 0.1);
    padding: 30px 20px;
    flex: 1;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media screen and (max-width: 1399px) {
    .rev-14-features .rev-14-single-feature {
        flex: 0 23%;
    }
}

@media screen and (max-width: 1199px) {
    .rev-14-features .rev-14-single-feature {
        flex: 0 30%;
    }
}

@media screen and (max-width: 991px) {
    .rev-14-features .rev-14-single-feature {
        flex: 1 32%;
    }

    .rev-14-features .rev-14-single-feature:last-child {
        flex: 0 50%;
    }
}

.rev-14-features .rev-14-single-feature:hover::before {
    width: 20px;
}

.rev-14-features .rev-14-single-feature::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 80px;
    width: 0;
    background-color: #ea272c;
    transition: width 0.4s ease;
}

.rev-14-features .rev-14-single-feature .single-feature__icon {
    margin-bottom: 13px;
    width: 65px;
    height: 65px;
    object-fit: contain;
}

.rev-14-features .rev-14-single-feature .single-feature__title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

@media screen and (max-width: 575px) {
    .rev-14-features .rev-14-single-feature .single-feature__title {
        font-size: 18px;
    }
}

.rev-14-features .rev-14-single-feature .single-feature__sub-title {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #6e6e6e;
    margin-bottom: 22px;
}

.rev-14-features .rev-14-single-feature .single-feature__description {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

/*----- INDEX-15 SPECIAL FEATURES SECTION STYLES ----*/
.rev-15-special-feature .single-feature {
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.rev-15-special-feature .single-feature:hover {
    color: #f79300;
}

.rev-15-special-feature .single-feature__img {
    border-radius: 50%;
    display: inline-block;
    padding: 10px;
    border: 1px solid #f79300;
    width: 65px;
    margin-bottom: 5px;
}

@media screen and (max-width: 1199px) {
    .rev-15-special-feature .single-feature__img {
        width: 55px;
    }
}

@media screen and (max-width: 767px) {
    .rev-15-special-feature .single-feature__img {
        width: 50px;
    }
}

.rev-15-special-feature .single-feature__title {
    font-size: 20px;
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .rev-15-special-feature .single-feature__title {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .rev-15-special-feature .single-feature__title {
        font-size: 14px;
    }
}

/*----- INDEX-18 FEATURES SECTION STYLES ----*/
.rev-18-features .single-feature .part-icon span {
    color: #305611;
}

.footer {
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
    border-top: 1px solid #ddd;
}

.footer.footer-2 .main-footer .footer-subscribe form button {
    background: #e9b808;
}

.footer.footer-2 .main-footer .footer-subscribe form button:hover {
    color: #e9b808;
}

.footer .main-footer {
    padding: 120px 0;
    color: #F1F1F1;
}

.footer .main-footer .custom-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.footer .main-footer .custom-row .custom-col {
    width: calc(20% - 15px);
}

.footer .main-footer .custom-row .custom-col-2 {
    width: calc(30% - 15px);
}

.footer .main-footer .footer-about .footer-logo {
    width: 120px;
    margin-bottom: 25px;
}

.footer .main-footer .footer-about p {
    font-size: 16px;
    line-height: 26px;
    margin-top: -1px;
    margin-bottom: 10px;
}

.footer .main-footer .footer-about ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 5px;
}

.footer .main-footer .footer-about ul li:last-child {
    margin-bottom: -9px;
}

.footer .main-footer .footer-about ul li .icon span {
    font-size: 30px;
    line-height: 100%;
}

.footer .main-footer .footer-about ul li .txt>* {
    display: block;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

.footer .main-footer .footer-about ul li .txt a:hover {
    color: #999;
}

.footer .main-footer .footer-title {
    font-size: 22px;
    line-height: 100%;
    font-weight: 500;
    padding-bottom: 14px;
    margin-top: -1px;
    margin-bottom: 40px;
    position: relative;
}

.footer .main-footer .footer-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #F1F1F1;
}

.footer .main-footer .link-wrap {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.footer .main-footer .footer-link ul {
    margin-top: -14px;
}

.footer .main-footer .footer-link ul li {
    font-size: 16px;
    line-height: 40px;
}

.footer .main-footer .footer-link ul li:last-child {
    margin-bottom: -15px;
}

.footer .main-footer .footer-link ul li a {
    line-height: 100%;
}

.footer .main-footer .footer-link ul li a:hover {
    color: #999;
}

.footer .main-footer .footer-gallery ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer .main-footer .footer-gallery ul li a {
    position: relative;
}

.footer .main-footer .footer-gallery ul li a span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    color: #ffffff;
    opacity: 0;
    transition: 0.3s;
}

.footer .main-footer .footer-gallery ul li a:hover span {
    opacity: 1;
}

.footer .main-footer .footer-subscribe p {
    font-size: 16px;
    line-height: 26px;
    margin-top: -6px;
    margin-bottom: 23px;
}

.footer .main-footer .footer-subscribe form {
    display: flex;
    border: 1px solid #F1F1F1;
    margin-bottom: 30px;
}

.footer .main-footer .footer-subscribe form input {
    width: 100%;
    padding: 0 10px;
    font-size: 15px;
    color: #ffffff;
}

.footer .main-footer .footer-subscribe form input::placeholder {
    color: #989898;
}

.footer .main-footer .footer-subscribe form button {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #999;
    color: #ffffff;
    font-size: 20px;
}

.footer .main-footer .footer-subscribe form button:hover {
    background: #ffffff;
    color: #999;
}

.footer .main-footer .footer-subscribe .btn-box {
    display: flex;
    gap: 10px;
}

.footer .main-footer .footer-subscribe .btn-box a {
    height: 40px;
}

.footer .main-footer .footer-subscribe .btn-box a img {
    max-height: 100%;
}

.footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
}

.footer .copyright p {
    font-size: 16px;
    line-height: 100%;
    color: #F1F1F1;
    margin-bottom: 0;
}

/*---- INDEX-3 FOOTER STYLES ----*/
.rev-3-footer .main-footer .footer-about ul li .txt a:hover {
    color: #1273eb;
}

.rev-3-footer .main-footer .footer-link ul li a:hover {
    color: #1273eb;
}

.rev-3-footer .main-footer .footer-subscribe form button {
    background-color: #1273eb;
}

.rev-3-footer .main-footer .footer-subscribe form button:hover {
    color: #1273eb;
}

/*---- INDEX-4 FOOTER STYLES ----*/
.rev-4-footer .main-footer .footer-about ul li .txt a:hover {
    color: #a19cde;
}

.rev-4-footer .main-footer .footer-link ul li a:hover {
    color: #a19cde;
}

.rev-4-footer .main-footer .footer-subscribe form button {
    background-color: #a19cde;
}

.rev-4-footer .main-footer .footer-subscribe form button:hover {
    color: #a19cde;
}

/*---- INDEX-6 FOOTER STYLES ----*/
.rev-6-footer {
    background: #282828;
}

.rev-6-footer .main-footer {
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    .rev-6-footer .main-footer {
        text-align: center;
    }
}

.rev-6-footer .main-footer>.container>.row {
    row-gap: 60px;
}

@media screen and (max-width: 767px) {
    .rev-6-footer .main-footer .footer-about .footer-logo {
        margin: auto;
        margin-bottom: 25px;
    }
}

.rev-6-footer .main-footer .footer-about ul {
    margin-bottom: 25px;
    font-family: roboto;
    font-weight: 400;
}

.rev-6-footer .main-footer .footer-about ul li {
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .rev-6-footer .main-footer .footer-about ul li {
        justify-content: center;
    }
}

.rev-6-footer .main-footer .footer-about ul li:last-child {
    margin-bottom: 0px;
}

.rev-6-footer .main-footer .footer-about ul li .txt a:hover {
    color: #ff4747;
}

.rev-6-footer .main-footer .footer-title {
    padding-bottom: 0;
    margin-bottom: 48px;
    font-weight: 600;
}

.rev-6-footer .main-footer .footer-title::after {
    content: none;
}

.rev-6-footer .main-footer .footer-link ul li a {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #878787;
}

.rev-6-footer .main-footer .footer-link ul li a:hover {
    color: #ff4747;
}

.rev-6-footer-middle {
    background: #313131;
    padding: 30px 0;
}

.rev-6-footer-middle>.container>.row {
    row-gap: 25px;
}

.rev-6-footer-middle .footer-title {
    color: #ffffff;
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 19px;
}

@media screen and (max-width: 767px) {
    .rev-6-footer-middle .footer-title {
        text-align: center;
        font-size: 20px;
    }
}

@media screen and (max-width: 479px) {
    .rev-6-footer-middle .footer-title {
        font-size: 16px;
    }
}

.rev-6-footer .footer-socials ul {
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .rev-6-footer .footer-socials ul {
        justify-content: center;
    }
}

.rev-6-footer .footer-subscribe form {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
}

@media screen and (max-width: 479px) {
    .rev-6-footer .footer-subscribe form {
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
    }

    .rev-6-footer .footer-subscribe form>* {
        border-radius: 5px;
    }
}

.rev-6-footer .footer-subscribe form>* {
    flex: auto;
}

.rev-6-footer .footer-subscribe form input {
    background: #ffffff;
    padding: 0 20px;
    margin-right: -4px;
    width: 70%;
    height: 50px;
}

@media screen and (max-width: 575px) {
    .rev-6-footer .footer-subscribe form input {
        width: 100%;
    }
}

.rev-6-footer .footer-subscribe form button {
    background: #ff4747;
    height: 50px;
    padding: 0 20px;
    color: #ffffff;
    border: 1px solid #ff4747;
}

.rev-6-footer .copyright {
    border: none;
}

.rev-6-footer .copyright .row {
    row-gap: 20px;
}

/*---- INDEX-5 FOOTER STYLES ----*/
.rev-5-footer .main-footer .footer-about ul li .txt a:hover {
    color: #f74258;
}

.rev-5-footer .main-footer .footer-link ul li a:hover {
    color: #f74258;
}

.rev-5-footer .main-footer .footer-subscribe form button {
    background-color: #f74258;
}

.rev-5-footer .main-footer .footer-subscribe form button:hover {
    color: #f74258;
}

/*---- INDEX-7 FOOTER STYLES ----*/
.rev-7-footer {
    background: url(../images/bg/rev-7-footer-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.rev-7-footer .footer-subscribe {
    padding: 60px 0;
    border-bottom: 1px solid #707070;
}

@media screen and (max-width: 767px) {
    .rev-7-footer .footer-subscribe {
        padding: 40px 0;
    }
}

@media screen and (max-width: 1199px) {
    .rev-7-footer .footer-subscribe>.row {
        justify-content: center;
        row-gap: 20px;
    }
}

.rev-7-footer .footer-subscribe .footer-subs-form {
    position: relative;
}

.rev-7-footer .footer-subscribe .footer-subs-form input {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border-radius: 30px;
    padding: 0 127px 0 20px;
}

@media screen and (max-width: 479px) {
    .rev-7-footer .footer-subscribe .footer-subs-form input {
        height: 40px;
        padding: 0 112px 0 15px;
    }
}

.rev-7-footer .footer-subscribe .footer-subs-form button {
    position: absolute;
    background: #699c47;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 20px;
    color: #ffffff;
    border-radius: 0 30px 30px 0;
}

@media screen and (max-width: 479px) {
    .rev-7-footer .footer-subscribe .footer-subs-form button {
        padding: 0 15px;
    }
}

.rev-7-footer h3 {
    font-weight: 600;
    font-size: 30px;
    color: #ddd;
    margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
    .rev-7-footer h3 {
        text-align: center;
        font-size: 28px;
    }

    .rev-7-footer h3.footer-title {
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .rev-7-footer h3 {
        font-size: 25px;
    }
}

.rev-7-footer .footer-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
}

@media screen and (max-width: 1199px) {
    .rev-7-footer .footer-socials {
        justify-content: center;
    }
}

@media screen and (max-width: 479px) {
    .rev-7-footer .footer-socials {
        gap: 10px;
    }
}

.rev-7-footer .footer-socials ul {
    display: flex;
    gap: 10px;
}

.rev-7-footer .footer-socials .footer-title {
    font-size: 18px;
    line-height: 100%;
}

.rev-7-footer .main-footer .footer-link ul li a:hover {
    color: #699c47;
}

.rev-7-footer .main-footer .footer-about ul li .txt a:hover {
    color: #699c47;
}

.rev-7-footer .copyright {
    position: relative;
    overflow: hidden;
    border: 0;
    z-index: 1;
}

.rev-7-footer .copyright::before,
.rev-7-footer .copyright::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(40deg, #699c47 35%, #313131 0);
    z-index: -1;
}

@media screen and (max-width: 767px) {

    .rev-7-footer .copyright::before,
    .rev-7-footer .copyright::after {
        background: #313131;
    }
}

.rev-7-footer .copyright::after {
    right: 0;
    background: linear-gradient(-40deg, #699c47 35%, #313131 0);
}

@media screen and (max-width: 767px) {
    .rev-7-footer .copyright::after {
        background: #313131;
    }
}

.rev-7-footer .copyright .row {
    row-gap: 15px;
}

/*---- INDEX-8 FOOTER STYLES ----*/
.rev-8-footer .main-footer {
    padding: 90px 0;
}

.rev-8-footer .rev-8-features {
    background: transparent;
    border-bottom: 1px solid #707070;
}

.rev-8-footer .rev-8-features .panel {
    background: transparent;
}

.rev-8-footer .rev-8-features .panel .custom-col {
    border: 0;
}

.rev-8-footer .rev-8-features .panel .single-feature .part-icon span {
    color: #ffffff;
}

.rev-8-footer .rev-8-features .panel .single-feature .part-txt h4,
.rev-8-footer .rev-8-features .panel .single-feature .part-txt p {
    color: #ffffff;
}

/*---- INDEX-9 FOOTER STYLES ----*/
.rev-9-footer .main-footer .footer-subscribe form button {
    background-color: #ff4747;
}

.rev-9-footer .main-footer .footer-subscribe form button:hover {
    color: #ff4747;
}

/*---- INDEX-10 FOOTER STYLES ----*/
.rev-10-footer {
    background-color: #f1f5ff;
}

.rev-10-footer .main-footer {
    color: #191919;
    border: solid #a8a8a8;
    border-width: 1px 0;
    padding: 80px 0;
}

@media screen and (max-width: 1199px) {
    .rev-10-footer .main-footer .custom-row {
        gap: 40px 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .rev-10-footer .main-footer .custom-row {
        gap: 40px 0 !important;
    }
}

@media screen and (max-width: 575px) {
    .rev-10-footer .main-footer .custom-row .custom-col {
        width: 50% !important;
    }
}

@media screen and (max-width: 479px) {
    .rev-10-footer .main-footer .custom-row .custom-col {
        width: 100% !important;
    }
}

.rev-10-footer .main-footer .footer-about ul {
    gap: 10px;
}

.rev-10-footer .main-footer .footer-about ul li {
    margin-bottom: 0 !important;
}

.rev-10-footer .main-footer .footer-about ul li a {
    width: 40px;
    height: 40px;
    line-height: 43px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    font-size: 22px;
}

.rev-10-footer .main-footer .footer-about ul li:last-child {
    margin-bottom: 0 !important;
}

.rev-10-footer .main-footer .footer-about p {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
}

.rev-10-footer .main-footer .footer-title {
    padding-bottom: 0;
    text-transform: capitalize;
    margin-bottom: 26px;
    margin-top: 0;
    font-family: "Josefin Sans", sans-serif;
}

@media screen and (max-width: 1199px) {
    .rev-10-footer .main-footer .footer-title {
        font-weight: 600;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 991px) {
    .rev-10-footer .main-footer .footer-title {
        font-size: 17px !important;
        margin-bottom: 15px !important;
    }
}

.rev-10-footer .main-footer .footer-title::after {
    content: none;
}

.rev-10-footer .main-footer .footer-link ul li a:hover {
    color: #2f61d2;
}

.rev-10-footer .main-footer .footer-subscribe h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.rev-10-footer .main-footer .footer-subscribe form {
    border: 0;
    margin-bottom: 15px;
}

.rev-10-footer .main-footer .footer-subscribe form input {
    background-color: #ffffff;
    color: #222222;
    height: 40px;
    line-height: 44px;
}

.rev-10-footer .main-footer .footer-subscribe form button {
    background-color: #2f61d2;
}

.rev-10-footer .main-footer .footer-subscribe form button:hover {
    color: #2f61d2;
}

.rev-10-footer .main-footer .footer-subscribe .footer-info {
    font-family: "Open Sans", sans-serif;
}

.rev-10-footer .main-footer .footer-subscribe .footer-info li {
    line-height: 30px;
}

.rev-10-footer .copyright p {
    color: #a8a8a8;
}

/*---- INDEX-11 FOOTER STYLES ----*/
.rev-11-footer {
    background-color: #E5FFF7;
}

.rev-11-footer .main-footer .footer-about ul li a:hover {
    color: #599b87;
}

.rev-11-footer .main-footer .footer-link ul li a:hover {
    color: #599b87;
}

.rev-11-footer .main-footer .footer-subscribe form button {
    background-color: #2B4A41;
}

.rev-11-footer .main-footer .footer-subscribe form button:hover {
    color: #2B4A41;
}

/*---- INDEX-11 FOOTER STYLES ----*/
.rev-12-footer {
    background-color: #f2f2f2;
}

.rev-12-footer .main-footer {
    border-width: 0 0 1px;
}

.rev-12-footer .main-footer .footer-about ul li a {
    color: #ffc000;
    line-height: 40px;
}

.rev-12-footer .main-footer .footer-about ul li a:hover {
    color: #222222;
}

.rev-12-footer .main-footer .footer-link ul li a:hover {
    color: #ffc000;
}

.rev-12-footer .main-footer .footer-subscribe form button {
    background-color: #ffc000;
    color: #222222;
}

.rev-12-footer .main-footer .footer-subscribe form button:hover {
    color: #ffc000;
}

.rev-12-footer .copyright p {
    color: #222222;
}

.rev-12-footer .copyright span.colored {
    color: #ffc000;
}

/*---- INDEX-13 FOOTER STYLES ----*/
.rev-13-footer {
    background-color: #ffffff;
}

.rev-13-footer .main-footer .footer-about ul li a:hover,
.rev-13-footer .main-footer .footer-link ul li a:hover {
    color: #E05559;
}

.rev-13-footer .main-footer .footer-subscribe form button {
    background-color: #E05559;
}

.rev-13-footer .main-footer .footer-subscribe form button:hover {
    color: #E05559;
}

/*---- INDEX-14 FOOTER STYLES ----*/
.rev-14-footer {
    background-color: #f2f2f2;
}

.rev-14-footer .main-footer {
    border-width: 0 0 1px;
}

.rev-14-footer .main-footer .footer-about ul li a:hover {
    color: #ea272c;
}

.rev-14-footer .main-footer .footer-link ul li a:hover {
    color: #ea272c;
}

.rev-14-footer .main-footer .footer-subscribe form button {
    background-color: #ea272c;
}

.rev-14-footer .main-footer .footer-subscribe form button:hover {
    color: #ea272c;
}

/*---- INDEX-15 FOOTER STYLES ----*/
.rev-15-footer .main-footer .footer-about ul li .txt a:hover,
.rev-15-footer .main-footer .footer-about ul li .txt a:focus {
    color: #f79300;
}

.rev-15-footer .main-footer .footer-link ul li a:hover,
.rev-15-footer .main-footer .footer-link ul li a:focus {
    color: #f79300;
}

.rev-15-footer .main-footer .footer-subscribe form button {
    background-color: #f79300;
}

.rev-15-footer .main-footer .footer-subscribe form button:hover,
.rev-15-footer .main-footer .footer-subscribe form button:focus {
    color: #f79300;
}

/*---- INDEX-14 FOOTER STYLES ----*/
.rev-18-footer .footer-subscribe form button {
    background-color: #305611;
    border-color: #305611;
}

.rev-18-footer .main-footer .footer-about ul li .txt a:hover,
.rev-18-footer .main-footer .footer-about ul li .txt a:focus {
    color: #699c47;
}

.rev-18-footer .main-footer .footer-link ul li a:hover,
.rev-18-footer .main-footer .footer-link ul li a:focus {
    color: #699c47;
}

.rev-3-shop-bg-banner {
    background: url("../images/rev-3-fashion-benner.jpg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-right: 0;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 0;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .rev-3-shop-bg-banner {
        background-position-y: -170px;
        padding: 25px;
        min-height: 350px;
    }
}

@media screen and (max-width: 575px) {
    .rev-3-shop-bg-banner {
        background-position-y: -140px;
    }
}

@media screen and (max-width: 479px) {
    .rev-3-shop-bg-banner {
        background-position-y: -10px;
    }
}

.rev-3-shop-bg-banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: -1;
}

.rev-3-banner-text h4 {
    color: #ffffff;
    line-height: 34px;
    font-size: 27px;
    font-weight: bold;
}

@media screen and (max-width: 575px) {
    .rev-3-banner-text h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 479px) {
    .rev-3-banner-text h4 {
        font-size: 22px;
    }
}

.rev-3-banner-btn {
    text-align: center;
}

.rev-3-banner-btn a {
    background: #ffffff;
    font-weight: 600;
    padding: 7px 20px;
    border-radius: 50px;
}

.rev-3-banner-btn a:hover {
    background: #1273eb;
    color: #ffffff;
}

.rev-3-fashion-sec .rev-3-fasion {
    padding: 30px;
    height: 100%;
}

@media screen and (max-width: 479px) {
    .rev-3-fashion-sec .rev-3-fasion {
        padding: 15px;
    }
}

.rev-3-fashion-sec .rev-3-fasion .panel-header:after {
    content: "";
    background: #1273eb;
}

.rev-3-product-card {
    padding-bottom: 20px;
}

.rev-3-product-card .part-img .off-tag {
    background: #1273eb;
}

.rev-3-product-card .cart-option ul li a:hover {
    color: #1273eb;
}

.rev-3-product-card .part-txt .product-name a:hover {
    color: #1273eb;
}

.rev-3-furniture-shop-banner {
    padding-left: 0;
}

.rev-3-furniture-sec {
    padding-right: 0;
}

.rev-3-furniture-sec .rev-3-fasion {
    padding: 30px;
    height: 100%;
}

@media screen and (max-width: 479px) {
    .rev-3-furniture-sec .rev-3-fasion {
        padding: 15px;
    }
}

.rev-3-furniture-sec .rev-3-fasion .panel-header:after {
    content: "";
    background: #1273eb;
}

.rev-3-shop-bg-furniture-banner {
    background: url("../images/rev-3-furniture-banner.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 0;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .rev-3-shop-bg-furniture-banner {
        background-position-y: -170px;
        padding: 25px;
        min-height: 350px;
    }
}

@media screen and (max-width: 575px) {
    .rev-3-shop-bg-furniture-banner {
        background-position-y: -140px;
    }
}

@media screen and (max-width: 479px) {
    .rev-3-shop-bg-furniture-banner {
        background-position-y: -10px;
    }
}

.rev-3-shop-bg-furniture-banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: -1;
}

.rev-3-shop-bg-technology-banner {
    background-image: url(../images/technology/technology-img.jpg);
    position: relative;
    z-index: 1;
}

.rev-3-shop-bg-sunglasses-banner {
    background-image: url(../images/sunglasses/sunglass-img.jpg);
}

.new-arrival-section {
    padding: 80px 0;
}

@media screen and (max-width: 479px) {
    .new-arrival-section {
        padding: 60px 0;
    }
}

.rev-4-single-product-card {
    border: 0;
    padding-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
    .rev-4-single-product-card {
        padding: 0;
    }
}

.rev-4-single-product-card .part-img {
    position: relative;
}

.rev-4-single-product-card .part-img .discount-sticker {
    background-color: #a19cde;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0 5px;
    color: #ffffff;
}

.rev-4-single-product-card .cart-option ul li a:hover {
    color: #a19cde;
}

.rev-4-single-product-card .part-txt .star {
    color: #fed638;
}

.rev-4-single-product-card .part-txt .product-name a:hover {
    color: #a19cde;
}

.rev-11-new-products {
    background-image: linear-gradient(to right, #ffffff 60%, #F1F1F1 40%);
    padding: 60px 0;
}

@media screen and (max-width: 479px) {
    .rev-11-new-products {
        background-image: linear-gradient(to right bottom, #ffffff 60%, #F1F1F1 40%);
        padding: 0 0 60px;
    }
}

.rev-11-new-products .rev-11-section-heading {
    margin-bottom: 0;
}

.rev-11-new-products .rev-11-section-heading .rev-11-section-title {
    margin-bottom: 20px;
    text-align: left;
}

@media screen and (max-width: 1399px) {
    .rev-11-new-products .rev-11-section-heading .rev-11-section-title {
        margin-bottom: 10px;
    }
}

.rev-11-new-products .rev-11-section-heading .rev-11-section-description {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #a8a8a8;
}

.rev-11-new-products .rev-11-section-heading span.price-txt {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: #a8a8a8;
    margin-bottom: 4px;
}

.rev-11-new-products .rev-11-section-heading h6.price {
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 38px;
}

@media screen and (max-width: 1399px) {
    .rev-11-new-products .rev-11-section-heading h6.price {
        margin-bottom: 23px;
    }
}

.rev-11-new-products .rev-11-section-heading h6.price .new-price {
    font-size: 25px;
    font-weight: 600;
    color: #2B4A41;
}

.rev-11-new-products .rev-11-section-heading h6.price .prev-price {
    font-weight: 400;
    font-size: 18px;
    color: #a8a8a8;
}

.rev-11-new-products .rev-11-section-heading .rev-11-def-btn {
    background-color: #2B4A41;
    color: #ffffff;
}

.rev-11-new-products .rev-11-section-heading .rev-11-def-btn:hover {
    color: #2B4A41;
    background-color: #ffffff;
}

.rev-11-new-products .rev-11-new-products-container {
    overflow: hidden;
}

.rev-11-new-products .owl-dots {
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 22px;
}

.rev-11-new-products .owl-carousel .owl-nav button.owl-next,
.rev-11-new-products .owl-carousel .owl-nav button.owl-prev,
.rev-11-new-products .owl-carousel button.owl-dot {
    background-color: #a8a8a8;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.rev-11-new-products .owl-carousel .owl-nav button.owl-next.active,
.rev-11-new-products .owl-carousel .owl-nav button.owl-prev.active,
.rev-11-new-products .owl-carousel button.owl-dot.active {
    background-color: #d4d4d4;
}

.rev-11-new-products .rev-11-single-product img {
    border: 1px solid #d4d4d4;
}

.rev-12-new-products {
    background-image: linear-gradient(to right, #ffffff 60%, #ffc000 40%);
}

@media screen and (max-width: 479px) {
    .rev-12-new-products {
        background-image: linear-gradient(to right bottom, #ffffff 60%, #ffc000 40%);
    }
}

.rev-12-new-products .rev-12-single-product img {
    border: none;
}

.rev-12-new-products .rev-12-section-heading .def-btn {
    border: none;
    background-color: #222222;
    color: #ffc000;
    font-weight: 400;
    line-height: 48px;
    padding: 0 40px;
}

@media screen and (max-width: 991px) {
    .rev-12-new-products .rev-12-section-heading .def-btn {
        line-height: 40px;
    }
}

.rev-12-new-products .rev-12-section-heading .def-btn:hover {
    background-color: #222222;
    color: #222222;
}

.rev-12-new-products .rev-12-section-heading h6.price .new-price {
    color: #222222;
}

/*----- INDEX 17 NEW ARRIVAL SECTION STYLES -----*/
.rev-17-new-arrival {
    background-color: #ffffff;
    padding: 50px 0;
}

@media screen and (max-width: 767px) {
    .rev-17-new-arrival {
        padding: 30px 0;
    }
}

@media screen and (max-width: 991px) {
    .sub-banner-section {
        margin: 0 12px;
    }
}

.sub-banner-section>.row>* {
    padding: 0;
}

.sub-banner-section .single-offer {
    overflow: hidden;
    height: 100%;
    padding: 0 35px;
}

@media screen and (max-width: 991px) {
    .sub-banner-section .single-offer {
        padding: 0 30px;
    }
}

@media screen and (max-width: 575px) {
    .sub-banner-section .single-offer {
        padding: 0 20px;
    }
}

.sub-banner-section .single-offer>.row {
    margin: 0;
    align-items: center;
    height: 100%;
}

.sub-banner-section .single-offer>.row>* {
    padding: 0;
}

.sub-banner-section .single-offer.first-offer {
    background-color: #eaeaea;
}

.sub-banner-section .single-offer.first-offer>.row {
    align-items: flex-end;
}

.sub-banner-section .single-offer.second-offer {
    background-color: #cfcbff;
}

.sub-banner-section .single-offer.third-offer {
    background-color: #99a1b6;
    color: #ffffff;
}

.sub-banner-section .single-offer-txt {
    padding: 20px 0;
}

.sub-banner-section .single-offer h4 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 18px;
}

@media screen and (max-width: 1399px) {
    .sub-banner-section .single-offer h4 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1199px) {
    .sub-banner-section .single-offer h4 {
        font-size: 25px;
    }
}

@media screen and (max-width: 991px) {
    .sub-banner-section .single-offer h4 {
        font-size: 23px;
    }
}

@media screen and (max-width: 767px) {
    .sub-banner-section .single-offer h4 {
        font-size: 14px;
    }
}

.sub-banner-section .single-offer h6 {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 50px;
}

@media screen and (max-width: 1399px) {
    .sub-banner-section .single-offer h6 {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .sub-banner-section .single-offer h6 {
        font-size: 14px;
    }
}

.sub-banner-section .single-offer a {
    font-size: 15px;
    font-weight: 600;
    padding: 10px 20px;
    color: #222222;
    background-color: #ffffff;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .sub-banner-section .single-offer a {
        font-size: 13px;
        padding: 7px 10px;
    }
}

.sub-banner-section .single-offer a:hover {
    background-color: #7e76d3;
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    .sub-banner-section .single-offer-img img {
        min-height: 250px;
        object-fit: contain;
    }
}

@media screen and (max-width: 479px) {
    .sub-banner-section .single-offer-img img {
        min-height: 160px;
    }
}

.rev-4-top-rated .panel {
    padding: 0;
}

.rev-4-top-rated .panel .panel-header .text-end {
    height: auto;
}

.rev-4-top-rated .panel-header::after {
    content: none;
}

.rev-4-top-rated .top-rated-slider-nav button {
    width: 35px;
    height: 35px;
    border: 1px solid #979797;
    border-radius: 50%;
    line-height: 35px;
    color: #979797;
    text-align: center;
}

.rev-4-top-rated .top-rated-slider-nav button:hover {
    border-color: #a19cde;
    background-color: #a19cde;
    color: #ffffff;
}

.rev-4-top-rated .rev-row .owl-item>.row {
    row-gap: 25px;
}

.rev-4-top-rated .rev-row .top-product-card {
    display: flex;
    column-gap: 15px;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .rev-4-top-rated .rev-row .top-product-card {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 479px) {
    .rev-4-top-rated .rev-row .top-product-card {
        flex-direction: row;
    }
}

.rev-4-top-rated .rev-row .top-product-card .part-img img {
    border: 1px solid #dddddd;
}

@media screen and (max-width: 767px) {
    .rev-4-top-rated .rev-row .top-product-card .part-txt {
        text-align: center;
    }
}

@media screen and (max-width: 479px) {
    .rev-4-top-rated .rev-row .top-product-card .part-txt {
        text-align: left;
    }
}

.rev-4-top-rated .rev-row .top-product-card .part-txt .star {
    color: #ffd700;
    margin-bottom: 11px;
    margin-top: -3px;
}

.rev-4-top-rated .rev-row .top-product-card .part-txt a {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 400;
    color: #292929;
}

.rev-4-top-rated .rev-row .top-product-card .part-txt p.price {
    margin-bottom: 0;
    color: #222222;
    font-size: 16px;
}

.rev-4-top-rated .rev-row .top-product-card .part-txt p.price .strike {
    font-size: 14px;
    color: #999999;
}

.most-viewed .panel-header::after {
    background: #a19cde;
}

.most-viewed .new-arrival {
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .most-viewed .new-arrival {
        height: max-content;
    }
}

.most-viewed .new-arrival .part-img {
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .most-viewed .new-arrival .part-img {
        height: 300px;
        display: flex;
        align-items: center;
    }
}

.most-viewed .new-arrival .part-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.most-viewed .new-arrival .part-txt .def-btn {
    background: #a19cde;
    border-color: #a19cde;
}

.most-viewed .new-arrival .part-txt .def-btn:hover {
    color: #a19cde;
    background: #ffffff;
}

.most-viewed .single-product-card {
    padding-bottom: 20px;
    border: none;
}

.most-viewed .single-product-card .cart-option ul li a:hover {
    color: #a19cde;
}

.most-viewed .single-product-card .part-txt {
    text-align: left;
}

.most-viewed .single-product-card .part-txt .product-name a:hover {
    color: #a19cde;
}

.most-viewed .single-product-card .part-txt .star {
    justify-content: flex-start;
    color: #ffd700;
}

.featured-todays {
    padding: 15px 0 0;
    overflow-x: hidden;
}

.featured-todays>.container>.row {
    row-gap: 40px;
}

.featured-product-area {
    padding: 20px 25px;
    background: #ffffff;
    box-shadow: 0px 1px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    font-family: "Heebo", sans-serif;
}

@media screen and (max-width: 1399px) {
    .featured-product-area {
        padding: 20px;
    }
}

@media screen and (max-width: 575px) {
    .featured-product-area {
        padding: 15px;
    }
}

.featured-product-area .area-heading .area-heading-btn {
    font-size: 16px;
    color: #ff4747;
    text-align: right;
}

.featured-product-area .feat-products-container>.row {
    row-gap: 25px;
}

.featured-product-area .single-feat-product {
    border: none;
    overflow: visible;
}

.featured-product-area .single-feat-product .part-txt {
    padding-bottom: 0 !important;
    margin-bottom: -11px;
}

@media screen and (max-width: 1199px) {
    .featured-product-area .single-feat-product .part-txt {
        padding: 10px 5px 0 !important;
    }
}

.featured-product-area .single-feat-product .part-txt .product-name {
    font-size: 18px;
    font-weight: 500;
    margin-top: -3px !important;
}

@media screen and (max-width: 1199px) {
    .featured-product-area .single-feat-product .part-txt .product-name {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

.featured-product-area .single-feat-product .part-txt .product-name a:hover {
    color: #ff4747;
}

.featured-product-area .single-feat-product .part-txt .price {
    font-size: 16px;
    font-weight: 400;
    color: #606060;
}

/*----- INDEX-6 SPORTS & OUTDOOR STYLES -----*/
.sports-outdoor {
    padding: 40px 0 0;
}

.sports-outdoor .panel {
    border-radius: 8px;
}

/*----- INDEX-6 SPORTS & OUTDOOR STYLES -----*/
.rev-6-products-section {
    margin-bottom: 40px;
}

.rev-6-products-section .panel {
    text-align: center;
}

.rev-6-products-section .panel .panel-header .title {
    text-align: left;
}

.rev-6-products-section .panel .rev-6-def-btn {
    border-radius: 30px;
    border: 1px solid #ff4747;
    margin-top: 30px;
}

.rev-6-products-section .rev-6-single-product-card .part-txt .price {
    margin-bottom: 15px;
}

.rev-6-products-section .rev-6-single-product-card .part-txt .star {
    color: #fed42d;
    justify-content: flex-start;
}

/*----- INDEX-5 SPORTS & OUTDOOR STYLES -----*/
.rev-5-featured-todays {
    padding: 50px 0 0;
}

.rev-5-featured-todays .featured-product-area .single-feat-product .part-txt .price {
    font-weight: 500;
    font-family: "Heebo", sans-serif;
}

.rev-5-featured-todays .featured-product-area .area-heading .area-heading-btn {
    color: #f74258;
}

.rev-5-featured-todays .rev-5-single-product-card .part-img {
    min-height: unset;
    height: 155px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.rev-5-featured-todays .rev-5-single-product-card .part-img .product-title a {
    font-size: 18px;
}

.rev-5-featured-todays .rev-5-single-product-card .part-img .product-title a:hover {
    color: #f74258;
}

.rev-5-featured-todays .rev-5-single-product-card .part-img:hover .product-title {
    opacity: 1;
    visibility: visible;
}

.rev-5-featured-todays .rev-5-single-product-card .part-img:hover .product-title a {
    margin-top: 0;
}

.rev-5-featured-todays .rev-5-single-product-card .part-img img {
    min-height: unset;
    height: 155px;
    width: 100%;
    object-fit: cover;
}

.rev-5-featured-todays .rev-5-single-product-card .cart-option ul li a:hover {
    color: #f74258;
}

.rev-5-featured-todays .rev-5-single-product-card .part-txt {
    padding-bottom: 0;
    padding-left: 0;
}

.rev-5-single-product-card .cart-option ul li a:hover {
    color: #f74258;
}

/*----- INDEX-18 FEAT PRODUCT SECTION STYLES -----*/
.rev-18-featured-pro-area .area-heading .area-heading-btn {
    color: #305611;
}

.rev-18-featured-pro-area .single-feat-product .part-txt .product-name a:hover,
.rev-18-featured-pro-area .single-feat-product .part-txt .product-name a:focus {
    color: #305611;
}

/*----- INDEX-18 PRODUCTS SECTION STYLES -----*/
.rev-18-products-section .panel .rev-6-def-btn {
    border-color: #305611;
}

.ads-section>.container>.row {
    row-gap: 20px;
}

.ads-section .first-row {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.ads-section img {
    width: 100%;
    object-fit: cover;
}

.rev-7-ads-section .single-ad {
    background: url(../images/ads-banner/ads-banner-7.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 35px 20px;
    color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.rev-7-ads-section .single-ad::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.rev-7-ads-section .single-ad-sub-title {
    font-size: 18px;
    margin-bottom: 13px;
}

.rev-7-ads-section .single-ad-title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 11px;
}

@media screen and (max-width: 1199px) {
    .rev-7-ads-section .single-ad-title {
        font-size: 25px;
    }
}

.rev-7-ads-section .single-ad-btn {
    text-decoration: underline;
}

.rev-7-ads-section .single-ad-btn:hover {
    color: #699c47;
}

.rev-7-ads-section .single-ad-2 {
    background-image: url(../images/ads-banner/ads-banner-8.jpg);
}

.rev-7-ads-section .single-ad-3 {
    background-image: url(../images/ads-banner/ads-banner-9.jpg);
}

@media screen and (max-width: 767px) {
    .rev-7-ads-section .single-ad-title {
        font-size: 25px;
    }
}

@media screen and (max-width: 479px) {
    .rev-7-ads-section .single-ad-title {
        font-size: 22px;
    }

    .rev-7-ads-section .single-ad-title br {
        display: none;
    }
}

.rev-8-ads-section {
    margin-bottom: 80px;
}

.rev-8-ads-section>.container>.row {
    row-gap: 20px;
}

.rev-8-ads-section .single-ad {
    background-image: url(../images/ads-banner/ads-banner-10.jpg);
    padding: 65px 20px;
}

.rev-8-ads-section .single-ad::before,
.rev-8-ads-section .single-ad::after {
    background: rgba(0, 0, 0, 0.6);
}

.rev-8-ads-section .single-ad-2 {
    background-image: url(../images/ads-banner/ads-banner-11.jpg);
}

.rev-17-ad-section {
    padding: 30px 0 0;
}

.rev-17-ad-section a {
    height: 100%;
}

.rev-17-ad-section a img {
    height: 100%;
    object-fit: cover;
}

.rev-6-classified-products .rev-6-single-product-card .cart-option.cart-option-bottom {
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
}

.rev-6-classified-products .rev-6-single-product-card .part-img .rev-6-off-tag {
    top: auto;
    left: auto;
    right: 10px;
    bottom: 15px;
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
}

.rev-9-classified-products {
    padding: 110px 0;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .rev-9-classified-products {
        padding: 60px 0;
    }
}

.rev-9-classified-products .rev-9-products-container {
    gap: 30px;
    margin-bottom: 40px;
}

@media screen and (max-width: 479px) {
    .rev-9-classified-products .rev-9-products-container {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-9-classified-products .rev-9-products-container {
        gap: 20px;
    }
}

.rev-9-single-product {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0;
    border: none;
    background-color: #ffffff;
}

.rev-9-single-product:hover .rev-9-single-product__actions button {
    opacity: 1;
    translate: 0;
}

.rev-9-single-product__tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #ff4747;
    color: #ffffff;
    padding: 0 7px;
    font-size: 14px;
    font-family: "Heebo", sans-serif;
}

.rev-9-single-product__actions {
    position: absolute;
    top: 15px;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rev-9-single-product__actions button {
    width: 38px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 50%;
    line-height: 40px;
    opacity: 0;
    translate: 100%;
    transition: 0.4s ease;
}

.rev-9-single-product__actions button:hover {
    background-color: #ff4747;
    color: #ffffff;
}

.rev-9-single-product__actions button:first-child {
    transition-delay: 0;
}

.rev-9-single-product__actions button:nth-child(2) {
    transition-delay: 0.1s;
}

.rev-9-single-product__actions button:last-child {
    transition-delay: 0.2s;
}

.rev-9-single-product__txt {
    margin-bottom: -7px;
    margin-top: -4px;
    padding: 20px 0;
}

.rev-9-single-product__title {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #102039;
    margin-bottom: 9px;
}

@media screen and (max-width: 1199px) {
    .rev-9-single-product__title {
        font-size: 20px;
    }
}

.rev-9-single-product__title a:hover {
    color: #ff4747;
}

.rev-9-single-product__info {
    font-weight: 400;
    margin-bottom: 9px;
}

@media screen and (max-width: 991px) {
    .rev-9-single-product__info {
        font-size: 15px;
        display: flex;
        justify-content: space-evenly;
    }
}

.rev-9-single-product__info span {
    color: #ff4747;
}

.rev-9-single-product__price {
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    color: #102039;
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .rev-9-single-product__price {
        font-size: 18px;
    }
}

.rev-7-gallery-section .gallery-images {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    .rev-7-gallery-section .gallery-images {
        grid-template-columns: repeat(4, 1fr);
    }
}

.rev-7-gallery-section .gallery-images .single-image-container {
    position: relative;
}

.rev-7-gallery-section .gallery-images .single-image-container img {
    width: 100%;
}

.rev-7-gallery-section .gallery-images .single-image-container:hover button.insta-icon {
    opacity: 1;
}

.rev-7-gallery-section .gallery-images .single-image-container:hover button.insta-icon i {
    margin-top: 0;
}

.rev-7-gallery-section .gallery-images .single-image-container button.insta-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    background: rgba(105, 156, 71, 0.8);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #fff;
    opacity: 0;
    transition: 0.4s ease;
}

.rev-7-gallery-section .gallery-images .single-image-container button.insta-icon i {
    margin-top: 50px;
    transition: 0.4s ease;
}

.video-section {
    padding: 100px 0 272px;
    background: url(../images/bg/rev-8-video-bg.jpg) no-repeat 0 0;
    background-size: cover;
    position: relative;
    z-index: 0;
}

@media screen and (max-width: 767px) {
    .video-section {
        padding: 80px 0 280px;
    }
}

.video-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.video-section__txt {
    text-align: center;
}

.video-section__txt .video-btn {
    border: 2px solid #ffffff;
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 15px;
    margin-bottom: 12px;
    -webkit-animation: shadow 1s ease-in infinite;
    animation: shadow 1.2s ease-in infinite;
}

.video-section__txt .video-btn button {
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 50%;
    color: #699c47;
    line-height: 70px;
    font-size: 20px;
    cursor: pointer;
}

.video-section__txt .video-btn button:hover {
    color: #606060;
}

.video-section__txt h2 {
    font-weight: 700;
    font-size: 60px;
    color: #ffffff;
}

@media screen and (max-width: 1399px) {
    .video-section__txt h2 {
        font-size: 50px;
    }
}

@media screen and (max-width: 1199px) {
    .video-section__txt h2 {
        font-size: 45px;
    }
}

@media screen and (max-width: 991px) {
    .video-section__txt h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .video-section__txt h2 {
        font-size: 35px;
    }

    .video-section__txt h2 br {
        display: none;
    }
}

@media screen and (max-width: 479px) {
    .video-section__txt h2 {
        font-size: 27px;
    }
}

@keyframes shadow {
    0% {
        box-shadow: 0 0 0 0 #699c47, 0 0 0 0 #699c47, 0 0 0 0 #699c47;
    }

    100% {
        box-shadow: 0 0 5px 30px transparent, 0 0 5px 29px transparent, 0 0 5px 28px transparent;
    }
}

/*---- INDEX 14 POPUP VIDEO SECTION STYLES -----*/
.rev-14-video-modal-section {
    position: relative;
    padding: 50px 0 0;
}

@media screen and (max-width: 991px) {
    .rev-14-video-modal-section {
        padding: 0;
    }
}

.rev-14-video-modal-section .rev-14-video-modal-btn {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.87);
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    font-size: 25px;
    line-height: 63px;
    color: #ea272c;
    animation: shadow-2 1.5s ease-in infinite;
}

@keyframes shadow-2 {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.56);
    }

    100% {
        box-shadow: 0 0 0 30px transparent;
    }
}

.locations-row {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 30px;
}

@media screen and (max-width: 767px) {
    .locations-row {
        gap: 20px;
    }
}

.locations-row>* {
    flex: auto;
}

@media screen and (max-width: 1199px) {
    .locations-row>* {
        flex: 20%;
    }
}

@media screen and (max-width: 991px) {
    .locations-row>* {
        flex: 35%;
    }
}

@media screen and (max-width: 479px) {
    .locations-row>* {
        flex: auto;
    }
}

.locations-row .rev-9-section-heading {
    width: min-content;
    text-align: left;
    margin-top: 0;
}

.locations-row .rev-9-section-heading .section-title {
    margin-bottom: 11px;
}

.locations-row .rev-9-section-heading p {
    margin-bottom: 18px;
}

.locations-row .rev-9-section-heading .rev-9-def-btn {
    border-radius: 30px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Rubik", sans-serif;
    height: 35px;
    line-height: 33px;
    padding: 0 20px;
}

.locations-row .single-location {
    position: relative;
    height: 245px;
    overflow: hidden;
    margin-bottom: 0;
}

.locations-row .single-location img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.7);
}

.locations-row .single-location__txt {
    position: absolute;
    bottom: 20px;
    left: 50%;
    translate: -50%;
    text-align: center;
    color: #ffffff;
    text-transform: capitalize;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 20px;
    width: max-content;
}

.locations-row .single-location__title a:hover {
    color: #ff4747;
}

.locations-row .single-location .ads-amount {
    font-size: 14px;
    font-weight: 400;
}

/*----- INDEX-10 MENS COLLECTION SECTION STYLES -----*/
.rev-10-mens-collection {
    padding: 80px 0;
    overflow-x: hidden;
}

@media screen and (max-width: 991px) {
    .rev-10-mens-collection {
        padding: 60px 0;
    }
}

.rev-10-mens-collection>.container>.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
}

@media screen and (max-width: 1199px) {
    .rev-10-mens-collection>.container>.row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }
}

.rev-10-mens-collection .rev-10-single-product {
    margin: 0;
}

.rev-10-mens-collection .rev-10-single-product__txt {
    padding: 0;
    text-align: left;
}

.rev-10-mens-collection .rev-10-single-product__title {
    margin-bottom: 9px;
}

.rev-10-mens-collection .rev-10-single-product__price {
    margin-bottom: 5px;
}

.rev-10-mens-collection .rev-10-single-product__price .prev-price {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #a6a6a6;
}

.rev-10-mens-collection .rev-10-single-product__rating {
    color: #FE9200;
}

@media screen and (max-width: 1199px) {
    .rev-10-mens-collection .rev-10-single-product__rating i {
        font-size: 14px;
    }
}

/*----- INDEX-13 MENS COLLECTION SECTION STYLES -----*/
.rev-13-mens-collection {
    padding: 20px 0 80px;
}

.rev-13-mens-collection .rev-13-section-heading {
    margin-bottom: 0;
}

.rev-13-mens-collection .nav-tabs {
    border: none;
    align-items: flex-end;
    margin-bottom: 10px;
    column-gap: 20px;
}

.rev-13-mens-collection .nav-tabs .nav-item.show .nav-link,
.rev-13-mens-collection .nav-tabs .nav-link.active {
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #E05559;
    text-transform: capitalize;
}

@media screen and (max-width: 991px) {

    .rev-13-mens-collection .nav-tabs .nav-item.show .nav-link,
    .rev-13-mens-collection .nav-tabs .nav-link.active {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {

    .rev-13-mens-collection .nav-tabs .nav-item.show .nav-link,
    .rev-13-mens-collection .nav-tabs .nav-link.active {
        font-size: 16px;
    }
}

@media screen and (max-width: 479px) {

    .rev-13-mens-collection .nav-tabs .nav-item.show .nav-link,
    .rev-13-mens-collection .nav-tabs .nav-link.active {
        font-size: 14px;
    }
}

.rev-13-mens-collection .nav-tabs .nav-link,
.rev-13-mens-collection .nav-tabs .nav-link {
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #a6a6a6;
    padding: 8px 0;
}

@media screen and (max-width: 575px) {

    .rev-13-mens-collection .nav-tabs .nav-link,
    .rev-13-mens-collection .nav-tabs .nav-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 479px) {

    .rev-13-mens-collection .nav-tabs .nav-link,
    .rev-13-mens-collection .nav-tabs .nav-link {
        font-size: 12px;
    }
}

.rev-13-mens-collection .rev-13-single-product {
    border-radius: 8px;
}

.rev-13-mens-collection .rev-13-single-product .single-product__img {
    border-bottom: 0;
}

.rev-13-mens-collection .rev-13-single-product .single-product__txt {
    flex-direction: column;
    align-items: start;
}

.rev-13-mens-collection .rev-13-single-product .single-product__title {
    font-family: "Josefin Sans", sans-serif;
    color: #191919;
    font-size: 15px;
    font-weight: 400;
}

@media screen and (max-width: 479px) {
    .rev-13-mens-collection .rev-13-single-product .single-product__title {
        font-size: 11px;
    }
}

.rev-13-mens-collection .rev-13-single-product .single-product__price {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
}

@media screen and (max-width: 479px) {
    .rev-13-mens-collection .rev-13-single-product .single-product__price {
        font-size: 13px;
    }
}

.shop-by-categories-section {
    padding: 77px 0 50px;
}

@media screen and (max-width: 991px) {
    .shop-by-categories-section {
        padding: 57px 0 50px;
    }
}

.shop-by-categories-section .nav-tabs {
    border-bottom: none;
}

.shop-by-categories-section .nav-tabs .nav-item .nav-link {
    padding: 0;
    border: none;
    color: #a8a8a8;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #a8a8a8;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .shop-by-categories-section .nav-tabs .nav-item .nav-link {
        font-size: 16px;
    }
}

.shop-by-categories-section .nav-tabs .nav-item .nav-link:hover {
    color: #2B4A41;
}

.shop-by-categories-section .nav-tabs .nav-item:last-child .nav-link {
    border: 0;
    padding: 0;
    margin: 0;
}

.shop-by-categories-section .nav-tabs .nav-item.show .nav-link,
.shop-by-categories-section .nav-tabs .nav-link.active {
    color: #2B4A41;
}

.tutorial-section {
    padding: 80px 0;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

@media screen and (max-width: 991px) {
    .tutorial-section {
        padding: 60px 0;
    }
}

.tutorial-section::before {
    content: "";
    position: absolute;
    background-image: linear-gradient(115deg, transparent 25%, black 0, black 60%, #ffc000 0);
    right: 0;
    top: 50%;
    translate: 0 -50%;
    width: 50%;
    height: 420px;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .tutorial-section::before {
        height: 240px;
    }
}

@media screen and (max-width: 991px) {
    .tutorial-section::before {
        bottom: 0;
        top: auto;
    }
}

@media screen and (max-width: 767px) {
    .tutorial-section::before {
        translate: 0;
        bottom: 60px;
        width: 80%;
    }
}

@media screen and (max-width: 575px) {
    .tutorial-section::before {
        height: 160px;
    }
}

@media screen and (max-width: 991px) {
    .tutorial-section .rev-12-section-title {
        text-align: center;
    }
}

.tutorial-section .rev-12-section-title::before {
    content: "TUTORIAL";
    font-family: "Kanit", sans-serif;
    background: none;
    height: fit-content;
    width: max-content;
    font-size: 135px;
    -webkit-text-stroke: 1px #ffc000;
    -webkit-text-fill-color: transparent;
    opacity: 32%;
    top: -80px;
    text-transform: uppercase;
}

@media screen and (max-width: 1399px) {
    .tutorial-section .rev-12-section-title::before {
        font-size: 110px;
    }
}

@media screen and (max-width: 991px) {
    .tutorial-section .rev-12-section-title::before {
        left: 50%;
        translate: -50%;
    }
}

@media screen and (max-width: 767px) {
    .tutorial-section .rev-12-section-title::before {
        top: -50px;
        font-size: 80px;
    }
}

@media screen and (max-width: 575px) {
    .tutorial-section .rev-12-section-title::before {
        top: -45px;
        font-size: 70px;
    }
}

@media screen and (max-width: 479px) {
    .tutorial-section .rev-12-section-title::before {
        top: -40px;
        font-size: 60px;
    }
}

.tutorial-section__txt {
    position: relative;
}

@media screen and (max-width: 991px) {
    .tutorial-section__txt .rev-12-section-heading {
        margin: auto;
        margin-bottom: 27px;
    }
}

.tutorial-section__txt .rev-12-def-btn {
    background-color: #222222;
    color: #ffc000;
}

@media screen and (max-width: 991px) {
    .tutorial-section__txt .rev-12-def-btn {
        height: 40px;
        line-height: 40px;
    }
}

.tutorial-section__txt .rev-12-def-btn:hover,
.tutorial-section__txt .rev-12-def-btn:focus {
    color: #222222;
}

.tutorial-section__txt .rev-12-video-modal-btn {
    border: 8px solid #ffc000;
    padding: 0;
    width: 50px;
    line-height: 30px;
    margin-left: 36px;
}

@media screen and (max-width: 991px) {
    .tutorial-section__txt .rev-12-video-modal-btn {
        border-width: 5px;
        line-height: 32px;
    }
}

.tutorial-section__txt .rev-12-video-modal-btn:hover,
.tutorial-section__txt .rev-12-video-modal-btn:focus {
    background-color: #ffc000;
    border-color: #222222;
}

.tutorial-section__txt .rev-12-video-modal-btn::before {
    content: none;
}

.tutorial-section__description {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin-bottom: 22px;
    padding-right: 90px;
}

@media screen and (max-width: 1199px) {
    .tutorial-section__description {
        padding-right: 60px;
    }
}

@media screen and (max-width: 991px) {
    .tutorial-section__description {
        padding-right: 0;
        text-align: center;
    }
}

.tutorial-section__description:last-of-type {
    margin-bottom: 0;
    margin-bottom: 73px;
}

@media screen and (max-width: 991px) {
    .tutorial-section__description:last-of-type {
        margin-bottom: 43px;
    }
}

.tutorial-section .shapes img {
    position: absolute;
    animation: shape-animation 7s linear infinite;
    transform: rotate(0deg);
}

.tutorial-section .shapes img:first-child {
    top: 120px;
    right: 0;
}

@media screen and (max-width: 991px) {
    .tutorial-section .shapes img:first-child {
        display: none;
    }
}

.tutorial-section .shapes img:nth-child(2) {
    top: -110px;
    left: 400px;
}

.tutorial-section .shapes img:nth-child(3) {
    top: 0;
    left: -110px;
}

.tutorial-section .shapes img:nth-child(4) {
    top: 50%;
    left: -70px;
}

.tutorial-section .shapes img:nth-child(5) {
    bottom: 20px;
    left: -140px;
}

.tutorial-section .shapes img:nth-child(6) {
    right: 250px;
    bottom: 0;
}

@keyframes shape-animation {
    0% {
        transform: rotate(0deg);
    }

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

.rev-12-about {
    padding-top: 118px;
    overflow-x: hidden;
}

@media screen and (max-width: 991px) {
    .rev-12-about>.container>.row {
        --bs-gutter-y: 80px;
    }
}

@media screen and (max-width: 991px) {
    .rev-12-about {
        padding-top: 60px;
    }
}

.rev-12-about.tutorial-section::before {
    right: 67.5%;
    right: auto;
    left: 0;
    width: unset;
    width: 32%;
    background-image: linear-gradient(90deg, #222222 32%, #ffc000 0, #ffc000 73%, #222222 0);
}

@media screen and (max-width: 991px) {
    .rev-12-about.tutorial-section::before {
        top: 60px;
        translate: 0;
    }
}

@media screen and (max-width: 767px) {
    .rev-12-about.tutorial-section::before {
        height: 320px;
    }
}

@media screen and (max-width: 575px) {
    .rev-12-about.tutorial-section::before {
        height: 275px;
    }
}

@media screen and (max-width: 479px) {
    .rev-12-about.tutorial-section::before {
        height: 185px;
    }
}

.rev-12-about.tutorial-section .rev-12-section-heading {
    text-align: left;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .rev-12-about.tutorial-section .rev-12-section-heading {
        text-align: center;
    }
}

.rev-12-about.tutorial-section .rev-12-section-title {
    margin-bottom: 23px;
    font-size: 70px;
}

@media screen and (max-width: 1399px) {
    .rev-12-about.tutorial-section .rev-12-section-title {
        font-size: 55px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-12-about.tutorial-section .rev-12-section-title {
        margin-bottom: 13px;
        font-size: 45px;
    }
}

@media screen and (max-width: 991px) {
    .rev-12-about.tutorial-section .rev-12-section-title {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .rev-12-about.tutorial-section .rev-12-section-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 575px) {
    .rev-12-about.tutorial-section .rev-12-section-title {
        font-size: 35px;
    }
}

@media screen and (max-width: 479px) {
    .rev-12-about.tutorial-section .rev-12-section-title {
        font-size: 25px;
    }
}

.rev-12-about.tutorial-section .rev-12-section-title::before {
    content: "about us";
    top: -100px;
    left: -40px;
}

@media screen and (max-width: 1399px) {
    .rev-12-about.tutorial-section .rev-12-section-title::before {
        top: -70px;
    }
}

@media screen and (max-width: 991px) {
    .rev-12-about.tutorial-section .rev-12-section-title::before {
        left: 50%;
        translate: -50%;
    }
}

@media screen and (max-width: 767px) {
    .rev-12-about.tutorial-section .rev-12-section-title::before {
        top: -50px;
        font-size: 80px;
    }
}

@media screen and (max-width: 575px) {
    .rev-12-about.tutorial-section .rev-12-section-title::before {
        top: -45px;
        font-size: 70px;
    }
}

@media screen and (max-width: 479px) {
    .rev-12-about.tutorial-section .rev-12-section-title::before {
        top: -40px;
        font-size: 60px;
    }
}

.rev-12-about.tutorial-section .shapes img:first-child {
    top: -110px;
    left: 230px;
}

.rev-12-about.tutorial-section .shapes img:nth-child(2) {
    top: 120px;
    left: 620px;
}

.rev-12-about.tutorial-section .shapes img:nth-child(3) {
    top: 60px;
    left: -110px;
}

.rev-12-about.tutorial-section .shapes img:nth-child(4) {
    bottom: -25px;
    left: -150px;
    top: auto;
}

.rev-12-about.tutorial-section .shapes img:nth-child(5) {
    bottom: 0;
    left: 480px;
}

.rev-12-about.tutorial-section .shapes img:nth-child(6) {
    right: auto;
    bottom: 40px;
    left: 770px;
}

.rev-12-about.tutorial-section .shapes img:nth-child(7) {
    top: -110px;
    right: -140px;
}

.rev-12-about.tutorial-section .shapes img:nth-child(8) {
    top: -115px;
    right: 490px;
}

.rev-12-about.tutorial-section .shapes img:nth-child(9) {
    right: 0;
    top: 280px;
}

.rev-12-about.tutorial-section .shapes img:nth-child(10) {
    right: -40px;
    bottom: 120px;
}

.rev-12-about .rev-12-features {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

@media screen and (max-width: 991px) {
    .rev-12-about .rev-12-features {
        margin: auto;
        width: max-content;
    }
}

@media screen and (max-width: 479px) {
    .rev-12-about .rev-12-features {
        row-gap: 15px;
    }
}

.rev-12-about .rev-12-single-feature {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

@media screen and (max-width: 479px) {
    .rev-12-about .rev-12-single-feature {
        flex-direction: column;
        row-gap: 25px;
    }
}

.rev-12-about .rev-12-single-feature .single-feature__icon {
    width: 100px;
    height: 100px;
    background-color: #222222;
    box-shadow: 10px 10px 0 #ffc000;
    text-align: center;
    line-height: 100px;
}

@media screen and (max-width: 1199px) {
    .rev-12-about .rev-12-single-feature .single-feature__icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }

    .rev-12-about .rev-12-single-feature .single-feature__icon img {
        width: 45px;
    }
}

@media screen and (max-width: 479px) {
    .rev-12-about .rev-12-single-feature .single-feature__icon {
        width: 80px;
        he: 80px;
        line-height: 80px;
    }

    .rev-12-about .rev-12-single-feature .single-feature__icon img {
        width: 40px;
    }
}

.rev-12-about .rev-12-single-feature .single-feature__title {
    font-family: "Kanit", sans-serif;
    font-size: 30px;
    font-weight: 500;
    color: #191919;
    text-transform: uppercase;
}

@media screen and (max-width: 1399px) {
    .rev-12-about .rev-12-single-feature .single-feature__title {
        font-size: 27px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-12-about .rev-12-single-feature .single-feature__title {
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    .rev-12-about .rev-12-single-feature .single-feature__title {
        font-size: 22px;
    }
}

@media screen and (max-width: 479px) {
    .rev-12-about .rev-12-single-feature .single-feature__title {
        font-weight: 400;
        font-size: 20px;
    }
}

.rev-12-about .rev-12-single-feature .single-feature__sub-title {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}

.rev-12-about .about-section__description {
    margin-bottom: 53px;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

@media screen and (max-width: 1199px) {
    .rev-12-about .about-section__description {
        margin-bottom: 28px;
    }
}

.car-parts-section {
    padding: 80px 0;
}

@media screen and (max-width: 991px) {
    .car-parts-section {
        padding: 60px 0;
    }
}

.car-parts-section .section-heading {
    padding-bottom: 8px;
    border-bottom: 1px solid #ffc000;
    margin-bottom: 20px;
}

.car-parts-section .car-parts-title {
    margin-top: -7px;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: "Raleway", sans-serif;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: left;
}

@media screen and (max-width: 1399px) {
    .car-parts-section .car-parts-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .car-parts-section .car-parts-title {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    .car-parts-section .car-parts-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 575px) {
    .car-parts-section .car-parts-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 479px) {
    .car-parts-section .car-parts-title {
        font-size: 25px;
    }
}

.car-parts-section .car-parts-title::before {
    content: none;
}

.car-parts-section .car-parts-slider-nav {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.car-parts-section .car-parts-slider-nav button {
    width: 40px;
    height: 40px;
    border: 1px solid #d9d9d9;
    font-size: 17px;
    line-height: 40px;
    color: #ffc000;
}

@media screen and (max-width: 1399px) {
    .car-parts-section .car-parts-slider-nav button {
        line-height: 37px;
    }
}

.car-parts-section .car-parts-slider-nav button:hover {
    background-color: #222222;
    border-color: #222222;
}

@media screen and (max-width: 991px) {
    .car-parts-section .rev-11-single-product {
        padding-bottom: 0;
    }
}

.car-parts-section .rev-11-single-product .single-product__txt {
    padding: 7px 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
}

.car-parts-section .rev-11-single-product .single-product__title {
    margin-bottom: 5px;
}

.car-parts-section .rev-11-single-product .current-price {
    font-size: 14px;
    font-family: "Josefin Sans", sans-serif;
    color: #ffc000;
    font-weight: 600;
}

.car-parts-section .car-parts-ad-area {
    width: 100%;
    height: 100%;
}

.car-parts-section .car-parts-ad-area img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .rev-14-car-parts {
        padding: 60px 0;
    }
}

.rev-14-car-parts .section-heading {
    border-color: #ea272c;
}

.rev-14-car-parts .car-parts-title {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 600;
    font-size: 40px;
    margin-top: 0;
}

@media screen and (max-width: 991px) {
    .rev-14-car-parts .car-parts-title {
        font-size: 35px;
    }
}

@media screen and (max-width: 767px) {
    .rev-14-car-parts .car-parts-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 479px) {
    .rev-14-car-parts .car-parts-title {
        font-size: 25px;
    }
}

.rev-14-car-parts .car-parts-slider-nav button {
    color: #ea272c;
}

.rev-14-car-parts .car-parts-slider-nav button:hover {
    background-color: #ea272c;
    border-color: #ea272c;
    color: #ffffff;
}

.rev-14-car-parts .rev-14-single-product .current-price {
    color: #ea272c;
}

.rev-16-cta {
    padding: 40px 0 10px;
}

.rev-16-cta-bg {
    background: url(../images/rev-16-cta-bg2.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .rev-16-cta-bg {
        padding: 40px;
    }
}

@media screen and (max-width: 767px) {
    .rev-16-cta-bg {
        padding: 35px;
    }
}

@media screen and (max-width: 479px) {
    .rev-16-cta-bg {
        padding: 20px;
    }
}

.rev-16-cta-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.6));
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .rev-16-cta-bg::after {
        background: linear-gradient(to left, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    }
}

.rev-16-cta-bg .rev-16-cta-txt {
    width: 45%;
    color: #ffffff;
}

@media screen and (max-width: 1199px) {
    .rev-16-cta-bg .rev-16-cta-txt {
        width: 55%;
    }
}

@media screen and (max-width: 991px) {
    .rev-16-cta-bg .rev-16-cta-txt {
        width: 65%;
    }
}

@media screen and (max-width: 767px) {
    .rev-16-cta-bg .rev-16-cta-txt {
        width: 75%;
    }
}

@media screen and (max-width: 575px) {
    .rev-16-cta-bg .rev-16-cta-txt {
        width: 100%;
    }
}

.rev-16-cta-bg h3 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.3;
}

@media screen and (max-width: 1399px) {
    .rev-16-cta-bg h3 {
        font-size: 32px;
    }
}

@media screen and (max-width: 1199px) {
    .rev-16-cta-bg h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    .rev-16-cta-bg h3 {
        font-size: 25px;
    }
}

@media screen and (max-width: 767px) {
    .rev-16-cta-bg h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 479px) {
    .rev-16-cta-bg h3 {
        font-size: 20px;
    }
}

.rev-16-cta-bg p {
    font-size: 18px;
    margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
    .rev-16-cta-bg p {
        font-size: 15px;
    }
}

@media screen and (max-width: 479px) {
    .rev-16-cta-bg p {
        font-size: 14px;
    }
}

.rev-16-cta-bg .rev-15-def-btn:hover {
    background-color: rgb(53, 53, 53);
    border-color: rgb(53, 53, 53);
}

/*----- POPULAR CHOICE SECTION STYLES -----*/
.rev-17-popular-choice {
    padding: 50px 0;
}

@media screen and (max-width: 767px) {
    .rev-17-popular-choice {
        padding: 30px 0;
    }
}

@media screen and (max-width: 1199px) {
    .rev-17-popular-choice .products-container {
        gap: 15px;
    }
}

.rev-17-single-product {
    padding-bottom: 0;
    background-color: #ffffff;
}

@media screen and (max-width: 991px) {
    .rev-17-single-product {
        padding: 0 !important;
    }
}

.rev-17-single-product:hover .single-product-actions {
    opacity: 1;
    translate: 0 -50%;
}

.rev-17-single-product:hover .single-product-actions button {
    translate: 0;
}

.rev-17-single-product .single-product-img {
    position: relative;
    text-align: center;
}

.rev-17-single-product .single-product-img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

@media screen and (max-width: 1199px) {
    .rev-17-single-product .single-product-img img {
        height: 200px;
    }
}

@media screen and (max-width: 479px) {
    .rev-17-single-product .single-product-img img {
        height: 240px;
    }
}

.rev-17-single-product .single-product-actions {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    right: 10px;
    translate: 0 -40%;
    background-color: rgba(255, 255, 255, 0.475);
    border: 1px solid #ddd;
    border-radius: 30px;
    gap: 10px;
    opacity: 0;
    transition: all 0.4s ease;
    padding: 5px;
    overflow: hidden;
}

.rev-17-single-product .single-product-actions button {
    transition: all 0.4s ease;
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 30px;
    translate: 0 20px;
    background-color: #ffffff;
}

.rev-17-single-product .single-product-actions button:hover {
    background-color: #f79300;
    color: #ffffff;
}

.rev-17-single-product .single-product-txt {
    padding: 0;
    display: flex;
    text-align: left;
    padding: 15px;
    gap: 15px;
    align-items: center;
    margin-bottom: -2px;
}

@media screen and (max-width: 1199px) {
    .rev-17-single-product .single-product-txt {
        padding: 10px;
    }
}

.rev-17-single-product .single-product-txt .single-product-title {
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 8px;
}

@media screen and (max-width: 1199px) {
    .rev-17-single-product .single-product-txt .single-product-title {
        font-size: 14px;
    }
}

.rev-17-single-product .single-product-txt .single-product-title a:hover {
    color: #f79300;
}

.rev-17-single-product .single-product-txt .rating i {
    font-size: 14px;
    color: #faca51;
}

.rev-17-single-product .single-product-price {
    color: #f79300;
    font-size: 15px;
    font-weight: 600;
}

.about-page-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #222222;
    margin-top: -9px;
    margin-bottom: 59px;
}

.about .main-img {
    margin-bottom: 70px;
}

.about .why-choose .part-txt .part-title {
    font-size: 24px;
    line-height: 100%;
    font-weight: 600;
    color: #333333;
    margin-top: -1px;
    margin-bottom: 26px;
}

.about .why-choose .accordion .accordion-item {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.about .why-choose .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.about .why-choose .accordion .accordion-item .accordion-header .accordion-button {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    box-shadow: 0 0;
    border-bottom: 1px solid transparent;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: #0d0e22;
    transition: 0.3s;
}

.about .why-choose .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: transparent;
    border-color: #ddd;
}

.about .why-choose .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
    opacity: 1;
}

.about .why-choose .accordion .accordion-item .accordion-header .accordion-button::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 5px;
    height: calc(100% + 2px);
    background: #999;
    opacity: 0;
    transition: 0.3s;
}

.about .why-choose .accordion .accordion-item .accordion-header .accordion-button::after {
    display: none;
}

.about .why-choose .accordion .accordion-item .accordion-header .accordion-button span {
    font-size: 16px;
    color: #999;
}

.about .why-choose .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: 0 0;
}

.about .why-choose .accordion .accordion-item .accordion-body {
    padding: 25px;
}

.about .why-choose .accordion .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 26px;
    color: #606060;
    margin-top: -6px;
    margin-bottom: -8px;
}

.about .why-choose .video-area {
    background: url(../images/video-bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 180px 0;
    text-align: center;
}

.about .why-choose .video-area a {
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 85px;
    background: #999;
    border-radius: 50%;
    color: #ffffff;
    font-size: 50px;
}

.about .why-choose .video-area a:hover {
    background: #0d0e22;
}

.team .single-card {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.team .single-card .part-img {
    position: relative;
}

.team .single-card .part-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.3s;
}

.team .single-card .part-txt {
    text-align: center;
    padding: 30px 0;
}

.team .single-card .part-txt h3 {
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #292929;
    margin-top: -3px;
    margin-bottom: 10px;
}

.team .single-card .part-txt p {
    font-size: 16px;
    line-height: 100%;
    color: #606060;
    margin-bottom: -3px;
}

.team .single-card .social {
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: 0.3s;
}

.team .single-card .social button {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #999;
    border-radius: 50%;
    color: #ffffff;
    position: relative;
}

.team .single-card .social button::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 160px;
    background: #F9E3D9;
}

.team .single-card .social button:hover {
    background: #ffffff;
    color: #999;
}

.team .single-card:hover .part-img::after {
    opacity: 1;
}

.team .single-card:hover .social {
    opacity: 1;
}

.team .single-card:hover .social button:nth-child(1) {
    animation: slideTop 0.2s ease-in;
}

.team .single-card:hover .social button:nth-child(2) {
    animation: slideTop 0.4s ease-in;
}

.team .single-card:hover .social button:nth-child(3) {
    animation: slideTop 0.6s ease-in;
}

.team .single-card:hover .social button:nth-child(4) {
    animation: slideTop 0.8s ease-in;
}

@keyframes slideTop {
    0% {
        transform: translateY(-195px);
    }

    100% {
        transform: translateY(0);
    }
}

.shop-wrap .shop-sidebar .sidebar-box {
    margin-bottom: 24px;
}

.shop-wrap .shop-sidebar .sidebar-box:last-child {
    margin-bottom: 0;
}

.shop-wrap .shop-sidebar .sidebar-box .title-wrap {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.shop-wrap .shop-sidebar .sidebar-box .title-wrap .sidebar-title {
    border: 0;
    margin-bottom: 0;
}

.shop-wrap .shop-sidebar .sidebar-box .sidebar-title {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    color: #333333;
    margin-top: -2px;
    position: relative;
}
.sidebar-box .input-group-with-icon {
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #999;
    padding: 0 8px;
}
.sidebar-header h5 {
    color: #464646;
    font-size: 15px;
}
.sidebar-box input[type="search"] {
    padding: 5px 0;
    color: #888;
    font-size: 14px;
    width: calc( 100% - 23px );
}
.shop-wrap .shop-sidebar .sidebar-box .brand-filter {
    height: 150px;
    overflow-y: auto;
}
.shop-wrap .shop-sidebar .sidebar-box .brand-filter.color-filter li .form-check input#Black:checked {
    background-color: #222222;
    border-color: #222222;
}

.shop-wrap .shop-sidebar .sidebar-box .brand-filter.color-filter li .form-check input#Pink:checked {
    background-color: pink;
    border-color: pink;
}

.shop-wrap .shop-sidebar .sidebar-box .brand-filter.color-filter li .form-check input#White {
    background-color: transparent;
    filter: invert(60%) brightness(2);
}

.shop-wrap .shop-sidebar .sidebar-box .brand-filter.color-filter li .form-check input#White:checked {
    background-color: black;
    border-color: #ffffff;
    filter: invert(60%) brightness(1.6);
}

.shop-wrap .shop-sidebar .sidebar-box .brand-filter.color-filter li .form-check input#Blue:checked {
    background-color: blue;
    border-color: blue;
}

.shop-wrap .shop-sidebar .sidebar-box .brand-filter.color-filter li .form-check input#Orange:checked {
    background-color: orange;
    border-color: orange;
}

.shop-wrap .shop-sidebar .sidebar-box .brand-filter li {
    margin-bottom: 20px;
}

.shop-wrap .shop-sidebar .sidebar-box .brand-filter li .form-check {
    min-height: auto;
    padding-left: 13px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.shop-wrap .shop-sidebar .sidebar-box .brand-filter li .form-check input {
    width: 14px;
    height: 14px;
    border-color: #ddd;
    border-radius: 0;
    margin-top: 0;
    margin-left: -13px;
}

.shop-wrap .shop-sidebar .sidebar-box .brand-filter li .form-check input:checked {
    background-color: #606060;
    border-color: #606060;
}

.shop-wrap .shop-sidebar .sidebar-box .brand-filter li .form-check input:focus {
    box-shadow: 0 0;
}

.shop-wrap .shop-sidebar .sidebar-box .brand-filter li .form-check label {
    font-size: 14px;
    line-height: 100%;
    height: 14px;
    color: #606060;
    user-select: none;
}

.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .input-wrap {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .input-wrap .input-group {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    background: rgba(34, 34, 34, 0.07);
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px;
}

.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .input-wrap .input-group input[type=number] {
    width: 100%;
    font-size: 14px;
    height: 30px;
    padding: 0 2px;
    font-weight: 500;
    -moz-appearance: textfield;
}

.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .input-wrap .input-group input[type=number]::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .price-filter {
    padding: 0 9px;
    background: rgba(34, 34, 34, 0.2);
    border: 0;
    border-radius: 0;
    height: 5px;
    margin-bottom: 30px;
}

.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .price-filter .noUi-connect {
    background: rgba(34, 34, 34, 0.5);
    background: #999;
}

.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .price-filter .noUi-handle {
    width: 20px;
    height: 20px;
    box-shadow: 0 0;
    border-radius: 50%;
    right: -10px;
    cursor: pointer;
}

.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .price-filter .noUi-handle::before,
.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .price-filter .noUi-handle::after {
    display: none;
}

.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap button {
    width: 100%;
    border: 1px solid #999;
}

.shop-wrap .shop-sidebar .sidebar-box .new-arrival-nav {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    margin-bottom: -6px;
}

.shop-wrap .shop-sidebar .sidebar-box .new-arrival-nav button {
    width: 22px;
    height: 22px;
    line-height: 24px;
    background: #ddd;
    color: #606060;
}

.shop-wrap .shop-sidebar .sidebar-box .new-arrival-nav button.slick-next {
    background: #999;
    color: #ffffff;
}

.shop-wrap .shop-sidebar .sidebar-box .new-arrival-nav button.slick-next:hover {
    background: #ddd;
    color: #606060;
}

.shop-wrap .shop-sidebar .sidebar-box .new-arrival-nav button:hover {
    background: #999;
    color: #ffffff;
}

.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider {
    overflow: hidden;
}

.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider .slick-list {
    margin-bottom: -20px;
}

.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-img {
    width: 100px;
}

.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt {
    width: calc(100% - 115px);
}

.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .title {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #222222;
    margin-top: -6px;
    margin-bottom: 10px;
}

.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .title:hover {
    color: #999;
}

.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .price {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: #999;
    margin-bottom: -4px;
}

.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .price span {
    font-size: 14px;
    font-weight: 400;
    color: #606060;
    margin-left: 5px;
    position: relative;
}

.shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .price span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #606060;
}

.shop-wrap .shop-sidebar .sidebar-new-arrival {
    position: relative;
}

.shop-wrap .shop-sidebar .sidebar-new-arrival .part-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(34, 34, 34, 0.6);
    text-align: center;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.shop-wrap .shop-sidebar .sidebar-new-arrival .part-txt p {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    margin-top: -1px;
    margin-bottom: 16px;
}

.shop-wrap .shop-sidebar .sidebar-new-arrival .part-txt h3 {
    font-size: 24px;
    line-height: 100%;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.shop-wrap .shop-sidebar .sidebar-new-arrival .part-txt a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background: #999;
    padding: 0 25px;
    border: 1px solid #999;
    border-radius: 3px;
}

.shop-wrap .shop-sidebar .sidebar-new-arrival .part-txt a:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #999;
}

.shop-wrap .shop-top-bar {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.shop-wrap .shop-top-bar h3 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    color: #222222;
    margin-bottom: 0;
}

.shop-wrap .shop-top-bar .top-bar-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 20px;
}

.shop-wrap .shop-top-bar .top-bar-right .nice-select {
    font-family: "Rubik", sans-serif;
    border-color: #ddd;
    border-radius: 0;
    height: 40px;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 50px;
}

.shop-wrap .shop-top-bar .top-bar-right .nice-select.open::after {
    transform: rotate(180deg) translateY(30%);
}

.shop-wrap .shop-top-bar .top-bar-right .nice-select::after {
    width: auto;
    height: auto;
    border: 0;
    content: "\f078";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    transform: rotate(0) translateY(-30%);
}

.shop-wrap .shop-top-bar .top-bar-right .show-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding-left: 15px;
}

.shop-wrap .shop-top-bar .top-bar-right .show-wrap span {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    line-height: 36px;
}

.shop-wrap .shop-top-bar .top-bar-right .show-wrap .nice-select {
    border: 0;
    height: 38px;
    line-height: 36px;
}

.shop-wrap .shop-top-bar .top-bar-right .view-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shop-wrap .shop-top-bar .top-bar-right .view-wrap button {
    display: flex;
    justify-content: center;
    width: 27px;
    height: 40px;
    padding: 0;
    font-size: 30px;
    line-height: 50px;
    color: rgba(96, 96, 96, 0.7);
    transition: 0.3s;
}

.shop-wrap .shop-top-bar .top-bar-right .view-wrap button.active {
    color: #222222;
}

.shop-wrap .top-pagination {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #222222;
}

.shop-wrap .top-pagination input {
    width: 40px !important;
    height: 40px;
    padding: 0;
    text-align: center;
    border: 1px solid #ddd;
    -moz-appearance: textfield;
}

.shop-wrap .top-pagination input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

.shop-wrap .top-pagination button {
    font-size: 18px;
}

.shop-wrap .pagination {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.shop-wrap .pagination li .page-link {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    line-height: 28px;
    color: #606060;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shop-wrap .pagination li.page-item.active .page-link {
    background: #999;
    border-color: #999;
    color: #ffffff;
}

.shop-wrap .pagination li .page-link:hover {
    background: #999;
    border-color: #999;
    color: #ffffff;
}

.product-view-area {
    padding-bottom: 120px;
}

.product-view-area .part-img .img-box {
    margin-bottom: 25px;
    position: relative;
}

.product-view-area .part-img .img-box .quick-view {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 55px;
    height: 55px;
    line-height: 56px;
    font-size: 35px;
    background: #999;
    border: 1px solid #999;
    color: #ffffff;
}

.product-view-area .part-img .img-box .quick-view:hover {
    background: #ffffff;
    color: #999;
}

.product-view-area .part-img .btn-box {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.product-view-area .part-img .btn-box .small-thumb {
    width: calc(25% - 18px);
    border: 1px solid transparent;
}

.product-view-area .part-img .btn-box .small-thumb.active {
    border-color: #999;
}

.product-view-area .part-txt .main-product-title {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    color: #222222;
    margin-top: -5px;
    margin-bottom: 29px;
}

.product-view-area .part-txt .review {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 19px;
}

.product-view-area .part-txt .review .star {
    font-size: 20px;
    line-height: 100%;
    color: #606060;
    display: flex;
    gap: 10px;
}

.product-view-area .part-txt .review .star .rated {
    color: #ffc801;
}

.product-view-area .part-txt .review .rating-amount {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #606060;
}

.product-view-area .part-txt .price {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: #000;
    margin-bottom: 23px;
}

.product-view-area .part-txt .price span {
    font-size: 15px;
    color: #606060;
    position: relative;
    margin-right: 10px;
}

.product-view-area .part-txt .price span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #606060;
}

.product-view-area .part-txt .short-details {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #222222;
    margin-bottom: 19px;
}

.product-view-area .part-txt .short-details li {
    margin-bottom: 1px;
}

.product-view-area .part-txt .short-details span {
    color: #999;
}

.product-view-area .part-txt .dscr {
    font-size: 16px;
    line-height: 26px;
    color: #606060;
    margin-bottom: 22px;
}

.product-view-area .part-txt form {
    margin-bottom: 30px;
}

.product-view-area .part-txt form label {
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: #222222;
    margin-bottom: 17px;
}

.product-view-area .part-txt form .select {
    height: 40px;
    padding: 0 15px;
    border-radius: 0;
    border-color: #ddd;
    font-size: 14px;
}

.product-view-area .part-txt form .select.color-select {
    padding-left: 40px;
}

.product-view-area .part-txt form .select.color-select .current {
    position: relative;
}

.product-view-area .part-txt form .select.color-select .selected-circle {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: conic-gradient(red, green, yellow, blue);
    border-radius: 3px;
}

.product-view-area .part-txt form .select.color-select .list li {
    position: relative;
    padding-left: 40px;
}

.product-view-area .part-txt form .select.color-select .list li:first-child {
    padding-left: 15px;
}

.product-view-area .part-txt form .select.color-select .list li:first-child span {
    display: none;
}

.product-view-area .part-txt form .select.color-select .list li span {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: #F1F1F1;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.product-view-area .part-txt form .product-count .quantity {
    width: 100%;
}

.product-view-area .part-txt .btn-box {
    display: flex;
    gap: 20px;
    margin-bottom: 29px;
}

.product-view-area .part-txt .btn-box button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    background: #999;
    border: 1px solid #999;
}

.product-view-area .part-txt .btn-box button span {
    margin-right: 15px;
}

.product-view-area .part-txt .btn-box button:nth-child(2) {
    background: #ffffff;
    border-color: #ddd;
    color: #999;
}

.product-view-area .part-txt .btn-box button:nth-child(2):hover {
    color: #ffffff;
    background: #999;
    border-color: #999;
}

.product-view-area .part-txt .btn-box button:hover {
    background: #ffffff;
    border-color: #ddd;
    color: #999;
}

.product-view-area .part-txt .product-share {
    display: flex;
    align-items: center;
    gap: 30px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #222222;
    margin-bottom: -3px;
}

.product-view-area .part-txt .product-share .social {
    display: flex;
    gap: 30px;
    font-size: 14px;
}

.product-view-area .part-txt .product-share .social button {
    color: #b3b7c8;
}

.product-view-area .part-txt .product-share .social button:hover {
    color: #999;
}

.quantity {
    width: 200px !important;
    height: 40px;
    border: 1px solid #ddd;
    position: relative;
}

.quantity input {
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-align: center;
    -moz-appearance: textfield;
    position: absolute;
    left: 50%;
    z-index: 99;
    margin: auto !important;
    width: 115px !important;
    transform: translateX(-50%);
}
.quantity input::-webkit-inner-spin-button {
    appearance: none;
    margin: 0;
}

.quantity .quantity-nav {
    border-left: 1px solid #ddd;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    display: flex;
    justify-content: space-between;
}

.quantity .quantity-nav .quantity-button {
    text-align: center;
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #606060;
    cursor: pointer;
    transition: 0.3s;
    border-right: 1px solid #ddd;
    background: #ddd;
}

.quantity .quantity-nav .quantity-button:last-child {
    border-right: 0;
    border-left: 1px solid #ddd;
}

.quantity .quantity-nav .quantity-button:hover {
    background: #999;
    border-color: #999;
    color: #ffffff;
}

.shop-details .details-area .nav {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.shop-details .details-area .nav-link {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #222222;
    padding: 3px 30px 2px;
    border-left: 2px solid #222222;
    position: relative;
}

.shop-details .details-area .nav-link::after {
    content: "";
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    width: 100%;
    height: 1px;
    background: #222222;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.shop-details .details-area .nav-link:first-child {
    padding-left: 0;
    border-left: 0;
}

.shop-details .details-area .nav-link:last-child {
    padding-right: 0;
}

.shop-details .details-area .nav-link.active {
    color: #999;
}

.shop-details .details-area .nav-link.active::after {
    opacity: 1;
}

.shop-details .details-area .tab-pane .product-dscr p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
}

.shop-details .details-area .tab-pane .product-dscr p:first-child {
    margin-top: -6px;
}

.shop-details .details-area .tab-pane .product-dscr p:last-child {
    margin-bottom: -8px;
}

.shop-details .details-area .tab-pane .product-dscr .part-img {
    padding-top: 6px;
    padding-bottom: 24px;
}

.shop-details .details-area .tab-pane .product-information ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    margin-top: -16px;
    margin-bottom: -17px;
}

.shop-details .details-area .tab-pane .product-information ul li {
    width: calc(50% - 10px);
    color: #222222;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    font-weight: 500;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.shop-details .details-area .tab-pane .product-information ul li:nth-last-child(-n+2) {
    border-bottom: 0;
}

.shop-details .details-area .tab-pane .product-information ul li span {
    font-weight: 400;
    color: #606060;
    margin-right: 10px;
}

.shop-details .details-area .tab-pane .product-review .review-overview {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    margin-bottom: 30px;
}

.shop-details .details-area .tab-pane .product-review .review-overview .left h2 {
    font-size: 50px;
    line-height: 100%;
    font-weight: 400;
    color: #222222;
    margin-top: -6px;
    margin-bottom: 16px;
}

.shop-details .details-area .tab-pane .product-review .review-overview .left h2 span {
    font-size: 30px;
    line-height: 100%;
    opacity: 0.5;
}

.shop-details .details-area .tab-pane .product-review .review-overview .left p {
    font-size: 16px;
    line-height: 100%;
    color: #606060;
    margin-bottom: -3px;
}

.shop-details .details-area .tab-pane .product-review .review-overview .right ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.shop-details .details-area .tab-pane .product-review .review-overview .right ul li:last-child {
    margin-bottom: 0;
}

.shop-details .details-area .tab-pane .product-review .review-overview .right ul li .stars {
    display: flex;
    gap: 5px;
    font-size: 16px;
    line-height: 100%;
    color: #b3b7c8;
}

.shop-details .details-area .tab-pane .product-review .review-overview .right ul li .stars .rated {
    color: #ffc801;
}

.shop-details .details-area .tab-pane .product-review .review-overview .right ul li .progress {
    width: 200px;
    height: 10px;
    border-radius: 0;
}

.shop-details .details-area .tab-pane .product-review .review-overview .right ul li .progress .progress-bar {
    background: #999;
}

.shop-details .details-area .tab-pane .product-review .review-overview .right ul li .percentage {
    font-size: 14px;
    line-height: 100%;
    color: #606060;
}

.shop-details .details-area .tab-pane .product-review .review-title {
    border: 1px solid #ddd;
    padding: 0 20px;
    margin-bottom: 30px;
}

.shop-details .details-area .tab-pane .product-review .review-title h3 {
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 0;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 30px;
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review:last-child {
    margin-bottom: 0;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user {
    width: 120px;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .part-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 19px;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .txt span {
    display: block;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.name {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #222222;
    margin-bottom: 8px;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.date {
    font-size: 14px;
    line-height: 100%;
    color: #606060;
    margin-bottom: 13px;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.star {
    display: flex;
    gap: 5px;
    font-size: 14px;
    line-height: 100%;
    color: #b3b7c8;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.star .rated {
    color: #ffc801;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area {
    width: calc(100% - 150px);
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area p {
    font-size: 14px;
    line-height: 24px;
    color: #606060;
    margin-top: -7px;
    margin-bottom: 18px;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap {
    display: flex;
    justify-content: space-between;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery {
    display: flex;
    gap: 10px;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery .client-img {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery .client-img.active {
    border-color: #999;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery .client-img img {
    max-width: none;
    max-height: 100%;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel {
    display: none;
    background: #F1F1F1;
    padding-top: 30px;
    margin-top: 20px;
    width: max-content;
    max-width: 700px;
    height: 430px;
    overflow: hidden;
    position: relative;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel.active {
    display: block;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel img {
    height: 100%;
    max-width: none;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel .clt-view-panel-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    line-height: 100%;
    color: #606060;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel .clt-view-panel-close:hover {
    color: #999;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction {
    display: flex;
    gap: 20px;
    font-size: 18px;
    line-height: 100%;
    height: max-content;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction>* {
    display: flex;
    gap: 5px;
    align-items: center;
}

.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction span {
    font-size: 16px;
}

.product-quick-view-panel-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 12;
}

.product-quick-view-panel-2.active {
    opacity: 1;
    visibility: visible;
}

.product-quick-view-panel-2.active .img {
    transform: scale(1);
    transition: 0.3s;
}

.product-quick-view-panel-2.active .panel-arrow {
    display: flex;
}

.product-quick-view-panel-2 .panel-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: url(../images/cursor.png), zoom-out;
}

.product-quick-view-panel-2 .img {
    max-width: 80%;
    height: 90%;
    transform: scale(0);
    cursor: context-menu;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-quick-view-panel-2 .img img {
    max-height: 100%;
    width: auto;
}

.product-quick-view-panel-2 .notification {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    padding: 50px 0;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
}

.product-quick-view-panel-2 .notification.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.product-quick-view-panel-2 .notification p {
    padding: 20px 30px;
    background: white;
    color: #606060;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    line-height: 100%;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.product-quick-view-panel-2 .notification p span {
    color: red;
    font-size: 25px;
    line-height: 100%;
    margin-right: 30px;
}

.product-quick-view-panel-2 .panel-arrow {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
    display: none;
    justify-content: space-between;
    visibility: hidden;
}

.product-quick-view-panel-2 .panel-arrow button {
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #999;
    font-size: 35px;
    line-height: 50px;
    visibility: visible;
}

.product-quick-view-panel-2 .panel-arrow button[disabled] {
    background: #ffffff;
    color: #F1F1F1;
    cursor: no-drop;
}

.product-quick-view-panel-2 .panel-arrow button[disabled]:hover {
    background: #ffffff;
    color: #F1F1F1;
}

.product-quick-view-panel-2 .panel-arrow button:hover {
    color: #ffffff;
    background: #999;
}

.product-view-area .part-img.mr-30 {
    margin-right: 30px;
}

.related-product-slider .part-img a {
    display: block;
}

.related-product-slider .part-img a img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .product-view-area .part-img.mr-30 {
        margin-right: 0;
    }

    .related-product-slider .part-img a {
        display: block;
    }

    .related-product-slider .part-img a img {
        width: 100%;
    }
}

.tab-section .tab-nav {
    display: flex;
    margin-bottom: 40px;
}

.tab-section .tab-nav .single-nav {
    width: 33.3333333333%;
    height: 60px;
    border-left: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    color: #606060;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.tab-section .tab-nav .single-nav::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(50% + 1px);
    transform: skew(45deg);
    background: #ffffff;
    border: 1px solid #ddd;
    border-bottom: 0;
    transition: 0.3s;
    z-index: -1;
}

.tab-section .tab-nav .single-nav::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(50% + 1px);
    transform: skew(-45deg);
    background: #ffffff;
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-top: 0;
    transition: 0.3s;
    z-index: -1;
}

.tab-section .tab-nav .single-nav.active {
    color: #ffffff;
}

.tab-section .tab-nav .single-nav.active::before,
.tab-section .tab-nav .single-nav.active::after {
    background: #999;
    border-color: #999;
}

.tab-section .tab-nav .single-nav .sl-no {
    font-size: 48px;
    font-weight: 600;
    opacity: 0.1;
}

.tab-section .tab-contents .single-tab {
    display: none;
}

.tab-section .tab-contents .single-tab.active {
    display: block;
    animation: slideIn 1s linear;
}

.tab-section .tab-contents .single-tab#orderCompletedTab.active .check-icon::after {
    animation: 2s checkBig 5s ease-in infinite;
}

.tab-section .tab-contents .btn-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.tab-section .tab-contents .btn-box .def-btn:first-child {
    background: #222222;
}

.tab-section .tab-contents .btn-box .def-btn:first-child:hover,
.tab-section .tab-contents .btn-box .def-btn:first-child:focus {
    background: #999;
    color: #ffffff;
}

.tab-section .tab-contents .btn-box .def-btn:last-child:disabled {
    cursor: no-drop;
    opacity: 0.6;
}

.tab-section .tab-contents .btn-box .def-btn:last-child:disabled:hover,
.tab-section .tab-contents .btn-box .def-btn:last-child:disabled:focus {
    background: #999;
}

.tab-section .tab-contents .btn-box .def-btn:last-child:hover,
.tab-section .tab-contents .btn-box .def-btn:last-child:focus {
    background: #222222;
    color: #ffffff;
}

.tab-section .tab-contents .cart-total-panel {
    border: 1px dashed #ddd;
}

.tab-section .tab-contents .cart-total-panel .title {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    color: #222222;
    border-bottom: 1px dashed #ddd;
    padding: 0 30px;
    margin-bottom: 0;
}

.tab-section .tab-contents .cart-total-panel .sub-title {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    color: #606060;
    margin-top: -1px;
    margin-bottom: 22px;
}

.tab-section .tab-contents .cart-total-panel .panel-body {
    padding: 30px;
}

.tab-section .tab-contents .cart-total-panel .panel-body .shipping-mode .form-check:first-child {
    margin-bottom: 20px;
}

.tab-section .tab-contents .cart-total-panel .panel-body .shipping-mode .form-check:last-child {
    margin-bottom: -7px;
}

.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area {
    width: 300px;
    margin-left: auto;
}

.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul {
    margin-top: -1px;
}

.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #606060;
    margin-bottom: 21px;
}

.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li:nth-child(2) {
    margin-bottom: 22px;
}

.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li.total-price-wrap {
    border-top: 1px dashed #ddd;
    padding-top: 24px;
    margin-bottom: 22px;
}

.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li .price-txt {
    color: #999;
}

.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area .def-btn {
    width: 100%;
}

.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area .def-btn:disabled {
    cursor: no-drop;
    opacity: 0.6;
}

.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area .def-btn:disabled:hover,
.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area .def-btn:disabled:focus {
    background: #999;
}

.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area .def-btn:hover,
.tab-section .tab-contents .cart-total-panel .panel-body .calculate-area .def-btn:focus {
    background: #222222;
    color: #ffffff;
}

.tab-section .tab-contents .billing-details .title {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #222222;
    margin-top: -2px;
    margin-bottom: 27px;
}

.tab-section .tab-contents .billing-details .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.tab-section .tab-contents .billing-details .form-row .form-col-10 {
    width: 100%;
}

.tab-section .tab-contents .billing-details .form-row .form-col-5 {
    width: calc(50% - 15px);
}

.tab-section .tab-contents .billing-details .form-row .form-col-4 {
    width: calc(32.8% - 15px);
}
.select2-container {
    width: 100% !important;
}
form.shop-sidebar .dropdown-menu {
    z-index: 98;
}
@media screen and (min-width:768px) {
    form.shop-sidebar .dropdown-menu {
        display: block;
        position: inherit;
    }
    button.mobile-filter-trigger {
        display: none;
    }
    .add-to-cart-column{
        order: 1;
    }
    .product-view-area .quantity-wrap {
        margin-bottom: 10px;
    }
}
@media screen and (max-width:768px) {
    .tab-section .tab-contents .billing-details .form-row .form-col-4 {
        width: 100%;
    }
    form.shop-sidebar{
        display: flex;
        flex-wrap: wrap;
    }
    .sidebar-box.dropdown {
        margin-bottom: 6px !important;
        margin-right: 4px;
        flex: 1 1 auto;
    }
    button.mobile-filter-trigger {
        width: 100%;
    }
    form.shop-sidebar .dropdown-menu {
        width: 320px;
    }
}

.tab-section .tab-contents .billing-details .form-row .form-control {
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    background: rgba(241, 241, 241, 0.5);
    border: 1px solid rgba(221, 221, 221, 0.5);
    border-radius: 0;
    transition: 0.3s;
}

.tab-section .tab-contents .billing-details .form-row .form-control.textarea {
    height: 200px;
    line-height: 22px;
    padding: 15px 25px;
}

.tab-section .tab-contents .billing-details .form-row .form-control:focus {
    box-shadow: 0px 0px;
    border-color: rgba(254, 85, 2, 0.5);
    background: #ffffff;
}

.tab-section .tab-contents .billing-details .form-row .nice-select .list {
    max-height: 300px;
    border-radius: 0;
    overflow-y: scroll;
}

.tab-section .tab-contents .billing-details .form-row .check-wrap {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}

.tab-section .tab-contents .payment-method .total-clone {
    border: 1px dashed #ddd;
    padding: 30px;
    margin-bottom: 30px;
}

.tab-section .tab-contents .payment-method .total-clone ul {
    margin-top: -1px;
}

.tab-section .tab-contents .payment-method .total-clone ul li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #606060;
    margin-bottom: 21px;
}

.tab-section .tab-contents .payment-method .total-clone ul li:nth-child(2) {
    margin-bottom: 22px;
}

.tab-section .tab-contents .payment-method .total-clone ul li.total-price-wrap {
    border-top: 1px dashed #ddd;
    padding-top: 24px;
    margin-bottom: -3px;
}

.tab-section .tab-contents .payment-method .total-clone ul li .price-txt {
    color: #999;
}

.tab-section .tab-contents .payment-method .total-clone .def-btn {
    width: 100%;
}

.tab-section .tab-contents .payment-method .total-clone .def-btn:disabled {
    cursor: no-drop;
    opacity: 0.6;
}

.tab-section .tab-contents .payment-method .total-clone .def-btn:disabled:hover,
.tab-section .tab-contents .payment-method .total-clone .def-btn:disabled:focus {
    background: #999;
}

.tab-section .tab-contents .payment-method .total-clone .def-btn:hover,
.tab-section .tab-contents .payment-method .total-clone .def-btn:focus {
    background: #222222;
    color: #ffffff;
}

.tab-section .tab-contents .payment-method .payment-option {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.tab-section .tab-contents .payment-method .payment-option .single-payment-card:last-child .panel-header {
    border-bottom: 0;
}

.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header {
    border-bottom: 1px solid #ddd;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .type {
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: #808080;
}

.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .icon {
    width: 50px;
}

.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body {
    border-bottom: 1px solid #ddd;
    padding: 30px;
}

.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .card-number {
    position: relative;
}

.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .card-number .complete {
    padding-right: 70px;
}

.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .card-number .symbol {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    transition: 0.15s;
    opacity: 0;
}

.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body label {
    display: block;
    font-size: 14px;
    line-height: 100%;
    font-weight: 500;
    color: #606060;
    margin-top: -1px;
    margin-bottom: 8px;
}

.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body input {
    width: 100%;
    background: rgba(241, 241, 241, 0.5);
    border: 1px solid rgba(221, 221, 221, 0.5);
    padding: 0 20px;
    height: 40px;
    font-size: 14px;
    color: #606060;
}

.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body input:focus {
    box-shadow: 0px 0px;
    border-color: rgba(254, 85, 2, 0.5);
    background: #ffffff;
}

.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .def-btn {
    width: 100%;
}

.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .def-btn:hover,
.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .def-btn:focus {
    background: #222222;
    color: #ffffff;
}

.tab-section .tab-contents .payment-method .palce-order {
    width: 100%;
    border: 1px solid #1bad1b;
}

.tab-section .tab-contents .tab-next-btn {
    font-size: 16px;
    text-transform: capitalize;
    padding: 0 10px;
}

.tab-section .tab-contents .tab-next-btn i {
    margin-left: 10px;
    font-size: 18px;
}

.tab-section .tab-contents .check-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.tab-section .tab-contents .checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: white;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.tab-section .tab-contents .checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #7ac142;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.7s both;
}

.tab-section .tab-contents .checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.6s forwards;
}

.tab-section .tab-contents .order-complete-msg {
    text-align: center;
}

.tab-section .tab-contents .order-complete-msg h2 {
    font-size: 30px;
    line-height: 100%;
    font-weight: 600;
    color: #606060;
    margin-top: -2px;
    margin-bottom: -5px;
}

.tab-section .form-check {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

.tab-section .form-check .form-check-input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 0;
}

.tab-section .form-check .form-check-input:checked+.sub-input {
    background: #999;
    border-color: #999;
    color: #ffffff;
    animation: check 0.4s ease-in;
}

.tab-section .form-check .sub-input {
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #F1F1F1;
    border: 1px solid #ddd;
    border-radius: 50%;
    transition: 0.3s;
}

.tab-section .form-check .form-check-label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #808080;
    cursor: pointer;
    user-select: none;
    transition: 0.3s;
}

.tab-section .form-check .form-check-label.checked {
    color: #222222;
}

.tab-section .form-check .form-check-label span {
    display: block;
    font-weight: 400;
}

.revel-table {
    margin-bottom: 50px;
}

.revel-table .table-responsive {
    border: 1px solid #ddd;
}

.revel-table .table-responsive .table {
    margin-bottom: 0;
    vertical-align: middle;
}

.revel-table .table-responsive thead {
    border-bottom: 1px solid #ddd;
}

.revel-table .table-responsive tbody .cart-msg {
    text-align: center;
    font-size: 25px;
    line-height: 100%;
    font-weight: 600;
    color: #606060;
    padding-top: 72px;
    padding-bottom: 66px;
    margin-bottom: 0;
}

.revel-table .table-responsive th {
    padding: 20px 30px;
    padding-bottom: 18px;
    text-align: center;
}

.revel-table .table-responsive th:first-child {
    text-align: left;
}

.revel-table .table-responsive tr:first-child td {
    padding-top: 30px;
}

.revel-table .table-responsive tr:last-child td {
    padding-bottom: 30px;
}

.revel-table .table-responsive tr td {
    text-align: center;
    padding: 15px 30px;
}

.revel-table .table-responsive .product-img {
    width: 100px;
}

.revel-table .table-responsive .product-name {
    font-size: 16px;
    line-height: 100%;
    color: #606060;
}

.revel-table .table-responsive .product-name:hover {
    color: #999;
}

.revel-table .table-responsive .price-txt {
    width: 200px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: #999;
}

.revel-table .table-responsive .product-count {
    width: max-content;
    margin: 0 auto;
}

.revel-table .table-responsive .cart-delete {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #ddd;
    color: #606060;
}

.revel-table .table-responsive .cart-delete:hover {
    color: red;
    border-color: red;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

@keyframes check {
    0% {
        font-size: 10px;
    }

    50% {
        font-size: 18px;
    }

    100% {
        font-size: 14px;
    }
}

@keyframes slideIn {
    0% {
        transform: scale(0.98);
    }

    50% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes checkBig {
    0% {
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
    }

    50% {
        top: 30%;
        left: 35%;
        width: 0;
        height: 30px;
    }

    100% {
        top: 10%;
        left: 25%;
        width: 100px;
        height: 30px;
    }
}

.compare .table {
    margin: 0;
}

.compare .table th,
.compare .table td {
    width: 25%;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    height: 60px;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    color: #606060;
}

.compare .table th {
    font-weight: 600;
}

.compare .table .product-card {
    padding: 20px 0;
}

.compare .table .product-card .part-img {
    width: 130px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.compare .table .product-card .part-txt {
    margin-bottom: -7px;
}

.compare .table .product-card .part-txt p {
    margin-top: -5px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.compare .table .product-card .part-txt p a {
    font-size: 16px;
    line-height: 100%;
    color: #222222;
}

.compare .table .product-card .part-txt p a:hover {
    color: #999;
}

.compare .table .star {
    font-family: "Rubik", sans-serif;
    color: #808080;
}

.compare .table .star .rated {
    color: #ffc801;
}

.compare .table .price-txt {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    color: #999;
}

.compare .table .color-box {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.compare .table .color-box span {
    width: 15px;
    height: 15px;
    background: #F1F1F1;
    border-radius: 3px;
}

.compare .table .color-box span:nth-child(1) {
    background: #999;
}

.compare .table .color-box span:nth-child(2) {
    background: #222222;
}

.compare .table .color-box span:nth-child(3) {
    background: blue;
}

.compare .table .def-btn {
    height: 40px;
    line-height: 40px;
}

.compare .table .def-btn:hover {
    background: #222222;
    color: #ffffff;
}

.compare .table .delete-btn {
    font-size: 20px;
}

.compare .table .delete-btn:hover {
    color: red;
}

.register .login-area h2 {
    font-size: 24px;
    line-height: 100%;
    font-weight: 600;
    color: #222222;
    margin-top: -1px;
    margin-bottom: 15px;
}

.register .login-area p {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    margin-bottom: 22px;
}

.register .login-area .login-form input {
    width: 100%;
    height: 45px;
    padding: 0 30px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.register .login-area .login-form .def-btn {
    width: 100%;
}

.register .login-area .devider {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    color: #222222;
    padding: 20px 0;
    margin-top: -5px;
    margin-bottom: -3px;
}

.register .login-area .social-login-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.register .login-area .social-login-box .btn-fb {
    text-transform: capitalize;
    background: #4265f9;
}

.register .login-area .social-login-box .btn-fb:hover {
    background: #222222;
    color: #ffffff;
}

.register .login-area .social-login-box .btn-gl {
    text-transform: capitalize;
    background: #D64E42;
}

.register .login-area .social-login-box .btn-gl:hover {
    background: #222222;
    color: #ffffff;
}

.register .author-area h2 {
    font-size: 24px;
    line-height: 100%;
    font-weight: 600;
    color: #222222;
    margin-top: -1px;
    margin-bottom: 15px;
}

.register .author-area p {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    margin-bottom: 22px;
}

.register .author-area .login-form input:not([type=checkbox], [type=radio]) {
    width: 100%;
    height: 45px;
    padding: 0 30px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.register .author-area .login-form .form-check {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.register .author-area .login-form .form-check .form-check-input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 0;
}

.register .author-area .login-form .form-check .form-check-input:checked+.sub-input {
    background: #999;
    border-color: #999;
    color: #ffffff;
    animation: check 0.4s ease-in;
}

.register .author-area .login-form .form-check .sub-input {
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #F1F1F1;
    border: 1px solid #ddd;
    border-radius: 50%;
    transition: 0.3s;
}

.register .author-area .login-form .form-check .form-check-label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #808080;
    cursor: pointer;
    user-select: none;
    transition: 0.3s;
}

.register .author-area .login-form .form-check .form-check-label.checked {
    color: #222222;
}

.register .author-area .login-form .form-check .form-check-label a {
    color: #999;
}

.register .author-area .login-form .def-btn {
    width: 100%;
}

.register .author-area .form-check {
    margin-bottom: 20px;
}

.register .author-area .devider {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    color: #222222;
    padding: 20px 0;
    margin-top: -5px;
    margin-bottom: -3px;
}

.register .author-area .social-login-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.register .author-area .social-login-box .btn-fb {
    text-transform: capitalize;
    background: #4265f9;
}

.register .author-area .social-login-box .btn-fb:hover {
    background: #222222;
    color: #ffffff;
}

.register .author-area .social-login-box .btn-gl {
    text-transform: capitalize;
    background: #D64E42;
}

.register .author-area .social-login-box .btn-gl:hover {
    background: #222222;
    color: #ffffff;
}

.register .social-login-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.register .social-login-box .btn-fb {
    text-transform: capitalize;
    background: #4265f9;
}

.register .social-login-box .btn-fb:hover {
    background: #222222;
    color: #ffffff;
}

.register .social-login-box .btn-gl {
    text-transform: capitalize;
    background: #D64E42;
}

.register .social-login-box .btn-gl:hover {
    background: #222222;
    color: #ffffff;
}

.faq .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq .accordion-item:last-of-type {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.faq .accordion {
    margin-bottom: -30px;
}

.faq .accordion .accordion-item {
    border: 0;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.faq .accordion .accordion-item .accordion-button {
    height: 70px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: 600;
    color: #606060;
    display: flex;
    justify-content: space-between;
}

.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: 0 0;
}

.faq .accordion .accordion-item .accordion-button::after {
    display: none;
}

.faq .accordion .accordion-item .accordion-button .icon {
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #222222;
    color: #ffffff;
}

.faq .accordion .accordion-item .accordion-button:focus {
    box-shadow: 0 0;
}

.faq .accordion .accordion-item .accordion-body {
    padding: 30px;
    padding-top: 0;
}

.faq .accordion .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 26px;
    color: #606060;
    margin-top: -6px;
    margin-bottom: -8px;
}

.blog-details .main-img {
    margin-bottom: 30px;
}

.blog-details .part-txt {
    margin-bottom: 30px;
}

.blog-details .part-txt .title-box .blog-info {
    display: flex;
    gap: 35px;
    margin-top: -2px;
    margin-bottom: 21px;
}

.blog-details .part-txt .title-box .blog-info li {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    line-height: 100%;
    color: #606060;
}

.blog-details .part-txt .title-box .blog-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 31px;
}

.blog-details .part-txt p {
    font-size: 16px;
    line-height: 26px;
    color: #606060;
    margin-top: -6px;
    margin-bottom: 22px;
}

.blog-details .part-txt p:last-child {
    margin-bottom: -8px;
}

.blog-details .part-txt .secondary-title {
    font-size: 20px;
    line-height: 34px;
    font-weight: 600;
    color: #222222;
    padding-top: 21px;
    margin-bottom: 20px;
}

.blog-details .admin-words {
    background: #f3f3f3;
    padding: 45px 30px;
    margin-bottom: 40px;
}

.blog-details .admin-words p {
    font-size: 16px;
    line-height: 26px;
    color: #606060;
    margin-top: -6px;
    margin-bottom: 22px;
}

.blog-details .admin-words .admin {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.blog-details .admin-words .admin h6 {
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    color: #222222;
    margin-top: -2px;
    margin-bottom: 10px;
}

.blog-details .admin-words .admin span {
    display: block;
    font-size: 14px;
    line-height: 100%;
    color: #606060;
    margin-bottom: -2px;
}

.blog-details .comment-area .title {
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    line-height: 100%;
    font-weight: 600;
    color: #222222;
    padding-bottom: 8px;
    margin-top: -3px;
    margin-bottom: 30px;
    position: relative;
}

.blog-details .comment-area .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #999;
}

.blog-details .comment-area .comments {
    margin-bottom: 40px;
}

.blog-details .comment-area .comments .single-comment {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
}

.blog-details .comment-area .comments .single-comment:last-child {
    margin-bottom: 0;
}

.blog-details .comment-area .comments .single-comment.reply {
    margin-left: 100px;
}

.blog-details .comment-area .comments .single-comment .part-img {
    width: 100px;
}

.blog-details .comment-area .comments .single-comment .txt-box {
    width: calc(100% - 125px);
}

.blog-details .comment-area .comments .single-comment .txt-box h4 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    color: #222222;
    margin-top: -2px;
    margin-bottom: 5px;
}

.blog-details .comment-area .comments .single-comment .txt-box span {
    font-size: 14px;
    line-height: 100%;
    color: #606060;
    margin-bottom: 23px;
}

.blog-details .comment-area .comments .single-comment .txt-box p {
    font-size: 16px;
    line-height: 26px;
    color: #606060;
    margin-top: -6px;
    margin-bottom: -8px;
}

.blog-details .comment-area .comment-form input {
    width: 100%;
    background: #f3f3f3;
    height: 45px;
    padding: 0 30px;
    color: #222222;
}

.blog-details .comment-area .comment-form textarea {
    width: 100%;
    background: #f3f3f3;
    height: 180px;
    padding: 25px 30px;
    color: #222222;
}

.blog-details .blog-sidebar .searchbox {
    display: flex;
    margin-bottom: 30px;
}

.blog-details .blog-sidebar .searchbox input {
    width: calc(100% - 60px);
    background: #f3f3f3;
    height: 50px;
    padding: 0 25px;
    color: #222222;
}

.blog-details .blog-sidebar .searchbox button {
    text-align: center;
    width: 60px;
    height: 50px;
    line-height: 50px;
    background: #999;
    color: #ffffff;
    font-size: 18px;
}

.blog-details .blog-sidebar .searchbox button:hover,
.blog-details .blog-sidebar .searchbox button:focus {
    background: #222222;
}

.blog-details .blog-sidebar .sidebar-title {
    font-size: 22px;
    line-height: 100%;
    font-weight: 600;
    padding-bottom: 8px;
    margin-top: -2px;
    margin-bottom: 25px;
    position: relative;
}

.blog-details .blog-sidebar .sidebar-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #999;
}

.blog-details .blog-sidebar .recent-post {
    margin-bottom: 30px;
}

.blog-details .blog-sidebar .recent-post ul li {
    margin-bottom: 20px;
}

.blog-details .blog-sidebar .recent-post ul li:last-child {
    margin-bottom: 0;
}

.blog-details .blog-sidebar .recent-post ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog-details .blog-sidebar .recent-post ul li a .part-img {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.blog-details .blog-sidebar .recent-post ul li a .part-img img {
    height: 100%;
    max-width: none;
}

.blog-details .blog-sidebar .recent-post ul li a .txt-box {
    width: calc(100% - 105px);
}

.blog-details .blog-sidebar .recent-post ul li a .txt-box .title {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #222222;
    margin-top: -6px;
    margin-bottom: 6px;
    transition: 0.3s;
}

.blog-details .blog-sidebar .recent-post ul li a .txt-box .date {
    display: block;
    font-size: 16px;
    line-height: 100%;
    color: #606060;
    margin-bottom: -3px;
}

.blog-details .blog-sidebar .recent-post ul li a:hover .txt-box .title {
    color: #999;
}

.blog-details .blog-sidebar .categories {
    margin-bottom: 30px;
}

.blog-details .blog-sidebar .categories ul {
    overflow: hidden;
}

.blog-details .blog-sidebar .categories ul li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.blog-details .blog-sidebar .categories ul li:first-child {
    margin-top: -10px;
}

.blog-details .blog-sidebar .categories ul li:last-child {
    margin-bottom: 0;
}

.blog-details .blog-sidebar .categories ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #606060;
}

.blog-details .blog-sidebar .categories ul li a i {
    margin-right: 10px;
}

.blog-details .blog-sidebar .categories ul li a:hover,
.blog-details .blog-sidebar .categories ul li a:focus {
    color: #999;
}

.blog-details .blog-sidebar .image-slider {
    margin-bottom: 30px;
}

.blog-details .blog-sidebar .image-slider .carousel .carousel-control-next,
.blog-details .blog-sidebar .image-slider .carousel .carousel-control-prev {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #222222;
    background: #ffffff;
    opacity: 1;
}

.blog-details .blog-sidebar .image-slider .carousel .carousel-control-next:hover,
.blog-details .blog-sidebar .image-slider .carousel .carousel-control-prev:hover {
    background: #999;
    color: #ffffff;
}

.blog-details .blog-sidebar .tags .btn-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-details .blog-sidebar .tags .btn-box a {
    height: 35px;
    line-height: 33px;
    border: 1px solid #ddd;
    padding: 0 15px;
    font-size: 16px;
    color: #606060;
}

.blog-details .blog-sidebar .tags .btn-box a:hover,
.blog-details .blog-sidebar .tags .btn-box a:focus {
    background: #999;
    border-color: #999;
    color: #ffffff;
}

.account {
    border-top: 1px solid rgba(221, 221, 221, 0.5);
}

.account .account-sidebar {
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
}

.account .account-sidebar .user {
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.account .account-sidebar .user .part-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.account .account-sidebar .user .part-txt h3 {
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #222222;
    margin-top: -2px;
    margin-bottom: -2px;
}

.account .account-sidebar .nav {
    padding-bottom: 30px;
}

.account .account-sidebar .nav .nav-link {
    text-align: left;
    color: #606060;
    font-size: 16px;
    font-weight: 500;
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    position: relative;
    overflow: hidden;
}

.account .account-sidebar .nav .nav-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    bottom: 0;
    width: 2px;
    background: #999;
    transition: 0.15s ease-in;
}

.account .account-sidebar .nav .nav-link.active::after {
    left: 0;
}

.account .account-sidebar .nav .nav-link.active span {
    color: #999;
}

.account .account-sidebar .nav .nav-link .icon {
    font-size: 20px;
    text-align: center;
    width: 25px;
    margin-right: 5px;
}

.account .account-title {
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
    color: #222222;
    margin-top: -2px;
    margin-bottom: 31px;
}

.account .table-wrap {
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
}

.account .table-wrap .table-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}

.account .table-wrap .table-top .title {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    color: #222222;
    margin-top: -2px;
    margin-bottom: -3px;
}

.account .table-wrap .table-top .search-box {
    padding: 0 20px;
    border: 1px solid #ddd;
}

.account .table-wrap .table-top .search-box input {
    width: 180px;
    height: 35px;
    font-size: 14px;
}

.account .table-wrap .table-top .search-box button {
    color: #222222;
}

.account .table-wrap .table-top .search-box button:hover {
    color: #999;
}

.account .table-wrap .table {
    min-width: max-content;
    margin-bottom: 0;
}

.account .table-wrap .table.dataTable {
    width: 100% !important;
}

.account .table-wrap .table th,
.account .table-wrap .table td {
    text-align: center;
    border-bottom-color: rgba(221, 221, 221, 0.5);
    padding: 20px 30px;
    font-size: 15px;
    font-weight: 500;
    vertical-align: middle;
}

.account .table-wrap .table th:first-child,
.account .table-wrap .table td:first-child {
    text-align: left;
}

.account .table-wrap .table th:last-child,
.account .table-wrap .table td:last-child {
    text-align: right;
}

.account .table-wrap .table th {
    font-weight: 600;
    padding: 30px;
    color: #222222;
}

.account .table-wrap .table td {
    color: #808080;
}

.account .table-wrap .table .details {
    width: max-content;
    margin: auto;
}

.account .table-wrap .table .details .product-name {
    text-align: left;
    display: block;
}

.account .table-wrap .table .details .product-name:hover {
    color: #222222;
}


.account .invoice {
    color: #a9b4cc;
}

.account .invoice .invoice-header .shop-address {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.account .invoice .invoice-header .shop-address p {
    margin-bottom: 6px !important;
}

.account .invoice .invoice-header .shop-address p:last-child {
    margin-bottom: -5px !important;
}

.account .invoice .info-card h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    color: #fff;
    margin-top: -2px;
    margin-bottom: 11px;
}

.account .invoice .info-card ul {
    margin-bottom: -6px;
}

.account .invoice .info-card ul li {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

.account .invoice .info-card ul li span {
    font-weight: 600;
    margin-right: 3px;
}

.account .invoice .table {
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #a9b4cc;
}

.account .invoice .table th {
    font-weight: 600;
    padding: 10px;
}

.account .invoice .table td {
    padding: 10px;
}

.account .invoice .total-payment-area ul {
    margin-top: -9px;
    padding: 0;
    margin-bottom: 0;
}

.account .invoice .total-payment-area ul li {
    font-size: 16px;
    line-height: 2;
}

.account .invoice .total-payment-area ul li:last-child {
    color: #fff;
}

.account .invoice .invoice-note {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    margin-top: -15px;
}

.account .invoice {
    color: #464646;
}

.account .invoice .table {
    color: #797979;
}

.account .invoice .total-payment-area ul li:last-child {
    color: #000;
}

.account .table-wrap .table .status {
    text-align: center;
    width: 80px;
    height: 45px;
    line-height: 45px;
}

.account .table-wrap .table .status .paid {
    width: 100%;
    background: #dcf9f6;
    color: #2cada5;
}

.account .table-wrap .table .status .unpaid {
    width: 100%;
    background: #ffd2d2;
    color: #ff6b6b;
}

.account .table-wrap .table-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
}

.account .table-wrap .table-bottom .part-txt p {
    font-size: 16px;
    line-height: 100%;
    color: #222222;
    margin-bottom: 0;
}

.account .table-wrap .table-bottom .pagination button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #606060;
}

.account .table-wrap .table-bottom .pagination button.active {
    background: #999;
    color: #ffffff;
}

.account .table-wrap .table-bottom .pagination button.active:hover {
    color: #ffffff;
}

.account .table-wrap .table-bottom .pagination button:disabled {
    color: #F1F1F1;
}

.account .table-wrap .table-bottom .pagination button:disabled:hover {
    color: #F1F1F1;
}

.account .table-wrap .table-bottom .pagination button:hover {
    color: #999;
}


.account .conversation-panel {
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
}

.account .conversation-panel .chat-area {
    border-right: 1px solid #ddd;
    padding: 40px 30px;
}

.account .conversation-panel .chat-area .single-msg {
    width: max-content;
    max-width: calc(100% - 80px);
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.account .conversation-panel .chat-area .single-msg.msg-out {
    margin-left: auto;
}

.account .conversation-panel .chat-area .single-msg.msg-out .part-txt {
    border-radius: 0 0 0 15px;
    background: #999;
}

.account .conversation-panel .chat-area .single-msg.msg-out .part-txt span {
    color: #ffffff;
}

.account .conversation-panel .chat-area .single-msg:last-child {
    margin-bottom: 0;
}

.account .conversation-panel .chat-area .single-msg .part-img {
    text-align: center;
}

.account .conversation-panel .chat-area .single-msg .part-img .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
}

.account .conversation-panel .chat-area .single-msg .part-img span {
    display: block;
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #808080;
    margin-bottom: -3px;
}

.account .conversation-panel .chat-area .single-msg .part-txt {
    background: #F9E3D9;
    height: max-content;
    padding: 18px 25px 16px;
    border-radius: 0 0 15px 0;
}

.account .conversation-panel .chat-area .single-msg .part-txt span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #606060;
}

.account .conversation-panel .info-area .chat-between {
    padding: 40px 25px;
    border-bottom: 1px solid #ddd;
}

.account .conversation-panel .info-area .chat-between .part-img {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.account .conversation-panel .info-area .chat-between .part-img .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.account .conversation-panel .info-area .chat-between .part-img .img:first-child {
    position: relative;
    margin-right: -20px;
}

.account .conversation-panel .info-area .chat-between .part-txt {
    text-align: center;
}

.account .conversation-panel .info-area .chat-between .part-txt span {
    display: block;
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    color: #606060;
    margin-top: -2px;
    margin-bottom: -3px;
}

.account .conversation-panel .info-area .title {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    color: #606060;
    margin-top: -2px;
    margin-bottom: 27px;
}

.account .conversation-panel .info-area .action {
    padding: 25px;
    border-bottom: 1px solid #ddd;
}

.account .conversation-panel .info-area .action li {
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 25px;
}

.account .conversation-panel .info-area .action li:last-child {
    margin-bottom: 0;
}

.account .conversation-panel .info-area .action li button {
    width: 100%;
    color: #606060;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account .conversation-panel .info-area .action li button span {
    width: 20px;
    font-size: 20px;
}

.account .total-balance {
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.account .total-balance .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account .total-balance .top h4 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    color: #606060;
    margin-top: -2px;
    margin-bottom: -3px;
}

.account .total-balance .top .tags {
    display: flex;
    gap: 10px;
}

.account .total-balance .top .tags .tag {
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    background: #F1F1F1;
    padding: 0 10px;
}

.account .total-balance .top .tags .tag.tag-up {
    background: #999;
    color: #ffffff;
}

.account .total-balance .top .tags .tag.tag-down {
    background: #222222;
    color: #ffffff;
}

.account .total-balance .top .tags .tag i {
    margin-right: 5px;
}

.account .total-balance .middle {
    text-align: center;
    padding: 50px 0;
}

.account .total-balance .middle h3 {
    font-size: 30px;
    line-height: 100%;
    font-weight: 600;
    color: #606060;
    margin-top: -2px;
    margin-bottom: -5px;
}

.account .total-balance .btn-box {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.account .total-balance .btn-box .def-btn {
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    text-transform: capitalize;
}

.account .total-balance .btn-box .def-btn:last-child {
    background: #222222;
    color: #ffffff;
}

.account .total-balance .btn-box .def-btn:last-child:hover,
.account .total-balance .btn-box .def-btn:last-child:focus {
    background: #999;
    color: #ffffff;
}

.account .total-balance .btn-box .def-btn:hover,
.account .total-balance .btn-box .def-btn:focus {
    background: #222222;
    color: #ffffff;
}

.account .chart-panel {
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
    padding-top: 15px;
}

.account .chart-panel .custom-legend {
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
    gap: 15px;
    height: 14px;
    font-size: 14px;
    line-height: 100%;
    color: #606060;
}

.account .chart-panel .custom-legend .single-legend {
    padding-left: 20px;
    position: relative;
}

.account .chart-panel .custom-legend .single-legend::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #999;
}

.account .chart-panel .custom-legend .single-legend:first-child::after {
    background: #4287f5;
}

.account .profile-panel {
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
    padding: 45px 30px;
}

.account .profile-panel .profile-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.account .profile-panel .profile-top .user .part-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
}

.account .profile-panel .profile-top .user .part-txt span {
    display: block;
    font-size: 20px;
    line-height: 100%;
    font-weight: 600;
    color: #606060;
    margin-top: -2px;
    margin-bottom: -3px;
}

.account .profile-panel .btn-box {
    display: flex;
    gap: 20px;
}

.account .profile-panel .btn-box .def-btn {
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    text-transform: capitalize;
}

.account .profile-panel .btn-box .def-btn:nth-child(2) {
    background: #222222;
    color: #ffffff;
}

.account .profile-panel .btn-box .def-btn:nth-child(2):hover,
.account .profile-panel .btn-box .def-btn:nth-child(2):focus {
    background: #999;
    color: #ffffff;
}

.account .profile-panel .btn-box .def-btn:hover,
.account .profile-panel .btn-box .def-btn:focus {
    background: #222222;
    color: #ffffff;
}

.account .profile-panel input,
.account .profile-panel .select {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 0 20px;
    transition: 0.3s;
}

.account .profile-panel input:focus,
.account .profile-panel .select:focus {
    border-color: #999;
}

.contact .title {
    font-size: 24px;
    line-height: 100%;
    font-weight: 600;
    color: #222222;
    margin-top: -1px;
    margin-bottom: 36px;
}

.contact .contact-info ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.contact .contact-info ul li:last-child {
    margin-bottom: 0;
}

.contact .contact-info ul li .part-icon {
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #f3f3f3;
    border-radius: 50%;
    font-size: 18px;
    color: #999;
}

.contact .contact-info ul li .part-txt {
    width: calc(100% - 70px);
    margin-top: -6px;
    margin-bottom: -8px;
}

.contact .contact-info ul li .part-txt a {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #606060;
}

.contact .contact-info ul li .part-txt a:hover {
    color: #999;
}

.contact .contact-info ul li .part-txt span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #606060;
}

.contact .contact-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    padding: 0 20px;
    color: #222222;
}

.contact .contact-form input:focus {
    border-color: #999;
}

.contact .contact-form textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    color: #222222;
    margin-bottom: -7px;
}

.contact .contact-form textarea:focus {
    border-color: #999;
}

.contact .map {
    padding-top: 60px;
}

.contact .map iframe {
    width: 100%;
    height: 450px;
    margin-bottom: -8px;
}

.revel-header-mobile-sidebar {
    position: fixed;
    right: -430px;
    top: 0;
    overflow-y: auto;
    transition: all 0.5s;
    height: 100%;
    background-color: #fff;
    max-width: 400px;
    z-index: 99999;
    width: 100%;
}

.revel-header-mobile-sidebar.open {
    right: 0;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
}

.revel-header-mobile-sidebar-inner {
    padding: 30px;
}

.revel-header-mobile-sidebar-logo {
    text-align: center;
}

.revel-header-mobile-sidebar-close-btn button span {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    padding-right: 5px;
    display: inline-block;
    color: #606060;
}

.revel-header-mobile-sidebar-close-btn button svg {
    max-width: 12px;
}

.revel-header-mobile-sidebar-logo a {
    max-width: 160px;
}

.revel-header-mobile-sidebar-menu-nav .mean-container .mean-bar {
    float: none;
    min-height: auto;
    padding: 0;
}

.revel-header-mobile-sidebar-menu-nav .mean-container .mean-nav {
    float: none;
    background: #999;
    margin-top: 0;
}

.revel-header-mobile-sidebar-menu-nav .mean-container .mean-nav ul {
    background: transparent;
    border: 0;
}

.revel-header-mobile-sidebar-menu-nav .mean-container .mean-nav>ul {
    display: block !important;
    margin: 0 !important;
    background: transparent;
    border: 0;
}

.revel-header-mobile-sidebar-menu-nav .mean-container .mean-nav ul li {
    float: none;
}

.revel-header-mobile-sidebar-menu-nav .mean-container .mean-nav ul li a {
    white-space: inherit;
    float: none;
    border-top-color: rgba(255, 255, 255, 0.4);
}

.revel-header-mobile-sidebar-menu-nav .mean-container .mean-nav ul li a.mean-expand {
    margin-top: 4px;
    width: 26px;
    height: 22px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: transparent;
    border: none !important;
    font-size: 27px !important;
    font-weight: 200;
    padding: 10px 5%;
    text-align: center;
    line-height: 22px;
}

.revel-header-mobile-sidebar.open .dropdown-toggle::after {
    display: none;
}

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1529px) and (min-width: 1200px) {
    .product-custom-row {
        gap: 15px;
    }

    .product-custom-row .custom-col {
        flex: 0 0 calc(20% - 12px);
    }

    .header.header-inner .bottom-header .logo-wrap .category-list-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .header .top-header {
        padding: 15px 0;
    }

    .header .top-header .top-header-link>* {
        padding: 0 10px;
        font-weight: 300;
    }

    .header .top-header .top-header-link>* .nice-select {
        font-weight: 300;
    }

    .header .top-header .top-header-link>* .select-lang .dropdown-toggle {
        font-weight: 300;
    }

    .header .bottom-header {
        padding: 25px 0;
    }

    .header .bottom-header .logo {
        width: 120px;
    }

    .header .bottom-header .header-search form .wrap {
        width: calc(100% - 45px);
    }

    .header .bottom-header .header-search form .nice-select {
        padding-left: 15px;
        padding-right: 30px;
    }

    .header .bottom-header .header-search form .nice-select::after {
        right: 10px;
        font-size: 14px;
    }

    .header .bottom-header .header-search form input {
        height: 45px;
    }

    .header .bottom-header .header-search form button {
        width: 45px;
        height: 45px;
        line-height: 43px;
        font-size: 20px;
    }

    .header .bottom-header .bottom-header-right .live-chat .icon {
        width: 35px;
    }

    .header .bottom-header .bottom-header-right .live-chat .txt {
        font-size: 14px;
    }

    .header .bottom-header .bottom-header-right .header-cart-options a {
        font-size: 18px;
    }

    .header .menu-bar .all-department {
        height: 50px;
        font-weight: 400;
    }

    .header .menu-bar .all-department .banner {
        min-width: 100%;
    }

    .rev-banner-area .banner-welcome .login-info {
        padding: 22px 10px;
    }

    .rev-banner-area .banner-welcome .user-login a {
        padding: 7px 18px;
        font-size: 16px;
    }

    .banner.banner-2 .category-list {
        padding: 35px 0 35px 15px;
    }

    .banner.banner-2 .banner-slider .slide {
        padding: 100px 0;
    }

    .banner .category-list {
        padding: 15px 0 15px 15px;
    }

    .banner .category-list.fixed {
        top: 50px;
    }

    .banner .category-list .category-item {
        margin-bottom: 15px;
    }

    .banner .category-list .category-item a .icon {
        width: 30px;
    }

    .banner .category-list .category-item a .icon span {
        font-size: 22px;
    }

    .banner .slider-area .banner-txt {
        padding: 111px 25px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body {
        display: flex;
        align-items: center;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider {
        gap: 10px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-img {
        width: 80px;
        height: 72px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt {
        width: calc(100% - 90px);
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .star {
        margin-bottom: 13px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .product-name {
        font-size: 15px;
        margin-bottom: 11px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price {
        font-size: 14px;
    }

    .top-product .product-card {
        gap: 15px;
    }

    .top-product .product-card .part-txt {
        width: calc(100% - 115px);
    }

    .top-product .product-card .part-txt .price {
        margin-bottom: 12px;
    }

    .top-product .product-card .part-txt .product-name {
        font-size: 20px;
        margin-bottom: 21px;
    }

    .top-product .product-card .part-img {
        width: 100px;
        height: 100px;
    }

    .single-product-card .part-img {
        min-height: 200px;
    }

    .single-product-card .part-txt .product-name {
        font-size: 16px;
    }

    .single-product-card .cart-option ul li a {
        padding: 7px 10px;
    }

    .popular-categories .custom-row {
        gap: 15px;
    }

    .popular-categories .custom-row .custom-col {
        width: calc(12.5% - 13.2px);
    }

    .popular-categories .custom-row .custom-col .category-card .part-img {
        margin-bottom: 10px;
    }

    .popular-categories .custom-row .custom-col .category-card .part-img a {
        min-height: 100px;
    }

    .recently-viewed .new-arrival-3 .part-txt p {
        margin-bottom: 11px;
    }

    .recently-viewed .new-arrival-3 .part-txt h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 17px;
    }

    .recently-viewed .recent-view-slider .single-slider {
        gap: 15px;
    }

    .recently-viewed .single-product-card-2 {
        gap: 15px;
        padding: 19px 20px;
    }

    .recently-viewed .single-product-card-2 .part-img {
        width: 105px;
        height: 100px;
    }

    .recently-viewed .single-product-card-2 .part-txt {
        width: calc(100% - 135px);
    }

    .recently-viewed .single-product-card-2 .part-txt .category {
        margin-bottom: 9px;
    }

    .recently-viewed .single-product-card-2 .part-txt .price {
        font-size: 14px;
    }

    .season-sale .season-sale-box .part-txt h3 {
        font-size: 24px;
        font-weight: 600;
    }

    .top-rated-n-best-seller .top-rated .slick-list {
        margin-bottom: -15px;
    }

    .top-rated-n-best-seller .top-rated .top-product-card {
        margin-bottom: 15px;
    }

    .top-rated-n-best-seller .top-product-card {
        height: 75px;
        gap: 10px;
    }

    .top-rated-n-best-seller .top-product-card .part-img {
        width: 80px;
        height: 70px;
        overflow: hidden;
    }

    .top-rated-n-best-seller .top-product-card .part-img img {
        display: inline-block;
    }

    .top-rated-n-best-seller .top-product-card .part-txt {
        width: calc(100% - 90px);
    }

    .top-rated-n-best-seller .best-seller .g-20 {
        row-gap: 15px;
    }

    .best-seller .single-box {
        padding: 15px;
        gap: 15px;
    }

    .best-seller .single-box::after {
        width: 100px;
    }

    .best-seller .single-box .part-img {
        width: 100px;
    }

    .best-seller .single-box .part-txt {
        width: calc(100% - 115px);
    }

    .top-brand .logo-box {
        height: 70px;
        padding: 0 20px;
    }

    .header.header-inner .bottom-header .category-list-2 {
        width: 296px;
        padding: 10px 0 10px 10px;
    }

    .header.header-inner .bottom-header .category-list-2 .category-item {
        padding-right: 15px;
        margin-bottom: 15px;
    }

    .header.header-inner .bottom-header .category-list-2 .category-item.has-sub .arrow {
        width: 10px;
        height: 10px;
        transform: translateY(-180%) rotate(45deg);
    }

    .header.header-inner .bottom-header .category-list-2 .category-item a {
        font-size: 13px;
        font-weight: 400;
    }

    .header.header-inner .bottom-header .category-list-2 .category-item a .icon {
        width: 30px;
        height: 25px;
    }

    .header.header-inner .bottom-header .category-list-2 .category-item a .icon span {
        font-size: 22px;
    }

    .header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu {
        width: 650px;
        padding: 15px;
    }

    .header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu h4 {
        font-size: 14px;
    }

    .header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu h4 span {
        font-size: 18px;
        opacity: 0.5;
    }

    .header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu ul li {
        height: 30px;
        line-height: 31px;
    }

    .header.header-inner .bottom-header .category-list-2 .category-item:hover .category-sub-menu,
    .header.header-inner .bottom-header .category-list-2 .category-item:focus-within .category-sub-menu {
        padding: 15px;
    }

    .banner.banner-inner::after {
        background-position-x: right;
    }

    .revel-table {
        margin-bottom: 30px;
    }

    .revel-table .table-responsive th {
        padding: 10px 15px;
        font-weight: 600;
    }

    .revel-table .table-responsive tr:first-child td {
        padding-top: 15px;
    }

    .revel-table .table-responsive tr:last-child td {
        padding-bottom: 15px;
    }

    .revel-table .table-responsive tr td {
        padding: 7.5px 15px;
        width: max-content;
    }

    .revel-table .table-responsive .quantity {
        width: 150px;
    }

    .revel-table .table-responsive .quantity .quantity-nav .quantity-button {
        width: 40px;
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    .panel {
        padding: 30px 20px;
        overflow: hidden;
    }

    .product-custom-row {
        gap: 25px;
    }

    .product-custom-row .custom-col {
        flex: 0 0 calc(33.3333333333% - 16.7px);
    }

    .header.header-inner .bottom-header .logo-wrap .category-list-btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .header .top-header {
        padding: 15px 0;
    }

    .header .top-header .top-header-link>* {
        padding: 0 10px;
        font-weight: 300;
    }

    .header .top-header .top-header-link>* .select-lang .dropdown-toggle {
        font-weight: 300;
    }

    .header .bottom-header {
        padding: 25px 0;
    }

    .header .bottom-header .logo {
        width: 120px;
    }

    .header .bottom-header .header-search .nice-select {
        display: none;
    }

    .header .bottom-header .header-search form .wrap {
        width: calc(100% - 45px);
    }

    .header .bottom-header .header-search form .nice-select {
        padding-left: 15px;
        padding-right: 30px;
    }

    .header .bottom-header .header-search form .nice-select::after {
        right: 10px;
        font-size: 14px;
    }

    .header .bottom-header .header-search form .devider {
        display: none;
    }

    .header .bottom-header .header-search form input {
        height: 45px;
    }

    .header .bottom-header .header-search form button {
        width: 45px;
        height: 45px;
        line-height: 43px;
        font-size: 20px;
    }

    .header .bottom-header .bottom-header-right .header-cart-options a {
        font-size: 18px;
    }

    .header .menu-bar .all-department {
        height: 50px;
        font-weight: 400;
    }

    .header .menu-bar .all-department button {
        display: block;
        font-size: 18px;
    }

    .header .menu-bar .all-department .banner {
        min-width: 260px;
    }

    .header .menu-bar .navbar .container-fluid {
        padding: 0;
    }

    .header .menu-bar .navbar .nav-item {
        padding: 0 10px;
    }

    .rev-home-3-nav-area .account-link a {
        font-size: 14px;
    }

    .rev-banner-area .tools-benner {
        min-height: 100%;
    }

    .rev-banner-area .banner-welcome .user-login a {
        padding: 7px 18px;
        font-size: 16px;
    }

    .category-col {
        position: absolute;
        width: 320px;
        z-index: 11;
    }

    .banner .category-list {
        padding: 10px 0 10px 10px;
    }

    .banner .category-list.fixed {
        top: 50px;
        width: 296px;
        display: block;
    }

    .banner .category-list .category-item {
        padding-right: 15px;
        margin-bottom: 15px;
    }

    .banner .category-list .category-item.has-sub .arrow {
        width: 10px;
        height: 10px;
        transform: translateY(-180%) rotate(45deg);
    }

    .banner .category-list .category-item a {
        font-size: 13px;
        font-weight: 400;
    }

    .banner .category-list .category-item a .icon {
        width: 30px;
        height: 25px;
    }

    .banner .category-list .category-item a .icon span {
        font-size: 22px;
    }

    .banner .category-list .category-item .category-sub-menu {
        width: 650px;
        padding: 15px;
    }

    .banner .category-list .category-item .category-sub-menu h4 {
        font-size: 14px;
    }

    .banner .category-list .category-item .category-sub-menu h4 span {
        font-size: 18px;
        opacity: 0.5;
    }

    .banner .category-list .category-item .category-sub-menu ul li {
        height: 30px;
        line-height: 31px;
    }

    .banner .category-list .category-item:hover .category-sub-menu,
    .banner .category-list .category-item:focus-within .category-sub-menu {
        padding: 15px;
    }

    .banner .slider-area .banner-txt {
        padding: 90px 25px;
    }

    .banner .sidebar-area .best-selling-panel .panel-header {
        height: 50px;
    }

    .banner .sidebar-area .best-selling-panel .panel-header h4 {
        line-height: 50px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body {
        height: calc(100% - 50px);
        display: flex;
        align-items: center;
        padding: 5px 15px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .slick-arrow {
        bottom: calc(100% + 18px);
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-img {
        width: 80px;
        height: 72px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt {
        width: calc(100% - 95px);
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .star {
        margin-bottom: 14px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .product-name {
        font-size: 14px;
        margin-bottom: 11px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price {
        font-size: 14px;
        font-weight: 400;
    }

    .top-product.top-product-2 .product-card {
        padding: 0 20px;
        gap: 10px;
    }

    .top-product.top-product-2 .product-card .part-img {
        width: 80px;
        height: auto;
    }

    .top-product.top-product-2 .product-card .part-txt {
        width: calc(100% - 90px);
        padding: 20px 0;
    }

    .top-product .product-card {
        padding: 20px;
        gap: 15px;
    }

    .top-product .product-card .part-txt {
        width: calc(100% - 100px);
    }

    .top-product .product-card .part-txt .price {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 9px;
    }

    .top-product .product-card .part-txt .price span {
        font-size: 12px;
    }

    .top-product .product-card .part-txt .product-name {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .top-product .product-card .part-img {
        width: 85px;
        height: 85px;
    }

    .popular-categories .custom-row {
        gap: 20px 10px;
    }

    .popular-categories .custom-row .custom-col {
        width: calc(12.5% - 8.8px);
    }

    .popular-categories .custom-row .custom-col .category-card .part-img a {
        min-height: 80px;
    }

    .popular-categories .custom-row .custom-col .category-card .part-txt h3 {
        font-size: 13px;
        font-weight: 400;
    }

    .popular-categories-2 .custom-row {
        gap: 10px;
        justify-content: center;
    }

    .popular-categories-2 .custom-row .custom-col {
        width: calc(25% - 7.5px);
    }

    .popular-categories-2 .custom-row .custom-col .category-card a {
        padding: 10px;
        gap: 10px;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-txt {
        width: 100%;
        align-items: center;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-txt span {
        font-size: 14px;
        font-weight: 400;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-txt .quantity-box {
        font-size: 12px;
    }

    .single-product-card.product-card-list {
        gap: 15px;
    }

    .single-product-card.product-card-list .part-img {
        width: 250px;
        min-height: auto;
    }

    .single-product-card.product-card-list .part-txt {
        width: calc(100% - 265px);
    }

    .single-product-card.product-card-list .part-txt .product-name {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        margin-top: -2px;
        margin-bottom: 6px;
    }

    .single-product-card.product-card-list .part-txt .dscr {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 11px;
    }

    .single-product-card.product-card-list .part-txt .price {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .single-product-card.product-card-list .part-txt .price span {
        font-size: 12px;
    }

    .single-product-card.product-card-list .part-txt .star {
        font-size: 14px;
        gap: 5px;
        margin-bottom: 14px;
    }

    .single-product-card.product-card-list .part-txt .add-to-cart-btn {
        height: 30px;
        line-height: 28px;
        font-size: 12px;
        font-weight: 500;
        padding: 0 15px;
    }

    .single-product-card.product-card-list .cart-option {
        left: 125px;
        transform: translateX(-50%);
    }

    .single-product-card .part-img {
        min-height: 100px;
    }

    .single-product-card .part-img img {
        width: 100%;
    }

    .new-arrival {
        height: 350px;
        overflow: hidden;
        margin-bottom: 26px;
    }

    .new-arrival.new-arrival-2 {
        margin-top: 26px;
        margin-bottom: 0;
    }

    .new-arrival.new-arrival-2 .part-txt {
        min-width: max-content;
        padding: 25px 30px;
    }

    .new-arrival .part-txt .countdown-wrap {
        padding-top: 0;
    }

    .new-arrival .part-txt .countdown-wrap p {
        margin-bottom: 16px;
    }

    .new-arrival .part-txt .countdown-wrap h3 {
        font-size: 20px;
        margin-bottom: 13px;
    }

    .new-arrival .part-txt .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        font-weight: 400;
    }

    .recently-viewed .new-arrival-3 .part-txt p {
        margin-bottom: 11px;
    }

    .recently-viewed .new-arrival-3 .part-txt h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 17px;
    }

    .recently-viewed .recent-view-slider .single-slider {
        gap: 15px;
    }

    .recently-viewed .single-product-card-2 {
        gap: 15px;
        padding: 19px 20px;
    }

    .recently-viewed .single-product-card-2 .part-img {
        width: 105px;
        height: 100px;
    }

    .recently-viewed .single-product-card-2 .part-txt {
        width: calc(100% - 135px);
    }

    .recently-viewed .single-product-card-2 .part-txt .category {
        margin-bottom: 9px;
    }

    .recently-viewed .single-product-card-2 .part-txt .price {
        font-size: 14px;
    }

    .hot-deal-banner .bg {
        padding: 60px;
    }

    .season-sale .panel {
        height: 100%;
    }

    .season-sale .season-sale-box {
        height: 100%;
    }

    .season-sale .season-sale-box .part-txt h3 {
        font-size: 22px;
        font-weight: 600;
    }

    .season-sale .season-sale-box .part-img {
        min-height: 100px;
    }

    .top-rated-n-best-seller .top-rated {
        margin-bottom: 26px;
    }

    .best-seller .single-box {
        padding: 15px;
        gap: 15px;
    }

    .best-seller .single-box::after {
        width: 80px;
    }

    .best-seller .single-box .part-img {
        width: 80px;
    }

    .best-seller .single-box .part-txt {
        width: calc(100% - 95px);
    }

    .best-seller .single-box .part-txt .title {
        font-size: 12px;
        line-height: 18px;
        margin-top: -4px;
    }

    .best-seller .single-box .part-txt .star {
        font-size: 12px;
    }

    .top-brand .logo-box {
        height: 60px;
        padding: 0 15px;
    }

    .subscribe .bg {
        padding: 60px 0;
    }

    .subscribe .bg .form input {
        border: 0;
        height: 50px;
    }

    .subscribe .bg .form .def-btn {
        height: 50px;
        line-height: 50px;
    }

    .features .custom-row .custom-col {
        border-width: 1px;
    }

    .features .single-feature {
        gap: 10px;
    }

    .features .single-feature .part-icon span {
        font-size: 40px;
        height: 45px;
        line-height: 45px;
    }

    .footer .main-footer {
        padding: 60px 0;
    }

    .footer .main-footer .custom-row {
        gap: 30px 20px;
    }

    .footer .main-footer .custom-row .custom-col,
    .footer .main-footer .custom-row .custom-col-2 {
        width: calc(50% - 10px);
    }

    .footer .main-footer .link-wrap .footer-link {
        width: 50%;
    }

    .footer .main-footer .footer-gallery ul {
        width: 269px;
    }

    .header.header-inner .bottom-header .category-list-2 {
        width: 296px;
        padding: 10px 0 10px 10px;
    }

    .header.header-inner .bottom-header .category-list-2 .category-item {
        padding-right: 15px;
        margin-bottom: 15px;
    }

    .header.header-inner .bottom-header .category-list-2 .category-item.has-sub .arrow {
        width: 10px;
        height: 10px;
        transform: translateY(-180%) rotate(45deg);
    }

    .header.header-inner .bottom-header .category-list-2 .category-item a {
        font-size: 13px;
        font-weight: 400;
    }

    .header.header-inner .bottom-header .category-list-2 .category-item a .icon {
        width: 30px;
        height: 25px;
    }

    .header.header-inner .bottom-header .category-list-2 .category-item a .icon span {
        font-size: 22px;
    }

    .header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu {
        width: 650px;
        padding: 15px;
    }

    .header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu h4 {
        font-size: 14px;
    }

    .header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu h4 span {
        font-size: 18px;
        opacity: 0.5;
    }

    .header.header-inner .bottom-header .category-list-2 .category-item .category-sub-menu ul li {
        height: 30px;
        line-height: 31px;
    }

    .header.header-inner .bottom-header .category-list-2 .category-item:hover .category-sub-menu,
    .header.header-inner .bottom-header .category-list-2 .category-item:focus-within .category-sub-menu {
        padding: 15px;
    }

    .banner.banner-inner::after {
        background-position-x: right;
    }

    .about .why-choose .video-area {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .team .single-card .social {
        top: 120px;
    }

    .shop-wrap .shop-top-bar .top-bar-right {
        gap: 10px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .nice-select {
        padding-left: 10px;
        padding-right: 10px;
        height: 35px;
        line-height: 33px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .nice-select::after {
        display: none;
    }

    .shop-wrap .shop-top-bar .top-bar-right .nice-select .list {
        min-width: 100%;
    }

    .shop-wrap .shop-top-bar .top-bar-right .show-wrap {
        padding-left: 10px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .show-wrap span {
        line-height: 31px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .show-wrap .nice-select {
        height: 33px;
        line-height: 31px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .view-wrap button {
        width: 20px;
        height: 30px;
        font-size: 20px;
        line-height: 39px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .top-pagination input {
        width: 30px !important;
        height: 30px;
    }

    .shop-wrap .pagination {
        padding-top: 15px;
    }

    .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-img {
        width: 80px;
    }

    .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt {
        width: calc(100% - 95px);
    }

    .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .title {
        font-size: 14px;
        line-height: 24px;
    }

    .faq .accordion .accordion-item .accordion-button {
        height: max-content;
        padding: 10px 15px;
        font-size: 16px;
    }

    .faq .accordion .accordion-item .accordion-button .txt {
        width: calc(100% - 30px);
    }

    .faq .accordion .accordion-item .accordion-button .icon {
        width: 25px;
        height: 25px;
        line-height: 27px;
    }

    .faq .accordion .accordion-item .accordion-body {
        padding: 0 15px 15px 15px;
    }

    .faq .accordion .accordion-item .accordion-body p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -7px;
    }

    .product-view-area .part-img .img-box .quick-view {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 30px;
    }

    .product-view-area .part-img .btn-box {
        gap: 15px;
    }

    .product-view-area .part-img .btn-box .small-thumb {
        width: calc(25% - 11.3px);
    }

    .product-view-area .part-txt .review .star {
        font-size: 18px;
    }

    .quantity .quantity-nav .quantity-button {
        width: 40px;
    }

    .blog-details .part-txt {
        margin-bottom: 20px;
    }

    .blog-details .part-txt .title-box .blog-info {
        gap: 15px;
        margin-top: -1px;
        margin-bottom: 11px;
    }

    .blog-details .part-txt .title-box .blog-info li {
        font-size: 14px;
    }

    .blog-details .part-txt .title-box .blog-title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 17px;
    }

    .blog-details .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .blog-details .part-txt p:last-child {
        margin-bottom: -7px;
    }

    .blog-details .part-txt .secondary-title {
        font-size: 16px;
        line-height: 26px;
        padding-top: 19px;
        margin-bottom: 12px;
    }

    .blog-details .secondary-img {
        margin-bottom: 20px;
    }

    .blog-details .admin-words {
        padding: 25px 20px;
        margin-bottom: 30px;
    }

    .blog-details .admin-words p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .blog-details .admin-words .admin h6 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .blog-details .comment-area .title {
        font-size: 16px;
        padding-bottom: 9px;
        margin-top: -2px;
        margin-bottom: 20px;
    }

    .blog-details .comment-area .comments {
        margin-bottom: 30px;
    }

    .blog-details .comment-area .comments .single-comment {
        gap: 15px;
        margin-bottom: 25px;
    }

    .blog-details .comment-area .comments .single-comment.reply {
        margin-left: 60px;
    }

    .blog-details .comment-area .comments .single-comment .part-img {
        width: 60px;
    }

    .blog-details .comment-area .comments .single-comment .txt-box {
        width: calc(100% - 75px);
    }

    .blog-details .comment-area .comments .single-comment .txt-box h4 {
        font-size: 14px;
    }

    .blog-details .comment-area .comments .single-comment .txt-box span {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .blog-details .comment-area .comments .single-comment .txt-box p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -7px;
    }

    .blog-details .comment-area .comment-form input {
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    .blog-details .comment-area .comment-form textarea {
        height: 120px;
        padding: 10px 15px;
        font-size: 14px;
        margin-bottom: -7px;
    }

    .blog-details .blog-sidebar {
        max-width: 320px;
        margin: auto;
    }

    .blog-details .blog-sidebar .searchbox {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .searchbox input {
        width: calc(100% - 40px);
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    .blog-details .blog-sidebar .searchbox button {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .blog-details .blog-sidebar .sidebar-title {
        font-size: 16px;
        padding-bottom: 9px;
        margin-top: -1px;
        margin-bottom: 15px;
    }

    .blog-details .blog-sidebar .recent-post {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .recent-post ul li a .part-img {
        width: 70px;
        height: 70px;
    }

    .blog-details .blog-sidebar .recent-post ul li a .txt-box {
        width: calc(100% - 85px);
    }

    .blog-details .blog-sidebar .recent-post ul li a .txt-box .title {
        font-size: 14px;
        line-height: 20px;
        margin-top: -4px;
        margin-bottom: 8px;
    }

    .blog-details .blog-sidebar .recent-post ul li a .txt-box .date {
        font-size: 14px;
        margin-bottom: -2px;
    }

    .blog-details .blog-sidebar .categories {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .categories ul li {
        margin-bottom: 0;
    }

    .blog-details .blog-sidebar .categories ul li:first-child {
        margin-top: -12px;
    }

    .blog-details .blog-sidebar .categories ul li a {
        font-size: 14px;
    }

    .blog-details .blog-sidebar .image-slider {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .tags .btn-box {
        gap: 5px;
    }

    .blog-details .blog-sidebar .tags .btn-box a {
        height: 30px;
        line-height: 28px;
        padding: 0 10px;
        font-size: 14px;
    }

    .revel-table {
        margin-bottom: 30px;
    }

    .revel-table .table-responsive .table {
        width: max-content;
    }

    .revel-table .table-responsive th {
        padding: 7.5px 15px;
        font-size: 14px;
        font-weight: 600;
    }

    .revel-table .table-responsive tr:first-child td {
        padding-top: 15px;
    }

    .revel-table .table-responsive tr:last-child td {
        padding-bottom: 15px;
    }

    .revel-table .table-responsive tr td {
        padding: 7.5px 15px;
        width: max-content;
    }

    .revel-table .table-responsive .product-img {
        width: 70px;
    }

    .revel-table .table-responsive .product-name {
        font-size: 14px;
    }

    .revel-table .table-responsive .price-txt {
        font-size: 14px;
    }

    .revel-table .table-responsive .quantity {
        width: 150px;
    }

    .revel-table .table-responsive .quantity .quantity-nav .quantity-button {
        width: 40px;
    }

    .tab-section .tab-nav .single-nav {
        height: 50px;
        line-height: 50px;
    }

    .tab-section .tab-contents .billing-details .form-row {
        gap: 20px;
    }

    .tab-section .tab-contents .billing-details .form-row .form-col-5 {
        width: 100%;
    }

    .tab-section .tab-contents .def-btn {
        height: 45px;
        line-height: 45px;
        padding: 0 25px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header {
        padding: 15px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .icon {
        width: 40px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body {
        padding: 20px;
    }

    .account .account-sidebar .user {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .account .account-sidebar .user .part-img {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .account .account-sidebar .user .part-txt h3 {
        font-size: 16px;
        margin-top: -1px;
    }

    .account .account-sidebar .nav .nav-link .icon {
        font-size: 18px;
    }

    .account .account-sidebar .nav .nav-link .txt {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: -2px;
    }

    .account .account-title {
        font-size: 16px;
        margin-top: -1px;
        margin-bottom: 17px;
    }

    .account .table-wrap .table-top {
        padding: 15px;
    }

    .account .table-wrap .table-top .title {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: -2px;
    }

    .account .table-wrap .table-top .search-box {
        padding: 0 10px;
    }

    .account .table-wrap .table th,
    .account .table-wrap .table td {
        padding: 15px;
        font-size: 14px;
    }

    .account .table-wrap .table .status {
        width: 70px;
        height: 35px;
        line-height: 35px;
    }

    .account .table-wrap .table-bottom {
        padding: 20px 15px;
        flex-direction: column;
    }

    .account .table-wrap .table-bottom .part-txt p {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 13px;
    }

    .account .table-wrap .table-bottom .pagination button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .account .conversation-panel .chat-area {
        padding: 15px;
    }

    .account .conversation-panel .chat-area .single-msg {
        max-width: calc(100% - 40px);
        gap: 10px;
        margin-bottom: 15px;
    }

    .account .conversation-panel .chat-area .single-msg .part-img .img {
        width: 40px;
        height: 40px;
        margin-bottom: 9px;
    }

    .account .conversation-panel .chat-area .single-msg .part-img span {
        font-size: 12px;
        margin-bottom: -2px;
    }

    .account .conversation-panel .chat-area .single-msg .part-txt {
        padding: 8px 15px 6px;
    }

    .account .conversation-panel .chat-area .single-msg .part-txt span {
        font-size: 14px;
        line-height: 22px;
    }

    .account .conversation-panel .info-area .chat-between {
        padding: 20px;
    }

    .account .conversation-panel .info-area .chat-between .part-img {
        margin-bottom: 15px;
    }

    .account .conversation-panel .info-area .chat-between .part-img .img {
        width: 40px;
        height: 40px;
    }

    .account .conversation-panel .info-area .chat-between .part-img .img:first-child {
        margin-right: -10px;
    }

    .account .conversation-panel .info-area .chat-between .part-txt span {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: -2px;
    }

    .account .conversation-panel .info-area .action {
        padding: 20px;
    }

    .account .conversation-panel .info-area .action li {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .account .conversation-panel .info-area .action li button span {
        width: 16px;
        font-size: 16px;
    }

    .account .conversation-panel .info-area .title {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 18px;
    }

    .account .total-balance {
        padding: 15px;
    }

    .account .total-balance .top h4 {
        font-size: 14px;
        font-weight: 500;
    }

    .account .total-balance .top .tags {
        gap: 5px;
    }

    .account .total-balance .top .tags .tag {
        height: 20px;
        line-height: 22px;
        font-size: 12px;
        padding: 0 5px;
    }

    .account .total-balance .middle {
        padding: 40px 0;
    }

    .account .total-balance .middle h3 {
        font-size: 20px;
        margin-bottom: -3px;
    }

    .account .total-balance .btn-box {
        gap: 10px;
    }

    .account .total-balance .btn-box .def-btn {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
    }

    .account .profile-panel {
        padding: 25px 20px;
    }

    .account .profile-panel .profile-top {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .account .profile-panel .profile-top .user .part-img {
        width: 80px;
        height: 80px;
    }

    .account .profile-panel .profile-top .user .part-txt span {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: -2px;
    }

    .account .profile-panel .btn-box {
        gap: 10px;
    }

    .account .profile-panel .btn-box .def-btn {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
    }

    .account .profile-panel form input,
    .account .profile-panel form .select {
        height: 40px;
        line-height: 38px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    body {
        overflow-x: hidden;
        padding-bottom: 50px;
    }

    .def-btn {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        font-size: 14px;
    }

    .def-btn.btn-border {
        line-height: 28px;
    }

    .def-btn-2 {
        height: 30px;
        line-height: 28px;
        padding: 0 15px;
        font-size: 14px;
    }

    .home-2 .def-btn-3 {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        font-size: 14px;
    }

    .panel {
        padding: 20px 15px;
    }

    .panel.panel-2 {
        padding: 30px 15px;
    }

    .panel .panel-header {
        margin-bottom: 20px;
    }

    .panel .panel-header .title {
        font-size: 14px;
        line-height: 18px;
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .panel .panel-header .text-end {
        height: 12px;
        line-height: 12px;
    }

    .panel .panel-header .explore-section {
        font-size: 12px;
    }

    .panel .nav {
        row-gap: 10px;
    }

    .panel .nav button {
        font-size: 14px;
        padding: 0 5px;
    }

    .product-custom-row {
        gap: 15px;
    }

    .product-custom-row .custom-col {
        flex: 0 0 calc(33.3333333333% - 10px);
    }

    .heading h2 {
        font-size: 18px;
        line-height: 1.3;
        font-weight: 600;
        padding-bottom: 8px;
        margin-top: -5px;
        margin-bottom: 25px;
    }

    .header-cart-wrap .cart-list {
        width: 320px;
    }

    .header-cart-wrap .cart-list .title {
        padding: 10px 15px;
    }

    .header-cart-wrap .cart-list .title h3 {
        font-size: 16px;
    }

    .header-cart-wrap .cart-list .title button {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .header-cart-wrap .cart-list ul {
        padding: 20px 15px;
    }

    .header-cart-wrap .cart-list ul li a {
        gap: 10px;
    }

    .header-cart-wrap .cart-list ul li a .part-img {
        width: 60px;
    }

    .header-cart-wrap .cart-list ul li a .part-txt {
        width: calc(100% - 70px);
    }

    .header-cart-wrap .cart-list ul li a .part-txt .name {
        font-size: 14px;
    }

    .header-cart-wrap .cart-list ul li button {
        font-size: 14px;
    }

    .header-cart-wrap .cart-list .total {
        padding: 20px 15px;
    }

    .header-cart-wrap .cart-list .total p {
        font-size: 14px;
    }

    .header-cart-wrap .cart-list .btn-box {
        padding: 20px 15px;
        gap: 10px;
    }

    .header-cart-wrap .cart-list .btn-box .def-btn {
        width: calc(50% - 5px);
        font-size: 12px;
    }

    .header.header-2 {
        border-bottom: 1px solid rgba(221, 221, 221, 0.5);
    }

    .header.header-2 .bottom-header {
        background: #f7f7f7;
    }

    .header.header-2 .bottom-header .search-col {
        background: #f7f7f7;
    }

    .header.header-2 .bottom-header .header-search form button {
        background: transparent;
    }

    .header .top-header {
        padding: 15px 0;
    }

    .header .top-header .top-header-link>* {
        padding: 0 5px;
        font-size: 13px;
        border-left: 1px solid #b3b7c8;
    }

    .header .top-header .top-header-link>*:first-child {
        border-left: 0;
    }

    .header .top-header .top-header-link>* .nice-select {
        font-size: 13px;
        padding-right: 12px;
    }

    .header .top-header .top-header-link>* .nice-select::after {
        font-size: 10px;
    }

    .header .top-header .top-header-link>* .select-lang .flagstrap-icon {
        width: 15px;
        height: 10px;
    }

    .header .top-header .top-header-link>* .select-lang .dropdown-toggle {
        font-size: 13px;
    }

    .header .top-header .top-header-link>* .select-lang .dropdown-toggle::after {
        font-size: 10px;
    }

    .header .bottom-header {
        padding: 20px 0;
        background: #ffffff;
        position: relative;
        z-index: 11;
    }

    .header .bottom-header .logo {
        width: 100px;
    }

    .header .bottom-header .bottom-header-right .header-cart-options a {
        font-size: 18px;
        line-height: 100%;
        height: 18px;
    }

    .header .bottom-header .bottom-header-right .header-cart-options a .quantity {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 9px;
        font-weight: 300;
    }

    .header .bottom-header .header-search .nice-select {
        display: none;
    }

    .header .bottom-header .header-search form {
        border: 1px solid #ddd;
    }

    .header .bottom-header .header-search form .wrap {
        width: 100%;
    }

    .header .bottom-header .header-search form .devider {
        display: none;
    }

    .header .bottom-header .header-search form input {
        height: 35px;
        padding: 0 10px;
        font-size: 12px;
    }

    .header .bottom-header .header-search form button {
        width: max-content;
        padding-right: 10px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        background: transparent;
        border: 0;
        color: #606060;
    }

    .header .bottom-header .header-search form button:hover,
    .header .bottom-header .header-search form button:focus {
        color: #999;
    }

    .header .menu-bar {
        display: none;
    }

    .rev-banner-area .banner-welcome .user-login {
        display: flex;
        row-gap: 8px;
        justify-content: center;
    }

    .rev-banner-area .banner-welcome .user-login a {
        padding: 7px 18px;
        font-size: 16px;
    }

    .rev-banner-area .tools-benner {
        height: 100% !important;
    }

    .rev-banner-area .tools-benner .benner-contents {
        padding: 30px;
    }

    .banner.banner-2 .banner-slider .slide {
        padding: 50px 0;
    }

    .banner.banner-2 .banner-slider .slide.slick-active .part-txt::before,
    .banner.banner-2 .banner-slider .slide.slick-active .part-txt::after {
        width: 300px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt {
        padding: 20px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt::before,
    .banner.banner-2 .banner-slider .slide .part-txt::after {
        left: 20px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt h4 {
        font-weight: 400;
        margin-bottom: 5px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt h1 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 11px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt .price {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 11px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt .price span {
        font-size: 14px;
    }

    .banner.banner-2 .banner-slider .slick-dots {
        bottom: 10px;
        right: 50%;
        transform: translateX(50%);
        gap: 5px;
    }

    .banner.banner-2 .banner-slider .slick-dots button {
        width: 12px;
        height: 12px;
        border-width: 1px;
    }

    .banner .category-list {
        display: none !important;
    }

    .banner .slider-area .slide-1,
    .banner .slider-area .slide-2,
    .banner .slider-area .slide-3 {
        background-position-y: top;
    }

    .banner .slider-area .banner-txt {
        padding: 40px 20px;
    }

    .banner .slider-area .banner-txt h6 {
        font-weight: 400;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .banner .slider-area .banner-txt h1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        margin-bottom: 7px;
    }

    .banner .slider-area .banner-txt p {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .banner .slider-area .banner-txt .price {
        margin-bottom: 8px;
    }

    .banner .slider-area .banner-txt .price span {
        font-size: 14px;
    }

    .banner .slider-area .banner-txt .price span:last-child {
        font-size: 16px;
    }

    .banner .slider-area .banner-txt .def-btn {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
    }

    .banner .slider-area .slick-dots {
        bottom: 10px;
    }

    .banner .slider-area .slick-dots button {
        width: 10px;
        height: 10px;
    }

    .banner .sidebar-area {
        padding-top: 50px;
    }

    .banner .sidebar-area .best-selling-panel .panel-header {
        height: 40px;
    }

    .banner .sidebar-area .best-selling-panel .panel-header h4 {
        line-height: 40px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider {
        gap: 10px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-img {
        width: 60px;
        height: 54px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt {
        width: calc(100% - 70px);
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .star {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .product-name {
        font-size: 14px;
        margin-bottom: 11px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price {
        font-size: 14px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price span {
        font-size: 12px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .slick-arrow {
        bottom: calc(100% + 27px);
        line-height: 25px;
    }

    .top-product.top-product-2 .product-card {
        padding: 0 20px;
    }

    .top-product.top-product-2 .product-card .part-txt {
        width: calc(100% - 115px);
        padding: 20px 0;
    }

    .top-product .product-card {
        padding: 20px;
        gap: 15px;
    }

    .top-product .product-card .part-txt {
        width: calc(100% - 115px);
    }

    .top-product .product-card .part-txt .price {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 9px;
    }

    .top-product .product-card .part-txt .price span {
        font-size: 12px;
    }

    .top-product .product-card .part-txt .product-name {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .top-product .product-card .part-img {
        width: 100px;
        height: 100px;
    }

    .flash-deal .countdown-wrap {
        gap: 10px;
    }

    .flash-deal .countdown-wrap h3 {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: -2px;
    }

    .flash-deal .countdown-wrap .countdown .syotimer__body {
        gap: 10px;
    }

    .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell {
        gap: 5px;
    }

    .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
        font-size: 12px;
    }

    .rev-3-shop-bg-banner {
        min-height: 250px;
        background-position-y: -450px;
        flex-direction: row;
        align-items: center;
        padding-left: 30px;
        padding-right: 30px;
    }

    .rev-3-shop-bg-banner>* {
        width: 50%;
    }

    .rev-3-shop-bg-banner .new-arrival-3 .part-txt {
        text-align: left;
    }

    .rev-3-shop-bg-banner .new-arrival-3 .part-txt h4 {
        margin-bottom: 0;
    }

    .rev-3-shop-bg-banner .rev-3-banner-btn {
        text-align: right;
    }

    .rev-3-shop-bg-furniture-banner {
        min-height: 250px;
        background-position-y: -450px;
        flex-direction: row;
        align-items: center;
        padding-left: 30px;
        padding-right: 30px;
    }

    .rev-3-shop-bg-furniture-banner>* {
        width: 50%;
    }

    .rev-3-shop-bg-furniture-banner .new-arrival-3 .part-txt {
        text-align: left;
    }

    .rev-3-shop-bg-furniture-banner .new-arrival-3 .part-txt h4 {
        margin-bottom: 0;
    }

    .rev-3-shop-bg-furniture-banner .rev-3-banner-btn {
        text-align: right;
    }

    .single-product-card {
        padding-bottom: 15px;
    }

    .single-product-card.product-card-list {
        gap: 15px;
    }

    .single-product-card.product-card-list .part-img {
        width: 250px;
        min-height: auto;
    }

    .single-product-card.product-card-list .part-txt {
        width: calc(100% - 265px);
    }

    .single-product-card.product-card-list .part-txt .product-name {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        margin-top: -2px;
        margin-bottom: 6px;
    }

    .single-product-card.product-card-list .part-txt .dscr {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 11px;
    }

    .single-product-card.product-card-list .part-txt .price {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .single-product-card.product-card-list .part-txt .price span {
        font-size: 12px;
    }

    .single-product-card.product-card-list .part-txt .star {
        font-size: 14px;
        gap: 5px;
        margin-bottom: 14px;
    }

    .single-product-card.product-card-list .part-txt .add-to-cart-btn {
        height: 30px;
        line-height: 28px;
        font-size: 12px;
        font-weight: 500;
        padding: 0 15px;
    }

    .single-product-card.product-card-list .cart-option {
        left: 125px;
        transform: translateX(-50%);
    }

    .single-product-card .part-img {
        min-height: 130px;
    }

    .single-product-card .part-img .off-tag {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .single-product-card .part-txt {
        padding-top: 15px;
    }

    .single-product-card .part-txt .product-name {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        margin-top: -5px;
        margin-bottom: 9px;
    }

    .single-product-card .part-txt .price {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .single-product-card .part-txt .price span {
        font-size: 12px;
    }

    .single-product-card .part-txt .star {
        font-size: 14px;
        gap: 5px;
    }

    .single-product-card .cart-option ul li a {
        font-size: 14px;
        padding: 5px 10px;
    }

    .new-arrival {
        height: 350px;
        overflow: hidden;
        margin-bottom: 26px;
    }

    .new-arrival.new-arrival-2 {
        margin-top: 26px;
        margin-bottom: 0;
    }

    .new-arrival.new-arrival-2 .part-txt {
        min-width: max-content;
        padding: 25px 30px;
    }

    .new-arrival .part-txt .countdown-wrap {
        padding-top: 0;
    }

    .new-arrival .part-txt .countdown-wrap p {
        margin-bottom: 16px;
    }

    .new-arrival .part-txt .countdown-wrap h3 {
        font-size: 20px;
        margin-bottom: 13px;
    }

    .new-arrival .part-txt .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        font-weight: 400;
    }

    .new-arrival .part-txt .def-btn {
        line-height: 28px;
    }

    .popular-categories .custom-row {
        gap: 15px 10px;
    }

    .popular-categories .custom-row .custom-col {
        width: calc(20% - 8px);
    }

    .popular-categories .custom-row .custom-col .category-card .part-img {
        margin-bottom: 10px;
    }

    .popular-categories .custom-row .custom-col .category-card .part-img a {
        min-height: 70px;
    }

    .popular-categories .custom-row .custom-col .category-card .part-txt h3 {
        font-size: 12px;
        margin-bottom: -2px;
    }

    .popular-categories-2 .custom-row {
        gap: 10px;
        justify-content: center;
    }

    .popular-categories-2 .custom-row .custom-col {
        width: calc(33.3333333333% - 6.7px);
    }

    .popular-categories-2 .custom-row .custom-col .category-card a {
        padding: 10px;
        gap: 10px;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-icon {
        width: 45px;
        height: 45px;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-icon span {
        height: 40px;
        font-size: 35px;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-txt {
        width: 100%;
        align-items: center;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-txt span {
        font-size: 14px;
        font-weight: 400;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-txt .quantity-box {
        font-size: 12px;
    }

    .recently-viewed .new-arrival-3 .part-txt p {
        margin-bottom: 11px;
    }

    .recently-viewed .new-arrival-3 .part-txt h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 17px;
    }

    .recently-viewed .recent-view-slider .single-slider {
        gap: 15px;
    }

    .recently-viewed .single-product-card-2 {
        gap: 15px;
    }

    .recently-viewed .single-product-card-2 .part-img {
        width: 105px;
        height: 100px;
    }

    .recently-viewed .single-product-card-2 .part-txt {
        width: calc(100% - 135px);
    }

    .recently-viewed .single-product-card-2 .part-txt .category {
        margin-bottom: 9px;
    }

    .recently-viewed .single-product-card-2 .part-txt .price {
        font-size: 14px;
    }

    .hot-deal-banner .bg {
        padding: 50px 20px;
    }

    .hot-deal-banner .bg .banner-txt h2 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 15px;
    }

    .hot-deal-banner .bg .banner-txt h2 span {
        font-weight: 600;
    }

    .hot-deal-banner .bg .banner-txt p {
        font-size: 14px;
        padding-bottom: 19px;
        margin-bottom: 20px;
    }

    .hot-deal-banner .bg .banner-txt .countdown {
        margin-bottom: 20px;
    }

    .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell {
        padding: 0 15px;
    }

    .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
        font-size: 14px;
    }

    .season-sale .season-sale-box .part-txt p {
        font-size: 14px;
    }

    .season-sale .season-sale-box .part-txt h3 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 17px;
    }

    .season-sale .season-sale-box .part-txt a {
        height: 35px;
        line-height: 35px;
        padding: 0 20px;
        font-size: 14px;
    }

    .season-sale .season-sale-box .part-img {
        height: 200px;
        min-height: auto;
    }

    .season-sale .season-sale-box .part-img img {
        height: 100%;
    }

    .best-seller .single-box {
        padding: 15px;
        gap: 15px;
    }

    .best-seller .single-box::after {
        width: 80px;
    }

    .best-seller .single-box .part-img {
        width: 80px;
    }

    .best-seller .single-box .part-txt {
        width: calc(100% - 95px);
    }

    .best-seller .single-box .part-txt .title {
        font-size: 12px;
        line-height: 18px;
        margin-top: -4px;
    }

    .best-seller .single-box .part-txt .star {
        font-size: 12px;
    }

    .top-rated {
        margin-bottom: 26px;
    }

    .top-brand .rg-30 {
        gap: 10px;
    }

    .top-brand .rg-30>* {
        width: calc(16.6666666667% - 8.4px);
    }

    .top-brand .logo-box {
        height: 50px;
        padding: 0 15px;
    }

    .subscribe .bg {
        padding: 40px;
    }

    .subscribe .bg .form {
        padding: 5px;
    }

    .subscribe .bg .form input {
        border: 0;
        height: 40px;
        font-size: 14px;
        background: #ffffff;
    }

    .subscribe .bg .form .def-btn {
        height: 40px;
        line-height: 40px;
    }

    .single-blog .part-txt {
        padding: 30px 15px 14px;
    }

    .single-blog .part-txt .tag-n-date {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .single-blog .part-txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .single-blog .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 11px;
    }

    .single-blog .part-txt .continue {
        bottom: -51px;
        width: 50px;
        height: 80px;
        font-size: 16px;
        line-height: 55px;
        border-radius: 20px 0 0 0;
    }

    .features .panel {
        margin: 0 -20px;
    }

    .features .custom-row {
        padding: 0 10px;
        gap: 15px 10px;
        justify-content: center;
    }

    .features .custom-row .custom-col {
        min-width: calc(25% - 11.2px);
        width: max-content;
        border: 0;
    }

    .features .custom-row .custom-col .single-feature {
        height: 35px;
        justify-content: flex-start;
        gap: 10px;
    }

    .features .custom-row .custom-col .single-feature .part-icon {
        height: 30px;
    }

    .features .custom-row .custom-col .single-feature .part-icon span {
        height: 100%;
        line-height: 40px;
        font-size: 30px;
    }

    .features .custom-row .custom-col .single-feature .part-txt h4 {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 6px;
    }

    .features .custom-row .custom-col .single-feature .part-txt p {
        font-size: 12px;
    }

    .footer .main-footer {
        padding: 60px 0;
    }

    .footer .main-footer .custom-row {
        gap: 30px 20px;
    }

    .footer .main-footer .custom-row .custom-col,
    .footer .main-footer .custom-row .custom-col-2 {
        width: calc(50% - 10px);
    }

    .footer .main-footer .footer-about .footer-logo {
        width: 100px;
        margin-bottom: 20px;
    }

    .footer .main-footer .footer-about p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .footer .main-footer .footer-about ul li {
        margin-bottom: 7px;
    }

    .footer .main-footer .footer-about ul li:last-child {
        margin-bottom: -7px;
    }

    .footer .main-footer .footer-about ul li .icon {
        height: 25px;
    }

    .footer .main-footer .footer-about ul li .icon span {
        font-size: 25px;
        line-height: 25px;
    }

    .footer .main-footer .footer-about ul li .txt>* {
        font-size: 14px;
        line-height: 24px;
    }

    .footer .main-footer .footer-title {
        font-size: 16px;
        padding-bottom: 9px;
        margin-bottom: 25px;
    }

    .footer .main-footer .link-wrap {
        gap: 10px;
    }

    .footer .main-footer .link-wrap .footer-link {
        width: calc(50% - 5px);
    }

    .footer .main-footer .link-wrap .footer-link ul li {
        font-size: 14px;
        line-height: 30px;
    }

    .footer .main-footer .link-wrap .footer-link ul li:last-child {
        margin-bottom: -10px;
    }

    .footer .main-footer .footer-gallery ul li {
        width: calc(25% - 7.5px);
    }

    .footer .main-footer .footer-subscribe p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .footer .main-footer .footer-subscribe form {
        margin-bottom: 20px;
    }

    .footer .copyright p {
        font-size: 14px;
    }

    .product-view-area .part-img.mr-30 {
        margin-right: 20px;
    }

    .py-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pt-120 {
        padding-top: 60px;
    }

    .pb-120 {
        padding-bottom: 60px;
    }

    .pt-60 {
        padding-top: 30px;
    }

    .pb-60 {
        padding-bottom: 30px;
    }

    .banner.banner-inner::after {
        background-position-x: right;
    }

    .banner.banner-inner .breadcrumb-txt {
        padding: 40px 0;
    }

    .banner.banner-inner .breadcrumb-txt h1 {
        font-size: 24px;
        margin-top: -3px;
        margin-bottom: 16px;
    }

    .banner.banner-inner .breadcrumb-txt ul {
        gap: 10px;
    }

    .banner.banner-inner .breadcrumb-txt ul li {
        font-size: 16px;
    }

    .banner.banner-inner .part-img {
        height: auto;
        margin-right: -12px;
    }

    .banner.banner-inner .part-img img {
        max-width: 100%;
    }

    .about-page-title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        margin-top: -7px;
        margin-bottom: 22px;
    }

    .about .main-img {
        margin-bottom: 30px;
    }

    .about .why-choose .part-txt .part-title {
        text-align: center;
        font-size: 18px;
        margin-top: -2px;
        margin-bottom: 17px;
    }

    .about .why-choose .accordion .accordion-item .accordion-header .accordion-button {
        height: auto;
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .about .why-choose .accordion .accordion-item .accordion-header .accordion-button span {
        font-size: 16px;
    }

    .about .why-choose .accordion .accordion-item .accordion-body {
        padding: 15px;
    }

    .about .why-choose .accordion .accordion-item .accordion-body p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -7px;
    }

    .about .why-choose .video-area {
        padding: 60px 0;
    }

    .team .single-card .part-img::after {
        display: none;
    }

    .team .single-card .part-txt {
        padding: 20px 0;
    }

    .team .single-card .part-txt h3 {
        font-size: 14px;
        font-weight: 500;
        margin-top: -1px;
        margin-bottom: 11px;
    }

    .team .single-card .part-txt p {
        font-size: 14px;
        margin-bottom: -2px;
    }

    .team .single-card .social {
        display: none;
    }

    .shop-wrap .shop-top-bar .top-bar-right {
        gap: 10px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .nice-select {
        padding-left: 10px;
        padding-right: 10px;
        height: 35px;
        line-height: 33px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .nice-select::after {
        display: none;
    }

    .shop-wrap .shop-top-bar .top-bar-right .nice-select .list {
        min-width: 100%;
    }

    .shop-wrap .shop-top-bar .top-bar-right .show-wrap {
        padding-left: 10px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .show-wrap span {
        line-height: 31px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .show-wrap .nice-select {
        height: 33px;
        line-height: 31px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .view-wrap button {
        width: 20px;
        height: 30px;
        font-size: 20px;
        line-height: 39px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .top-pagination input {
        width: 30px !important;
        height: 30px;
    }

    .shop-wrap .pagination {
        padding-top: 15px;
    }

    .shop-wrap .shop-sidebar {
        max-width: 320px;
        margin: auto;
    }

    .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-img {
        width: 80px;
    }

    .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt {
        width: calc(100% - 95px);
    }

    .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .title {
        font-size: 14px;
        line-height: 24px;
    }

    .shop-wrap .shop-sidebar .sidebar-new-arrival {
        height: 200px;
        overflow: hidden;
    }

    .register .login-area {
        margin-bottom: 30px;
    }

    .register .login-area,
    .register .author-area {
        text-align: center;
    }

    .register .login-area h2,
    .register .author-area h2 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 11px;
    }

    .register .login-area p,
    .register .author-area p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .register .login-area .login-form input:not([type=checkbox]),
    .register .author-area .login-form input:not([type=checkbox]) {
        height: 35px;
        padding: 0 20px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .register .login-area .login-form .form-check,
    .register .author-area .login-form .form-check {
        margin-bottom: 15px;
    }

    .register .login-area .login-form .def-btn,
    .register .author-area .login-form .def-btn {
        height: 35px;
        line-height: 35px;
    }

    .register .login-area .login-form .def-btn.btn-border,
    .register .author-area .login-form .def-btn.btn-border {
        line-height: 33px;
    }

    .register .login-area .devider,
    .register .author-area .devider {
        font-size: 16px;
        padding: 15px 0;
        margin-top: -4px;
    }

    .register .login-area .social-login-box,
    .register .author-area .social-login-box {
        gap: 15px;
    }

    .register .login-area .social-login-box .def-btn,
    .register .author-area .social-login-box .def-btn {
        height: 35px;
        line-height: 35px;
    }

    .register .login-area .social-login-box .def-btn.btn-border,
    .register .author-area .social-login-box .def-btn.btn-border {
        line-height: 33px;
    }

    .faq .accordion {
        margin-bottom: -20px;
    }

    .faq .accordion .accordion-item {
        margin-bottom: 20px;
    }

    .faq .accordion .accordion-item .accordion-button {
        height: max-content;
        padding: 10px 15px;
        font-size: 14px;
    }

    .faq .accordion .accordion-item .accordion-button .txt {
        width: calc(100% - 30px);
    }

    .faq .accordion .accordion-item .accordion-button .icon {
        width: 25px;
        height: 25px;
        line-height: 27px;
    }

    .faq .accordion .accordion-item .accordion-body {
        padding: 0 15px 15px 15px;
    }

    .faq .accordion .accordion-item .accordion-body p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -7px;
    }

    .contact .title {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 22px;
    }

    .contact .contact-info {
        margin-bottom: 30px;
    }

    .contact .contact-info ul li {
        gap: 15px;
        margin-bottom: 25px;
    }

    .contact .contact-info ul li .part-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .contact .contact-info ul li .part-txt {
        width: calc(100% - 50px);
    }

    .contact .contact-info ul li .part-txt a,
    .contact .contact-info ul li .part-txt span {
        font-size: 14px;
        line-height: 24px;
    }

    .contact .contact-form input {
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    .contact .contact-form textarea {
        padding: 10px 15px;
        font-size: 14px;
    }

    .contact .contact-form .def-btn {
        height: 40px;
    }

    .contact .contact-form .def-btn.btn-border {
        line-height: 38px;
    }

    .contact .map iframe {
        height: 250px;
    }

    .product-view-area {
        padding-bottom: 60px;
    }

    .product-view-area .part-img .img-box {
        margin-bottom: 20px;
    }

    .product-view-area .part-img .img-box .quick-view {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 25px;
    }

    .product-view-area .part-img .btn-box {
        gap: 10px;
    }

    .product-view-area .part-img .btn-box .small-thumb {
        width: calc(25% - 7.5px);
    }

    .product-view-area .part-txt .main-product-title {
        font-size: 16px;
        margin-top: -3px;
        margin-bottom: 15px;
    }

    .product-view-area .part-txt .review {
        gap: 10px;
    }

    .product-view-area .part-txt .review .star {
        font-size: 14px;
        gap: 5px;
    }

    .product-view-area .part-txt .review .rating-amount {
        font-size: 14px;
    }

    .product-view-area .part-txt .price {
        margin-bottom: 19px;
    }

    .product-view-area .part-txt .short-details {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 13px;
    }

    .product-view-area .part-txt .dscr {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .product-view-area .part-txt form label {
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin-top: -2px;
        margin-bottom: 8px;
    }

    .product-view-area .part-txt form .select {
        padding: 0 10px;
        font-size: 13px;
    }

    .product-view-area .part-txt form .select.color-select {
        padding-left: 30px;
    }

    .product-view-area .part-txt form .select.color-select .selected-circle {
        left: 10px;
    }

    .product-view-area .part-txt .btn-box {
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .product-view-area .part-txt .btn-box button {
        width: calc(50% - 5px);
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .product-view-area .part-txt .btn-box button span {
        margin-right: 5px;
    }

    .product-view-area .part-txt .product-share {
        font-size: 14px;
        gap: 20px;
        margin-bottom: 0;
    }

    .product-view-area .part-txt .product-share .social {
        gap: 15px;
    }

    .shop-details .details-area .nav {
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    .shop-details .details-area .nav-link {
        font-size: 14px;
        padding: 3px 15px 2px;
    }

    .shop-details .details-area .nav-link::after {
        top: calc(100% + 5px);
    }

    .shop-details .details-area .tab-pane {
        overflow: hidden;
    }

    .shop-details .details-area .tab-pane .product-dscr {
        margin-bottom: -14px;
    }

    .shop-details .details-area .tab-pane .product-dscr p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 7px;
    }

    .shop-details .details-area .tab-pane .product-dscr p:first-child {
        margin-top: -7px;
    }

    .shop-details .details-area .tab-pane .product-dscr p:last-child {
        margin-bottom: 7px;
    }

    .shop-details .details-area .tab-pane .product-dscr .part-img {
        padding-bottom: 13px;
    }

    .shop-details .details-area .tab-pane .product-information ul {
        margin-top: -12px;
        margin-bottom: -13px;
    }

    .shop-details .details-area .tab-pane .product-information ul li {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .shop-details .details-area .tab-pane .product-information ul li:nth-last-child(n+2) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .shop-details .details-area .tab-pane .product-review .review-overview {
        margin-bottom: 20px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .left h2 {
        font-size: 30px;
        margin-top: -3px;
        margin-bottom: 13px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .left p {
        font-size: 14px;
        margin-bottom: -2px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .right ul li {
        gap: 10px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .stars {
        gap: 3px;
        font-size: 12px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .progress {
        width: 150px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .percentage {
        font-size: 12px;
    }

    .shop-details .details-area .tab-pane .product-review .review-title {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .shop-details .details-area .tab-pane .product-review .review-title h3 {
        font-size: 16px;
        line-height: 35px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review {
        gap: 15px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user {
        width: 110px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .part-img {
        width: 45px;
        height: 45px;
        margin-bottom: 13px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.name {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area {
        width: calc(100% - 125px);
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area p {
        margin-bottom: 8px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery {
        gap: 5px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery .client-img {
        width: 45px;
        height: 45px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel {
        max-width: 550px;
        height: auto;
        margin-top: 10px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel img {
        max-width: 100%;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction {
        font-size: 14px;
        gap: 10px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction span {
        font-size: 12px;
    }

    .product-quick-view-panel-2 {
        padding-bottom: 50px;
    }

    .product-quick-view-panel-2 .notification {
        padding: 15px 0;
    }

    .product-quick-view-panel-2 .notification p {
        padding: 10px 20px;
        font-size: 16px;
    }

    .product-quick-view-panel-2 .notification p span {
        font-size: 20px;
        margin-right: 15px;
    }

    .quantity .quantity-nav .quantity-button {
        width: 40px;
    }

    .blog-details .part-txt {
        margin-bottom: 20px;
    }

    .blog-details .part-txt .title-box .blog-info {
        gap: 15px;
        margin-top: -1px;
        margin-bottom: 11px;
    }

    .blog-details .part-txt .title-box .blog-info li {
        font-size: 14px;
    }

    .blog-details .part-txt .title-box .blog-title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 17px;
    }

    .blog-details .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .blog-details .part-txt p:last-child {
        margin-bottom: -7px;
    }

    .blog-details .part-txt .secondary-title {
        font-size: 16px;
        line-height: 26px;
        padding-top: 19px;
        margin-bottom: 12px;
    }

    .blog-details .secondary-img {
        margin-bottom: 20px;
    }

    .blog-details .admin-words {
        padding: 25px 20px;
        margin-bottom: 30px;
    }

    .blog-details .admin-words p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .blog-details .admin-words .admin h6 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .blog-details .comment-area .title {
        font-size: 16px;
        padding-bottom: 9px;
        margin-top: -2px;
        margin-bottom: 20px;
    }

    .blog-details .comment-area .comments {
        margin-bottom: 30px;
    }

    .blog-details .comment-area .comments .single-comment {
        gap: 15px;
        margin-bottom: 25px;
    }

    .blog-details .comment-area .comments .single-comment.reply {
        margin-left: 60px;
    }

    .blog-details .comment-area .comments .single-comment .part-img {
        width: 60px;
    }

    .blog-details .comment-area .comments .single-comment .txt-box {
        width: calc(100% - 75px);
    }

    .blog-details .comment-area .comments .single-comment .txt-box h4 {
        font-size: 14px;
    }

    .blog-details .comment-area .comments .single-comment .txt-box span {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .blog-details .comment-area .comments .single-comment .txt-box p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -7px;
    }

    .blog-details .comment-area .comment-form input {
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    .blog-details .comment-area .comment-form textarea {
        height: 120px;
        padding: 10px 15px;
        font-size: 14px;
        margin-bottom: -7px;
    }

    .blog-details .blog-sidebar {
        padding-top: 30px;
        max-width: 320px;
        margin: auto;
    }

    .blog-details .blog-sidebar .searchbox {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .searchbox input {
        width: calc(100% - 40px);
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    .blog-details .blog-sidebar .searchbox button {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .blog-details .blog-sidebar .sidebar-title {
        font-size: 16px;
        padding-bottom: 9px;
        margin-top: -1px;
        margin-bottom: 15px;
    }

    .blog-details .blog-sidebar .recent-post {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .recent-post ul li a .part-img {
        width: 70px;
        height: 70px;
    }

    .blog-details .blog-sidebar .recent-post ul li a .txt-box {
        width: calc(100% - 85px);
    }

    .blog-details .blog-sidebar .recent-post ul li a .txt-box .title {
        font-size: 14px;
        line-height: 20px;
        margin-top: -4px;
        margin-bottom: 8px;
    }

    .blog-details .blog-sidebar .recent-post ul li a .txt-box .date {
        font-size: 14px;
        margin-bottom: -2px;
    }

    .blog-details .blog-sidebar .categories {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .categories ul li {
        margin-bottom: 0;
    }

    .blog-details .blog-sidebar .categories ul li:first-child {
        margin-top: -12px;
    }

    .blog-details .blog-sidebar .categories ul li a {
        font-size: 14px;
    }

    .blog-details .blog-sidebar .image-slider {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .tags .btn-box {
        gap: 5px;
    }

    .blog-details .blog-sidebar .tags .btn-box a {
        height: 30px;
        line-height: 28px;
        padding: 0 10px;
        font-size: 14px;
    }

    .revel-table {
        margin-bottom: 30px;
    }

    .revel-table .table-responsive .table {
        width: max-content;
    }

    .revel-table .table-responsive th {
        padding: 7.5px 15px;
        font-size: 14px;
        font-weight: 600;
    }

    .revel-table .table-responsive tr:first-child td {
        padding-top: 15px;
    }

    .revel-table .table-responsive tr:last-child td {
        padding-bottom: 15px;
    }

    .revel-table .table-responsive tr td {
        padding: 7.5px 15px;
        width: max-content;
    }

    .revel-table .table-responsive .product-img {
        width: 70px;
    }

    .revel-table .table-responsive .product-name {
        font-size: 14px;
    }

    .revel-table .table-responsive .price-txt {
        font-size: 14px;
    }

    .revel-table .table-responsive .quantity {
        width: 150px;
    }

    .revel-table .table-responsive .quantity .quantity-nav .quantity-button {
        width: 40px;
    }

    .compare .table {
        min-width: max-content;
    }

    .compare .table th,
    .compare .table td {
        width: auto;
        height: 40px;
        padding: 10px 15px;
    }

    .compare .table .product-card {
        padding: 10px 0;
    }

    .compare .table .product-card .part-img {
        width: 80px;
        margin-bottom: 20px;
    }

    .compare .table .product-card .part-txt {
        margin-bottom: -2px;
    }

    .compare .table .product-card .part-txt p {
        margin-top: -2px;
    }

    .compare .table .product-card .part-txt p a {
        font-size: 14px;
    }

    .compare .table .def-btn {
        height: 30px;
        line-height: 30px;
        text-transform: capitalize;
    }

    .compare .table .delete-btn {
        font-size: 16px;
    }

    .tab-section .tab-nav {
        margin-bottom: 30px;
    }

    .tab-section .tab-nav .single-nav {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        overflow: hidden;
    }

    .tab-section .tab-nav .single-nav::before,
    .tab-section .tab-nav .single-nav::after {
        left: 10px;
        width: calc(100% - 21px);
        height: 50%;
    }

    .tab-section .tab-nav .single-nav::before {
        top: 0;
    }

    .tab-section .tab-nav .single-nav::after {
        bottom: 0;
    }

    .tab-section .tab-nav .single-nav .sl-no {
        display: none;
    }

    .tab-section .tab-contents .btn-box {
        margin-bottom: 30px;
    }

    .tab-section .tab-contents .btn-box .def-btn {
        text-transform: capitalize;
    }

    .tab-section .tab-contents .cart-total-panel .title {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }

    .tab-section .tab-contents .cart-total-panel .sub-title {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body {
        padding: 20px 15px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .shipping-mode .form-check:first-child {
        margin-bottom: 10px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area {
        width: 100%;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul {
        margin-top: -2px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li:nth-child(2) {
        margin-bottom: 18px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li.total-price-wrap {
        padding-top: 18px;
        margin-bottom: 18px;
    }

    .tab-section .tab-contents .tab-next-btn {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }

    .tab-section .tab-contents .tab-next-btn i {
        font-size: 16px;
    }

    .tab-section .tab-contents .billing-details .title {
        font-size: 16px;
        margin-top: -1px;
        margin-bottom: 17px;
    }

    .tab-section .tab-contents .billing-details .form-row {
        gap: 15px;
    }

    .tab-section .tab-contents .billing-details .form-row .form-col-5 {
        width: 100%;
    }

    .tab-section .tab-contents .billing-details .form-row .form-control {
        height: 40px;
        line-height: 38px;
        padding: 0 15px;
    }

    .tab-section .tab-contents .billing-details .form-row .form-control.textarea {
        height: 120px;
        padding: 5px 15px;
    }

    .tab-section .tab-contents .billing-details .form-row .check-wrap {
        flex-direction: column;
        gap: 10px;
    }

    .tab-section .tab-contents .billing-details .form-row .check-wrap .form-check {
        height: 20px;
        margin-bottom: -4px;
    }

    .tab-section .tab-contents .billing-details .form-row .check-wrap .form-check .form-check-label {
        height: 20px;
        line-height: 20px;
    }

    .tab-section .tab-contents .payment-method .total-clone {
        padding: 20px;
    }

    .tab-section .tab-contents .payment-method .total-clone ul {
        margin-top: -2px;
    }

    .tab-section .tab-contents .payment-method .total-clone ul li {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .tab-section .tab-contents .payment-method .total-clone ul li:nth-child(2) {
        margin-bottom: 18px;
    }

    .tab-section .tab-contents .payment-method .total-clone ul li.total-price-wrap {
        padding-top: 18px;
        margin-bottom: -1px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header {
        padding: 10px 15px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .form-check {
        margin-top: 3px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .type {
        font-size: 14px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .icon {
        width: 30px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body {
        padding: 15px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body label {
        font-size: 12px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body input {
        height: 35px;
        padding: 0 15px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .def-btn {
        height: 35px;
        line-height: 35px;
    }

    .tab-section .tab-contents .check-icon {
        margin-bottom: 20px;
    }

    .tab-section .tab-contents .checkmark {
        width: 80px;
        height: 80px;
    }

    .tab-section .tab-contents .order-complete-msg h2 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: -3px;
    }

    .tab-section .form-check {
        gap: 5px;
    }

    .tab-section .form-check .form-check-input {
        width: 20px;
        height: 20px;
    }

    .tab-section .form-check .sub-input {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

    .tab-section .form-check .form-check-label {
        font-size: 12px;
        line-height: 22px;
    }

    .account .account-sidebar {
        margin-bottom: 30px;
    }

    .account .account-sidebar .user {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .account .account-sidebar .user .part-img {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .account .account-sidebar .user .part-txt h3 {
        font-size: 16px;
        margin-top: -1px;
    }

    .account .account-sidebar .nav {
        flex-direction: row !important;
        justify-content: center;
        gap: 15px;
        padding-bottom: 25px;
    }

    .account .account-sidebar .nav .nav-link {
        height: auto;
        line-height: 1;
        padding: 0;
        text-align: center;
        color: #222222;
        overflow: visible;
    }

    .account .account-sidebar .nav .nav-link::after {
        display: none;
    }

    .account .account-sidebar .nav .nav-link.active .icon {
        background: #999;
        background: #F9E3D9;
    }

    .account .account-sidebar .nav .nav-link .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        font-size: 18px;
        margin: 0;
        transition: 0.3s;
        margin-bottom: 5px;
    }

    .account .account-sidebar .nav .nav-link .txt {
        display: block;
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: -2px;
    }

    .account .account-title {
        font-size: 16px;
        margin-top: -1px;
        margin-bottom: 17px;
    }

    .account .table-wrap .table-top {
        padding: 15px;
    }

    .account .table-wrap .table-top .title {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: -2px;
    }

    .account .table-wrap .table-top .search-box {
        padding: 0 10px;
    }

    .account .table-wrap .table th,
    .account .table-wrap .table td {
        padding: 15px;
        font-size: 14px;
    }

    .account .table-wrap .table .status {
        width: 70px;
        height: 35px;
        line-height: 35px;
    }

    .account .table-wrap .table-bottom {
        padding: 20px 15px;
        flex-direction: column;
    }

    .account .table-wrap .table-bottom .part-txt p {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 13px;
    }

    .account .table-wrap .table-bottom .pagination button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .account .conversation-panel .chat-area {
        padding: 15px;
    }

    .account .conversation-panel .chat-area .single-msg {
        max-width: calc(100% - 40px);
        gap: 10px;
        margin-bottom: 15px;
    }

    .account .conversation-panel .chat-area .single-msg .part-img .img {
        width: 40px;
        height: 40px;
        margin-bottom: 9px;
    }

    .account .conversation-panel .chat-area .single-msg .part-img span {
        font-size: 12px;
        margin-bottom: -2px;
    }

    .account .conversation-panel .chat-area .single-msg .part-txt {
        padding: 8px 15px 6px;
    }

    .account .conversation-panel .chat-area .single-msg .part-txt span {
        font-size: 14px;
        line-height: 22px;
    }

    .account .conversation-panel .info-area .chat-between {
        padding: 20px;
    }

    .account .conversation-panel .info-area .chat-between .part-img {
        margin-bottom: 15px;
    }

    .account .conversation-panel .info-area .chat-between .part-img .img {
        width: 40px;
        height: 40px;
    }

    .account .conversation-panel .info-area .chat-between .part-img .img:first-child {
        margin-right: -10px;
    }

    .account .conversation-panel .info-area .chat-between .part-txt span {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: -2px;
    }

    .account .conversation-panel .info-area .action {
        padding: 20px;
    }

    .account .conversation-panel .info-area .action li {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .account .conversation-panel .info-area .action li button span {
        width: 16px;
        font-size: 16px;
    }

    .account .conversation-panel .info-area .title {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 18px;
    }

    .account .total-balance {
        padding: 15px;
    }

    .account .total-balance .top h4 {
        font-size: 14px;
        font-weight: 500;
    }

    .account .total-balance .top .tags {
        gap: 5px;
    }

    .account .total-balance .top .tags .tag {
        height: 20px;
        line-height: 22px;
        font-size: 12px;
        padding: 0 5px;
    }

    .account .total-balance .middle {
        padding: 30px 0;
    }

    .account .total-balance .middle h3 {
        font-size: 20px;
        margin-bottom: -3px;
    }

    .account .total-balance .btn-box {
        gap: 10px;
    }

    .account .total-balance .btn-box .def-btn {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
    }

    .account .profile-panel {
        padding: 25px 20px;
    }

    .account .profile-panel .profile-top {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .account .profile-panel .profile-top .user .part-img {
        width: 80px;
        height: 80px;
    }

    .account .profile-panel .profile-top .user .part-txt span {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: -2px;
    }

    .account .profile-panel .btn-box {
        gap: 10px;
    }

    .account .profile-panel .btn-box .def-btn {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
    }

    .account .profile-panel form input,
    .account .profile-panel form .select {
        height: 40px;
        line-height: 38px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 767px) and (min-width: 576px) {
    body {
        overflow-x: hidden;
        padding-bottom: 50px;
    }

    .def-btn {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        font-size: 14px;
    }

    .def-btn.btn-border {
        line-height: 28px;
    }

    .def-btn-2 {
        height: 30px;
        line-height: 28px;
        padding: 0 15px;
        font-size: 14px;
    }

    .home-2 .def-btn-3 {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        font-size: 14px;
    }

    .panel {
        padding: 20px 10px;
    }

    .panel.panel-2 {
        padding: 30px 15px;
    }

    .panel .panel-header {
        margin-bottom: 20px;
    }

    .panel .panel-header .title {
        font-size: 14px;
        line-height: 18px;
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .panel .panel-header .text-end {
        height: 12px;
        line-height: 12px;
    }

    .panel .panel-header .explore-section {
        font-size: 12px;
    }

    .panel .nav {
        justify-content: center;
        row-gap: 10px;
    }

    .panel .nav button {
        font-size: 12px;
        padding: 0 5px;
    }

    .product-custom-row {
        gap: 15px;
    }

    .product-custom-row .custom-col {
        flex: 0 0 calc(50% - 7.5px);
    }

    .heading h2 {
        font-size: 18px;
        line-height: 1.3;
        font-weight: 600;
        padding-bottom: 8px;
        margin-top: -5px;
        margin-bottom: 25px;
    }

    .header-cart-wrap .cart-list {
        width: 320px;
    }

    .header-cart-wrap .cart-list .title {
        padding: 10px 15px;
    }

    .header-cart-wrap .cart-list .title h3 {
        font-size: 16px;
    }

    .header-cart-wrap .cart-list .title button {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .header-cart-wrap .cart-list ul {
        padding: 20px 15px;
    }

    .header-cart-wrap .cart-list ul li a {
        gap: 10px;
    }

    .header-cart-wrap .cart-list ul li a .part-img {
        width: 60px;
    }

    .header-cart-wrap .cart-list ul li a .part-txt {
        width: calc(100% - 70px);
    }

    .header-cart-wrap .cart-list ul li a .part-txt .name {
        font-size: 14px;
    }

    .header-cart-wrap .cart-list ul li button {
        font-size: 14px;
    }

    .header-cart-wrap .cart-list .total {
        padding: 20px 15px;
    }

    .header-cart-wrap .cart-list .total p {
        font-size: 14px;
    }

    .header-cart-wrap .cart-list .btn-box {
        padding: 20px 15px;
        gap: 10px;
    }

    .header-cart-wrap .cart-list .btn-box .def-btn {
        width: calc(50% - 5px);
        font-size: 12px;
    }

    .header.header-2 {
        border-bottom: 1px solid rgba(221, 221, 221, 0.5);
    }

    .header.header-2 .bottom-header {
        background: #f7f7f7;
    }

    .header.header-2 .bottom-header .search-col {
        background: #f7f7f7;
    }

    .header.header-2 .bottom-header .header-search form button {
        background: transparent;
    }

    .header .top-header {
        padding: 15px 0;
    }

    .header .top-header .top-header-link>* {
        padding: 0 5px;
        font-size: 13px;
        border-left: 1px solid #b3b7c8;
    }

    .header .top-header .top-header-link>*:first-child {
        border-left: 0;
    }

    .header .top-header .top-header-link>* .nice-select {
        font-size: 13px;
        padding-right: 12px;
    }

    .header .top-header .top-header-link>* .nice-select::after {
        font-size: 10px;
    }

    .header .top-header .top-header-link>* .select-lang .flagstrap-icon {
        width: 15px;
        height: 10px;
    }

    .header .top-header .top-header-link>* .select-lang .dropdown-toggle {
        font-size: 13px;
    }

    .header .top-header .top-header-link>* .select-lang .dropdown-toggle::after {
        font-size: 10px;
    }

    .header .bottom-header {
        padding: 20px 0;
        background: #ffffff;
        position: relative;
        z-index: 11;
    }

    .header .bottom-header .logo {
        width: 100px;
    }

    .header .bottom-header .bottom-header-right .header-cart-options a {
        font-size: 18px;
        line-height: 100%;
        height: 18px;
    }

    .header .bottom-header .bottom-header-right .header-cart-options a .quantity {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 9px;
        font-weight: 300;
    }

    .header .bottom-header .header-search .nice-select {
        display: none;
    }

    .header .bottom-header .header-search form {
        border: 1px solid #ddd;
    }

    .header .bottom-header .header-search form .wrap {
        width: 100%;
    }

    .header .bottom-header .header-search form .devider {
        display: none;
    }

    .header .bottom-header .header-search form input {
        height: 35px;
        padding: 0 10px;
        font-size: 12px;
    }

    .header .bottom-header .header-search form button {
        width: max-content;
        padding-right: 10px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        background: transparent;
        border: 0;
        color: #606060;
    }

    .header .bottom-header .header-search form button:hover,
    .header .bottom-header .header-search form button:focus {
        color: #999;
    }

    .header .menu-bar {
        display: none;
    }

    .banner.banner-2 .banner-slider .slide {
        padding: 50px 0;
    }

    .banner.banner-2 .banner-slider .slide.slick-active .part-txt::before,
    .banner.banner-2 .banner-slider .slide.slick-active .part-txt::after {
        width: 300px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt {
        padding: 20px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt::before,
    .banner.banner-2 .banner-slider .slide .part-txt::after {
        left: 20px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt h4 {
        font-weight: 400;
        margin-bottom: 5px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt h1 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 11px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt .price {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 11px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt .price span {
        font-size: 14px;
    }

    .banner.banner-2 .banner-slider .slick-dots {
        bottom: 10px;
        right: 50%;
        transform: translateX(50%);
        gap: 5px;
    }

    .banner.banner-2 .banner-slider .slick-dots button {
        width: 12px;
        height: 12px;
        border-width: 1px;
    }

    .banner .category-list {
        display: none !important;
    }

    .banner .slider-area .banner-txt {
        padding: 40px 20px;
    }

    .banner .slider-area .banner-txt h6 {
        font-weight: 400;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .banner .slider-area .banner-txt h1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        margin-bottom: 7px;
    }

    .banner .slider-area .banner-txt p {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .banner .slider-area .banner-txt .price {
        margin-bottom: 8px;
    }

    .banner .slider-area .banner-txt .price span {
        font-size: 14px;
    }

    .banner .slider-area .banner-txt .price span:last-child {
        font-size: 16px;
    }

    .banner .slider-area .banner-txt .def-btn {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
    }

    .banner .slider-area .slick-dots {
        bottom: 10px;
    }

    .banner .slider-area .slick-dots button {
        width: 10px;
        height: 10px;
    }

    .banner .sidebar-area {
        padding-top: 50px;
    }

    .banner .sidebar-area .best-selling-panel .panel-header {
        height: 40px;
    }

    .banner .sidebar-area .best-selling-panel .panel-header h4 {
        line-height: 40px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider {
        gap: 10px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-img {
        width: 60px;
        height: 54px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt {
        width: calc(100% - 70px);
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .star {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .product-name {
        font-size: 14px;
        margin-bottom: 11px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price {
        font-size: 14px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price span {
        font-size: 12px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .slick-arrow {
        bottom: calc(100% + 27px);
        line-height: 25px;
    }

    .top-product.top-product-2 .product-card {
        padding: 0 20px;
    }

    .top-product.top-product-2 .product-card .part-txt {
        width: calc(100% - 115px);
        padding: 20px 0;
    }

    .top-product .product-card {
        padding: 20px;
        gap: 15px;
    }

    .top-product .product-card .part-txt {
        width: calc(100% - 115px);
    }

    .top-product .product-card .part-txt .price {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 9px;
    }

    .top-product .product-card .part-txt .price span {
        font-size: 12px;
    }

    .top-product .product-card .part-txt .product-name {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .top-product .product-card .part-img {
        width: 100px;
        height: 100px;
    }

    .flash-deal .countdown-col {
        order: 3;
    }

    .flash-deal .countdown-wrap {
        padding-top: 15px;
        gap: 10px;
    }

    .flash-deal .countdown-wrap h3 {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: -2px;
    }

    .flash-deal .countdown-wrap .countdown .syotimer__body {
        gap: 10px;
    }

    .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell {
        gap: 5px;
    }

    .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
        font-size: 12px;
    }

    .single-product-card {
        padding-bottom: 15px;
    }

    .single-product-card.product-card-list {
        gap: 15px;
    }

    .single-product-card.product-card-list .part-img {
        width: 170px;
        min-height: auto;
    }

    .single-product-card.product-card-list .part-txt {
        width: calc(100% - 185px);
    }

    .single-product-card.product-card-list .part-txt .product-name {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        margin-top: -2px;
        margin-bottom: 6px;
    }

    .single-product-card.product-card-list .part-txt .dscr {
        display: none;
    }

    .single-product-card.product-card-list .part-txt .price {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .single-product-card.product-card-list .part-txt .price span {
        font-size: 12px;
    }

    .single-product-card.product-card-list .part-txt .star {
        font-size: 14px;
        gap: 5px;
        margin-bottom: 18px;
    }

    .single-product-card.product-card-list .part-txt .add-to-cart-btn {
        height: 30px;
        line-height: 28px;
        font-size: 12px;
        font-weight: 500;
        padding: 0 15px;
    }

    .single-product-card.product-card-list .cart-option {
        left: 85px;
        transform: translateX(-50%);
    }

    .single-product-card .part-img {
        min-height: 130px;
    }

    .single-product-card .part-img .off-tag {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .single-product-card .part-txt {
        padding-top: 15px;
    }

    .single-product-card .part-txt .product-name {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        margin-top: -5px;
        margin-bottom: 9px;
    }

    .single-product-card .part-txt .price {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .single-product-card .part-txt .price span {
        font-size: 12px;
    }

    .single-product-card .part-txt .star {
        font-size: 14px;
        gap: 5px;
    }

    .single-product-card .cart-option ul li a {
        font-size: 14px;
        padding: 5px 10px;
    }

    .new-arrival {
        height: 400px;
        overflow: hidden;
        margin-bottom: 26px;
    }

    .new-arrival.new-arrival-2 {
        margin-top: 26px;
        margin-bottom: 0;
    }

    .new-arrival.new-arrival-2 .part-txt {
        min-width: max-content;
        padding: 25px 30px;
    }

    .new-arrival .part-txt .countdown-wrap {
        padding-top: 0;
    }

    .new-arrival .part-txt .countdown-wrap p {
        margin-bottom: 16px;
    }

    .new-arrival .part-txt .countdown-wrap h3 {
        font-size: 20px;
        margin-bottom: 13px;
    }

    .new-arrival .part-txt .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        font-weight: 400;
    }

    .new-arrival .part-txt .def-btn {
        line-height: 28px;
    }

    .popular-categories .custom-row {
        gap: 15px 10px;
    }

    .popular-categories .custom-row .custom-col {
        width: calc(25% - 7.5px);
    }

    .popular-categories .custom-row .custom-col .category-card .part-img {
        margin-bottom: 10px;
    }

    .popular-categories .custom-row .custom-col .category-card .part-img a {
        min-height: 70px;
    }

    .popular-categories .custom-row .custom-col .category-card .part-txt h3 {
        font-size: 12px;
        margin-bottom: -2px;
    }

    .popular-categories-2 .custom-row {
        gap: 10px;
        justify-content: center;
    }

    .popular-categories-2 .custom-row .custom-col {
        width: calc(50% - 5px);
    }

    .popular-categories-2 .custom-row .custom-col .category-card a {
        padding: 10px;
        gap: 10px;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-icon {
        width: 45px;
        height: 45px;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-icon span {
        height: 40px;
        font-size: 35px;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-txt {
        width: 100%;
        align-items: center;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-txt span {
        font-size: 14px;
        font-weight: 400;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-txt .quantity-box {
        font-size: 12px;
    }

    .recently-viewed .new-arrival-3 .part-txt p {
        margin-bottom: 11px;
    }

    .recently-viewed .new-arrival-3 .part-txt h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 17px;
    }

    .recently-viewed .recent-view-slider .single-slider {
        gap: 15px;
    }

    .recently-viewed .single-product-card-2 {
        padding: 10px;
        gap: 10px;
    }

    .recently-viewed .single-product-card-2 .part-img {
        width: 80px;
        height: 115px;
    }

    .recently-viewed .single-product-card-2 .part-txt {
        width: calc(100% - 90px);
    }

    .recently-viewed .single-product-card-2 .part-txt .category {
        margin-bottom: 9px;
    }

    .recently-viewed .single-product-card-2 .part-txt .price {
        font-size: 14px;
    }

    .hot-deal-banner .bg {
        padding: 30px 20px;
    }

    .hot-deal-banner .bg .banner-txt h2 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 15px;
    }

    .hot-deal-banner .bg .banner-txt h2 span {
        font-weight: 600;
    }

    .hot-deal-banner .bg .banner-txt p {
        font-size: 14px;
        padding-bottom: 19px;
        margin-bottom: 20px;
    }

    .hot-deal-banner .bg .banner-txt .countdown {
        margin-bottom: 20px;
    }

    .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell {
        padding: 0 15px;
    }

    .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
        font-size: 14px;
    }

    .season-sale .season-sale-box .part-txt {
        padding: 30px 0;
    }

    .season-sale .season-sale-box .part-txt p {
        font-size: 14px;
    }

    .season-sale .season-sale-box .part-txt h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 17px;
    }

    .season-sale .season-sale-box .part-txt a {
        height: 35px;
        line-height: 35px;
        padding: 0 20px;
        font-size: 14px;
    }

    .season-sale .season-sale-box .part-img {
        height: 200px;
        min-height: auto;
    }

    .season-sale .season-sale-box .part-img img {
        height: 100%;
    }

    .best-seller .single-box {
        padding: 10px;
        gap: 15px;
    }

    .best-seller .single-box::after {
        width: 50px;
    }

    .best-seller .single-box .part-img {
        width: 50px;
    }

    .best-seller .single-box .part-txt {
        width: calc(100% - 65px);
    }

    .best-seller .single-box .part-txt .title {
        font-size: 12px;
        line-height: 18px;
        margin-top: -4px;
    }

    .best-seller .single-box .part-txt .star {
        font-size: 12px;
    }

    .top-rated-n-best-seller .top-rated {
        margin-bottom: 26px;
    }

    .top-rated-n-best-seller .top-product-card {
        height: max-content;
        gap: 5px;
    }

    .top-rated-n-best-seller .top-product-card .part-img {
        width: 60px;
        height: 53px;
    }

    .top-rated-n-best-seller .top-product-card .part-txt {
        width: calc(100% - 65px);
    }

    .top-rated-n-best-seller .top-product-card .part-txt .star {
        font-size: 10px;
    }

    .top-rated-n-best-seller .top-product-card .part-txt .title {
        font-size: 12px;
    }

    .top-brand .rg-30 {
        gap: 10px;
    }

    .top-brand .rg-30>* {
        width: calc(33.3333333333% - 6.7px);
    }

    .top-brand .logo-box {
        height: 50px;
        padding: 0 15px;
    }

    .subscribe .bg {
        padding: 40px 15px;
    }

    .subscribe .bg .form {
        padding: 5px;
    }

    .subscribe .bg .form input {
        border: 0;
        height: 40px;
        font-size: 14px;
        background: #ffffff;
    }

    .subscribe .bg .form .def-btn {
        height: 40px;
        line-height: 40px;
    }

    .single-blog .part-txt {
        padding: 30px 15px 14px;
    }

    .single-blog .part-txt .tag-n-date {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .single-blog .part-txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .single-blog .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 11px;
    }

    .single-blog .part-txt .continue {
        bottom: -51px;
        width: 50px;
        height: 80px;
        font-size: 16px;
        line-height: 55px;
        border-radius: 20px 0 0 0;
    }

    .features .custom-row {
        padding: 0 10px;
        gap: 15px 10px;
        justify-content: center;
    }

    .features .custom-row .custom-col {
        min-width: calc(50% - 5px);
        width: max-content;
        border: 0;
    }

    .features .custom-row .custom-col .single-feature {
        height: 35px;
        justify-content: flex-start;
        gap: 10px;
    }

    .features .custom-row .custom-col .single-feature .part-icon {
        height: 30px;
    }

    .features .custom-row .custom-col .single-feature .part-icon span {
        height: 100%;
        line-height: 40px;
        font-size: 30px;
    }

    .features .custom-row .custom-col .single-feature .part-txt h4 {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 6px;
    }

    .features .custom-row .custom-col .single-feature .part-txt p {
        font-size: 12px;
    }

    .footer .main-footer {
        padding: 60px 0;
    }

    .footer .main-footer .custom-row {
        gap: 30px 15px;
    }

    .footer .main-footer .custom-row .custom-col-2 {
        width: 100%;
    }

    .footer .main-footer .custom-row .custom-col {
        width: calc(50% - 7.5px);
    }

    .footer .main-footer .footer-about .footer-logo {
        width: 100px;
        margin-bottom: 20px;
    }

    .footer .main-footer .footer-about p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .footer .main-footer .footer-about ul li {
        margin-bottom: 7px;
    }

    .footer .main-footer .footer-about ul li:last-child {
        margin-bottom: -7px;
    }

    .footer .main-footer .footer-about ul li .icon {
        height: 25px;
    }

    .footer .main-footer .footer-about ul li .icon span {
        font-size: 25px;
        line-height: 25px;
    }

    .footer .main-footer .footer-about ul li .txt>* {
        font-size: 14px;
        line-height: 24px;
    }

    .footer .main-footer .footer-title {
        font-size: 16px;
        padding-bottom: 9px;
        margin-bottom: 25px;
    }

    .footer .main-footer .link-wrap {
        gap: 10px;
    }

    .footer .main-footer .link-wrap .footer-link {
        width: calc(50% - 5px);
    }

    .footer .main-footer .link-wrap .footer-link ul li {
        font-size: 14px;
        line-height: 30px;
    }

    .footer .main-footer .link-wrap .footer-link ul li:last-child {
        margin-bottom: -10px;
    }

    .footer .main-footer .footer-gallery ul li {
        width: calc(33.3333333333% - 6.7px);
    }

    .footer .main-footer .footer-subscribe p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .footer .main-footer .footer-subscribe form {
        margin-bottom: 20px;
    }

    .footer .main-footer .footer-subscribe .btn-box {
        justify-content: center;
    }

    .footer .copyright p {
        text-align: center;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .py-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pt-120 {
        padding-top: 60px;
    }

    .pb-120 {
        padding-bottom: 60px;
    }

    .pt-60 {
        padding-top: 30px;
    }

    .pb-60 {
        padding-bottom: 30px;
    }

    .banner.banner-inner::after {
        background-position-x: right;
    }

    .banner.banner-inner .breadcrumb-txt {
        padding: 40px 0;
    }

    .banner.banner-inner .breadcrumb-txt h1 {
        font-size: 24px;
        margin-top: -3px;
        margin-bottom: 16px;
    }

    .banner.banner-inner .breadcrumb-txt ul {
        gap: 10px;
    }

    .banner.banner-inner .breadcrumb-txt ul li {
        font-size: 16px;
    }

    .banner.banner-inner .part-img {
        height: auto;
        margin-right: -12px;
    }

    .banner.banner-inner .part-img img {
        max-width: 100%;
    }

    .about-page-title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        margin-top: -7px;
        margin-bottom: 22px;
    }

    .about .main-img {
        margin-bottom: 30px;
    }

    .about .why-choose .part-txt .part-title {
        text-align: center;
        font-size: 18px;
        margin-top: -2px;
        margin-bottom: 17px;
    }

    .about .why-choose .accordion .accordion-item .accordion-header .accordion-button {
        height: auto;
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .about .why-choose .accordion .accordion-item .accordion-header .accordion-button span {
        font-size: 16px;
    }

    .about .why-choose .accordion .accordion-item .accordion-body {
        padding: 15px;
    }

    .about .why-choose .accordion .accordion-item .accordion-body p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -7px;
    }

    .about .why-choose .video-area {
        padding: 60px 0;
    }

    .team .single-card .part-txt {
        padding: 20px 0;
    }

    .team .single-card .part-txt h3 {
        font-size: 14px;
        font-weight: 500;
        margin-top: -1px;
        margin-bottom: 11px;
    }

    .team .single-card .part-txt p {
        font-size: 14px;
        margin-bottom: -2px;
    }

    .team .single-card .social {
        top: 120px;
    }

    .shop-wrap .sidebar-col {
        order: 2;
    }

    .shop-wrap .shop-top-bar .top-bar-right {
        gap: 10px;
        justify-content: center;
    }

    .shop-wrap .shop-top-bar .top-bar-right .nice-select {
        padding-left: 10px;
        padding-right: 10px;
        height: 35px;
        line-height: 33px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .nice-select::after {
        display: none;
    }

    .shop-wrap .shop-top-bar .top-bar-right .nice-select .list {
        min-width: 100%;
    }

    .shop-wrap .shop-top-bar .top-bar-right .show-wrap {
        padding-left: 10px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .show-wrap span {
        line-height: 31px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .show-wrap .nice-select {
        height: 33px;
        line-height: 31px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .view-wrap button {
        width: 20px;
        height: 30px;
        font-size: 20px;
        line-height: 39px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .top-pagination input {
        width: 30px !important;
        height: 30px;
    }

    .shop-wrap .pagination {
        padding-top: 15px;
    }

    .shop-wrap .shop-sidebar {
        max-width: 320px;
        margin: auto;
    }

    .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-img {
        width: 80px;
    }

    .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt {
        width: calc(100% - 95px);
    }

    .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .title {
        font-size: 14px;
        line-height: 24px;
    }

    .shop-wrap .shop-sidebar .sidebar-new-arrival {
        height: 200px;
        overflow: hidden;
    }

    .register .login-area {
        margin-bottom: 30px;
    }

    .register .login-area,
    .register .author-area {
        text-align: center;
    }

    .register .login-area h2,
    .register .author-area h2 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 11px;
    }

    .register .login-area p,
    .register .author-area p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .register .login-area .login-form input:not([type=checkbox]),
    .register .author-area .login-form input:not([type=checkbox]) {
        height: 35px;
        padding: 0 20px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .register .login-area .login-form .form-check,
    .register .author-area .login-form .form-check {
        margin-bottom: 15px;
    }

    .register .login-area .login-form .def-btn,
    .register .author-area .login-form .def-btn {
        height: 35px;
        line-height: 35px;
    }

    .register .login-area .login-form .def-btn.btn-border,
    .register .author-area .login-form .def-btn.btn-border {
        line-height: 33px;
    }

    .register .login-area .devider,
    .register .author-area .devider {
        font-size: 16px;
        padding: 15px 0;
        margin-top: -4px;
    }

    .register .login-area .social-login-box,
    .register .author-area .social-login-box {
        gap: 15px;
    }

    .register .login-area .social-login-box .def-btn,
    .register .author-area .social-login-box .def-btn {
        height: 35px;
        line-height: 35px;
    }

    .register .login-area .social-login-box .def-btn.btn-border,
    .register .author-area .social-login-box .def-btn.btn-border {
        line-height: 33px;
    }

    .faq .accordion {
        margin-bottom: -20px;
    }

    .faq .accordion .accordion-item {
        margin-bottom: 20px;
    }

    .faq .accordion .accordion-item .accordion-button {
        height: max-content;
        padding: 10px 15px;
        font-size: 14px;
    }

    .faq .accordion .accordion-item .accordion-button .txt {
        width: calc(100% - 30px);
    }

    .faq .accordion .accordion-item .accordion-button .icon {
        width: 25px;
        height: 25px;
        line-height: 27px;
    }

    .faq .accordion .accordion-item .accordion-body {
        padding: 0 15px 15px 15px;
    }

    .faq .accordion .accordion-item .accordion-body p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -7px;
    }

    .contact .title {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 22px;
    }

    .contact .contact-info {
        margin-bottom: 30px;
    }

    .contact .contact-info ul li {
        gap: 15px;
        margin-bottom: 25px;
    }

    .contact .contact-info ul li .part-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .contact .contact-info ul li .part-txt {
        width: calc(100% - 50px);
    }

    .contact .contact-info ul li .part-txt a,
    .contact .contact-info ul li .part-txt span {
        font-size: 14px;
        line-height: 24px;
    }

    .contact .contact-form input {
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    .contact .contact-form textarea {
        padding: 10px 15px;
        font-size: 14px;
    }

    .contact .contact-form .def-btn {
        height: 40px;
    }

    .contact .contact-form .def-btn.btn-border {
        line-height: 38px;
    }

    .contact .map iframe {
        height: 250px;
    }

    .product-view-area {
        padding-bottom: 60px;
    }

    .product-view-area .part-img {
        margin-bottom: 30px;
    }

    .product-view-area .part-img .img-box {
        margin-bottom: 20px;
    }

    .product-view-area .part-img .img-box .quick-view {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 25px;
    }

    .product-view-area .part-img .btn-box {
        gap: 10px;
    }

    .product-view-area .part-img .btn-box .small-thumb {
        width: calc(25% - 7.5px);
    }

    .product-view-area .part-txt .main-product-title {
        font-size: 16px;
        margin-top: -3px;
        margin-bottom: 15px;
    }

    .product-view-area .part-txt .review {
        gap: 10px;
    }

    .product-view-area .part-txt .review .star {
        font-size: 14px;
        gap: 5px;
    }

    .product-view-area .part-txt .review .rating-amount {
        font-size: 14px;
    }

    .product-view-area .part-txt .price {
        margin-bottom: 19px;
    }

    .product-view-area .part-txt .short-details {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 13px;
    }

    .product-view-area .part-txt .dscr {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .product-view-area .part-txt form label {
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin-top: -2px;
        margin-bottom: 8px;
    }

    .product-view-area .part-txt form .select {
        padding: 0 10px;
        font-size: 13px;
    }

    .product-view-area .part-txt form .select.color-select {
        padding-left: 30px;
    }

    .product-view-area .part-txt form .select.color-select .selected-circle {
        left: 10px;
    }

    .product-view-area .part-txt .btn-box {
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .product-view-area .part-txt .btn-box button {
        width: calc(50% - 5px);
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .product-view-area .part-txt .btn-box button span {
        margin-right: 5px;
    }

    .product-view-area .part-txt .product-share {
        font-size: 14px;
        gap: 20px;
        margin-bottom: 0;
    }

    .product-view-area .part-txt .product-share .social {
        gap: 15px;
    }

    .shop-details .details-area .nav {
        justify-content: center;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    .shop-details .details-area .nav-link {
        font-size: 14px;
        padding: 3px 15px 2px;
    }

    .shop-details .details-area .nav-link::after {
        top: calc(100% + 5px);
    }

    .shop-details .details-area .tab-pane {
        overflow: hidden;
    }

    .shop-details .details-area .tab-pane .product-dscr {
        margin-bottom: -14px;
    }

    .shop-details .details-area .tab-pane .product-dscr p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 7px;
    }

    .shop-details .details-area .tab-pane .product-dscr p:first-child {
        margin-top: -7px;
    }

    .shop-details .details-area .tab-pane .product-dscr p:last-child {
        margin-bottom: 7px;
    }

    .shop-details .details-area .tab-pane .product-dscr .part-img {
        padding-bottom: 13px;
    }

    .shop-details .details-area .tab-pane .product-information ul {
        margin-top: -12px;
        margin-bottom: -13px;
    }

    .shop-details .details-area .tab-pane .product-information ul li {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .shop-details .details-area .tab-pane .product-information ul li:nth-last-child(n+2) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .shop-details .details-area .tab-pane .product-review .review-overview {
        margin-bottom: 20px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .left h2 {
        font-size: 30px;
        margin-top: -3px;
        margin-bottom: 13px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .left p {
        font-size: 14px;
        margin-bottom: -2px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .right ul li {
        gap: 10px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .stars {
        gap: 3px;
        font-size: 12px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .progress {
        width: 150px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .percentage {
        font-size: 12px;
    }

    .shop-details .details-area .tab-pane .product-review .review-title {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .shop-details .details-area .tab-pane .product-review .review-title h3 {
        font-size: 16px;
        line-height: 35px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review {
        gap: 15px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user {
        width: 110px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .part-img {
        width: 45px;
        height: 45px;
        margin-bottom: 13px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.name {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area {
        width: calc(100% - 125px);
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area p {
        margin-bottom: 8px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery {
        gap: 5px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery .client-img {
        width: 45px;
        height: 45px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel {
        max-width: 100%;
        height: auto;
        padding-top: 20px;
        margin-top: 10px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel img {
        max-width: 100%;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel .clt-view-panel-close {
        top: 3px;
        right: 3px;
        font-size: 16px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction {
        font-size: 14px;
        gap: 10px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction span {
        font-size: 12px;
    }

    .product-quick-view-panel-2 {
        padding-bottom: 50px;
    }

    .product-quick-view-panel-2 .notification {
        padding: 15px 0;
    }

    .product-quick-view-panel-2 .notification p {
        padding: 10px 20px;
        font-size: 16px;
    }

    .product-quick-view-panel-2 .notification p span {
        font-size: 20px;
        margin-right: 15px;
    }

    .quantity .quantity-nav .quantity-button {
        width: 40px;
    }

    .blog-details .part-txt {
        margin-bottom: 20px;
    }

    .blog-details .part-txt .title-box .blog-info {
        gap: 15px;
        margin-top: -1px;
        margin-bottom: 11px;
    }

    .blog-details .part-txt .title-box .blog-info li {
        font-size: 14px;
    }

    .blog-details .part-txt .title-box .blog-title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 17px;
    }

    .blog-details .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .blog-details .part-txt p:last-child {
        margin-bottom: -7px;
    }

    .blog-details .part-txt .secondary-title {
        font-size: 16px;
        line-height: 26px;
        padding-top: 19px;
        margin-bottom: 12px;
    }

    .blog-details .secondary-img {
        margin-bottom: 20px;
    }

    .blog-details .admin-words {
        padding: 25px 20px;
        margin-bottom: 30px;
    }

    .blog-details .admin-words p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .blog-details .admin-words .admin h6 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .blog-details .comment-area .title {
        font-size: 16px;
        padding-bottom: 9px;
        margin-top: -2px;
        margin-bottom: 20px;
    }

    .blog-details .comment-area .comments {
        margin-bottom: 30px;
    }

    .blog-details .comment-area .comments .single-comment {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 25px;
    }

    .blog-details .comment-area .comments .single-comment.reply {
        margin-left: 40px;
    }

    .blog-details .comment-area .comments .single-comment .part-img {
        width: 60px;
    }

    .blog-details .comment-area .comments .single-comment .txt-box {
        width: 100%;
    }

    .blog-details .comment-area .comments .single-comment .txt-box h4 {
        font-size: 14px;
    }

    .blog-details .comment-area .comments .single-comment .txt-box span {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .blog-details .comment-area .comments .single-comment .txt-box p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -7px;
    }

    .blog-details .comment-area .comment-form input {
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    .blog-details .comment-area .comment-form textarea {
        height: 120px;
        padding: 10px 15px;
        font-size: 14px;
        margin-bottom: -7px;
    }

    .blog-details .blog-sidebar {
        padding-top: 30px;
        max-width: 320px;
        margin: auto;
    }

    .blog-details .blog-sidebar .searchbox {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .searchbox input {
        width: calc(100% - 40px);
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    .blog-details .blog-sidebar .searchbox button {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .blog-details .blog-sidebar .sidebar-title {
        font-size: 16px;
        padding-bottom: 9px;
        margin-top: -1px;
        margin-bottom: 15px;
    }

    .blog-details .blog-sidebar .recent-post {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .recent-post ul li a .part-img {
        width: 70px;
        height: 70px;
    }

    .blog-details .blog-sidebar .recent-post ul li a .txt-box {
        width: calc(100% - 85px);
    }

    .blog-details .blog-sidebar .recent-post ul li a .txt-box .title {
        font-size: 14px;
        line-height: 20px;
        margin-top: -4px;
        margin-bottom: 8px;
    }

    .blog-details .blog-sidebar .recent-post ul li a .txt-box .date {
        font-size: 14px;
        margin-bottom: -2px;
    }

    .blog-details .blog-sidebar .categories {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .categories ul li {
        margin-bottom: 0;
    }

    .blog-details .blog-sidebar .categories ul li:first-child {
        margin-top: -12px;
    }

    .blog-details .blog-sidebar .categories ul li a {
        font-size: 14px;
    }

    .blog-details .blog-sidebar .image-slider {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .tags .btn-box {
        gap: 5px;
    }

    .blog-details .blog-sidebar .tags .btn-box a {
        height: 30px;
        line-height: 28px;
        padding: 0 10px;
        font-size: 14px;
    }

    .revel-table {
        margin-bottom: 30px;
    }

    .revel-table .table-responsive .table {
        width: max-content;
    }

    .revel-table .table-responsive th {
        padding: 7.5px 15px;
        font-size: 14px;
        font-weight: 600;
    }

    .revel-table .table-responsive tr:first-child td {
        padding-top: 15px;
    }

    .revel-table .table-responsive tr:last-child td {
        padding-bottom: 15px;
    }

    .revel-table .table-responsive tr td {
        padding: 7.5px 15px;
        width: max-content;
    }

    .revel-table .table-responsive .product-img {
        width: 70px;
    }

    .revel-table .table-responsive .product-name {
        font-size: 14px;
    }

    .revel-table .table-responsive .price-txt {
        font-size: 14px;
    }

    .revel-table .table-responsive .quantity {
        width: 150px;
    }

    .revel-table .table-responsive .quantity .quantity-nav .quantity-button {
        width: 40px;
    }

    .compare .table {
        min-width: max-content;
    }

    .compare .table th,
    .compare .table td {
        width: auto;
        height: 40px;
        padding: 10px 15px;
    }

    .compare .table .product-card {
        padding: 10px 0;
    }

    .compare .table .product-card .part-img {
        width: 80px;
        margin-bottom: 20px;
    }

    .compare .table .product-card .part-txt {
        margin-bottom: -2px;
    }

    .compare .table .product-card .part-txt p {
        margin-top: -2px;
    }

    .compare .table .product-card .part-txt p a {
        font-size: 14px;
    }

    .compare .table .def-btn {
        height: 30px;
        line-height: 30px;
        text-transform: capitalize;
    }

    .compare .table .delete-btn {
        font-size: 16px;
    }

    .tab-section .tab-nav {
        margin-bottom: 30px;
    }

    .tab-section .tab-nav .single-nav {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        overflow: hidden;
    }

    .tab-section .tab-nav .single-nav::before,
    .tab-section .tab-nav .single-nav::after {
        left: 10px;
        width: calc(100% - 21px);
        height: 50%;
    }

    .tab-section .tab-nav .single-nav::before {
        top: 0;
    }

    .tab-section .tab-nav .single-nav::after {
        bottom: 0;
    }

    .tab-section .tab-nav .single-nav .sl-no {
        display: none;
    }

    .tab-section .tab-contents .btn-box {
        margin-bottom: 30px;
    }

    .tab-section .tab-contents .btn-box .def-btn {
        text-transform: capitalize;
    }

    .tab-section .tab-contents .cart-total-panel .title {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }

    .tab-section .tab-contents .cart-total-panel .sub-title {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body {
        padding: 20px 15px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .shipping-mode {
        margin-bottom: 20px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .shipping-mode .form-check:first-child {
        margin-bottom: 10px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area {
        width: 100%;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul {
        margin-top: -2px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li:nth-child(2) {
        margin-bottom: 18px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li.total-price-wrap {
        padding-top: 18px;
        margin-bottom: 18px;
    }

    .tab-section .tab-contents .tab-next-btn {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }

    .tab-section .tab-contents .tab-next-btn i {
        font-size: 16px;
    }

    .tab-section .tab-contents .billing-details {
        margin-bottom: 30px;
    }

    .tab-section .tab-contents .billing-details .title {
        font-size: 16px;
        margin-top: -1px;
        margin-bottom: 17px;
    }

    .tab-section .tab-contents .billing-details .form-row {
        gap: 15px;
    }

    .tab-section .tab-contents .billing-details .form-row .form-col-5 {
        width: 100%;
    }

    .tab-section .tab-contents .billing-details .form-row .form-control {
        height: 40px;
        line-height: 38px;
        padding: 0 15px;
    }

    .tab-section .tab-contents .billing-details .form-row .form-control.textarea {
        height: 120px;
        padding: 5px 15px;
    }

    .tab-section .tab-contents .billing-details .form-row .check-wrap {
        flex-direction: column;
        gap: 10px;
    }

    .tab-section .tab-contents .billing-details .form-row .check-wrap .form-check {
        height: 20px;
        margin-bottom: -4px;
    }

    .tab-section .tab-contents .billing-details .form-row .check-wrap .form-check .form-check-label {
        height: 20px;
        line-height: 20px;
    }

    .tab-section .tab-contents .payment-method .total-clone {
        padding: 20px;
    }

    .tab-section .tab-contents .payment-method .total-clone ul {
        margin-top: -2px;
    }

    .tab-section .tab-contents .payment-method .total-clone ul li {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .tab-section .tab-contents .payment-method .total-clone ul li:nth-child(2) {
        margin-bottom: 18px;
    }

    .tab-section .tab-contents .payment-method .total-clone ul li.total-price-wrap {
        padding-top: 18px;
        margin-bottom: -1px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header {
        padding: 10px 15px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .form-check {
        margin-top: 3px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .type {
        font-size: 14px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .icon {
        width: 30px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body {
        padding: 15px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body label {
        font-size: 12px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body input {
        height: 35px;
        padding: 0 15px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .def-btn {
        height: 35px;
        line-height: 35px;
    }

    .tab-section .tab-contents .check-icon {
        margin-bottom: 20px;
    }

    .tab-section .tab-contents .checkmark {
        width: 80px;
        height: 80px;
    }

    .tab-section .tab-contents .order-complete-msg h2 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: -3px;
    }

    .tab-section .form-check {
        gap: 5px;
    }

    .tab-section .form-check .form-check-input {
        width: 20px;
        height: 20px;
    }

    .tab-section .form-check .sub-input {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

    .tab-section .form-check .form-check-label {
        font-size: 12px;
        line-height: 22px;
    }

    .account .account-sidebar {
        margin-bottom: 30px;
    }

    .account .account-sidebar .user {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .account .account-sidebar .user .part-img {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .account .account-sidebar .user .part-txt h3 {
        font-size: 16px;
        margin-top: -1px;
    }

    .account .account-sidebar .nav {
        flex-direction: row !important;
        justify-content: center;
        gap: 10px;
        padding-bottom: 25px;
    }

    .account .account-sidebar .nav .nav-link {
        height: auto;
        line-height: 1;
        padding: 0;
        text-align: center;
        color: #222222;
        overflow: visible;
    }

    .account .account-sidebar .nav .nav-link::after {
        display: none;
    }

    .account .account-sidebar .nav .nav-link.active .icon {
        background: #999;
        background: #F9E3D9;
    }

    .account .account-sidebar .nav .nav-link .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        font-size: 18px;
        margin: 0;
        transition: 0.3s;
        margin-bottom: 5px;
    }

    .account .account-sidebar .nav .nav-link .txt {
        display: block;
        font-size: 12px;
        margin-top: -1px;
        margin-bottom: -2px;
    }

    .account .account-title {
        font-size: 16px;
        margin-top: -1px;
        margin-bottom: 17px;
    }

    .account .table-wrap .table-top {
        padding: 15px;
    }

    .account .table-wrap .table-top .title {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: -2px;
    }

    .account .table-wrap .table-top .search-box {
        padding: 0 10px;
    }

    .account .table-wrap .table th,
    .account .table-wrap .table td {
        padding: 15px;
        font-size: 14px;
    }

    .account .table-wrap .table .status {
        width: 70px;
        height: 35px;
        line-height: 35px;
    }

    .account .table-wrap .table-bottom {
        padding: 20px 15px;
        flex-direction: column;
    }

    .account .table-wrap .table-bottom .part-txt p {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 13px;
    }

    .account .table-wrap .table-bottom .pagination button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .account .conversation-panel .chat-col {
        order: 2;
    }

    .account .conversation-panel .chat-area {
        padding: 15px;
        border: 0;
    }

    .account .conversation-panel .chat-area .single-msg {
        max-width: calc(100% - 40px);
        gap: 10px;
        margin-bottom: 15px;
    }

    .account .conversation-panel .chat-area .single-msg .part-img .img {
        width: 40px;
        height: 40px;
        margin-bottom: 9px;
    }

    .account .conversation-panel .chat-area .single-msg .part-img span {
        font-size: 12px;
        margin-bottom: -2px;
    }

    .account .conversation-panel .chat-area .single-msg .part-txt {
        padding: 8px 15px 6px;
    }

    .account .conversation-panel .chat-area .single-msg .part-txt span {
        font-size: 14px;
        line-height: 22px;
    }

    .account .conversation-panel .info-area .chat-between {
        padding: 20px;
    }

    .account .conversation-panel .info-area .chat-between .part-img {
        margin-bottom: 15px;
    }

    .account .conversation-panel .info-area .chat-between .part-img .img {
        width: 40px;
        height: 40px;
    }

    .account .conversation-panel .info-area .chat-between .part-img .img:first-child {
        margin-right: -10px;
    }

    .account .conversation-panel .info-area .chat-between .part-txt span {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: -2px;
    }

    .account .conversation-panel .info-area .action {
        padding: 20px;
    }

    .account .conversation-panel .info-area .action li {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .account .conversation-panel .info-area .action li button span {
        width: 16px;
        font-size: 16px;
    }

    .account .conversation-panel .info-area .title {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 18px;
    }

    .account .total-balance {
        padding: 15px;
    }

    .account .total-balance .top h4 {
        font-size: 14px;
        font-weight: 500;
    }

    .account .total-balance .top .tags {
        gap: 5px;
    }

    .account .total-balance .top .tags .tag {
        height: 20px;
        line-height: 22px;
        font-size: 12px;
        padding: 0 5px;
    }

    .account .total-balance .middle {
        padding: 25px 0;
    }

    .account .total-balance .middle h3 {
        font-size: 20px;
        margin-bottom: -3px;
    }

    .account .total-balance .btn-box {
        gap: 10px;
    }

    .account .total-balance .btn-box .def-btn {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
    }

    .account .profile-panel {
        padding: 25px 20px;
    }

    .account .profile-panel .profile-top {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .account .profile-panel .profile-top .user .part-img {
        width: 80px;
        height: 80px;
    }

    .account .profile-panel .profile-top .user .part-txt span {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: -2px;
    }

    .account .profile-panel .btn-box {
        gap: 10px;
    }

    .account .profile-panel .btn-box .def-btn {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
    }

    .account .profile-panel form input,
    .account .profile-panel form .select {
        height: 40px;
        line-height: 38px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 575px) and (min-width: 480px) {
    body {
        overflow-x: hidden;
        padding-bottom: 50px;
    }

    .def-btn {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        font-size: 14px;
    }

    .def-btn.btn-border {
        line-height: 28px;
    }

    .def-btn-2 {
        height: 30px;
        line-height: 28px;
        padding: 0 15px;
        font-size: 14px;
    }

    .home-2 .def-btn-3 {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        font-size: 14px;
    }

    .panel {
        padding: 20px 10px;
    }

    .panel.panel-2 {
        padding: 30px 15px;
    }

    .panel .panel-header {
        margin-bottom: 20px;
    }

    .panel .panel-header .title {
        font-size: 14px;
        line-height: 18px;
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .panel .panel-header .text-end {
        height: 12px;
        line-height: 12px;
    }

    .panel .panel-header .explore-section {
        font-size: 12px;
    }

    .panel .nav {
        justify-content: center;
        row-gap: 10px;
    }

    .panel .nav button {
        font-size: 12px;
        padding: 0 5px;
    }

    .product-custom-row {
        gap: 15px;
    }

    .product-custom-row .custom-col {
        flex: 0 0 calc(50% - 7.5px);
    }

    .heading h2 {
        font-size: 18px;
        line-height: 1.3;
        font-weight: 600;
        padding-bottom: 8px;
        margin-top: -5px;
        margin-bottom: 25px;
    }

    .header-cart-wrap .cart-list {
        width: 320px;
    }

    .header-cart-wrap .cart-list .title {
        padding: 10px 15px;
    }

    .header-cart-wrap .cart-list .title h3 {
        font-size: 16px;
    }

    .header-cart-wrap .cart-list .title button {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .header-cart-wrap .cart-list ul {
        padding: 20px 15px;
    }

    .header-cart-wrap .cart-list ul li a {
        gap: 10px;
    }

    .header-cart-wrap .cart-list ul li a .part-img {
        width: 60px;
    }

    .header-cart-wrap .cart-list ul li a .part-txt {
        width: calc(100% - 70px);
    }

    .header-cart-wrap .cart-list ul li a .part-txt .name {
        font-size: 14px;
    }

    .header-cart-wrap .cart-list ul li button {
        font-size: 14px;
    }

    .header-cart-wrap .cart-list .total {
        padding: 20px 15px;
    }

    .header-cart-wrap .cart-list .total p {
        font-size: 14px;
    }

    .header-cart-wrap .cart-list .btn-box {
        padding: 20px 15px;
        gap: 10px;
    }

    .header-cart-wrap .cart-list .btn-box .def-btn {
        width: calc(50% - 5px);
        font-size: 12px;
    }

    .header.header-2 {
        border-bottom: 1px solid rgba(221, 221, 221, 0.5);
    }

    .header.header-2 .bottom-header {
        background: #f7f7f7;
    }

    .header.header-2 .bottom-header .search-col {
        background: #f7f7f7;
    }

    .header.header-2 .bottom-header .header-search form button {
        background: transparent;
    }

    .header .top-header {
        padding: 15px 0;
    }

    .header .top-header .top-header-link>* {
        padding: 0 5px;
        font-size: 13px;
        border-left: 1px solid #b3b7c8;
    }

    .header .top-header .top-header-link>*:first-child {
        border-left: 0;
    }

    .header .top-header .top-header-link>* .nice-select {
        font-size: 13px;
        padding-right: 12px;
    }

    .header .top-header .top-header-link>* .nice-select::after {
        font-size: 10px;
    }

    .header .top-header .top-header-link>* .select-lang .flagstrap-icon {
        width: 15px;
        height: 10px;
    }

    .header .top-header .top-header-link>* .select-lang .dropdown-toggle {
        font-size: 13px;
    }

    .header .top-header .top-header-link>* .select-lang .dropdown-toggle::after {
        font-size: 10px;
    }

    .header .bottom-header {
        padding: 20px 0;
        background: #ffffff;
        position: relative;
        z-index: 11;
    }

    .header .bottom-header .logo {
        width: 100px;
    }

    .header .bottom-header .search-col {
        position: absolute;
        background: #ffffff;
        padding-bottom: 10px;
        top: 100%;
        left: 0;
        right: 0;
        order: 3;
    }

    .header .bottom-header .bottom-header-right .header-cart-options a {
        font-size: 18px;
        line-height: 100%;
        height: 18px;
    }

    .header .bottom-header .bottom-header-right .header-cart-options a .quantity {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 9px;
        font-weight: 300;
    }

    .header .bottom-header .header-search .nice-select {
        display: none;
    }

    .header .bottom-header .header-search form {
        border: 1px solid #ddd;
    }

    .header .bottom-header .header-search form .wrap {
        width: 100%;
    }

    .header .bottom-header .header-search form .devider {
        display: none;
    }

    .header .bottom-header .header-search form input {
        height: 35px;
        padding: 0 10px;
        font-size: 12px;
    }

    .header .bottom-header .header-search form button {
        width: max-content;
        padding-right: 10px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        background: transparent;
        border: 0;
        color: #606060;
    }

    .header .bottom-header .header-search form button:hover,
    .header .bottom-header .header-search form button:focus {
        color: #999;
    }

    .header .menu-bar {
        display: none;
    }

    .banner.banner-2 .banner-slider .slide {
        padding: 50px 0;
    }

    .banner.banner-2 .banner-slider .slide .part-txt {
        padding: 0 20px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt::before,
    .banner.banner-2 .banner-slider .slide .part-txt::after {
        display: none;
    }

    .banner.banner-2 .banner-slider .slide .part-txt h4 {
        font-weight: 400;
        margin-bottom: 5px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt h1 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 11px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt .price {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 11px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt .price span {
        font-size: 14px;
    }

    .banner.banner-2 .banner-slider .slick-dots {
        bottom: 10px;
        right: 50%;
        transform: translateX(50%);
        gap: 5px;
    }

    .banner.banner-2 .banner-slider .slick-dots button {
        width: 12px;
        height: 12px;
        border-width: 1px;
    }

    .banner .category-list {
        display: none !important;
    }

    .banner .slider-area .banner-txt {
        padding: 40px 20px;
    }

    .banner .slider-area .banner-txt h6 {
        font-weight: 400;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .banner .slider-area .banner-txt h1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        margin-bottom: 7px;
    }

    .banner .slider-area .banner-txt p {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .banner .slider-area .banner-txt .price {
        margin-bottom: 8px;
    }

    .banner .slider-area .banner-txt .price span {
        font-size: 14px;
    }

    .banner .slider-area .banner-txt .price span:last-child {
        font-size: 16px;
    }

    .banner .slider-area .banner-txt .def-btn {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
    }

    .banner .slider-area .slick-dots {
        bottom: 10px;
    }

    .banner .slider-area .slick-dots button {
        width: 10px;
        height: 10px;
    }

    .banner .sidebar-area {
        padding-top: 50px;
    }

    .banner .sidebar-area .best-selling-panel .panel-header {
        height: 40px;
    }

    .banner .sidebar-area .best-selling-panel .panel-header h4 {
        line-height: 40px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider {
        gap: 10px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-img {
        width: 60px;
        height: 54px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt {
        width: calc(100% - 70px);
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .star {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .product-name {
        font-size: 14px;
        margin-bottom: 11px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price {
        font-size: 14px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price span {
        font-size: 12px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .slick-arrow {
        bottom: calc(100% + 27px);
        line-height: 25px;
    }

    .top-product.top-product-2 .product-card {
        padding: 0 20px;
    }

    .top-product.top-product-2 .product-card .part-txt {
        width: calc(100% - 115px);
        padding: 20px 0;
    }

    .top-product .product-card {
        padding: 20px;
        gap: 15px;
    }

    .top-product .product-card .part-txt {
        width: calc(100% - 115px);
    }

    .top-product .product-card .part-txt .price {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 9px;
    }

    .top-product .product-card .part-txt .price span {
        font-size: 12px;
    }

    .top-product .product-card .part-txt .product-name {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .top-product .product-card .part-img {
        width: 100px;
        height: 100px;
    }

    .flash-deal .countdown-col {
        order: 3;
    }

    .flash-deal .countdown-wrap {
        padding-top: 15px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .flash-deal .countdown-wrap h3 {
        font-size: 14px;
        margin-bottom: -2px;
    }

    .flash-deal .countdown-wrap .countdown .syotimer__body {
        gap: 10px;
    }

    .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell {
        gap: 5px;
    }

    .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
        font-size: 12px;
    }

    .single-product-card {
        padding-bottom: 15px;
    }

    .single-product-card.product-card-list {
        gap: 15px;
    }

    .single-product-card.product-card-list .part-img {
        width: 170px;
        min-height: auto;
    }

    .single-product-card.product-card-list .part-txt {
        width: calc(100% - 185px);
    }

    .single-product-card.product-card-list .part-txt .product-name {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        margin-top: -2px;
        margin-bottom: 6px;
    }

    .single-product-card.product-card-list .part-txt .dscr {
        display: none;
    }

    .single-product-card.product-card-list .part-txt .price {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .single-product-card.product-card-list .part-txt .price span {
        font-size: 12px;
    }

    .single-product-card.product-card-list .part-txt .star {
        font-size: 14px;
        gap: 5px;
        margin-bottom: 18px;
    }

    .single-product-card.product-card-list .part-txt .add-to-cart-btn {
        height: 30px;
        line-height: 28px;
        font-size: 12px;
        font-weight: 500;
        padding: 0 15px;
    }

    .single-product-card.product-card-list .cart-option {
        left: 85px;
        transform: translateX(-50%);
    }

    .single-product-card .part-img {
        min-height: 130px;
    }

    .single-product-card .part-img .off-tag {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .single-product-card .part-txt {
        padding-top: 15px;
    }

    .single-product-card .part-txt .product-name {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        margin-top: -5px;
        margin-bottom: 9px;
    }

    .single-product-card .part-txt .price {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .single-product-card .part-txt .price span {
        font-size: 12px;
    }

    .single-product-card .part-txt .star {
        font-size: 14px;
        gap: 5px;
    }

    .single-product-card .cart-option ul li a {
        font-size: 14px;
        padding: 5px 10px;
    }

    .new-arrival {
        margin-bottom: 26px;
    }

    .new-arrival.new-arrival-2 {
        margin-top: 26px;
        margin-bottom: 0;
    }

    .new-arrival.new-arrival-2 .part-txt {
        min-width: max-content;
        padding: 25px 30px;
    }

    .new-arrival .part-txt .countdown-wrap {
        padding-top: 0;
    }

    .new-arrival .part-txt .countdown-wrap p {
        margin-bottom: 16px;
    }

    .new-arrival .part-txt .countdown-wrap h3 {
        font-size: 20px;
        margin-bottom: 13px;
    }

    .new-arrival .part-txt .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        font-weight: 400;
    }

    .new-arrival .part-txt .def-btn {
        line-height: 28px;
    }

    .popular-categories .custom-row {
        gap: 15px 10px;
    }

    .popular-categories .custom-row .custom-col {
        width: calc(33.3333333333% - 6.7px);
    }

    .popular-categories .custom-row .custom-col .category-card .part-img {
        margin-bottom: 10px;
    }

    .popular-categories .custom-row .custom-col .category-card .part-img a {
        min-height: 70px;
    }

    .popular-categories .custom-row .custom-col .category-card .part-txt h3 {
        font-size: 12px;
        margin-bottom: -2px;
    }

    .popular-categories-2 .custom-row {
        gap: 10px;
        justify-content: center;
    }

    .popular-categories-2 .custom-row .custom-col {
        width: calc(50% - 5px);
    }

    .popular-categories-2 .custom-row .custom-col .category-card a {
        padding: 10px;
        gap: 10px;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-icon {
        width: 45px;
        height: 45px;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-icon span {
        height: 40px;
        font-size: 35px;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-txt {
        width: 100%;
        align-items: center;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-txt span {
        font-size: 14px;
        font-weight: 400;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-txt .quantity-box {
        font-size: 12px;
    }

    .recently-viewed .new-arrival-3 {
        max-width: 300px;
        margin: 0 auto;
    }

    .recently-viewed .new-arrival-3 .part-txt p {
        margin-bottom: 11px;
    }

    .recently-viewed .new-arrival-3 .part-txt h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 17px;
    }

    .recently-viewed .recent-view-slider .single-slider {
        gap: 15px;
    }

    .recently-viewed .single-product-card-2 {
        padding: 10px;
        gap: 10px;
    }

    .recently-viewed .single-product-card-2 .part-img {
        width: 80px;
        height: 115px;
    }

    .recently-viewed .single-product-card-2 .part-txt {
        width: calc(100% - 90px);
    }

    .recently-viewed .single-product-card-2 .part-txt .category {
        margin-bottom: 9px;
    }

    .recently-viewed .single-product-card-2 .part-txt .price {
        font-size: 14px;
    }

    .hot-deal-banner .bg {
        padding: 30px 20px;
    }

    .hot-deal-banner .bg .banner-txt h2 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 15px;
    }

    .hot-deal-banner .bg .banner-txt h2 span {
        font-weight: 600;
    }

    .hot-deal-banner .bg .banner-txt p {
        font-size: 14px;
        padding-bottom: 19px;
        margin-bottom: 20px;
    }

    .hot-deal-banner .bg .banner-txt .countdown {
        margin-bottom: 20px;
    }

    .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell {
        padding: 0 15px;
    }

    .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
        font-size: 14px;
    }

    .season-sale .season-sale-box .part-txt {
        padding: 30px 0;
    }

    .season-sale .season-sale-box .part-txt p {
        font-size: 14px;
    }

    .season-sale .season-sale-box .part-txt h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 17px;
    }

    .season-sale .season-sale-box .part-txt a {
        height: 35px;
        line-height: 35px;
        padding: 0 20px;
        font-size: 14px;
    }

    .season-sale .season-sale-box .part-img {
        height: 200px;
        min-height: auto;
    }

    .season-sale .season-sale-box .part-img img {
        height: 100%;
    }

    .best-seller .single-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
        gap: 15px;
    }

    .best-seller .single-box::after {
        width: 50px;
        height: 50px;
    }

    .best-seller .single-box .part-img {
        width: 50px;
    }

    .best-seller .single-box .part-txt {
        width: 100%;
    }

    .best-seller .single-box .part-txt .title {
        font-size: 12px;
        line-height: 18px;
        margin-top: -4px;
    }

    .best-seller .single-box .part-txt .star {
        font-size: 12px;
    }

    .top-rated {
        margin-bottom: 26px;
    }

    .top-brand .rg-30 {
        gap: 10px;
    }

    .top-brand .rg-30>* {
        width: calc(33.3333333333% - 6.7px);
    }

    .top-brand .logo-box {
        height: 50px;
        padding: 0 15px;
    }

    .subscribe .bg {
        padding: 40px 15px;
    }

    .subscribe .bg .form {
        padding: 5px;
    }

    .subscribe .bg .form input {
        border: 0;
        height: 40px;
        font-size: 14px;
        background: #ffffff;
    }

    .subscribe .bg .form .def-btn {
        height: 40px;
        line-height: 40px;
    }

    .single-blog .part-txt {
        padding: 30px 15px 14px;
    }

    .single-blog .part-txt .tag-n-date {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .single-blog .part-txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .single-blog .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 11px;
    }

    .single-blog .part-txt .continue {
        bottom: -51px;
        width: 50px;
        height: 80px;
        font-size: 16px;
        line-height: 55px;
        border-radius: 20px 0 0 0;
    }

    .features .custom-row {
        padding: 0 10px;
        gap: 15px 10px;
        justify-content: center;
    }

    .features .custom-row .custom-col {
        min-width: calc(50% - 5px);
        width: max-content;
        border: 0;
    }

    .features .custom-row .custom-col .single-feature {
        height: 35px;
        justify-content: flex-start;
        gap: 10px;
    }

    .features .custom-row .custom-col .single-feature .part-icon {
        height: 30px;
    }

    .features .custom-row .custom-col .single-feature .part-icon span {
        height: 100%;
        line-height: 40px;
        font-size: 30px;
    }

    .features .custom-row .custom-col .single-feature .part-txt h4 {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 6px;
    }

    .features .custom-row .custom-col .single-feature .part-txt p {
        font-size: 12px;
    }

    .footer .main-footer {
        padding: 60px 0;
    }

    .footer .main-footer .custom-row {
        gap: 30px;
    }

    .footer .main-footer .custom-row .custom-col,
    .footer .main-footer .custom-row .custom-col-2 {
        width: 100%;
    }

    .footer .main-footer .footer-about .footer-logo {
        width: 100px;
        margin-bottom: 20px;
    }

    .footer .main-footer .footer-about p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .footer .main-footer .footer-about ul li {
        margin-bottom: 7px;
    }

    .footer .main-footer .footer-about ul li:last-child {
        margin-bottom: -7px;
    }

    .footer .main-footer .footer-about ul li .icon {
        height: 25px;
    }

    .footer .main-footer .footer-about ul li .icon span {
        font-size: 25px;
        line-height: 25px;
    }

    .footer .main-footer .footer-about ul li .txt>* {
        font-size: 14px;
        line-height: 24px;
    }

    .footer .main-footer .footer-title {
        font-size: 16px;
        padding-bottom: 9px;
        margin-bottom: 25px;
    }

    .footer .main-footer .link-wrap {
        gap: 10px;
    }

    .footer .main-footer .link-wrap .footer-link {
        width: calc(50% - 5px);
    }

    .footer .main-footer .link-wrap .footer-link ul li {
        font-size: 14px;
        line-height: 30px;
    }

    .footer .main-footer .link-wrap .footer-link ul li:last-child {
        margin-bottom: -10px;
    }

    .footer .main-footer .footer-subscribe p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .footer .main-footer .footer-subscribe form {
        margin-bottom: 20px;
    }

    .footer .main-footer .footer-subscribe .btn-box {
        justify-content: center;
    }

    .footer .copyright p {
        text-align: center;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .py-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pt-120 {
        padding-top: 60px;
    }

    .pb-120 {
        padding-bottom: 60px;
    }

    .pt-60 {
        padding-top: 30px;
    }

    .pb-60 {
        padding-bottom: 30px;
    }

    .banner.banner-inner::after {
        background-position-x: right;
    }

    .banner.banner-inner .breadcrumb-txt {
        padding: 40px 0;
    }

    .banner.banner-inner .breadcrumb-txt h1 {
        font-size: 24px;
        margin-top: -3px;
        margin-bottom: 16px;
    }

    .banner.banner-inner .breadcrumb-txt ul {
        gap: 10px;
    }

    .banner.banner-inner .breadcrumb-txt ul li {
        font-size: 16px;
    }

    .banner.banner-inner .part-img {
        height: auto;
        margin-right: -12px;
    }

    .banner.banner-inner .part-img img {
        max-width: 100%;
    }

    .about-page-title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        margin-top: -7px;
        margin-bottom: 22px;
    }

    .about .main-img {
        margin-bottom: 30px;
    }

    .about .why-choose .part-txt .part-title {
        text-align: center;
        font-size: 18px;
        margin-top: -2px;
        margin-bottom: 17px;
    }

    .about .why-choose .accordion .accordion-item .accordion-header .accordion-button {
        height: auto;
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .about .why-choose .accordion .accordion-item .accordion-header .accordion-button span {
        font-size: 16px;
    }

    .about .why-choose .accordion .accordion-item .accordion-body {
        padding: 15px;
    }

    .about .why-choose .accordion .accordion-item .accordion-body p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -7px;
    }

    .about .why-choose .video-area {
        padding: 60px 0;
    }

    .team .single-card .part-txt {
        padding: 20px 0;
    }

    .team .single-card .part-txt h3 {
        font-size: 14px;
        font-weight: 500;
        margin-top: -1px;
        margin-bottom: 11px;
    }

    .team .single-card .part-txt p {
        font-size: 14px;
        margin-bottom: -2px;
    }

    .team .single-card .social {
        top: 120px;
    }

    .shop-wrap .shop-top-bar .top-bar-right {
        gap: 10px;
        justify-content: center;
    }

    .shop-wrap .shop-top-bar .top-bar-right .nice-select {
        padding-left: 10px;
        padding-right: 10px;
        height: 35px;
        line-height: 33px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .nice-select::after {
        display: none;
    }

    .shop-wrap .shop-top-bar .top-bar-right .nice-select .list {
        min-width: 100%;
    }

    .shop-wrap .shop-top-bar .top-bar-right .show-wrap {
        padding-left: 10px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .show-wrap span {
        line-height: 31px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .show-wrap .nice-select {
        height: 33px;
        line-height: 31px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .view-wrap button {
        width: 20px;
        height: 30px;
        font-size: 20px;
        line-height: 39px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .top-pagination input {
        width: 30px !important;
        height: 30px;
    }

    .shop-wrap .pagination {
        padding-top: 15px;
    }

    .shop-wrap .shop-sidebar {
        max-width: 320px;
        margin: auto;
    }

    .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-img {
        width: 80px;
    }

    .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt {
        width: calc(100% - 95px);
    }

    .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .title {
        font-size: 14px;
        line-height: 24px;
    }

    .shop-wrap .shop-sidebar .sidebar-new-arrival {
        height: 200px;
        overflow: hidden;
    }

    .register .login-area {
        margin-bottom: 30px;
    }

    .register .login-area,
    .register .author-area {
        text-align: center;
    }

    .register .login-area h2,
    .register .author-area h2 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 11px;
    }

    .register .login-area p,
    .register .author-area p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .register .login-area .login-form input:not([type=checkbox]),
    .register .author-area .login-form input:not([type=checkbox]) {
        height: 35px;
        padding: 0 20px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .register .login-area .login-form .form-check,
    .register .author-area .login-form .form-check {
        margin-bottom: 15px;
    }

    .register .login-area .login-form .def-btn,
    .register .author-area .login-form .def-btn {
        height: 35px;
        line-height: 35px;
    }

    .register .login-area .login-form .def-btn.btn-border,
    .register .author-area .login-form .def-btn.btn-border {
        line-height: 33px;
    }

    .register .login-area .devider,
    .register .author-area .devider {
        font-size: 16px;
        padding: 15px 0;
        margin-top: -4px;
    }

    .register .login-area .social-login-box,
    .register .author-area .social-login-box {
        gap: 15px;
    }

    .register .login-area .social-login-box .def-btn,
    .register .author-area .social-login-box .def-btn {
        height: 35px;
        line-height: 35px;
    }

    .register .login-area .social-login-box .def-btn.btn-border,
    .register .author-area .social-login-box .def-btn.btn-border {
        line-height: 33px;
    }

    .faq .accordion {
        margin-bottom: -20px;
    }

    .faq .accordion .accordion-item {
        margin-bottom: 20px;
    }

    .faq .accordion .accordion-item .accordion-button {
        height: max-content;
        padding: 10px 15px;
        font-size: 14px;
    }

    .faq .accordion .accordion-item .accordion-button .txt {
        width: calc(100% - 30px);
    }

    .faq .accordion .accordion-item .accordion-button .icon {
        width: 25px;
        height: 25px;
        line-height: 27px;
    }

    .faq .accordion .accordion-item .accordion-body {
        padding: 0 15px 15px 15px;
    }

    .faq .accordion .accordion-item .accordion-body p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -7px;
    }

    .contact .title {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 22px;
    }

    .contact .contact-info {
        margin-bottom: 30px;
    }

    .contact .contact-info ul li {
        gap: 15px;
        margin-bottom: 25px;
    }

    .contact .contact-info ul li .part-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .contact .contact-info ul li .part-txt {
        width: calc(100% - 50px);
    }

    .contact .contact-info ul li .part-txt a,
    .contact .contact-info ul li .part-txt span {
        font-size: 14px;
        line-height: 24px;
    }

    .contact .contact-form input {
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    .contact .contact-form textarea {
        padding: 10px 15px;
        font-size: 14px;
    }

    .contact .contact-form .def-btn {
        height: 40px;
    }

    .contact .contact-form .def-btn.btn-border {
        line-height: 38px;
    }

    .contact .map iframe {
        height: 250px;
    }

    .product-view-area {
        padding-bottom: 60px;
    }

    .product-view-area .part-img {
        margin-bottom: 30px;
    }

    .product-view-area .part-img .img-box {
        margin-bottom: 20px;
    }

    .product-view-area .part-img .img-box .quick-view {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 25px;
    }

    .product-view-area .part-img .btn-box {
        gap: 10px;
    }

    .product-view-area .part-img .btn-box .small-thumb {
        width: calc(25% - 7.5px);
    }

    .product-view-area .part-txt .main-product-title {
        font-size: 16px;
        margin-top: -3px;
        margin-bottom: 15px;
    }

    .product-view-area .part-txt .review {
        gap: 10px;
    }

    .product-view-area .part-txt .review .star {
        font-size: 14px;
        gap: 5px;
    }

    .product-view-area .part-txt .review .rating-amount {
        font-size: 14px;
    }

    .product-view-area .part-txt .price {
        margin-bottom: 19px;
    }

    .product-view-area .part-txt .short-details {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 13px;
    }

    .product-view-area .part-txt .dscr {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .product-view-area .part-txt form label {
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin-top: -2px;
        margin-bottom: 8px;
    }

    .product-view-area .part-txt form .select {
        padding: 0 10px;
        font-size: 13px;
    }

    .product-view-area .part-txt form .select.color-select {
        padding-left: 30px;
    }

    .product-view-area .part-txt form .select.color-select .selected-circle {
        left: 10px;
    }

    .product-view-area .part-txt .btn-box {
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .product-view-area .part-txt .btn-box button {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .product-view-area .part-txt .btn-box button span {
        margin-right: 5px;
    }

    .product-view-area .part-txt .product-share {
        font-size: 14px;
        gap: 20px;
        margin-bottom: 0;
    }

    .product-view-area .part-txt .product-share .social {
        gap: 15px;
    }

    .shop-details .details-area .nav {
        justify-content: center;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    .shop-details .details-area .nav-link {
        font-size: 14px;
        padding: 3px 15px 2px;
    }

    .shop-details .details-area .nav-link::after {
        top: calc(100% + 5px);
    }

    .shop-details .details-area .tab-pane {
        overflow: hidden;
    }

    .shop-details .details-area .tab-pane .product-dscr {
        margin-bottom: -14px;
    }

    .shop-details .details-area .tab-pane .product-dscr p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 7px;
    }

    .shop-details .details-area .tab-pane .product-dscr p:first-child {
        margin-top: -7px;
    }

    .shop-details .details-area .tab-pane .product-dscr p:last-child {
        margin-bottom: 7px;
    }

    .shop-details .details-area .tab-pane .product-dscr .part-img {
        padding-bottom: 13px;
    }

    .shop-details .details-area .tab-pane .product-information ul {
        margin-top: -12px;
        margin-bottom: -13px;
    }

    .shop-details .details-area .tab-pane .product-information ul li {
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .shop-details .details-area .tab-pane .product-information ul li:nth-last-child(n+2) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .shop-details .details-area .tab-pane .product-review .review-overview {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 20px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .left h2 {
        font-size: 30px;
        margin-top: -3px;
        margin-bottom: 13px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .left p {
        font-size: 14px;
        margin-bottom: -2px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .right ul li {
        gap: 10px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .stars {
        gap: 3px;
        font-size: 12px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .progress {
        width: 150px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .percentage {
        font-size: 12px;
    }

    .shop-details .details-area .tab-pane .product-review .review-title {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .shop-details .details-area .tab-pane .product-review .review-title h3 {
        font-size: 16px;
        line-height: 35px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review {
        flex-direction: column;
        gap: 15px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user {
        width: 100%;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .part-img {
        width: 45px;
        height: 45px;
        margin-bottom: 13px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.name {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area {
        width: 100%;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area p {
        margin-bottom: 8px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap {
        flex-direction: column;
        gap: 15px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery {
        gap: 5px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery .client-img {
        width: 45px;
        height: 45px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel {
        max-width: 100%;
        height: auto;
        padding-top: 20px;
        margin-top: 10px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel img {
        max-width: 100%;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel .clt-view-panel-close {
        top: 3px;
        right: 3px;
        font-size: 16px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction {
        font-size: 14px;
        gap: 10px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction span {
        font-size: 12px;
    }

    .product-quick-view-panel-2 {
        padding-bottom: 50px;
    }

    .product-quick-view-panel-2 .notification {
        padding: 15px 0;
    }

    .product-quick-view-panel-2 .notification p {
        padding: 10px 20px;
        font-size: 16px;
    }

    .product-quick-view-panel-2 .notification p span {
        font-size: 20px;
        margin-right: 15px;
    }

    .blog-details .part-txt {
        margin-bottom: 20px;
    }

    .blog-details .part-txt .title-box .blog-info {
        gap: 15px;
        margin-top: -1px;
        margin-bottom: 11px;
    }

    .blog-details .part-txt .title-box .blog-info li {
        font-size: 14px;
    }

    .blog-details .part-txt .title-box .blog-title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 17px;
    }

    .blog-details .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .blog-details .part-txt p:last-child {
        margin-bottom: -7px;
    }

    .blog-details .part-txt .secondary-title {
        font-size: 16px;
        line-height: 26px;
        padding-top: 19px;
        margin-bottom: 12px;
    }

    .blog-details .secondary-img {
        margin-bottom: 20px;
    }

    .blog-details .admin-words {
        padding: 25px 20px;
        margin-bottom: 30px;
    }

    .blog-details .admin-words p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .blog-details .admin-words .admin h6 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .blog-details .comment-area .title {
        font-size: 16px;
        padding-bottom: 9px;
        margin-top: -2px;
        margin-bottom: 20px;
    }

    .blog-details .comment-area .comments {
        margin-bottom: 30px;
    }

    .blog-details .comment-area .comments .single-comment {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 25px;
    }

    .blog-details .comment-area .comments .single-comment.reply {
        margin-left: 40px;
    }

    .blog-details .comment-area .comments .single-comment .part-img {
        width: 60px;
    }

    .blog-details .comment-area .comments .single-comment .txt-box {
        width: 100%;
    }

    .blog-details .comment-area .comments .single-comment .txt-box h4 {
        font-size: 14px;
    }

    .blog-details .comment-area .comments .single-comment .txt-box span {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .blog-details .comment-area .comments .single-comment .txt-box p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -7px;
    }

    .blog-details .comment-area .comment-form input {
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    .blog-details .comment-area .comment-form textarea {
        height: 120px;
        padding: 10px 15px;
        font-size: 14px;
        margin-bottom: -7px;
    }

    .blog-details .blog-sidebar {
        padding-top: 30px;
        max-width: 320px;
        margin: auto;
    }

    .blog-details .blog-sidebar .searchbox {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .searchbox input {
        width: calc(100% - 40px);
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    .blog-details .blog-sidebar .searchbox button {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .blog-details .blog-sidebar .sidebar-title {
        font-size: 16px;
        padding-bottom: 9px;
        margin-top: -1px;
        margin-bottom: 15px;
    }

    .blog-details .blog-sidebar .recent-post {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .recent-post ul li a .part-img {
        width: 70px;
        height: 70px;
    }

    .blog-details .blog-sidebar .recent-post ul li a .txt-box {
        width: calc(100% - 85px);
    }

    .blog-details .blog-sidebar .recent-post ul li a .txt-box .title {
        font-size: 14px;
        line-height: 20px;
        margin-top: -4px;
        margin-bottom: 8px;
    }

    .blog-details .blog-sidebar .recent-post ul li a .txt-box .date {
        font-size: 14px;
        margin-bottom: -2px;
    }

    .blog-details .blog-sidebar .categories {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .categories ul li {
        margin-bottom: 0;
    }

    .blog-details .blog-sidebar .categories ul li:first-child {
        margin-top: -12px;
    }

    .blog-details .blog-sidebar .categories ul li a {
        font-size: 14px;
    }

    .blog-details .blog-sidebar .image-slider {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .tags .btn-box {
        gap: 5px;
    }

    .blog-details .blog-sidebar .tags .btn-box a {
        height: 30px;
        line-height: 28px;
        padding: 0 10px;
        font-size: 14px;
    }

    .revel-table {
        margin-bottom: 30px;
    }

    .revel-table .table-responsive .table {
        width: max-content;
    }

    .revel-table .table-responsive th {
        padding: 7.5px 15px;
        font-size: 14px;
        font-weight: 600;
    }

    .revel-table .table-responsive tr:first-child td {
        padding-top: 15px;
    }

    .revel-table .table-responsive tr:last-child td {
        padding-bottom: 15px;
    }

    .revel-table .table-responsive tr td {
        padding: 7.5px 15px;
        width: max-content;
    }

    .revel-table .table-responsive .product-img {
        width: 70px;
    }

    .revel-table .table-responsive .product-name {
        font-size: 14px;
    }

    .revel-table .table-responsive .price-txt {
        font-size: 14px;
    }

    .revel-table .table-responsive .quantity {
        width: 150px;
    }

    .revel-table .table-responsive .quantity .quantity-nav .quantity-button {
        width: 40px;
    }

    .compare .table {
        min-width: max-content;
    }

    .compare .table th,
    .compare .table td {
        width: auto;
        height: 40px;
        padding: 10px 15px;
    }

    .compare .table .product-card {
        padding: 10px 0;
    }

    .compare .table .product-card .part-img {
        width: 80px;
        margin-bottom: 20px;
    }

    .compare .table .product-card .part-txt {
        margin-bottom: -2px;
    }

    .compare .table .product-card .part-txt p {
        margin-top: -2px;
    }

    .compare .table .product-card .part-txt p a {
        font-size: 14px;
    }

    .compare .table .def-btn {
        height: 30px;
        line-height: 30px;
        text-transform: capitalize;
    }

    .compare .table .delete-btn {
        font-size: 16px;
    }

    .tab-section .tab-nav {
        margin-bottom: 30px;
    }

    .tab-section .tab-nav .single-nav {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        overflow: hidden;
    }

    .tab-section .tab-nav .single-nav::before,
    .tab-section .tab-nav .single-nav::after {
        left: 7px;
        width: calc(100% - 13px);
        height: 50%;
    }

    .tab-section .tab-nav .single-nav::before {
        top: 0;
        transform: skew(30deg);
    }

    .tab-section .tab-nav .single-nav::after {
        bottom: 0;
        transform: skew(-30deg);
    }

    .tab-section .tab-nav .single-nav .sl-no {
        display: none;
    }

    .tab-section .tab-contents .btn-box {
        margin-bottom: 30px;
    }

    .tab-section .tab-contents .btn-box .def-btn {
        text-transform: capitalize;
    }

    .tab-section .tab-contents .cart-total-panel .title {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }

    .tab-section .tab-contents .cart-total-panel .sub-title {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body {
        padding: 20px 15px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .shipping-mode {
        margin-bottom: 20px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .shipping-mode .form-check:first-child {
        margin-bottom: 10px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area {
        width: 100%;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul {
        margin-top: -2px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li:nth-child(2) {
        margin-bottom: 18px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li.total-price-wrap {
        padding-top: 18px;
        margin-bottom: 18px;
    }

    .tab-section .tab-contents .tab-next-btn {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }

    .tab-section .tab-contents .tab-next-btn i {
        font-size: 16px;
    }

    .tab-section .tab-contents .billing-details {
        margin-bottom: 30px;
    }

    .tab-section .tab-contents .billing-details .title {
        font-size: 16px;
        margin-top: -1px;
        margin-bottom: 17px;
    }

    .tab-section .tab-contents .billing-details .form-row {
        gap: 15px;
    }

    .tab-section .tab-contents .billing-details .form-row .form-col-5 {
        width: 100%;
    }

    .tab-section .tab-contents .billing-details .form-row .form-control {
        height: 40px;
        line-height: 38px;
        padding: 0 15px;
    }

    .tab-section .tab-contents .billing-details .form-row .form-control.textarea {
        height: 120px;
        padding: 5px 15px;
    }

    .tab-section .tab-contents .billing-details .form-row .check-wrap {
        flex-direction: column;
        gap: 10px;
    }

    .tab-section .tab-contents .billing-details .form-row .check-wrap .form-check {
        height: 20px;
        margin-bottom: -4px;
    }

    .tab-section .tab-contents .billing-details .form-row .check-wrap .form-check .form-check-label {
        height: 20px;
        line-height: 20px;
    }

    .tab-section .tab-contents .payment-method .total-clone {
        padding: 20px;
    }

    .tab-section .tab-contents .payment-method .total-clone ul {
        margin-top: -2px;
    }

    .tab-section .tab-contents .payment-method .total-clone ul li {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .tab-section .tab-contents .payment-method .total-clone ul li:nth-child(2) {
        margin-bottom: 18px;
    }

    .tab-section .tab-contents .payment-method .total-clone ul li.total-price-wrap {
        padding-top: 18px;
        margin-bottom: -1px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header {
        padding: 10px 15px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .form-check {
        margin-top: 3px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .type {
        font-size: 14px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .icon {
        width: 30px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body {
        padding: 15px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body label {
        font-size: 12px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body input {
        height: 35px;
        padding: 0 15px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .def-btn {
        height: 35px;
        line-height: 35px;
    }

    .tab-section .tab-contents .check-icon {
        margin-bottom: 20px;
    }

    .tab-section .tab-contents .checkmark {
        width: 80px;
        height: 80px;
    }

    .tab-section .tab-contents .order-complete-msg h2 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: -3px;
    }

    .tab-section .form-check {
        gap: 5px;
    }

    .tab-section .form-check .form-check-input {
        width: 20px;
        height: 20px;
    }

    .tab-section .form-check .sub-input {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

    .tab-section .form-check .form-check-label {
        font-size: 12px;
        line-height: 22px;
    }

    .account .account-sidebar {
        margin-bottom: 30px;
    }

    .account .account-sidebar .user {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .account .account-sidebar .user .part-img {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .account .account-sidebar .user .part-txt h3 {
        font-size: 16px;
        margin-top: -1px;
    }

    .account .account-sidebar .nav {
        flex-direction: row !important;
        justify-content: center;
        gap: 5px;
        padding-bottom: 25px;
    }

    .account .account-sidebar .nav .nav-link {
        padding: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #222222;
        border-radius: 50%;
    }

    .account .account-sidebar .nav .nav-link::after {
        display: none;
    }

    .account .account-sidebar .nav .nav-link.active {
        background: #999;
        background: #F9E3D9;
    }

    .account .account-sidebar .nav .nav-link:last-child {
        color: red;
    }

    .account .account-sidebar .nav .nav-link .icon {
        font-size: 18px;
        margin: 0;
        transition: 0.3s;
    }

    .account .account-sidebar .nav .nav-link .txt {
        display: none;
    }

    .account .account-title {
        font-size: 16px;
        margin-top: -1px;
        margin-bottom: 17px;
    }

    .account .table-wrap .table-top {
        padding: 15px;
        flex-direction: column;
    }

    .account .table-wrap .table-top .title {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 13px;
    }

    .account .table-wrap .table-top .search-box {
        width: 100%;
        padding: 0 10px;
    }

    .account .table-wrap .table-top .search-box input {
        width: calc(100% - 21px);
    }

    .account .table-wrap .table th,
    .account .table-wrap .table td {
        padding: 15px;
        font-size: 14px;
    }

    .account .table-wrap .table .status {
        width: 70px;
        height: 35px;
        line-height: 35px;
    }

    .account .table-wrap .table-bottom {
        padding: 20px 15px;
        flex-direction: column;
    }

    .account .table-wrap .table-bottom .part-txt p {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 13px;
    }

    .account .table-wrap .table-bottom .pagination button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .account .conversation-panel .chat-col {
        order: 2;
    }

    .account .conversation-panel .chat-area {
        padding: 15px;
        border: 0;
    }

    .account .conversation-panel .chat-area .single-msg {
        max-width: calc(100% - 40px);
        gap: 10px;
        margin-bottom: 15px;
    }

    .account .conversation-panel .chat-area .single-msg .part-img .img {
        width: 40px;
        height: 40px;
        margin-bottom: 9px;
    }

    .account .conversation-panel .chat-area .single-msg .part-img span {
        font-size: 12px;
        margin-bottom: -2px;
    }

    .account .conversation-panel .chat-area .single-msg .part-txt {
        padding: 8px 15px 6px;
    }

    .account .conversation-panel .chat-area .single-msg .part-txt span {
        font-size: 14px;
        line-height: 22px;
    }

    .account .conversation-panel .info-area .chat-between {
        padding: 20px;
    }

    .account .conversation-panel .info-area .chat-between .part-img {
        margin-bottom: 15px;
    }

    .account .conversation-panel .info-area .chat-between .part-img .img {
        width: 40px;
        height: 40px;
    }

    .account .conversation-panel .info-area .chat-between .part-img .img:first-child {
        margin-right: -10px;
    }

    .account .conversation-panel .info-area .chat-between .part-txt span {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: -2px;
    }

    .account .conversation-panel .info-area .action {
        padding: 20px;
    }

    .account .conversation-panel .info-area .action li {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .account .conversation-panel .info-area .action li button span {
        width: 16px;
        font-size: 16px;
    }

    .account .conversation-panel .info-area .title {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 18px;
    }

    .account .total-balance {
        padding: 15px;
    }

    .account .total-balance .top h4 {
        font-size: 14px;
        font-weight: 500;
    }

    .account .total-balance .top .tags {
        gap: 5px;
    }

    .account .total-balance .top .tags .tag {
        height: 20px;
        line-height: 22px;
        font-size: 12px;
        padding: 0 5px;
    }

    .account .total-balance .middle {
        padding: 25px 0;
    }

    .account .total-balance .middle h3 {
        font-size: 20px;
        margin-bottom: -3px;
    }

    .account .total-balance .btn-box {
        gap: 10px;
    }

    .account .total-balance .btn-box .def-btn {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
    }

    .account .profile-panel {
        padding: 25px 20px;
    }

    .account .profile-panel .profile-top {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .account .profile-panel .profile-top .user .part-img {
        width: 80px;
        height: 80px;
    }

    .account .profile-panel .profile-top .user .part-txt span {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: -2px;
    }

    .account .profile-panel .btn-box {
        gap: 10px;
    }

    .account .profile-panel .btn-box .def-btn {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
    }

    .account .profile-panel form input,
    .account .profile-panel form .select {
        height: 40px;
        line-height: 38px;
        padding: 0 15px;
    }
}

@media screen and (max-width: 479px) and (min-width: 320px) {
    body {
        overflow-x: hidden;
        padding-bottom: 50px;
    }

    .flash-deal.flash-deal-2 .panel.panel-3 .col-md-4.col-6 {
        width: 100%;
        flex: 0 0 auto;
    }

    .featured-product.py-25 .panel.panel-3 .col-md-4.col-6 {
        width: 100%;
        flex: 0 0 auto;
    }

    .shop-wrap .product-col.col-xxl-3.col-xl-4.col-lg-6.col-md-4.col-6 {
        width: 100%;
        flex: 0 0 auto;
    }

    .single-product-card.product-card-list .cart-option.cart-option-bottom {
        display: none;
    }

    .part-img a {
        display: block;
    }

    .part-img a img {
        width: 100%;
    }

    .def-btn,
    .def-btn-2 {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        font-size: 14px;
    }

    .def-btn.btn-border,
    .def-btn-2.btn-border {
        line-height: 28px;
    }

    .home-2 .def-btn-3 {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
        font-size: 14px;
    }

    .panel {
        padding: 20px 10px;
    }

    .panel.panel-2 {
        padding: 30px 15px;
    }

    .panel .panel-header {
        margin-bottom: 20px;
    }

    .panel .panel-header .title {
        font-size: 14px;
        line-height: 18px;
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .panel .panel-header .text-end {
        height: 12px;
        line-height: 12px;
    }

    .panel .panel-header .explore-section {
        font-size: 12px;
    }

    .panel .nav {
        justify-content: center;
        row-gap: 10px;
    }

    .panel .nav button {
        font-size: 12px;
        padding: 0 5px;
    }

    .product-custom-row {
        gap: 15px;
    }

    .product-custom-row .custom-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-custom-row .custom-col .part-img a {
        display: block;
    }

    .product-custom-row .custom-col .part-img a img {
        width: 100%;
    }

    .heading h2 {
        font-size: 18px;
        line-height: 1.3;
        font-weight: 600;
        padding-bottom: 8px;
        margin-top: -5px;
        margin-bottom: 25px;
    }

    .header-cart-wrap .cart-list {
        width: 320px;
    }

    .header-cart-wrap .cart-list .title {
        padding: 10px 15px;
    }

    .header-cart-wrap .cart-list .title h3 {
        font-size: 16px;
    }

    .header-cart-wrap .cart-list .title button {
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .header-cart-wrap .cart-list ul {
        padding: 20px 15px;
    }

    .header-cart-wrap .cart-list ul li a {
        gap: 10px;
    }

    .header-cart-wrap .cart-list ul li a .part-img {
        width: 60px;
    }

    .header-cart-wrap .cart-list ul li a .part-txt {
        width: calc(100% - 70px);
    }

    .header-cart-wrap .cart-list ul li a .part-txt .name {
        font-size: 14px;
    }

    .header-cart-wrap .cart-list ul li button {
        font-size: 14px;
    }

    .header-cart-wrap .cart-list .total {
        padding: 20px 15px;
    }

    .header-cart-wrap .cart-list .total p {
        font-size: 14px;
    }

    .header-cart-wrap .cart-list .btn-box {
        padding: 20px 15px;
        gap: 10px;
    }

    .header-cart-wrap .cart-list .btn-box .def-btn {
        width: calc(50% - 5px);
        font-size: 12px;
    }

    .header.header-2 {
        border-bottom: 1px solid rgba(221, 221, 221, 0.5);
    }

    .header.header-2 .bottom-header {
        background: #f7f7f7;
    }

    .header.header-2 .bottom-header .search-col {
        background: #f7f7f7;
    }

    .header.header-2 .bottom-header .header-search form button {
        background: transparent;
    }

    .header .top-header {
        padding: 15px 0;
    }

    .header .top-header .top-header-link>* {
        padding: 0 5px;
        font-size: 13px;
        border-left: 1px solid #b3b7c8;
    }

    .header .top-header .top-header-link>*:first-child {
        border-left: 0;
    }

    .header .top-header .top-header-link>* .nice-select {
        font-size: 13px;
        padding-right: 12px;
    }

    .header .top-header .top-header-link>* .nice-select::after {
        font-size: 10px;
    }

    .header .top-header .top-header-link>* .select-lang .flagstrap-icon {
        width: 15px;
        height: 10px;
    }

    .header .top-header .top-header-link>* .select-lang .dropdown-toggle {
        font-size: 13px;
    }

    .header .top-header .top-header-link>* .select-lang .dropdown-toggle::after {
        font-size: 10px;
    }

    .header .bottom-header {
        padding: 20px 0;
        background: #ffffff;
        position: relative;
        z-index: 11;
    }

    .header .bottom-header .logo {
        width: 100px;
    }

    .header .bottom-header .search-col {
        position: absolute;
        background: #ffffff;
        padding-bottom: 10px;
        top: 100%;
        left: 0;
        right: 0;
        order: 3;
    }

    .header .bottom-header .bottom-header-right {
        gap: 20px;
    }

    .header .bottom-header .bottom-header-right .header-cart-options {
        gap: 10px;
    }

    .header .bottom-header .bottom-header-right .header-cart-options a {
        font-size: 16px;
        line-height: 100%;
        height: 18px;
    }

    .header .bottom-header .bottom-header-right .header-cart-options a .quantity {
        top: -9px;
        right: -9px;
        width: 17px;
        height: 17px;
        line-height: 17px;
        font-size: 8px;
        font-weight: 300;
    }

    .header .bottom-header .header-search .nice-select {
        display: none;
    }

    .header .bottom-header .header-search form {
        border: 1px solid #ddd;
    }

    .header .bottom-header .header-search form .wrap {
        width: 100%;
    }

    .header .bottom-header .header-search form .devider {
        display: none;
    }

    .header .bottom-header .header-search form input {
        height: 35px;
        padding: 0 10px;
        font-size: 12px;
    }

    .header .bottom-header .header-search form button {
        width: max-content;
        padding-right: 10px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        background: transparent;
        border: 0;
        color: #606060;
    }

    .header .bottom-header .header-search form button:hover,
    .header .bottom-header .header-search form button:focus {
        color: #999;
    }

    .header .menu-bar {
        display: none;
    }

    .banner.banner-2 .banner-slider .slide {
        padding: 50px 0;
    }

    .banner.banner-2 .banner-slider .slide .part-txt {
        padding: 0 20px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt::before,
    .banner.banner-2 .banner-slider .slide .part-txt::after {
        display: none;
    }

    .banner.banner-2 .banner-slider .slide .part-txt h4 {
        font-weight: 400;
        margin-bottom: 5px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt h1 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        margin-bottom: 11px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt .price {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 11px;
    }

    .banner.banner-2 .banner-slider .slide .part-txt .price span {
        font-size: 14px;
    }

    .banner.banner-2 .banner-slider .slick-dots {
        bottom: 10px;
        right: 50%;
        transform: translateX(50%);
        gap: 5px;
    }

    .banner.banner-2 .banner-slider .slick-dots button {
        width: 12px;
        height: 12px;
        border-width: 1px;
    }

    .banner .category-list {
        display: none !important;
    }

    .banner .slider-area .banner-txt {
        padding: 40px 20px;
    }

    .banner .slider-area .banner-txt h6 {
        font-weight: 400;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }

    .banner .slider-area .banner-txt h1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        margin-bottom: 7px;
    }

    .banner .slider-area .banner-txt p {
        font-size: 12px;
        margin-bottom: 4px;
    }

    .banner .slider-area .banner-txt .price {
        margin-bottom: 8px;
    }

    .banner .slider-area .banner-txt .price span {
        font-size: 14px;
    }

    .banner .slider-area .banner-txt .price span:last-child {
        font-size: 16px;
    }

    .banner .slider-area .banner-txt .def-btn {
        height: 30px;
        line-height: 30px;
        padding: 0 15px;
    }

    .banner .slider-area .slick-dots {
        bottom: 10px;
    }

    .banner .slider-area .slick-dots button {
        width: 10px;
        height: 10px;
    }

    .banner .sidebar-area {
        padding-top: 50px;
    }

    .banner .sidebar-area .best-selling-panel .panel-header {
        height: 40px;
    }

    .banner .sidebar-area .best-selling-panel .panel-header h4 {
        line-height: 40px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-img {
        width: 80px;
        height: 72px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt {
        width: calc(100% - 95px);
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .star {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .product-name {
        font-size: 14px;
        margin-bottom: 11px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price {
        font-size: 14px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .single-product-slider .part-txt .price span {
        font-size: 12px;
    }

    .banner .sidebar-area .best-selling-panel .panel-body .slick-arrow {
        bottom: calc(100% + 27px);
        line-height: 25px;
    }

    .special-offer .single-offer {
        min-height: 50px;
    }

    .top-product.top-product-2 .product-card {
        padding: 0 20px;
    }

    .top-product.top-product-2 .product-card .part-txt {
        width: calc(100% - 115px);
        padding: 20px 0;
    }

    .top-product .product-card {
        padding: 20px;
        gap: 15px;
    }

    .top-product .product-card .part-txt {
        width: calc(100% - 115px);
    }

    .top-product .product-card .part-txt .price {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 9px;
    }

    .top-product .product-card .part-txt .price span {
        font-size: 12px;
    }

    .top-product .product-card .part-txt .product-name {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .top-product .product-card .part-img {
        width: 100px;
        height: 100px;
    }

    .flash-deal .countdown-col {
        order: 3;
    }

    .flash-deal .countdown-wrap {
        padding-top: 15px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .flash-deal .countdown-wrap h3 {
        font-size: 14px;
        margin-bottom: -2px;
    }

    .flash-deal .countdown-wrap .countdown .syotimer__body {
        gap: 10px;
    }

    .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell {
        gap: 5px;
    }

    .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }

    .flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
        font-size: 12px;
    }

    .single-product-card {
        padding-bottom: 15px;
    }

    .single-product-card.product-card-list {
        gap: 10px;
    }

    .single-product-card.product-card-list .part-img {
        width: 100px;
        min-height: auto;
    }

    .single-product-card.product-card-list .part-txt {
        width: calc(100% - 110px);
    }

    .single-product-card.product-card-list .part-txt .product-name {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        margin-top: -2px;
        margin-bottom: 6px;
    }

    .single-product-card.product-card-list .part-txt .dscr {
        display: none;
    }

    .single-product-card.product-card-list .part-txt .price {
        font-size: 14px;
        margin-bottom: -3px;
    }

    .single-product-card.product-card-list .part-txt .price span {
        font-size: 12px;
    }

    .single-product-card.product-card-list .part-txt .star {
        font-size: 14px;
        gap: 5px;
        margin-bottom: 18px;
    }

    .single-product-card.product-card-list .part-txt .add-to-cart-btn {
        display: none;
    }

    .single-product-card .part-img {
        min-height: 130px;
    }

    .single-product-card .part-img .off-tag {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .single-product-card .part-txt {
        padding-top: 15px;
    }

    .single-product-card .part-txt .product-name {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        margin-top: -5px;
        margin-bottom: 9px;
    }

    .single-product-card .part-txt .price {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .single-product-card .part-txt .price span {
        font-size: 12px;
    }

    .single-product-card .part-txt .star {
        font-size: 14px;
        gap: 5px;
    }

    .new-arrival {
        margin-bottom: 26px;
    }

    .new-arrival.new-arrival-2 {
        margin-top: 26px;
        margin-bottom: 0;
    }

    .new-arrival.new-arrival-2 .part-txt {
        min-width: max-content;
        padding: 25px 30px;
    }

    .new-arrival .part-txt .countdown-wrap {
        padding-top: 0;
    }

    .new-arrival .part-txt .countdown-wrap p {
        margin-bottom: 16px;
    }

    .new-arrival .part-txt .countdown-wrap h3 {
        font-size: 20px;
        margin-bottom: 13px;
    }

    .new-arrival .part-txt .countdown-wrap .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        font-weight: 400;
    }

    .new-arrival .part-txt .def-btn {
        line-height: 28px;
    }

    .popular-categories .custom-row {
        gap: 15px 10px;
    }

    .popular-categories .custom-row .custom-col {
        width: calc(33.3333333333% - 6.7px);
    }

    .popular-categories .custom-row .custom-col .category-card .part-img {
        margin-bottom: 10px;
    }

    .popular-categories .custom-row .custom-col .category-card .part-img a {
        min-height: 70px;
    }

    .popular-categories .custom-row .custom-col .category-card .part-txt h3 {
        font-size: 12px;
        margin-bottom: -2px;
    }

    .popular-categories-2 .custom-row {
        gap: 10px;
        justify-content: center;
    }

    .popular-categories-2 .custom-row .custom-col {
        width: 250px;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a {
        padding: 10px;
        gap: 10px;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-icon {
        width: 45px;
        height: 45px;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-icon span {
        height: 40px;
        font-size: 35px;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-txt {
        width: 100%;
        align-items: center;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-txt span {
        font-size: 14px;
        font-weight: 400;
    }

    .popular-categories-2 .custom-row .custom-col .category-card a .part-txt .quantity-box {
        font-size: 12px;
    }

    .recently-viewed .new-arrival-3 {
        max-width: 300px;
        margin: 0 auto;
    }

    .recently-viewed .new-arrival-3 .part-txt p {
        margin-bottom: 11px;
    }

    .recently-viewed .new-arrival-3 .part-txt h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 17px;
    }

    .recently-viewed .single-product-card-2 {
        padding: 15px;
        gap: 10px;
    }

    .recently-viewed .single-product-card-2 .part-img {
        width: 120px;
        height: 115px;
    }

    .recently-viewed .single-product-card-2 .part-txt {
        width: calc(100% - 130px);
    }

    .recently-viewed .single-product-card-2 .part-txt .category {
        margin-bottom: 9px;
    }

    .recently-viewed .single-product-card-2 .part-txt .price {
        font-size: 14px;
    }

    .hot-deal-banner .bg {
        padding: 30px 20px;
    }

    .hot-deal-banner .bg .banner-txt h2 {
        font-size: 20px;
        margin-top: -3px;
        margin-bottom: 15px;
    }

    .hot-deal-banner .bg .banner-txt h2 span {
        font-weight: 600;
    }

    .hot-deal-banner .bg .banner-txt p {
        font-size: 14px;
        padding-bottom: 19px;
        margin-bottom: 20px;
    }

    .hot-deal-banner .bg .banner-txt .countdown {
        margin-bottom: 20px;
    }

    .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell {
        padding: 0 15px;
    }

    .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell .syotimer-cell__value {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .hot-deal-banner .bg .banner-txt .countdown .syotimer__body .syotimer-cell .syotimer-cell__unit {
        font-size: 14px;
    }

    .season-sale .season-sale-box .part-txt {
        padding: 30px 0;
    }

    .season-sale .season-sale-box .part-txt p {
        font-size: 14px;
    }

    .season-sale .season-sale-box .part-txt h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 17px;
    }

    .season-sale .season-sale-box .part-txt a {
        height: 35px;
        line-height: 35px;
        padding: 0 20px;
        font-size: 14px;
    }

    .season-sale .season-sale-box .part-img {
        height: 200px;
        min-height: auto;
    }

    .season-sale .season-sale-box .part-img img {
        height: 100%;
    }

    .best-seller .single-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
        gap: 15px;
    }

    .best-seller .single-box::after {
        width: 50px;
        height: 50px;
    }

    .best-seller .single-box .part-img {
        width: 50px;
    }

    .best-seller .single-box .part-txt {
        width: 100%;
    }

    .best-seller .single-box .part-txt .title {
        font-size: 12px;
        line-height: 18px;
        margin-top: -4px;
    }

    .best-seller .single-box .part-txt .star {
        font-size: 12px;
    }

    .top-rated-n-best-seller .top-rated {
        margin-bottom: 26px;
    }

    .top-rated-n-best-seller .top-product-card {
        height: max-content;
        gap: 5px;
    }

    .top-rated-n-best-seller .top-product-card .part-img {
        width: 60px;
        height: max-content;
    }

    .top-rated-n-best-seller .top-product-card .part-txt {
        width: calc(100% - 65px);
    }

    .top-rated-n-best-seller .top-product-card .part-txt .star {
        font-size: 10px;
    }

    .top-rated-n-best-seller .top-product-card .part-txt .title {
        font-size: 12px;
    }

    .top-brand .rg-30 {
        gap: 10px;
    }

    .top-brand .rg-30>* {
        width: calc(33.3333333333% - 6.7px);
    }

    .top-brand .logo-box {
        height: 50px;
        padding: 0 15px;
    }

    .subscribe .bg {
        padding: 40px 15px;
    }

    .subscribe .bg .form {
        padding: 0;
        flex-direction: column;
        gap: 10px;
        background: transparent;
        box-shadow: 0 0;
    }

    .subscribe .bg .form input {
        border: 0;
        height: 40px;
        font-size: 14px;
        background: #ffffff;
    }

    .subscribe .bg .form .def-btn {
        width: max-content;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
    }

    .single-blog .part-txt {
        padding: 30px 15px 14px;
    }

    .single-blog .part-txt .tag-n-date {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .single-blog .part-txt h3 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 16px;
    }

    .single-blog .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 11px;
    }

    .single-blog .part-txt .continue {
        bottom: -51px;
        width: 50px;
        height: 80px;
        font-size: 16px;
        line-height: 55px;
        border-radius: 20px 0 0 0;
    }

    .features .custom-row {
        padding: 0 10px;
        gap: 15px 10px;
        justify-content: center;
    }

    .features .custom-row .custom-col {
        min-width: calc(50% - 5px);
        width: max-content;
        border: 0;
    }

    .features .custom-row .custom-col .single-feature {
        height: 35px;
        justify-content: flex-start;
        gap: 10px;
    }

    .features .custom-row .custom-col .single-feature .part-icon {
        height: 30px;
    }

    .features .custom-row .custom-col .single-feature .part-icon span {
        height: 100%;
        line-height: 40px;
        font-size: 30px;
    }

    .features .custom-row .custom-col .single-feature .part-txt h4 {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 6px;
    }

    .features .custom-row .custom-col .single-feature .part-txt p {
        font-size: 12px;
    }

    .footer .main-footer {
        padding: 60px 0;
    }

    .footer .main-footer .custom-row {
        gap: 30px;
    }

    .footer .main-footer .custom-row .custom-col,
    .footer .main-footer .custom-row .custom-col-2 {
        width: 100%;
    }

    .footer .main-footer .footer-about .footer-logo {
        width: 100px;
        margin-bottom: 20px;
    }

    .footer .main-footer .footer-about p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .footer .main-footer .footer-about ul li {
        margin-bottom: 7px;
    }

    .footer .main-footer .footer-about ul li:last-child {
        margin-bottom: -7px;
    }

    .footer .main-footer .footer-about ul li .icon {
        height: 25px;
    }

    .footer .main-footer .footer-about ul li .icon span {
        font-size: 25px;
        line-height: 25px;
    }

    .footer .main-footer .footer-about ul li .txt>* {
        font-size: 14px;
        line-height: 24px;
    }

    .footer .main-footer .footer-title {
        font-size: 16px;
        padding-bottom: 9px;
        margin-bottom: 25px;
    }

    .footer .main-footer .link-wrap {
        gap: 10px;
    }

    .footer .main-footer .link-wrap .footer-link {
        width: calc(50% - 5px);
    }

    .footer .main-footer .link-wrap .footer-link ul li {
        font-size: 14px;
        line-height: 30px;
    }

    .footer .main-footer .link-wrap .footer-link ul li:last-child {
        margin-bottom: -10px;
    }

    .footer .main-footer .footer-subscribe p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .footer .main-footer .footer-subscribe form {
        margin-bottom: 20px;
    }

    .footer .main-footer .footer-subscribe .btn-box {
        justify-content: center;
    }

    .footer .copyright p {
        text-align: center;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .py-120 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pt-120 {
        padding-top: 60px;
    }

    .pb-120 {
        padding-bottom: 60px;
    }

    .pt-60 {
        padding-top: 30px;
    }

    .pb-60 {
        padding-bottom: 30px;
    }

    .banner.banner-inner::after {
        background-position-x: right;
    }

    .banner.banner-inner .breadcrumb-txt {
        padding: 40px 0;
    }

    .banner.banner-inner .breadcrumb-txt h1 {
        font-size: 24px;
        margin-top: -3px;
        margin-bottom: 16px;
    }

    .banner.banner-inner .breadcrumb-txt ul {
        gap: 10px;
    }

    .banner.banner-inner .breadcrumb-txt ul li {
        font-size: 16px;
    }

    .banner.banner-inner .part-img {
        height: auto;
        margin-right: -12px;
    }

    .banner.banner-inner .part-img img {
        max-width: 100%;
    }

    .about-page-title {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        margin-top: -7px;
        margin-bottom: 22px;
    }

    .about .main-img {
        margin-bottom: 30px;
    }

    .about .why-choose .part-txt .part-title {
        text-align: center;
        font-size: 18px;
        margin-top: -2px;
        margin-bottom: 17px;
    }

    .about .why-choose .accordion .accordion-item .accordion-header .accordion-button {
        height: auto;
        padding: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .about .why-choose .accordion .accordion-item .accordion-header .accordion-button span {
        font-size: 16px;
        margin-left: 10px;
    }

    .about .why-choose .accordion .accordion-item .accordion-body {
        padding: 15px;
    }

    .about .why-choose .accordion .accordion-item .accordion-body p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -7px;
    }

    .about .why-choose .video-area {
        padding: 60px 0;
    }

    .team .single-card .part-img::after {
        display: none;
    }

    .team .single-card .part-txt {
        padding: 20px 0;
    }

    .team .single-card .part-txt h3 {
        font-size: 14px;
        font-weight: 500;
        margin-top: -1px;
        margin-bottom: 11px;
    }

    .team .single-card .part-txt p {
        font-size: 14px;
        margin-bottom: -2px;
    }

    .team .single-card .social {
        display: none;
    }

    .shop-wrap .shop-top-bar .top-bar-right {
        gap: 10px;
        justify-content: center;
    }

    .shop-wrap .shop-top-bar .top-bar-right .nice-select {
        width: calc(50% - 5px);
        padding-left: 10px;
        padding-right: 10px;
        height: 35px;
        line-height: 33px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .nice-select::after {
        display: none;
    }

    .shop-wrap .shop-top-bar .top-bar-right .nice-select .list {
        min-width: 100%;
    }

    .shop-wrap .shop-top-bar .top-bar-right .show-wrap {
        width: calc(50% - 5px);
        padding-left: 10px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .show-wrap span {
        line-height: 31px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .show-wrap .nice-select {
        height: 33px;
        line-height: 31px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .view-wrap button {
        width: 20px;
        height: 30px;
        font-size: 20px;
        line-height: 39px;
    }

    .shop-wrap .shop-top-bar .top-bar-right .top-pagination input {
        width: 30px !important;
        height: 30px;
    }

    .shop-wrap .pagination {
        padding-top: 15px;
    }

    .shop-wrap .shop-sidebar {
        max-width: 320px;
        margin: auto;
    }

    .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-img {
        width: 80px;
    }

    .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt {
        width: calc(100% - 95px);
    }

    .shop-wrap .shop-sidebar .sidebar-box .new-arrival-slider li .part-txt .title {
        font-size: 14px;
        line-height: 24px;
    }

    .shop-wrap .shop-sidebar .sidebar-new-arrival {
        height: 200px;
        overflow: hidden;
    }

    .register .login-area {
        margin-bottom: 30px;
    }

    .register .login-area,
    .register .author-area {
        text-align: center;
    }

    .register .login-area h2,
    .register .author-area h2 {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 11px;
    }

    .register .login-area p,
    .register .author-area p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .register .login-area .login-form input:not([type=checkbox]),
    .register .author-area .login-form input:not([type=checkbox]) {
        height: 35px;
        padding: 0 20px;
        font-size: 14px;
        margin-bottom: 15px;
    }

    .register .login-area .login-form .form-check,
    .register .author-area .login-form .form-check {
        margin-bottom: 15px;
    }

    .register .login-area .login-form .def-btn,
    .register .author-area .login-form .def-btn {
        height: 35px;
        line-height: 35px;
    }

    .register .login-area .login-form .def-btn.btn-border,
    .register .author-area .login-form .def-btn.btn-border {
        line-height: 33px;
    }

    .register .login-area .devider,
    .register .author-area .devider {
        font-size: 16px;
        padding: 15px 0;
        margin-top: -4px;
    }

    .register .login-area .social-login-box,
    .register .author-area .social-login-box {
        gap: 15px;
    }

    .register .login-area .social-login-box .def-btn,
    .register .author-area .social-login-box .def-btn {
        height: 35px;
        line-height: 35px;
    }

    .register .login-area .social-login-box .def-btn.btn-border,
    .register .author-area .social-login-box .def-btn.btn-border {
        line-height: 33px;
    }

    .faq .accordion {
        margin-bottom: -20px;
    }

    .faq .accordion .accordion-item {
        margin-bottom: 20px;
    }

    .faq .accordion .accordion-item .accordion-button {
        height: max-content;
        padding: 10px 15px;
        font-size: 14px;
    }

    .faq .accordion .accordion-item .accordion-button .txt {
        width: calc(100% - 30px);
    }

    .faq .accordion .accordion-item .accordion-button .icon {
        width: 25px;
        height: 25px;
        line-height: 27px;
    }

    .faq .accordion .accordion-item .accordion-body {
        padding: 0 15px 15px 15px;
    }

    .faq .accordion .accordion-item .accordion-body p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -7px;
    }

    .contact .title {
        font-size: 20px;
        margin-top: -2px;
        margin-bottom: 22px;
    }

    .contact .contact-info {
        margin-bottom: 30px;
    }

    .contact .contact-info ul li {
        gap: 15px;
        margin-bottom: 25px;
    }

    .contact .contact-info ul li .part-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .contact .contact-info ul li .part-txt {
        width: calc(100% - 50px);
    }

    .contact .contact-info ul li .part-txt a,
    .contact .contact-info ul li .part-txt span {
        font-size: 14px;
        line-height: 24px;
    }

    .contact .contact-form input {
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    .contact .contact-form textarea {
        padding: 10px 15px;
        font-size: 14px;
    }

    .contact .contact-form .def-btn {
        height: 40px;
    }

    .contact .contact-form .def-btn.btn-border {
        line-height: 38px;
    }

    .contact .map iframe {
        height: 250px;
    }

    .product-view-area {
        padding-bottom: 60px;
    }

    .product-view-area .part-img {
        margin-bottom: 30px;
    }

    .product-view-area .part-img .img-box {
        margin-bottom: 20px;
    }

    .product-view-area .part-img .img-box .quick-view {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 25px;
    }

    .product-view-area .part-img .btn-box {
        gap: 10px;
    }

    .product-view-area .part-img .btn-box .small-thumb {
        width: calc(25% - 7.5px);
    }

    .product-view-area .part-txt .main-product-title {
        font-size: 16px;
        margin-top: -3px;
        margin-bottom: 15px;
    }

    .product-view-area .part-txt .review {
        gap: 10px;
    }

    .product-view-area .part-txt .review .star {
        font-size: 14px;
        gap: 5px;
    }

    .product-view-area .part-txt .review .rating-amount {
        font-size: 14px;
    }

    .product-view-area .part-txt .price {
        margin-bottom: 19px;
    }

    .product-view-area .part-txt .short-details {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 13px;
    }

    .product-view-area .part-txt .dscr {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .product-view-area .part-txt form label {
        display: block;
        font-size: 14px;
        font-weight: 500;
        margin-top: -2px;
        margin-bottom: 8px;
    }

    .product-view-area .part-txt form .select {
        padding: 0 10px;
        font-size: 13px;
    }

    .product-view-area .part-txt form .select.color-select {
        padding-left: 30px;
    }

    .product-view-area .part-txt form .select.color-select .selected-circle {
        left: 10px;
    }

    .product-view-area .part-txt .btn-box {
        gap: 10px;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .product-view-area .part-txt .btn-box button {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .product-view-area .part-txt .btn-box button span {
        margin-right: 5px;
    }

    .product-view-area .part-txt .product-share {
        font-size: 14px;
        gap: 20px;
        margin-bottom: 0;
    }

    .product-view-area .part-txt .product-share .social {
        gap: 15px;
    }

    .shop-details .details-area .nav {
        justify-content: center;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

    .shop-details .details-area .nav-link {
        font-size: 14px;
        padding: 3px 15px 2px;
    }

    .shop-details .details-area .nav-link::after {
        top: calc(100% + 5px);
    }

    .shop-details .details-area .tab-pane {
        overflow: hidden;
    }

    .shop-details .details-area .tab-pane .product-dscr {
        margin-bottom: -14px;
    }

    .shop-details .details-area .tab-pane .product-dscr p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 7px;
    }

    .shop-details .details-area .tab-pane .product-dscr p:first-child {
        margin-top: -7px;
    }

    .shop-details .details-area .tab-pane .product-dscr p:last-child {
        margin-bottom: 7px;
    }

    .shop-details .details-area .tab-pane .product-dscr .part-img {
        padding-bottom: 13px;
    }

    .shop-details .details-area .tab-pane .product-information ul {
        margin-top: -12px;
        margin-bottom: -13px;
    }

    .shop-details .details-area .tab-pane .product-information ul li {
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .shop-details .details-area .tab-pane .product-information ul li:nth-last-child(n+2) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .shop-details .details-area .tab-pane .product-review .review-overview {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 20px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .left h2 {
        font-size: 30px;
        margin-top: -3px;
        margin-bottom: 13px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .left p {
        font-size: 14px;
        margin-bottom: -2px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .right ul li {
        gap: 10px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .stars {
        gap: 3px;
        font-size: 12px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .progress {
        width: 150px;
    }

    .shop-details .details-area .tab-pane .product-review .review-overview .right ul li .percentage {
        font-size: 12px;
    }

    .shop-details .details-area .tab-pane .product-review .review-title {
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .shop-details .details-area .tab-pane .product-review .review-title h3 {
        font-size: 16px;
        line-height: 35px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review {
        flex-direction: column;
        gap: 15px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user {
        width: 100%;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .part-img {
        width: 45px;
        height: 45px;
        margin-bottom: 13px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .user .txt span.name {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area {
        width: 100%;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area p {
        margin-bottom: 8px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap {
        flex-direction: column;
        gap: 15px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery {
        gap: 5px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .img-gallery .client-img {
        width: 45px;
        height: 45px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel {
        max-width: 100%;
        height: auto;
        padding-top: 20px;
        margin-top: 10px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel img {
        max-width: 100%;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .gallery-wrap .view-panel .clt-view-panel-close {
        top: 3px;
        right: 3px;
        font-size: 16px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction {
        font-size: 14px;
        gap: 10px;
    }

    .shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction span {
        font-size: 12px;
    }

    .product-quick-view-panel-2 {
        padding-bottom: 50px;
    }

    .product-quick-view-panel-2 .notification {
        padding: 15px 0;
    }

    .product-quick-view-panel-2 .notification p {
        padding: 10px 20px;
        font-size: 16px;
    }

    .product-quick-view-panel-2 .notification p span {
        font-size: 20px;
        margin-right: 15px;
    }

    .blog-details .part-txt {
        margin-bottom: 20px;
    }

    .blog-details .part-txt .title-box .blog-info {
        gap: 15px;
        margin-top: -1px;
        margin-bottom: 11px;
    }

    .blog-details .part-txt .title-box .blog-info li {
        font-size: 14px;
    }

    .blog-details .part-txt .title-box .blog-title {
        font-size: 18px;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 17px;
    }

    .blog-details .part-txt p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .blog-details .part-txt p:last-child {
        margin-bottom: -7px;
    }

    .blog-details .part-txt .secondary-title {
        font-size: 16px;
        line-height: 26px;
        padding-top: 19px;
        margin-bottom: 12px;
    }

    .blog-details .secondary-img {
        margin-bottom: 20px;
    }

    .blog-details .admin-words {
        padding: 25px 20px;
        margin-bottom: 30px;
    }

    .blog-details .admin-words p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 13px;
    }

    .blog-details .admin-words .admin h6 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .blog-details .comment-area .title {
        font-size: 16px;
        padding-bottom: 9px;
        margin-top: -2px;
        margin-bottom: 20px;
    }

    .blog-details .comment-area .comments {
        margin-bottom: 30px;
    }

    .blog-details .comment-area .comments .single-comment {
        flex-direction: column;
        gap: 15px;
        margin-bottom: 25px;
    }

    .blog-details .comment-area .comments .single-comment.reply {
        margin-left: 40px;
    }

    .blog-details .comment-area .comments .single-comment .part-img {
        width: 60px;
    }

    .blog-details .comment-area .comments .single-comment .txt-box {
        width: 100%;
    }

    .blog-details .comment-area .comments .single-comment .txt-box h4 {
        font-size: 14px;
    }

    .blog-details .comment-area .comments .single-comment .txt-box span {
        font-size: 12px;
        margin-bottom: 18px;
    }

    .blog-details .comment-area .comments .single-comment .txt-box p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: -7px;
    }

    .blog-details .comment-area .comment-form input {
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    .blog-details .comment-area .comment-form textarea {
        height: 120px;
        padding: 10px 15px;
        font-size: 14px;
        margin-bottom: -7px;
    }

    .blog-details .blog-sidebar {
        padding-top: 30px;
        max-width: 320px;
        margin: auto;
    }

    .blog-details .blog-sidebar .searchbox {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .searchbox input {
        width: calc(100% - 40px);
        height: 40px;
        padding: 0 15px;
        font-size: 14px;
    }

    .blog-details .blog-sidebar .searchbox button {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .blog-details .blog-sidebar .sidebar-title {
        font-size: 16px;
        padding-bottom: 9px;
        margin-top: -1px;
        margin-bottom: 15px;
    }

    .blog-details .blog-sidebar .recent-post {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .recent-post ul li a .part-img {
        width: 70px;
        height: 70px;
    }

    .blog-details .blog-sidebar .recent-post ul li a .txt-box {
        width: calc(100% - 85px);
    }

    .blog-details .blog-sidebar .recent-post ul li a .txt-box .title {
        font-size: 14px;
        line-height: 20px;
        margin-top: -4px;
        margin-bottom: 8px;
    }

    .blog-details .blog-sidebar .recent-post ul li a .txt-box .date {
        font-size: 14px;
        margin-bottom: -2px;
    }

    .blog-details .blog-sidebar .categories {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .categories ul li {
        margin-bottom: 0;
    }

    .blog-details .blog-sidebar .categories ul li:first-child {
        margin-top: -12px;
    }

    .blog-details .blog-sidebar .categories ul li a {
        font-size: 14px;
    }

    .blog-details .blog-sidebar .image-slider {
        margin-bottom: 20px;
    }

    .blog-details .blog-sidebar .tags .btn-box {
        gap: 5px;
    }

    .blog-details .blog-sidebar .tags .btn-box a {
        height: 30px;
        line-height: 28px;
        padding: 0 10px;
        font-size: 14px;
    }

    .revel-table {
        margin-bottom: 30px;
    }

    .revel-table .table-responsive .table {
        width: max-content;
    }

    .revel-table .table-responsive th {
        padding: 7.5px 15px;
        font-size: 14px;
        font-weight: 600;
    }

    .revel-table .table-responsive tr:first-child td {
        padding-top: 15px;
    }

    .revel-table .table-responsive tr:last-child td {
        padding-bottom: 15px;
    }

    .revel-table .table-responsive tr td {
        padding: 7.5px 15px;
        width: max-content;
    }

    .revel-table .table-responsive .product-img {
        width: 70px;
    }

    .revel-table .table-responsive .product-name {
        font-size: 14px;
    }

    .revel-table .table-responsive .price-txt {
        font-size: 14px;
    }

    .revel-table .table-responsive .quantity {
        width: 150px;
    }

    .revel-table .table-responsive .quantity .quantity-nav .quantity-button {
        width: 40px;
    }

    .compare .table {
        min-width: max-content;
    }

    .compare .table th,
    .compare .table td {
        width: auto;
        height: 40px;
        padding: 10px 15px;
    }

    .compare .table .product-card {
        padding: 10px 0;
    }

    .compare .table .product-card .part-img {
        width: 80px;
        margin-bottom: 20px;
    }

    .compare .table .product-card .part-txt {
        margin-bottom: -2px;
    }

    .compare .table .product-card .part-txt p {
        margin-top: -2px;
    }

    .compare .table .product-card .part-txt p a {
        font-size: 14px;
    }

    .compare .table .def-btn {
        height: 30px;
        line-height: 30px;
        text-transform: capitalize;
    }

    .compare .table .delete-btn {
        font-size: 16px;
    }

    .tab-section .tab-nav {
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 30px;
    }

    .tab-section .tab-nav .single-nav {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
        overflow: hidden;
    }

    .tab-section .tab-nav .single-nav::before,
    .tab-section .tab-nav .single-nav::after {
        left: 10px;
        width: calc(100% - 21px);
        height: 50%;
    }

    .tab-section .tab-nav .single-nav::before {
        top: 0;
    }

    .tab-section .tab-nav .single-nav::after {
        bottom: 0;
    }

    .tab-section .tab-nav .single-nav .sl-no {
        display: none;
    }

    .tab-section .tab-contents .btn-box {
        margin-bottom: 30px;
    }

    .tab-section .tab-contents .btn-box .def-btn {
        text-transform: capitalize;
    }

    .tab-section .tab-contents .cart-total-panel .title {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }

    .tab-section .tab-contents .cart-total-panel .sub-title {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body {
        padding: 20px 15px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .shipping-mode {
        margin-bottom: 20px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .shipping-mode .form-check:first-child {
        margin-bottom: 10px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area {
        width: 100%;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul {
        margin-top: -2px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li:nth-child(2) {
        margin-bottom: 18px;
    }

    .tab-section .tab-contents .cart-total-panel .panel-body .calculate-area ul li.total-price-wrap {
        padding-top: 18px;
        margin-bottom: 18px;
    }

    .tab-section .tab-contents .tab-next-btn {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
    }

    .tab-section .tab-contents .tab-next-btn i {
        font-size: 16px;
    }

    .tab-section .tab-contents .billing-details {
        margin-bottom: 30px;
    }

    .tab-section .tab-contents .billing-details .title {
        font-size: 16px;
        margin-top: -1px;
        margin-bottom: 17px;
    }

    .tab-section .tab-contents .billing-details .form-row {
        gap: 15px;
    }

    .tab-section .tab-contents .billing-details .form-row .form-col-5 {
        width: 100%;
    }

    .tab-section .tab-contents .billing-details .form-row .form-control {
        height: 40px;
        line-height: 38px;
        padding: 0 15px;
    }

    .tab-section .tab-contents .billing-details .form-row .form-control.textarea {
        height: 120px;
        padding: 5px 15px;
    }

    .tab-section .tab-contents .billing-details .form-row .check-wrap {
        flex-direction: column;
        gap: 10px;
    }

    .tab-section .tab-contents .billing-details .form-row .check-wrap .form-check {
        height: 20px;
        margin-bottom: -4px;
    }

    .tab-section .tab-contents .billing-details .form-row .check-wrap .form-check .form-check-label {
        height: 20px;
        line-height: 20px;
    }

    .tab-section .tab-contents .payment-method .total-clone {
        padding: 20px;
    }

    .tab-section .tab-contents .payment-method .total-clone ul {
        margin-top: -2px;
    }

    .tab-section .tab-contents .payment-method .total-clone ul li {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .tab-section .tab-contents .payment-method .total-clone ul li:nth-child(2) {
        margin-bottom: 18px;
    }

    .tab-section .tab-contents .payment-method .total-clone ul li.total-price-wrap {
        padding-top: 18px;
        margin-bottom: -1px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header {
        padding: 10px 15px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .form-check {
        margin-top: 3px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap .type {
        font-size: 14px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .icon {
        width: 30px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body {
        padding: 15px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body label {
        font-size: 12px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body input {
        height: 35px;
        padding: 0 15px;
    }

    .tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-body .def-btn {
        height: 35px;
        line-height: 35px;
    }

    .tab-section .tab-contents .check-icon {
        margin-bottom: 20px;
    }

    .tab-section .tab-contents .checkmark {
        width: 80px;
        height: 80px;
    }

    .tab-section .tab-contents .order-complete-msg h2 {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: -3px;
    }

    .tab-section .form-check {
        gap: 5px;
    }

    .tab-section .form-check .form-check-input {
        width: 20px;
        height: 20px;
    }

    .tab-section .form-check .sub-input {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
    }

    .tab-section .form-check .form-check-label {
        font-size: 12px;
        line-height: 22px;
    }

    .account .account-sidebar {
        margin-bottom: 30px;
    }

    .account .account-sidebar .user {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    .account .account-sidebar .user .part-img {
        width: 70px;
        height: 70px;
        margin-bottom: 15px;
    }

    .account .account-sidebar .user .part-txt h3 {
        font-size: 16px;
        margin-top: -1px;
    }

    .account .account-sidebar .nav {
        flex-direction: row !important;
        justify-content: center;
        gap: 5px;
        padding-bottom: 25px;
    }

    .account .account-sidebar .nav .nav-link {
        padding: 0;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #222222;
        border-radius: 50%;
    }

    .account .account-sidebar .nav .nav-link::after {
        display: none;
    }

    .account .account-sidebar .nav .nav-link.active {
        background: #999;
        background: #F9E3D9;
    }

    .account .account-sidebar .nav .nav-link:last-child {
        color: red;
    }

    .account .account-sidebar .nav .nav-link .icon {
        font-size: 18px;
        margin: 0;
        transition: 0.3s;
    }

    .account .account-sidebar .nav .nav-link .txt {
        display: none;
    }

    .account .account-title {
        font-size: 16px;
        margin-top: -1px;
        margin-bottom: 17px;
    }

    .account .table-wrap .table-top {
        padding: 15px;
        flex-direction: column;
    }

    .account .table-wrap .table-top .title {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 13px;
    }

    .account .table-wrap .table-top .search-box {
        width: 100%;
        padding: 0 10px;
    }

    .account .table-wrap .table-top .search-box input {
        width: calc(100% - 21px);
    }

    .account .table-wrap .table th,
    .account .table-wrap .table td {
        padding: 15px;
        font-size: 14px;
    }

    .account .table-wrap .table .status {
        width: 70px;
        height: 35px;
        line-height: 35px;
    }

    .account .table-wrap .table-bottom {
        padding: 20px 15px;
        flex-direction: column;
    }

    .account .table-wrap .table-bottom .part-txt p {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 13px;
    }

    .account .table-wrap .table-bottom .pagination button {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .account .conversation-panel .chat-col {
        order: 2;
    }

    .account .conversation-panel .chat-area {
        padding: 15px;
        border: 0;
    }

    .account .conversation-panel .chat-area .single-msg {
        max-width: calc(100% - 40px);
        gap: 10px;
        margin-bottom: 15px;
    }

    .account .conversation-panel .chat-area .single-msg .part-img .img {
        width: 40px;
        height: 40px;
        margin-bottom: 9px;
    }

    .account .conversation-panel .chat-area .single-msg .part-img span {
        font-size: 12px;
        margin-bottom: -2px;
    }

    .account .conversation-panel .chat-area .single-msg .part-txt {
        padding: 8px 15px 6px;
    }

    .account .conversation-panel .chat-area .single-msg .part-txt span {
        font-size: 14px;
        line-height: 22px;
    }

    .account .conversation-panel .info-area .chat-between {
        padding: 20px;
    }

    .account .conversation-panel .info-area .chat-between .part-img {
        margin-bottom: 15px;
    }

    .account .conversation-panel .info-area .chat-between .part-img .img {
        width: 40px;
        height: 40px;
    }

    .account .conversation-panel .info-area .chat-between .part-img .img:first-child {
        margin-right: -10px;
    }

    .account .conversation-panel .info-area .chat-between .part-txt span {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: -2px;
    }

    .account .conversation-panel .info-area .action {
        padding: 20px;
    }

    .account .conversation-panel .info-area .action li {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .account .conversation-panel .info-area .action li button span {
        width: 16px;
        font-size: 16px;
    }

    .account .conversation-panel .info-area .title {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: 18px;
    }

    .account .total-balance {
        padding: 15px;
    }

    .account .total-balance .top h4 {
        font-size: 14px;
        font-weight: 500;
    }

    .account .total-balance .top .tags {
        gap: 5px;
    }

    .account .total-balance .top .tags .tag {
        height: 20px;
        line-height: 22px;
        font-size: 12px;
        padding: 0 5px;
    }

    .account .total-balance .middle {
        padding: 25px 0;
    }

    .account .total-balance .middle h3 {
        font-size: 20px;
        margin-bottom: -3px;
    }

    .account .total-balance .btn-box {
        gap: 10px;
    }

    .account .total-balance .btn-box .def-btn {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
    }

    .account .profile-panel {
        padding: 25px 20px;
    }

    .account .profile-panel .profile-top {
        flex-direction: column;
        margin-bottom: 25px;
    }

    .account .profile-panel .profile-top .user .part-img {
        width: 80px;
        height: 80px;
    }

    .account .profile-panel .profile-top .user .part-txt span {
        font-size: 14px;
        margin-top: -1px;
        margin-bottom: -2px;
    }

    .account .profile-panel .btn-box {
        gap: 10px;
    }

    .account .profile-panel .btn-box .def-btn {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
    }

    .account .profile-panel form input,
    .account .profile-panel form .select {
        height: 40px;
        line-height: 38px;
        padding: 0 15px;
    }
}

/* User Activity */

.user-activity-title {
    display: block;
    font-size: 16px;
    line-height: 100%;
    margin-top: -1px;
    margin-bottom: 13px;
}

.user-activity-details {
    display: block;
    font-size: 14px;
    color: #a1a1a1;
    margin-bottom: 5px;
}

.user-activity-date {
    display: block;
    font-size: 12px;
    color: #a1a1a1;
    margin-bottom: -5px;
}

.user-activity-time {
    font-size: 14px;
    line-height: 100%;
    padding-left: 10px;
}

.user-activity ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #dfdfdf;
    margin-bottom: 30px;
    z-index: 2;
}

.user-activity ul li:last-child {
    margin-bottom: 0;
}

.user-activity ul li:last-child .left::before {
    display: none;
}

.user-activity ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px dashed rgba(223, 223, 223, 0.15);
    z-index: -1;
}

.user-activity ul li .left {
    background: #fff;
    width: 322px;
    padding-right: 15px;
    padding-left: 20px;
    position: relative;
}

.user-activity ul li .left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(100% + 30px);
}

.user-activity ul li .left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    background: #999;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.user-activity ul li .left::before {
    background: #999;
}

.user-activity ul li .left::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: calc(100% + 30px);
}

.user-activity ul li::after {
    border-color: rgba(0, 0, 0, 0.15);
}

.user-activity ul li .right {
    background: #fff;
    position: absolute;
    top: -12px;
    right: 0;
}

.user-activity-date {
    color: #797979;
}

.user-activity.approved ul li .left::before,
.user-activity.approved ul li .left::after {
    background: green;
}

/*# sourceMappingURL=style.css.map */

/* Spinner */
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #999;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

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

/* extra css */
@media screen and (max-width:768px) {
    .product-card-list .quantity-wrap {
        width: 100%;
    }
}

.product-card-list .part-top,
.product-card-list .part-brand {
    display: none !important;
}

.product-card-list .quantity-wrap {
    order: 3;
    margin-top: 0 !important;
}

.part-txt .part-top,
.part-txt .part-brand {
    display: none !important;
}

.product-card-list .part-txt .part-top {
    display: flex !important;
}

.product-card-list .part-txt .part-brand {
    display: block !important;
    order: 0;
}

.text-sm {
    font-size: 14px;
}

.auth-wrapper .auth-box {
    box-shadow: 1px 0 20px rgba(0, 0, 0, .08);
    margin: 10% 0;
    max-width: 500px;
    width: 90%;
}

.part-brand img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 50%;
    padding: 2px;
}

.part-txt .star {
    display: none !important;
}

.product-card-list .part-txt .star {
    display: block !important;
}

.part-img .img-thumbnail {
    height: 250px;
}

.disabled {
    pointer-events: none;
}

span.pending,
span.processing,
span.completed,
span.canceled,
span.shipped {
    background: #ff00001a;
    padding: 0 8px;
    color: #ff00005e;
}

.span.completed {
    width: 100%;
    background: #dcf9f6;
    color: #2cada5;
}

.panel.panel-invoice {
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
    padding: 32px;
}

span.selection {
    width: 100%;
}

.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    justify-content: right !important;
}

.dashboard-top-box {
    color: #797979 !important;
}

.dashboard-top-box {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: black
}

.panel-bg {
    background: #fff;
}
button.mobile-filter-trigger {
    font-size: 14px;
    color: #888;
    border: 1px solid #ddd;
    padding: 2px 10px;
    border-radius: 16px;
}

/* User Dashbaord  */
.dashboard-top-box .left h3 {
    font-size: 14px;
    font-weight: 500;
    margin-top: -2px;
    margin-bottom: 7px;
}
.dashboard-top-box .left p {
    font-size: 12px;
}
.dashboard-top-box .left a {
    color: #797979;
}
.dashboard-top-box .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.dashboard-top-box .right span {
    font-size: 12px;
    font-weight: 600;
    margin-top: -4px;
}
.dashboard-top-box:hover .right .part-icon {
    background: #999;
}
.dashboard-top-box .right .part-icon span {
    font-size: 16px;
    margin: 0;
}
.dashboard-top-box .right .part-icon {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #071739;
}
.dashboard-top-box .left a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    font-size: 12px;
    color: #e4e4e4;
    text-decoration: underline;
    margin-bottom: -3px;
}
.dashboard-filter {
    width: 250px;
    border-radius: 3px;
}
.dashboard-filter,input#dashboardFilter {
    background: #fff;
}
.dashboard-filter .input-group-text {
    background: #999;
    color: #fff;
}
form#search-form button {
    background: #999;
    position: absolute;
    right: 0;
    height: 100%;
    width: 34px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 5px;
    color: #fff;
}

form#search-form {
    position: relative;
}