/*******
Project Name:  Boneta Wholesale
Author: Rajesh Prajapati
Author Url: https://rajeshdesigner.com/
Version: 1.0
********/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url('lightgalley.min.css');
@import url('flickity.min.css');

:root {
    --primary: #45779b;
    --secondary: #da4b40;
    --primary-rgb: 69 119 155;
    --secondary-rgb: 218 75 64;
    --dark: #333333;
    --gray: #686868;
    --light-gray: #c6c6c6;
    --danger: #dc3545;
    --bs-opacity-01: 0.01;
    --bs-opacity-010: 0.10;
    --bs-opacity-1: 0.1;
    --bs-opacity-2: 0.2;
    --bs-opacity-3: 0.3;
    --bs-opacity-4: 0.4;
    --bs-opacity-5: 0.5;
}
html {
    scroll-behavior: auto !important;
}
body {
    background-color: #ffffff;
    color: var(--dark);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    transition: inherit;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

a {
    color: var(--dark);
    text-decoration: none !important;
}

    a:hover {
        color: var(--primary);
    }

.link-btn {
    font-weight: 600;
    color: var(--dark);
    text-transform: uppercase;
}

    .link-btn:hover {
        opacity: 0.8;
    }

ul, ol {
    list-style: none !important;;
    margin: 0px !important;
    padding: 0px !important;
}
.text-primary {
    color: var(--primary) !important;
}
.disabled {
    cursor: not-allowed !important;
}
.btn:hover, .btn:active, .btn:focus, .btn:active:focus {
    box-shadow: none;
    outline: none;
}

.navbar > .container,
.navbar > .container-fluid {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.deg-90 {
    transform: rotate(90deg);
}

.required {
    color: #dc3545;
}

.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-label {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 7px;
}

.lbl-hint {
    font-size: 12px;
    color: #7e8299;
    font-style: italic;
}

input[type=submit] {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    padding: 9px 20px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type=submit]:hover, input[type=submit]:focus {
	background-color: #366689;
}

.btn {
    font-weight: 600;
    font-size: 13px;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 10px 20px;
}

.btn-sm {
    padding: 8px 14px !important;
    font-size: 11px !important;
}

.btn-primary {
    color: #ffffff;
    background-color: var(--primary);
    border: 1px solid var(--primary);
}

    .btn-primary:hover, .btn-check:focus + .btn-primary, .btn-primary:focus,
    .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary.show,
    .btn-primary:first-child:active, :not(.btn-check) + .btn-primary:active {
        color: #fff !important;
        background-color: #366689 !important;
        border-color: #366689 !important;
    }

.btn.btn-default {
    color: var(--bs-light-inverse);
    border-color: #ebeef1;
    background-color: #ebeef1;
}

.btn-default:hover, .btn-default:focus, .btn-check:checked + .btn-default,
.btn-default.active, .btn-default.show, .btn-default:first-child:active, :not(.btn-check) + .btn-default:active {
    color: var(--bs-light-inverse) !important;
    border-color: #ebeef1 !important;
    background-color: #ebeef1 !important;
}

.btn-light-primary {
    color: var(--primary);
    border-color: #dde2e9;
    background-color: #dde2e9;
}

    .btn-light-primary:hover, .btn-check:focus + .btn-light-primary, .btn-light-primary:focus,
    .btn-check:checked + .btn-light-primary, .btn-light-primary.active,
    .btn-light-primary.show, .btn-light-primary:first-child:active, :not(.btn-check) + .btn-light-primary:active {
        color: #fff;
        background-color: var(--primary);
        border-color: var(--primary);
    }

.form-check {
    padding-left: 30px;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23ffffff'/%3e%3c/svg%3e");
}

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    background-size: 60% 60%;
}

.form-check-input[type=checkbox] {
    border-radius: 2px;
}

.form-check .form-check-input {
    float: left;
    margin-left: -30px;
}

.form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 1px;
    background-color: #f4f4f4;
    border-color: #e4e6ef;
}

    .form-check-input:checked {
        background-color: var(--primary);
        border-color: var(--primary);
    }

    .form-check-input:focus {
        border-color: #446593;
        outline: 0;
        box-shadow: none;
    }

.section {
    margin: 50px 0px;
}

