:root {
    --disable-color: #8c8c8c;
    --danger-color: #f00;
    --theme-color-2: #e76100;
}

address {
    margin: 0;
}

.equal-height-cards {
    display: flex;
    flex-wrap: wrap;
}

.equal-height-cards .card {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0;
}

.equal-height-cards .card .pfbox-content {
    flex-grow: 1;
}

.logo {
    padding-top: 6px;
}

.nav-containter {
    padding: 0;
}

.how-work-box .icon-slot i {
    font-size: 50px;
}

.custom-swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: var(--theme-color);
    border: 1px var(--theme-color-2) solid;
    opacity: 1;
}

.custom-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--theme-color-2);
}

.banner-row .button a i {
    font-size: 20px;
    top: 10px;
}

.banner-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: transparent;
}

.banner-swiper {
    width: 100% !important;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.banner-swiper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1.3) !important;
}

.banner-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top center;
    border: 1px solid #ccc;
}

.banner-swiper .swiper-slide-active {
    transform: scale(1.5) !important;
}

.banner-swiper .swiper-pagination {
    margin-bottom: 20px;
}

.section-heading {
    margin-bottom: 50px;
}

.feature-products {
    position: relative;
}

.feature-products .swiper-button-next,
.feature-products .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    color: var(--theme-color-2);
}

.feature-products .swiper-button-next {
    right: -50px;
}

.feature-products .swiper-button-prev {
    left: -55px;
}

.folio-image img {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.product-section .product-listing .btn-hover .lease-now,
.product-section .product-listing .btn-hover .live-preview {
    width: 50% !important;
}

.product-section .product-listing .btn-hover .lease-now {
    text-align: left;
    padding-left: 35px;
    color: var(--theme-color-3);
}

.custom-home-feature {
    margin-top: 80px;
    padding: 100px 0 120px 0;
}

.custom-home-feature .section-heading h2 {
    color: var(--theme-color-3);
}

.home-feature .section-heading h2:after {
    background-color: var(--theme-color-3);
}

.custom-home-feature .icon-slot {
    margin-bottom: 15px;
}

.custom-home-feature .icon-slot i {
    font-size: 40px;
    color: var(--theme-color-3);
}

.custom-home-testimonials {
    padding: 80px 0 30px 0;
}

.testi-slider {
    padding: 30px 0 80px 0;
}

.testi-slider .swiper-slide {
    height: auto;
    background-color: #fff;
}

.testi-slider .testi-box {
    padding: 20px 15px;
    margin: 0;
    border: 0;
}

.testi-slider .testi-box .testi-header {
    display: flex;
    align-items: center;
}

.testi-slider .testi-box img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center center;
    margin: 0;
    margin-right: 10px;
}

.testi-slider .testi-box h4 {
    font-family: inherit !important;
    font-size: 16px !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    color: inherit;
    margin: 0;
}

.testi-slider .testi-box h5 {
    text-align: left;
    font-weight: 600;
}

.testi-slider .testi-box .status-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 25px 0;
}

.testi-slider .testi-box .status-info .ratings {
    margin: 0;
}

.testi-slider .testi-box .status-info .ratings img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    margin: 0;
}

.testi-slider .testi-box address,
.testi-slider .testi-box .verified {
    font-size: 14px;
}

.testi-slider .testi-box address i,
.testi-slider .testi-box .verified i {
    color: green;
    font-size: inherit;
}

.testi-slider .testi-box p {
    text-align: left;
    font-family: inherit !important;
    font-size: 1.25rem !important;
    letter-spacing: 1px;
    color: inherit;
    font-weight: 400 !important;
    line-height: 30px;
}

.testi-slider .testi-box p::before,
.testi-slider .testi-box p::after {
    content: '"';
}

.home-call-us .cta-content {
    padding-top: 20px;
    padding-bottom: 100px;
}

footer {
    background-color: var(--theme-color) !important;
}

footer h2 {
    color: #fff;
    margin-bottom: 15px !important;
    font-size: 20px;
}

footer ul li {
    line-height: 24px;
}

footer p,
footer ul li,
footer ul li a {
    color: #fff !important;
    font-size: 14px !important;
}

.footer-middle {
    display: flex;
    align-items: center;
    border-top: 1px solid var(--theme-light-color);
    border-bottom: 1px solid var(--theme-light-color);
    padding: 15px 0 5px 0;
    margin: 40px 0 30px 0;
}

.footer-middle .copyright-box {
    margin-top: 5px;
}

.theme-btn-one {
    background-color: var(--theme-color);
    border-radius: 0;
    color: #fff;
    padding: 0 50px;
    height: 50px;
}

.theme-btn-one:hover {
    color: var(--theme-color-2);
}

.page-container {
    margin: 150px 0 100px 0;
}

.page-container input,
.page-container textarea,
.page-container select {
    border-radius: 0;
    border-color: var(--theme-color);
    height: 50px;
}

