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;
}
html {
    scroll-behavior: smooth;
}
@media screen and (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1530px;
    }
}
input, select, textarea, button {
    padding: 0;
    border: 0;
    outline: none;
    -webkit-transition: 0.3s;
    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;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
span {
    display: inline-block;
}
ul {
    /* padding: 0; */
    margin: 0;
    list-style: none;
}
img {
    width: 100%;
    height: auto;
}
.def-btn {
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    background: #F7941D;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.def-btn.btn-border {
    border: 1px solid #F7941D;
    line-height: 48px;
}
.def-btn:hover, .def-btn:focus {
    background: #ffffff;
    color: #F7941D;
}
.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 #F7941D;
    color: #F7941D;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.def-btn-2:hover, .def-btn-2:focus {
    background: #F7941D;
    color: #ffffff;
}
.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;
    -webkit-transition: 0.3s;
    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: #2E3192;
    background-color: #F7941D;
}
.py-120 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pt-120 {
    padding-top: 20px;
}
.pb-120 {
    padding-bottom: 10px;
}
.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}
.py-25 {
    padding: 5px 0;
}
.pt-25 {
    padding-top: 25px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.panel {
    /* background: #ffffff; */
    padding: 20px 20px;
}
.panel.panel-2 {
    padding: 8px 6px;
}
.panel.panel-3 {
    padding: 0;
}
.panel.panel-shadow {
    -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
}
.panel .panel-header {
    position: relative;
    margin-bottom: 10px;
}
/*.panel .panel-header:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 70px;*/
/*    height: 3px;*/
/*    background: #F7941D;*/
/*}*/
.panel .panel-header .title {
    font-size: 25px;
    line-height: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #292929;
    margin-top: -6px;
    margin-bottom: -22px;
}
.panel .panel-header .explore-section {
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
    color: #F7941D;
}
.panel .nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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 {
color: #ffffff;
    background-color: #F7941D;
    padding: 10px;
    margin: 5px;
    border-radius: 5px;
    font-weight: bold;
}

.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;
}
.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: 12px;
    position: relative;
}
.heading h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90px;
    height: 3px;
    background: #F7941D;
}
.nice-select::after {
    width: 8px;
    height: 8px;
    border-width: 1px;
    border-color: #222222;
}
.text-success {
    color: #1bad1b !important;
}
.month-picker {
    display: inline-block;
    position: absolute;
    z-index: 9999;
    background: #f7f7f7;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    width: -webkit-max-content;
    width: -moz-max-content;
    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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.month-picker-year-table .ui-button .ui-icon:hover {
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    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: #F7941D;
}
.month-picker-month-table td .ui-button:hover {
    color: #F7941D;
}
.apexcharts-tooltip-z-group {
    display: none;
}
.header-cart-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 400px;
    background: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    z-index: 999;
}
.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%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.header-cart-wrap.active .cart-list {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.header-cart-wrap .cart-list {
    background: #ffffff;
    width: 400px;
    height: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow: scroll;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.header-cart-wrap .cart-list .title {
    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;
    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: #F7941D;
    border: 1px solid #F7941D;
    border-radius: 5px;
    padding: 0;
    color: #ffffff;
    font-size: 18px;
}
.header-cart-wrap .cart-list .title button:hover {
    background: #ffffff;
    color: #F7941D;
}
.header-cart-wrap .cart-list ul {
    padding: 25px;
    border-bottom: 1px dashed #ddd;
}
.header-cart-wrap .cart-list 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;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    line-height: 100%;
}
.header-cart-wrap .cart-list ul li button:hover {
    color: #F7941D;
}
.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: #F7941D;
}
.header-cart-wrap .cart-list .btn-box {
    padding: 25px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: #F7941D;
    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: #F7941D;
}
.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;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
    -webkit-animation: slideDown 0.3s linear;
    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);
    -webkit-box-shadow: 0px 5px 30px 0px 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 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.header.header-inner .bottom-header .category-list-2 .category-item.has-sub .arrow {
    float: right;
    -webkit-transform: translateY(-185%) rotate(45deg);
    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: #F7941D;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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: #F7941D;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: #F7941D;
}
.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: #F7941D;
}
.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: -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;
}
.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: #F7941D;
}
.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: #F7941D;
}
.header.header-inner .bottom-header .navbar .nav-item.dropdown .dropdown-menu {
    display: block;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 250px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.1);
    -webkit-transition: all 0.3s ease-in;
    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;
    -webkit-transition: all 0.3s ease-in;
    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: #F7941D;
    color: #ffffff;
}
.nav-item li.active{
    background: #F7941D;
    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: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: #F7941D;
    padding: 7px 0;
}
.header .top-header .top-header-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.header .top-header .top-header-link > * {
    font-size: 14px;
    line-height: 100%;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 > * .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;
    -webkit-transform: rotate(0) translateY(-25%);
    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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    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: -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: center;
    -ms-flex-pack: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in;
    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: #F7941D;
}
.header .bottom-header {
    padding: 35px 0;
}
.header .bottom-header .logo {
    width: 146px;
}
.header .bottom-header .header-search form {
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header .bottom-header .header-search form .wrap {
    width: calc(100% - 55px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    -webkit-transform: rotate(0) translateY(-42%);
    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: #F7941D;
    border: 1px solid #F7941D;
    color: #ffffff;
    font-size: 25px;
}
.header .bottom-header .header-search form button:hover {
    background: transparent;
    color: #F7941D;
}
.header .bottom-header .bottom-header-right {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    gap: 30px;
}
.header .bottom-header .bottom-header-right .live-chat {
    gap: 10px;
}
.header .bottom-header .bottom-header-right .header-cart-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.header .bottom-header .bottom-header-right .header-cart-options a {
    font-size: 22px;
    position: relative;
}
.header .bottom-header .bottom-header-right .header-cart-options a:hover {
    color: #222222;
}
.header .bottom-header .bottom-header-right .header-cart-options a .quantity {
    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 {
    background: #F7941D;
}
.header .menu-bar {
    background: #ffffff;
    height: 50px;
    padding: 5px;
}
.header .menu-bar.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
    -webkit-animation: slideDown 0.3s linear;
    animation: slideDown 0.3s linear;
    z-index: 11;
}
.header .menu-bar.navbar-fixed .all-department button {
    display: inline-block;
}
.header .menu-bar .all-department {
    background: #F7941D;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}
.header .menu-bar .all-department button {
    display: none;
    font-size: 20px;
    color: #ffffff;
}
.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: #F7941D;
}
.header .menu-bar .navbar .nav-item .nav-link button.active {
   color: #2E3192;
    background-color: #2E3192;
}
.header .menu-bar .navbar .nav-item.dropdown .dropdown-menu {
    display: block;
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 250px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.1);
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
}
.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;
    -webkit-transition: all 0.3s ease-in;
    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: #F7941D;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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: #F7941D;
}
@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.15);
    z-index: 111;
}
.mobile-menu .mobile-nav .center{
    position: fixed;
    top: 280px;
    /*left: 0;*/
    right: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.15);
    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;
    -webkit-box-shadow: 0px 5px 25px 5px rgba(233, 184, 8, 0.4);
    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;
    -webkit-box-shadow: 0px 5px 25px 5px rgba(233, 184, 8, 0.4);
    box-shadow: 0px 5px 25px 5px rgba(233, 184, 8, 0.4);
}
.mobile-menu .mobile-menu-close-btn {
    position: absolute;
    bottom: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 12px;
    color: #ffffff;
    background: #F7941D;
    -webkit-box-shadow: 0px 5px 25px 5px rgba(254, 85, 2, 0.4);
    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);
    -webkit-transition: all 0.2s ease-in;
    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 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.mobile-menu .mobile-category-list .category-nav {
    min-width: 280px;
    height: 100%;
    padding: 20px;
    background: #ffffff;
    overflow: scroll;
    margin: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.2s ease-in;
    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;
    -webkit-transition: 0.3s;
    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: #F7941D;
}
.mobile-menu .mobile-category-list .category-nav .category-item a {
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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: #F7941D;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: #F7941D;
}
.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);
    -webkit-transition: all 0.2s ease-in;
    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 {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.mobile-menu .m-main-menu.active .menu-bar {
    -webkit-transform: translate(0);
    transform: translate(0);
}
.mobile-menu .m-main-menu .mobile-menu-close-btn {
    bottom: auto;
    top: 25px;
    left: 235px;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
}
.mobile-menu .m-main-menu .menu-bar {
    width: 250px;
    height: 100%;
    background: #ffffff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    overflow: scroll;
    -webkit-transition: all 0.2s ease-in;
    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;
    -webkit-transform: translate(0) !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: -webkit-box;
    display: -ms-flexbox;
    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: #379924;
    color: #ffffff;
    /*-webkit-transform: translateY(-15px);*/
    /*transform: translateY(-15px);*/
    /*-webkit-box-shadow: 0px 5px 25px 5px rgba(254, 85, 2, 0.4);*/
    /*box-shadow: 0px 5px 25px 5px rgba(254, 85, 2, 0.4);*/
}
.banner {
    padding-bottom: 5px;
}
.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 {
    -webkit-animation: 1s slideDown 1s ease-in;
    animation: 1s slideDown 1s ease-in;
}
.banner.banner-2 .banner-slider .slide.slick-active .part-txt h1 {
    -webkit-animation: 1s slideDown2 1s ease-in;
    animation: 1s slideDown2 1s ease-in;
}
.banner.banner-2 .banner-slider .slide.slick-active .part-txt .price {
    -webkit-animation: 1s slideUp 1s ease-in;
    animation: 1s slideUp 1s ease-in;
}
.banner.banner-2 .banner-slider .slide.slick-active .part-txt .def-btn-3 {
    -webkit-animation: 1s slideUp2 1s ease-in;
    animation: 1s slideUp2 1s ease-in;
}
@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slideUp2 {
    0% {
        -webkit-transform: translateY(150%);
        transform: translateY(150%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideUp2 {
    0% {
        -webkit-transform: translateY(150%);
        transform: translateY(150%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes slideDown2 {
    0% {
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideDown2 {
    0% {
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }
    100% {
        -webkit-transform: translateY(0);
        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;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition-delay: 1s;
    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;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    -webkit-transition-delay: 2s;
    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;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    -webkit-transition-delay: 2s;
    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;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ffffff;
}
.banner.banner-2 .banner-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    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-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: #F7941D;
}
.banner.banner-inner .part-img {
    height: 238px;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: -50px;
}
.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;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(34, 34, 34, 0.1);
    z-index: 11;
}
.banner .category-list .category-item {
    padding-right: 25px;
    margin-bottom: 20px;
}
.banner .category-list .category-item.has-sub {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.banner .category-list .category-item.has-sub .arrow {
    float: right;
    -webkit-transform: translateY(-185%) rotate(45deg);
    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: #F7941D;
}
.banner .category-list .category-item:last-child {
    margin-bottom: 0;
}
.banner .category-list .category-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #606060;
}
.banner .category-list .category-item a .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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: #F7941D;
}
.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: 1;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: #F7941D;
}
.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: #F7941D;
}
.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: 4px;
    position: relative;
}
/*.banner .slider-area .slide-1 {*/
/*    background: url(../images/slider/main-slider-3-1.jpg) 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/slider/main-slider-3-11.jpg) 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: -webkit-gradient(linear, left top, right top, from(rgba(34, 34, 34, 0.9)), to(transparent));*/
/*    background: linear-gradient(90deg, rgba(34, 34, 34, 0.9), transparent);*/
/*    z-index: -1;*/
/*}*/
/*.banner .slider-area .slide-3 {*/
/*    background: url(../images/slider/blog-s-1-3.jpg) 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: #F7941D;
}
.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: #F7941D;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    font-size: 13px;
    color: #ccc;
    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: #F7941D;
}
.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: #ccc;
    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: #ccc;
}
.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: #F7941D;
    color: #ffffff;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    padding: 3px;
    -webkit-transition: 0.3s;
    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: #F7941D;
    margin-top: -2px;
    margin-bottom: 11px;
}
.top-product .product-card .part-txt .price span {
    font-size: 14px;
    font-weight: 400;
    color: #ccc;
    position: relative;
}
.top-product .product-card .part-txt .price span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ccc;
}
.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: -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;
}
.top-product .product-card .part-img img {
    width: auto;
    max-height: 100%;
}
.top-product .product-card:hover {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(41, 41, 41, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(41, 41, 41, 0.1);
}
.flash-deal {
    padding: 25px 0;
}
.flash-deal .countdown-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
.flash-deal .countdown-wrap .countdown .syotimer__body .syotimer-cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px 20px;
}
.product-custom-row .custom-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20% - 16px);
    flex: 0 0 calc(20% - 16px);
}
.single-product-card {
    background-color: #fff;
    /* border: 1px solid rgba(209, 212, 214, 0.993); */
    border-radius: 10px 10px;
    padding-bottom: 25px;
    position: relative;
    overflow: hidden;
    -webkit-animation: gridView 0.5s ease-in;
    animation: gridView 0.5s ease-in;
}
.single-product-card.product-card-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 0;
    opacity: 1;
    -webkit-animation: listView 0.5s ease-in;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% - 300px);
    text-align: left;
    padding: 0;
}
.single-product-card.product-card-list .part-txt .product-name {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 20px;
    font-weight: 600;
}
.single-product-card.product-card-list .part-txt .dscr {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    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 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 24px;
}
.single-product-card.product-card-list .part-txt .price {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.single-product-card.product-card-list .part-txt .add-to-cart-btn {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    position: sticky;
    visibility: visible;
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 600;
    color: #ffff;
    padding: 0 20px;
    -webkit-transition: 0.3s;
    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: #F7941D;
    border-color: #F7941D;
    color: #ffffff;
}
.single-product-card.product-card-list .cart-option {
    left: 140px;
    top: auto;
    bottom: 30px;
}
.single-product-card .part-img {
    min-height: 100px;
    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: #F7941D;
    border-radius: 50%;
}
.single-product-card .part-txt {
    text-align: center;
    padding-top: 20px;
}
.single-product-card .part-txt > * {
    -webkit-transition: 0.1s;
    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: #F7941D;
}
.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;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #606060;
}
.single-product-card .part-txt .star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-perspective: 300px;
    perspective: 300px;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}