.badge {
    padding: 7px 9px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
}

    .badge.badge-danger {
        color: #dc3545;
        background: #f6e5e7;
    }

    .badge.badge-success {
        color: #28a745;
        background: #ddf7e3;
    }
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.section.main-section {
    min-height: 645px;
}
/*-- Framework :: Start --*/
select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 12px 12px;
    padding-right: 25px !important;
}
.form-control, input[type=text], input[type=email], input[type=password], select, textarea {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 8px 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #181c32;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    appearance: none;
    border-radius: 4px;
    box-shadow: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
    .form-control:focus, input[type=text]:focus, select:focus, textarea:focus,
    .form-control:active, input[type=text]:active, select:active, textarea:active,
	input[type=password]:focus {
        border-color: var(--primary);
        box-shadow: none !important;
        outline: none !important;
    }
.mobile-app-box {
    text-align: center;
}
    .mobile-app-box .mobile-app-logo {
        margin-bottom: 15px;
    }
.btn.btn-download {
    color: #fff !important;
    background-color: #171717 !important;
    padding: 10px 25px;
    text-align: left;
    display: inline-flex;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.btn-download:hover,
.btn-download:focus {
    color: #fff !important;
    background-color: #171717 !important;
    opacity: 0.8;
}
.btn-download .btn-app-icon {
    flex: 0;
    margin-right: 15px;
}
    .btn-download .btn-app-icon i,
    .btn-download .btn-app-icon em {
        font-size: 30px;
    }
.btn-download .app-text {
    display: block;
    font-size: 10px;
}
.btn-download .app-store {
    font-size: 14px;
}
/*-- Framework :: Start --*/
/*--- Loader :: Start ---*/
.preloader {
    background-color: rgb(0 0 0 / 50%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    text-align: center;
}
.preloader img {
    width: 160px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*--- Loader :: End ---*/
/*-- Header :: Start --*/
.header .bg-banner {
    display: block;
    width: 100%;
    background: #ffffff;
    text-align: center;
    background-image: url('https://bonetawholesale.com/images/BONETA INC. (1).jpg');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    padding: 25px 0px;
}

@media (max-width: 767px) {
.header .bg-banner img {
	display: block;
	margin-left: 15px; /* Adjust this value to move the image further to the right */
}
}

.header .navbar-brand {
    width: auto;
}

.header-top-info {
    background-color: #ecf1f5;
    padding: 0px 0px;
    position: sticky !important;
    top: 0px !important;
    z-index: 999;
}

.main-search {
    display: flex;
    width: 380px;
}

    .main-search .searchbox {
        font-weight: 400;
        font-size: 17px;
        color: #797979;
        padding: 10px 15px;
        background-color: #f5f5f5;
        border: 2px solid var(--secondary);
        border-radius: 6px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0;
    }

        .main-search .searchbox:focus {
            outline: none;
            box-shadow: none;
        }

    .main-search .searchbox, .main-search .search-btn {
        margin-left: -1px;
        height: 45px;
    }

.main-menu-top {
    text-align: center;
}

    .main-menu-top .nav-top-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.nav-top-menu .nav-item {
    list-style: none;
    padding-left: 30px;
}

    .nav-top-menu .nav-item:first-child {
        padding-left: 0px;
    }

    .nav-top-menu .nav-item .nav-link {
        font-weight: 800;
        font-size: 18px;
        color: #333333;
        text-transform: uppercase;
        position: relative;
        padding: 15px 0px;
    }

        .nav-top-menu .nav-item .nav-link:hover {
            color: var(--primary);
        }

        .nav-top-menu .nav-item .nav-link.is-active {
            color: var(--secondary);
        }

            .nav-top-menu .nav-item .nav-link.is-active:before {
                content: "";
                position: absolute;
                top: -1px;
                left: 0;
                width: 100%;
                height: 2px;
                background: var(--secondary);
            }

        .nav-top-menu .nav-item .nav-link > i,
        .nav-top-menu .nav-item .nav-link > em {
            padding-right: 10px;
        }

            .nav-top-menu .nav-item .nav-link > i.deg-90,
            .nav-top-menu .nav-item .nav-link > em.deg-90 {
                padding-right: 0px;
                padding-top: 6px;
                padding-left: 6px;
            }

.connect-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .connect-menu .connect-item {
        margin-left: 10px;
    }

        .connect-menu .connect-item:first-child {
            margin-left: 0px;
        }

    .connect-menu .connect-link {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        text-align: center;
        display: block;
        color: #fff;
        background-color: #3c3c3c;
        border-radius: 4px;
    }

        .connect-menu .connect-link:hover {
            opacity: 0.8;
        }

.connect-link.phone-link {
    width: auto;
    padding: 0px 10px;
}

    .connect-link.phone-link > span {
        font-weight: 700;
        font-size: 16px;
        padding-left: 10px;
    }

.connect-link.phone-link {
    background-color: var(--primary);
}

.connect-link.mail-link {
    background-color: #d53a2d;
}

.connect-link.whatsapp-link {
    background-color: #28b13d;
}

.connect-link.appstore-link {
    background-color: #1d7ef3;
}

.connect-link.sellwatch-link {
    background-color: #455a64;
}

.login-header {
    display: flex;
}
.login-header .auth-dropdown.dropdown {
    margin-right: 10px;
}
.auth-dropdown.dropdown .btn.dropdown-toggle {
    color: #212529;
    background-color: #e5e5e5;
    padding: 5px 10px;
    font-size: 12px;
    border-color: #e5e5e5;
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding-right: 25px;
}
.auth-dropdown.dropdown .btn.dropdown-toggle:after {
	content: "\f107";
    font-family: "Font Awesome 5 Pro";
    border: 0px !important;
    position: absolute;
    top: 13px;
	right: 10px;
    font-size: 15px;
    line-height: 0.3;
    font-weight: 600;
}
.login-header .auth-dropdown.dropdown .dropdown-menu {
    width: 100%;
	border: 0px;
    margin-top: 2px !important;
	overflow: hidden;
}
.login-header .auth-dropdown.dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
	padding: 8px 15px;
    border-bottom: 1px solid #ddd;
}
.login-header .auth-dropdown.dropdown .dropdown-menu li:last-child .dropdown-item {
    border: 0px;
}
.login-header .auth-dropdown.dropdown .dropdown-item:hover,
.login-header .auth-dropdown.dropdown .dropdown-item.active,
.login-header .auth-dropdown.dropdown .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--primary);
}

.btn.login-btn, .btn.cart-btn {
    background-color: #e5e5e5;
    padding: 5px 10px;
    font-size: 12px;
}
.btn.login-btn:hover,
.btn.login-btn:focus,
.btn.cart-btn:hover,
.btn.cart-btn:focus {
    background-color: #c7cdd1;
}
/*-- Header :: End --*/
/*-- Modal :: Start --*/
.modal-content {
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
}

.modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #eff2f5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

    .modal-header .modal-title {
        font-size: 18px;
    }

.modal-content .btn-close {
    font-size: 16px;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    z-index: 9;
    opacity: 1;
    text-align: center;
    color: var(--primary);
    background-color: rgb(237 237 241);
    border: 0px;
    background-image: none;
    margin: 0px !important;
}

.modal-footer {
    padding: 15px 20px;
    border-top: 1px solid #eff2f5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
/*-- Modal :: End --*/
/*-- Sidebar Filter :: Start --*/
.col-fix-3 {
    width: 300px;
    min-width: 300px;
    background: #ffffff;
    min-height: 100vh;
}

.col-fix-9 {
    width: 100%;
    max-width: calc(100% - 300px);
}
.col-filter {
    position: sticky;
    top: 80px;
    z-index: 8;
    height: calc(100vh - 100px);
}

.filter-body {
    position: sticky;
    top: 65px;
    z-index: 8;
    max-height: calc(100vh - 180px);
}

    .filter-body.scrollbox {
        padding-right: 20px;
    }

.filter-top-title {
    font-weight: 500;
    font-size: 14px;
    color: #656565;
}

    .filter-body .filter-box-widget {
        background-color: #ffffff;
        margin: 0px;
        border-bottom: 1px solid #e3e9ed;
    }

.filter-box-widget .widget-title {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 0px;
    cursor: pointer;
}
.filter-box-widget .widget-title .widget-inner-title {
    font-weight: 500;
    display: block;
    font-size: 12px;
    color: #656565;
    letter-spacing: 1px;
}
    .filter-box-widget .widget-title:after {
        content: "\f106";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        top: 22px;
        right: 2px;
        line-height: 15px;
        font-weight: 500;
        font-size: 18px;
        padding: 0px;
        color: var(--light-dark);
        text-align: right;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

    .filter-box-widget .widget-title[aria-expanded="false"]:after {
        transform: rotate(180deg);
    }

.filter-box-widget .widget-body-inner {
    padding: 0px 0px 20px;
}

.widget-body-inner .form-check {
    margin-bottom: 5px;
}

    .widget-body-inner .form-check .form-check-input {
        margin-top: 2px;
    }

    .widget-body-inner .form-check .form-check-label {
        font-weight: 500;
        font-size: 14px;
    }

.widget-body-inner .form-search-filter {
    margin-bottom: 10px;
}

    .widget-body-inner .form-search-filter .form-control {
        margin-bottom: 10px;
    }

    .widget-body-inner .form-search-filter .input-group {
        display: block;
    }

.form-search-filter .input-group .form-control {
    width: 100%;
    border-radius: 4px !important;
    height: 38px;
    line-height: 1;
    padding: 8px 15px;
}

.form-search-filter .input-group .input-group-text {
    position: absolute;
    top: 50%;
    right: 15px;
    background-color: transparent;
    border: 0px;
    padding: 0px;
    z-index: 9;
    transform: translateY(-50%);
}

.widget-body-inner .link-btn.view-all {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
}
.sidebar-body {
    overflow-y: auto;
    overflow-x: hidden;
    height: calc(100vh - 100px);
    scrollbar-width: thin;
    scrollbar-color: #6c757d;
	padding-right: 4px;
}
.sidebar-body::-webkit-scrollbar {
    width: 6px;
    border-radius: 4px;
    height: 6px;
}
.sidebar-body::-webkit-scrollbar-thumb {
    background-color: #aaa;
}


.sidebar-filters div#CartItemFilters2_pnlCutomizeHtml {
    float: none !important;
}
.sidebar-filters div#CartItemFilters2_pnlCutomizeHtml > table {
    float: none !important;
}
.sidebar-filters div#CartItemFilters2_pnlCutomizeHtml > table td {
    padding: 0px;
}
.sidebar-filters div#CartItemFilters2_pnlCutomizeHtml > table td table {
	width: 100%;
}
.sidebar-filters br {
    display: none;
}
.sidebar-filters .productfilterlabel {
    position: relative;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 0px;
    cursor: pointer;
	display: block;
	border-bottom: 1px solid #bfbfbf;
}
.sidebar-filters .expanded .productfilterlabel {
    border-bottom: 0px;
}
.sidebar-filters tr.expanded ~ tr .productfilter {
    border-bottom: 1px solid #bfbfbf;
	padding-bottom: 15px;
}
.sidebar-filters tr .productfilterlabel:before {
		content: "\f107";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        top: 16px;
        right: 10px;
        font-weight: 500;
        font-size: 20px;
        line-height: 1;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }
	.sidebar-filters tr.expanded .productfilterlabel:before {
		-webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
}
.sidebar-filters::-webkit-scrollbar {
    width: 6px;
    border-radius: 4px;
    height: 6px;
}
.sidebar-filters::-webkit-scrollbar-thumb {
    background-color: #aaa;
}
.sidebar-filters .productfilter {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 420px;
    scrollbar-width: thin;
    scrollbar-color: #6c757d;
}
.sidebar-filters .productfilter::-webkit-scrollbar {
    width: 6px;
    border-radius: 4px;
    height: 6px;
}
.sidebar-filters .productfilter::-webkit-scrollbar-thumb {
    background-color: #aaa;
}
.sidebar-filters .productfilter input{
	top: 5px;
}
.sidebar-filters .collapse:not(.show) {
    display: table-row !important;
}
/*-- Sidebar Filter :: End --*/
/*-- Product List :: Start --*/
.breadcrumb-box {
    margin-bottom: 10px;
}
.breadcrumb li.breadcrumb-item a, .breadcrumb li.breadcrumb-item {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--light-gray);
}
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light-gray);
}
.breadcrumb li.breadcrumb-item.active {
    color: var(--secondary);
}

