body {
    margin: 0;
    padding: 0;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    overflow-x: hidden;
    /* Hide horizontal scrollbar */
}

.header-section {
    border-bottom: 1px solid #09a100;
}

.header-container {
    padding: 30px;
    padding-bottom: 0px;
}

.wiz-logo img {
    width: 160px;
}

.cart i {
    font-size: 22px;
    color: #000;
    float: right;
}

#search-wrapper {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.276);
    align-items: stretch;
    border-radius: 50px;
    background-color: #f2f2f2;
    overflow: hidden;
    width: 100%;
    margin: auto;

}

.cart {
    height: 100%;
    display: flex;
    justify-content: end;
}

.cart a {
    display: flex;
    align-items: center;
}

#search {
    border: none;
    width: 100%;
    font-size: 15px;
    background-color: #f2f2f2;
}

#search:focus {
    outline: none;
}

.search-icon {
    margin: 10px;
    color: rgba(0, 0, 0, 0.564);
}

#search-button {
    border: none;
    cursor: pointer;
    color: #fff;
    background-color: #0ba200;
    padding: 0px 10px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}



.search-section {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-navbar .navbar-expand-lg .navbar-nav {
    font-weight: 600;
    font-size: 16px;
    margin: auto;
}

.header-navbar .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
}

.banner-container {
    padding: 30px;
}

.banner-text-box {
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-text-box h3 {
    color: #000;
    font-weight: 300;
    font-size: 38px;
}

.banner-text-box p {
    color: #000;
    font-size: 16px;
    font-size: 18px;
    font-weight: 300;
}


.banner-bg {
    background-image: url('images/homebanner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: auto;
    padding: 30px;
    padding-bottom: 40px;
    padding-top: 40px;
    border-radius: 10px;
    position: relative;
    align-items: center;
}

.pad-60-top {
    padding-top: 60px;

}

.banner-logo img {
    width: 220px;
    float: right;

}

.banner-bg-box h4 {
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    font-family: "Poppins", sans-serif;
}

.banner-bg-box .btn {
    color: #fff;
    background-color: #27ac1f;
    border-color: #27ac1f;
}

.schneider-section {
    padding: 30px;
}

.schneider-bg {
    background-image: url('images/schniderbg1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 30px;
    display: flex;
    align-items: center;
    filter: brightness(1) contrast(1) saturate(1);
}

.schneider-logo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.schneider-logo img {
    width: 220px;
    height: auto;
}

.schneider-text h4 {
    font-size: 38px;
    font-weight: 500;
    /*  color: #fff;*/
    color: #000000;
    font-family: "Poppins", sans-serif;
    text-align: center;
    /*text-shadow: 0 0 3px #000000;*/
}

.schneider-text .btn {
    color: #fff;
    background-color: #27ac1f;
    border-color: #27ac1f;
}



.categories-section {
    padding-top: 30px;
}

.categories-container {
    padding: 30px;
    background-color: #f2f2f2;
    margin: 30px;
    padding-top: 20px;
}

.title-header {
    width: 100%;
}

.title-header h3 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: 400;
}

.categories-box {
    width: 100%;
    margin-top: 15px;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    height: 100%;
}

.categories-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-image img {
    width: 100%;
}

.categories-text {
    height: 100%;
    display: flex;
    align-items: center;
}

.categories-text h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;

}

.categories-btn {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10px;
}

.categories-btn .btn {
    color: #fff;
    background-color: #27ac1f;
    border-color: #27ac1f;
}

SKELETON LOADER SPECIFIC STYLING #category-skeletons .categories-box {
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.title-header-left h4 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 400;
    padding-left: 30px;
}

.build-section {
    padding: 30px;
}


.plan-bg {
    background-image: url('/images/homebuildsection.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    min-height: 500px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.plan-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust opacity here */
    z-index: 0;
}

.plan-bg>* {
    position: relative;
    z-index: 1;
}

.plan-text h3 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 400;
}

.plan-text h6 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: lighter;
}

.power-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    max-width: 100%;
}

.power-box h6 {
    padding-top: 20px;
    font-weight: 600;
    font-size: 18px;
}

.energy-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-top: 40px;
    max-width: 100%;
}

.energy-box h6 {
    padding-top: 20px;
    font-weight: 600;
    font-size: 18px;
}

.power-box img,
.energy-box img {
    width: 70%; margin:auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    border-radius: 10px; 
    /* optional: if you want rounded corners like the box */
}


.power-wiz-box {
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    /* width: fit-content;*/

}

.power-wiz-box p {
    font-size: 18px;
    margin-bottom: 0px;
}

.power-wiz-box h4 {
    color: #27ac1f;
    font-size: 28px;
    font-weight: 600;
}

.power-wiz-box h3 {
    font-size: 36px;
    font-weight: 300;
}

.contact-qoute {
    display: flex;
    align-items: end;
}