.single-product-card .cart-option ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 30px -5px rgba(34, 34, 34, 0.2);
    box-shadow: 0px 0px 30px -5px rgba(34, 34, 34, 0.2);
    padding: 5px;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: all 0.4s ease-in;
    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: #F7941D;
}
.single-product-card:hover .cart-option ul {
    -webkit-transform: rotateX(0);
    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: -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;
    cursor: url(../images/cursor.png), -webkit-zoom-out;
    cursor: url(../images/cursor.png), zoom-out;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 12;
}
.product-quick-view-panel.active {
    opacity: 1;
    visibility: visible;
}
.product-quick-view-panel.active .img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-quick-view-panel .img {
    max-width: 80%;
    -webkit-transform: scale(0);
    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%;
    -webkit-transform: translate(-50%, -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 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.new-arrival .part-txt .countdown-wrap .countdown .syotimer__body .syotimer-cell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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;
}
@-webkit-keyframes listView {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}
@keyframes listView {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}
@-webkit-keyframes gridView {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}
@keyframes gridView {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}
.popular-categories {
    padding: 25px 0;
}
.popular-categories .custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: #F7941D;
}
.popular-categories-2 {
    padding: 25px 0;
}
.popular-categories-2 .custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid rgba(96, 96, 96, 0.2);
    padding: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.popular-categories-2 .custom-row .custom-col .category-card a .part-icon {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.popular-categories-2 .custom-row .custom-col .category-card a .part-txt {
    width: calc(100% - 65px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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;
    -webkit-transition: 0.3s;
    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;
    -webkit-box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-5px);
    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;
}
.recently-viewed .new-arrival-3 {
    position: relative;
}
.recently-viewed .new-arrival-3 .part-txt {
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
}
.recently-viewed .single-product-card-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    border: 1px solid #ddd;
    padding: 20px;
    -webkit-transition: 0.3s;
    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;
}
.hot-deal-banner {
    padding: 5px 0;
}
.hot-deal-banner .bg {
    background-size: cover;
    padding: 10px 28px;
}
.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: -webkit-box;
    display: -ms-flexbox;
    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%;
    -webkit-transform: translateX(-50%);
    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;
}
.special-offer {
    padding: 3px 0;
}
.special-offer .single-offer {
    min-height: 100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.special-offer .single-offer:hover {
    -webkit-box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 10px 30px -5px rgba(0, 0, 0, 0.3);
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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: #F7941D;
}
.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: #F7941D;
    color: #ffffff;
    padding: 0 25px;
    border: 1px solid #F7941D;
}
.season-sale .season-sale-box .part-txt a.outline {
    background: transparent;
    color: #F7941D;
}
.season-sale .season-sale-box .part-txt a.outline:hover {
    background: #F7941D;
    color: #ffffff;
}
.season-sale .season-sale-box .part-txt a:hover {
    background: transparent;
    color: #F7941D;
}
.season-sale .season-sale-box .part-img {
    min-height: 343px;
}
.best-seller .rg-30 {
    row-gap: 30px;
}
.best-seller .single-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: #F7941D;
}
.best-seller .single-box .part-txt .star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: #F7941D;
    padding: 0 15px;
    border: 1px solid #F7941D;
}
.best-seller .single-box .part-txt .part-btn:hover {
    background: transparent;
    color: #F7941D;
}
.top-rated-n-best-seller .top-rated .top-rated-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    height: 89px;
}
.top-rated-n-best-seller .top-product-card .part-img {
    -webkit-box-shadow: 0px 0px 0px 1px rgba(221, 221, 221, 0.5);
    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: #ccc;
    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;
}
.top-brand .rg-30 {
    row-gap: 30px;
}
.top-brand .logo-box {
    border: 1px solid #ddd;
    height: 80px;
    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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.top-brand .logo-box:hover {
    -webkit-box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, 0.2);
    border-color: transparent;
}
.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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.testimonial .review-slider .review-card .user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.testimonial .review-slider .review-card .star-wrap .star {
    display: -webkit-box;
    display: -ms-flexbox;
    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 {
    -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
    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 #F7941D;
}
.subscribe .bg .form .def-btn {
    height: 60px;
    line-height: 60px;
}
.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;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}
.single-blog.slick-active {
    -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
    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: #F7941D;
}
.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: #ccc;
    border: 1px solid #ccc;
    border-radius: 30px 0 0 0;
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
}
.single-blog .part-txt .continue span {
    display: block;
    margin-top: -10px;
    margin-left: -20px;
    -webkit-transform: rotate(-46deg);
    transform: rotate(-46deg);
}
.single-blog:hover .part-txt .continue {
    background: #F7941D;
    border-color: #F7941D;
    color: #ffffff;
}
.blog-page .single-blog {
    -webkit-box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.1);
    margin: 0;
}
.features {
    position: relative;
}
.features.features-2 .single-feature .part-icon span {
    color: #e9b808;
}
.features .custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: -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;
    gap: 25px;
}
.features .single-feature .part-icon span {
    height: 50px;
    line-height: 50px;
    font-size: 45px;
    color: #F7941D;
}
.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;
}
.footer {
    background: #0d0e22;
}
.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: 40px 0;
    color: #ccc;
}
.footer .main-footer .custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}
.footer .main-footer .custom-row .custom-col {
    width: calc(20% - -332px);
}
.footer .main-footer .custom-row .custom-col-2 {
    width: calc(30% - -74px);
}
.footer .main-footer .footer-about .footer-logo {
    width: 140px;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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-title {
    font-size: 22px;
    line-height: 100%;
    font-weight: 500;
    padding-bottom: 8px;
    margin-top: -1px;
    margin-bottom: 15px;
    position: relative;
}
.footer .main-footer .footer-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #ccc;
}
.footer .main-footer .link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 20px;
}
.footer .main-footer .footer-link ul {
    margin-top: -14px;
}
.footer .main-footer .footer-link ul li {
    font-size: 15px;
    line-height: 25px;
}
.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: #F7941D;
}
.footer .main-footer .footer-gallery ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: -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;
    font-size: 35px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: 0.3s;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #ccc;
    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::-webkit-input-placeholder {
    color: #989898;
}
.footer .main-footer .footer-subscribe form input::-moz-placeholder {
    color: #989898;
}
.footer .main-footer .footer-subscribe form input:-ms-input-placeholder {
    color: #989898;
}
.footer .main-footer .footer-subscribe form input::-ms-input-placeholder {
    color: #989898;
}
.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: #F7941D;
    color: #ffffff;
    font-size: 20px;
}
.footer .main-footer .footer-subscribe form button:hover {
    background: #ffffff;
    color: #F7941D;
}
.footer .main-footer .footer-subscribe .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    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;
}
.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;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
    border-bottom: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: #0d0e22;
    -webkit-transition: 0.3s;
    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: #F7941D;
    opacity: 0;
    -webkit-transition: 0.3s;
    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: 24px;
    color: #F7941D;
}
.about .why-choose .accordion .accordion-item .accordion-header .accordion-button:focus {
    -webkit-box-shadow: 0 0;
    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: #F7941D;
    border-radius: 50%;
    color: #ffffff;
    font-size: 50px;
}
.about .why-choose .video-area a:hover {
    background: #0d0e22;
}
.team .single-card {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    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;
    -webkit-transition: 0.3s;
    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%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.team .single-card .social a {
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #F7941D;
    border-radius: 50%;
    color: #ffffff;
    position: relative;
}
.team .single-card .social a::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    height: 160px;
    background: #F9E3D9;
}
.team .single-card .social a:hover {
    background: #ffffff;
    color: #F7941D;
}
.team .single-card:hover .part-img::after {
    opacity: 1;
}
.team .single-card:hover .social {
    opacity: 1;
}
.team .single-card:hover .social a:nth-child(1) {
    -webkit-animation: slideTop 0.2s ease-in;
    animation: slideTop 0.2s ease-in;
}
.team .single-card:hover .social a:nth-child(2) {
    -webkit-animation: slideTop 0.4s ease-in;
    animation: slideTop 0.4s ease-in;
}
.team .single-card:hover .social a:nth-child(3) {
    -webkit-animation: slideTop 0.6s ease-in;
    animation: slideTop 0.6s ease-in;
}
.team .single-card:hover .social a:nth-child(4) {
    -webkit-animation: slideTop 0.8s ease-in;
    animation: slideTop 0.8s ease-in;
}
@-webkit-keyframes slideTop {
    0% {
        -webkit-transform: translateY(-195px);
        transform: translateY(-195px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideTop {
    0% {
        -webkit-transform: translateY(-195px);
        transform: translateY(-195px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.shop-wrap .shop-sidebar .sidebar-box {
    padding: 25px 20px;
    border: 1px solid #ddd;
    margin-bottom: 24px;
}
.shop-wrap .shop-sidebar .sidebar-box:last-child {
    margin-bottom: 0;
}
.shop-wrap .shop-sidebar .sidebar-box .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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;
    padding-bottom: 17px;
    border-bottom: 1px solid #ddd;
    margin-top: -2px;
    margin-bottom: 20px;
    position: relative;
}
.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;
    -webkit-filter: invert(60%) brightness(2);
    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;
    -webkit-filter: invert(60%) brightness(1.6);
    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:last-child {
    margin-bottom: 0;
}
.shop-wrap .shop-sidebar .sidebar-box .brand-filter li .form-check {
    min-height: auto;
    padding-left: 13px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 {
    -webkit-box-shadow: 0 0;
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}
.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .input-wrap .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    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 {
    -webkit-appearance: none;
    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: #F7941D;
}
.shop-wrap .shop-sidebar .sidebar-box .price-filter-wrap .price-filter .noUi-handle {
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0 0;
    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 #F7941D;
}
.shop-wrap .shop-sidebar .sidebar-box .new-arrival-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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: #F7941D;
    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: #F7941D;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: #F7941D;
}
.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: #F7941D;
    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: -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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: 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: #F7941D;
    padding: 0 25px;
    border: 1px solid #F7941D;
    border-radius: 3px;
}
.shop-wrap .shop-sidebar .sidebar-new-arrival .part-txt a:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #F7941D;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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 {
    -webkit-transform: rotate(180deg) translateY(30%);
    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%;
    -webkit-transform: rotate(0) translateY(-30%);
    transform: rotate(0) translateY(-30%);
}
.shop-wrap .shop-top-bar .top-bar-right .show-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.shop-wrap .shop-top-bar .top-bar-right .view-wrap button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 27px;
    height: 40px;
    padding: 0;
    font-size: 30px;
    line-height: 50px;
    color: rgba(96, 96, 96, 0.7);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.shop-wrap .shop-top-bar .top-bar-right .view-wrap button.active {
    color: #222222;
}
.shop-wrap .shop-top-bar .top-bar-right .top-pagination {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #222222;
}
.shop-wrap .shop-top-bar .top-bar-right .top-pagination input {
    width: 40px !important;
    height: 40px;
    padding: 0;
    text-align: center;
    border: 1px solid #ddd;
    -moz-appearance: textfield;
}
.shop-wrap .shop-top-bar .top-bar-right .top-pagination input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.shop-wrap .shop-top-bar .top-bar-right .top-pagination button {
    font-size: 18px;
}
.shop-wrap .bottom-pagination {
    padding-top: 70px;
}
.shop-wrap .bottom-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.shop-wrap .bottom-pagination ul li button {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    line-height: 28px;
    color: #606060;
}
.shop-wrap .bottom-pagination ul li button.active {
    background: #F7941D;
    border-color: #F7941D;
    color: #ffffff;
}
.shop-wrap .bottom-pagination ul li button:hover {
    background: #F7941D;
    border-color: #F7941D;
    color: #ffffff;
}
.product-view-area {
    padding-bottom: 120px;
}
.product-view-area .part-img .img-box {
    margin-bottom: -132px;
    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: #F7941D;
    border: 1px solid #F7941D;
    color: #ffffff;
}
.product-view-area .part-img .img-box .quick-view:hover {
    background: #ffffff;
    color: #F7941D;
}
.product-view-area .part-img .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: #F7941D;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 19px;
}
.product-view-area .part-txt .review .star {
    font-size: 20px;
    line-height: 100%;
    color: #606060;
    display: -webkit-box;
    display: -ms-flexbox;
    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;
    -webkit-transform: translateY(-50%);
    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: #F7941D;
}
.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;
    -webkit-transform: translateY(-50%);
    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;
    -webkit-transform: translateY(-50%);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 29px;
}
.product-view-area .part-txt .btn-box button {
    width: calc(50% - 10px);
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    background: #F7941D;
    border: 1px solid #F7941D;
}
.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: #F7941D;
}
.product-view-area .part-txt .btn-box button:nth-child(2):hover {
    color: #ffffff;
    background: #F7941D;
    border-color: #F7941D;
}
.product-view-area .part-txt .btn-box button:hover {
    background: #ffffff;
    border-color: #ddd;
    color: #F7941D;
}
.product-view-area .part-txt .product-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    font-size: 14px;
}
.product-view-area .part-txt .product-share .social a {
    color: #b3b7c8;
}
.product-view-area .part-txt .product-share .social a:hover {
    color: #F7941D;
}
.quantity {
    width: 200px;
    height: 40px;
    border: 1px solid #ddd;
    position: relative;
}
.quantity input {
    width: 100%;
    height: 100%;
    padding: 0 65px;
    font-size: 14px;
    text-align: center;
    -moz-appearance: textfield;
}
.quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.quantity .quantity-nav {
    border-left: 1px solid #ddd;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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;
    -webkit-transition: 0.3s;
    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: #F7941D;
    border-color: #F7941D;
    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;
    -webkit-transition: all 0.3s ease-in;
    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: #F7941D;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    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: #F7941D;
}
.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: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: #F7941D;
}
.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: -webkit-max-content;
    width: -moz-max-content;
    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: #F7941D;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    font-size: 18px;
    line-height: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.shop-details .details-area .tab-pane .product-review .review-wrap .single-review .comment-area .bottom-wrap .reaction > * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 12;
}
.product-quick-view-panel-2.active {
    opacity: 1;
    visibility: visible;
}
.product-quick-view-panel-2.active .img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-quick-view-panel-2.active .panel-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.product-quick-view-panel-2 .panel-content {
    width: 100%;
    height: 100%;
    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;
    cursor: url(../images/cursor.png), -webkit-zoom-out;
    cursor: url(../images/cursor.png), zoom-out;
}
.product-quick-view-panel-2 .img {
    max-width: 80%;
    height: 90%;
    -webkit-transform: scale(0);
    transform: scale(0);
    cursor: context-menu;
    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;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.product-quick-view-panel-2 .notification.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.product-quick-view-panel-2 .notification p {
    padding: 20px 30px;
    background: white;
    color: #606060;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    line-height: 100%;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    visibility: hidden;
}
.product-quick-view-panel-2 .panel-arrow button {
    width: 50px;
    height: 50px;
    background: #ffffff;
    color: #F7941D;
    font-size: 35px;
    line-height: 50px;
    visibility: visible;
}
.product-quick-view-panel-2 .panel-arrow button[disabled] {
    background: #ffffff;
    color: #ccc;
    cursor: no-drop;
}
.product-quick-view-panel-2 .panel-arrow button[disabled]:hover {
    background: #ffffff;
    color: #ccc;
}
.product-quick-view-panel-2 .panel-arrow button:hover {
    color: #ffffff;
    background: #F7941D;
}
.tab-section .tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -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;
    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);
    -webkit-transform: skew(45deg);
    transform: skew(45deg);
    background: #ffffff;
    border: 1px solid #ddd;
    border-bottom: 0;
    -webkit-transition: 0.3s;
    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);
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    background: #ffffff;
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-top: 0;
    -webkit-transition: 0.3s;
    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: #F7941D;
    border-color: #F7941D;
}
.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;
    -webkit-animation: slideIn 1s linear;
    animation: slideIn 1s linear;
}
.tab-section .tab-contents .single-tab#orderCompletedTab.active .check-icon::after {
    -webkit-animation: 2s checkBig 5s ease-in infinite;
    animation: 2s checkBig 5s ease-in infinite;
}
.tab-section .tab-contents .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: #F7941D;
    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: #F7941D;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: #F7941D;
}
.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: #F7941D;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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-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;
    -webkit-transition: 0.3s;
    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 {
    -webkit-box-shadow: 0px 0px;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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: #F7941D;
}
.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: #F7941D;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}
.tab-section .tab-contents .payment-method .payment-option .single-payment-card .panel-header .left-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.15s;
    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 {
    -webkit-box-shadow: 0px 0px;
    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: -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;
    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;
    -webkit-animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
    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;
    -webkit-box-shadow: inset 0px 0px 0px #7ac142;
    box-shadow: inset 0px 0px 0px #7ac142;
    -webkit-animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.7s both;
    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 {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    -webkit-animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.6s forwards;
    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: -webkit-box;
    display: -ms-flexbox;
    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: #F7941D;
    border-color: #F7941D;
    color: #ffffff;
    -webkit-animation: check 0.4s ease-in;
    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: #ccc;
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.tab-section .form-check .form-check-label {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #808080;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.3s;
    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: #F7941D;
}
.revel-table .table-responsive .price-txt {
    width: 200px;
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: #F7941D;
}
.revel-table .table-responsive .product-count {
    width: -webkit-max-content;
    width: -moz-max-content;
    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;
}
@-webkit-keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes scale {
    0%, 100% {
        -webkit-transform: none;
        transform: none;
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}
@keyframes scale {
    0%, 100% {
        -webkit-transform: none;
        transform: none;
    }
    50% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }
}
@-webkit-keyframes fill {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}
@keyframes fill {
    100% {
        -webkit-box-shadow: inset 0px 0px 0px 30px #7ac142;
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}
@-webkit-keyframes check {
    0% {
        font-size: 10px;
    }
    50% {
        font-size: 18px;
    }
    100% {
        font-size: 14px;
    }
}
@keyframes check {
    0% {
        font-size: 10px;
    }
    50% {
        font-size: 18px;
    }
    100% {
        font-size: 14px;
    }
}
@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes slideIn {
    0% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
    }
    50% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-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;
    }
}
@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: #F7941D;
}
.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: #F7941D;
}
.compare .table .color-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: #F7941D;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-box;
    display: -ms-flexbox;
    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: #F7941D;
    border-color: #F7941D;
    color: #ffffff;
    -webkit-animation: check 0.4s ease-in;
    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: #ccc;
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.3s;
    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: #F7941D;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
    background: transparent;
    -webkit-box-shadow: 0 0;
    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 {
    -webkit-box-shadow: 0 0;
    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: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    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: #F7941D;
}
.blog-details .comment-area .comments {
    margin-bottom: 40px;
}
.blog-details .comment-area .comments .single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    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: #F7941D;
    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: #F7941D;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}