.filter-box {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 25px;
}
    .filter-box .filter-area {
        margin-left: 30px;
    }
    .filter-box .filter-area:first-child {
        margin-left: 0px;
    }
.filter-area select {
    height: 34px;
    padding: 5px 10px;
}

.filter-area .page-size, .filter-area .sort-by {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    white-space: nowrap;
}
.filter-area .page-size select, .filter-area .sort-by select {
    margin-left: 5px;
}

.filter-area ul.pagination {
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 4px !important;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination li {
    position: relative;
}
.pagination li:nth-child(2) a,
ul li a.remove-p {
    padding: 0px !important;
    border: 0px !important;
    display: block;
}
.pagination li a, .pagination li span {
    padding: 6px 10px;
    border: 1px solid #e4e6ef;
    margin-left: -1px;
}
    .pagination li a:hover {
        color: var(--secondary);
        border-color: var(--secondary);
        z-index: 1;
        position: relative;
    }
    .pagination li.active span.active,
    .pagination li span.active,
    .pagination li span.active:hover {
        color: var(--secondary);
        border-color: var(--secondary);
        background-color: rgb(var(--secondary-rgb)/var(--bs-opacity-010));
        z-index: 1;
        position: relative;
    }

.row-flex {
    display: flex !important;
    flex-wrap: wrap !important;
    align-content: flex-start !important;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.7 * var(--bs-gutter-x));
    margin-left: calc(-.7 * var(--bs-gutter-x));
}

    .row-flex > * {
        flex-shrink: 0;
        padding-right: calc(var(--bs-gutter-x) * .7);
        padding-left: calc(var(--bs-gutter-x) * .7);
        margin-top: var(--bs-gutter-y);
    }
.product-list-box {
    display: block;
    border-radius: 4px;
    position: relative;
    width: 225px;
    margin-bottom: 20px;
    border: 1px solid #bfbfbf;
    padding: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: calc(100% - 20px);
}
.product-list-box .product-image {
    position: relative;
    margin-bottom: 15px;
}
.product-info-ul .product-name {
    display: block;
    margin-bottom: 1px;
}
.product-list-box .product-image .product-available-box {
    position: absolute;
    bottom: 5px;
    right: 5px;
	opacity: 0.5;
}

    .product-list-box .product-image-link {
        display: block;
        text-align: center;
		filter: invert(5%);
    -webkit-filter: invert(5%);
    }
	
	.product-list-box .product-image-link:after {
		
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0,0,0,0.05);
	}

    .product-list-box .product-info {
        display: -ms-flexbox;
        display: flex;
    }

    .product-list-box .product-info-ul li {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 5px;
        text-align: left;
		text-transform: capitalize;
    }

        .product-list-box .product-info-ul li:last-child {
            margin-bottom: 0px;
        }

    .product-list-box .product-label {
        font-weight: 400;
        font-size: 13px;
        color: var(--light-dark);
        width: 90px;
    }

    .product-list-box .product-value {
        font-weight: 400;
        font-size: 13px;
        color: var(--light);
        flex: 1;
    }