.power-wiz-box .btn {
    color: #fff;
    background-color: #27ac1f;
    border-color: #27ac1f;
    margin-left: 25px;
    width: 100%;
}
.hover-text:hover::before {
    content: attr(data-hover);
    display: inline;
}

.hover-text:hover {
    color: transparent;
    position: relative;
}

    .hover-text:hover::before {
        position: absolute;
        text-align:center;
        color: white; margin-bottom:0px; /* or your desired text color */
    }
.plan-text h2 { color:#fff; padding-bottom:20px;}
.all-product-container {
    padding: 10px;
    /*max-width: 1200px;*/
    /* to control the width for large screens */
    /*margin: 0 auto;*/
}

.all-product {
    background-color: #f2f2f2;
    padding-top: 30px;
    margin: 40px;
}

.product-img img {
    width: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.product-box {
    width: 100%;
    margin-top: 15px;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.product-a {
    width: 100%;
}

.product-a .btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: #27ac1f;
    padding-left: 0px;
}

.product-box h6 {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 15px;
}

h6,
.textbreak {
    word-wrap: break-word !important;
    word-break: break-word !important;
    /*  word-break: break-word;
    !important white-space: normal;*/
}


.product-box p {
    margin-bottom: 0px;
}

.load-more {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}

.load-more .btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: #000;
}

.discover-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.tree-sections {
    padding-top: 50px;
}

.screenshot-box {
    width: 100%;
}

.screenshot-box h3 {
    font-size: 24px;
    padding-top: 10px;
}

.screenshot-box p {
    font-size: 18px;
}

/*.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}*/

.container-progress {
    margin-top: 20px;
}

.container-progress h6 {
    margin-bottom: 10px;
}

.progress-title {
    font-size: 18px;
    color: #fff;
    margin: 0 0 20px;
}

.progress-title-two {
    font-size: 18px;
    color: #fff;
    margin: 0 0 20px;
    float: right;
}

.progress {
    height: 5px;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    overflow: visible;
}

.progress .progress-bar {
    background: transparent;
    box-shadow: none;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

.progress .progress-bar:after {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    color: #27ac1f;
    position: absolute;
    top: -8px;
    right: 0;
}

.progress .progress-value {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    position: absolute;
    top: -30px;
    right: 5px;
}

.progress.blue {
    background: #049dff;
}

.progress.yellow {
    background: #fdba04;
}

.progress.pink {
    background: #ed687c;
}

.progress.green {
    background: #fff;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

.plan-bg .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: inherit;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: #27ac1f;
    transition: var(--bs-progress-bar-transition);
}


.recently-box h4 {
    font-size: 18px;
    color: #000;
}

.recently-viewed {
    padding: 30px;
    padding-top: 10px;
}

.recently-box img {
    width: 100%;
}

.adds {
    margin: 30px;
}

.adds-bg {
    background-image: url(images/adds-bg.png);
    width: 100%;
    height: 200px;
}

.page-bg {
    background-image: url(images/page-bg.jpg);
    margin-left: 43px;
    margin-right: 43px;
    margin-top: 15px;
}

.breadcrumbs {
    padding: 27px;
}

.circuit-container {
    width: 100%;
}

.page-bg .breadcrumbs ol {
    list-style: none;
    font-size: 16px;
    font-weight: 400;
}

.page-bg .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: left;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}

.page-bg .breadcrumbs ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: #fff;
}

.page-bg .breadcrumbs ol li+li {
    padding-left: 10px;
    color: #fff;
}

.page-bg a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.page-bg a:hover {
    color: #0ba200;
    text-decoration: none;
}

.cercuit-section {
    padding: 30px;
    padding-bottom: 0px;
}

.circuit-container {
    padding: 20px;
    background-color: #e9f7e8;
}

.circuit-container h2 {
    font-weight: 400;
}

.circuit-container p {
    font-size: 17px;
    margin-bottom: 0px;
}

.categories-container {
    padding: 20px;
    background-color: #f4f5f7;
}

.other-categories h5 {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
}

.other-categories .sidebar li .submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.other-categories i {
    position: absolute;
    right: 20px;
}

.other-categories .nav-link {
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 14px;
    font-weight: var(--bs-nav-link-font-weight);
    color: #000;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
}


.other-categories .form-check {
    display: block;
    min-height: 0px;
    padding-left: 1.5em;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    height: 35px;
}

.nav-flex {
    display: flex;
}

.other-categories .nav-item {
    width: 100%;
}

.product-list .breadcrumbs ol {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
}

.product-list .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.product-list .breadcrumbs ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: #000;
}

.product-list .breadcrumbs ol li+li {
    padding-left: 10px;
}

