@charset "UTF-8";
.btn,
p {
    font-weight: var(--font-weight-400);
}
.main-loader-page .path,
.searchbar-root .iconset .feather:hover {
    stroke: var(--light-green);
}
.btn,
.footer-block h3,
.nice-select.form-control,
.product-card .product-content h5,
.product-content-tab .table tr td,
body,
p {
    font-size: 18px;
}
.mount-category-section .mount-card-block:hover,
.product-card:hover {
    transform: scale(1.04);
}
.product-description-block p,
.product-info-block p,
.product-info-single-block p,
.warranty-text p {
    line-height: 28px;
    letter-spacing: 0.5px;
}
.btn:not(.btn-link):hover,
.faq-block .collapsible-link,
a,
a:hover {
    text-decoration: none;
}
:root {
    --light-green: #70a32e;
    --dark-green: #305418;
    --dark-gray: #2a2a2a;
    --light-orange: #f16e22;
    --dark-orange: #8f3e06;
    --black: #000000;
    --white: #ffffff;
    --light-gray: #626060;
    --second-light-gray: #969696;
    --light-white: #e6e6e6;
    --second-light-white: #f8f8f8;
    --third-light-white: #bbbbbb;
    --forth-light-white: #ececec;
    --dark-gray-color: #555454;
    --second-dark-gray: #828282;
    --light-gray-color: #a4a4a4;
    --light-blue-color: #4c69ba;
    --warning-color: #e9ad35;
    --error-color: #ff3333;
    --second-error-color: #870000;
    --font-weight-400: 400;
    --font-weight-450: 450;
    --font-weight-500: 500;
    --font-weight-600: 600;
    --font-weight-800: 800;
}
html {
    scroll-behavior: smooth;
}
body {
    line-height: 26px;
    font-family: "Gotham Condensed", sans-serif;
}
::selection {
    color: var(--white);
    background: var(--light-green);
}
.call-log-block .inner-call-log h5,
.category-about-section h2,
.category-description-content h4,
.change-password-block .form-group label,
.faq-product-head h5,
.form-label,
.head-block h2 .inner-text,
.mount-content-block .mount-head,
.nav-item.dropdown a.nav-menuitems-link:hover,
.nav-item.dropdown ul.dropdown-menu .dropdown-submenu .dropdown-menu li a:hover,
.nav-menuitems-link .nav-menu-items-label:hover,
.order-address-block .form-block .form-group label,
.order-table-block .success-order,
.order-view-block .product-specification-block .table-left-block,
.product-content-block .rating-text p,
.review-filter-block .form-check label.active,
.star-rating input[type="radio"]:checked ~ label,
.star-rating label:hover,
.star-rating label:hover ~ label,
.text-primary,
a {
    color: var(--light-green);
}
:is(:focus, ::after:focus, ::before:focus) {
    outline: 0;
}
@font-face {
    font-family: "Gotham Condensed";
    src: url("../fonts/gotham/GothamCondensed-Medium.woff2") format("woff2"), url("../fonts/gotham/GothamCondensed-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Gotham;
    src: url("../fonts/gotham/Gotham-Black.woff2") format("woff2"), url("../fonts/gotham/Gotham-Black.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: GothamLight;
    src: url("../fonts/gotham/GothamLight.ttf") format("woff2"), url("../fonts/gotham/GothamLight.ttf") format("woff2");
}
@font-face {
    font-family: GothamBook;
    src: url("../fonts/gotham/GothamBook.ttf") format("woff2"), url("../fonts/gotham/GothamBook.ttf") format("woff2");
}
@font-face {
    font-family: Gotham-Bold;
    src: url("../fonts/gotham/Gotham-Bold.otf") format("woff2"), url("../fonts/gotham/Gotham-Bold.otf") format("woff2");
}
@font-face {
    font-family: "Gotham Condensed";
    src: url("../fonts/gotham/GothamCondensed-Book.woff2") format("woff2"), url("../fonts/gotham/GothamCondensed-Book.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham Condensed";
    src: url("../fonts/gotham/GothamCondensed-Light.woff2") format("woff2"), url("../fonts/gotham/GothamCondensed-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham Condensed";
    src: url("../fonts/gotham/GothamCondensed-Bold.woff2") format("woff2"), url("../fonts/gotham/GothamCondensed-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Gotham;
}
p {
    font-family: "Gotham Condensed";
}
.bg-gray,
.sticky,
.top-header {
    background-color: var(--dark-gray);
}
.bg-black {
    background-color: var(--black);
}
.bg-white {
    background-color: var(--white);
}
.address-choose-block label .danger,
.error,
.form-block .form-group label .danger,
.order-table-block .table tbody tr td p del,
.sub-table .summary-block ul li .final-total,
.text-danger {
    color: var(--error-color);
}
.product-card:hover,
a:hover {
    color: var(--dark-green);
}
.error_validate {
    color: #dc3545 !important;
}
.custom-row-gape {
    gap: 32px 20px;
}
.btn {
    border-radius: 0;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}
.btn-danger,
.btn-primary {
    transform: none;
    line-height: 1.25rem;
    font-weight: var(--font-weight-600);
    transition-duration: 0.15s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    padding: 5px 16px;
    color: var(--white);
    text-transform: uppercase;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-primary {
    background-color: var(--light-green);
    border-color: var(--light-green);
    border-radius: 0;
}
.btn-danger {
    background-color: var(--error-color);
    border-color: var(--error-color);
    border-radius: 30px;
    box-shadow: none;
}
.btn-danger:active,
.btn-danger:focus {
    outline: 0;
    border: none;
    box-shadow: none !important;
}
.btn-primary:active,
.btn-primary:focus {
    outline: 0;
    box-shadow: none !important;
    background-color: var(--dark-green) !important;
    border-color: var(--dark-green) !important;
}
.btn-primary:hover,
.cart-footer .cont-shopping:hover,
.filter-btn-block .btn:hover,
.product-tab-block ul li .active:hover,
.product-tab-block ul li a:hover {
    background-color: var(--dark-green);
    border-color: var(--dark-green);
    color: var(--white);
}
.disable-custom-btn {
    background-color: var(--light-green) !important;
    border-color: var(--light-green) !important;
    color: var(--white);
}
.disable-custom-btn:hover {
    background-color: var(--dark-green) !important;
    border-color: var(--dark-green) !important;
    color: var(--white);
}
.form-control {
    padding: 10px 14px;
    border: 1px solid var(--light-green);
}
.form-control,
input {
    font-family: "Gotham Condensed", sans-serif;
    font-size: 18px;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: var(--light-green);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: var(--white);
    background-color: var(--light-green);
    border-color: var(--light-green);
}
.card {
    border: none;
    border-radius: 0.25rem;
    overflow: hidden;
    box-shadow: 0 4px 74px rgba(5, 5, 5, 0.12);
    padding: 20px 10px;
}
.breadcrumb {
    margin: 0;
    background: 0 0;
    border: 0;
    padding-left: 0;
}
.breadcrumb-arrow {
    padding: 0 1px;
    display: flex;
    align-items: center;
}
.breadcrumb-arrow svg.feather {
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
}
ul {
    list-style: none;
}
img {
    user-drag: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.main-loader-page {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffffeb;
    width: 100%;
    z-index: 99999;
    height: 100%;
}
.main-loader-page .loader {
    position: relative;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    zoom: 1;
}
.main-loader-page .circular {
    animation: 1s linear infinite rotate;
    height: 100px;
    position: relative;
    width: 100px;
}
.main-loader-page .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: 1s ease-in-out infinite dash;
    stroke-linecap: round;
    stroke-width: 3px;
    -webkit-animation: 1s ease-in-out infinite dash;
}
@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124;
    }
}
.top-header {
    padding: 6px 0;
    border-bottom: 1px solid var(--light-gray);
}
.header-content {
    padding-top: 2px;
}
.header-content p {
    margin-bottom: 0;
    color: var(--white);
    margin-left: 12px;
}
.address-checkbox .form-group,
.checkout-block .order-review .payment_option .form-group,
.header-social-block ul,
.order-payment-form .form-group,
.order-table-block .table,
.product-card .product-content p,
.right-header-block .searchbar-input form {
    margin-bottom: 0;
}
.header-social-block ul li {
    display: inline-flex;
    margin-left: 10px;
}
.header-social-block ul li a {
    line-height: initial;
}
.header-social-block ul li svg.feather {
    width: 16px;
    stroke: var(--white);
    display: inline-block;
}
.home-header {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
}
.inner-page-header,
.sticky {
    position: sticky;
    width: 100%;
}
.inner-page-header {
    left: 0;
    right: 0;
    z-index: 99;
    background: var(--dark-gray);
}
.sticky {
    top: 0;
    z-index: 100;
}
.navbar-root {
    display: grid;
    height: auto;
    place-items: center;
    align-items: center;
    border-bottom-width: 1px;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: 4rem auto;
    z-index: 111;
    width: 100%;
}
.nav-border-right {
    border-right: 1px solid;
    border-color: rgb(255 255 255/0.2);
    background-color: var(--black);
}
.nav-border-left {
    border-left: 0;
}
.nav-border-top {
    border-top: 1px solid;
    border-color: rgb(255 255 255/0.2);
}
.mobile-toogle {
    height: 100%;
    width: 4rem;
    cursor: pointer;
    place-content: center;
    place-items: center;
}
.mobile-menu-btn {
    right: 0;
    height: 12px;
    width: 18px;
    padding: 7px;
    margin: 8px 0;
    position: relative;
    background: var(--black);
    transition: 0.5s linear;
}
.mobile-dashboard-toggle:before,
.mobile-menu-btn:before {
    box-shadow: 0 6px 0 0 var(--white);
    top: 0;
}
.mobile-dashboard-toggle:after,
.mobile-menu-btn:after {
    top: 12px;
}
.mobile-dashboard-toggle:after,
.mobile-dashboard-toggle:before,
.mobile-menu-btn:after,
.mobile-menu-btn:before {
    position: absolute;
    left: 0;
    width: 18px;
    content: "";
    height: 2px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.8s;
    background: var(--white);
}
.mobile-toogle-menu {
    color: var(--white);
    position: absolute;
    z-index: 99;
    width: 100%;
    background: var(--white);
    top: 65px;
    border: 1px solid var(--light-white);
    border-radius: 10px;
    line-height: 35px;
    text-align: left;
    margin: auto;
    height: 100vh;
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
#menu ul li {
    list-style-type: none;
    margin-top: 9px;
}
.nav-home-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9rem;
    height: 4rem;
}
.nav-home-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
}
.nav-menuitems {
    grid-column: 1/-1;
    display: none;
    height: 100%;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    place-items: center;
    align-items: center;
}
.nav-menuitems-link {
    line-height: 1.5rem;
    font-weight: var(--font-weight-400);
    font-size: 17px;
    color: var(--black);
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    padding: 1rem;
}
.product-info-menu-card .more.btn,
.shopnow-btn {
    font-size: 14px;
    font-weight: 600;
    background: #70a32e;
}
.footer-block h3,
.login-user-title,
.nav-menu-items-label,
.searchbar-root .iconset {
    font-weight: var(--font-weight-500);
}
.cart-footer a.btn,
.nav-menuitems-user {
    text-transform: capitalize;
}
.filtersidebar-container.filtersidebar-closed,
.home-header.sticky .searchbar-root.searchbar-input,
.nav-item.dropdown ul.dropdown-menu li .mega-menu.dropdown-toggle:after,
.promotion-slider-block .carousel-control-next,
.promotion-slider-block .carousel-control-prev,
.sidebar-list li svg,
.sort-by-filter-block .list,
.star-rating input[type="radio"],
.user-header-dropdown-toggle a.dropdown-toggle::after {
    display: none;
}
.nav-item.dropdown a.nav-menuitems-link {
    color: var(--white);
    font-weight: 500;
}
.banner-section,
.banner-slider-block,
.inner-dashboard-title,
.nav-item.dropdown ul.dropdown-menu li .mega-menu.dropdown-toggle,
.nav-menuitems-link .dropdown-submenu,
.password-block .form-block .form-group,
.payment_option .input-group,
.position-relative,
.product-img-block,
.product-info-content {
    position: relative;
}
.nav-item.dropdown ul.dropdown-menu li .mega-menu.dropdown-toggle::after {
    position: absolute;
    top: 16px;
}
.nav-item.dropdown ul.dropdown-menu {
    padding: 20px 18px 20px 24px;
    width: 270px;
    min-height: 150px;
    background: var(--dark-gray);
    margin: 0;
    border-radius: 0;
    border: none;
}
.address-choose-block .title-block,
.nav-item.dropdown:hover ul.dropdown-menu,
.product-card:hover .product-detail-btn,
.product-description-block img,
.product-info-block img {
    display: block;
}
.nav-item.dropdown ul.dropdown-menu li a {
    border: 1px solid var(--light-gray);
    margin: 8px 0;
    padding: 6px;
    display: block;
    color: var(--white);
}
.nav-item.dropdown .dropdown-menu .dropdown-submenu .mega-menu:hover,
.nav-item.dropdown .dropdown-menu li .mega-menu.active,
.nav-item.dropdown ul.dropdown-menu li .active,
.product-card:hover .cart-btn {
    background-color: var(--light-green);
    color: var(--white);
}
.nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
    width: 206px;
    padding-left: 10px;
    float: none;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    left: unset;
    right: -204px;
    max-height: 100%;
    height: 100%;
    overflow: auto;
}
.nav-item.dropdown .dropdown-submenu .dropdown-menu::-webkit-scrollbar {
    width: 4px;
}
.nav-item.dropdown .dropdown-submenu .dropdown-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.nav-item.dropdown .dropdown-submenu .dropdown-menu::-webkit-scrollbar-thumb {
    background: var(--light-green);
    border-radius: 10px;
}
.nav-item.dropdown .dropdown-submenu .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: var(--dark-green);
}
.nav-item.dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
}
.nav-item.dropdown ul.dropdown-menu .dropdown-submenu .dropdown-menu li a {
    border: none;
    margin: 0;
    padding: 6px;
    color: var(--white);
}
.nav-item.dropdown ul.dropdown-menu .dropdown-submenu .dropdown-menu li .active {
    color: var(--light-green);
    background: 0 0;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.nav-menu-items-label {
    display: inline-flex;
    height: 1.75rem;
    align-items: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    color: var(--white);
}
.user-header-dropdown-toggle,
.user-header-dropdown-toggle a.dropdown-toggle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.user-header-dropdown {
    transform: initial;
    top: 63px;
    will-change: initial;
    left: -116px;
}
.user-header-dropdown .dropdown-item {
    position: relative;
    padding-left: 50px;
}
.user-header-dropdown .dropdown-item svg {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.nav-menuitems-mobilelink {
    display: none;
    place-content: center;
    place-items: center;
}
.nav-menuitems-user {
    margin-right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 15rem;
}
.mobile-dashboard-toggle {
    right: -21;
    height: 12px;
    width: 18px;
    padding: 7px;
    margin: 30px 0;
    position: relative;
    background: 0 0;
    transition: 0.5s linear;
}
.searchbar-root .iconset {
    position: relative;
    line-height: 30px;
    text-align: center;
    padding-left: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: var(--light-gray);
    justify-content: center;
}
.searchbar-root .iconset .feather {
    max-width: 20px;
    stroke: var(--white);
}
.searchbar-root .iconset .cart-count {
    position: absolute;
    top: -12px;
    left: auto;
    right: -12px;
    border: 1px solid var(--white);
    padding: 6px;
    background: var(--white);
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.right-header-block {
    display: flex;
    justify-content: flex-end;
}
.search-box {
    position: relative;
    display: flex;
    margin-right: 16px;
}
.search-input {
    padding: 6px;
    border: 1px solid var(--white);
    border-radius: 10px 0 0 10px;
    border-right: none;
    outline: 0;
    color: var(--black);
    background: #fff;
}
.search-button,
.social-block ul li {
    border: 1px solid var(--white);
    text-align: center;
}
.search-button {
    width: 40px;
    outline: 0;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
    border-left: none;
    background: var(--white);
}
.filter-sidebar button:focus,
.followbtn:focus,
.login-modal-pop .modal-login .close:focus,
.order-address-carousel button.slick-arrow:focus,
.qty-container .qty-btn-minus:focus,
.qty-container .qty-btn-plus:focus,
.review-items-slider button.slick-arrow:focus,
.search-button:focus {
    outline: 0;
}
.search-button svg.feather {
    stroke: var(--black);
    max-width: 20px;
}
.navbar-root {
    position: unset;
}
.nav-item.dropdown.mega-menu {
    position: static;
}
.dropdown.mega-menu ul.dropdown-menu {
    width: 100%;
    position: absolute;
    top: 64px;
}
.product-info-menu-card {
    background-size: cover;
    position: relative;
}
.product-info-menu-card:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000000ba;
    left: 0;
    top: 0;
}
.product-info-menu-card .info-content {
    position: relative;
    z-index: 1;
    color: #fff;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 38px;
    margin-bottom: 30px;
}
.product-info-menu-card .info-content .title {
    font-family: Gotham-Bold;
    padding: 0 15px;
    text-align: center;
}
.product-info-menu-card .more.btn {
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.category-banner-content,
.contnt-btn ul li .dealer-btn:hover,
.head-block h2,
.jumbotron-content .breadcrumb .breadcrumb-item a,
.login-modal-pop .modal-login .btn:focus,
.login-modal-pop .modal-login .btn:hover,
.order-table-block .specification-btn-hide .view-more,
.product-contact-content h3,
.product-info-menu-card .more.btn a,
.warranty-text p {
    color: var(--white);
}
.product-info-sidebar {
    background: #70a32e;
    color: #fff;
    padding: 1rem 0 1rem 1rem;
}
.sidebar-list li a {
    color: #fff;
    padding: 10px;
    display: block;
    font-family: GothamBook;
    font-size: 13px;
}
.sidebar-list li a .icon-control {
    opacity: 0;
}
.product-card:hover:before,
.sidebar-list li .active .icon-control {
    opacity: 1;
}
.sidebar-list li .active,
.sidebar-list li a:hover {
    background: #000;
    border-bottom: 0.1px solid var(--white);
}
.product-info-content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000a6;
}
.product-info-content iframe {
    width: 100%;
}
.info-content-top-section {
    display: flex;
    position: relative;
}
.info-content-top-section .left-section {
    background: #2a2a2a;
    color: #fff;
    min-width: 230px;
    padding: 2rem 1rem;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.info-content-top-section .left-section h4 {
    font-family: Gotham-Bold;
    font-size: 30px;
}
.info-content-top-section .right-section img {
    max-height: 350px;
    object-fit: cover;
    width: 100%;
}
.shopnow-btn {
    color: #fff;
    padding: 5px 30px;
}
.info-content-top-section .left-section .shopnow-btn {
    bottom: 1rem;
    margin: 0 1rem;
    left: 0;
    right: 0;
}
.sidebar-list {
    padding-left: 0;
    padding-right: 15px;
}
.bg-white {
    background-color: #fff;
}
.page-info-list {
    list-style: disc;
    padding-left: 30px;
}
.login-user-title {
    display: flex;
    align-items: center;
    color: var(--light-green);
    border-bottom: 1px solid var(--forth-light-white);
    padding-bottom: 10px;
    padding-left: 16px;
}
.login-user-title svg.feather {
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 2px;
}
.dropdown.user-dropdown {
    padding: 2px 4px;
}
.user-link.iconset.dropdown-toggle {
    margin-right: 10px;
    padding-left: 6px;
}
.user-menu.show {
    margin-top: 4px;
    padding: 10px 0;
    left: -62px !important;
}
.user-menu.show .dropdown-item {
    color: var(--black);
    font-size: 17px;
    padding-left: 16px;
    display: flex;
    align-items: center;
    min-width: 182px;
}
.user-menu.show .dropdown-item svg.feather {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    stroke: var(--light-green);
}
.footer-contact-map,
.user-menu.show .active svg.feather {
    stroke: var(--white);
}
.user-menu.show .dropdown-item:hover,
.user-menu.show .dropdown-item:hover svg.feather {
    background-color: var(--light-orange);
    color: var(--white);
    stroke: var(--white);
}
.user-menu.show .active {
    background-color: var(--light-orange);
    color: var(--white);
}
.user-link.iconset.dropdown-toggle:after {
    right: -10px;
    position: absolute;
    color: var(--white);
}
.on-mobile-menu-open {
    overflow: hidden;
    height: 100vh;
}
.on-mobile-menu-open .mobile-toogle-menu {
    height: calc(100vh - 106px);
    overflow: auto;
}

@media (min-width: 1024px) {
    .mobile-toogle {
        width: 4.5rem;
        display: flex;
    }
}
@media (min-width: 1280px) {
    .navbar-root {
        grid-template-rows: repeat(1, minmax(0, 1fr));
        align-items: center;
    }
    .nav-item.dropdown a.nav-menuitems-link.dropdown-toggle::after,
    .xl-hidden {
        display: none;
    }
    .xl-inline {
        display: inline;
    }
    .nav-border-top {
        border-top: 0;
    }
    .nav-menuitems {
        grid-column: auto;
        display: flex;
        max-width: max-content;
    }
    .nav-menu-items-label {
        padding-left: 0;
        padding-right: 0;
    }
    .nav-menuitems-mobilelink {
        display: flex;
    }
    .nav-menuitems-user {
        max-width: 10rem;
        margin-right: 0.75rem;
    }
    .nav-item.dropdown a.nav-menuitems-link {
        color: var(--white);
    }
    .nav-item.dropdown a.nav-menuitems-link .caret svg.svg-inline--fa {
        right: 10px;
        position: relative;
    }
}
@media (max-width: 1279px) {
    .navbar-root {
        position: sticky;
    }
    .custom-mobile-menu,
    .nav-item.dropdown .dropdown-menu .dropdown-submenu,
    .nav-item.dropdown.mega-menu {
        position: relative;
    }
    .dropdown.mega-menu ul.dropdown-menu {
        top: 38px;
    }
    .mega-menu.custom-mobile-menu .dropdown-menu li {
        width: 33.33%;
        padding: 0 15px;
    }
    .mobile-toogle {
        display: flex;
        float: left;
        margin-top: 16px;
        width: 3rem;
        height: auto;
    }
    .nav-home-logo {
        margin: auto;
        padding-right: 70px;
    }
    .home-header.sticky .searchbar-root.searchbar-input,
    .navbar-root,
    .right-header-block {
        display: block;
    }
    #menu ul li {
        margin: 8px 0;
    }
    .mobile-toogle-menu ul {
        padding-left: 22px;
        padding-bottom: 10px;
    }
    .mobile-toogle-menu ul li a {
        color: var(--black);
        text-transform: uppercase;
    }
    .nav-item.dropdown ul.dropdown-menu li a {
        margin: 4px 0;
        padding: 2px 6px;
    }
    .nav-item.dropdown.mega-menu ul.dropdown-menu li a {
        margin: 0;
        padding: 0;
        border: 0;
    }
    .mobile-toogle-menu ul .dropdown .nav-menuitems-link {
        color: var(--black);
        font-weight: inherit;
        padding: 0;
    }
    .mobile-toogle-menu ul .dropdown .nav-menuitems-link:after {
        display: none;
    }
    .mobile-toogle-menu ul .dropdown .nav-menuitems-link .svg-inline--fa.fa-chevron-down {
        position: relative;
        right: 26px;
        margin-top: 10px;
    }
    .mobile-toogle-menu {
        border: none;
        border-radius: 0;
    }
    .custom-mobile-menu > a {
        width: calc(100% - 40px);
        display: inline-block;
    }
    .custom-mobile-menu > span.caret {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 9;
        width: 40px;
        height: 40px;
    }
    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 0;
        margin-top: -1px;
    }
    .mobile-toogle-menu .nav-item.dropdown ul.dropdown-menu {
        display: none;
        width: calc(100% - 20px);
        min-height: auto;
        padding: 12px 10px;
    }
    .nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu {
        max-height: inherit;
        right: 0;
        left: 0;
        width: 100%;
        top: 50px;
        height: auto;
    }
    .mobile-toogle-menu .nav-item.dropdown.mega-menu ul.dropdown-menu {
        width: calc(100% - 20px);
    }
    .nav-item.dropdown ul.dropdown-menu.open {
        visibility: visible;
        opacity: 1;
        padding: 14px;
        width: calc(100% - 22px);
    }
    .nav-item.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu.open {
        visibility: visible;
        opacity: 1;
        padding: 0 4px 10px;
        min-height: auto;
    }
    .nav-item.dropdown ul.dropdown-menu .dropdown-submenu .dropdown-menu li a {
        padding: 0 6px;
    }
    .mobile-toogle-menu .nav-item.dropdown ul.dropdown-menu li.dropdown-submenu {
        width: 100%;
        padding: 0 6px;
    }
    .searchbar-root {
        padding: 10px 0;
        justify-content: right;
    }
    .searchbar-input {
        justify-content: left;
    }
    .search-input {
        width: 100%;
    }
    .searchbar-admin {
        position: absolute;
        top: 8px;
        right: 30px;
    }
    .nav-home-logo img {
        max-width: 114px;
        max-height: initial;
        object-fit: cover;
        width: auto;
    }
    .home-header {
        background: var(--dark-gray);
        position: sticky;
    }
    .main-header .container {
        max-width: inherit;
        padding: 0;
    }
    .main-header .mobile-toogle {
        margin-left: 30px;
    }
    .main-header .searchbar-input {
        margin: 0 30px;
    }
}
.footer-block .address-block,
.footer-block ul li a {
    color: var(--light-white);
}
.top-footer-block {
    padding: 30px 0;
    background: var(--dark-gray);
    border-bottom: 1px solid var(--third-light-white);
}
.top-footer-block img {
    max-width: 180px;
}
.cart-section,
.faq-section,
.faq-video-section,
.help-center-section,
.no-data-section,
.site-footer {
    padding: 40px 0;
}
.footer-block h3 {
    margin-top: 0;
    color: var(--white);
    margin-bottom: 20px;
}
.footer-block ul {
    padding-left: 0;
    list-style: none;
}
.footer-block ul li a {
    display: block;
    padding-bottom: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.footer-news-letter {
    max-width: 300px;
}
.footer-block .newsletter-head {
    margin-bottom: 10px;
    color: var(--light-white);
    line-height: 21px;
    display: block;
    padding-bottom: 8px;
    opacity: 0.8;
}
.footer-contact {
    width: 17px;
    margin-right: 6px;
}
.footer-contact-map {
    width: 18px;
    margin-right: 6px;
}
.product-content-block .rating-block,
.product-info-single-block p,
.product-review-section .user-review-block .star-rating,
.social-block .header {
    margin-bottom: 12px;
}
.social-block ul li {
    display: inline-block;
    background-color: var(--white);
    width: 30px;
    height: 30px;
    display: inline-flex;
    border-radius: 50%;
    margin-right: 8px;
    justify-content: center;
    align-items: center;
}
.social-block ul li a {
    padding-bottom: 0;
}
.social-block ul li svg.feather {
    stroke: var(--black);
    width: 18px;
    height: 18px;
}
.disable-card {
    pointer-events: none;
}
.copy-right {
    padding: 8px 0;
    background-color: #212225;
}
.copy-right p {
    margin-bottom: 0;
    color: var(--light-gray);
}
.banner-slider-block .banner-btn {
    position: absolute;
    bottom: 22%;
    left: 11%;
    border: 2px solid var(--white);
    color: var(--white);
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    padding: 6px 45px;
    letter-spacing: 0.5px;
    font-weight: 600;
}
.banner-slider-block .banner-btn:hover,
.cart-footer .checkout-btn {
    background-color: var(--light-green);
    border-color: var(--light-green);
    color: var(--white);
}
.banner-slider-block .banner-fortn-btn {
    bottom: 32%;
}
.banner-slider-block .banner-fifth-btn {
    bottom: 28%;
    left: 6%;
    border: 2px solid var(--black);
    color: var(--black);
}
.banner-section .carousel-control-next,
.carousel-control-prev {
    width: 7%;
}
.common-title {
    font-size: 34px;
}
.mount-category-section {
    margin: 30px 0;
}
.category-card-block,
.mount-category-section .mount-card-block {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: 16px 0;
    position: relative;
}
.mount-category-section .mount-card-block {
    padding: 20px;
    min-height: 250px;
    justify-content: center;
    transition: 0.3s;
}
.category-card-block:before,
.mount-card-block:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.61);
}
.category-section {
    padding: 40px 0 6px;
}
.category-card-one {
    background-image: url(../image/category-card-one.png);
}
.category-card-two {
    background-image: url(../image/category-card-two.png);
}
.category-card-three {
    background-image: url(../image/category-card-three.png);
}
.category-card-four {
    background-image: url(../image/category-card-four.png);
}
.category-card-five {
    background-image: url(../image/category-card-five.png);
}
.blog-card .blog-content p,
.category-listing-saection .head-block h2,
.category-section .head-block h2,
.contact-detail-block .content li a,
.dashboard-title h5,
.faq-block .collapse .card-body p,
.newsletter-section .head-block h2,
.product-section .head-block h2,
.review-filter-block .form-check .form-check-label,
a.blog-link-card {
    color: var(--black);
}
.category-card-block {
    padding: 20px;
    min-height: 316px;
}
.category-inner-card-block {
    z-index: 10;
    color: var(--white);
}
.category-heading {
    padding-bottom: 12px;
}
.category-heading h3 {
    font-size: 26px;
}
.category-list {
    margin-bottom: 16px;
    min-height: 98px;
}
.category-list ul li {
    padding: 4px 0;
    font-size: 18px;
}
.category-list ul li .check-icon {
    border: 1px solid var(--white);
    background-color: var(--white);
    border-radius: 50%;
    line-height: 12px;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    margin-top: 6px;
}
.category-list ul li .check-icon .feather {
    stroke: var(--black);
    width: 14px;
    height: 14px;
    display: inline-block;
}
.category-card-block .category-btn {
    position: absolute;
    bottom: 20px;
}
.category-btn .browse-btn {
    border-color: var(--white);
}
.category-video {
    width: 32px;
    height: 32px;
    animation: 1s infinite pulse-animation;
}
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}
.category-video a {
    cursor: pointer;
}
.video-modal-main-block .modal-dialog {
    max-width: 700px;
}
.video-modal-popup .modal-header {
    border: none;
    padding: 6px 0 0;
}
.video-modal-popup .modal-body {
    padding: 0.5rem 0.9rem;
}
.video-modal-popup .btn-close {
    position: absolute;
    z-index: 99;
    top: 2px;
    right: 5px;
    padding: 0;
    opacity: 1;
    background-color: var(--light-green);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 2px 2px rgb(0 0 0 / 22%);
    justify-content: center;
    border: 2px solid var(--light-green);
}
.special-product-section:after,
.special-product-section:before {
    height: 100%;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
}
.video-modal-popup .btn-close span {
    font-size: 28px;
    color: var(--white);
}
.video-modal-popup .btn-close:hover {
    opacity: 1 !important;
}
.product-tab-content-block {
    border-top: 1px solid var(--light-white);
}
.common-content-block .about-text,
.product-detail-block .product-detail-text {
    max-width: 500px;
}
.common-content-block .about-text p {
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    line-height: 26px;
}
.about-section .about-detail-block h2,
.price-block h5 {
    font-size: 28px;
}
.about-section .about-detail-block ul,
.product-about-info-block ul {
    margin-top: 14px;
    padding-left: 16px;
}
.about-section .about-detail-block ul li,
.product-about-info-block ul li {
    padding: 4px 0;
    list-style: disc;
    font-size: 18px;
}
.product-tab-block ul li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 10px;
}
.product-tab-block ul li a {
    padding: 6px 12px;
    border-color: var(--light-green);
    color: var(--black);
    font-size: 15px;
    min-width: 200px;
}
.product-tab-block ul li .active {
    padding: 6px 12px;
    background-color: var(--light-green);
    border-color: var(--light-green);
    color: var(--white);
}
.about-dnz-section {
    margin: 30px 0;
    padding: 40px 0;
    background-color: var(--dark-gray);
}
.about-dnz-card {
    margin: 20px 0;
    position: relative;
    min-height: 180px;
}
.about-dnz-card .tag-name {
    font-size: 18px;
    font-weight: var(--font-weight-600);
    position: absolute;
    bottom: 20px;
}
.about-dnz-btn .explore-btn {
    padding: 10px 40px;
    background-color: var(--light-green);
    border-color: var(--light-green);
    color: var(--white);
}
.about-dnz-btn .explore-btn:hover,
.cart-footer .checkout-btn:hover,
.feature-btn .view-btn:hover,
.product-content-block .cart-btn .add-cart-btn:hover,
.warranty-btn .learn-btn:hover {
    background-color: var(--dark-green);
    border-color: var(--dark-green);
}
.order-address-carousel .slick-slide,
.review-items-slider .slick-slide {
    margin: 0 10px;
}
.order-address-carousel button.slick-arrow,
.review-items-slider button.slick-arrow {
    background: var(--light-green);
    width: 24px;
    height: 24px;
}
.review-items-slider button.slick-prev {
    left: -30px;
}
.review-items-slider button.slick-next {
    right: -30px;
}
.order-address-carousel .slick-next:before,
.order-address-carousel .slick-prev:before,
.review-items-slider .slick-next:before,
.review-items-slider .slick-prev:before {
    color: var(--white);
    font-size: 15px;
}
.order-address-carousel button.slick-prev {
    left: 6px;
}
.order-address-carousel button.slick-next {
    right: -8px;
}
.blog-card-section,
.second-about-section {
    padding: 30px 0;
}
.warranty-section {
    padding: 40px 0;
    background-color: var(--dark-gray);
}
.no-data-block,
.piece-section .common-title,
.product-table .product-quantity .quantity input,
.product-table .product-remove,
.product-table .product-subtotal,
.warranty-section .warranty-inner-block {
    text-align: center;
}
.warranty-text {
    max-width: 750px;
    margin: 0 auto;
}
.warranty-list ul li {
    display: inline-flex;
    align-items: center;
    margin: 4px 16px;
    font-weight: var(--font-weight-600);
    font-size: 18px;
    color: var(--white);
    letter-spacing: 0.5px;
}
.warranty-list ul li svg.feather {
    border: 1px solid var(--light-green);
    background-color: var(--light-green);
    border-radius: 50px;
    padding: 2px;
    stroke: var(--white);
}
.feature-btn .view-btn,
.warranty-btn .learn-btn {
    padding: 10px 30px;
    background-color: var(--light-green);
    border-color: var(--light-green);
    color: var(--white);
}
.warranty-page-section {
    background: 0 0;
    padding: 20px 0;
}
.warranty-page-section .warranty-inner-block {
    background-color: var(--dark-gray);
    padding: 24px;
}
.home-product-section .product-card {
    min-height: 356px;
}
.special-product-section {
    background-color: var(--dark-gray-color);
    position: relative;
}
.special-product-section:before {
    background: rgba(0, 0, 0, 0.74);
    z-index: 9;
}
.special-product-section:after {
    bottom: 0;
    background-image: url(../image/Game-Reaper-second-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.special-inner-content-block {
    position: relative;
    z-index: 10;
    color: var(--white);
}
.product-content-block .product-title h2,
.review-box-block .box-top,
.special-text-block p {
    margin-bottom: 10px;
}
.special-btn-block h5 {
    color: var(--light-green);
    margin-bottom: 16px;
}
.locator-inner-block .locator-content,
.special-img-block {
    padding: 12px;
}
.special-img-block .special-img-card {
    margin: 14px 0;
    min-height: 228px;
    padding: 20px;
    justify-content: center;
}
.special-img-block .special-img-card img {
    max-width: 180px;
    margin: 0 auto;
}
.newsletter-block .news-letter-btn {
    margin: 20px auto 0;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 1rem;
}
.piece-section {
    padding: 50px 0;
    background: #0000000a;
}
.piece-section .hightlight-title {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
}
.piece-section .hightlight-second-title {
    margin-top: 20px;
    margin-bottom: 8px;
    padding-bottom: 20px;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
    color: var(--light-green);
}
.product-section {
    background-image: url(../image/p-shape.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0;
    margin: 30px 0;
}
.home-product-section {
    margin-top: 10px;
}
.product-card {
    margin: 16px 0;
    transition: 0.3s;
    position: relative;
}
.product-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    opacity: 0;
}
.product-card .cart-btn {
    border: 1px solid var(--light-green);
    background-color: var(--light-green);
    border-radius: 0;
    position: relative;
    z-index: 11;
    color: var(--white);
    margin-top: 10px;
    margin-bottom: 10px;
}
.product-card .cart-stock-btn {
    border: 1px solid var(--error-color);
    color: var(--white);
    position: relative;
    z-index: 11;
    cursor: inherit;
}
.product-btn .cart-stock-btn {
    box-shadow: none;
    border: none;
}
.product-card:hover .view-more-btn {
    background-color: var(--light-green);
    color: var(--white);
    border-color: var(--light-green);
}
.breadcrumb-item.active,
.order-table-block .table tbody tr td p,
.product-card .product-btn p,
.product-card .product-content .special-tag,
.product-content-block .product-title .category-tag,
.total-payment-price p {
    font-weight: var(--font-weight-600);
    color: var(--light-green);
}
.product-card .product-content {
    min-height: 60px;
    margin-top: 10px;
}
.checkout-block .order-review .payment_option .form-group .error,
.product-card .product-content .special-tag {
    padding-bottom: 6px;
    display: block;
}
.product-card .product-img {
    padding: 6px;
    margin-bottom: 20px;
}
.product-card .product-img img {
    height: 250px;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
}
.product-card .product-detail-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translate(0, 50%);
    display: none;
    z-index: 10;
}
.dashboard-title:hover,
.review-box-block:hover {
    transform: translateY(-5px);
}
.sidebar-card {
    overflow: inherit;
}
.filter-group {
    border-bottom: 1px solid #e4e4e4;
    padding: 2px 0;
}
.filter-group .card-header {
    background: 0 0;
    padding: 6px;
    border-bottom: none;
}
.filter-group .refined-block p {
    font-weight: var(--font-weight-450);
    margin-bottom: 10px;
}
.filter-group .card-header .title {
    color: var(--black);
    margin-top: 2px;
    margin-bottom: 2px;
}
.filter-group .sidebar-listing-block {
    height: 145px;
    overflow-x: hidden;
}
.sidebar-listing-block::-webkit-scrollbar {
    width: 4px;
}
.sidebar-listing-block::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.sidebar-listing-block::-webkit-scrollbar-thumb {
    background: var(--light-green);
    border-radius: 10px;
}
.sidebar-listing-block::-webkit-scrollbar-thumb:hover {
    background: var(--dark-green);
}
.sort-field-select {
    font-weight: var(--font-weight-450);
    color: var(--black);
    font-size: 18px;
    z-index: 20;
    width: 100%;
}
.product-wrap .filed-select:before,
.select-pagination .field-select:before,
.sort-field-select:before {
    content: "";
    left: auto;
    right: 5px;
    position: absolute;
    background: var(--light-green);
    width: 20px;
    height: 20px;
    display: block;
    top: 10px;
}
.call-log-block,
.jumbotron-banner-section,
.jumbotron-bg-img,
.login-modal-pop .modal-login .modal-content,
.product-color-inner-block,
.product-contact-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.product-wrap .filed-select:after,
.select-pagination .field-select:after,
.sort-field-select:after {
    color: var(--light-green);
    padding: 3px;
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    width: 4px;
    height: 4px;
    top: 46%;
}
.blog-card .blog-content p img,
.new-address-block .product-wrap .form-control .list,
.product-video-block iframe,
.sort-field-select .list {
    width: 100%;
}
.sort-by-filter-block .nice-select {
    float: unset;
}
.sort-by-filter-block.show .list {
    display: unset;
}
.filter-btn-block {
    text-align: center;
    padding-top: 10px;
}
.filter-btn-block .submit-filter {
    background-color: var(--light-green);
    border-color: var(--light-green);
    color: var(--white);
    margin-right: 10px;
    font-size: 16px;
}
.filter-btn-block .reset-filter,
.no-data-block .reset-filter {
    font-size: 16px;
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white);
}
.icon-control {
    margin-top: 6px;
    float: right;
    font-size: 80%;
}
@media (max-width: 767px) {
    .main-header .mobile-toogle {
        margin-left: 15px;
    }
    .main-header .searchbar-input {
        margin: 0 15px;
    }
    .searchbar-admin {
        position: absolute;
        top: 8px;
        right: 20px;
    }
    .mega-menu.custom-mobile-menu .dropdown-menu li {
        padding: 0;
        width: 100%;
    }
    .product-info-menu-card .info-content {
        min-height: 120px;
        margin-bottom: 1rem;
    }
    .mega-menu ul.dropdown-menu.open {
        max-height: 58vh;
        overflow: auto;
    }
    .info-content-top-section .left-section {
        display: block;
    }
    .info-content-top-section .left-section .shopnow-btn {
        margin-left: 0;
        margin-top: 10px;
    }
    .sidebar-list {
        padding-left: 0;
        padding-right: 15px;
    }
    .sidebar-list li svg {
        display: none;
    }
    .icon-control {
        margin-top: 10px;
    }
}
.filter-content .click-check-block {
    border: 1px solid var(--light-gray);
    padding: 4px;
}
.filter-content .click-check-block .checkbox-btn {
    margin: 4px 0;
    position: relative;
}
.click-check-block .checkbox-btn {
    margin-bottom: 0;
    border-right: 1px solid var(--third-light-white);
}
.click-check-block .checkbox-btn:last-child {
    border-right: none;
}
.checkbox-btn .btn-light {
    font-size: 12px;
    padding: 4px 14px;
    margin-right: 4px;
    background: 0 0;
    color: var(--black);
}
.checkbox-btn input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.checkbox-btn input:checked ~ .btn {
    border-color: var(--light-green);
    background-color: var(--light-green);
    color: var(--white);
}
.filter-content .card-body {
    padding: 0.5rem;
}
.filter-content .form-check {
    padding: 6px 0 6px 1.25rem;
}
.filter-content .form-check-input {
    width: 16px;
    height: 16px;
    border: 1px solid var(--third-light-white);
    cursor: pointer;
}
.address-choose-block input[type="radio"],
.filter-content input[type="checkbox"] {
    accent-color: var(--light-green);
}
.review-filter-block .form-check .review-inner-check-block {
    padding-left: 6px;
}
.review-filter-block .form-check label {
    color: var(--third-light-white);
}
.filter-content .form-check-label {
    margin-left: 8px;
    cursor: pointer;
    font-weight: var(--font-weight-500);
}
.locator-inner-block .locator-content p,
.rating-block {
    margin-bottom: 4px;
    display: flex;
}
.rating-block .rating-text p {
    font-weight: var(--font-weight-500);
    margin-bottom: 0;
}
.call-log-block {
    background-image: url(../image/call-bg-img.png);
    padding: 20px 20px 60px;
    text-align: center;
    position: relative;
    border-top: 1px solid var(--third-light-white);
    margin-top: 16px;
}
.promotion-blog-block .call-log-block {
    margin-top: 0;
}
.call-log-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(94.23deg, #000 1.62%, rgba(0, 0, 0, 0.73) 99.69%);
}
.call-log-block .inner-call-log {
    position: relative;
    color: var(--white);
}
.call-log-block .inner-call-log a {
    background-color: var(--white);
    color: var(--black);
}
.promotion-slider-block .carousel-indicators {
    bottom: 10px;
}
.cart-header .btn,
.promotion-slider-block .carousel-indicators .active {
    background-color: var(--light-green);
}
.filtersidebar-container {
    position: sticky;
    top: 80px;
}
.filter-sidebar button {
    display: flex;
    margin-left: auto;
    background: var(--light-green);
    border-color: var(--light-green);
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    border: none;
    margin-bottom: 12px;
    padding: 0;
}