.product-inquiry {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center;
    width: 184px;
    margin: 20px auto;
}

.inquiry-btn {
    display: block;
    height: 40px;
    width: 144px;
    border: 0 !important;
    padding: 0 !important;
    margin-left: auto;
    margin-right: auto;
    text-indent: -9999px;
    cursor: pointer;
    background-image: url('https://bonetawholesale.com/images/whats-app-mobile.png');
    background-color: transparent !important;
    background-repeat: no-repeat !important;
}

    .inquiry-btn.inquiry-whatsapp {
        background-image: url('https://bonetawholesale.com/images/whats-app-mobile.png');
    }

    .inquiry-btn.inquiry-mail {
        flex: 1;
        background-image: url('https://bonetawholesale.com/images/mail-icon.png');
    }
.productfilter-drawer {
    
}
.btn.btn-drawer, .btn.btn-drawer:focus, .btn.btn-drawer:first-child:active {
    font-size: 9px;
    width: 15px;
    height: 180px;
    display: none;
    position: fixed;
    bottom: 40%;
    left: 0px;
    color: #fff;
    background-color: var(--secondary);
    padding: 0px;
    border: 1px solid rgb(255 255 255 / 20%);
}

    .btn.btn-drawer:hover {
        color: #fff;
        background-color: var(--primary);
        border: 1px solid rgb(255 255 255 / 20%);
    }
.col-filter.product-sidebar .sidebar-header {
    display: none;
}
.sidebar-header {
    padding: 10px;
    padding-left: 20px;
    border-bottom: 1px solid #e3e9ed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
    .sidebar-header .sidebar-header-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 1;
        text-transform: uppercase;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
        .sidebar-header .sidebar-header-title > i,
        .sidebar-header .sidebar-header-title > em {
            font-size: 16px;
            padding-right: 10px;
        }
    .sidebar-header .sidebar-header-collapse .btn {
        font-size: 20px;
        padding: 5px;
        height: 40px;
        width: 40px;
        color: var(--bs-gray-600);
        border-color: transparent;
        background-color: transparent;
    }
        .sidebar-header .sidebar-header-collapse .btn:hover,
        .sidebar-header .sidebar-header-collapse .btn:focus {
            color: var(--light-dark) !important;
            background-color: rgba(8,25,43,0.1) !important;
        }

.category-list, .filter-list {
    display: none;
}
.boxcontent .category ~ .category-list, .category ~ .filter-list {
    display: block;
}
.custom-tooltip {
    position: fixed;
    bottom: 50px;
    left: 55%;
    transform: translate(-50%);
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 20px;
    color: #fff;
    background-color: #000;
    z-index: 999;
}
.product-action {
	display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    text-align: center;
    margin-top: 10px;
    margin-top: auto!important;
}
.product-action .btn {
	margin-top: 5px;
	margin-right: 10px;
	width: 50%;
}
.product-action .btn:last-child {
	margin-right: 0px;
}
.product-action .btn-outline-default {
    padding: 6px 8px;
    border: 1px solid #ddd;
    box-shadow: 2px 1px 3px #ddd;
    text-transform: capitalize;
    font-weight: 400;
}
.product-action .btn-outline-default:hover,
.product-action .btn-outline-default:focus {
	color: #fff;
    border-color: var(--primary);
	background-color: var(--primary);
}
.product-action .btn.addtocart {
    padding: 6px 8px !important;
    text-transform: capitalize;
    font-weight: 400;
    box-shadow: 2px 1px 3px #ddd;
}
.calltoorder {
    padding: 6px 8px !important;
    text-transform: capitalize;
    font-weight: 400;
    border: 1px solid #ddd;
    box-shadow: 2px 1px 3px #ddd;
    text-align: center;
    display: block;
    border-radius: 4px;
    font-size: 13px;
    display: none;
}
.warehouse {
	position: relative;
    display: inline-block;
}
.warehouse:before {
    content: "-";
	position: relative;
    padding-right: 4px;
}

.product-list-box .product-info {
    display: -ms-flexbox;
    display: flex;
	width: 100%;
    height: 100%;
}
.product-list-box .product-info-ul {
    width: 100%;
}
.product-list-box .product-info-ul.prod-desc {
    height: 100%;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.product-list-box .product-info-ul li.itemid-box {
    margin-top: auto;
}
.product-value .pricetxt, .product-value .discounttxt {
    font-weight: 600;
}
/*-- Product List :: End --*/
/*-- Product Details :: Start --*/
section.single-product-section {
    min-height: 700px;
}

.product-info-details .product-info-details-ul li {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    text-align: left;
}

.product-info-details .product-info-details-ul li:last-child {
    margin-bottom: 0px !important;
}

.product-info-details .product-info-details-ul .product-label {
    font-weight: 400;
    color: var(--light-dark);
    width: 150px;
}

.product-details-inquiry {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 184px;
    margin-top: 20px;
}

.product-info-details .product-action .btn {
    font-size: 14px !important;
    padding: 2px 7px !important;
}

.product-info-details .product-info-details-ul .product-value {
    width: 200px;
    flex: 1;
}

.lg-backdrop {
    background-color: #fff;
}

#lg-counter {
    color: #000;
}

.lg-toolbar .lg-icon {
    color: #000;
}

.lg-sub-html, .lg-toolbar {
    background-color: rgb(255 255 255 / 65%);
    border-bottom: 1px solid #ddd;
}

.lg-outer .lg-thumb-outer {
    background-color: rgb(255 255 255 / 65%);
    border-top: 1px solid #ddd;
}

.lg-toolbar .lg-icon:hover {
    color: #000;
}

.lg-outer .lg-toogle-thumb,
.lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: var(--primary);
    color: #fff;
}

.lg-outer .lg-toogle-thumb {
    display: none !important;
}

.lg-outer .lg-thumb {
    margin-bottom: 0px;
    margin: 0px auto !important;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    text-align: center;
    background-color: #fff;
    width: auto !important;
}