.page-container input:focus,
.page-container textarea:focus,
.page-container select:focus {
    border-color: var(--theme-color);
    box-shadow: none;
    outline: 0;
}

.page-container textarea {
    height: 150px;
}

.page-container .section-heading h2 {
    font-size: 34px;
    margin-bottom: 50px;
}

.page-container .section-heading p {
    font-size: 16px;
    line-height: 24px;
}

.page-container .small-heading h2 {
    font-size: 25px;
}

.card {
    margin: 25px 0;
    border-radius: 0;
}

.contact-page .card-body {
    padding: 40px;
}

.contact-page {
    padding-bottom: 20px;
}

.contact-page .contact-map {
    margin-top: 60px;
}

.contact-page .contact-map iframe {
    width: 100%;
}

.contact-page .contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    border: 1px var(--theme-color-2) solid;
    font-size: 18px;
    font-weight: bold;
}

.contact-page .contact-info .icon-slot {
    display: block;
    text-align: center;
    color: var(--theme-color-2);
    font-size: 30px;
}

.contact-page .contact-info a:hover {
    color: var(--theme-color);
    text-decoration: underline;
}

.faq-container {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.faq-container h1 {
    text-align: center;
    color: var(--theme-color);
    margin-bottom: 50px;
}

.faq-container .faq-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    transition: border-color 0.3s ease;
}

.faq-container .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    color: var(--theme-color);
}

.faq-container .toggle-icon {
    font-size: 20px;
    color: var(--theme-color);
    transition: transform 0.3s ease;
}

.faq-container .answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-container .answer p {
    margin: 10px 0;
    color: #222;
    font-size: 16px;
}

/* Toggle icon animation */
.faq-container .faq-item.active .toggle-icon {
    transform: rotate(90deg);
    color: var(--theme-color-2);
    /* Change color when active */
}

.common-page-content p {
    font-size: 15px;
    line-height: 25px;
}

.product-details .detail-container .details-slider {
    padding: 5px;
    border: 1px var(--theme-color) solid;
}

.product-details .detail-container .details-slider .image-slot {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.product-details .detail-container .details-slider .image-slot img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 20s ease;
}

.product-details .detail-container .details-slider .image-slot:hover img {
    transform: translateY(calc(-100% + 400px));
}