@media (min-width: 991px) {
    .filter-sidebar button {
        display: none;
    }
    .filtersidebar-container.filtersidebar-closed {
        display: grid;
    }
}
.login-modal-pop .modal-login {
    max-width: 600px;
}
.login-modal-pop .modal-login .modal-header {
    border-bottom: none;
    position: relative;
    justify-content: center;
}
.login-modal-pop .modal-login .close {
    position: absolute;
    right: -88px;
    top: -38px;
    padding: 5px 10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    color: var(--white);
    font-size: 50px;
    opacity: 1 !important;
}
.login-modal-pop .modal-login .close span {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-modal-pop .modal-login .close span .feather {
    stroke: #fff;
    width: 50px;
    height: 50px;
}
.login-modal-pop .modal-login .modal-content {
    color: var(--black);
    margin-bottom: 15px;
    background-color: var(--white);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    padding: 16px 42px;
    background-image: url(../image/p-shape-img.png);
}
.login-modal-pop .modal-login .form-group {
    margin-bottom: 0.7rem;
}
.dealer-locator-block .card-body,
.dealer-map-card,
.dealer-map-card .card-body,
.dealer-map-card .dealer-card-btn ul,
.login-modal-pop .modal-login .modal-body {
    padding: 0;
}
.login-modal-pop .modal-login .form-control {
    min-height: 38px;
    padding-left: 40px;
    border-width: 0 0 1px;
    border-radius: 0;
}
.login-modal-pop .modal-login .input-group-addon {
    max-width: 42px;
    text-align: center;
    background: 0 0;
    border-width: 0 0 1px;
    padding-left: 5px;
    border-radius: 0;
    margin-right: 10px;
    padding-top: 6px;
    position: absolute;
    z-index: 9;
}
.login-modal-pop .modal-login .input-group-addon .feather {
    width: 20px;
    height: 20px;
    display: inline-block;
}
.login-modal-pop .modal-login .btn {
    font-size: 15px;
    font-weight: 700;
    background: var(--light-green);
    border-radius: 25px;
    border: none;
    min-width: 140px;
    padding: 10px;
    outline: 0;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    color: var(--white);
    text-decoration: none;
}
.login-modal-pop .modal-login .hint-text {
    padding-top: 30px;
}
.login-modal-pop .modal-login .modal-footer {
    color: var(--black);
    border-color: var(--third-light-white);
    text-align: center;
    margin: 30px -16px -12px;
    justify-content: center;
}
.login-modal-pop .modal-login .social-btn {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--white);
    margin: 0 6px;
}
.login-modal-pop .modal-login a {
    text-decoration: underline;
}
@media (max-width: 991px) {
    .filtersidebar-container {
        position: initial;
    }
    .filtersidebar-container.filtersidebar-closed .sidebar-card {
        position: absolute;
        z-index: 50;
        width: 100%;
        top: 44px;
        left: 0;
        right: 0;
    }
    .login-modal-pop .modal-login .modal-content {
        padding: 10px 20px;
    }
    .login-modal-pop .modal-login .close {
        right: -16px;
        top: -44px;
    }
    .login-modal-pop .modal-header .nav-home-logo {
        padding-right: 0;
    }
    .login-modal-pop .password-eye {
        right: 0;
    }
    .login-modal-pop .modal-login .btn {
        margin-top: 20px;
    }
    .login-modal-pop .modal-login .modal-footer {
        margin: 20px -16px -12px;
    }
}
.product-tabs-list,
.single-product-section {
    margin-bottom: 30px;
}
.single-product-inner-block {
    border-bottom: 1px solid var(--third-light-white);
    padding-bottom: 20px;
}
.single-user-block .slatety {
    color: var(--dark-gray-color);
}
.bs-example {
    margin: 8px 0;
}
.breadcrumb .breadcrumb-item a {
    color: var(--black);
    font-weight: var(--font-weight-600);
}
.breadcrumb .breadcrumb-item {
    font-weight: var(--font-weight-600);
    text-transform: uppercase;
}
.toast.toast-success {
    background-color: var(--dark-green);
    box-shadow: none;
    z-index: 9999;
    position: relative;
    opacity: 1;
}
.toast.toast-error {
    background-color: var(--second-error-color);
}
.product-sale-tag-block {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    background-color: var(--light-green);
    border: 1px solid var(--light-green);
}
.product-sale-tag-block p {
    margin-bottom: 0;
    color: var(--white);
    font-size: 15px;
}
.product-img-block .sale-block {
    position: absolute;
    left: 92px;
    z-index: 9;
    background-color: var(--light-green);
    padding: 4px 20px;
    color: var(--white);
    border-radius: 0 0 0 16px;
    font-size: 18px;
}
.rating-block .star-rating img {
    max-width: 80px;
}
.product-content-block .product-title {
    border-bottom: 1px solid var(--third-light-white);
    margin-bottom: 24px;
}
.main-payment-block .order-payment-price p,
.product-content-block .product-title p,
.total-payment-block .payment-price p {
    font-weight: var(--font-weight-600);
    margin-bottom: 6px;
}
.product-content-block .product-title .category-tag {
    font-size: 20px;
}
.product-content-block .price-block h4 {
    font-size: 24px;
    margin-bottom: 0;
}
.product-filed-block {
    padding-top: 15px;
    border-top: 1px solid var(--third-light-white);
    border-bottom: 1px solid var(--third-light-white);
    margin-bottom: 15px;
}
.product-detail {
    border: 1px solid var(--third-light-white);
    padding: 10px 16px;
}
.product-detail-inner-block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.product-detail-inner-block .product-wrap {
    width: 50%;
    padding: 0 20px 0 0;
}
.product-wrap .filed-select {
    border-radius: 0;
    border-color: var(--third-light-white);
    font-weight: var(--font-weight-450);
    color: var(--light-gray);
    width: 100%;
}
.product-wrap .filed-select .current {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
.product-wrap .filed-select .list {
    white-space: nowrap;
    overflow: auto;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
.product-wrap:nth-child(2n) {
    padding-right: 0;
}
.product-single-section {
    margin-top: 40px;
    padding: 30px 0;
    border-top: 1px solid var(--light-white);
}
.product-content-block .cart-btn .add-cart-btn {
    background-color: var(--light-green);
    border-color: var(--light-green);
    padding: 10px 36px;
    margin-top: 8px;
}
.quantity-block .quantity-text {
    font-weight: var(--font-weight-600);
    font-size: 24px;
}
.qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--third-light-white);
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    background: 0 0;
    border: none;
    padding: 4px 13px;
    font-size: 10px;
    height: 40px;
    width: 38px;
    transition: 0.3s;
}
.qty-container .input-qty {
    text-align: center;
    padding: 6px;
    border: none;
    max-width: 48px;
    height: 38px;
}
.product-content-tab .table-left-block {
    font-weight: var(--font-weight-600);
    width: 150px;
    color: var(--light-green);
}
.star-rating label {
    color: var(--third-light-white);
    font-size: 1rem;
    padding: 0;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.common-content-block .category-about-text p,
.product-description-block .product-detail-text p,
.product-detail-block .product-detail-text p,
.review-content-block .review-text p {
    margin-bottom: 20px;
    letter-spacing: 0.5px;
    line-height: 30px;
}
.product-tab-section {
    padding: 20px 0 40px;
}
.product-tabs-list .nav-item {
    width: 50%;
    text-align: center;
    font-size: 18px;
    padding: 12px 16px;
    border-color: var(--dark-gray);
    color: var(--dark-gray);
    border: 1px solid var(--third-light-white);
    border-radius: 0;
    font-weight: var(--font-weight-600);
}
.product-tabs-list .nav-item:hover {
    background-color: var(--light-green);
    border-color: var(--third-light-white);
    color: var(--white);
}
.product-tabs-list .nav-item.active {
    background: var(--light-green);
    border-color: var(--light-green);
    color: var(--white);
}
.product-description-block ul,
.product-info-block ul {
    list-style: disc;
    padding-left: 16px;
}
.product-info-single-block {
    border-bottom: 1px solid var(--third-light-white);
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.product-info-single-block h5 {
    margin-bottom: 18px;
}
.product-description-block .common-title {
    font-size: 25px;
}
#scrollBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: 0;
    background-color: var(--dark-green);
    color: #fff;
    cursor: pointer;
    padding: 4px 10px;
    border-radius: 4px;
}
.single-product-card {
    padding: 16px;
    min-height: 230px;
}
.single-product-card .review-content-block .review-text .review-title {
    color: var(--black);
    margin-top: 6px;
    position: absolute;
    bottom: 10px;
}
.product-remove a,
.review-title {
    font-size: 30px;
}
.client-review-section {
    border-top: 1px solid var(--light-white);
    padding: 30px 0;
}
.contnt-btn ul li .contact-btn,
.contnt-btn ul li .dealer-btn:hover {
    border-color: var(--white);
    background-color: transparent;
}
.review-box-block {
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 20px;
    margin: 20px 0;
}
.review-box-block .profile-img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid var(--light-white);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--light-green);
    color: #fff;
}
.review-box-block .profile {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.review-box-block .name-user {
    display: flex;
    flex-direction: column;
}
.review-box-block .name-user strong {
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.review-box-block .name-user span {
    color: #979797;
    font-size: 13px;
}
.review-box-block .client-comment p {
    color: #4b4b4b;
}
.review-box-block:hover {
    transition: 0.3s;
}
.listing-product-section {
    padding: 10px 0 40px;
    margin: 30px 0;
}
.listing-product-section .product-card {
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 32px;
    min-height: 394px;
}
.sale-tag-block {
    position: absolute;
    right: 1px;
    top: 0;
    padding: 0 20px;
    background-color: var(--light-green);
    border: 1px solid var(--light-green);
}
.sale-tag-block p {
    margin-bottom: 0;
    color: var(--white);
    font-size: 14px;
}
.product-color-section {
    margin-bottom: 40px;
    overflow: hidden;
}
.product-color-inner-block {
    background-image: url(../image/color-bg-img.png);
    position: relative;
    padding: 90px 60px;
}
.product-color-inner-block:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90.5deg, #70a32e 10.24%, rgba(112, 163, 46, 0) 103.57%);
    width: 100%;
    height: 100%;
}
.product-color-inner-block .left-color-content p {
    font-weight: var(--font-weight-600);
    color: var(--white);
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}
.left-color-content .product-btn-block a {
    background-color: var(--black);
    color: var(--light-green);
}
.right-color-image img {
    margin: 0 6px;
}
.right-color-image .first-row-inner-img {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -146px;
    left: auto;
    right: 0;
}
.right-color-image .second-row-inner-img {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -156px;
    right: 18%;
}
.listing-product-section .pagination-block {
    position: absolute;
    bottom: 0;
    height: 0;
}
.select-pagination {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 190px;
}
.select-pagination .control-label {
    position: absolute;
    margin-bottom: 0;
    margin-left: 9px;
    font-weight: var(--font-weight-600);
    text-transform: uppercase;
    z-index: 21;
}
.select-pagination .field-select {
    padding-left: 56px;
    font-weight: var(--font-weight-450);
    color: var(--black);
    text-transform: uppercase;
    min-width: 200px;
    z-index: 14;
    font-size: 18px;
}
.pagination-inner-block .pagination {
    justify-content: end;
    border-radius: 0;
}
.pagination-inner-block .pagination .page-item .page-link {
    border-radius: 0;
    color: var(--black);
    font-weight: var(--font-weight-600);
}
.pagination-inner-block .pagination .page-item [aria-label="Previous"] span {
    background: var(--light-white);
    padding: 4px;
    color: var(--white);
}
.pagination-inner-block .pagination .page-item [aria-label="Next"] span {
    background: var(--light-green) !important;
    padding: 4px;
    color: var(--white);
}
.pagination-inner-block .page-item.active .page-link {
    background-color: var(--light-green);
    border: var(--light-green);
    color: var(--white);
    line-height: 25px;
}
@media (max-width: 767px) {
    .pagination-inner-block .pagination {
        justify-content: flex-start;
        padding-bottom: 18px;
    }
}

.jumbotron-banner-section {
    background-image: url(../image/category-bg-img.png);
    padding: 100px 0;
}
.category-banner-img img {
    max-width: 250px;
}
.category-banner-content span {
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: var(--font-weight-400);
}
.category-banner-content h1 {
    font-size: 60px;
}
.category-about-section {
    padding: 40px 0;
    background-color: var(--second-light-white);
}
.category-about-section .category-about-text {
    margin: 0 auto;
}
.category-listing-saection {
    padding: 50px 0;
}
.product-card .category-product-img {
    padding: 6px;
    margin-bottom: 36px;
}
.product-card .category-product-img img {
    height: 100px;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
}
.product-video-section {
    padding: 54px 0 16px;
    margin-bottom: 10px;
    position: relative;
}
.product-video-section:after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 350px;
    background-color: var(--black);
}
.product-video-inner-block {
    position: relative;
    z-index: 10;
}
.product-video-block {
    margin-top: 60px;
    border: 6px solid var(--white);
}
.user-review-section {
    padding: 20px 0;
}
.review-content-block .review-text {
    max-width: 500px;
    margin: 0 auto;
}
.review-content-block .review-text .review-title {
    display: block;
    margin-top: 20px;
    font-weight: var(--font-weight-600);
    font-size: 24px;
    color: var(--light-green);
}
.product-contact-section {
    background-image: url(../image/product-bg-img.png);
    padding: 60px 0;
    margin-top: 30px;
}
.contnt-btn ul {
    list-style: none;
    padding: 0;
}
.contnt-btn ul li {
    display: inline-flex;
    margin: 0 24px;
}
.contnt-btn ul li .btn {
    padding: 10px 30px;
    font-size: 16px;
}
.contnt-btn ul li .contact-btn:hover,
.locator-btn-block .dealer-reset-btn {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}
.mount-gun-section {
    padding: 60px 0;
    position: relative;
}
.mount-content-block h3 {
    font-size: 32px;
}
.mount-content-block p {
    max-width: 600px;
    margin: 0 auto;
    display: block;
    color: var(--black);
    font-weight: var(--font-weight-500);
}
.category-description-section {
    background-color: var(--dark-gray);
    padding: 60px 0 20px;
}
.category-description-block {
    max-width: 900px;
    margin: 0 auto;
    color: var(--white);
    justify-content: center;
    padding: 24px 0;
}
.category-description-content {
    max-width: 660px;
}
.category-description-img {
    background-color: var(--light-green);
    padding: 10px 20px;
}
.category-description-img img {
    max-width: 70px;
}
.empty-cart-section {
    padding: 60px 0;
}
.empty-cart-content p {
    max-width: 350px;
    margin: 18px auto 0;
    display: block;
}
.empty-cart-block .empty-cart-btn-block a.btn {
    margin: 4px 6px;
    padding: 10px 16px;
}
.cart-block:after,
.cart-block:before {
    content: " ";
    display: block;
    overflow: hidden;
}
.cart-block:after {
    clear: both;
}
.cart-header {
    border-bottom: 1px solid var(--third-light-white);
    padding-bottom: 20px;
    position: relative;
    align-items: center;
}
.cart-header strong {
    font-size: 1.8em;
    position: relative;
    line-height: 1;
}
.product-table {
    width: 100%;
    margin-bottom: 10px;
}
.product-table tr {
    background: 0 0;
    border: 1px solid var(--third-light-white);
    border-top: none;
}
.checkout-head,
.product-table th {
    background-color: var(--dark-gray);
    color: var(--white);
}
.product-table .product-price,
.product-table .product-quantity,
.product-table .product-subtotal {
    text-align: center;
    font-size: 20px;
}
.product-table .view-more {
    margin-left: 8px;
    color: var(--light-green);
    padding: 4px;
    font-size: 16px;
}
.product-table .view-more:hover {
    background-color: var(--dark-green);
    border: 1px solid var(--dark-green);
    color: var(--white);
}
.product-table th {
    text-align: left;
    font-size: 20px;
    padding: 14px 24px;
    font-weight: var(--font-weight-600);
    border-left: 1px solid var(--white);
    border-right: 1px solid var(--white);
}
.product-table .product-remove {
    width: 35px;
}
.product-table .product-thumbnail {
    width: 100px;
    border-right-color: transparent;
}
.product-table img {
    max-width: 76px;
}
.product-table td {
    border: 1px solid var(--third-light-white);
    padding: 24px;
    font-size: 18px;
}
.product-table td .product-details {
    margin-top: 12px;
    border-top: 1px solid var(--third-light-white);
    padding-top: 8px;
}
.product-details .variation-block {
    margin-bottom: 6px;
}
.product-details .variation-block .variation-option {
    margin-right: 10px;
    font-weight: 600;
}
.product-name a {
    color: var(--dark-gray);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: var(--font-weight-500);
}
.product-table .product-quantity {
    width: 175px;
}
.cart .quantity .qty {
    width: 45px;
}
.sub-table {
    margin: 6px 0;
    position: relative;
}
.sub-table .customer-care {
    padding-top: 14px;
    font-size: 14px;
    color: var(--light-gray);
}
.sub-table .summary-block ul {
    text-align: right;
}
.sub-table .summary-block ul li {
    text-align: right;
    padding: 10px 0;
    font-size: 1.2em;
    font-weight: var(--font-weight-800);
}
.sub-table .summary-block ul li span {
    display: inline-block;
}
.sub-table .summary-block ul li span.sb-label {
    color: var(--black);
    font-size: 24px;
    font-weight: var(--font-weight-600);
}
.sub-table .summary-block ul li .sub-total {
    font-size: 20px;
    color: var(--black);
    font-weight: var(--font-weight-500);
}
.sub-table .summary-block ul li .sb-value {
    font-size: 26px;
    margin-left: 20px;
}
.cart-footer {
    border-top: 1px solid #eee;
    margin-top: 6px;
    padding-top: 12px;
    text-align: right;
}
.cart-footer .cont-shopping,
.checkout-block .order-review,
.order-payment-form,
.payment-order-block {
    border: 1px solid var(--third-light-white);
}
.cart-footer .cont-shopping {
    cursor: pointer;
    margin-right: 10px;
    background-color: transparent;
    color: var(--black);
}
@media (max-width: 767px) {
    .right-header-block {
        justify-content: center;
    }
    .sub-table .copy-block {
        float: right;
        margin-top: 0;
        text-align: right;
        padding: 12px;
        background: rgba(0, 0, 0, 0.035);
    }
    .sub-table .summary-block {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .sub-table .summary-block .sb-promo {
        position: relative;
        max-width: 100%;
        width: auto;
        text-align: left;
        border-bottom: none;
        border-bottom: 1px solid var(--third-light-white);
    }
    .sub-table .summary-block .sb-promo input {
        width: auto;
    }
    .cart-footer .checkout-btn {
        margin-left: 10px;
    }
    .cart-footer .cont-shopping {
        margin-top: 10px;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .product-table .view-more {
        margin-left: 0;
        display: block;
        margin-top: 11px;
        text-align: center;
    }
    .sidebar-list {
        padding-left: 0;
        padding-right: 15px;
    }
}
@media (max-width: 576px) {
    .listing-product-section .product-card {
        min-height: unset;
    }
}
.nice-select .list {
    max-height: 200px;
}
.nice-select.open .list {
    max-height: 200px;
    overflow-y: auto;
}
.checkout-head {
    margin-bottom: 30px;
    padding: 20px;
}
.checkout-head .checkout-text {
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.checkout-block .order-review {
    padding: 20px;
}
.payment_method .payment_option .nice-select.form-control {
    height: 42px;
    vertical-align: middle;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    padding-left: 10px;
}
.payment_method .payment_option input {
    height: 42px;
}
.payment_option .nice-select.open .list {
    max-height: 120px;
}
.payment_option .nice-select .option {
    line-height: 30px;
    min-height: 30px;
}
.payment_option .input-group img {
    position: absolute;
    z-index: 99;
    top: 8px;
    background: var(--white);
    left: 4px;
}
.payment_option .input-group .form-control {
    padding-left: 12px;
}
.checkout-block .order-review .btn-submit {
    padding: 12px 16px;
}
.order-payment-form {
    padding: 16px 24px 2px;
    margin-bottom: 20px;
}
.order-payment-form .custom_select {
    display: grid;
}
.order-payment-form .form-group .error {
    margin-top: 2px;
    margin-bottom: 20px;
    display: block;
}
.order-payment-form .form-control.bill.bill_state {
    height: calc(1.5em + 0.75rem + 2px);
    display: flex;
    align-items: center;
    white-space: normal;
}
.order-payment-form .nice-select.form-control span {
    text-wrap: wrap;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    color: #495057;
    opacity: 0.9;
}
.order-payment-form .nice-select.open .list {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
.order-payment-form .form-control.bill.bill_state:hover {
    border-color: var(--light-green);
}
.payment-order-block {
    padding: 16px 12px 2px;
    margin-bottom: 8px;
}
.order-card-block,
.promo-inner-block {
    border-bottom: 1px solid var(--forth-light-white);
}
.order-card-block {
    padding-bottom: 16px;
}
.outer-order-card-block {
    border: 1px solid var(--forth-light-white);
    padding: 8px;
    position: relative;
}
.order-card {
    padding: 6px;
    box-shadow: none;
}
.order-card .order-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-width: 110px;
}
.order-sale-tag-block {
    position: relative;
    left: -63px;
    top: -92px;
    z-index: 9;
    transform: rotate(320deg);
}
.order-sale-tag-block p {
    padding: 0 20px;
    background-color: var(--error-color);
    border: 1px solid var(--error-color);
    color: #fff;
    display: inline-block;
    margin-bottom: 0;
    border-radius: 40px;
}
.order-inner-block,
.order-table-block .view-order-title {
    display: flex;
}
.order-inner-block .order-img {
    min-width: 104px;
}
.order-inner-block .order-content {
    padding: 4px 16px 8px;
    min-width: 226px;
}
.order-inner-block .order-content p {
    margin-bottom: 4px;
    color: #555;
}
.blog-card .blog-user-block p,
.order-card .order-price p,
.order-payment-price p,
.topbar-blog .blog-user-block p {
    font-weight: var(--font-weight-600);
}
.main-payment-block {
    padding: 6px 8px 12px;
}
.main-payment-block .order-payment-field {
    margin: 2px 0;
    border-top: 1px solid var(--forth-light-white);
    padding-top: 10px;
}
.main-payment-block .order-payment-price {
    min-width: 60px;
}
.main-payment-block .order-payment-text p,
.total-payment-block .payment-text p {
    font-weight: var(--font-weight-600);
    color: var(--black);
    margin-bottom: 6px;
}
.main-payment-block .order-payment-text p .shiping-title {
    color: var(--second-light-gray);
}
.promo-inner-block {
    position: relative;
    padding-bottom: 16px;
}
.promo-inner-block .formgroup-input {
    position: relative;
    margin-bottom: 0;
}
.promo-inner-block .formgroup-input img {
    position: absolute;
    top: 8px;
    left: 7px;
    background: var(--white);
}
.promo-inner-block .formgroup-input .coupon-code {
    padding-left: 40px;
    height: 40px;
}
.promo-inner-block .apply-coupon {
    position: absolute;
    right: 0;
    top: 1px;
    padding: 5px 16px;
    border-radius: 0 4px 4px 0;
    height: 39px;
}
.total-payment-block .payment-price {
    max-width: 60px;
}
.home-redirect-btn a.btn {
    padding: 6px 26px;
    width: 130px;
}
.jumbotron-section {
    position: relative;
    margin-top: 17px;
}
.jumbotron-bg-img {
    position: relative;
    background-image: url(../image/bg-wrapper-img.png);
    padding: 64px 40px;
}
.jumbotron-bg-img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(94.23deg, #000 1.62%, rgba(0, 0, 0, 0.73) 99.69%);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    display: block;
}
.jumbotron-content {
    position: relative;
    color: var(--white);
    max-width: 800px;
}
.dealer-location-section {
    padding: 0 0 40px;
}
.top-search-filter .search-wrap {
    display: flex;
    align-items: center;
}
.search-wrap .form-control {
    max-width: 970px;
    margin-right: 10px;
    height: 46px;
    font-size: 18px;
}
.locator-btn-block .locator-btn {
    width: 180px;
    min-height: 46px;
    line-height: 31px;
}
.locator-btn-block .dealer-search-btn {
    background-color: var(--dark-green);
}
.dealer-inner-block {
    border-bottom: 1px solid var(--second-light-white);
    position: relative;
    margin-top: 20px;
}
.dealer-map-block {
    width: 100%;
    margin-right: 5px;
    padding-right: 5px;
    box-shadow: 0 2px 3px 0 #dcdcdc;
    border-left: 1px solid var(--third-light-white);
    position: relative;
}
.dealer-locator-block {
    background-color: #f7f7f7;
    overflow-y: auto;
    height: 540px;
    padding: 8px;
}
.dealer-locator-block .card {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    padding: 0;
    margin-bottom: 12px;
}
.locator-img img {
    width: 150px;
    height: 120px;
    object-fit: cover;
}
.locator-content .dealer-icon svg.feather {
    width: 18px;
    height: 18px;
    display: inline-block;
    stroke: var(--light-green);
}
.dealer-card-btn ul {
    text-align: right;
    padding: 0 8px;
}
.dealer-card-btn ul li {
    display: inline-flex;
    margin: 6px;
}
.dealer-map-card .dealer-card-btn ul li {
    display: block;
    margin: 4px 0;
}
.dealer-card-btn ul li .disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    pointer-events: none;
    opacity: .65;
    webkit-user-select: none;
    user-select: auto;
}
.breadcrumb-bg-section {
    background-color: var(--forth-light-white);
    padding-top: 6px;
    padding-bottom: 68px;
}
.breadcrumb-bg-section .bs-example {
    margin: 0;
}
.breadcrumb-bg-block .country-tag {
    padding-bottom: 20px;
}
.contact-block-section {
    margin-top: -72px;
    margin-bottom: 30px;
}
.contact-block {
    margin: 20px 0;
    border: 1px solid var(--third-light-white);
    background-color: var(--white);
    padding: 20px 36px;
    min-height: 548px;
}
.contact-detail-block {
    margin: 20px 0;
}
.contact-detail-block .content li {
    padding: 6px 0;
    color: var(--black);
    font-size: 18px;
    display: flex;
    align-items: center;
}
.contact-detail-block .content li img {
    max-width: 28px;
    margin-right: 16px;
}
.followbtn {
    box-sizing: border-box;
    position: relative;
    margin: 0.2em;
    padding: 0 15px 0 46px;
    border: none;
    text-align: left;
    line-height: 34px;
    white-space: nowrap;
    border-radius: 0.2em;
    font-size: 16px;
    color: var(--white);
}
.followbtn:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 34px;
    height: 100%;
}
.followbtn:active {
    box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}
.followbtn-facebook {
    background-color: var(--light-blue-color);
    background-image: linear-gradient(var(--light-blue-color), #3b55a0);
    text-shadow: 0 -1px 0 #354c8c;
}
.followbtn-facebook:before {
    border-right: 1px solid #364e92;
    background: url("../image/facebook-img.png") 6px 6px no-repeat;
}
.followbtn-facebook:focus,
.followbtn-facebook:hover {
    background-color: #5b7bd5;
    background-image: linear-gradient(#5b7bd5, #4864b1);
}
.followbtn-instagram {
    background: radial-gradient(circle farthest-corner at 0 150%, #ffe17d 0, #ffcd69 12%, #fa9137 25%, #eb4141 41%, transparent 95%), linear-gradient(-15deg, #234bd7 -10%, #c33cbe 65%);
    background-size: 120% 120%;
    animation: 5s ease-out infinite GradientBackground;
}
.followbtn-instagram:before {
    border-right: 1px solid #bb3f30;
    background: url("../image/instagram-img.png") 6px 6px no-repeat;
}
.followbtn-instagram:focus,
.followbtn-instagram:hover {
    background: #e74b37;
}
.form-block .form-control {
    padding: 6px 14px;
}
.form-block .contact-btn {
    padding: 10px 36px;
    margin-top: 8px;
}
.faq-bg-section {
    background-color: var(--forth-light-white);
    padding: 8px 0;
}
.faq-block .card {
    box-shadow: none;
    margin: 16px 0;
    padding: 6px 16px;
    background-color: var(--second-light-white);
    border-radius: 0;
    border: 1px solid var(--light-white);
}
.faq-block .card-header {
    background: 0 0;
    padding: 8px 0 8px 16px;
}
.faq-block .collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
    justify-content: left;
    background: 0 0;
    color: var(--black);
    padding: 0 2px;
    align-items: center;
    display: flex;
    font-size: 15px;
    font-weight: var(--font-weight-800);
}
.faq-block .faq-head {
    max-width: 1000px;
}
.faq-block .collapsible-link::before {
    content: "\f107";
    position: absolute;
    top: 32%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: FontAwesome;
    font-size: 1.1rem;
}
.faq-block .collapsible-link[aria-expanded="true"]::before {
    content: "\f106";
}
.faq-video-block {
    padding: 16px 24px;
}
.faq-video iframe {
    max-width: 100%;
    width: 100%;
}
.help-product-list {
    border: 1px solid var(--third-light-white);
    padding: 24px;
    min-height: 252px;
}
.help-product-list h5 {
    color: var(--light-green);
    padding-bottom: 6px;
}
.help-product-list ul li {
    padding: 6px 0;
    font-weight: var(--font-weight-500);
    display: flex;
    align-items: flex-start;
}
.help-product-list ul li img {
    margin-right: 10px;
    padding-top: 4px;
}
.user-dashboard {
    padding-top: 20px;
    padding-bottom: 20px;
}
.dashboard-wrap .sidebar-block {
    height: 100%;
    border-radius: 0.25rem;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    border: 1px solid var(--light-white);
    background: var(--black);
    min-height: 600px;
}
.dashboard-left-nav {
    padding: 0;
    margin-bottom: 0;
}
.dashboard-left-nav li {
    list-style: none;
    margin: 8px 0;
    border-bottom: 1px solid var(--light-gray);
}
.dashboard-left-nav li a {
    display: flex;
    align-items: center;
    padding: 10px 8px 10px 12px;
    color: var(--white);
    position: relative;
    font-size: 17px;
}
.dashboard-left-nav .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: var(--light-green);
    border-radius: 0;
    border-left: 3px solid #507f15;
}
.dashboard-left-nav li .arrow-icon {
    padding-right: 12px;
}
.dashboard-card .card-body {
    padding: 0 10px;
}
.dashboard-title {
    display: block;
    transition-duration: 0.3s;
    transition-property: transform;
    transform: translateZ(0);
}
.inner-dashboard-title h4 {
    font-weight: var(--font-weight-400);
    margin-bottom: 0;
    color: var(--black);
    font-size: 18px;
}
.total-payment-price p,
.total-payment-text p {
    margin-bottom: 4px;
    font-size: 24px;
}
.order-payment-text p,
.total-payment-text p {
    color: var(--second-dark-gray);
    font-weight: var(--font-weight-600);
}
.inner-dashboard-title .card-order-icon {
    border: 1px solid var(--light-white);
    background-color: var(--light-white);
    padding: 4px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-dashboard-title .card-order-icon svg.feather {
    padding: 1px;
}
.dashboard-card .card-count {
    padding-top: 24px;
    padding-bottom: 12px;
}
.order-table-block .order-status {
    display: flex;
    padding-left: 30px;
    align-items: center;
}
.order-table-block .order-status img {
    display: table-caption;
    vertical-align: middle;
}
.order-table-block .pending-order {
    color: var(--warning-color);
}
.order-table-block .view-order-block {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--third-light-white);
    background: var(--white);
    box-shadow: 0 4px 27px rgba(0, 0, 0, 0.1);
    padding: 3px;
    max-width: 84px;
    margin: 0 auto;
}
.order-table-block .table thead th {
    color: var(--dark-gray-color);
    vertical-align: middle;
    border-bottom: 1px;
    border-color: var(--third-light-white);
    border-top: none;
}
.order-table-block .table tbody tr td,
.order-table-block .table tbody tr th {
    border-color: var(--third-light-white);
}
.order-table-block .table tbody tr td {
    color: var(--dark-gray);
    vertical-align: middle;
    font-weight: var(--font-weight-500);
}
.order-table-block .table tbody tr td:nth-child(3) {
    min-width: 85px;
}
.dashboard-right-block {
    height: 620px;
    overflow-y: auto;
    padding-right: 10px;
}
.dashboard-right-block::-webkit-scrollbar {
    width: 4px;
}
.dashboard-right-block::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.dashboard-right-block::-webkit-scrollbar-thumb {
    background: var(--light-green);
    border-radius: 10px;
}
.order-address-block,
.order-payment-block {
    border: 1px solid var(--forth-light-white);
}
.dashboard-right-block::-webkit-scrollbar-thumb:hover {
    background: var(--dark-green);
}
.custom-card-header {
    padding: 8px 16px;
}
.order-view-block .order-table-block td {
    padding: 12px 2px;
}
.order-view-block .product-specification-block td {
    padding: 0.75rem;
}
.order-payment-block {
    padding: 12px 24px;
}
.order-payment-field {
    margin: 4px 0;
}
.payment-method-field {
    border-top: 1px solid var(--forth-light-white);
    padding-top: 12px;
}
.order-payment-price,
.total-payment-price {
    min-width: 45px;
}
.total-payment-field {
    background: var(--second-light-white);
    padding: 16px 24px;
}
.address-card-block {
    padding: 24px;
}
.blog-card .blog-content,
.order-address-block {
    padding: 16px;
}
.order-address-block .card-header h5 {
    display: flex;
    align-items: end;
}
.order-address-block .arrow-icon svg.feather {
    max-width: 21px;
}
.more-address-block {
    padding: 8px;
    margin-top: 20px;
}
.more-address-block .address-card-block {
    margin: 0 8px;
    padding: 8px 24px;
}
.order-address-carousel .slick-track {
    margin-left: 0;
    margin-right: 0;
}
.more-address-block .address-card-block .address-checkbox {
    position: absolute;
    right: 16px;
    top: 16px;
}
.more-address-block .address-card-empty {
    margin: 0;
    justify-content: center;
    min-width: 100%;
    vertical-align: middle;
    text-align: center;
}
.address-title h5 span {
    color: var(--light-green);
    display: block;
    font-size: 18px;
}
.user-detail-block p {
    margin-bottom: 8px;
    font-weight: var(--font-weight-450);
    display: flex;
    align-items: flex-start;
    word-break: break-all;
}
.order-btn-action-block,
.order-btn-action-block li {
    display: inline-flex;
    width: 100%;
}
.user-detail-block p .user-inner-address-block {
    word-break: break-word;
}
.user-detail-block p .user-address-block {
    float: left;
}
.user-detail-block p .arrow-icon svg.feather {
    max-width: 20px;
    stroke: var(--light-green);
}
.order-download-block .plus-icon {
    max-width: 16px;
}
.order-btn-action-block li {
    text-align: center;
    margin: 10px 0;
}
.order-btn-action-block li .order-action-btn {
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 20px;
}
.order-btn-action-block li .edit-btn {
    border: 1px solid var(--light-green);
    color: var(--light-green);
    margin-right: 8px;
}
.order-btn-action-block li .edit-btn:hover {
    background-color: var(--dark-green);
    color: var(--white);
}
.order-btn-action-block li .delete-btn {
    border: 1px solid var(--error-color);
    color: var(--error-color);
}
.order-btn-action-block li .delete-btn:hover {
    background-color: var(--error-color);
    color: var(--white);
}
.address-choose-block .form-check {
    display: inline-block;
    margin-right: 40px;
}
.address-choose-block .form-check-input {
    width: 20px;
    height: 20px;
}
.address-choose-block .form-check-label {
    font-weight: var(--font-weight-600);
    margin-left: 10px;
}
.new-address-block .product-wrap .form-control {
    border-radius: 4px;
    border-color: var(--light-green);
}
.password-eye {
    position: absolute;
    top: 7px;
    right: 16px;
    z-index: 9;
    padding: 0 4px;
    cursor: pointer;
}
.common-form-design .form-group .password-eye {
    top: 40px;
}
.user-common-btn {
    padding: 10px 22px;
}
.more-address-block::-webkit-scrollbar {
    width: 100%;
    height: 8px;
}
.more-address-block::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
.more-address-block::-webkit-scrollbar-thumb {
    background: var(--light-green);
    border-radius: 10px;
}
.more-address-block::-webkit-scrollbar-thumb:hover {
    background: var(--dark-green);
}
.blog-card {
    padding: 0;
    border-radius: 0;
    margin: 16px 0;
    min-height: 378px;
}
.blog-card .blog-img img {
    max-height: 190px;
    object-fit: contain;
    padding-top: 10px;
}
.blog-card .blog-content h5 {
    font-size: 18px;
    padding-top: 6px;
}
.blog-card .blog-content .date-tilte,
.topbar-blog .blog-title .date-tilte {
    display: block;
    color: var(--second-light-gray);
    font-weight: var(--font-weight-500);
}
.blog-card .blog-content p strong,
.blog-detail-block h2 strong,
.blog-detail-block h3 strong,
.blog-detail-block p strong {
    font-weight: 400;
}
.topbar-blog .blog-title {
    max-width: 650px;
}
.blog-detail-block .blog-content p {
    font-weight: var(--font-weight-500);
    color: var(--black);
}
.blog-detail-block h2,
.blog-detail-block h3 {
    font-size: 24px;
    margin-top: 28px;
    letter-spacing: 0.8px;
}
.blog-detail-block {
    margin-bottom: 20px;
}
.article-blog-block {
    border-top: 1px solid var(--third-light-white);
    padding-top: 30px;
    margin: 30px 0;
}
.no-data-block img {
    max-width: 400px;
}
.no-data-block p {
    color: #000;
    max-width: 350px;
    margin: 0 auto 14px;
    font-weight: 500;
}
@media (min-width: 975px) and (max-width: 1220px) {
    .faq-block .faq-head {
        max-width: 860px;
    }
}
@media (min-width: 768px) {
    .dashboard-wrap .mobile-toogle {
        display: none;
    }
}
@media (max-width: 1180px) {
    .order-inner-block {
        display: block;
    }
    .order-inner-block .order-content {
        padding: 4px 0 8px;
    }
    .payment_method .payment_option .nice-select.form-control {
        margin-bottom: 16px;
    }
    .order-table-block .order-status {
        padding-left: 0;
        padding-right: 16px;
    }
}
@media (max-width: 1120px) {
    .order-table-block .order-status {
        padding-left: 0;
        padding-right: 16px;
    }
}
@media (max-width: 1024px) {
    .dashboard-wrap .sidebar-block {
        padding: 2px 10px;
    }
    .dashboard-left-nav li a {
        padding: 10px 2px 10px 4px;
        font-size: 15px;
    }
    .search-box {
        margin-right: 0;
    }
    .category-card-block {
        min-height: auto;
    }
    .category-card-block .category-btn {
        position: relative;
        bottom: auto;
    }
    .promo-inner-block .apply-coupon {
        position: relative;
        top: auto;
        margin: 12px auto 0;
        display: block;
    }
    .product-table th:nth-child(3) {
        min-width: 220px;
    }
    .product-table .view-more {
        margin-left: 0;
        margin-top: 10px;
        display: block;
        text-align: center;
    }
}
@media (max-width: 991px) {
    .footer-block.block-update {
        margin-bottom: 20px;
    }
    .footer-block h3 {
        margin-top: 10px;
        margin-bottom: 12px;
    }
    .about-dnz-section .head-block h2,
    .category-inner-card-block h3,
    .common-content-block h2,
    .common-title,
    .explore-product-section .head-block h2,
    .head-block h2,
    h2,
    h3 {
        font-size: 26px;
    }
    p {
        line-height: 26px;
    }
    .banner-section .banner-content h1 {
        font-size: 46px;
    }
    .banner-section .banner-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .banner-slider-block .banner-btn {
        position: absolute;
        bottom: 14px;
        left: 11%;
        font-size: 13px;
        padding: 0 13px;
    }
    .banner-slider-block .banner-fifth-btn {
        bottom: 20px;
        left: 6%;
    }
    .mount-category-section {
        margin: 10px 0;
    }
    .about-dnz-card .tag-name {
        position: relative;
        bottom: auto;
    }
    .explore-product-img img,
    .jumbotron-content,
    .no-data-block img {
        max-width: 100%;
    }
    .second-about-section {
        padding: 10px 0;
    }
    .category-section {
        padding: 30px 0 6px;
    }
    .warranty-section .warranty-inner-block {
        text-align: left;
    }
    .warranty-list ul li {
        display: block;
        margin: 10px 0;
    }
    .product-section,
    .special-inner-content-block {
        padding: 20px 0;
    }
    .piece-section .common-title {
        font-size: 30px;
    }
    .special-product-section:after,
    .special-product-section:before {
        width: 100%;
    }
    .special-img-block {
        position: relative;
        z-index: 10;
        margin: 10px 0;
        padding: 12px 0;
    }
    .special-img-block .special-img-card {
        min-height: auto;
    }
    .special-img-block .special-img-card img {
        max-width: 100%;
        height: 110px;
        object-fit: cover;
    }
    .jumbotron-bg-img,
    .product-color-inner-block {
        padding: 24px;
    }
    .right-color-image {
        margin-top: 30px;
    }
    .right-color-image .first-row-inner-img {
        position: relative;
        top: auto;
        left: auto;
        right: 0;
    }
    .right-color-image .second-row-inner-img {
        position: relative;
        bottom: auto;
        right: auto;
    }
    .right-color-image img {
        margin: 8px 6px;
        max-width: 120px;
    }
    .listing-product-section {
        padding: 10px 0;
        margin: 16px 0;
    }
    .product-content-block .price-block h4 {
        font-size: 22px;
    }
    .product-tab-section {
        padding: 20px 0 10px;
    }
    .top-search-filter .search-wrap {
        display: block;
    }
    .search-wrap .form-control {
        margin-bottom: 10px;
    }
    .faq-block .card-body,
    .faq-block .card-header {
        padding: 8px 0;
    }
    .faq-block .collapsible-link::before {
        top: 10px;
        right: -6px;
    }
    .faq-block .collapsible-link {
        padding: 0 10px 0px 4px;
    }
    .user-dashboard {
        padding: 0;
    }
    .order-payment-form .nice-select.form-control span {
        max-width: 425px;
    }
    .product-table th:nth-child(3) {
        min-width: 190px;
    }
}
@media (max-width: 767px) {
    .product-card .product-img img,
    .special-img-block .special-img-card img {
        height: auto;
    }
    .order-address-carousel button.slick-prev,
    .review-items-slider button.slick-prev {
        left: -10px;
    }
    .order-address-carousel button.slick-next,
    .review-items-slider button.slick-next {
        right: -10px;
    }
    .dashboard-wrap .sidebar-block {
        display: none;
    }
    .dashboard-wrap .mobile-toogle {
        display: block;
        width: 100%;
        padding: 10px;
        color: var(--white);
        margin-top: 0;
        margin-bottom: 16px;
    }
    .mobile-toogle-dashboard {
        background: var(--black);
        width: 100%;
        margin-bottom: 20px;
    }
    .product-card {
        min-height: auto;
    }
    .contact-block {
        padding: 20px 18px;
    }
    .faq-block .faq-head {
        max-width: 460px;
    }
    .product-titled-flex h5 {
        font-size: 15px;
    }
}
@media (max-width: 375px) {
    .faq-block .faq-head {
        max-width: 300px;
    }
}
.variation-loading {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff80;
    position: absolute;
    top: 0;
    left: 0;
}
.product-info-block p span {
    font-size: 16px !important;
}

.line-height-normal{line-height: normal;}
.show-only-mobile{display: none;}
@media (max-width:767px){
    .hide-on-mobile{display: none;}
    .show-only-mobile{display: block;}
    .d-block-mobile{display: block; width: 100%!important; padding: 10px 14px!important;}
    .border-mobile-mt-0, .border-mobile-mb-0{border:0px!important}
}
  .order-address-carousel .slick-slide, .review-items-slider .slick-slide {
   height:auto;
}
.product-buttons .btn svg.feather-maximize.icon {
    margin-top: 5px;
}
.product-thumb .slick-slide { 
  height: auto;
}
    