.lg-outer .lg-thumb-item img {
    width: auto;
    height: 100%;
    object-fit: cover;
    margin: 0px auto;
}
.lg-sub-html {
    display: none !important;
}
.lg-outer .lg-img-wrap {
    padding: 48px 5px 100px;
}

.carousel-container .js-carousel-thumb-nav-container .carousel-image-container {
    opacity: .35;
}
.carousel-container .js-carousel-thumb-nav-container .carousel-cell.is-selected .carousel-image-container {
    opacity: 1;
}
.single-page-section .product-name {
    font-size: 18px;
    margin-bottom: 20px;
}
.single-page-section .product-action {
    margin-top: 20px;
    max-width: 350px;
}
.single-page-section {
    margin: 170px 0px;
}
.carousel-container .product-value.prd-Desc {
    position: absolute;
    bottom: 140px;
    right: 10px;
	opacity: 0.5;
}
.single-page-section a#lnkAddToCart {
    box-shadow: 2px 1px 3px #ddd;
    margin-top: 15px;
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    padding: 9px 20px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.single-page-section a#lnkAddToCart:hover {
	color: #fff !important;
    background-color: #366689 !important;
    border-color: #366689 !important;
}
/*-- Product Details :: End --*/
/*-- Footer :: Start --*/
footer {
    background-color: var(--primary);
    padding: 20px 0px;
}

    footer .link-btn {
        color: #fff;
    }

        footer .link-btn:hover, footer .link-btn:focus {
            color: #fff;
        }

    footer .copyright-text {
        font-size: 15px;
        color: #f9f9f9;
        text-align: right;
        margin-bottom: 0px;
    }
/*-- Footer :: End --*/
/*-- Perfect Scrollbar :: Start --*/
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    bottom: 0px;
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    right: 0;
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    bottom: 2px;
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    right: 2px;
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}
/*-- Perfect Scrollbar :: End --*/
/*-- Scroll Top :: Start --*/
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 44px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    box-shadow: inset 0 0 0 2px rgb(69 119 155 / 30%);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .progress-wrap::after {
        content: '\f077';
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        top: 0;
        left: 0;
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-weight: 900;
        font-size: 13px;
        text-align: center;
        color: var(--primary);
        cursor: pointer;
        display: block;
        z-index: 1;
        -webkit-transition: all 400ms linear;
        -o-transition: all 400ms linear;
        transition: all 400ms linear;
    }
.progress-wrap:hover {
    box-shadow: inset 0 0 0 2px rgb(69 119 155);
}
.progress-wrap:hover svg.progress-circle path {
    stroke: var(--primary);
    fill: rgb(69 119 155 / 90%);
}
.progress-wrap:hover::after {
    color: #ffffff;
}
    .progress-wrap:hover::before {
        opacity: 1;
    }

    .progress-wrap svg path {
        fill: none;
    }

    .progress-wrap svg.progress-circle path {
        stroke: var(--primary);
        stroke-width: 4;
        box-sizing: border-box;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
    }
/*-- Scroll Top :: End --*/

/*-- Login :: Start --*/
.alert {
    display: block;
}
.alert.alert-danger {
    color: #842029 !important;
}
.ErrorMessage {
    --bs-alert-bg: #f8d7da;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: #f5c2c7;
    --bs-alert-border: 1px solid var( --bs-alert-border-color);
    --bs-alert-border-radius: 0.375rem;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: #842029;
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius);
}
.card {
    border: 1px solid #bfbfbf;
}
.card .card-header {
    background-color: transparent;
    border: 0px;
    padding: 30px;
    padding-bottom: 0px;
	display: flex;
}
.card-header-action {
    margin-left: auto;
}
.card-title-area .card-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 0px;
}
.card .card-body {
    padding: 30px;
}