.product-list a {
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

.page-bg a:hover {
    color: #0ba200;
    text-decoration: none;
}

.product-list h4 {
    font-size: 20px;
    font-weight: 400;
    color: #0aa101;
    font-style: italic;
    margin-top: 15px;
}

.filter-btn .btn-secondary {
    --bs-btn-color: #000000;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #e9f7e8;
    --bs-btn-hover-border-color: #e9f7e8;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #09a100;
    --bs-btn-active-border-color: #09a100;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.filter-btn .dropdown-item:focus,
.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: #e9f7e8;
}

.product-list-box h6 {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 15px;
    text-align: left;
}

.product-list-box p {
    margin-bottom: 0px;
    text-align: left;
}

.product-list-box img {
    width: 150px;
    margin-bottom: 10px;
}
.product-add-to-cart {
    padding: 7px;
    border-radius: 10px;
    border: none;
    background: #27ac1f;
    cursor: pointer;
    width: 100%;
    color: white;
}
.product-image { width:100%;}

.product-list-box {
    display: flex;
    flex-direction: column;
}

.view-cart-section {
    margin-top: auto;
}


#more {
    display: none;
}


.filter-btn {
    margin-top: 15px;
}

.view-btn {
    float: left;
}

.cart-quantity {
    float: right;
}

.view-btn .btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: #27ac1f;
}

.view-btn .btn {
    --bs-btn-padding-x: 0px;
    --bs-btn-padding-y: 0px;
}

.product-list-box {
    width: 100%;
    margin-top: 15px;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    height: 100%;
}

.number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.number-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    height: 2px;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    text-align: center;
}

.number-input.number-input {
    border: 1px solid #0ba200;
    width: 80px;
    border-radius: .25rem;
    background-color: #0ba200;
}

.product-info-quantity .number-input.number-input {
    border: none;
    width: 80px;
    border-radius: .25rem;
    background-color: #0ba200;
    width: 95px;
}

.number-input.number-input button {
    width: 2.6rem;
    height: 10px;
}

.number-input.number-input button.minus {
    padding-left: 5px;
}

.number-input.number-input button:before,
.number-input.number-input button:after {
    width: 10px;
    background-color: #fff;
}

.number-input.number-input input[type="number"] {
    max-width: 40px;
    padding: 4px;
    border: 1px solid #ced4da;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 0 1px;
    font-size: 14px;
    height: 20px;
    color: #495057;
}

.product-info-quantity .number-input.number-input input[type="number"] {
    max-width: 40px;
    padding: 4px;
    border: 1px solid #ced4da;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 0 1px;
    font-size: 14px;
    height: 28px;
    color: #495057;
    border-radius: 5px;
}

.recently-viewed h4 {
    padding-bottom: 20px;
}

.product-info-bg {
    background-color: #f4f5f7;
    padding-top: 15px;
}

.cart-container {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px;
}

.cart-price-1 h3 {
    color: #0ba200;
}

.cart-price-1 h6 {
    color: #000;
    font-weight: normal;
}

.cart-price-1 {
    padding-left: 4px;
}

.cart-price-2 {
    float: right;
}

.cart-price-2 h3 {
    color: #0ba200;
}

.cart-price-2 h6 {
    color: #000;
    font-weight: normal;
}

.cart-pricing h4 {
    font-size: 28px;
    font-weight: normal;
}

.cart-price hr {
    background-color: #0ba200;
    height: 2px;
}

.cart-price-2 h5 {
    color: #000;
    font-weight: normal;
    font-size: 16px;
}

.cart-container .cart-price-1 {
    position: relative;
    height: 100%;
}

.cart-price-1 h5 {
    color: #000;
    font-weight: normal;
    font-size: 16px;
}

.product-info-quantity {
    float: inherit !important;
    position: absolute;
    bottom: 0;
}