.product-details .detail-container .details-slider .swiper-button-next,
.product-details .detail-container .details-slider .swiper-button-prev {
    transform: translateY(-45%);
    width: 40px;
    height: 40px;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.product-details .detail-container .details-slider .swiper-button-next::after,
.product-details .detail-container .details-slider .swiper-button-prev::after {
    font-size: inherit;
    color: white;
}

.product-details .detail-container .live-preview {
    margin: 20px auto 0 auto;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-details .detail-container .live-preview i {
    margin-left: 10px;
}

.product-details .detail-container .pricing {
    margin-top: 5px;
}

.product-details .detail-container .pricing span {
    margin-right: 15px;
}

.product-details .detail-container .pricing span:last-child {
    margin-right: 0;
}

.product-details .detail-container .pricing .original-price {
    font-size: 20px;
    color: var(--disable-color);
    text-decoration: line-through;
    font-weight: 400;
    position: relative;
}

.product-details .detail-container .pricing .original-price::after {
    content: "From";
    position: absolute;
    left: 0;
    top: -18px;
    font-size: 11px;
}

.product-details .detail-container .pricing .discounted-price {
    font-size: 25px;
    font-weight: 600;
}

.product-details .detail-container .pricing .saved-price {
    color: var(--danger-color);
    font-size: 15px;
}

.product-details .detail-container .plan-widget {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 6px;
}

.product-details .detail-container .plan-widget .card {
    width: calc(25% - 5px);
    cursor: pointer;
    transition: transform 0.3s ease;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 10px;
}

.product-details .detail-container .plan-widget .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-details .detail-container .plan-widget .card:focus {
    outline: none;
}

.product-details .detail-container .plan-widget .card .card-body,
.product-details .detail-container .plan-widget .card .card-footer {
    width: 100%;
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.product-details .detail-container .plan-widget .card-body p {
    margin: 0;
}

.product-details .detail-container .plan-widget .card-body p span {
    color: var(--theme-color-2);
    display: block;
}

.product-details .detail-container .plan-widget .card-selected {
    border: 1px var(--theme-color) solid;
}

.product-details .detail-container .plan-widget .card-selected .card-body {
    background-color: var(--theme-color);
    color: white;
}

.product-details .detail-container .plan-widget .card-selected .card-body p {
    color: white;
}

.product-details .detail-container form select,
.product-details .detail-container form button[type='submit'] {
    width: 100%;
    height: 40px;
}

.product-details .detail-container form button[type='submit'] {
    padding-left: 0;
    padding-right: 0;
}

.ratings {
    margin-top: 10px;
}

.ratings .fa {
    font-size: 20px;
    cursor: pointer;
    transition: color 0.3s;
    color: var(--theme-color);
}

.ratings .fa.checked {
    color: var(--theme-color-2);
}

.ratings .fa:hover {
    color: var(--theme-color-2);
}

.ratings .fa:hover~.fa {
    color: var(--theme-color);
}

.ratings .fa:hover~.fa.checked {
    color: var(--theme-color-2);
}

.offer-badge {
    margin-top: 10px;
}

.offer-badge p {
    font-size: 14px;
    color: var(--theme-color-2);
}

.offer-badge span {
    padding: 0 5px;
    color: #fff;
    background: var(--theme-color-2);
    display: inline-block;
    position: relative;
    margin-right: 6px;
}

.offer-badge span:before {
    content: "";
    position: absolute;
    bottom: 0;
    border-style: dashed;
    border-width: 6px;
    border-color: rgba(255, 255, 255, 0);
    border-bottom: 6px solid #e76100;
    border-bottom-width: 10px;
    right: -5px;
}

.offer-badge span:after {
    content: "";
    position: absolute;
    top: 0;
    border-style: dashed;
    border-width: 6px;
    border-color: rgba(255, 255, 255, 0);
    border-top: 6px solid #e76100;
    border-top-width: 10px;
    right: -5px;
}

.widget-header {
    border-left: 4px var(--theme-color-2) solid;
    background-color: #EFEFEF;
    display: flex;
    height: 35px;
    align-items: center;
    padding-left: 15px;
    margin: 15px 0 10px 0;
}

.widget-header h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}

.normalize-widget {
    border: 0;
    background-color: transparent;
    height: auto;
    padding: 0;
}

.normalize-widget h3 {
    font-size: 14px;
}

.text-orange {
    color: var(--theme-color-2);
}

.plan-includes {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.plan-includes .incwidget {
    flex: 0 0 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
}

.plan-includes .incwidget .icon-slot i {
    font-size: 25px;
}

.page-container .pfbox-container .card {
    text-align: center;
    padding: 40px 15px;
}

.page-container .pfbox-container .card .icon-slot {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-color);
    font-size: 40px;
    color: var(--theme-color-2);
    border: 2px white solid;
    border-radius: 100%;
    outline: 1px var(--theme-color) solid;
    margin: 0 auto;
}

.page-container .pfbox-container .card .pfbox-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.page-container .pfbox-container .card .pfbox-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}

.preview-header {
    width: 100%;
    background-color: var(--theme-color);
    padding: 15px 0;
}

.preview-header .preview-navigation {
    float: right;
}

.preview-header .preview-navigation ul {
    margin: 0;
    display: flex;
    align-items: center;
}

.preview-header .preview-navigation ul li {
    color: #fff;
    list-style: none;
    margin: 0 5px;
    position: relative;
    line-height: 18px;
    font-size: 15px;
}

.preview-header .preview-navigation ul li a {
    color: #fff;
}

.preview-header .preview-navigation ul li i {
    font-size: 20px;
}

.preview-header .preview-navigation ul li:nth-child(2) i {
    font-size: 25px;
}

.preview-header .preview-navigation ul li:nth-child(3) i {
    font-size: 30px;
}

.preview-header .preview-navigation ul li a:hover i {
    color: var(--theme-color-2);
}

.preview-header .preview-navigation ul .separator {
    margin: 0 15px;
}

.preview-header .preview-navigation ul .separator::after {
    content: '';
    display: block;
    width: 1px;
    height: 35px;
    background-color: #ccc;
    position: absolute;
    top: -18px;
    left: 0;
}

.preview-buy-now {
    background-color: var(--theme-color-2);
    color: var(--theme-color-3) !important;
    height: auto;
    padding-top: 8px;
    padding-bottom: 2px;
    margin-left: 10px;
    font-weight: bold;
    border: 1px var(--theme-color) solid;
}

.preview-buy-now:hover {
    background-color: var(--theme-color);
    border: 1px var(--theme-color-2) solid !important;
    color: white !important;
}

.preview-buy-now:hover i {
    color: white !important;
}

.viewer {
    margin-top: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    /* Center align content horizontally */
    align-items: center;
    /* Center align content vertically */
}

.viewport {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio (adjust as needed) */
    overflow: hidden;
    display: flex;
    justify-content: center;
    /* Center align iframe horizontally */
    align-items: center;
    /* Center align iframe vertically */
}

.viewport iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    overflow: auto;
}

.custom-back-btn {
    color: white;
    font-size: 18px;
}

.custom-back-btn i {
    font-size: 14px;
}

.custom-back-btn:hover {
    text-decoration: none;
    color: var(--theme-color-2);
}

.home-category .icon-slot {
    font-size: 50px;
    color: #878787;
}

.hww-page .section-heading h2 span {
    color: var(--theme-color-2);
}