.forgot-pass-link {
    margin-left: 10px;
}
.forgot-pass-link a {
    font-size: 13px;
}
/*-- Login :: End --*/
/*-- Cart :: Start --*/
#UpdateProgress .cart-overlay {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(170, 170, 170, 0.5);
    filter: alpha(opacity=80);
}
.overlay-content {
    color: #000;
    text-align: center;
    max-width: 400px;
    padding: 30px;
    border-radius: 4px;
    background-color: #FFF;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.overlay-content .overlay-loader {
    font-size: 30px;
	margin-bottom: 15px;
}
.overlay-content .overlay-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.6;
}
.main-title {
    font-weight: 500;
    font-size: 34px;
    margin-top: 30px;
    margin-bottom: 50px;
}
.cart-table tr td {
    vertical-align: middle;
}
.cart-table .cart-unit .textbox {
    width: 40px !important;
    height: 30px;
    padding: 5px;
    text-align: center;
	margin: 0px auto;
}
.cart-table .cart-itemname,
.cart-table .cart-amount {
    font-weight: 600;
}
.cart-table .cart-itemdelete input.button {
    height: 30px;
    line-height: 1.2;
    padding: 5px 10px;
    text-align: center;
    background-color: #b3b3b3;
    border: #767676;
}
.cart-table .cart-itemdelete input.button:hover {
    background-color: #767676;
}
.cart-process-area .btn + .btn {
    margin-left: 5px;
}
.cart-process-area {
    margin-bottom: 30px;
}
.input-group input[type="text"] {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.form-group.coupon-group .input-group-text {
    padding: 0px;
    border: 0px;
    background-color: transparent;
}
.form-group.coupon-group .input-group-text input[type="submit"] {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


.card.card-shipping {
    background-color: #f5f5f5;
    border: 0px;
    padding: 25px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}
.card.card-shipping .card-header {
    padding: 0px 10px;
}
.card.card-shipping .card-header-action {
    position: relative;
    top: -6px;
}
.card.card-shipping .card-title-area .card-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0px;
}
.card.card-shipping .card-body {
    padding: 20px 10px 0px;
}
.card-shipping select, .card-shipping input[type="text"] {
    width: 100% !important;
    height: auto !important;
}


.cart-count {
    background-color: #f5f5f5;
    padding: 22px;
    border-radius: 6px;
	margin-bottom: 20px;
}
.table.table-totalcart {
    margin: 0px;
}
.table.table-totalcart td {
    padding-left: 0px;
    padding-right: 0px;
}
.table.table-totalcart td.cart-value {
    text-align: right;
}
.table.table-totalcart tr:first-child td {
    padding-top: 0px;
}
.table.table-totalcart tr:last-child td {
    padding-bottom: 0px;
    border-bottom: 0px;
    font-weight: 700;
    font-size: 16px;
}
.table.table-totalcart tr:last-child td.cart-value {
    color: var(--primary);
}
.table.cart-table thead th {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #ecf1f5;
}

table.cart-table td {
    white-space: nowrap;
}

table .cart-price, 
table .cart-discount,
table .cart-amount {
    white-space: nowrap;
}
/*-- Cart :: End --*/
/*-- Checkout :: Start --*/
.checkout.checkout-flow .swMain {
    width: auto;
    max-width: 100%;
    float: none;
}
.checkout.checkout-flow .checkout-step {
    display: flex;
    justify-content: center!important;
	margin-bottom: 15px !important;
	float: none;
}
.checkout.checkout-flow .checkout-step .checkout-list {
    min-width: 250px;
	margin-right: 15px;
	float: none;
}
.checkout.checkout-flow .checkout-step .checkout-list:last-child {
	margin-right: 0px;
}
.checkout.checkout-flow .checkout-step .checkout-link {
    display: flex;
    padding: 12px 15px;  
	color: #fff;
    background-color: #a6b0b7;
    border: 1px solid #a6b0b7;
	border-radius: 6px;
	float: none !important;
	height: auto;
}
.checkout.checkout-flow .checkout-step .checkout-link.done:hover {
    color: var(--primary);
    background-color: #cad0d4;
    border: 1px solid var(--primary);
}
.checkout.checkout-flow .checkout-step .checkout-link.selected {
    background-color: var(--primary);
    border-color: var(--primary);
}
.checkout.checkout-flow .checkout-step .checkout-link.disabled {
    opacity: 0.6;
}
.checkout.checkout-flow .checkout-step .checkout-link .checkout-step-number {
    font-weight: 800;
    font-size: 28px;
    margin-right: 15px;
    line-height: 1.4;
    float: none;
    width: auto;
    padding: 0px;
}
.checkout.checkout-flow .checkout-step-content .checkout-step-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    float: none;
    padding: 0px;
}
.checkout.checkout-flow .checkout-step-content .checkout-step-text {
    font-size: 13px;
}
.checkout.checkout-flow .swMain .stepContainer div.content {
    position: relative;
    float: none;
    padding: 0px;
    border: 0px;
    color: var(--dark);
    background-color: transparent;
    min-height: auto;
    width: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.checkout.checkout-flow .checkout-body {
    padding: 30px;
	border: 1px solid #bfbfbf;
    border-radius: 6px;
}
.checkout-body input[type=text] {
    width: 100%!important;
}
.checkout-body .card-body {
    padding-top: 30px;
}
.title-01 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}
.checkout.checkout-flow .swMain .stepContainer {
    min-height: auto !important;
    height: auto !important;
}
.form-label .form-group-action {
    margin-left: auto;
}
.form-group-action .signup,
.form-label.text-primary > a {
    color: var(--primary);
}
.form-group-action .signup:hover,
.form-label.text-primary > a:hover {
    border-bottom: 1px dashed;
}
.form-group-action.text-delete > a {
    color: var(--secondary);
}
.form-group #lblBillAddress > i, .form-group #lblShipAddress > i {
    display: none;
    font-weight: 600;
    margin-bottom: 2px;
}
input#btnCancel {
    color: var(--bs-light-inverse);
    border-color: #ebeef1;
    background-color: #ebeef1;
}
.summary-box {
    margin-bottom: 20px;
}
.summary-box .summaryheader {
    display: flex;
	padding-bottom: 5px;
}
.summary-box .summaryheader-title {
    font-weight: 700;
    font-size: 15px;
}
.summary-box .summaryheader-action {
    margin-left: auto;
}
.summary-box .summaryheader-action > a {
    font-weight: 600;
    font-size: 15px;
    color: var(--primary);
}
.summary-box .summaryheader-action > a:hover {
	border-bottom: 1px dashed;
}
.summarycontent-address > i {
    display: none;
}
.checkout-cart {
    max-width: 400px;
    margin-left: auto;
}
.cart-label.checkout-ship-lbl {
	display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.checkout-cart .cart-label select {
    width: 230px;
    height: 30px;
    padding: 2px 10px;
    font-size: 13px;
	margin-right: 5px;
}
.summarycontent-title1 {
    font-weight: 600;
}
.form-group.coupon-group .input-group input {
    width: auto !important;
}

.payment-area .payment-title {
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 10px;
}
.payment-box {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin-bottom: 10px;
}
.payment-header input[type="radio"] {
    display: none;
}
.payment-box .payment-header input:checked ~ label {
    background-color: #ecf1f5;
}
.payment-box .payment-header > label {
    display: block;
    padding: 12px 15px;
	cursor: pointer;
}
.payment-box .payment-body {
    padding: 12px 15px ;
}
.cardexp-box {
    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.checkout-action .button {
    width: 100%;
}
.form-group.note-group .form-label {
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 0px;
}
.summaryheader.addressheader {
	line-height: 0;
	padding: 0px;
}
.summaryheader.addressheader ~ .summarycontent .summarycontent-title1 {
    font-weight: 600;
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 5px;
}
/*-- Checkout :: End --*/
/*-- My Account :: Start --*/
.account-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}
.account-title span {
    color: var(--primary);
}
.account-list-group ul li > a {
    position: relative;
    display: block;
    padding: 12px 15px;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #bfbfbf;
}
.account-list-group ul li + li > a {
    border-top-width: 0;
}
.account-list-group ul li > a:hover, .account-list-group ul li > a.active {
    color: #fff;
	background-color: var(--primary);
	border-color: var(--primary);
}
.account-list-group ul li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.account-list-group ul li:last-child > a {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.account-section input[type="text"],
.account-section input[type="email"] {
    width: 100% !important;
}
input[type="text"]:disabled,
input[type="email"]:disabled {
    background-color: #eef1f3 !important;
}
.inner-title2 {
    font-weight: 600;
    font-size: 20px;
	margin-bottom: 15px;
}
.order-list {
    margin-bottom: 10px;
}
.order-list .order-lbl {
    font-weight: 600;
    padding-right: 3px;
}
.order-list .order-val {
    font-weight: 700;
    font-size: 16px;
    color: var(--primary);
}
.order-type input[type="radio"] {
    display: none;
}
.order-type label {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin-bottom: 5px;
}
.order-type label {
    font-weight: 600;
    font-size: 13px;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 10px 20px;
    background-color: #ebeef1;
    border: 1px solid #ebeef1;
    margin-bottom: 5px;
    margin-right: 10px;
	cursor: pointer;
}
.order-type label:hover {
    color: #fff;
    background-color: var(--primary);
}
.order-type #SalesOrders3_rdnOrdersType_0:checked ~ label[for="SalesOrders3_rdnOrdersType_0"] {
    color: #fff;
    background-color: var(--primary);
}
.order-type #SalesOrders3_rdnOrdersType_1:checked ~ label[for="SalesOrders3_rdnOrdersType_1"] {
    color: #fff;
    background-color: var(--primary);
}
.account-limit-box .account-limit-list {
    display: flex;
    padding: 12px 15px;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #bfbfbf;
}
.account-limit-box .account-limit-list + .account-limit-list {
    border-top-width: 0;
}
.account-limit-box .account-limit-list:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.account-limit-box .account-limit-list:last-child {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.account-limit-box .account-limit-list .account-limit-lbl {
}
.account-limit-box .account-limit-list .account-limit-val {
    font-weight: 600;
    color: var(--primary);
    margin-left: auto;
}
.form-check.add-payment-check {
    margin-top: 35px;
}
.account-section .cardexp-box select {
    width: 100% !important;
}
#txtCustomerFirstName, #txtCustomerLastName, #txtCustomerPhone, #txtCustomerEmail {
    width: 100% !important;
}
.table-bordered {
    border: 1px solid var(--bs-table-border-color);
}
.listBtn {
    font-weight: 600;
    font-size: 11px;
    border-radius: 4px;
    text-transform: uppercase;
    padding: 4px 15px;
    color: #fff;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    cursor: pointer;
    display: inline-block;
}
.listBtn:hover {
	color: #fff !important;
    background-color: #366689 !important;
    border-color: #366689 !important;
}
#tblOrders td a.link {
    font-weight: 700;
    color: var(--primary);
    border-bottom: 1px dashed var(--primary);
}
input.searchbox::-internal-input-suggested {
	display: none;
}
/*-- My Account :: End --*/