.cart-price-2 .categories-btn {
    float: right;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.support-section {
    background-color: #dfdfdf;
    border-radius: 10px;
    padding: 25px;
    margin-top: 15px;
}

.support-btn {
    height: 100%;
    display: flex;
    align-items: center;
    float: right;
}

.support-btn .categories-btn {
    float: right;
    padding-top: 0px;
    padding-bottom: 0px;
}

.support-section h3 {
    font-size: 20px;
}

.support-text {
    height: 100%;
    display: flex;
    align-items: center;
}


.info-tab-sections {
    background-color: #f4f5f7;
    margin-top: 15px;
}

.info-tabs-container {
    background-color: #fff;
    border-radius: 10px;
}

.info-tabs-container .nav-pills {
    --bs-nav-pills-border-radius: 0px;
    --bs-nav-pills-link-active-color: #000000;
    --bs-nav-pills-link-active-bg: #ffffff;
    background-color: #0ba200;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.info-tabs-container .nav-link {
    display: block;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
}

.tab-text-container {
    padding: 30px;
}

.tab-text-container h4 {
    font-size: 22px;
    font-weight: 500;
    color: #000;
}

    .tab-text-container p {
        font-size: 18px;
        color: #000;
        padding-top: 20px;
        text-align: justify;
        word-break: break-word;
    }

.bottom-line {
    background-color: #0ba200;
    height: 2px;
    margin-top: 50px;
    width: 100%;
}

.info-tab-table .table> :not(caption)>*>* {
    padding: 15px 0px;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    font-weight: 400;
    border-bottom: 1px solid #000;
}

.pdf-box {
    display: flex;
    align-items: center;
}

.pdf-box img {
    width: 30px;
}

.pdf-box a {
    font-size: 20px;
    font-weight: 500;
    color: #1d99dc;
    text-decoration: none;
    padding-left: 25px;
}

.info-pdf {
    padding-top: 20px;
}

.related-section {
    background-color: #f4f5f7;
    padding-top: 60px;
    padding-bottom: 60px;
}

.related-container {
    background-color: #fff;
    margin: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}

.related-txt h4 {
    padding-bottom: 20px;
    padding-left: 30px;
}

.search-result-section {
    margin: 42px;
    background-color: #e9f7e8;
    margin-bottom: 0px;
}

.search-result-container {
    padding: 20px;
}

.search-result-container h4 {
    font-weight: normal;
    font-style: italic;
}

.search-result-container span {
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
    color: #0ba200;
}


/* RESPONSIVE DESIGN */
@media (max-width: 1400px) {
    .cart-section {
        background-color: #f4f5f7;
    }

    .cart-section .card {
        border: none;
        border-radius: 10px;
    }

    .cart-section .card-body {
        flex: 1 1 auto;
        padding: 35px;
        color: var(--bs-card-color);
    }

    .cart-contaner {
        padding: 40px;
    }

    .cart-box h5 {
        font-size: 20px;
        font-weight: 500;
    }

    .cart-box p {
        font-size: 17px;

    }

    .cart-box h6 {
        font-weight: normal;
    }

    .offer {
        background-color: #0ba200;
        color: #000;
        font-size: 8px;
        border-radius: 10px;
        width: fit-content;
        padding: 4px;
    }

}

.submitted-contaner {
    padding: 40px;
}

.order-confirm {
    display: flex;
}

.order-confirm i {
    font-size: 26px;
    color: #0ba200;
    margin-right: 15px;
}

.order-confirm h3 {
    font-size: 20px;
    color: #000;
    font-weight: normal;
}

.over-hear-box {
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.order-status-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.order-status-box a {
    cursor: pointer;
}

.order-head {
    border-radius: 10px;
    border: 1px solid #0ba200;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.order-head p {
    margin-bottom: 0px;
}

.last-total {
    float: right;
}

.order-id {
    display: flex;
    align-items: center;
}

.order-id i {
    margin-right: 15px;
}

.product-details {
    display: flex;
    padding: 15px;
}

.product-details-img {
    width: 120px;
}

.status-address-edit {
    display: flex;
}

.status-address-edit i {
    color: #0ba200;
    margin-left: 15px;
}

.address-edit-order {
    padding: 15px;
}

.status-filter i {
    margin-left: 15px;
}

.drop-btn {
    display: flex;
    justify-content: end;
}

.drop-btn .btn {
    --bs-btn-padding-x: 0;
    --bs-btn-padding-y: 0;
}

.drop-btn p {
    margin-left: 15px;
}

.drop-btn .btn-secondary {
    --bs-btn-color: #1D99DC;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #1D99DC;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #1D99DC;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: transparent;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.order-info-head {
    margin-bottom: 15px;
}

.head-count {
    border-radius: 10px;
    background-color: #fff;
    padding: 15px;
}

.head-count h5 {
    color: #0ba200;
}

.order-header {
    height: 100%;
    display: flex;
    align-items: center;
}




.bs-wizard {
    margin-top: 40px;
    display: flex;
}

.bs-wizard .progress .progress-bar:after {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    color: #27ac1f;
    position: absolute;
    top: -8px;
    right: 0;
    display: none;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
    width: 100%;
}


.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: inherit;
    top: 25px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #0BA200;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    left: 8px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot-one {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: inherit;
    top: 25px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot-one:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #0BA200;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    left: 8px;
}

.bs-wizard-info span {
    color: #0ba200;
    font-size: 10px;
}

.bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 3px;
    box-shadow: none;
    margin: 20px 0;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #0BA200;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: #f5f5f5;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}


.subhead h6 {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
}
/*productinfo description*/
.tab-text-container {
    line-height: 1.6;
}

/*forgptpassword*/

.forgot-link a {
    color: #6c757d; 
    text-decoration: none;
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

.forgot-link a:hover {
    color: #0d6efd; 
    text-decoration: underline;
}


/*END Form Wizard*/
/* RESPONSIVE DESIGN */
@media (max-width: 1400px) {
    .product-list-box img {
        width: 120px;
       
    }
}

@media (max-width: 992px) {
    .other-categories .nav-link {
        padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
        font-size: 10px;
        font-weight: var(--bs-nav-link-font-weight);
        color: #000;
        text-decoration: none;
        background: 0 0;
        border: 0;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
        position: relative;
        display: flex;
        align-items: center;
    }

    .header-navbar .navbar-expand-lg .navbar-nav {
        font-weight: 600;
        font-size: 16px;
        margin: inherit;
        background-color: #f2f2f2;
        border-radius: 5px;

        width: fit-content;

        width: 100%;
        z-index: 11111;
        margin-top: 9px;
    }

    .navbar-toggler {
        border: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .header-navbar .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
        color: var(--bs-navbar-active-color);
        border-left: 3px solid #27ac1f;
        border-radius: 5px;
        background-color: #e9e9e9;
    }

    .header-navbar .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        border-radius: 10px;
        margin-left: 10px;
        margin-top: 5px;
        position: relative;
    }

    .product-list-box img {
        width: 100px;
        
    }

    .other-categories i {
        position: absolute;
        right: 0;
    }

    .wiz-logo img {
        width: 100px;
    }

    .navbar-toggler {
        padding: 0px;
        margin-left: 20px;
    }

    .gx-6 {
        gap: 2rem !important;
    }
}
/* Hide product description on small screens */
@media (max-width: 767px) {
    .product-description {
        display: none;
    }
}

/* Show product description on medium and larger screens */
@media (min-width: 768px) {
    .product-description {
        display: block;
    }
}


@media (max-width: 499px) {
    #search-button {
        font-size: 9px;
        border: none;
        cursor: pointer;
        color: #fff;
        background-color: #0ba200;
        padding: 0px 5px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    .search-icon {
        margin: 3px;
        color: rgba(0, 0, 0, 0.564);
    }

    #search {
        border: none;
        font-size: 8px;
    }

    .user-name .btn {
        --bs-btn-padding-x: 0.45rem;
        --bs-btn-padding-y: 0.05rem;
    }

    .info-tabs-container .nav-link {
        display: block;
        padding: 8px 10px;
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
    }

    .info-tab-sections {
        background-color: #f4f5f7;
        padding-top: 15px;
    }

    .pdf-box a {
        font-size: 14px;
        font-weight: 500;
        color: #1d99dc;
        text-decoration: none;
        padding-left: 25px;
    }

    .gx-6 {
        gap: 0rem !important;
    }

    .product-img img {
        width: 150px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .product-box h6 {
        font-weight: 600;
        font-size: 16px;
        padding-bottom: 0px;
    }

    .contact-qoute {
        display: inherit;
        padding-bottom: 15px;
    }

    .bs-wizard > .bs-wizard-step .bs-wizard-info {
        color: #999;
        font-size: 10px;
    }

    .submitted-contaner {
        padding: 10px;
    }
    .tab-text-container p {
        font-size: 15px; 
       
    }
 
}

.pdf-box a {
    font-size: 14px;
    font-weight: 500;
    color: #1d99dc;
    text-decoration: none;
    padding-left: 25px;
}

.gx-6 {
    gap: 0rem !important;
}

@media (max-width: 993px) {
    
}

@media (max-width: 768px) {
    .sidebar {
        padding-top: 20px;
    }
}

@media (max-width: 890px) {
    .categories-text h6 {
        font-size: 13px;
        font-weight: 600;
    }

    .schneider-logo img {
        width: 140px;
        height: auto;
    }
}

@media (max-width: 768px) {
    .sidebar {
        padding-top: 20px;
    }
}

@media (max-width: 768px) {
    .card {
        margin-bottom: 1rem;
    }
}

@media (max-width: 768px) {
    .filter-wrapper {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .col-lg-4.column {
        margin-top: 1.5rem;
    }
}


.section-container {
    background: white;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.section-header {
    background: #0BA200;
    color: white;
    padding: 15px 20px;
    border-radius: 18px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.search-wrapper {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    height: 38px;
}

.search-btn {
    border: none;
    width: 100%;
    font-size: 15px;
}

.search-btn:focus {
    outline: none;
}

.table-container th {
    border: none !important;
    background-color: #D9D9D9;
    font-weight: 600;
    text-align: left;
}

.table-container td {
    border: none !important;
    text-align: left;
}

.custom-pagination .page-btn {
    padding: 3px 8px;
    border-radius: 5px;
    background-color: transparent;
    color: #333;
    text-decoration: none;
    font-size: 10px;
    min-width: 15px;
    text-align: center;
    transition: background 0.2s;
}

.page-btn:hover {
    background-color: #e0e0e0;
}

.page-btn.active {
    background-color: #0BA200;
    color: white;
    font-weight: bold;
}

.page-btn.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination-subtext {
    font-size: 12px;
    color: gray;
}

.update-btn {
    padding: 8px 12px;
    border: none;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    background-color: #0BA200;
}

.cancel-btn {
    padding: 8px 12px;
    border: none;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    background-color: #757575;
    margin-right: 15px;
}


/* Recently Viewed Product Section */

.recently-viewed .slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.recently-viewed .slider-container .slider-track {
    display: flex;
    transition: transform 0.4s ease;
    gap: 16px;
}

.recently-box {
    flex: 0 0 auto;
    width: 250px;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    text-align: center;
}

.recently-box img {
    object-fit: cover;
}

.view-details {
    font-weight: 400;
    color: #27ac1f;
    text-decoration: underline;
}

.view-details:hover {
    text-decoration: underline;
}

.no-products-message {
    font-size: 16px;
    margin-left: 40px;
}


.recently-viewed .slider-container .slider-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
}

.recently-viewed .slider-container #slider-prev {
    left: 0;
}

.recently-viewed .slider-container #slider-next {
    right: 0;
}



/* Enquiry Page */
.contact-form {
    background-color: #fff;
    padding: 30px;
    flex: 1;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-info {
    background-color: #27ac1f;
    color: #fff;
    padding: 30px;
    flex: 1;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.contact-info h5,
.contact-form h3 {
    margin-bottom: 30px;
    font-weight: bold;
}

.contact-info p {
    margin-bottom: 15px;
}

.contact-info i {
    margin-right: 10px;
}


.form-control {
    margin-bottom: 15px;
}

.icon-text {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.icon-text i {
    font-size: 1.2rem;
    margin-right: 15px;
}
.login-cart {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: end;
}
.cart-boxes { position:relative;}
.cart-icons {
    position:inherit;
    i

{
    font-size: 24px;
    color: #000;
}

&:before {
    content: attr(data-totalitems);
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: -12px;
    right: -12px;
    background: #2bd156;
    line-height: 24px;
    padding: 0 5px;
    height: 24px;
    min-width: 24px;
    color: white;
    text-align: center;
    border-radius: 24px;
}

&.shake {
    animation: shakeCart .4s ease-in-out forwards;
}
}
.mobile-view-navbar {
    display: none;
}

/* FOOTER START */
.footer-section ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #86c840;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

    .cta-text h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 2px;
    }

    .cta-text span {
        color: #c1c1c1;
        font-size: 15px;
    }

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

    .footer-logo img {
        max-width: 200px;
    }

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

    .footer-widget-heading h3::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -15px;
        height: 2px;
        width: 50px;
        background: #86c840;
    }

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

    .footer-widget ul li a:hover {
        color: #86c840;
    }

    .footer-widget ul li a {
        color: #878787;
        text-transform: capitalize;
        text-decoration: none;
    }

.subscribe-form {
    position: relative;
    overflow: hidden;
}

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: #2E2E2E;
        border: 1px solid #2E2E2E;
        color: #fff;
    }

    .subscribe-form button {
        position: absolute;
        right: 0;
        background: #86c840;
        padding: 13px 20px;
        border: 1px solid #86c840;
        top: 0;
    }

        .subscribe-form button i {
            color: #fff;
            font-size: 22px;
            transform: rotate(-6deg);
        }

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

    .copyright-text p a {
        color: #86c840;
    }

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

    .footer-menu li:hover a {
        color: #86c840;
    }

    .footer-menu li a {
        font-size: 14px;
        color: #878787;
        text-decoration: none;
    }
/* FOOTER END */



/* COMING SOON */
.coming-soon-bg {
    background-image: url('images/comingsoon/wizard-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}
.comingsoon-txt { padding-top:40px;}
.comingsoon-txt i {
    margin-right: 10px;
    color: #C06301;
}
.comingsoon-txt .btn-primary {
    --bs-btn-color: #C06301;
    --bs-btn-bg: #FFE288;
    --bs-btn-border-color: #FFE288;
    --bs-btn-hover-color: #C06301;
    --bs-btn-hover-bg: #FFE288;
    --bs-btn-hover-border-color: #FFE288;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #C06301;
    --bs-btn-active-bg: #FFE288;
    --bs-btn-active-border-color: #FFE288;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #C06301;
    --bs-btn-disabled-bg: #FFE288;
    --bs-btn-disabled-border-color: #FFE288;
}
    .comingsoon-txt h1 {
        color: #fff;
        font-weight: 600;
        font-size: 45px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .comingsoon-txt p
    {
        color: #fff;
        font-size: 28px;
        padding-bottom: 20px;
    }
    .comingsoon-txt .modal-header {
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: space-between;
        padding: var(--bs-modal-header-padding);
        border-bottom: none;
        border-top-left-radius: var(--bs-modal-inner-border-radius);
        border-top-right-radius: var(--bs-modal-inner-border-radius);
        padding-bottom: 0px;
        padding-top: 0px;
    }
.comingsoon-txt .modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: none;
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius); padding-bottom:0px; padding-top:0px;
}
.comingsoon-txt .btn { border-radius:20px;}
.mail-section {
    right: 20px;
    position: absolute;
}
.soon-modal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    padding-bottom: 0px;
    padding-top: 0px;
}
.soon-footer .btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0ba200;
    --bs-btn-border-color: #0ba200;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}
.soon-modal .btn-primary {
    --bs-btn-color: #27ac1f;
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-color: #000000;
    --bs-btn-hover-bg: #ffffff;
    --bs-btn-hover-border-color: #ffffff;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #C06301;
    --bs-btn-active-bg: #FFE288;
    --bs-btn-active-border-color: #FFE288;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #C06301;
    --bs-btn-disabled-bg: #FFE288;
    --bs-btn-disabled-border-color: #FFE288;
}
.soon-modal .btn {
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px; font-weight:700;
}
.soon-footer .btn {
    border-radius: 8px;
    margin-bottom: 10px;
    font-weight:normal;
}
.leaf-img img {
    width: 100px;
}
.notify-moadal { display: flex;}
.mail-section .form-control {
    margin-bottom: 0px;
}
.mail-section p {
    color: #000;
    padding: 0px;
    font-size: 16px;
    margin-bottom: 5px;
}
.leaf-img h5 { margin-bottom:0px;}
.mail-section i {
    margin-right: 0px;
    color: #189E36;
}









@media (max-width: 699px) {
    .mobile-view-navbar {
        display: inherit;
    }
}

.info-section {
    background-image: url('images/info/info-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}
.info-container h2 { color:#fff; text-align:center; font-weight:500; padding-top:30px;}
.info-container p {
    color: #fff;
    text-align: center;
}
.info-container span { font-size:18px; font-weight:500;}

.info-box {
    padding: 40px;
    border-radius: 7px;
    border: 1px solid #14CA07;
    width: 70%;
    background-color: rgba(0, 0, 0, 0.1); height:100%;
}
.info-box h5 {
    color: #fff;
    text-align: center;
}
.info-ic-text {
    color: #fff;
}
.info-icon { display:flex; align-items:center; height:100%;}
.info-ic-text i {
    color: #fff;
    margin-right: 15px;
}
.info-mar-tp { margin-top:20px;}
.info-ic-text span {
    color: #fff;
    font-size: 18px;
}
.gradient-custom {
    background: #30cfd0;
    background: -webkit-linear-gradient(to right, rgba(48,207,208,1), rgba(51,8,103,1));
    background: linear-gradient(to right, rgb(20 202 7), rgb(4 119 63));
    width: 60%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.info-box-right {
    padding: 40px;
    border-radius: 7px;
    border: 1px solid #14CA07;
    width: 70%;
    background-color: rgba(0, 0, 0, 0.1);
    float: right; height:100%;
}
    .info-box-right h5 {
        color: #fff;
        text-align: center;
    }
.info-time-line .item {
    position: relative;
    margin: 0px;
    border-left: 1px dashed #fff;
    padding: 10px 40px;
    margin-left: 20px;
}

    .info-time-line .item > span {
        position: absolute;
        width: 40px;
        height: 40px;
        font-size: 20px;
        text-align: center;
        line-height: 40px;
        border-radius: 100%;
        left: -20px;
        top: 0;
        border: 2px dotted #14CA07;
        background-color: #099D4D;
        color: #fff;
    }

    .info-time-line h6 {
        font-size: 18px;
        font-weight: 500; color:#fff;
    }

    .info-time-line .item p {
        text-align:left; margin-bottom:0px; font-size:14px;
    }
.lets-begin { margin-top:30px;}
.lets-begin .btn-primary {
    --bs-btn-color: #0ba200;
    --bs-btn-bg: #fff;
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0ba200;
    --bs-btn-hover-border-color: #0ba200;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
.lets-begin .btn {
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.info-modal-text img {
    width: 100px;
    margin: auto;
}
.info-modal-text h4 {
    padding-top: 15px;
    text-align: center;
}
.info-modal-text p {
    color: #0ba200;

    text-align: center;
}
.continue-btn { float:right;}
    .continue-btn .btn-primary {
        --bs-btn-color: #fff;
        --bs-btn-bg: #0ba200;
        --bs-btn-border-color: #0ba200;
        --bs-btn-hover-color: #0ba200;
        --bs-btn-hover-bg: #fff;
        --bs-btn-hover-border-color: #0ba200;
        --bs-btn-focus-shadow-rgb: 49, 132, 253;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #0a58ca;
        --bs-btn-active-border-color: #0a53be;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #0d6efd;
        --bs-btn-disabled-border-color: #0d6efd;
    }
.info-cancel-btn .btn-outline-success {
    --bs-btn-color: #0ba200;
    --bs-btn-border-color: #0ba200;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0ba200;
    --bs-btn-hover-border-color: #0ba200;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0ba200;
    --bs-btn-active-border-color: #0ba200;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0ba200;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0ba200;
    --bs-gradient: none;
}
/* INFO PAGE */
@media (max-width: 992px) {

    .info-box {
        width: 100%;
    }

    .info-box-right {
        width: 100%;
    }
}
    @media (max-width: 699px) {
        .info-section { height:100%;}
        .info-box-right {
            margin-top: 10px
        }
        .mobile-view-navbar {
            display: inherit;
        }

        .desktop-navbar {
            display: none;
        }

        .mobile-cart {
            display: flex;
            justify-content: end;
            align-items: center;
            height: 100%;
        }

        .header-container {
            padding: 20px;
            padding-bottom: 0px;
            padding-left: 0px;
            padding-right: 0px;
        }

        .loginbtn {
            font-size: 11px;
            padding: 0.2rem 1.5rem;
            min-width: auto;
        }

        .search-icon {
            margin: 3px;
            color: rgba(0, 0, 0, 0.564);
        }

        #search {
            border: none;
            font-size: 8px;
        }

        .user-name {
            float: right;
        }

        .cart-icons {
            i

{
    font-size: 14px;
    color: #000;
}

}
.mobile-toggle i { font-size:14px;}
.banner-text-box h3 {
    color: #000;
    font-weight: 300;
    font-size: 24px;
}
.banner-text-box p {
    color: #000;

    font-size: 14px;
    font-weight: 300;
}
.banner-bg-box h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: "Poppins", sans-serif;
}
.banner-logo img {
    width: 120px;
    float: right;
}
.pad-60-top {
    padding-top: 0px;
}
.banner-container {
    padding: 0px; padding-top:15px;
}
.schneider-section {
    padding: 0px;
    margin-top: 15px;
}
.title-header-left h4 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 400;
    padding-left: 0px;
}
.categories-container {
 
    background-color: #f2f2f2;
    margin: 0px;
}
.title-header h3 {
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}
.plan-text h3 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.power-wiz-box h4 {
    color: #27ac1f;
    font-size: 16px;
    font-weight: 600;
}
.power-wiz-box h3 {
    font-size: 20px;
    font-weight: 300;
}
.schneider-text h4 {
    font-size: 18px;
    font-weight: 500;
    /* color: #fff; */
    color: #fff;
}
.build-section {
    padding: 0px;
    margin-top: 20px;
}
.screenshot-box p {
    font-size: 14px;
}
.screenshot-box h3 {
    font-size: 16px;
    padding-top: 10px;
}
.screenshot-box img {
    width: 100%;
}
.all-product-container {
    padding: 0px;
}
.discover-section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.tree-sections {
    padding-top: 10px;
}
.categories-btn {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 10px;
}
.energy-box h6 {
    padding-top:0px;
    font-weight: 600;
    font-size: 12px;
}
.power-box h6 {
    padding-top: 0px;
    font-weight: 600;
    font-size: 12px;
}
.cta-text h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
}
.single-cta {
    display: flex;
    margin-bottom: 15px;
}
.all-product {
    background-color: #f2f2f2;
    padding-top: 30px;

    margin: 0px;
}
.categories-container {
    padding: 10px;
    background-color: #f4f5f7;
}
.categories-section .container-fluid { padding:0px;
}
.plan-bg {
    padding: 10px
}
.power-wiz-box {
    background-color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    width: fit-content;
    margin: 10px;
    padding-bottom: 0px;
}
.recently-viewed {
    padding: 10px;
    padding-top: 0px;
}
.adds {
    margin: 0px;
    margin-bottom: 10px;
}
}

@media (max-width: 499px) {
    .schneider-text h4 {
        font-size: 18px;
    }

    .progress-title {
        font-size: 12px;
        color: #fff;
        margin: 0 0 20px;
    }

    .screenshot-box {
        width: 100%;
        border: 1px solid #27ac1f;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

        .screenshot-box img {
            width: 50%;
        }

    .power-wiz-box .btn {
        color: #fff;
        background-color: #27ac1f;
        border-color: #27ac1f;
        margin-left: 0px;
        height: fit-content;
    }
    .page-bg {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 15px;
    }

    .view-btn .btn {
        --bs-btn-padding-x: 0px;
        --bs-btn-padding-y: 0px;
    }
    .product-add-to-cart {
       
        padding: 3px;
        border-radius: 5px;
        border: none;
        background: #27ac1f;
        width: 100%;
        color: white;
        font-size: 10px;
    }
    .view-btn {
        float: left;
        display: flex;
        align-items: center;
    }
    .product-list-box h6 {
        font-weight: 600;
        font-size: 12px;
        padding-bottom: 0px;
        text-align: left; margin-bottom:0px;
    }
}