.hww-container {
    position: relative;
    padding-top: 70px;
}

.hww-container .hwwSwiper .image-slot img {
    width: 100%;
}

.hww-container .swiper-button-next,
.hww-container .swiper-button-prev {
    color: var(--theme-color-2);
}

.hww-container .swiper-button-next {
    right: -50px;
}

.hww-container .swiper-button-prev {
    left: -60px;
}

.hww-container .hwwSwiper .hww-content {
    margin-top: 50px;
}

.hww-container .hwwSwiper .hww-content .step-number {
    color: #c2c2c2;
    font-size: 40px;
    font-weight: 300;
}

.hww-container .hwwSwiper .hww-content h3 {
    color: var(--theme-color-2);
    margin-bottom: 15px;
}

.hww-container .hwwSwiper .hww-content p {
    font-size: 16px;
    line-height: 24px;
}

.hwwSwiper .hww-content ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 0;
    padding: 0;
}

.hwwSwiper .hww-content ul li {
    list-style: none;
    text-align: center;
    line-height: 22px;
}

.hwwSwiper .hww-content ul li i {
    display: block;
    font-size: 50px;
}

.hwwSwiper .hww-content ul li strong {
    display: block;
    color: var(--theme-color-2);
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 0 0;
}

.hww-container .swiper-pagination {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
}

.hww-container .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent !important;
    border: dashed 2px var(--theme-color-2);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    line-height: 56px;
    color: var(--theme-color);
    opacity: 1;
    margin: 0 15px;
}

.hww-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--theme-color-2) !important;
    border: dashed 2px #fff;
    outline: 5px var(--theme-color-2) solid;
    color: var(--theme-color-3);
}

.cart-page table .image-slot img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    object-position: top center;
}

.cart-page table td {
    font-size: 15px;
}

.cart-page table select {
    padding-top: 3px;
    padding-bottom: 3px;
    width: 70%;
    height: 30px;
}

.cart-page table .custom-select {
    font-size: 14px !important;
}

.sidebar-widget {
    position: sticky;
    top: 255px;
}

.sidebar-widget h4 {
    background-color: var(--theme-color);
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
}

.sidebar-widget .summary-details #cart-total {
    font-size: 18px;
    font-weight: bold;
}

.sidebar-widget.cart-summary .order-summary h5 {
    font-size: 16px;
}

.sidebar-widget.cart-summary .order-summary ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-widget.cart-summary .order-summary ul li {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px;
    margin-bottom: 10px;
    /* Add margin between each li */
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /* Align items on the baseline */
    border: 1px solid #ddd;
    /* Border around each li */
    border-radius: 5px;
    /* Rounded corners */
    background-color: #f9f9f9;
    /* Background color */
}

.sidebar-widget.cart-summary .order-summary ul li:last-child {
    margin-bottom: 0;
    /* Remove margin from the last li */
}

.sidebar-widget.cart-summary .order-summary ul li .product-title {
    flex: 1;
    /* Expand to fill available space */
    white-space: nowrap;
    /* Prevent text wrapping */
    overflow: hidden;
    /* Hide overflow text */
    text-overflow: ellipsis;
    /* Show ellipsis for overflow text */
}

.sidebar-widget.cart-summary .order-summary ul li .product-price {
    flex-shrink: 0;
    /* Prevent price from shrinking */
    white-space: nowrap;
    /* Prevent text wrapping */
    font-weight: bold;
    margin-left: 10px;
    /* Adjust margin between title and price */
}

.sidebar-widget.cart-summary .summary-actions .update-cart {
    background-color: var(--theme-color);
    /* Set background color using custom variable */
    color: #fff;
    /* Text color */
    border: none;
    /* Remove border */
    transition: background-color 0.3s ease;
    /* Smooth transition for background color */
}

.sidebar-widget.cart-summary .summary-actions .update-cart:hover {
    color: var(--theme-color-2);
}

.update-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    /* Ensure it's above other elements */
}

.custom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    /* semi-transparent black */
    z-index: 9999;
    /* Ensure it's above other content */
    display: none;
    /* Hidden by default */
}

#cart-messages .alert {
    font-size: 14px;
}

.pagination li {
    margin: 0 5px;
}

.pagination li a,
.pagination li span {
    color: var(--theme-color) !important;
}

.pagination .page-item.active .page-link {
    background-color: var(--theme-color-2);
    color: #fff !important;
    border-color: var(--theme-color-2);
}

.subcategories-page .section-heading,
.subcategories-page .section-heading h2 {
    margin-bottom: 20px;
}

.addons-container .addons-content .card h3 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 15px;
    margin: 20px 20px 0 20px;
}

.addons-container .addons-content .card h3::before {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}

.addons-container .addons-content .card h3::after {
    background-color: var(--theme-color-2);
    bottom: -4px;
    content: "";
    height: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: auto;
    text-align: center;
    width: 70px;
    z-index: 7;
}