/*-- Thank you :: Start --*/
.thankyou-box {
    text-align: center;
}
.thankyou-box .thankyou-title {
    font-weight: 700;
    font-size: 38px;
}
.thankyou-box .thankyou-text {
    font-weight: 600;
    font-size: 18px;
}
.thankyou-box .thankyou-mailer {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 0px;
    margin-bottom: 15px;
}
.thankyou-box .thankyou-mailer span {
    color: var(--primary);
}
/*-- Thank you :: End --*/
/*-- Responsive :: Start --*/
@media (max-width: 2499px) and (min-width: 2200px) {
    .row-flex > * {
        width: 16.66%;
    }

    .product-list-box {
        width: 100%;
    }
}
@media (max-width: 2199px) and (min-width: 1800px) {
    .row-flex > * {
        width: 20%;
    }

    .product-list-box {
        width: 100%;
    }
}
@media (max-width: 1799px) and (min-width: 1600px) {
    .row-flex > * {
        width: 20%;
    }

    .product-list-box {
        width: 100%;
    }
}
@media (max-width: 1599px) and (min-width: 1400px) {
    .row-flex > * {
        width: 25%;
    }

    .product-list-box {
        width: 100%;
    }
}
@media (max-width: 1450px) and (min-width: 1400px) {
    .nav-top-menu .nav-item .nav-link {
        font-size: 17px;
    }
}
@media (max-width: 1399px) and (min-width: 768px) {
    .filter-box {
        display: -ms-flexbox;
        display: flex;
        justify-content: flex-start;
        -ms-flex-align: center !important;
        align-items: center !important;
        flex-wrap: wrap !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        margin-bottom: 10px;
    }
        .filter-box .filter-area {
            margin-bottom: 15px;
        }
            .filter-box .filter-area + .filter-area {
                margin-left: 0px;
            }
}
@media (max-width: 1399px) and (min-width: 1200px) {
    .row-flex > * {
        width: 33.33%;
    }

    .product-list-box {
        width: 100%;
    }
}

    @media screen and (max-width: 1399px) {
        .nav-top-menu .nav-item:first-child {
            padding-left: 50px;
        }

        .connect-link.phone-link {
            width: 40px;
            padding: 0px;
        }

            .connect-link.phone-link > span {
                display: none;
            }

        .main-search {
            width: 340px;
        }
    }

    @media (max-width: 1199px) and (min-width: 992px) {
        .searchbox {
            width: 100%;
        }

        .nav-top-menu .nav-item:first-child {
            padding-left: 0px;
        }

        .nav-top-menu .nav-item .nav-link {
            font-size: 15px;
        }

        .nav-top-menu .nav-item {
            list-style: none;
            padding-left: 15px;
        }

        .main-search {
            width: 300px;
        }

        .connect-menu .connect-item {
            margin-left: 7px;
        }

        .col-fix-3 {
            width: 280px;
            min-width: 280px;
        }

        .col-fix-9 {
            width: 100%;
            max-width: calc(100% - 280px);
        }

        .product-list-box .product-label {
            width: 85px;
        }

        .row-flex > * {
            width: 33.33%;
        }

        .product-list-box {
            width: 100%;
        }
    }

    @media (max-width: 991px) and (min-width: 768px) {
        #ddlSortBy {
            width: 92px !important;
        }
    }
	
	@media screen and (min-width: 992px) {
		.billing-top-space {
			margin-top: 60px;
		}
	}
    @media screen and (max-width: 991px) {
        .header-top-info {
            padding: 10px 0px;
        }

        .container-fluid {
            padding-left: calc(var(--bs-gutter-x) * .5);
            padding-right: calc(var(--bs-gutter-x) * .5);
        }

        .col-fix-3 {
            width: 250px;
            min-width: 250px;
        }

        .col-fix-9 {
            width: 100%;
            max-width: calc(100% - 250px);
        }

        .header-top-info .search-area {
            position: absolute;
            top: -70px;
            right: 15px;
            z-index: 99;
        }

        .header-top-info .main-menu-top {
            display: none;
        }

        .header-top-info .connect-menu {
            justify-content: center;
        }

        .connect-menu .connect-item {
            margin-left: 15px;
        }

        .row-flex > * {
            width: 50%;
        }

        .product-list-box {
            width: 100%;
        }

        .single-page-section {
            margin-top: 30px;
        }
        .single-product-section {
            min-height: auto;
        }
		.single-page-section {
			margin: 20px 0px 0px;
		}
		.account-list-group {
    margin-bottom: 20px;
}
		.account-limit-box {
    margin-top: 20px;
}
.form-check.add-payment-check {
    margin-top: 0px;
}
    }