.blog-details .blog-sidebar .recent-post ul li a .part-img {
    width: 90px;
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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;
    -webkit-transition: 0.3s;
    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: #F7941D;
}
.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: -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;
    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: #F7941D;
}
.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;
    -webkit-transform: translateY(-50%);
    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: #F7941D;
    color: #ffffff;
}
.blog-details .blog-sidebar .tags .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: #F7941D;
    border-color: #F7941D;
    color: #ffffff;
}
.account {
    border-top: 1px solid rgba(221, 221, 221, 0.5);
}
.account .account-sidebar {
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
}
.account .account-sidebar .user {
    padding: 30px 0;
    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-align: center;
    -ms-flex-align: center;
    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: #F7941D;
    -webkit-transition: 0.15s ease-in;
    transition: 0.15s ease-in;
}
.account .account-sidebar .nav .nav-link.active::after {
    left: 0;
}
.account .account-sidebar .nav .nav-link.active span {
    color: #4c0b0b;
    background-color: #F7941D;
}
.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 {
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
}
.account .table-wrap .table-top {
    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;
    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: #F7941D;
}
.account .table-wrap .table {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    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: -webkit-max-content;
    width: -moz-max-content;
    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 .table-wrap .table .details .invoice {
    display: block;
    text-align: left;
}
.account .table-wrap .table .details .invoice button {
    color: #F7941D;
    font-weight: 600;
}
.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: -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;
    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: #F7941D;
    color: #ffffff;
}
.account .table-wrap .table-bottom .pagination button.active:hover {
    color: #ffffff;
}
.account .table-wrap .table-bottom .pagination button:disabled {
    color: #ccc;
}
.account .table-wrap .table-bottom .pagination button:disabled:hover {
    color: #ccc;
}
.account .table-wrap .table-bottom .pagination button:hover {
    color: #F7941D;
}
.account .invoice-modal .modal-content {
    border: 0;
    border-radius: 0;
}
.account .invoice-modal .modal-content .modal-header {
    background: #F9E3D9;
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 15px 30px;
}
.account .invoice-modal .modal-content .modal-body {
    padding: 0;
}
.account .invoice-modal .modal-content .modal-body .invoice-top {
    padding: 35px 60px;
    border-bottom: 1px solid #ddd;
}
.account .invoice-modal .modal-content .modal-body .invoice-top .left .logo {
    width: 115px;
    margin-bottom: 24px;
}
.account .invoice-modal .modal-content .modal-body .invoice-top .left p {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    color: #606060;
    margin-bottom: -3px;
}
.account .invoice-modal .modal-content .modal-body .invoice-top .right table {
    margin-top: -7px;
    margin-bottom: -8px;
}
.account .invoice-modal .modal-content .modal-body .invoice-top .right table th {
    font-size: 18px;
    font-weight: 600;
    padding: 5px 10px 5px 0;
}
.account .invoice-modal .modal-content .modal-body .invoice-top .right table td {
    font-size: 16px;
    padding: 5px 0 5px 10px;
}
.account .invoice-modal .modal-content .modal-body .invoice-top .right table th, .account .invoice-modal .modal-content .modal-body .invoice-top .right table td {
    line-height: 100%;
    color: #606060;
}
.account .invoice-modal .modal-content .modal-body .invoice-body {
    padding: 40px 60px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .details {
    margin-bottom: 40px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .details h3 {
    font-size: 24px;
    line-height: 100%;
    font-weight: 500;
    color: #222222;
    margin-top: -2px;
    margin-bottom: 13px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .details p {
    font-size: 16px;
    line-height: 30px;
    color: #606060;
    margin-bottom: -10px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .details p span {
    display: block;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items {
    padding: 25px 30px;
    border: 1px dashed #F7941D;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .table {
    margin-bottom: 22px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .table tbody tr:first-child td {
    padding-top: 21px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .table tbody tr:last-child td {
    padding-bottom: 5px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .table th {
    font-size: 16px;
    line-height: 100%;
    color: #606060;
    padding: 0 20px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .table th:first-child {
    padding-left: 0;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .table th:last-child {
    padding-right: 0;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .table td {
    font-size: 16px;
    line-height: 100%;
    color: #606060;
    padding: 10px 20px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .table td:first-child {
    padding-left: 0;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .table td:last-child {
    padding-right: 0;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .total {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .total h5 {
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    color: #606060;
    margin-top: -2px;
    margin-bottom: 11px;
}
.account .invoice-modal .modal-content .modal-body .invoice-body .items .total p {
    font-size: 16px;
    line-height: 100%;
    color: #606060;
    margin-bottom: -3px;
}
.account .invoice-modal .modal-content .modal-body .invoice-footer {
    padding: 0 60px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.account .invoice-modal .modal-content .modal-body .invoice-footer span {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    color: #F7941D;
    margin-top: -3px;
    margin-bottom: -3px;
}
.account .invoice-modal .modal-content .modal-footer {
    background: #F9E3D9;
    border: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 15px 30px;
}
.account .invoice-modal .modal-content .modal-footer .def-btn:first-child {
    background: #222222;
    color: #ffffff;
}
.account .invoice-modal .modal-content .modal-footer .def-btn:first-child:hover {
    background: #F7941D;
}
.account .invoice-modal .modal-content .modal-footer .def-btn:hover, .account .invoice-modal .modal-content .modal-footer .def-btn:focus {
    background: #222222;
    color: #ffffff;
}
.account .conversation-panel {
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
    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: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: calc(100% - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    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: #F7941D;
}
.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: -webkit-max-content;
    height: -moz-max-content;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -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;
}
.account .conversation-panel .info-area .action li button span {
    width: 20px;
    font-size: 20px;
}
.account .total-balance {
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
    padding: 20px;
}
.account .total-balance .top {
    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;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}
.account .total-balance .top .tags .tag {
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    background: #ccc;
    padding: 0 10px;
}
.account .total-balance .top .tags .tag.tag-up {
    background: #F7941D;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: #F7941D;
    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 {
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
    padding-top: 15px;
}
.account .chart-panel .custom-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #F7941D;
}
.account .chart-panel .custom-legend .single-legend:first-child::after {
    background: #4287f5;
}
.account .profile-panel {
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.05);
    padding: 45px 30px;
}
.account .profile-panel .profile-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: -webkit-box;
    display: -ms-flexbox;
    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: #F7941D;
    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 form input, .account .profile-panel form .select {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 0 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.account .profile-panel form input:focus, .account .profile-panel form .select:focus {
    border-color: #F7941D;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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: #F7941D;
}
.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: #F7941D;
}
.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: #F7941D;
}
.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: #F7941D;
}
.contact .map {
    padding-top: 60px;
}
.contact .map iframe {
    width: 100%;
    height: 450px;
    margin-bottom: -8px;
}
@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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(20% - 12px);
        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;
    }
    .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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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: 100px;
    }
    .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;
        -webkit-transform: translateY(-180%) rotate(45deg);
        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: -webkit-max-content;
        width: -moz-max-content;
        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: 3px 20px;
        overflow: hidden;
    }
    .product-custom-row {
        gap: 25px;
    }
    .product-custom-row .custom-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 16.7px);
        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 > * .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 .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 .navbar .container-fluid {
        padding: 0;
    }
    .header .menu-bar .navbar .nav-item {
        padding: 0 10px;
    }
    .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;
        -webkit-transform: translateY(-180%) rotate(45deg);
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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;
        -webkit-transform: translateX(-50%);
        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: -webkit-max-content;
        min-width: -moz-max-content;
        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;
    }
    .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;
        -webkit-transform: translateY(-180%) rotate(45deg);
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: 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 .bottom-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: -webkit-max-content;
        height: -moz-max-content;
        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: -webkit-max-content;
        width: -moz-max-content;
        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: -webkit-max-content;
        width: -moz-max-content;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333333% - 10px);
        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: -webkit-max-content;
        width: -moz-max-content;
        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: #F7941D;
    }
    .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%;
        -webkit-transform: translateX(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;
    }
    .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;
        -webkit-transform: translateX(-50%);
        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: -webkit-max-content;
        min-width: -moz-max-content;
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .features .custom-row .custom-col {
        min-width: calc(25% - 11.2px);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        border: 0;
    }
    .features .custom-row .custom-col .single-feature {
        height: 35px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        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;
    }
    .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 .sidebar-col {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .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 .bottom-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: -webkit-max-content;
        height: -moz-max-content;
        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;
        -ms-flex-wrap: wrap;
        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: -webkit-max-content;
        width: -moz-max-content;
        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: -webkit-max-content;
        width: -moz-max-content;
        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: -webkit-max-content;
        min-width: -moz-max-content;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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: #F7941D;
        background: #F9E3D9;
    }
    .account .account-sidebar .nav .nav-link .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        font-size: 18px;
        margin: 0;
        -webkit-transition: 0.3s;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 7.5px);
        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: -webkit-max-content;
        width: -moz-max-content;
        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: #F7941D;
    }
    .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%;
        -webkit-transform: translateX(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: 0px;
        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 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        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;
        -webkit-transform: translateX(-50%);
        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: -webkit-max-content;
        min-width: -moz-max-content;
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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: -webkit-max-content;
        height: -moz-max-content;
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .features .custom-row .custom-col {
        min-width: calc(50% - 5px);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        border: 0;
    }
    .features .custom-row .custom-col .single-feature {
        height: 35px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .shop-wrap .shop-top-bar .top-bar-right {
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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 .bottom-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: -webkit-max-content;
        height: -moz-max-content;
        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;
        -ms-flex-wrap: wrap;
        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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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: -webkit-max-content;
        width: -moz-max-content;
        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: -webkit-max-content;
        width: -moz-max-content;
        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: -webkit-max-content;
        min-width: -moz-max-content;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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: #F7941D;
        background: #F9E3D9;
    }
    .account .account-sidebar .nav .nav-link .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        font-size: 18px;
        margin: 0;
        -webkit-transition: 0.3s;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 7.5px);
        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;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        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: -webkit-max-content;
        width: -moz-max-content;
        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: #F7941D;
    }
    .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%;
        -webkit-transform: translateX(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 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .flash-deal .countdown-wrap {
        padding-top: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        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;
        -webkit-transform: translateX(-50%);
        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: -webkit-max-content;
        min-width: -moz-max-content;
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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: 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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .features .custom-row .custom-col {
        min-width: calc(50% - 5px);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        border: 0;
    }
    .features .custom-row .custom-col .single-feature {
        height: 35px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .shop-wrap .shop-top-bar .top-bar-right {
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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 .bottom-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: -webkit-max-content;
        height: -moz-max-content;
        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;
        -ms-flex-wrap: wrap;
        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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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: -webkit-max-content;
        width: -moz-max-content;
        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: -webkit-max-content;
        width: -moz-max-content;
        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: -webkit-max-content;
        min-width: -moz-max-content;
        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;
        -webkit-transform: skew(30deg);
        transform: skew(30deg);
    }
    .tab-section .tab-nav .single-nav::after {
        bottom: 0;
        -webkit-transform: skew(-30deg);
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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: #F7941D;
        background: #F9E3D9;
    }
    .account .account-sidebar .nav .nav-link:last-child {
        color: red;
    }
    .account .account-sidebar .nav .nav-link .icon {
        font-size: 18px;
        margin: 0;
        -webkit-transition: 0.3s;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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;*/
    }
    .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: 24px;
        line-height: 18px;
        margin-top: -6px;
        margin-bottom: -22px;
    }
    .panel .panel-header .text-end {
        height: 12px;
        line-height: 12px;
    }
    .panel .panel-header .explore-section {
        font-size: 12px;
    }
    .panel .nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        
        row-gap: 10px;
    }
    .panel .nav button {
        font-size: 12px;
        padding: 0 5px;
    }
    .product-custom-row {
        gap: 15px;
    }
    .product-custom-row .custom-col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 7.5px);
        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: 3px 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: 4px;
        top: 90%;
        left: 0;
        right: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        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: -webkit-max-content;
        width: -moz-max-content;
        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: #F7941D;
    }
    .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%;
        -webkit-transform: translateX(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;
    }
    .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: 5px;
        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 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .flash-deal .countdown-wrap {
        padding-top: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        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;
    }
    .single-product-card .cart-option {
        display: none;
    }
    .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: -webkit-max-content;
        min-width: -moz-max-content;
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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: 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: 10px 12px;
    }
    .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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        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: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        gap: 5px;
    }
    .top-rated-n-best-seller .top-product-card .part-img {
        width: 60px;
        height: -webkit-max-content;
        height: -moz-max-content;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        background: transparent;
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
    }
    .subscribe .bg .form input {
        border: 0;
        height: 40px;
        font-size: 14px;
        background: #ffffff;
    }
    .subscribe .bg .form .def-btn {
        width: -webkit-max-content;
        width: -moz-max-content;
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .features .custom-row .custom-col {
        min-width: calc(50% - 5px);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        border: 0;
    }
    .features .custom-row .custom-col .single-feature {
        height: 35px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        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: 15px 0;
    }
    .footer .main-footer .custom-row {
        gap: 19px;
    }
    .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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .footer .copyright p {
        text-align: center;
        font-size: 14px;
        margin-bottom: 15px;
    }
    .py-120 {
        padding-top: 16px;
        padding-bottom: 3px;
    }
    .pt-120 {
        padding-top: 60px;
    }
    .pb-120 {
        padding-bottom: 4px;
    }
    .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 .sidebar-col {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .shop-wrap .shop-top-bar .top-bar-right {
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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 .bottom-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: -webkit-max-content;
        height: -moz-max-content;
        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;
        -ms-flex-wrap: wrap;
        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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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: -webkit-max-content;
        width: -moz-max-content;
        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: -webkit-max-content;
        width: -moz-max-content;
        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: -webkit-max-content;
        min-width: -moz-max-content;
        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 {
        -ms-flex-wrap: wrap;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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: #F7941D;
        background: #F9E3D9;
    }
    .account .account-sidebar .nav .nav-link:last-child {
        color: red;
    }
    .account .account-sidebar .nav .nav-link .icon {
        font-size: 18px;
        margin: 0;
        -webkit-transition: 0.3s;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        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 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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;
    }
}

/* news update 5/07/2024 */
.cart-optio {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
     width:80%;
     padding: 7px 5px;
     background: #F7941D;
     border-radius:4px;
     color:#fff;
}