.addons-container .addons-content .form-check input {
    width: 20px;
    height: 20px;
}

.addons-container .addons-content .form-check label {
    margin: 4px 0 0 8px;
}

.addons-container .addons-content .form-select {
    height: 40px;
}

.sidebar-widget.cart-summary .order-summary {
    min-height: 0;
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}

/* width */
.order-summary::-webkit-scrollbar {
    width: 5px;
}

/* Track */
/* .order-summary::-webkit-scrollbar-track {
    background: #8b1818;
} */

/* Handle */
.order-summary::-webkit-scrollbar-thumb {
    background: var(--theme-color-2);
}

/* Handle on hover */
/* .order-summary::-webkit-scrollbar-thumb:hover {
    background: rgb(52, 68, 155);
} */

.summary-addons {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.summary-addons h5 {
    font-weight: 600;
    font-size: 13px !important;
}

.summary-addons h5 small {
    font-size: 13px !important;
}

.data-list-summary {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.data-list-summary h5 {
    padding: 0;
    margin: 0;
}

.data-list-summary p {
    padding: 0;
    margin: 0;
    line-height: inherit;
}

.checkout-page .card {
    margin: 0;
    padding: 0;
}

.checkout-page .card .billing-header {
    background-color: var(--theme-color);
    padding: 10px 10px 10px 40px;
    display: flex;
    justify-content: space-between;
    color: white;
}

.checkout-page .card .billing-header .form-check input {
    width: 20px;
    height: 20px;
}

.checkout-page .card .billing-header .form-check label {
    margin: 3px 0 0 5px;
}

.checkout-page .card h3 {
    color: white;
    font-size: 20px;
    margin: 0;
}

.checkout-page .card .card-body {
    padding: 40px 40px 20px 40px;
}

.custom-megamenu ul li i {
    font-size: 20px;
    margin: 3px 5px 0 0;
}

.iSearchBox {
    margin-top: 5px;
    display: none;
    width: 100%;
}

.search-loader-container {
    display: flex;
    width: 100%;
    max-height: 80px;
    justify-content: center;
    align-items: center;
}

.search-loader-container .loader .icon-slot i {
    color: var(--theme-color-2);
}

.main-search-result {
    padding: 15px 15px 10px 15px;
}

.main-search-result .search-item h4 {
    font-size: 15px;
    font-weight: 600;
}

.logo h1 {
    margin-top: 8px;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.logo h1 span {
    color: var(--theme-color-2);
}

.categories-design-new a {
    display: inline-block;
}

.categories-design-new a:hover {
    color: var(--theme-color-2);
}

.categories-design-new {
    font-size: 12px;
}

.categories-design-new b {
    border: 1px solid #ccc;
    height: 35px;
    border-radius: 3px;
    text-align: center;
    padding: 2px 5px;
    font-weight: 500 !important;
    background-color: #f9f9f9;
    font-size: 12px;
}

.custom-megamenu ul li a:hover,
.footer-section ul li a:hover {
    color: var(--theme-color-2) !important;
}

.categories .subcatbox {
    padding: 10px;
}

.home-subcatlist .default-row {
    padding-top: 15px;
    justify-content: flex-start;
}

.home-subcatlist .default-row .subcatbox {
    width: calc(16.66% - 6px);
    margin: 3px;
}

.subcat-slider-container {
    position: relative;
}

.subcat-slider-container .swiper-button-next,
.subcat-slider-container .swiper-button-prev {
    position: absolute;
    top: 60%;
    transform: translateY(-40%);
    z-index: 10;
    width: 20px !important;
    height: 20px !important;
    border-radius: 50%;
    cursor: pointer;
    color: var(--theme-color-2);
}

.subcat-slider-container .swiper-button-next {
    right: -50px;
}

.subcat-slider-container .swiper-button-prev {
    left: -30px;
}

.subcat-slider-container .subcat-slider .subcat-sbox {
    text-align: center;
}

.subcat-slider-container .subcat-slider .subcat-sbox .icon-slot {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: white;
    border-radius: 100%;
    margin: 0 auto 10px auto;
}

.subcat-slider-container .subcat-slider .subcat-sbox .icon-slot i {
    font-size: 25px;
}

.theme-btn-two {
    background-color: var(--theme-color-2);
    border-radius: 0;
    color: #fff;
    padding: 10px 50px;
    margin: 60px 0 40px 0;
}

.theme-btn-two:hover {
    background-color: var(--theme-color-3);
    border: 1px var(--theme-color-2) solid;
    color: inherit;
}

.theme-btn-three {
    background-color: var(--theme-color-3);
    border: 1px var(--theme-color-2) solid;
    border-radius: 0;
    color: inherit;
    padding: 10px 50px;
}

.theme-btn-three:hover {
    background-color: var(--theme-color-2);
    color: #fff;
}

.normalize-theme-button {
    margin: 0;
}

.products-page .container {
    max-width: 1275px;
}

.products-page .products-navlinks .nav-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
}

.products-page .products-navlinks .nav-content a {
    margin: 10px 0;
    border-radius: 10px;
}

.products-page .products-navlinks .nav-content a.active {
    background-color: var(--theme-color-2);
    color: #fff;
}

.custom-all-products .product-block {
    position: relative;
}

.custom-all-products .product-block h3 {
    margin: 15px 0;
    font-size: 20px;
    font-weight: 400;
}

.custom-all-products .folio-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 385px !important;
    object-fit: cover;
    object-position: top center;
    z-index: 1;
    cursor: pointer;
}

.custom-all-products .folio-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.custom-all-products .folio-image:hover::after {
    opacity: 1;
}

.custom-all-products .product-block .content-wrapper {
    position: absolute;
    top: 40%;
    width: 100%;
    height: 75px;
    z-index: 100;
    overflow: hidden;
}

.custom-all-products .btn-group {
    position: absolute;
    padding: 20px;
    width: 100%;
    display: flex;
    column-gap: 50px;
    justify-content: space-around;
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transform: translateY(80%);
}

.custom-all-products .folio-image:hover .btn-group {
    opacity: 1;
    transform: translateY(0);
}

.custom-all-products .btn-group a {
    padding: 8px 15px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    margin: 0 30px;
}

.custom-all-products .btn-group a:focus {
    outline: none !important;
    box-shadow: none !important;
}

.custom-all-products .btn-group a:nth-child(1) {
    position: relative;
    display: inline-block;
}

.custom-all-products .btn-group a:nth-child(1)::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background-color: white;
}