@media screen and (min-width: 767px) {
    .col-fix-3 {
        display: block !important;
    }
}
    @media screen and (max-width: 767px) {
        .d-xs-none {
            display: none;
        }

        .col-fix-3 {
            display: none;
        }

        .col-fix-9 {
            width: 100%;
            max-width: 100%;
        }

        .header .bg-banner {
            background-position: left;
        }
        .header-top-info {
            position: initial !important;
            top: initial !important;
        }
        .btn.btn-drawer, .btn.btn-drawer:focus, .btn.btn-drawer:first-child:active {
            display: block;
        }

        .col-fix-3.col-filter.product-sidebar {
            position: fixed;
            top: 0px;
            left: -300px;
            padding: 0px;
            border-right: 1px solid #e3e9ed;
            z-index: 999;
            width: 300px;
            display: block;
            min-width: 300px;
            transition: left 0.3s linear;
        }
            .col-fix-3.col-filter.product-sidebar.visible {
                left: 0px;
                transition: left 0.3s linear;
            }
            .col-filter.product-sidebar .sidebar-header {
            display: flex;
        }
        .sidebar-body {
            padding: 10px;
        }

        .filter-box {
            display: -ms-flexbox;
            display: flex;
            justify-content: flex-start;
            -ms-flex-align: center !important;
            align-items: center !important;
            flex-wrap: wrap !important;
            -ms-flex-pack: justify !important;
            justify-content: space-between !important;
            margin-bottom: 10px;
        }

            .filter-box .filter-area {
                margin-bottom: 15px;
            }

                .filter-box .filter-area + .filter-area {
                    margin-left: auto;
                }

        #ddlSortBy {
            width: 120px !important;
        }

        .filter-area ul.pagination {
            flex-wrap: wrap !important;
        }

        .pagination li a, .pagination li span {
            padding: 6px 8px;
        }

        .product-list-box .product-image-link {
            padding: 5px 40px;
        }

        footer .foot-account {
            margin-bottom: 5px;
        }

        footer .foot-account, footer .copyright-text {
            text-align: center;
        }

        .product-info-details .product-info-details-ul .product-label {
            width: 110px;
        }

        .product-info-details .product-info-details-ul .product-value {
            width: auto;
        }

        .product-info-details .product-action {
            margin-left: auto;
        }

        .lg-actions .lg-next, .lg-actions .lg-prev {
            font-size: 12px;
        }

        .lg-outer .lg-toogle-thumb {
            font-size: 17px;
            height: 30px;
            line-height: 20px;
            top: -30px;
            width: 38px;
        }

        .row-flex > * {
            width: 50%;
        }

        .product-list-box {
            width: 100%;
        }

        .product-inquiry {
            width: 166px;
            margin: 15px auto;
        }

        .inquiry-btn {
            width: 130px;
            height: 36px;
            background-size: 130px;
        }

            .inquiry-btn.inquiry-mail {
                width: 36px;
                height: 36px;
                background-size: 36px;
            }

        .product-list-box .product-label {
            width: 90px;
        }
		
		.checkout.checkout-flow .checkout-step {
			display: block;
		}
		.checkout.checkout-flow .checkout-step .checkout-list {
			margin-bottom: 15px;
			margin-right: 0px;
		}
		
		.main-title {
			font-size: 30px;
			margin-top: 20px;
			margin-bottom: 30px;
		}
		.cart-process-area {
    margin-bottom: 20px;
}
.form-group.coupon-group {
    margin-bottom: 20px;
}
.card.card-shipping {
    padding: 25px 15px;
}
.card .card-header {
    padding: 25px 20px 0px;
}
.card .card-body {
    padding: 25px 20px;
}
.checkout.checkout-flow .checkout-body {
    padding: 20px;
}
    }

    @media (max-width: 760px) and (min-width: 576px) {
        .navbar-brand img {
            width: 180px;
        }
        /*.product-list-box .product-label {
            width: 68px;
        }
        .product-list-box .product-value {
            font-size: 12px;
        }*/
    }

    @media screen and (max-width: 576px) {
        .section {
            margin: 20px 0px;
        }
        .navbar > .container-fluid {
            justify-content: center;
        }

        .header .navbar-brand {
            margin-right: 65px;
        }

        .header-top-info .search-area {
            display: block;
            margin-bottom: 10px;
        }

        .header-top-info .search-area {
            position: relative;
            top: auto;
            right: auto;
            z-index: initial;
            width: 100%;
        }

        .main-search {
            width: 100%;
        }

        .connect-menu .connect-link {
            width: 34px !important;
            height: 34px !important;
            line-height: 34px;
            font-size: 15px;
        }
        .col-fix-3.col-filter.product-sidebar {
            left: -100%;
        }
        .col-fix-3.col-filter.product-sidebar.visible {
            width: 100% !important;
            max-width: 100% !important;
        }

        .row-flex > * {
            width: 100%;
        }

        .product-list-box {
            width: 100%;
			height: auto;
            margin-bottom: 35px;
        }
            .product-list-box .product-label {
                width: 110px;
            }
			.row-flex > * {
				padding-right: 15px;
				padding-left: 15px;
			}
        .single-page-section {
            margin-top: 20px;
        }
        .product-info-details .product-info-details-ul .product-label,
        .product-info-details .product-info-details-ul .product-value {
            font-size: 13px;
        }
        .product-info-details .product-info-details-ul li {
            margin-bottom: 5px;
        }
		.carousel-container .product-value.prd-Desc {
			bottom: 80px;
		}
        /* .product-list-box .product-label {
                width: 80px;
            }
        .flex-wrap.align-content-start {
            border-top: 1px solid #ebeef1;
        }

            .flex-wrap.align-content-start > .col-ms-3.col-xs-12 {
                border-bottom: 1px solid #ebeef1;
            }

                .flex-wrap.align-content-start > .col-ms-3.col-xs-12:nth-of-type(odd) {
                    border-right: 1px solid #ebeef1;
                }

            .flex-wrap.align-content-start .product-list-box {
                padding-top: calc(var(--bs-gutter-x) * .7);
                padding-bottom: calc(var(--bs-gutter-x) * .7);
            }*/

		.overlay-content {
			width: 330px;
			padding: 30px 25px;
		}
		.overlay-content .overlay-text {
			font-size: 16px;
			line-height: 1.4;
		}
    }
    /*-- Responsive :: End --*/