.custom-all-products .btn-group a:nth-child(1):hover {
    border-color: var(--theme-color-2);
    border-radius: 5px;
}

.custom-all-products .btn-group a:nth-child(1):hover i {
    color: var(--theme-color-2);
}

.custom-all-products .btn-group a:nth-child(1):hover::after {
    background-color: transparent;
}

.custom-all-products .btn-group a:nth-child(2) {
    background-color: var(--theme-color-2);
    border-color: var(--theme-color-2);
    border-radius: 5px;
}

.custom-all-products .btn-group a:nth-child(2):hover {
    background-color: transparent;
}

.nav .navbox>ul>li.has-dropdown {
    position: relative;
}

.dropdown-icon {
    top: -3px !important;
    padding-left: 10px !important;
    line-height: 0 !important;
}

.user-sidebar .us-header h3 i {
    display: none;
}

.products-navlinks h3 {
    display: none;
}

.about-page blockquote {
    display: block;
    background-color: #E5E5E5;
    clear: both;
    border-left: 4px var(--theme-color-2) solid;
    padding: 15px;
    margin-left: 15px;
}

.about-page blockquote p {
    margin: 0;
    font-style: italic;
}

.product-details .section-heading h2 {
    font-size: 45px;
}

.product-details .section-heading h3 {
    font-weight: bold;
    font-size: 50px;
    color: var(--theme-color-2);
}

.product-details .pdfeatures ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    margin-top: 20px;
    padding-left: 0;
}

.product-details .pdfeatures ul li {
    list-style: none;
    font-weight: bold;
    color: #555;
}

.product-details .pdfeatures ul li i {
    color: green;
}

/* Extra Small */

@media(max-width:767px) {
    .nav .action.toggle {
        padding-right: 30px;
    }

    .cartMyaccount .cartIcon .icon {
        background-size: 52px;
    }

    .logo h1 {
        margin-left: 6px;
    }

    .nav .navbox>ul>li.has-dropdown ul li a {
        position: relative;
        padding-left: 45px;
    }

    .nav .navbox>ul>li.has-dropdown ul li:nth-child(1) a {
        font-weight: normal;
    }

    .nav .navbox>ul>li.has-dropdown ul li i {
        position: absolute;
        width: 50px;
        display: flex;
        justify-content: center;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
    }

    .dropdown-icon {
        top: 10px !important;
        padding-left: 0 !important;
        line-height: 0 !important;
    }

    .banner-law {
        margin: 0;
        min-height: 550px;
    }

    .banner-law::after {
        bottom: -110px;
    }

    .banner-law-text {
        padding-top: 60px;
    }

    .banner-law img {
        padding: 0;
    }

    .banner-swiper {
        width: calc(100% - 50px) !important;
        height: 200px;
        margin: 0 25px 30px 25px;
    }

    .banner-row .button a i {
        top: 5px;
        right: 15px;
    }

    .home-subcatlist {
        padding-top: 15px;
    }

    .home-subcatlist .default-row .subcatbox {
        width: calc(50% - 6px);
    }

    .home-subcatlist .default-row .subcatbox .category-card {
        width: 100%;
    }

    .home-subcatlist .default-row .subcatbox:nth-child(7),
    .home-subcatlist .default-row .subcatbox:nth-child(8),
    .home-subcatlist .default-row .subcatbox:nth-child(9),
    .home-subcatlist .default-row .subcatbox:nth-child(10),
    .home-subcatlist .default-row .subcatbox:nth-child(11),
    .home-subcatlist .default-row .subcatbox:nth-child(12) {
        display: none;
    }

    .categories .default-row .category-card {
        display: block;
    }

    .swiper-button-next {
        right: 0 !important;
    }

    .swiper-button-prev {
        left: 0 !important;
    }

    .custom-home-feature {
        margin-top: 0;
        padding-bottom: 40px;
    }

    .custom-home-feature .feature-box {
        margin-bottom: 50px;
    }

    .testi-slider {
        padding-bottom: 40px;
    }

    .custom-home-testimonials {
        padding-bottom: 70px;
    }

    .home-call-us {
        padding-bottom: 0;
    }

    .home-call-us .cta-content {
        padding-bottom: 60px;
    }

    .common-page-content img {
        margin: 0;
        padding: 0 0 10px 0;
        width: 100%;
    }

    .common-page-content {
        padding: 15px;
    }

    .page-container {
        margin-bottom: 50px;
    }

    .hww-container .swiper-button-prev,
    .hww-container .swiper-button-next {
        display: none;
    }

    .hww-container .hwwSwiper .hww-content {
        margin-top: 0;
    }

    .hww-page .common-page-content img {
        padding-bottom: 0;
    }

    .cart-page table tbody tr td select {
        width: 200px;
    }

    .checkout-page .card .billing-header {
        padding: 10px 15px;
        display: block;
        text-align: center;
    }

    .checkout-page .billing-header span {
        display: block;
        width: 100%;
    }

    .checkout-page .card .card-body {
        padding: 20px 15px;
    }

    .user-admin-container {
        padding-bottom: 50px !important;
    }

    .user-account-page .user-form {
        margin-top: 30px;
        padding: 20px 15px;
    }

    .order-history {
        padding: 0 !important;
    }

    .order-history .input-group input[name='search'] {
        width: 60% !important;
    }

    .order-history .btn-back {
        margin-top: 15px;
    }

    .products-page .common-page-content {
        padding: 0;
    }

    .products-page .common-page-content .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .contact-page .card-body {
        padding: 20px 15px;
    }

    .contact-page .contact-map {
        margin-top: 30px;
    }

    .user-sidebar .us-header h3 i {
        display: inline-block;
    }

    .user-sidebar .us-header h3 span::before {
        content: 'Menu';
    }

    .user-sidebar {
        position: relative;
    }

    .user-sidebar ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 100;
        background: white;
        width: 100%;
        opacity: 0;
        visibility: hidden;
    }

    .user-sidebar ul.show {
        opacity: 1;
        visibility: visible;
    }

    .cartIcon i {
        color: #8E949C;
        font-size: 24px;
    }

    .products-page .product-section {
        margin-top: 0 !important;
        padding: 0;
    }

    .products-page .feature-products .row div:first-child {
        margin-top: 0 !important;
    }

    .products-navlinks h3 {
        display: block;
        padding: 10px 0;
        font-size: 20px;
        background-color: var(--theme-color);
        color: white;
        width: 100%;
        text-align: center;
    }

    .products-page .products-navlinks .nav-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 100;
        background: white;
        width: calc(100% - 30px);
        opacity: 0;
        visibility: hidden;
        padding: 10px 0 20px 0;
        margin: 0 15px;
    }

    .products-page .products-navlinks .nav-content.show {
        opacity: 1;
        visibility: visible;
    }

    .products-page .products-navlinks .nav-content a {
        width: 100%;
        margin: 2px 0;
        border-radius: 10px;
    }

    .products-page .products-navlinks .nav-content a.active {
        background-color: var(--theme-color-2);
        color: #fff;
    }

    .cart-page .common-page-content,
    .checkout-page .common-page-content {
        padding: 0 !important;
        margin-top: 20px;
    }
}


/* Small */
@media(min-width:768px) and (max-width:991px) {
    .nav .action.toggle {
        padding-right: 30px;
    }

    .cartMyaccount .cartIcon .icon {
        background-size: 52px;
    }

    .logo h1 {
        margin-left: 6px;
    }

    .nav .navbox>ul>li.has-dropdown ul li a {
        position: relative;
        padding-left: 45px;
    }

    .nav .navbox>ul>li.has-dropdown ul li:nth-child(1) a {
        font-weight: normal;
    }

    .nav .navbox>ul>li.has-dropdown ul li i {
        position: absolute;
        width: 50px;
        display: flex;
        justify-content: center;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
    }

    .dropdown-icon {
        top: 10px !important;
        padding-left: 0 !important;
        line-height: 0 !important;
    }

    .banner-law {
        margin: 0;
        min-height: 550px;
    }

    .banner-law::after {
        bottom: -110px;
    }

    .banner-law-text {
        padding-top: 60px;
    }

    .banner-law img {
        padding: 0;
    }

    .banner-swiper {
        width: calc(100% - 50px) !important;
        height: 200px;
        margin: 0 25px 30px 25px;
    }

    .banner-row .button a i {
        top: 5px;
        right: 15px;
    }

    .home-subcatlist {
        padding-top: 15px;
    }

    .home-subcatlist .default-row .subcatbox {
        width: calc(50% - 6px);
    }

    .home-subcatlist .default-row .subcatbox .category-card {
        width: 100%;
    }

    .home-subcatlist .default-row .subcatbox:nth-child(7),
    .home-subcatlist .default-row .subcatbox:nth-child(8),
    .home-subcatlist .default-row .subcatbox:nth-child(9),
    .home-subcatlist .default-row .subcatbox:nth-child(10),
    .home-subcatlist .default-row .subcatbox:nth-child(11),
    .home-subcatlist .default-row .subcatbox:nth-child(12) {
        display: none;
    }

    .categories .default-row .category-card {
        display: block;
    }

    .swiper-button-next {
        right: 0 !important;
    }

    .swiper-button-prev {
        left: 0 !important;
    }

    .custom-home-feature {
        margin-top: 0;
        padding-bottom: 40px;
    }

    .custom-home-feature .feature-box {
        margin-bottom: 50px;
    }

    .testi-slider {
        padding-bottom: 40px;
    }

    .custom-home-testimonials {
        padding-bottom: 70px;
    }

    .home-call-us {
        padding-bottom: 0;
    }

    .home-call-us .cta-content {
        padding-bottom: 60px;
    }

    .common-page-content img {
        margin: 0;
        padding: 0 0 10px 0;
        width: 100%;
    }

    .common-page-content {
        padding: 15px;
    }

    .page-container {
        margin-bottom: 50px;
    }

    .hww-container .swiper-button-prev,
    .hww-container .swiper-button-next {
        display: none;
    }

    .hww-container .hwwSwiper .hww-content {
        margin-top: 0;
    }

    .hww-page .common-page-content img {
        padding-bottom: 0;
    }

    .cart-page table tbody tr td select {
        width: 200px;
    }

    .checkout-page .card .billing-header {
        padding: 10px 15px;
        display: block;
        text-align: center;
    }

    .checkout-page .billing-header span {
        display: block;
        width: 100%;
    }

    .checkout-page .card .card-body {
        padding: 20px 15px;
    }

    .user-admin-container {
        padding-bottom: 50px !important;
    }

    .user-account-page .user-form {
        margin-top: 30px;
        padding: 20px 15px;
    }

    .order-history {
        padding: 0 !important;
    }

    .order-history .input-group input[name='search'] {
        width: 60% !important;
    }

    .order-history .btn-back {
        margin-top: 15px;
    }

    .products-page .common-page-content {
        padding: 0;
    }

    .products-page .common-page-content .col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .contact-page .card-body {
        padding: 20px 15px;
    }

    .contact-page .contact-map {
        margin-top: 30px;
    }

    .user-sidebar .us-header h3 i {
        display: inline-block;
    }

    .user-sidebar .us-header h3 span::before {
        content: 'Menu';
    }

    .user-sidebar {
        position: relative;
    }

    .user-sidebar ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 100;
        background: white;
        width: 100%;
        opacity: 0;
        visibility: hidden;
    }

    .user-sidebar ul.show {
        opacity: 1;
        visibility: visible;
    }

    .cartIcon i {
        color: #8E949C;
        font-size: 24px;
    }

    .products-page .product-section {
        margin-top: 0 !important;
        padding: 0;
    }

    .products-page .feature-products .row div:first-child {
        margin-top: 0 !important;
    }

    .products-navlinks h3 {
        display: block;
        padding: 10px 0;
        font-size: 20px;
        background-color: var(--theme-color);
        color: white;
        width: 100%;
        text-align: center;
    }

    .products-page .products-navlinks .nav-content {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 100;
        background: white;
        width: calc(100% - 30px);
        opacity: 0;
        visibility: hidden;
        padding: 10px 0 20px 0;
        margin: 0 15px;
    }

    .products-page .products-navlinks .nav-content.show {
        opacity: 1;
        visibility: visible;
    }

    .products-page .products-navlinks .nav-content a {
        width: 100%;
        margin: 2px 0;
        border-radius: 10px;
    }

    .products-page .products-navlinks .nav-content a.active {
        background-color: var(--theme-color-2);
        color: #fff;
    }

    .cart-page .common-page-content,
    .checkout-page .common-page-content {
        padding: 0 !important;
        margin-top: 20px;
    }
}


/* Medium */
@media(min-width:992px) and (max-width:1199px) {}


/* Large */
@media(min-width:1200px) {}