body {
    font-family: "Poppins, sans-serif";
    font-size: 15px;
    font-weight: 400;
    color: #686e7d;
    line-height: 26px;
    letter-spacing: .02rem;
    overflow-x: hidden;
    overflow-y: scroll
}

::-moz-selection {
    color: #BF201F;
    background-color: rgb(0 0 0 / .04)
}

::selection {
    color: #BF201F;
    background-color: rgb(0 0 0 / .04)
}

p,
li,
a {
    margin-bottom: 0;
    font-family: "Poppins, sans-serif";
    font-size: 15px;
    color: #686e7d;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: .03rem
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "quicksand";
    margin-bottom: 0;
    color: #3d4750;
    font-weight: 600;
    letter-spacing: .03rem
}

[type=radio]:checked {
    position: relative
}

[type=radio]:checked+label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    color: #686e7d;
    letter-spacing: 0
}

[type=radio]:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #BF201F
}

[type=radio]:checked+label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #BF201F;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

[type=radio]:not(:checked) {
    position: relative
}

[type=radio]:not(:checked)+label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
    color: #686e7d;
    letter-spacing: 0
}

[type=radio]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #eee;
    border-radius: 100%;
    background: #fff
}

[type=radio]:not(:checked)+label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #BF201F;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.bb-bg {
    background-color: #f8f8fb
}

.bb-loader {
    min-width: 100%;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    z-index: 45
}

.bb-loader img {
    position: absolute;
    height: 80px
}

.bb-loader .loader {
    width: 60px;
    height: 60px;
    position: relative
}

.bb-loader .loader:before {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: -20px;
    left: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px dashed #3d4750;
    border-radius: 50%;
    -webkit-animation: animloader 5s linear infinite;
    animation: animloader 5s linear infinite
}

@-webkit-keyframes animloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes animloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

input,
textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    border: 1px solid #eee;
    outline: 0;
    border-radius: 10px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

input::placeholder,
textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.custom-dropdown {
    position: relative;
    z-index: 5
}

.custom-dropdown:hover ul.dropdown {
    opacity: 1;
    display: block;
    visibility: visible;
    margin: 6px 0 0 0
}

.custom-dropdown .bb-dropdown-toggle {
    position: relative;
    padding-right: 15px
}

.custom-dropdown .bb-dropdown-toggle:after {
    content: "\ea4e";
    width: 0;
    height: 0;
    position: absolute;
    top: -1px;
    right: 12px;
    font-size: 15px;
    font-family: "remixicon"
}

.custom-dropdown ul.dropdown {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 150px;
    padding: 10px 5px;
    margin: 25px 0 0 0;
    position: absolute;
    z-index: 16;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: auto !important;
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / .07);
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / .07);
    border: 1px solid #eee;
    display: block;
    border-radius: 10px
}

.custom-dropdown ul.dropdown li a {
    padding: 0 12px;
    font-size: 13px;
    display: block;
    color: #686e7d
}

.section-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 4
}

.section-title .section-detail h2 {
    margin-bottom: 0;
    padding: 0;
    font-size: 25px;
    line-height: 38px;
    font-weight: 700;
    color: #3d4750;
    position: relative;
    display: inline;
    text-transform: capitalize;
    line-height: 1
}

.section-title .section-detail h2 span {
    color: #BF201F
}

.section-title .section-detail p {
    max-width: 400px;
    margin: 10px 0 0 0;
    font-size: 14px;
    color: #686e7d;
    line-height: 24px
}

.section-title .title-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.section-title .title-link a {
    color: #686e7d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-title .title-link a i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 18px;
    margin-left: 10px;
    color: #686e7d
}

.section-title .title-link a:hover {
    color: #BF201F
}

.section-title .title-link a:hover i {
    color: #BF201F
}

.btn_highlighter {
    background-color: #BF201F;
    color: #fff;
    border-radius: 10px;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s all ease
}

.btn_highlighter:hover {
    color: #BF201F;
    background-color: #fff;
    border: 1px solid #BF201F
}

.bb-center {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

a.back-to-top {
    width: 38px;
    height: 38px;
    display: none;
    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 10;
    border-radius: 20px;
    cursor: pointer;
    background-color: #fff;
    color: #BF201F;
    border: 1px solid #BF201F;
    text-align: center;
    font-size: 22px;
    line-height: 1.6
}

a.back-to-top i {
    font-size: 20px
}

a.back-to-top:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

a.back-to-top svg {
    width: 36px;
    height: 36px;
    position: fixed;
    left: 16px;
    bottom: 16px
}

a.back-to-top svg path {
    fill: #fff0;
    stroke: #BF201F;
    stroke-width: 5px
}

.bb-btn-1 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #3d4750;
    background: #fff0;
    border-radius: 10px;
    border: 1px solid #3d4750
}

.bb-btn-1:hover {
    background: #BF201F;
    border-color: #BF201F;
    color: #fff
}

.bb-btn-2 {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    background: #BF201F;
    color: #fff;
    border-radius: 10px;
    border: 1px solid #BF201F
}

.bb-btn-2:hover {
    background: #fff0;
    border-color: #3d4750;
    color: #3d4750
}

.mb-24 {
    margin-bottom: 24px
}

.m-minus-12 {
    margin: -12px
}

.mb-minus-24 {
    margin-bottom: -24px
}

.padding-t-100 {
    padding: 100px 0 0 0
}

.padding-b-100 {
    padding-bottom: 100px !important
}

.padding-tb-100 {
    padding: 100px 0
}

.padding-tb-15 {
    padding: 15px 0
}

.padding-tb-50 {
    padding: 50px 0
}

.padding-tb-30 {
    padding: 30px 0
}

.padding-t-50 {
    padding: 50px 0 0 0
}

.padding-b-50 {
    padding-bottom: 50px
}

.margin-t-50 {
    margin-top: 50px
}

.margin-tb-100 {
    margin: 100px 0
}

.margin-tb-50 {
    margin: 50px 0
}

.margin-b-50 {
    margin-bottom: 50px
}

@media screen and (max-width:1199px) {
    .bb-btn-1 {
        padding: 3px 15px
    }

    .padding-tb-100 {
        padding: 70px 0
    }

    .padding-t-100 {
        padding-top: 70px
    }

    .padding-b-100 {
        padding-bottom: 70px !important
    }

    .padding-tb-50 {
        padding: 35px 0
    }

    .padding-t-50 {
        padding-top: 35px
    }

    .padding-b-50 {
        padding-bottom: 35px
    }

    .margin-tb-50 {
        margin: 35px 0
    }

    .margin-t-50 {
        margin-top: 35px
    }

    .margin-b-50 {
        margin-bottom: 35px
    }
}

@media screen and (max-width:991px) {
    .section-title {
        padding-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        text-align: center
    }

    .section-title .section-detail {
        margin-bottom: 12px
    }

    .section-title .section-detail p {
        margin-left: auto;
        margin-right: auto
    }

    .p-0-991 {
        padding: 0
    }
}

@media screen and (max-width:767px) {
    .d-none-767 {
        display: none
    }

    .section-title .section-detail h2 {
        font-size: 23px
    }

    .sticky-breadcumbs {
        position: sticky;
        top: 1px;
        z-index: 5
    }
}

.bb-header {
    position: relative;
    z-index: 5;
    border-bottom: 1px solid #eee
}

.bb-header .top-header {
    background: url(../img/test_header.png);
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 6px 0;
    color: #fff;
    z-index: 1
}

.top-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(15 18 20 / 28%);
    z-index: -1
}

.bb-header .top-header .inner-top-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bb-header .top-header .inner-top-header .col-left-bar a {
    font-size: 14px;
    color: #fff
}

.bb-header .top-header .inner-top-header .col-right-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-header .top-header .inner-top-header .col-right-bar .cols {
    padding: 0 12px
}

.bb-header .top-header .inner-top-header .col-right-bar .cols span,
.bb-header .top-header .inner-top-header .col-right-bar .cols a {
    font-family: "Poppins, sans-serif";
    font-size: 14px;
    color: #fff
}

.bb-header .top-header .inner-top-header .col-right-bar .cols>a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    color: #fff
}

.bb-header .top-header .inner-top-header .col-right-bar .cols .dropdown a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    color: #686e7d;
    font-weight: 400
}

.bb-header .top-header .inner-top-header .col-right-bar .cols .dropdown a:hover {
    color: #BF201F
}

.bb-header .bb-header-btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bb-header .bb-header-btn:after {
    display: none
}

.bb-header .bb-header-btn:not(:last-child) {
    margin-left: 16px
}

.bb-header .bb-header-btn .header-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-header .bb-header-btn .header-icon svg {
    width: 30px;
    height: 30px
}

.bb-header .bb-header-btn .header-icon svg path {
    fill: #BF201F
}

.bb-header .bb-header-btn .bb-btn-stitle {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    font-weight: 500;
    line-height: 1
}

.bb-header .bb-toggle-menu {
    display: none
}

.bb-header .bb-toggle-menu .header-icon i {
    font-size: 22px;
    color: #BF201F
}

.bb-header .header-search {
    width: 400px
}

.bb-header .header-search .bb-btn-group-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

#exchangeContainer .inner-select {
    border-right: 1px solid #eee;
    height: 100%;
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#exchangeContainer .custom-select {
    width: 100px;
    text-transform: capitalize
}

#exchangeContainer .custom-select .select-options {
    left: -20px
}

.bb-header .header-search .bb-btn-group-form input {
    background-color: #fff;
    display: block;
    width: 100%;
    min-height: 45px;
    height: 48px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #777;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid #eee;
    letter-spacing: .5px
}

.bb-header .header-search .bb-btn-group-form input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777
}

.bb-header .header-search .bb-btn-group-form input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777
}

.bb-header .header-search .bb-btn-group-form input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777
}

.bb-header .header-search .bb-btn-group-form input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777
}

.bb-header .header-search .bb-btn-group-form input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777
}

.bb-header .header-search .bb-btn-group-form button {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 100%;
    background: #fff0;
    color: #555;
    font-size: 16px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: 0;
    padding: 0
}

.bb-header .header-search .bb-btn-group-form button i {
    font-size: 18px;
    line-height: 12px;
    color: #555
}

.bb-header .bottom-header {
    padding: 10px 0
}

.bb-header .bottom-header .inner-bottom-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    gap: 5px;
    /* justify-content: space-between */
}

.bb-header .bottom-header .inner-bottom-header .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.bb-header .bottom-header .inner-bottom-header .bb-sidebar-toggle svg {
    height: 30px;
    width: 30px
}

.bb-header .bottom-header .inner-bottom-header .bb-sidebar-toggle svg path {
    fill: #BF201F
}

.bb-header .bottom-header .inner-bottom-header .bb-sidebar-toggle {
    display: none
}

.bb-header .bottom-header .inner-bottom-header .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bb-header .bottom-header .inner-bottom-header .header-logo img {
    width: 82px
}

.bb-header .bottom-header .inner-bottom-header .header-logo .dark {
    display: none
}

.bb-header .bottom-header .inner-bottom-header .header-logo .light {
    display: block
}

.bb-header .bottom-header .inner-bottom-header .bb-header-buttons {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bb-header .bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop {
    position: relative
}

.bb-header .bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop:hover .bb-dropdown-menu {
    margin-top: 15px;
    opacity: 1;
    visibility: visible
}

.bb-header .bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop .bb-dropdown-menu {
    min-width: 150px;
    padding: 10px 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 25px 0 0 0;
    position: absolute;
    z-index: 16;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: auto !important;
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / .07);
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / .07);
    border: 1px solid #eee;
    display: block;
    border-radius: 10px
}

.bb-header .bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop .bb-dropdown-menu li {
    padding: 4px 15px
}

.bb-header .bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop .bb-dropdown-menu li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    line-height: 22px
}

.bb-header .bottom-header .inner-bottom-header .bb-header-buttons .bb-acc-drop .bb-dropdown-menu li a:hover {
    color: #BF201F
}

.bb-header .bottom-header .inner-bottom-header .bb-header-buttons .bb-btn-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 10px
}

.bb-header .bottom-header .inner-bottom-header .bb-header-buttons .bb-btn-title {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 12px;
    line-height: 1;
    color: #3d4750;
    margin-bottom: 4px;
    letter-spacing: .6px;
    text-transform: capitalize;
    font-weight: 500
}

.bb-header .bottom-header .inner-bottom-header .bb-header-buttons .bb-btn-stitle {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #3d4750
}

.bb-header .bb-main-menu-desk {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 5px 0;
    border-top: 1px solid #eee;
    box-shadow: rgb(0 0 0 / .15) 0 10px 15px -10px;
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    z-index: 999
}

.bb-main-menu-desk.sticky {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto
}

.hide_account_icon {
    display: none
}

.bb-main-menu-desk.sticky .hide_account_icon {
    display: flex;
    align-items: center
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 47px
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .header-search {
    display: none
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn {
    height: 45px;
    width: 45px;
    margin: 0 30px 0 0;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn svg {
    height: 25px;
    width: 25px
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn svg path {
    fill: #BF201F
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .navbar-toggler {
    display: none
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li a {
    padding: 0;
    line-height: 28px;
    font-size: 15px;
    font-weight: 500;
    color: #3d4750
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li a svg {
    width: 20px;
    height: 20px;
    line-height: 18px
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li a svg path {
    fill: #BF201F
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li:not(:last-child) {
    margin-right: 35px
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li:hover a.nav-link {
    color: #BF201F
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li:hover a.nav-link:after {
    border-color: #BF201F
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li:hover span {
    color: #BF201F
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown {
    margin-right: 45px !important
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu {
    min-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 25px 0 0 0;
    padding: 0 0 0 30px;
    position: absolute;
    top: 40px;
    z-index: 16;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: auto !important;
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / .07);
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / .07);
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu .menu_title {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 5px
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu .menu_title a {
    height: auto;
    color: #BF201F;
    font-size: 15px;
    font-weight: 500;
    display: block
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu li {
    margin: 0
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    text-transform: capitalize
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu li a:hover {
    color: #BF201F
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu li ul {
    width: calc(25% - 30px);
    margin-right: 30px;
    padding: 15px 0
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .img-menu {
    max-width: 500px;
    min-width: auto
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .img-menu li img {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .img-menu li ul {
    width: calc(50% - 30px);
    padding: 24px 0
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .img-menu li ul a {
    padding: 0
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .img-menu .img_title {
    padding-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .bb-dropdown-item {
    position: relative
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .bb-dropdown-item:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    width: 6px;
    height: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #3d4750;
    padding-left: 3px;
    border-radius: 55%;
    position: absolute;
    top: 55%;
    right: -14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown:hover .mega-menu {
    margin-top: 10px;
    opacity: 1;
    visibility: visible
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown {
    margin-right: 45px !important;
    position: relative
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-item {
    position: relative
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-item:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    width: 6px;
    height: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #3d4750;
    padding-left: 3px;
    border-radius: 55%;
    position: absolute;
    top: 55%;
    right: -14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-menu {
    min-width: 205px;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 25px 0 0 0;
    position: absolute;
    top: 40px;
    z-index: 16;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: auto !important;
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / .07);
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / .07);
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-menu li {
    margin: 0;
    padding: 5px 15px
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-menu li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    text-transform: capitalize
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-menu li:hover>a {
    color: #BF201F
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown:hover .bb-dropdown-menu {
    margin-top: 10px;
    opacity: 1;
    visibility: visible
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown {
    cursor: pointer;
    position: relative
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-item:after {
    content: "\ea6e";
    font-family: "remixicon";
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    right: 0
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-menu {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 220px;
    padding: 10px;
    margin: 25px 0 0 0;
    position: absolute;
    top: 0;
    z-index: 16;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    top: -20px;
    left: 193px;
    right: auto !important;
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / .07);
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / .07);
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-menu li {
    margin: 0;
    padding: 5px 15px
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-menu li a {
    padding: 6px 0;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-menu li a:hover {
    color: #BF201F
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown:hover .bb-mega-menu {
    margin-top: 15px;
    opacity: 1;
    visibility: visible
}

.bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.inner-select {
    width: 180px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#exchangeContainer .inner-select {
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.inner-select svg {
    margin: 0 10px;
    width: 25px;
    height: 25px
}

.inner-select svg path {
    fill: #BF201F
}

#exchangeContainer .custom-select {
    width: 100%;
    height: 100%;
    padding-right: 15px
}

#exchangeContainer .custom-select .select {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#exchangeContainer .custom-select .select-options {
    min-width: 175px;
    margin: 15px auto 0 auto;
    padding: 10px 0;
    left: auto;
    left: 15px
}

#exchangeContainer .custom-select .select-options li {
    padding: 5px 10px !important;
    margin: 0px !important;
    list-style: none !important
}

#exchangeContainer .custom-select .custom-select:after {
    top: 5%
}

.bb-header .bb-mobile-menu-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / .8);
    z-index: 16
}

.bb-header .bb-mobile-menu {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 340px;
    height: 100%;
    padding: 15px 20px 20px 20px;
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 17;
    overflow: auto
}

.bb-header .bb-mobile-menu::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px
}

.bb-header .bb-mobile-menu::-webkit-scrollbar-track {
    width: 8px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 0 #000
}

.bb-header .bb-mobile-menu::-webkit-scrollbar-thumb {
    background-color: #3d4750;
    border-radius: 20px
}

.bb-header .bb-mobile-menu .bb-menu-title {
    width: 100%;
    padding: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bb-header .bb-mobile-menu .bb-menu-title .menu_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #3d4750;
    font-weight: 600
}

.bb-header .bb-mobile-menu .bb-menu-title .bb-close-menu {
    position: relative;
    border: 0;
    font-size: 30px;
    line-height: 1;
    color: red;
    background-color: #fff0;
    border: 0
}

.bb-header .bb-mobile-menu .bb-menu-inner .bb-menu-content ul li {
    position: relative
}

.bb-header .bb-mobile-menu .bb-menu-inner .bb-menu-content ul li a {
    margin-bottom: 12px;
    padding: 12px 12px;
    display: block;
    text-transform: capitalize;
    color: #686e7d;
    border: 1px solid #eee;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500
}

.bb-header .bb-mobile-menu .bb-menu-inner .bb-menu-content ul li a:last-child() {
    margin-bottom: 0
}

.bb-header .bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .menu-toggle {
    width: 100%;
    height: 54px;
    padding-right: 10px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: #fff0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bb-header .bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .menu-toggle::before {
    content: "+";
    margin-left: auto;
    font-weight: 500;
    color: #686e7d;
    font-size: 19px
}

.bb-header .bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .sub-menu {
    width: 100%;
    min-width: auto;
    padding: 0;
    margin-bottom: 10px;
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bb-header .bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .sub-menu li a {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 0;
    text-transform: capitalize;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0
}

.bb-header .bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .sub-menu li .sub-menu li a {
    font-weight: 400;
    padding-left: 30px;
    font-size: 14px;
    color: #777
}

.bb-header .bb-mobile-menu .bb-menu-inner .header-res-social {
    margin-top: 30px
}

.bb-header .bb-mobile-menu .bb-menu-inner .header-res-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bb-header .bb-mobile-menu .bb-menu-inner .header-res-social ul li {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #3d4750;
    border-radius: 10px
}

.bb-header .bb-mobile-menu .bb-menu-inner .header-res-social ul li a i {
    color: #fff
}

.bb-header .bb-mobile-menu.bb-menu-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

@media only screen and (max-width:1399px) {
    .bb-header .bottom-header .inner-bottom-header .header-search {
        width: 300px
    }
}

@media only screen and (max-width:1199px) {
    .bb-header .bb-main-menu-desk .bb-inner-menu-desk {
        position: relative
    }

    .bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu {
        position: unset
    }

    .bb-header .bottom-header .inner-bottom-header .header-search {
        width: 400px
    }

    .bb-header .bottom-header .inner-bottom-header .bb-header-buttons .bb-btn-desc {
        display: none
    }

    .bb-header .bb-header-btn .header-icon svg {
        width: 25px;
        height: 25px
    }

    .bb-header .bb-header-btn:not(:last-child) {
        margin-left: 20px
    }
}

@media only screen and (max-width:991px) {
    .bb-header .header-search .bb-btn-group-form {
        margin-left: 20px
    }

    .bb-header .header-search .bb-btn-group-form input {
        min-height: 40px;
        height: 40px;
        padding: 10px
    }

    .bb-header .bb-category-toggle {
        margin-left: 20px;
        border: 1px solid #eee;
        width: 40px;
        height: 40px;
        border-radius: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .bb-header .bb-category-toggle svg {
        width: 22px;
        height: 22px
    }

    .bb-header .bottom-header .inner-bottom-header .bb-sidebar-toggle svg {
        width: 22px;
        height: 22px
    }

    .bb-header .bb-main-menu-desk {
        display: none
    }

    .bb-header .bb-main-menu-desk .bb-inner-menu-desk {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu {
        display: none
    }

    .bb-header .bb-main-menu-desk .bb-inner-menu-desk .header-search {
        width: 500px;
        display: inline
    }

    .bb-header .bb-header-btn .header-icon svg {
        width: 22px;
        height: 22px
    }

    .bb-header .bottom-header {
        padding: 15px 0
    }

    .bb-header .bottom-header .inner-bottom-header .bb-sidebar-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bb-header .bottom-header .inner-bottom-header .header-logo img {
        width: 80px
    }

    .bb-header .bottom-header .inner-bottom-header .header-search {
        width: 100%;
        min-width: 300px
    }

    .bb-header .top-header {
        display: none
    }

    .bb-header .bb-toggle-menu {
        margin-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .bb-header .bb-main-menu {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .bb-header .bb-header-btn:first-child {
        margin: 0 !important
    }

    .mobile_search_bar {
        width: 100%
    }

    .bb-header .inner-bottom-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column
    }

    .bb-header .inner-bottom-header .header-search {
        padding: 15px 0
    }

    .bb-header .bb-logo-detail {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .bb-header .header-search .bb-btn-group-form {
        margin: 0
    }
}

@media only screen and (max-width:575px) {
    .bb-header .header-search .bb-btn-group-form .custom-dropdown {
        padding: 0 10px
    }

    .bb-header .bb-flex-justify {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .bb-header .bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn {
        display: none
    }

    .bb-header .bb-main-menu-desk .bb-inner-menu-desk .header-search {
        width: 100%
    }

    .bb-header .bottom-header .inner-bottom-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column
    }

    .bb-header .bottom-header .inner-bottom-header .bb-sidebar-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .bb-header .bottom-header .inner-bottom-header .header-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width:480px) {
    .bb-header .bb-mobile-menu {
        width: 300px
    }

    .bb-header .header-search .bb-btn-group-form input {
        padding: 10px
    }

    .bb-header .bottom-header .inner-bottom-header .header-search {
        min-width: auto
    }
}

.header-2 {
    height: 75px;
    z-index: 12;
    position: relative
}

.bb-header-2 {
    position: relative;
    z-index: 5;
    border-bottom: 1px solid #eee
}

.bb-header-2 .header-top {
    display: none
}

.bb-header-2 .bb-header-btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bb-header-2 .bb-header-btn:after {
    display: none
}

.bb-header-2 .bb-header-btn:not(:last-child) {
    margin-left: 30px
}

.bb-header-2 .bb-header-btn .header-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-header-2 .bb-header-btn .header-icon svg {
    width: 30px;
    height: 30px
}

.bb-header-2 .bb-header-btn .header-icon svg path {
    fill: #BF201F
}

.bb-header-2 .bb-header-btn .bb-btn-stitle {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    font-weight: 500;
    line-height: 1
}

.bb-header-2 .bb-toggle-menu {
    display: none
}

.bb-header-2 .bb-toggle-menu .header-icon i {
    font-size: 22px;
    color: #BF201F
}

.bb-header-2 .bb-main-menu-desk {
    background-color: #fff;
    padding: 15px 0;
    border-top: 1px solid #eee
}

.bb-header-2 .bb-main-menu-desk .info-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-header-2 .bb-main-menu-desk .header-logo {
    margin-right: 30px
}

.bb-header-2 .bb-main-menu-desk .header-logo .dark {
    display: none
}

.bb-header-2 .bb-main-menu-desk .bb-dropdown {
    position: relative
}

.bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-dropdown-item {
    position: relative
}

.bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-dropdown-item:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    width: 6px;
    height: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #3d4750;
    padding-left: 3px;
    border-radius: 55%;
    position: absolute;
    top: 55%;
    right: -14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-dropdown-menu {
    min-width: 150px;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 25px 0 0 0;
    position: absolute;
    top: 40px;
    z-index: 16;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    left: auto;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / .07);
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / .07);
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px
}

.bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-dropdown-menu li {
    margin: 0;
    padding: 5px 15px
}

.bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-dropdown-menu li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    text-transform: capitalize
}

.bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-dropdown-menu li:hover>a {
    color: #BF201F
}

.bb-header-2 .bb-main-menu-desk .bb-dropdown:hover .bb-dropdown-menu {
    margin-top: 10px;
    opacity: 1;
    visibility: visible
}

.bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-search {
    width: 300px
}

.bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-search li {
    padding: 5px
}

.bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-search li input {
    padding-right: 40px
}

.bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-search li a {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px
}

.bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-search li a:hover {
    color: #BF201F
}

.bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-info-items {
    width: 242px;
    padding: 15px;
    left: 0;
    right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-info-items li {
    padding: 5px
}

.bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-info-items a {
    width: 60px;
    height: 60px;
    border: 1px solid #eee;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-info-items a svg,
.bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-info-items a img {
    width: 35px;
    height: 35px
}

.bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-info-items a svg path,
.bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-info-items a img path {
    fill: #BF201F
}

.bb-header-2 .bb-main-menu-desk .bb-header-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-header-2 .bb-main-menu-desk .bb-header-buttons .bb-header-btn {
    margin: 0 0 0 5px !important
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .header-search {
    display: none
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn {
    height: 45px;
    width: 45px;
    margin: 0 30px 0 0;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f8f8fb;
    border: 1px solid #eee;
    border-radius: 10px
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn:hover {
    background-color: #fff
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn svg {
    height: 25px;
    width: 25px
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn svg path {
    fill: #BF201F
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn i {
    font-size: 21px;
    line-height: 23px;
    color: #BF201F
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-toggle-menu {
    display: none
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li a {
    padding: 0;
    line-height: 28px;
    font-size: 15px;
    font-weight: 500;
    color: #3d4750
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li a svg {
    width: 20px;
    height: 20px;
    line-height: 18px
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li a svg path {
    fill: #BF201F
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li:not(:last-child) {
    margin-right: 35px
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li:hover a.nav-link {
    color: #BF201F
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li:hover a.nav-link:after {
    border-color: #BF201F
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav li:hover span {
    color: #BF201F
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown {
    margin-right: 45px !important
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu {
    min-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 25px 0 0 0;
    padding: 0 0 0 30px;
    position: absolute;
    top: 40px;
    z-index: 16;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: auto !important;
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / .07);
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / .07);
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu .menu_title {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 5px
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu .menu_title a {
    height: auto;
    color: #BF201F;
    font-size: 15px;
    font-weight: 500;
    display: block
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu li {
    margin: 0
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 10px 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    text-transform: capitalize
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu li a:hover {
    color: #BF201F
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu li a img {
    width: 100%;
    border-radius: 10px
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu li ul {
    width: calc(25% - 30px);
    margin-right: 30px;
    padding: 15px 0
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .img-menu {
    max-width: 500px;
    min-width: auto
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .img-menu li img {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .img-menu li ul {
    width: calc(50% - 30px);
    padding: 24px 0
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .img-menu li ul a {
    padding: 0
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .img-menu .img_title {
    padding-top: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .bb-dropdown-item {
    position: relative
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .bb-dropdown-item:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    width: 6px;
    height: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #3d4750;
    padding-left: 3px;
    border-radius: 55%;
    position: absolute;
    top: 55%;
    right: -14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown:hover .mega-menu {
    margin-top: 10px;
    opacity: 1;
    visibility: visible
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown {
    margin-right: 45px !important;
    position: relative
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-item {
    position: relative
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-item:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    width: 6px;
    height: 6px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #3d4750;
    padding-left: 3px;
    border-radius: 55%;
    position: absolute;
    top: 55%;
    right: -14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-menu {
    min-width: 205px;
    padding: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 25px 0 0 0;
    position: absolute;
    top: 40px;
    z-index: 16;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    left: 0;
    right: auto !important;
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / .07);
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / .07);
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-menu li {
    margin: 0;
    padding: 5px 15px
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-menu li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 5px 0;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    text-transform: capitalize
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown .bb-dropdown-menu li:hover>a {
    color: #BF201F
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-dropdown:hover .bb-dropdown-menu {
    margin-top: 10px;
    opacity: 1;
    visibility: visible
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown {
    cursor: pointer;
    position: relative
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-item:after {
    content: "\ea6e";
    font-family: "remixicon";
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    right: 0
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-menu {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 220px;
    padding: 10px;
    margin: 25px 0 0 0;
    position: absolute;
    top: 0;
    z-index: 16;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    top: -20px;
    left: 193px;
    right: auto !important;
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0 rgb(0 0 0 / .07);
    box-shadow: 2px 2px 15px 0 rgb(0 0 0 / .07);
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 10px
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-menu li {
    margin: 0;
    padding: 5px 15px
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-menu li a {
    padding: 6px 0;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown .bb-mega-menu li a:hover {
    color: #BF201F
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-mega-dropdown:hover .bb-mega-menu {
    margin-top: 15px;
    opacity: 1;
    visibility: visible
}

.bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-header-2.menu_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-box-shadow: 0 0 8px rgb(51 51 51 / .2);
    box-shadow: 0 0 8px rgb(51 51 51 / .2);
    background: #fff;
    -webkit-transition: top 1s;
    transition: top 1s
}

.bb-header-2.menu_fixed .bb-main-menu-desk {
    padding: 10px 0
}

.bb-header-2.menu_fixed_up {
    position: fixed;
    top: -70px;
    left: 0;
    width: 100%;
    z-index: 10;
    -webkit-box-shadow: 0 0 8px rgb(51 51 51 / .2);
    box-shadow: 0 0 8px rgb(51 51 51 / .2);
    background: #fff;
    -webkit-transition: top 1s;
    transition: top 1s
}

.bb-header-2.menu_fixed_up .bb-main-menu-desk {
    padding: 10px 0
}

.bb-mobile-menu-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / .8);
    z-index: 16
}

.bb-mobile-menu {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 340px;
    height: 100%;
    padding: 15px 20px 20px 20px;
    position: fixed;
    top: 0;
    right: auto;
    left: 0;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 17;
    overflow: auto
}

.bb-mobile-menu::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px
}

.bb-mobile-menu::-webkit-scrollbar-track {
    width: 8px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 0 #000
}

.bb-mobile-menu::-webkit-scrollbar-thumb {
    background-color: #3d4750;
    border-radius: 20px
}

.bb-mobile-menu .bb-menu-title {
    width: 100%;
    padding: 0 0 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bb-mobile-menu .bb-menu-title .menu_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #3d4750;
    font-weight: 600
}

.bb-mobile-menu .bb-menu-title .bb-close-menu {
    position: relative;
    border: 0;
    font-size: 30px;
    line-height: 1;
    color: red;
    background-color: #fff0;
    border: 0
}

.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li {
    position: relative
}

.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li a {
    margin-bottom: 12px;
    padding: 12px 12px;
    display: block;
    text-transform: capitalize;
    color: #686e7d;
    border: 1px solid #eee;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500
}

.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li a:last-child() {
    margin-bottom: 0
}

.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .menu-toggle {
    width: 100%;
    height: 54px;
    padding-right: 10px;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: #fff0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .menu-toggle::before {
    content: "+";
    margin-left: auto;
    font-weight: 500;
    color: #686e7d;
    font-size: 19px
}

.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .sub-menu {
    width: 100%;
    min-width: auto;
    padding: 0;
    margin-bottom: 10px;
    position: static;
    top: auto;
    display: none;
    visibility: visible;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .sub-menu li a {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 0;
    text-transform: capitalize;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 0
}

.bb-mobile-menu .bb-menu-inner .bb-menu-content ul li .sub-menu li .sub-menu li a {
    font-weight: 400;
    padding-left: 30px;
    font-size: 14px;
    color: #777
}

.bb-mobile-menu .bb-menu-inner .header-res-social {
    margin-top: 30px
}

.bb-mobile-menu .bb-menu-inner .header-res-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bb-mobile-menu .bb-menu-inner .header-res-social ul li {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #3d4750;
    border-radius: 10px
}

.bb-mobile-menu .bb-menu-inner .header-res-social ul li a i {
    color: #fff
}

.bb-mobile-menu.bb-menu-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

@media only screen and (max-width:1199px) {
    .bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-main-menu ul.navbar-nav .bb-main-dropdown .mega-menu li ul.banner {
        display: none
    }
}

@media only screen and (max-width:991px) {
    .section-hero-2 .hero-slider-2 .hero-contact h2 {
        margin: 0 0 15px 0 !important
    }

    .section-hero-2 .hero-slider-2 .hero-contact .hero-detail {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-hero-2 .hero-slider-2 .hero-contact .cat-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section-hero-2 .hero-slider-2 .hero-contact .cat-card ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section-hero-2 .hero-slider-2 .swiper-pagination {
        text-align: left;
        left: 0 !important;
        position: relative;
        margin-top: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .bb-header-2 .header-search .bb-btn-group-form {
        margin-left: 20px
    }

    .bb-header-2 .header-search .bb-btn-group-form input {
        min-height: 40px;
        height: 40px;
        padding: 10px
    }

    .bb-header-2 .bb-category-toggle {
        border: 1px solid #eee;
        width: 40px;
        height: 40px;
        border-radius: 15px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .bb-header-2 .bb-category-toggle svg {
        width: 22px;
        height: 22px
    }

    .bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn {
        margin: 0 5px 0 0
    }

    .bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-toggle-menu {
        display: block
    }

    .bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .header-search {
        width: 500px;
        display: inline
    }

    .bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn {
        width: 40px;
        height: 40px
    }

    .bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .bb-header-btn .header-icon svg {
        width: 22px;
        height: 22px
    }

    .bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-info-items {
        width: 182px
    }

    .bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-info-items a {
        width: 40px;
        height: 40px
    }

    .bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-info-items a svg,
    .bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-info-items a img {
        width: 23px;
        height: 23px
    }

    .bb-header-2 .bb-toggle-menu {
        margin-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .bb-header-2 .bb-main-menu {
        display: none !important
    }
}

@media only screen and (max-width:575px) {
    .header-2 {
        height: 137px
    }

    .bb-header-2.menu_fixed_up {
        top: -160px
    }

    .bb-header-2.menu_fixed .bb-main-menu-desk {
        padding: 0
    }

    .bb-header-2 .header-top {
        margin-bottom: 15px;
        padding: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid #eee;
        background-color: #f5f5f5
    }

    .bb-header-2 .header-top .header-logo {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        margin: 0
    }

    .bb-header-2 .header-top .header-logo img {
        width: 100px
    }

    .bb-header-2 .header-search .bb-btn-group-form .custom-dropdown {
        padding: 0 10px
    }

    .bb-header-2 .bb-flex-justify {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .bb-header-2 .bb-main-menu-desk {
        padding: 0
    }

    .bb-header-2 .bb-main-menu-desk .header-logo {
        display: none
    }

    .bb-header-2 .bb-main-menu-desk .bb-dropdown .bb-search {
        width: 250px;
        right: -90px
    }

    .bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk {
        padding-bottom: 15px
    }

    .bb-header-2 .bb-main-menu-desk .bb-inner-menu-desk .header-search {
        width: 100%
    }
}

@media (max-width:480px) {
    .bb-header-2 .header-search .bb-btn-group-form input {
        padding: 10px
    }

    .bb-mobile-menu {
        width: 280px
    }
}

.bb-footer {
    color: #fff;
    background: #f8f8fb
}

.bb-footer .footer-directory {
    border: 1px solid #eee
}

.bb-footer .footer-directory .directory-title {
    margin-bottom: 24px;
    text-align: center
}

.bb-footer .footer-directory .directory-title h4 {
    font-size: 16px;
    font-weight: 700;
    color: #3d4750;
    letter-spacing: 0;
    text-transform: uppercase
}

.bb-footer .footer-directory .directory-contact {
    margin-bottom: -24px
}

.bb-footer .footer-directory .directory-contact .inner-contact {
    margin-bottom: 24px
}

.bb-footer .footer-directory .directory-contact .inner-contact ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bb-footer .footer-directory .directory-contact .inner-contact ul span {
    margin-right: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #686e7d;
    text-transform: capitalize
}

.bb-footer .footer-directory .directory-contact .inner-contact ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    font-weight: 400;
    color: #686e7d;
    text-transform: capitalize
}

.bb-footer .footer-directory .directory-contact .inner-contact ul li a:hover {
    color: #BF201F
}

.bb-footer .footer-directory .directory-contact .inner-contact ul li:first-child::after {
    display: none
}

.bb-footer .footer-directory .directory-contact .inner-contact ul li:not(:last-child)::after {
    content: "|";
    padding: 0 10px;
    font-size: 14px;
    color: #686e7d
}

.bb-footer .footer-container {
    border-top: 1px solid #eee
}

.bb-footer .footer-top .bb-footer-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bb-footer .footer-top .bb-footer-company .bb-app-store {
    margin: -7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-logo {
    max-width: 144px;
    margin-bottom: 30px
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-dark-logo {
    max-width: 144px;
    margin-bottom: 30px;
    display: none
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-detail {
    max-width: 400px;
    margin-bottom: 30px;
    padding: 0;
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    color: #686e7d;
    display: inline-block;
    position: relative
}

.bb-footer .footer-top .bb-footer-widget .app-img img {
    max-width: 140px;
    margin: 7px;
    border-radius: 5px
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #3d4750;
    letter-spacing: 0;
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 15px;
    text-transform: capitalize;
    border-bottom: 1px solid #eee
}

.bb-footer .footer-top .bb-footer-widget .s-head {
    display: none
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-links ul {
    margin-bottom: 0
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-links i {
    line-height: 0;
    font-size: 18px
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link {
    display: block;
    margin: 0;
    line-height: 1.5;
    border: 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    color: #BF201F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link:not(:last-child) {
    margin-bottom: 16px
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    color: #686e7d;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    word-break: break-all;
    letter-spacing: 0;
    font-weight: 400
}

.bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link a:hover {
    color: #BF201F;
    opacity: 1
}

.bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-links li:first-child {
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start
}

.bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-links li p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-links a {
    text-transform: unset
}

.bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-links .bb-footer-link span {
    width: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-links .bb-footer-link .mt-15px {
    margin-top: 15px
}

.bb-footer .footer-top .bb-footer-social {
    margin-bottom: 0
}

.bb-footer .footer-top .bb-footer-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bb-footer .footer-top .bb-footer-social .bb-footer-widget .bb-footer-links .bb-footer-link {
    padding-right: 5px
}

.bb-footer .footer-top .bb-footer-social .bb-footer-widget .bb-footer-links .bb-footer-link:not(:last-child) {
    margin-bottom: 0
}

.bb-footer .footer-top .bb-footer-social .bb-footer-widget .bb-footer-links .bb-footer-link a {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #3d4750;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px
}

.bb-footer .footer-top .bb-footer-social .bb-footer-widget .bb-footer-links .bb-footer-link a:hover {
    background-color: #BF201F
}

.bb-footer .footer-top .bb-footer-social .bb-footer-widget .bb-footer-links .bb-footer-link a i {
    font-size: 16px;
    color: #fff
}

.bb-footer-contact {
    margin-bottom: 30px
}

.footer-bottom {
    padding: 10px 0;
    border-top: 1px solid #eee
}

.footer-bottom .bb-bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-bottom .bb-copy {
    color: #686e7d;
    font-size: 13px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 400
}

.footer-bottom .bb-copy a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    color: #BF201F
}

.footer-bottom .bb-copy .site-name:hover {
    color: #3d4750
}

.bb-heading-res {
    display: none
}

@media only screen and (max-width:1399px) {
    .bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link a {
        font-size: 15px
    }

    .bb-footer .footer-top .bb-footer-widget .bb-footer-links li p {
        font-size: 15px
    }

    .bb-footer .footer-top .bb-footer-widget .app-img img {
        max-width: 120px
    }

    .bb-footer .footer-top .bb-footer-widget .bb-footer-detail {
        font-size: 15px
    }
}

@media only screen and (max-width:1199px) {
    .bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link a {
        font-size: 14px
    }

    .bb-footer .footer-top .bb-footer-widget .bb-footer-links li p {
        font-size: 14px
    }

    .bb-footer .footer-top .bb-footer-widget .bb-footer-detail {
        font-size: 14px
    }
}

@media only screen and (min-width:992px) {
    .bb-footer .footer-top .bb-footer-widget .bb-footer-dropdown {
        display: block !important
    }
}

@media (max-width:991px) {
    .bb-footer .footer-top .bb-footer-company {
        margin-bottom: 24px
    }

    .bb-footer .footer-top .container>.row {
        padding: 0
    }

    .bb-footer .footer-top .bb-footer-widget .bb-footer-links ul {
        margin-bottom: 15px
    }

    .bb-footer .footer-top .bb-footer-widget .bb-footer-links .bb-footer-link:not(:last-child) {
        margin-bottom: 15px
    }

    .bb-footer .footer-top .col-sm-12.col-lg-3 {
        width: 100%;
        margin-bottom: 0
    }

    .bb-footer .footer-top .bb-footer-contact .bb-footer-widget .bb-footer-heading {
        margin-bottom: 15px
    }

    .bb-footer-contact {
        margin-bottom: 0
    }

    .footer-news-title {
        font-size: 20px
    }

    .bb-subscribe-form {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
        flex: 0 0 58%
    }

    .bb-heading-res {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        display: block;
        text-align: right
    }

    .bb-footer-links.bb-footer-dropdown {
        display: none;
        padding: 0 0 20px 0
    }

    .footer-bottom-copy {
        text-align: center
    }

    .footer-bottom {
        padding: 15px 0
    }

    .footer-bottom .col {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }

    .footer-bottom .bb-bottom-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-bottom .bb-bottom-info .footer-copy {
        margin-bottom: 15px
    }

    .col.footer-bottom-right {
        margin: 15px auto
    }

    .footer-bottom-payment.d-flex.justify-content-end {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .bb-footer .footer-top .bb-footer-widget .s-head {
        display: block
    }

    .bb-footer .footer-top .bb-footer-widget .bb-footer-heading {
        margin-bottom: 20px;
        font-size: 14px
    }

    .m-minus-991 {
        margin-bottom: -15px
    }
}

@media (max-width:767px) {

    .bb-footer .footer-top .bb-footer-widget .bb-footer-logo,
    .bb-footer .footer-top .bb-footer-widget .bb-footer-dark-logo {
        max-width: 130px
    }
}

@media (max-width:360px) {
    .footer-bottom .bb-bottom-info .footer-bottom-right img {
        width: 100%
    }
}

.bb-side-cart-overlay {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / .5);
    z-index: 17
}

.bb-open-cart {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    opacity: 1 !important
}

.bb-side-cart {
    width: 470px;
    height: calc(100% - 30px);
    margin: 15px 0 15px 15px;
    padding: 15px 20px 0 20px;
    font-size: 14px;
    font-weight: 400;
    position: fixed;
    z-index: 170;
    top: 0;
    right: 0;
    left: auto;
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto;
    opacity: 0;
    border-radius: 20px 0 0 20px
}

.bb-side-cart::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px
}

.bb-side-cart::-webkit-scrollbar-track {
    width: 8px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 0 #000
}

.bb-side-cart::-webkit-scrollbar-thumb {
    background-color: #3d4750;
    border-radius: 20px
}

.bb-side-cart:hover .bb-cart-close {
    height: 25px !important
}

.bb-side-cart .h-full {
    height: 100%
}

.bb-side-cart .bb-inner-cart {
    position: relative;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-sub-total {
    margin: 20px 0 0 0;
    padding-top: 0;
    padding-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eee
}

.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-sub-total table {
    margin: 10px 0 0 0
}

.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-sub-total table td {
    border: 0;
    color: #777
}

.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-sub-total table td.price {
    text-align: right
}

.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-sub-total table .title {
    font-weight: 500
}

.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px
}

.bb-side-cart .bb-inner-cart .bb-bottom-cart .cart-btn a {
    padding: 5px 15px
}

.bb-side-cart .bb-top-contact .bb-cart-title {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bb-side-cart .bb-top-contact .bb-cart-title h4 {
    font-size: 18px;
    font-weight: 800;
    color: #3d4750
}

.bb-side-cart .bb-top-contact .bb-cart-title .bb-cart-close {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 16px;
    height: 20px;
    position: absolute;
    top: -20px;
    right: 0;
    border: 0;
    background-color: rgb(224 78 78 / .7);
    border-radius: 10px;
    cursor: pointer
}

.bb-side-cart .bb-top-contact .bb-cart-title .bb-cart-close:hover {
    background-color: #e04e4e
}

.bb-side-cart .bb-top-contact .bb-cart-title .bb-cart-close:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 3px;
    left: 3px;
    border: 2px solid #fff;
    border-radius: 50%
}

.bb-side-cart .cart-related {
    overflow: auto
}

.bb-side-cart .cart-related::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px
}

.bb-side-cart .cart-related::-webkit-scrollbar-track {
    width: 8px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 0 #000
}

.bb-side-cart .cart-related::-webkit-scrollbar-thumb {
    background-color: #3d4750;
    border-radius: 20px
}

.bb-side-cart .bb-border-right {
    padding-right: 24px;
    border-right: 1px solid #eee
}

.bb-side-cart .bb-cart-box.item {
    height: 100%
}

.bb-side-cart .bb-cart-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bb-side-cart .bb-cart-box ul.bb-cart-items {
    margin-bottom: -24px
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li#empty-cart-msg {
    display: block !important;
    margin-bottom: 24px !important;
    padding: 20px !important;
    gap: 1rem !important;
    background-color: #f8f8fb !important;
    border-radius: 20px !important;
    border: 1px solid #eee !important;
    position: relative !important
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li {
    margin-bottom: 24px;
    padding: 20px;
    gap: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f8f8fb;
    border-radius: 20px;
    border: 1px solid #eee;
    position: relative
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li:hover .cart-remove-item {
    opacity: 1
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li .cart-remove-item {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #3d4750;
    width: 20px;
    height: 20px;
    color: #fff;
    position: absolute;
    top: -3px;
    right: -3px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .5
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-pro-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-pro-img img {
    width: 85px;
    border-radius: 10px;
    border: 1px solid #eee
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-contact {
    padding-left: 15px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 70%;
    flex: 1 0 70%;
    overflow: hidden
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-contact .bb-cart-sub-title {
    width: 100%;
    margin-bottom: 8px;
    text-decoration: none;
    color: #3d4750;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-contact span.cart-price {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 18px;
    display: block
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-contact span.cart-price span {
    font-size: 15px;
    font-weight: 600;
    color: #777
}

.bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-contact .qty-plus-minus {
    height: 28px
}

.bb-side-cart .bb-cart-box .bb-cart-banner .banner {
    border-radius: 20px;
    position: relative;
    overflow: hidden
}

.bb-side-cart .bb-cart-box .bb-cart-banner .banner:hover img {
    -webkit-transform: rotate(3deg) scale(1.1);
    transform: rotate(3deg) scale(1.1)
}

.bb-side-cart .bb-cart-box .bb-cart-banner .banner img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%
}

.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail {
    width: 100%;
    padding: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail h4,
.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail h3 {
    color: #fff
}

.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail h4 {
    margin-bottom: 5px;
    font-size: 15px;
    font-family: "Poppins, sans-serif";
    font-weight: 300;
    line-height: 22px
}

.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail h3 {
    font-size: 22px;
    line-height: 30px
}

.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail a {
    width: 100px;
    margin-top: 15px;
    padding: 5px 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bb-side-cart .bb-cart-box .bb-cart-banner .banner .detail a:hover {
    background-color: #fff;
    color: #3d4750
}

@media screen and (max-width:991px) {
    .bb-side-cart {
        width: 740px
    }
}

@media screen and (max-width:767px) {
    .bb-side-cart {
        width: 350px
    }

    .bb-side-cart .bb-inner-cart .bb-cart-box {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (max-width:575px) {
    .bb-side-cart {
        width: 100%
    }

    .bb-side-cart .bb-cart-box ul.bb-cart-items li {
        padding: 10px
    }

    .bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-pro-img {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial
    }

    .bb-side-cart .bb-cart-box ul.bb-cart-items li .bb-cart-pro-img img {
        width: 50px
    }
}

.modal-dialog {
    margin: 0% auto;
    max-width: 960px;
    width: 800px;
    padding: 35px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

button.btn-close.qty_close {
    position: absolute;
    left: auto;
    right: 10px;
    top: 10px;
    z-index: 9999
}

.img-responsive {
    max-width: 100%;
    display: block
}

@media only screen and (max-width:991px) {
    .modal-dialog {
        max-width: 720px;
        width: 720px
    }
}

@media only screen and (max-width:767px) {
    .modal-dialog {
        width: 80%;
        height: auto;
        max-width: 100%;
        padding: 35px 0;
        margin: 0 auto
    }
}

@media only screen and (max-width:575px) {
    .modal-dialog {
        width: 90%
    }
}

.section-breadcrumb {
    border-bottom: 1px solid #eee;
    background-color: #f8f8fb
}

.bb-breadcrumb-inner {
    margin: 0;
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bb-breadcrumb-inner h2.bb-breadcrumb-title {
    font-size: 16px;
    font-weight: 700;
    color: #3d4750
}

.bb-breadcrumb-inner .bb-breadcrumb-list {
    margin: 0 -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.bb-breadcrumb-inner .bb-breadcrumb-list li {
    padding: 0 5px
}

.bb-breadcrumb-inner .bb-breadcrumb-list li i {
    font-size: 14px;
    font-weight: 600
}

.bb-breadcrumb-inner .bb-breadcrumb-list li a {
    font-size: 14px;
    font-weight: 600;
    color: #686e7d
}

.bb-breadcrumb-inner .bb-breadcrumb-list li {
    font-size: 14px;
    font-weight: 400
}

.section-hero {
    position: relative;
    background-color: #f8f8fb;
    overflow: hidden
}

.section-hero:after {
    content: "";
    width: 800px;
    height: 1000px;
    top: 0;
    right: 0
}

.section-hero .back-text-1,
.section-hero .back-text-2 {
    position: absolute;
    font-size: 200px;
    font-weight: 700;
    line-height: 200px;
    color: #f1f1f7
}

.section-hero .back-text-1 {
    top: 0
}

.section-hero .back-text-2 {
    right: 0;
    bottom: 0
}

.section-hero .bb-social-follow {
    position: absolute;
    left: 20px;
    bottom: 30px
}

.section-hero .bb-social-follow ul.inner-links li {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    padding: 6px
}

.section-hero .bb-social-follow ul.inner-links li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 500;
    color: #777;
    text-transform: uppercase
}

.section-hero .bb-social-follow ul.inner-links li a:hover {
    color: #BF201F
}

.section-hero .bb-scroll-Page {
    position: absolute;
    right: -15px;
    bottom: 75px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.section-hero .bb-scroll-Page .scroll-bar {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative
}

.section-hero .bb-scroll-Page .scroll-bar:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    height: 80px;
    width: 1px;
    position: absolute;
    right: -50px;
    bottom: -33px;
    background-color: #000;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.section-hero .bb-scroll-Page .scroll-bar a {
    font-size: 16px;
    font-weight: 500
}

.swiper-slide-active .hero-contact>*:nth-child(1) {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.swiper-slide-active .hero-contact>*:nth-child(2) {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.swiper-slide-active .hero-contact>*:nth-child(3) {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.hero-contact {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.hero-contact>* {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

>.hero-contact:nth-child(1) {
    webkit-animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

>.hero-contact:nth-child(2) {
    webkit-animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

>.hero-contact:nth-child(3) {
    webkit-animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.hero-contact p {
    margin-bottom: 20px;
    font-family: "Poppins, sans-serif";
    font-size: 18px;
    color: #777
}

.hero-contact h1,
.hero-contact h2 {
    margin-bottom: 20px;
    font-size: 50px;
    color: #3d4750;
    font-weight: 700
}

.hero-contact h1 span,
.hero-contact h2 span {
    color: #BF201F;
    position: relative
}

.hero-contact h1 span:after,
.hero-contact h2 span:after {
    content: "";
    width: 48px;
    height: 60px;
    position: absolute;
    top: -40px;
    right: -40px;
    background-image: url(../img/hero/shape-1.png);
    background-size: 100%;
    background-repeat: no-repeat
}

.hero-slider .swiper-buttons {
    display: none
}

.hero-slider .swiper-pagination {
    margin-left: 1px;
    position: relative;
    text-align: left;
    bottom: -20px;
    z-index: 1
}

.hero-slider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 2px !important;
    -webkit-transform: skew(340deg);
    transform: skew(340deg);
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    background-color: #4b5966;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #BF201F;
    width: 30px
}

.swiper-slide-active .hero-image img {
    opacity: 1
}

.hero-image {
    height: 100%;
    width: 100%;
    position: relative
}

.hero-image img {
    width: 100%;
    max-height: 708px;
    opacity: 0
}

.hero-image svg {
    width: 120%;
    position: absolute;
    top: -50px;
    right: -50px;
    z-index: -1
}

.hero-image svg path {
    fill: #fff;
    -webkit-filter: drop-shadow(0 3px 3px rgb(0 0 0 / .015));
    filter: drop-shadow(0 3px 3px rgb(0 0 0 / .015))
}

@media only screen and (max-width:1399px) {
    .hero-image svg {
        right: -30px
    }
}

@media only screen and (max-width:1250px) {

    .bb-social-follow,
    .scroll-bar {
        display: none
    }
}

@media only screen and (max-width:1280px) {
    .hero-image img {
        max-height: 320px
    }
}

@media only screen and (max-width:1199px) {
    .hero-image svg {
        width: 125%
    }

    .hero-image img {
        padding-right: 30px
    }

    .hero-contact p {
        margin-bottom: 10px;
        font-size: 16px
    }

    .hero-contact h1,
    .hero-contact h2 {
        margin-bottom: 10px;
        font-size: 38px
    }

    .hero-contact h1 span:after,
    .hero-contact h2 span:after {
        height: 60px;
        width: 40px;
        top: -35px;
        right: -35px
    }
}

@media only screen and (max-width:991px) {
    .hero-image {
        padding: 0 50px
    }

    .hero-image img {
        padding-right: 0
    }

    .hero-image svg {
        width: 100%;
        top: 0
    }

    .hero-contact {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .hero-contact h1,
    .hero-contact h2 {
        font-size: 45px;
        text-align: center
    }

    .hero-contact h1 span:after,
    .hero-contact h2 span:after {
        height: 40px;
        width: 28px;
        top: -25px;
        right: -25px
    }

    .hero-slider .swiper-pagination {
        display: none;
        margin: 0 0 0 -1px;
        bottom: -8px;
        text-align: right
    }
}

@media only screen and (max-width:767px) {

    .hero-contact h1,
    .hero-contact h2 {
        font-size: 40px
    }
}

@media only screen and (max-width:575px) {
    .section-hero .bb-social-follow {
        display: none
    }

    .section-hero .bb-scroll-Page {
        display: none
    }

    .hero-image {
        padding: 0 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .hero-image img {
        padding: 0 0 30px 0
    }

    .hero-image svg {
        right: 0
    }

    .hero-contact {
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .hero-contact h1,
    .hero-contact h2 {
        font-size: 35px
    }

    .hero-slider .swiper-pagination {
        bottom: 0
    }
}

@media only screen and (max-width:420px) {

    .hero-contact h1,
    .hero-contact h2 {
        font-size: 30px
    }

    .hero-image {
        padding: 0
    }

    .hero-image svg {
        width: 110%;
        right: -30px
    }

    .hero-image img {
        padding: 0 0 15px 0
    }
}

@media only screen and (max-width:360px) {

    .hero-contact h1,
    .hero-contact h2 {
        font-size: 28px
    }
}

.section-hero-2 .hero-slider-2 {
    position: relative
}

.section-hero-2 .hero-slider-2 .hero-img img {
    width: 100%;
    border-radius: 30px
}

.section-hero-2 .hero-slider-2 .hero-img p {
    padding: 10px 15px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 0 0 30px 0;
    font-weight: 500
}

.section-hero-2 .hero-slider-2 .hero-img p:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -28px;
    background-image: url(../img/hero/top-shape.png);
    z-index: 10;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section-hero-2 .hero-slider-2 .hero-img p:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 48px;
    left: 0;
    background-image: url(../img/hero/top-shape.png);
    z-index: 10;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.section-hero-2 .hero-slider-2 .hero-contact {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-hero-2 .hero-slider-2 .hero-contact h2 {
    margin-left: -100px;
    padding-top: 50px;
    font-size: 61px;
    text-shadow: 2px 2px #fff, -2px 2px #fff, 2px -2px #fff, -2px -2px #fff, 2px 2px 5px #555
}

.section-hero-2 .hero-slider-2 .hero-contact .cat-card ul {
    width: 100%;
    margin: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.section-hero-2 .hero-slider-2 .hero-contact .cat-card ul li {
    width: calc(50% - 30px);
    margin: 12px;
    text-align: center;
    position: relative
}

.section-hero-2 .hero-slider-2 .hero-contact .cat-card ul li:hover .detail {
    bottom: 5px;
    background-color: rgb(255 255 255 / .9)
}

.section-hero-2 .hero-slider-2 .hero-contact .cat-card ul li:hover .detail p {
    opacity: 1
}

.section-hero-2 .hero-slider-2 .hero-contact .cat-card ul li img {
    width: 100%;
    border-radius: 30px
}

.section-hero-2 .hero-slider-2 .hero-contact .cat-card ul li a {
    font-size: 14px;
    font-weight: 400
}

.section-hero-2 .hero-slider-2 .hero-contact .cat-card ul li p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #3d4750
}

.section-hero-2 .hero-slider-2 .hero-contact .cat-card ul li .detail {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: calc(100% - 10px);
    position: absolute;
    left: 5px;
    bottom: -28px;
    background-color: #fff;
    border-radius: 30px
}

.section-hero-2 .hero-slider-2 .hero-contact .cat-card ul li .detail p {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0
}

.section-hero-2 .hero-slider-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #BF201F;
    width: 30px
}

.section-hero-2 .hero-slider-2 .swiper-pagination-bullet {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 15px;
    height: 15px;
    margin: 0 2px !important;
    display: inline-block;
    border-radius: 0;
    opacity: 1;
    background-color: #3d4750;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 30px;
    border: 2px solid #fff
}

.section-hero-2 .hero-slider-2 .swiper-pagination {
    text-align: left;
    left: 20px
}

@media only screen and (max-width:1399px) {
    .section-hero-2 .hero-slider-2 .hero-contact h2 {
        font-size: 50px
    }
}

@media only screen and (max-width:1199px) {
    .section-hero-2 .hero-slider-2 .hero-contact h2 {
        font-size: 40px
    }
}

@media only screen and (max-width:767px) {
    .section-hero-2 .hero-slider-2 .hero-contact h2 {
        font-size: 36px
    }
}

@media only screen and (max-width:575px) {
    .section-hero-2 .hero-slider-2 .hero-contact h2 {
        font-size: 32px
    }
}

@media only screen and (max-width:380px) {
    .section-hero-2 .hero-slider-2 .hero-contact .cat-card ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-hero-2 .hero-slider-2 .hero-contact .cat-card ul li {
        width: calc(100% - 24px)
    }
}

.bb-pro-box {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    position: relative
}

.bb-pro-box:hover .bb-pro-img .flags {
    opacity: 0
}

.bb-pro-box .bb-pro-img {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eee;
    z-index: 4
}

.bb-pro-box .bb-pro-img .flags {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 6px
}

.bb-pro-box .bb-pro-img .flags span {
    font-size: 14px;
    color: #777;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-orientation: upright
}

.bb-pro-box .bb-pro-img .inner-img {
    position: relative;
    display: block;
    overflow: hidden;
    pointer-events: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.bb-pro-box .bb-pro-img .inner-img img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-height: 400px;
    width: 100%;
    object-fit: fill
}

.bb-pro-box .bb-pro-img .inner-img img.hover-img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0
}

.bb-pro-box .bb-pro-img .bb-pro-actions {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1
}

.bb-pro-box .bb-pro-img .bb-pro-actions .bb-btn-group {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 35px;
    height: 35px;
    margin: 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    border: 1.5px solid #bd0b0bb0;
    border-radius: 10px
}

.bb-pro-box .bb-pro-img .bb-pro-actions .bb-btn-group a {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bb-pro-box .bb-pro-img .bb-pro-actions .bb-btn-group i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    color: #777;
    line-height: 10px
}

.bb-pro-box .bb-pro-img .bb-pro-actions .bb-btn-group:hover {
    background-color: #BF201F;
    border-color: #BF201F
}

.bb-pro-box .bb-pro-img .bb-pro-actions .bb-btn-group:hover i {
    color: #fff
}

.bb-pro-box:hover .bb-pro-img .inner-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.bb-pro-box:hover .bb-pro-img .inner-img img:not(:last-child) {
    opacity: 0
}

.bb-pro-box:hover .bb-pro-img .inner-img img.hover-img {
    opacity: 1
}

.bb-pro-box .bb-pro-contact {
    padding: 10px 20px
}

.bb-pro-box .bb-pro-contact .bb-pro-subtitle {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bb-pro-box .bb-pro-contact .bb-pro-subtitle span,
.bb-pro-box .bb-pro-contact .bb-pro-subtitle a {
    font-family: "Poppins, sans-serif";
    font-size: 13px;
    line-height: 16px;
    color: #777
}

.bb-pro-box .bb-pro-contact h4.bb-pro-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 18px
}

.bb-pro-box .bb-pro-contact h4.bb-pro-title a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    text-overflow: ellipsis;
    display: block;
    font-family: "quicksand";
    font-size: 25px;
    color: #000;
    font-weight: 600
}

.bb-pro-box .bb-pro-contact h4.bb-pro-title a:hover {
    color: #BF201F
}

.bb-pro-box .bb-pro-contact p {
    font-size: 14px
}

.bb-pro-box .bb-pro-contact .bb-price .inner-price {
    margin: 0 -3px
}

.bb-pro-box .bb-pro-contact .bb-price .inner-price .new-price {
    padding: 0 3px;
    font-size: 20px;
    font-weight: 700
}

.custom-badge-danger {
    padding: 3px 10px;
    background-color: #BF201F;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 17px
}

.bb-pro-box .bb-pro-contact .bb-price .inner-price .item-left {
    padding: 0 3px;
    font-size: 14px;
    color: #BF201F
}

.bb-pro-box .bb-pro-contact .bb-price .inner-price .old-price {
    padding: 0 3px;
    font-size: 14px;
    color: #686e7d;
    text-decoration: line-through
}

.bb-pro-box .bb-pro-contact .bb-price .last-items {
    font-size: 14px;
    color: #686e7d
}

.qty-plus-minus {
    width: 85px;
    height: 40px;
    padding: 7px 0;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px
}

.qty-plus-minus .bb-qtybtn {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
    font-size: 20px;
    color: #777
}

.qty-plus-minus .qty-input {
    background: #fff0 none repeat scroll 0 0;
    border: medium none;
    color: #777;
    float: left;
    font-size: 14px;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 32px;
    outline: none;
    font-weight: 400;
    line-height: 35px
}

.bb-pro-rating i {
    color: #777;
    float: left;
    font-size: 15px;
    margin-right: 3px
}

.bb-pro-rating .ri-star-fill {
    color: #fea99a
}

.bb-pro-box-2 {
    background-color: #fff;
    border: 1px dashed #3d4750;
    border-radius: 20px
}

.bb-pro-box-2:hover .bb-pro-img .flags {
    opacity: 0
}

.bb-pro-box-2 .bb-pro-img {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #eee;
    z-index: 4
}

.bb-pro-box-2 .bb-pro-img .flags {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    z-index: 5;
    top: 10px;
    left: 6px
}

.bb-pro-box-2 .bb-pro-img .flags span {
    font-size: 14px;
    color: #777;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-orientation: upright
}

.bb-pro-box-2 .bb-pro-img .inner-img {
    position: relative;
    display: block;
    overflow: hidden;
    pointer-events: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px
}

.bb-pro-box-2 .bb-pro-img .inner-img img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    max-width: 100%
}

.bb-pro-box-2 .bb-pro-img .inner-img img.hover-img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    opacity: 0
}

.bb-pro-box-2 .bb-pro-img .bb-pro-actions {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0
}

.bb-pro-box-2 .bb-pro-img .bb-pro-actions .bb-btn-group {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 35px;
    height: 35px;
    margin: 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 50%
}

.bb-pro-box-2 .bb-pro-img .bb-pro-actions .bb-btn-group a {
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bb-pro-box-2 .bb-pro-img .bb-pro-actions .bb-btn-group i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    color: #777;
    line-height: 10px
}

.bb-pro-box-2 .bb-pro-img .bb-pro-actions .bb-btn-group:hover {
    background-color: #BF201F;
    border-color: #BF201F
}

.bb-pro-box-2 .bb-pro-img .bb-pro-actions .bb-btn-group:hover i {
    color: #fff
}

.bb-pro-box-2:hover .bb-pro-img .inner-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.bb-pro-box-2:hover .bb-pro-img .inner-img img:not(:last-child) {
    opacity: 0
}

.bb-pro-box-2:hover .bb-pro-img .inner-img img.hover-img {
    opacity: 1
}

.bb-pro-box-2:hover .bb-pro-img .bb-pro-actions {
    opacity: 1;
    bottom: 10px
}

.bb-pro-box-2 .bb-pro-contact {
    padding: 20px
}

.bb-pro-box-2 .bb-pro-contact .bb-pro-subtitle {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bb-pro-box-2 .bb-pro-contact .bb-pro-subtitle span,
.bb-pro-box-2 .bb-pro-contact .bb-pro-subtitle a {
    font-family: "Poppins, sans-serif";
    font-size: 13px;
    line-height: 16px;
    color: #777;
    text-transform: capitalize
}

.bb-pro-box-2 .bb-pro-contact h4.bb-pro-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 18px
}

.bb-pro-box-2 .bb-pro-contact h4.bb-pro-title a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-family: "quicksand";
    font-size: 15px;
    line-height: 18px;
    color: #3d4750;
    font-weight: 600
}

.bb-pro-box-2 .bb-pro-contact h4.bb-pro-title a:hover {
    color: #BF201F
}

.bb-pro-box-2 .bb-pro-contact p {
    display: none;
    font-size: 14px
}

.bb-pro-box-2 .bb-pro-contact .bb-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bb-pro-box-2 .bb-pro-contact .bb-price .inner-price {
    margin: 0 -3px
}

.bb-pro-box-2 .bb-pro-contact .bb-price .inner-price .new-price {
    padding: 0 3px;
    font-size: 16px;
    color: #686e7d;
    font-weight: 700
}

.bb-pro-box-2 .bb-pro-contact .bb-price .inner-price .item-left {
    padding: 0 3px;
    font-size: 14px;
    color: #BF201F
}

.bb-pro-box-2 .bb-pro-contact .bb-price .inner-price .old-price {
    padding: 0 3px;
    font-size: 14px;
    color: #686e7d;
    text-decoration: line-through
}

.bb-pro-box-2 .bb-pro-rating i {
    color: #bfbfbf;
    float: left;
    font-size: 15px;
    margin-right: 3px
}

.bb-pro-box-2 .bb-pro-rating .ri-star-fill {
    color: #BF201F;
    opacity: .8
}

.bb-pro-box-2 .bb-variations {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bb-pro-box-2 .bb-variations .bb-colors ul {
    margin: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.bb-pro-box-2 .bb-variations .bb-colors ul li {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 20px;
    height: 20px;
    margin: 5px;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    opacity: .8
}

.bb-pro-box-2 .bb-variations .bb-colors ul li:hover {
    opacity: .5
}

.bb-pro-box-2 .bb-variations .bb-colors ul li:after {
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid #eee;
    position: absolute;
    top: -3px;
    left: -3px;
    border-radius: 50%
}

.bb-pro-box-2 .bb-variations .bb-colors ul li.active:after {
    border: 1px solid #686e7d
}

.bb-pro-box-2 .bb-variations .bb-sizes ul {
    margin: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.bb-pro-box-2 .bb-variations .bb-sizes ul li {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    min-width: 26px;
    height: 26px;
    margin: 5px;
    padding: 0 5px;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    opacity: .8;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eee
}

.bb-pro-box-2 .bb-variations .bb-sizes ul li:hover {
    opacity: .5
}

.bb-pro-box-2 .bb-variations .bb-sizes ul li.active {
    border: 1px solid #686e7d
}

@media only screen and (max-width:480px) {
    .bb-product-box-2 {
        width: 100%
    }
}

.banner-box {
    border: 1px solid #cac5c5;
    padding: 5px;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease-in-out
}

.banner-box:hover {
    transform: translate(0, -6px)
}

.bb-services-box {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 20px;
    text-align: center
}

.bb-services-box .services-img {
    margin-bottom: 20px
}

.bb-services-box .services-img img {
    width: 50px
}

.bb-services-box .services-contact h4 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #3d4750
}

.bb-services-box .services-contact p {
    font-size: 14px;
    line-height: 20px;
    color: #686e7d
}

.bb-services-box-2 {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 20px;
    text-align: center;
    background-color: #f8f8fb
}

.bb-services-box-2 .services-img {
    margin-bottom: 20px
}

.bb-services-box-2 .services-img img {
    width: 50px
}

.bb-services-box-2 .services-contact h4 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #3d4750
}

.bb-services-box-2 .services-contact p {
    font-size: 14px;
    line-height: 20px;
    color: #686e7d
}

.blog-2-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px
}

.blog-2-card:hover .blog-contact {
    background-color: #fff
}

.blog-2-card:hover .blog-img img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
}

.blog-2-card .blog-img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    max-height: 300px
}

.blog-2-card .blog-contact {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 5px;
    padding: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgb(255 255 255 / .9);
    border-radius: 30px
}

.blog-2-card .blog-contact span {
    font-size: 13px;
    color: #686e7d;
    text-transform: capitalize
}

.blog-2-card .blog-contact h4 {
    font-size: 16px
}

.blog-2-card .blog-contact h4 a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #3d4750
}

.section-blog-3 .blog-3-card {
    padding: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    border: 1px dashed #3d4750
}

.section-blog-3 .blog-3-card:hover .blog-contact {
    background-color: #fff
}

.section-blog-3 .blog-3-card:hover .blog-img:after {
    opacity: 1
}

.section-blog-3 .blog-3-card .blog-img {
    position: relative;
    border-radius: 30px;
    overflow: hidden
}

.section-blog-3 .blog-3-card .blog-img:after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / .3);
    opacity: 0
}

.section-blog-3 .blog-3-card .blog-img img {
    width: 100%
}

.section-blog-3 .blog-3-card .blog-contact {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-top: 15px;
    background-color: rgb(255 255 255 / .9)
}

.section-blog-3 .blog-3-card .blog-contact span {
    font-size: 13px;
    color: #686e7d;
    text-transform: capitalize
}

.section-blog-3 .blog-3-card .blog-contact h4 {
    font-size: 16px
}

.section-blog-3 .blog-3-card .blog-contact h4 a {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #3d4750
}

.section-instagram {
    position: relative
}

.section-instagram .bb-title {
    margin: auto;
    padding: 15px 30px;
    background-color: #fff;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.section-instagram .bb-title h3 {
    font-size: 28px
}

.bb-instagram-card .instagram-img {
    position: relative;
    overflow: hidden;
    border-radius: 30px
}

.bb-instagram-card .instagram-img::before {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / .5);
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    opacity: 0;
    border-radius: 30px
}

.bb-instagram-card .instagram-img:hover::before {
    opacity: 1
}

.bb-instagram-card .instagram-img:hover::after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg)
}

.bb-instagram-card .instagram-img img {
    width: 100%;
    border-radius: 20px
}

.bb-instagram-card .instagram-img::after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-family: "remixicon";
    content: "\ee66";
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 0;
    opacity: 0;
    font-size: 38px;
    color: #fff;
    -webkit-transform: scale(3) rotate(50deg);
    transform: scale(3) rotate(50deg)
}

@media only screen and (max-width:991px) {
    .section-instagram .bb-title {
        padding: 8px 20px
    }

    .section-instagram .bb-title h3 {
        font-size: 25px
    }
}

.bb-about-img {
    position: sticky;
    top: 0
}

.bb-about-img img {
    width: 100%
}

.bb-about-contact {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bb-about-contact .section-title {
    margin-bottom: 0;
    padding-bottom: 12px
}

.bb-about-contact .about-inner-contact {
    margin-bottom: 14px
}

.bb-about-contact .about-inner-contact h4 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #3d4750;
    font-weight: 700;
    font-style: italic
}

.bb-about-contact .about-inner-contact p {
    margin-bottom: 16px;
    font-size: 14px
}

.bnr-details-bg {
    background-color: #f8f8fb;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #eee
}

.bb-bnr-details {
    position: relative
}

.bb-bnr-details .bb-image img {
    width: 100%;
    border-radius: 20px
}

.bb-bnr-details .overlay-bnr {
    background-color: rgb(0 0 0 / .5);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    border-radius: 20px
}

.bb-bnr-details .inner-contact {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.bb-bnr-details .inner-contact h4 {
    font-family: "Poppins, sans-serif";
    font-size: 38px;
    font-weight: 700;
    color: #fff
}

.bb-bnr-details .inner-contact p {
    font-family: "Poppins, sans-serif";
    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    text-align: right;
    color: #fff
}

.width-50 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 50% !important
}

.width-50 .bb-pro-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.width-50 .bb-pro-box .bb-pro-img {
    max-width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-bottom: 0;
    border-right: 1px solid #eee;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px
}

.width-50 .bb-pro-box .bb-pro-img .inner-img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px
}

.width-50 .bb-pro-box .bb-pro-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.width-50 .bb-pro-box .bb-pro-contact p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.width-100 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 auto !important;
    flex: 0 0 auto !important;
    width: 100% !important
}

.width-100 .bb-pro-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.width-100 .bb-pro-box .bb-pro-img {
    max-width: 250px;
    width: 100%;
    border-bottom: 0;
    border-right: 1px solid #eee
}

.width-100 .bb-pro-box .bb-pro-img .inner-img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px
}

.width-100 .bb-pro-box .bb-pro-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.width-100 .bb-pro-box .bb-pro-contact p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-pro-pagination {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bb-pro-pagination p {
    font-size: 15px
}

.bb-pro-pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-pro-pagination ul li:not(:last-child) {
    margin-right: 6px
}

.bb-pro-pagination ul li a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 32px;
    height: 32px;
    padding: 0;
    font-weight: 300;
    color: #777;
    line-height: 32px;
    background: #f8f8fb;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    vertical-align: top;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #eee
}

.bb-pro-pagination ul li a:hover {
    background-color: #3d4750;
    color: #fff
}

.bb-pro-pagination ul li a.next {
    width: auto;
    padding: 0 13px;
    color: #fff;
    background-color: #3d4750;
    line-height: 30px
}

.bb-pro-pagination ul li a.next i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: 10px;
    font-size: 16px;
    width: 8px;
    color: #fff
}

.bb-pro-pagination ul li.active a {
    background-color: #3d4750;
    color: #fff
}

.bb-pro-list-top {
    margin-bottom: 24px;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f8f8fb;
    border: 1px solid #eee;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.bb-pro-list-top .row {
    width: 100%
}

.bb-pro-list-top .bb-bl-btn {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-pro-list-top .bb-bl-btn button {
    height: 38px;
    width: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    padding: 5px;
    background: #fff0
}

.bb-pro-list-top .bb-bl-btn button i {
    font-size: 20px
}

.bb-pro-list-top .bb-bl-btn button:not(:last-child) {
    margin-right: 5px
}

.bb-pro-list-top .bb-bl-btn button.active {
    background-color: #BF201F;
    color: #fff;
    border-radius: 15px
}

.bb-pro-list-top .bb-select-inner {
    height: 100%;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.bb-pro-list-top .bb-select-inner .custom-select {
    width: 130px;
    margin-right: 30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-pro-list-top .bb-select-inner .custom-select:after {
    right: -10px
}

.bb-sidebar-contact ul {
    margin-bottom: 0
}

.bb-sidebar-contact ul li {
    position: relative;
    display: block
}

.bb-sidebar-contact ul li:not(:last-child) {
    margin-bottom: 14px
}

.bb-sidebar-block-item {
    position: relative
}

.bb-sidebar-block-item input {
    width: 100%;
    height: calc(100% - 5px);
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.bb-sidebar-block-item input:checked~.checked::after {
    display: block
}

.bb-sidebar-block-item a {
    margin-left: 30px;
    display: block;
    color: #777;
    font-size: 13px;
    margin-top: 0;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer
}

.bb-sidebar-block-item .checked {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear
}

.bb-sidebar-block-item .checked:after {
    left: -1px;
    top: -1px;
    width: 18px;
    height: 18px;
    border: 1px solid #BF201F;
    content: "\eb7b";
    position: absolute;
    display: none;
    background: #BF201F;
    font-family: "remixicon";
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    line-height: 16px;
    text-align: center
}

.bb-color-contact ul {
    margin-bottom: 0
}

.bb-color-contact ul li {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    padding: 2px;
    border-radius: 20px;
    cursor: pointer;
    margin-right: 5px;
    width: 26px;
    height: 26px
}

.bb-color-contact ul li .bb-sidebar-block-item {
    position: relative
}

.bb-color-contact ul li .bb-sidebar-block-item span {
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 20px
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-1 {
    background-color: #c4d6f9
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-2 {
    background-color: #ff748b
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-3 {
    background-color: #000
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-4 {
    background-color: #2bff4a
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-5 {
    background-color: #ff7c5e
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-6 {
    background-color: #f155ff
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-7 {
    background-color: #ffef00
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-8 {
    background-color: #c89fff
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-9 {
    background-color: #7bfffa
}

.bb-color-contact ul li .bb-sidebar-block-item .pro-color-10 {
    background-color: #56ffc1
}

.bb-color-contact ul li.color-sidebar-active .bb-sidebar-block-item span:after {
    width: 22px;
    height: 22px;
    content: "\eb7b";
    font-family: "remixicon";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.price-range-slider {
    position: relative;
    width: 100%;
    margin-bottom: 7px
}

.price-range-slider .range-value {
    margin: 0
}

.price-range-slider .range-value input {
    width: 100%;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
    margin: 0 0 15px 0;
    text-align: center
}

.price-range-slider .range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px
}

.price-range-slider .range-bar .ui-slider-range {
    background: #BF201F
}

.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    top: -7px;
    border: 2px solid #BF201F;
    height: 17px;
    width: 17px;
    cursor: pointer
}

.price-range-slider .range-bar .ui-slider-handle+span {
    background: #BF201F
}

.bb-tags ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px
}

.bb-tags ul li {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 5px;
    padding: 2px 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    cursor: pointer
}

.bb-tags ul li a {
    font-size: 13px;
    text-transform: capitalize
}

.bb-tags ul li:hover {
    background-color: #BF201F
}

.bb-tags ul li:hover a {
    color: #fff
}

.bb-shop-wrap {
    position: sticky;
    top: 0;
    background-color: #f8f8fb;
    border-radius: 20px;
    border: 1px solid #eee
}

.bb-shop-wrap .bb-sidebar-block {
    padding: 20px
}

.bb-shop-wrap .bb-sidebar-block:not(:last-child) {
    border-bottom: 1px solid #eee
}

.bb-shop-wrap .bb-sidebar-block .bb-sidebar-title {
    margin-bottom: 20px
}

.bb-shop-wrap .bb-sidebar-block .bb-sidebar-title h3 {
    font-size: 18px;
    font-weight: 700;
    color: #3d4750
}

@media only screen and (max-width:1199px) {
    .width-50 {
        width: 100% !important
    }
}

@media only screen and (max-width:767px) {
    .bnr-details-bg {
        padding: 15px
    }

    .width-100 .bb-pro-box .bb-pro-img {
        max-width: 100%;
        border-bottom: 1px solid #eee;
        border-right: 0
    }

    .width-100 .bb-pro-box .bb-pro-img .inner-img {
        border-bottom-left-radius: 20px
    }

    .width-100 .bb-pro-box .bb-pro-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .width-100 .bb-pro-box .bb-pro-contact p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-width:575px) {
    .width-50 .bb-pro-box {
        max-width: 380px;
        margin: auto;
        display: block
    }

    .width-50 .bb-pro-box .bb-pro-img {
        max-width: 100%;
        border-bottom: 1px solid #eee;
        border-right: 0
    }

    .width-50 .bb-pro-box .bb-pro-img .inner-img {
        border-bottom-left-radius: 20px
    }

    .width-50 .bb-pro-box .bb-pro-contact {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .width-50 .bb-pro-box .bb-pro-contact p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .bb-pro-pagination {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bb-pro-pagination p {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:480px) {
    .bb-bnr-details .inner-contact {
        padding: 20px
    }

    .bb-bnr-details .inner-contact h4 {
        font-size: 26px
    }

    .bb-bnr-details .inner-contact p {
        font-size: 16px;
        line-height: 20px
    }
}

@media only screen and (max-width:420px) {
    .bb-pro-list-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bb-pro-list-top .col-6 {
        width: 100%
    }

    .bb-pro-list-top .bb-bl-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .bb-pro-list-top .bb-select-inner {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .bb-pro-list-top .bb-select-inner .custom-select {
        width: 100px;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }
}

.bb-single-pro {
    margin-bottom: 24px
}

.single-pro-slider {
    position: sticky;
    top: 0;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 20px
}

.single-pro-slider .single-nav-thumb {
    width: 100%;
    overflow: hidden
}

.single-pro-slider .single-nav-thumb .slick-list {
    margin: 0 -8px
}

.single-pro-slider .single-nav-thumb .single-slide {
    padding: 0 10px 0 10px;
    display: block !important
}

.single-pro-slider .single-nav-thumb .slick-slide img {
    border: 1px solid #fff0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border-radius: 15px;
    max-height: 120px;
    max-width: 200px;
    width: 100%;
    object-fit: contain
}

.single-pro-slider .single-nav-thumb .slick-slide:hover img {
    border-color: #BF201F
}

.single-pro-slider .single-nav-thumb .slick-slide.slick-current.slick-active img {
    border-color: #BF201F
}

.single-pro-slider .single-nav-thumb .slick-arrow {
    top: 42%
}

.single-pro-slider .single-nav-thumb button {
    background: #fff0;
    outline: 0;
    border: 0
}

.single-pro-slider .single-nav-thumb .slick-arrow.slick-prev {
    left: 0;
    right: auto
}

.single-pro-slider .single-nav-thumb .slick-arrow {
    position: absolute;
    top: 55%;
    left: auto;
    right: auto;
    margin: 0 auto;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    padding: 0;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.single-pro-slider .single-nav-thumb .slick-arrow:before {
    content: "";
    color: #686e7d;
    position: relative;
    font-size: 42px;
    width: 100%;
    line-height: 30px;
    height: 30px
}

.single-pro-slider .single-nav-thumb .slick-arrow.slick-prev:before {
    font-family: "remixicon";
    content: "\ea52"
}

.single-pro-slider .single-nav-thumb .slick-arrow.slick-next {
    right: 0;
    left: auto
}

.single-pro-slider .single-nav-thumb .slick-arrow.slick-next:before {
    font-family: "remixicon";
    content: "\ea54"
}

.single-pro-slider .single-product-cover .zoom-image-hover {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.single-pro-slider .single-product-cover .zoom-image-hover img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px
}

.bb-single-pro-contact .bb-sub-title {
    margin-bottom: 2px
}

.bb-single-pro-contact .bb-sub-title h4 {
    font-size: 22px;
    font-weight: 700;
    color: #3d4750
}

.bb-single-pro-contact .bb-single-rating {
    margin-bottom: 12px
}

.bb-single-pro-contact .bb-single-rating .bb-pro-rating {
    margin-right: 10px
}

.bb-single-pro-contact .bb-single-rating .bb-read-review a {
    color: #BF201F
}

.bb-single-pro-contact .bb-single-price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0
}

.bb-single-pro-contact .bb-single-price-wrap .bb-single-price {
    padding: 15px 0
}

.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .price {
    margin-bottom: 8px
}

.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .price h5 {
    font-size: 20px;
    font-weight: 800;
    color: #3d4750
}

.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .price h5 span {
    font-size: 20px;
    color: #BF201F
}

.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .sku {
    margin-bottom: 8px
}

.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .sku h5 {
    font-size: 18px;
    font-weight: 800;
    color: #3d4750
}

.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .mrp p {
    font-size: 16px
}

.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .mrp p span {
    font-size: 15px;
    text-decoration: line-through
}

.bb-single-pro-contact .bb-single-price-wrap .bb-single-price .stock span {
    font-size: 18px;
    color: #BF201F
}

.bb-single-pro-contact .bb-single-pro-weight {
    margin-bottom: 24px
}

.bb-single-pro-contact .bb-single-pro-weight .pro-title {
    margin-bottom: 12px
}

.bb-single-pro-contact .bb-single-pro-weight .pro-title h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.bb-single-pro-contact .bb-single-list {
    margin-bottom: 15px
}

.bb-single-pro-contact .bb-single-list ul {
    margin: -8px 0;
    padding-left: 18px
}

.bb-single-pro-contact .bb-single-list ul li {
    margin: 8px 0;
    color: #777;
    font-size: 14px;
    list-style-type: disc
}

.bb-single-pro-contact .bb-single-qty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2px
}

.bb-single-pro-contact .bb-single-qty .qty-plus-minus {
    margin: 2px
}

.bb-single-pro-contact .bb-single-qty .buttons {
    margin: 2px
}

.bb-single-pro-contact .bb-single-qty .buttons a {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 25px
}

.bb-single-pro-contact .bb-single-qty .bb-pro-actions {
    margin: 2px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-single-pro-contact .bb-single-qty .bb-pro-actions a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 10px
}

.bb-single-pro-contact .bb-single-qty .bb-pro-actions a i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    color: #777;
    line-height: 10px
}

.bb-single-pro-contact .bb-single-qty .bb-pro-actions a:hover {
    background-color: #BF201F
}

.bb-single-pro-contact .bb-single-qty .bb-pro-actions a:hover i {
    color: #fff
}

.bb-inner-tabs,
.bey-single-accordion {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 20px
}

.bb-inner-tabs .bb-details p,
.bey-single-accordion .bb-details p {
    margin-bottom: 12px;
    font-weight: 300
}

.bb-inner-tabs .bb-details .details-info ul,
.bey-single-accordion .bb-details .details-info ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 0
}

.bb-inner-tabs .bb-details .details-info ul li,
.bey-single-accordion .bb-details .details-info ul li {
    padding: 5px 0;
    font-size: 15px;
    color: #686e7d;
    line-height: 28px
}

.bb-inner-tabs .bb-details .details-info ul li span,
.bey-single-accordion .bb-details .details-info ul li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    min-width: 150px
}

.bb-inner-tabs .information ul,
.bey-single-accordion .information ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 0
}

.bb-inner-tabs .information ul li,
.bey-single-accordion .information ul li {
    padding: 5px 0;
    font-size: 15px;
    color: #686e7d;
    line-height: 28px
}

.bb-inner-tabs .information ul li span,
.bey-single-accordion .information ul li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    min-width: 130px
}

.bb-inner-tabs .bb-reviews .reviews-bb-box,
.bey-single-accordion .bb-reviews .reviews-bb-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px
}

.bb-inner-tabs .bb-reviews .reviews-bb-box .inner-image,
.bey-single-accordion .bb-reviews .reviews-bb-box .inner-image {
    margin-right: 12px
}

.bb-inner-tabs .bb-reviews .reviews-bb-box .inner-image img,
.bey-single-accordion .bb-reviews .reviews-bb-box .inner-image img {
    width: 50px;
    height: 50px;
    border-radius: 10px
}

.bb-inner-tabs .bb-reviews .reviews-bb-box .inner-contact h4,
.bey-single-accordion .bb-reviews .reviews-bb-box .inner-contact h4 {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 700
}

.bb-inner-tabs .bb-reviews .reviews-bb-box .inner-contact .bb-pro-rating,
.bey-single-accordion .bb-reviews .reviews-bb-box .inner-contact .bb-pro-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-inner-tabs .bb-reviews .reviews-bb-box .inner-contact p,
.bey-single-accordion .bb-reviews .reviews-bb-box .inner-contact p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 300
}

.bb-inner-tabs .bb-reviews-form h3,
.bey-single-accordion .bb-reviews-form h3 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    color: #3d4750
}

.bb-inner-tabs .bb-reviews-form .bb-review-rating,
.bey-single-accordion .bb-reviews-form .bb-review-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px
}

.bb-inner-tabs .bb-reviews-form .bb-review-rating span,
.bey-single-accordion .bb-reviews-form .bb-review-rating span {
    padding-right: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #3d4750
}

.bb-inner-tabs .bb-reviews-form .input-box,
.bey-single-accordion .bb-reviews-form .input-box {
    margin-bottom: 24px
}

.bb-inner-tabs .bb-reviews-form .input-box input,
.bb-inner-tabs .bb-reviews-form .input-box textarea,
.bey-single-accordion .bb-reviews-form .input-box input,
.bey-single-accordion .bb-reviews-form .input-box textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding-left: 20px;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    border-radius: 20px
}

.bb-inner-tabs .bb-reviews-form .input-box input::-webkit-input-placeholder,
.bb-inner-tabs .bb-reviews-form .input-box textarea::-webkit-input-placeholder,
.bey-single-accordion .bb-reviews-form .input-box input::-webkit-input-placeholder,
.bey-single-accordion .bb-reviews-form .input-box textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777
}

.bb-inner-tabs .bb-reviews-form .input-box input::-moz-placeholder,
.bb-inner-tabs .bb-reviews-form .input-box textarea::-moz-placeholder,
.bey-single-accordion .bb-reviews-form .input-box input::-moz-placeholder,
.bey-single-accordion .bb-reviews-form .input-box textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777
}

.bb-inner-tabs .bb-reviews-form .input-box input:-ms-input-placeholder,
.bb-inner-tabs .bb-reviews-form .input-box textarea:-ms-input-placeholder,
.bey-single-accordion .bb-reviews-form .input-box input:-ms-input-placeholder,
.bey-single-accordion .bb-reviews-form .input-box textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777
}

.bb-inner-tabs .bb-reviews-form .input-box input::-ms-input-placeholder,
.bb-inner-tabs .bb-reviews-form .input-box textarea::-ms-input-placeholder,
.bey-single-accordion .bb-reviews-form .input-box input::-ms-input-placeholder,
.bey-single-accordion .bb-reviews-form .input-box textarea::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777
}

.bb-inner-tabs .bb-reviews-form .input-box input::placeholder,
.bb-inner-tabs .bb-reviews-form .input-box textarea::placeholder,
.bey-single-accordion .bb-reviews-form .input-box input::placeholder,
.bey-single-accordion .bb-reviews-form .input-box textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #777
}

.bb-inner-tabs .bb-reviews-form .input-box textarea,
.bey-single-accordion .bb-reviews-form .input-box textarea {
    padding: 10px 10px 10px 20px;
    height: 100px
}

.bb-inner-tabs .bb-reviews-form .input-button a,
.bey-single-accordion .bb-reviews-form .input-button a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 4px 15px
}

.bb-inner-tabs .accordion,
.bey-single-accordion .accordion {
    margin: -24px 0
}

.bb-inner-tabs .accordion .accordion-item,
.bey-single-accordion .accordion .accordion-item {
    border-radius: 0;
    border: 0;
    margin: 24px 0
}

.bb-inner-tabs .accordion .accordion-item .accordion-header .accordion-button,
.bey-single-accordion .accordion .accordion-item .accordion-header .accordion-button {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff0;
    border: 1px solid #eee;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #3d4750
}

@media only screen and (max-width:991px) {
    .single-pro-slider {
        max-width: 500px;
        margin: auto
    }
}

@media only screen and (max-width:575px) {

    .bb-inner-tabs .bb-reviews .reviews-bb-box,
    .bey-single-accordion .bb-reviews .reviews-bb-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bb-inner-tabs .bb-reviews .reviews-bb-box .inner-image,
    .bey-single-accordion .bb-reviews .reviews-bb-box .inner-image {
        margin-right: 0;
        margin-bottom: 12px
    }
}

.bb-contact-form {
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 30px
}

.bb-contact-form .bb-contact-wrap {
    margin-bottom: 24px
}

.bb-contact-form .bb-contact-wrap input,
.bb-contact-form .bb-contact-wrap textarea {
    width: 100%;
    height: 50px;
    padding: 10px 10px 10px 15px;
    border: 1px solid #eee;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    border-radius: 10px
}

.bb-contact-form .bb-contact-wrap input::-webkit-input-placeholder,
.bb-contact-form .bb-contact-wrap textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-contact-form .bb-contact-wrap input::-moz-placeholder,
.bb-contact-form .bb-contact-wrap textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-contact-form .bb-contact-wrap input:-ms-input-placeholder,
.bb-contact-form .bb-contact-wrap textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-contact-form .bb-contact-wrap input::-ms-input-placeholder,
.bb-contact-form .bb-contact-wrap textarea::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-contact-form .bb-contact-wrap input::placeholder,
.bb-contact-form .bb-contact-wrap textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-contact-form .bb-contact-wrap textarea {
    height: 150px
}

.bb-contact-form .bb-contact-button button {
    padding: 4px 25px
}

.bb-contact-maps {
    position: sticky;
    top: 0
}

.bb-contact-maps iframe {
    width: 100%;
    height: 577px;
    margin-bottom: -10px;
    border-radius: 20px
}

.bb-cart-sidebar-block {
    padding: 20px;
    background-color: #f8f8fb;
    border: 1px solid #eee;
    border-radius: 20px
}

.bb-cart-sidebar-block .bb-sb-title {
    margin-bottom: 20px
}

.bb-cart-sidebar-block .bb-sb-title h3 {
    font-size: 20px;
    font-weight: 700;
    color: #3d4750
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box {
    margin-bottom: 30px
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box label {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #3d4750
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box .custom-select {
    padding: 10px 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #fff
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box .custom-select .custom-select {
    padding: 0;
    border: 0;
    border-radius: 0
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #eee;
    outline: 0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    background-color: #fff
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-cart-sidebar-block .bb-sb-blok-contact .input-box input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-cart-sidebar-block .bb-cart-summary .inner-summary ul li {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bb-cart-sidebar-block .bb-cart-summary .inner-summary ul li span {
    font-size: 14px;
    color: #686e7d
}

.bb-cart-sidebar-block .bb-cart-summary .inner-summary ul li span .bb-coupon {
    font-size: 14px;
    font-weight: 500;
    color: red;
    cursor: pointer
}

.bb-cart-sidebar-block .bb-cart-summary .inner-summary ul li .text-left {
    font-weight: 500
}

.bb-cart-sidebar-block .bb-cart-summary .inner-summary ul li .text-right {
    font-weight: 600
}

.bb-cart-sidebar-block .bb-cart-summary .summary-total {
    border-top: 1px solid #eee;
    padding-top: 15px
}

.bb-cart-sidebar-block .bb-cart-summary .summary-total ul {
    margin-bottom: 0
}

.bb-cart-sidebar-block .bb-cart-summary .summary-total ul li {
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bb-cart-sidebar-block .bb-cart-summary .summary-total ul li span {
    font-size: 16px;
    color: #686e7d
}

.bb-cart-sidebar-block .bb-cart-summary .summary-total ul li .text-left {
    font-weight: 600
}

.bb-cart-sidebar-block .bb-cart-summary .summary-total ul li .text-right {
    font-weight: 600
}

.coupon-down-box {
    width: 100%
}

.coupon-down-box form {
    position: relative;
    margin-bottom: 15px
}

.coupon-down-box form input {
    width: 100%
}

.coupon-down-box form button {
    margin: 8px 8px 8px 0;
    padding: 2px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

.check-btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bb-cart-table {
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden
}

.bb-cart-table table {
    width: 100%
}

.bb-cart-table table thead tr {
    border-bottom: 1px solid #eee
}

.bb-cart-table table thead tr th {
    padding: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #3d4750;
    text-transform: capitalize
}

.bb-cart-table table tbody tr:not(:last-child) {
    border-bottom: 1px solid #eee
}

.bb-cart-table table tbody tr td {
    padding: 12px
}

.bb-cart-table table tbody .Product-cart img {
    width: 70px;
    border: 1px solid #eee;
    border-radius: 10px
}

.bb-cart-table table tbody .Product-cart span {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-cart-table table tbody span.price {
    font-size: 15px;
    font-weight: 500;
    color: #686e7d
}

.bb-cart-table table tbody .pro-remove i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
    color: #686e7d
}

.bb-cart-table table tbody .pro-remove i:hover {
    color: red
}

@media screen and (max-width:1399px) {
    .bb-cart-table {
        overflow-y: auto
    }

    .bb-cart-table::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        padding: 5px
    }

    .bb-cart-table::-webkit-scrollbar-track {
        width: 8px;
        background-color: #eee;
        -webkit-box-shadow: inset 0 0 0 #000
    }

    .bb-cart-table::-webkit-scrollbar-thumb {
        background-color: #3d4750;
        border-radius: 20px
    }

    .bb-cart-table table {
        width: 780px
    }
}

.bb-checkout-sidebar {
    margin-bottom: -24px
}

.bb-checkout-sidebar .checkout-items {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 24px
}

.bb-checkout-sidebar .checkout-items .sub-title {
    margin-bottom: 12px
}

.bb-checkout-sidebar .checkout-items .sub-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #3d4750
}

.bb-checkout-sidebar .checkout-items .payment-img img {
    width: 100%
}

.bb-checkout-sidebar .checkout-summary {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee
}

.bb-checkout-sidebar .checkout-summary ul {
    margin-bottom: 20px
}

.bb-checkout-sidebar .checkout-summary ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bb-checkout-sidebar .checkout-summary ul li:not(:last-child) {
    margin-bottom: 8px
}

.bb-checkout-sidebar .checkout-summary ul li span {
    font-size: 14px;
    font-weight: 500;
    color: #686e7d
}

.bb-checkout-sidebar .checkout-summary ul li span .apply {
    font-size: 14px;
    font-weight: 500;
    color: red
}

.bb-checkout-sidebar .bb-checkout-pro {
    margin-bottom: -24px
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items {
    padding: 15px;
    background-color: #f8f8fb;
    border: 1px solid #eee;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items .image {
    margin-right: 15px
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items .image img {
    width: 100px;
    height: 100px;
    border: 1px solid #eee;
    border-radius: 20px
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact h4 {
    font-size: 16px
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact h4 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #3d4750
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact .bb-pro-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact .inner-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 4px
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact .inner-price .new-price {
    color: #3d4750;
    font-weight: 600;
    font-size: 15px
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact .inner-price .old-price {
    font-size: 14px;
    margin-left: 10px;
    text-decoration: line-through;
    color: #777
}

.bb-checkout-sidebar .bb-checkout-pro .pro-items .items-contact .bb-pro-variation {
    margin: 0
}

.bb-checkout-sidebar .checkout-method {
    margin-bottom: 24px
}

.bb-checkout-sidebar .checkout-method span.details {
    font-size: 15px;
    font-weight: 500;
    color: #686e7d
}

.bb-checkout-sidebar .checkout-method .inner-del {
    width: 50%
}

.bb-checkout-sidebar .checkout-method .bb-del-option {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-checkout-sidebar .checkout-method .bb-del-option .bb-del-head {
    font-size: 15px;
    font-weight: 600;
    color: #3d4750
}

.bb-checkout-sidebar .about-order h5 {
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #686e7d
}

.bb-checkout-sidebar .about-order textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    border: 1px solid #eee;
    outline: 0;
    border-radius: 10px
}

.bb-checkout-sidebar .about-order textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-checkout-sidebar .about-order textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-checkout-sidebar .about-order textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-checkout-sidebar .about-order textarea::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-checkout-sidebar .about-order textarea::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-checkout-contact {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 20px
}

.bb-checkout-contact .main-title {
    margin-bottom: 20px
}

.bb-checkout-contact .main-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #3d4750
}

.bb-checkout-contact .inner-title {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #3d4750
}

.bb-checkout-contact .checkout-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.bb-checkout-contact .checkout-radio .radio-itens:not(:last-child) {
    margin-right: 20px
}

.bb-checkout-contact .checkout-radio .radio-itens input {
    width: auto;
    margin-right: 2px
}

.bb-checkout-contact .checkout-radio .radio-itens label {
    font-size: 14px;
    font-weight: 400;
    color: #686e7d
}

.bb-checkout-contact p {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 300;
    color: #686e7d
}

.bb-checkout-contact .inner-button {
    margin-bottom: 20px
}

.bb-checkout-contact .inner-button a {
    display: inline-block;
    padding: 4px 25px
}

.bb-checkout-contact form .input-item {
    margin-bottom: 24px
}

.bb-checkout-contact form .input-item label {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #3d4750
}

.bb-checkout-contact form .input-button {
    margin-bottom: 20px
}

.bb-checkout-contact form .input-button button {
    padding: 4px 25px
}

.bb-checkout-contact .input-box-form {
    margin-top: 20px
}

.bb-checkout-contact .input-box-form .input-item .custom-select {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px
}

.bb-checkout-contact .input-box-form .input-item .custom-select .custom-select {
    padding: 0;
    border: 0;
    border-radius: 0
}

.bb-checkout-contact .input-box-form .input-button {
    margin-bottom: 0
}

@media screen and (max-width:1399px) {
    .bb-checkout-sidebar .bb-checkout-pro .pro-items .image img {
        height: 80px;
        width: 80px
    }
}

@media screen and (max-width:480px) {
    .bb-checkout-contact .checkout-radio {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bb-checkout-sidebar .checkout-method .inner-del {
        width: 100%
    }

    .bb-checkout-sidebar .checkout-method .bb-del-option {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bb-checkout-sidebar .checkout-method .bb-del-option .inner-del:not(:last-child) {
        margin-bottom: 8px
    }
}

@media screen and (max-width:420px) {
    .bb-checkout-sidebar .bb-checkout-pro .pro-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bb-checkout-sidebar .bb-checkout-pro .pro-items .image {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.bb-faq-img {
    position: sticky;
    top: 0
}

.bb-faq-img img {
    width: 100%;
    border-radius: 20px
}

.accordion-item {
    background: #fff0
}

.accordion-button:after {
    background-image: none;
    -webkit-transform: none;
    transform: none;
    font-family: "remixicon";
    content: "\f1af";
    font-size: 20px;
    font-weight: 500;
    color: #3d4750
}

.accordion-button:not(.collapsed):after {
    background-image: none;
    -webkit-transform: none;
    transform: none;
    font-family: "remixicon";
    content: "\ea13";
    font-size: 20px;
    font-weight: 500;
    color: #3d4750
}

.bb-login-contact {
    max-width: 500px;
    margin: auto;
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 20px
}

.bb-login-contact .bb-login-wrap {
    margin-bottom: 24px
}

.bb-login-contact .bb-login-wrap a {
    font-size: 14px;
    font-weight: 500;
    color: #777
}

.bb-login-contact .bb-login-button {
    margin: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bb-login-contact .bb-login-button button {
    margin: 5px;
    padding: 4px 20px
}

.bb-login-contact .bb-login-button a {
    height: 36px;
    margin: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bb-login-contact .bb-login-button a:hover {
    color: #BF201F
}

.bb-register {
    border: 1px solid #eee;
    padding: 30px;
    border-radius: 20px
}

.bb-register form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px
}

.bb-register form .bb-register-width-50 {
    width: 50%
}

.bb-register form .bb-register-width-100 {
    width: 100%
}

.bb-register form {
    width: 100%
}

.bb-register form .bb-register-wrap {
    padding: 0 12px;
    margin-bottom: 24px
}

.bb-register form .bb-register-wrap label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #3d4750
}

.bb-register form .bb-register-wrap input[type="text"],
.bb-register form .bb-register-wrap input[type="file"],
.bb-register form .bb-register-wrap input[type="email"],
.bb-register form .bb-register-wrap input[type="password"],
.bb-register form .bb-register-wrap .custom-select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #686e7d;
    border: 1px solid #eee;
    outline: 0;
    border-radius: 10px;
    box-sizing: border-box
}

.bb-register-wrap input[type="radio"] {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 5px;
    vertical-align: middle
}

.bb-register-wrap label.radio-label {
    display: inline-flex;
    align-items: center;
    margin-right: 15px;
    font-weight: 500;
    color: #3d4750;
    cursor: pointer
}

.wholesale-field {
    display: none
}

.bb-register-button {
    text-align: center
}

.bb-register-button .bb-btn-2 {
    padding: 10px 20px;
    background-color: #3d4750;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s
}

.bb-register-button .bb-btn-2:hover {
    background-color: #2a2f36
}

.bb-register form .bb-register-button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bb-register form .bb-register-button button {
    padding: 4px 20px
}

@media only screen and (max-width:575px) {
    .bb-register form .bb-register-width-50 {
        width: 100%
    }
}

.bb-blog-sidebar {
    margin-bottom: -24px
}

.bb-blog-sidebar .blog-inner-contact {
    margin-bottom: 24px;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 20px
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-title {
    margin-bottom: 20px
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #3d4750
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card {
    margin-bottom: 24px;
    padding: 15px;
    background-color: #f8f8fb;
    border: 1px solid #eee;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card:last-child {
    margin-bottom: 0
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .inner-image {
    margin-right: 15px
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .inner-image img {
    width: 80px;
    border-radius: 20px
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .blog-sidebar-contact span {
    font-size: 13px;
    font-weight: 400;
    color: #BF201F;
    text-transform: capitalize
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .blog-sidebar-contact h4 {
    font-size: 15px;
    margin-bottom: 8px
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .blog-sidebar-contact h4 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    color: #3d4750
}

.bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .blog-sidebar-contact p {
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    color: #686e7d
}

.bb-blog-sidebar .blog-inner-contact .blog-categories ul {
    margin-bottom: -14px
}

.bb-blog-sidebar .blog-inner-contact .blog-categories ul li {
    position: relative;
    margin-bottom: 14px
}

.bb-blog-card {
    background-color: #f8f8fb;
    border: 1px solid #eee;
    border-radius: 20px
}

.bb-blog-card .blog-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%
}

.bold_strong b,
strong {
    color: #000 !important
}

.inner-blog-details-contact ul {
    list-style-type: disc !important;
    margin-left: 2.5rem
}

.bb-blog-card .blog-contact {
    padding: 20px
}

.bb-blog-card .blog-contact h5 {
    margin-bottom: 12px;
    font-size: 18px
}

.bb-blog-card .blog-contact h5 a {
    font-size: 18px;
    font-weight: 500;
    color: #3d4750
}

.bb-blog-card .blog-contact p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300
}

.bb-blog-card .blog-contact .blog-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-blog-card .blog-contact .blog-btn a {
    padding: 2px 14px
}

.bb-blog-details-contact .bb-pro-pagination {
    margin-bottom: 24px
}

.bb-blog-details-contact .inner-blog-details-image {
    margin-bottom: 24px
}

.bb-blog-details-contact .inner-blog-details-image img {
    width: 40%;
    border-radius: 15px
}

.bb-blog-details-contact .inner-blog-details-contact {
    margin-bottom: 30px
}

.bb-blog-details-contact .inner-blog-details-contact span {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 300;
    color: #777
}

.bb-blog-details-contact .inner-blog-details-contact h4.sub-title {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 700;
    color: #3d4750
}

.bb-blog-details-contact .inner-blog-details-contact p {
    margin-bottom: 16px
}

.bb-blog-details-contact .inner-blog-details-contact .blog-inner-image {
    margin-bottom: 24px
}

.bb-blog-details-contact .inner-blog-details-contact .blog-inner-image img {
    width: 100%;
    border-radius: 15px
}

.bb-blog-details-contact .bb-blog-details-comment:not(:last-child) {
    margin-bottom: 30px
}

.bb-blog-details-contact .bb-blog-details-comment .main-title {
    margin-bottom: 12px
}

.bb-blog-details-contact .bb-blog-details-comment .main-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #3d4750
}

.bb-blog-details-contact .bb-blog-details-comment .bb-pl-50 {
    padding-left: 50px
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-image {
    margin-right: 15px
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-image img {
    width: 50px;
    border-radius: 15px
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact h5.sub-title {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: 700;
    color: #3d4750
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact span {
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 300;
    color: #777
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact p {
    margin-bottom: 6px;
    font-size: 14px
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact .bb-details-btn {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #BF201F
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact .bb-details-btn i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 15px;
    font-weight: 600
}

.bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-contact .bb-details-btn:hover i {
    padding-left: 4px
}

.bb-blog-details-contact .bb-blog-details-comment form .bb-details-input {
    margin-bottom: 24px
}

.bb-blog-details-contact .bb-blog-details-comment form .bb-details-input textarea {
    height: 200px
}

.bb-blog-details-contact .bb-blog-details-comment form .bb-details-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-blog-details-contact .bb-blog-details-comment form .bb-details-buttons a {
    padding: 4px 18px
}

@media screen and (max-width:991px) {
    .bb-blog-sidebar .blog-inner-contact .blog-sidebar-card {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .inner-image {
        margin-right: 20px;
        margin-bottom: 0
    }
}

@media screen and (max-width:575px) {
    .bb-blog-sidebar .blog-inner-contact {
        padding: 15px
    }

    .bb-blog-sidebar .blog-inner-contact .blog-sidebar-title h4 {
        font-size: 18px
    }

    .bb-blog-details-contact .bb-blog-details-comment .bb-comment-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bb-blog-details-contact .bb-blog-details-comment .bb-comment-box .inner-image {
        margin-right: 0;
        margin-bottom: 15px
    }

    .bb-blog-details-contact .inner-blog-details-contact h4.sub-title {
        font-size: 20px
    }
}

@media screen and (max-width:360px) {
    .bb-blog-sidebar .blog-inner-contact .blog-sidebar-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .inner-image {
        margin-right: 0;
        margin-bottom: 15px
    }

    .bb-blog-sidebar .blog-inner-contact .blog-sidebar-card .inner-image img {
        width: 100%
    }
}

.bb-wishlist .bb-pro-img .bb-remove-wish {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10
}

.bb-wishlist .bb-pro-img .bb-remove-wish i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    color: #686e7d
}

.bb-wishlist .bb-pro-img .bb-remove-wish i:hover {
    color: #BF201F
}

.bb-wish-rightside .bb-wishlist-msg {
    padding: 30px 0;
    text-align: center;
    font-size: 50px;
    line-height: 32px;
    font-weight: 500;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #686e7d
}

@media screen and (max-width:991px) {
    .bb-wish-rightside .bb-wishlist-msg {
        font-size: 42px
    }
}

@media screen and (max-width:767px) {
    .bb-wish-rightside .bb-wishlist-msg {
        font-size: 36px
    }
}

@media screen and (max-width:575px) {
    .bb-wish-rightside .bb-wishlist-msg {
        font-size: 32px
    }
}

.bb-compare {
    overflow: auto
}

.bb-compare::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px
}

.bb-compare::-webkit-scrollbar-track {
    width: 8px;
    background-color: #eee;
    -webkit-box-shadow: inset 0 0 0 #000
}

.bb-compare::-webkit-scrollbar-thumb {
    background-color: #3d4750;
    border-radius: 20px
}

.bb-compare ul.bb-compare-main-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-compare ul.bb-compare-main-box li.bb-compare-inner-rows:last-child {
    border-right: 1px solid #eee
}

.bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    width: 323px
}

.bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box li:not(:last-child) {
    border-bottom: 1px solid #eee
}

.bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box .inner-image {
    position: relative;
    background-color: #fff
}

.bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box .inner-image .bb-remove-compare {
    position: absolute;
    top: 20px;
    right: 20px
}

.bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box .inner-image .bb-remove-compare i {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 22px;
    color: #686e7d
}

.bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box .inner-image .bb-remove-compare i:hover {
    color: #BF201F
}

.compare-pro-img {
    height: 250px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.compare-pro-img p {
    font-size: 15px
}

.compare-pro-img img {
    height: 100%
}

.compare-description {
    height: 135px
}

.compare-pro-title,
.compare-pro-detail {
    padding: 20px
}

.compare-pro-title h5,
.compare-pro-detail h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #3d4750
}

.compare-pro-title p,
.compare-pro-detail p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #686e7d
}

.compare-pro-title .in-stock,
.compare-pro-detail .in-stock {
    color: #BF201F
}

.compare-pro-title .out-stock,
.compare-pro-detail .out-stock {
    color: #ffa5a5
}

@media screen and (max-width:991px) {
    .bb-compare ul.bb-compare-main-box ul.bb-compare-inner-box {
        width: 250px
    }

    .compare-pro-img img {
        width: 100%
    }
}

.section-terms .desc {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 20px
}

.section-terms .desc h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700
}

.section-terms .desc p {
    font-weight: 400
}

.section-terms .desc .block:not(:last-child) {
    margin-bottom: 24px
}

.section-track .track {
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 30px
}

.section-track .block-title {
    padding: 30px;
    background-color: #f8f8fb;
    border: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 20px
}

.section-track .block-title h6 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700
}

.section-track .block-title p {
    font-size: 14px;
    font-weight: 400
}

.section-track .bb-progress {
    margin: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-track .bb-progress li {
    width: calc(20% - 24px);
    margin: 12px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #eee;
    border-radius: 30px;
    position: relative
}

.section-track .bb-progress li .icon {
    margin-bottom: 5px
}

.section-track .bb-progress li .icon i {
    font-size: 25px;
    color: #a5a8b1
}

.section-track .bb-progress li .number {
    width: 30px;
    height: 30px;
    background-color: rgb(104 110 125 / .4);
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px
}

.section-track .bb-progress li .title {
    text-align: center;
    line-height: 22px;
    font-weight: 400;
    color: #a5a8b1
}

.section-track .bb-progress li.active {
    border-color: #686e7d
}

.section-track .bb-progress li.active .number {
    width: 35px;
    height: 35px;
    background-color: rgb(104 110 125 / .9)
}

.section-track .bb-progress li.active .icon {
    margin-bottom: 5px
}

.section-track .bb-progress li.active .icon i {
    color: #686e7d
}

.section-track .bb-progress li.active .title {
    font-weight: 600;
    color: #686e7d
}

@media screen and (max-width:991px) {
    .section-track .bb-progress li {
        width: calc(50% - 24px)
    }
}

@media screen and (max-width:480px) {
    .section-track .bb-progress li {
        width: 100%
    }

    .section-track .track {
        padding: 15px
    }
}

.counter {
    display: flex;
    align-items: center;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    overflow: hidden
}

.counter-btn {
    background-color: #BF201F;
    color: #fff;
    border: none;
    padding: 3px 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    transition: opacity 0.2s
}

.counter-btn:hover {
    opacity: .8
}

.counter-display {
    padding: 3px 16px;
    background-color: #f9fafb;
    min-width: 50px;
    text-align: center;
    border-left: 1px solid #d1d5db;
    border-right: 1px solid #d1d5db
}

.add-to-cart {
    background-color: #BF201F;
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s
}

.add-to-cart:hover {
    opacity: .9
}

.product-details-slider-img {
    width: 100%;
    max-height: 500px;
    object-fit: contain
}

.application-image {
    max-width: 100%;
    max-height: 350px
}

#exchangeContainer {
    max-width: 500px
}

.line-24 {
    line-height: 24px
}

.showcase_productlist {
    top: 0;
    right: 10px
}

.showcase_productlist img {
    height: 50px
}

.assessories_img img {
    width: 100%;
    max-width: 200px;
    max-height: 125px;
    object-fit: fill
}

.form-check-input:focus {
    box-shadow: none !important;
    border-color: #BF201F !important
}

.form-check-input:checked {
    background-color: #BF201F !important;
    border-color: #BF201F !important;
    box-shadow: none !important
}

@media only screen and (max-width:998px) {
    .showcase_productlist img {
        height: 25px
    }
}

.mega_menu_header_content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 8px 32px rgb(0 0 0 / .1);
    border-radius: 0 0 12px 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    max-width: 1200px;
    margin: 0 auto
}

.brand-hover:hover .mega_menu_header_content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.mega_menu_header_content .menu-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 20px 0
}

.mega_menu_header_content .menu-column {
    padding: 0 10px;
    border-right: 1px solid #f0f0f0
}

.mega_menu_header_content .menu-column:last-child {
    border-right: none
}

.mega_menu_header_content .column-title {
    color: #BF201F;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #BF201F;
    text-transform: uppercase;
    letter-spacing: .5px
}

.mega_menu_header_content .menu-items {
    list-style: none
}

.mega_menu_header_content .menu-items li {
    margin-bottom: 0
}

.mega_menu_header_content .menu-items a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    transition: color 0.3s ease, padding-left 0.3s ease;
    display: block;
    padding: 4px 0
}

.mega_menu_header_content .menu-items a:hover {
    color: #BF201F;
    padding-left: 8px
}

.mega_menu_header_content .featured-item {
    background: linear-gradient(135deg, #BF201F 0%, #8B1612 100%);
    color: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-top: 25px
}

.mega_menu_header_content .featured-item h4 {
    font-size: 14px;
    margin-bottom: 8px;
    font-weight: 600
}

.mega_menu_header_content .featured-item p {
    font-size: 12px;
    opacity: .9;
    line-height: 1.3
}

.nested-hover-parent {
    position: relative;
    padding: 0 10px
}

.nested-hover-parent:hover {
    background-color: #ffaaaa8f
}

.nested-inner-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 100%;
    background: #fff;
    min-width: 340px;
    padding: 10px 15px;
    box-shadow: 0 2px 8px rgb(0 0 0 / .15);
    z-index: 2000
}

.nested-inner-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.nested-inner-menu ul li {
    padding: 5px 0;
    color: #BF201F;
    font-weight: 500;
    cursor: pointer
}

.nested-inner-menu ul li:hover {
    background-color: #e6e6e6
}

.menu-column ul li:hover .nested-inner-menu {
    display: block;
    left: 70%;
    position: absolute;
    max-height: 280px;
    overflow-y: auto
}

.typewriter-cursor::after {
    content: '|';
    color: #667eea;
    animation: blink 1s infinite;
    font-weight: 700
}

@keyframes blink {

    0%,
    50% {
        opacity: 1
    }

    51%,
    100% {
        opacity: 0
    }
}

@media only screen and (max-width:500px) {
    .single-pro-slider .single-nav-thumb .slick-slide img {
        max-height: 90px
    }

    .assessories_img img {
        max-width: 120px
    }

    .bb-pro-box .bb-pro-contact h4.bb-pro-title a {
        font-size: 10px
    }

    .add-to-cart {
        padding: 8px 10px
    }

    .bb-single-pro-contact .bb-sub-title h4 {
        font-size: 14px
    }

    .bb-single-pro-contact .bb-single-qty .buttons a {
        padding: 6px 15px
    }
}

.user_profile_dashboard {
    --primary-color: #dc3545;
    --card-bg: #ffffff;
    --sidebar-bg: #f8f9fa;
    --text-primary: #212529;
    --text-secondary: #6c757d;
    --border-color: #dee2e6;
    --hover-bg: #f8f9fa
}

.user_profile_dashboard .dashboard-container {
    background: #f5f5f5
}

.user_profile_dashboard .sidebar {
    background: var(--sidebar-bg);
    border-right: 1px solid var(--border-color);
    padding: 1rem 1.5rem;
    min-height: 100%
}

.user_profile_dashboard .user-profile {
    text-align: center
}

.user_profile_dashboard .profile-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 1rem;
    border: 3px solid var(--primary-color);
    object-fit: cover
}

.user_profile_dashboard .profile-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: .5rem
}

.user_profile_dashboard .profile-email {
    color: var(--text-secondary);
    font-size: .875rem;
    margin-bottom: .25rem
}

.user_profile_dashboard .profile-phone {
    color: var(--text-secondary);
    font-size: .875rem;
    margin-bottom: .25rem
}

.user_profile_dashboard .profile-user-type {
    color: var(--text-secondary);
    font-size: .875rem;
    margin-bottom: .25rem
}

.user_profile_dashboard .btn-edit {
    background: var(--primary-color);
    border: none;
    color: #fff;
    padding: .5rem 1.5rem;
    border-radius: .375rem;
    font-size: .875rem;
    transition: all 0.3s ease
}

.user_profile_dashboard .btn-edit:hover {
    background: #c82333;
    transform: translateY(-1px)
}

.user_profile_dashboard .main-content {
    padding: 2rem
}

.user_profile_dashboard .user_dashboard_right_content_grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
}

@media (min-width:1200px) {
    .user_profile_dashboard .user_dashboard_right_content_grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width:1199px) and (min-width:768px) {
    .user_profile_dashboard .user_dashboard_right_content_grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767px) {
    .user_profile_dashboard .user_dashboard_right_content_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem
    }
}

.user_profile_dashboard .dashboard-card {
    background: var(--card-bg);
    border-radius: .75rem;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 15px rgb(0 0 0 / .1);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.user_profile_dashboard .dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgb(0 0 0 / .15);
    border-color: var(--primary-color)
}

.user_profile_dashboard .dashboard-card i {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: .75rem
}

.user_profile_dashboard .dashboard-card h6 {
    color: var(--text-primary);
    font-weight: 600;
    font-size: .95rem;
    margin: 0;
    line-height: 1.3
}

@media (max-width:991px) {
    .user_profile_dashboard .sidebar {
        position: relative;
        min-height: auto
    }

    .user_profile_dashboard .main-content {
        padding: 1rem
    }
}

@media (max-width:576px) {
    .user_profile_dashboard .dashboard-card {
        padding: 1rem;
        height: 120px
    }

    .user_profile_dashboard .dashboard-card i {
        font-size: 2rem;
        margin-bottom: .5rem
    }

    .user_profile_dashboard .dashboard-card h6 {
        font-size: .85rem
    }
}

.orderlist_box_container {
    --primary-color: #dc3545;
    --container-bg: #f8f9fa;
    --header-bg: #191f24;
    --text-primary: #212529;
    --text-secondary: #6c757d;
    --border-color: #dee2e6;
    --paid-color: #28a745;
    --unpaid-color: #dc3545;
    --blue-status: #007bff
}

.orderlist_box_container .page-wrapper {
    background: #f5f5f5
}

.orderlist_box_container .order-item {
    background: var(--container-bg);
    border-radius: .75rem;
    border: 1px solid var(--border-color);
    margin-bottom: 1.5rem;
    overflow: hidden;
    box-shadow: 0 2px 10px rgb(0 0 0 / .08);
    transition: all 0.3s ease
}

.orderlist_box_container .order-item:hover {
    box-shadow: 0 4px 20px rgb(0 0 0 / .12);
    transform: translateY(-2px)
}

.orderlist_box_container .order-header {
    background: var(--header-bg);
    color: #fff;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem
}

.orderlist_box_container .order-id {
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0
}

.orderlist_box_container .order-status-badge {
    background: rgb(255 255 255 / .2);
    padding: .25rem .75rem;
    border-radius: 1rem;
    font-size: .875rem;
    font-weight: 500
}

.orderlist_box_container .order-content {
    padding: 1rem
}

.orderlist_box_container .product-section {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    margin-bottom: 1rem
}

.orderlist_box_container .product-details {
    flex: 1;
    min-width: 0
}

.orderlist_box_container .product-name {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 1rem;
    line-height: 1.4
}

.orderlist_box_container .order-details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem
}

.orderlist_box_container .detail-item {
    display: flex;
    flex-direction: column
}

.orderlist_box_container .detail-label {
    font-size: .875rem;
    font-weight: 500;
    color: var(--text-secondary);
    margin-bottom: .25rem
}

.orderlist_box_container .detail-value {
    font-size: 1rem;
    color: var(--text-primary);
    font-weight: 500
}

.orderlist_box_container .total-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-primary)
}

.orderlist_box_container .order-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    border-top: 1px solid var(--border-color);
    flex-wrap: wrap;
    gap: 1rem
}

.orderlist_box_container .payment-status {
    font-size: 1rem;
    font-weight: 600;
    padding: .5rem 1rem;
    border-radius: .375rem;
    text-transform: capitalize
}

.orderlist_box_container .payment-status.unpaid {
    color: var(--unpaid-color);
    background: rgb(220 53 69 / .1)
}

.orderlist_box_container .payment-status.paid {
    color: var(--paid-color);
    background: rgb(40 167 69 / .1)
}

.orderlist_box_container .payment-status.processing {
    color: var(--blue-status);
    background: rgb(0 123 255 / .1)
}

.payment-status {
    font-size: 1rem;
    font-weight: 600;
    padding: .5rem 1rem;
    border-radius: .375rem;
    text-transform: capitalize
}

.payment-status.unpaid {
    color: #dc3545;
    background: rgb(220 53 69 / .1)
}

.payment-status.paid {
    color: #28a745;
    background: rgb(40 167 69 / .1)
}

.orderlist_box_container .btn-view-details {
    background: var(--primary-color);
    border: none;
    color: #fff;
    padding: .5rem 1.5rem;
    border-radius: .375rem;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: .5rem
}

.orderlist_box_container .btn-view-details:hover {
    background: #c82333;
    color: #fff;
    transform: translateY(-1px)
}

.orderlist_box_container .empty-state {
    text-align: center;
    padding: 3rem 1rem;
    color: var(--text-secondary)
}

.orderlist_box_container .empty-state i {
    font-size: 4rem;
    color: var(--text-secondary);
    margin-bottom: 1rem
}

.orderlist_box_container .empty-state h3 {
    color: var(--text-primary);
    margin-bottom: .5rem
}

@media (max-width:768px) {
    .orderlist_box_container .page-wrapper {
        padding: 1rem 0
    }

    .orderlist_box_container .order-header {
        padding: 1rem
    }

    .orderlist_box_container .order-content {
        padding: 1rem
    }

    .orderlist_box_container .product-section {
        gap: 1rem
    }

    .orderlist_box_container .product-image {
        width: 100px;
        height: 150px;
        align-self: center;
        object-fit: fill
    }

    .orderlist_box_container .product-name {
        font-size: 1.1rem
    }

    .orderlist_box_container .order-details-grid {
        grid-template-columns: 1fr;
        gap: .35rem
    }

    .orderlist_box_container .detail-item {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: .2rem 0;
        border-bottom: 1px solid rgb(0 0 0 / .1)
    }

    .orderlist_box_container .payment-status {
        font-size: 12px;
        padding: .3rem 1rem
    }

    .orderlist_box_container .product-section {
        margin-bottom: 0
    }

    .orderlist_box_container .btn-view-details {
        padding: .3rem 1rem
    }

    .orderlist_box_container .detail-item:last-child {
        border-bottom: none
    }

    .orderlist_box_container .detail-label {
        margin-bottom: 0
    }

    .orderlist_box_container .order-footer {
        gap: .75rem;
        justify-content: center
    }

    .orderlist_box_container .total-amount {
        font-size: 1.25rem
    }
}

@media (max-width:576px) {
    .orderlist_box_container .order-item {
        margin-bottom: 1rem
    }

    .orderlist_box_container .detail-value {
        font-size: 12px
    }

    .orderlist_box_container .detail-label {
        font-size: 11px
    }

    .orderlist_box_container .order-header {
        padding: .75rem
    }

    .orderlist_box_container .order-content {
        padding: .75rem
    }

    .orderlist_box_container .order-status-badge {
        font-size: 11px
    }

    .orderlist_box_container .btn-view-details {
        font-size: 12px
    }
}

.order_detail_page {
    padding: 1rem
}

.order_detail_page .header {
    background-color: #dc3545;
    color: #fff;
    padding: 1.5rem 0;
    margin-bottom: 2rem
}

.order_detail_page .back-btn {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem
}

.order_detail_page .back-btn:hover {
    color: #f8f9fa
}

.order_detail_page .card {
    border: none;
    box-shadow: 0 2px 10px rgb(0 0 0 / .1);
    margin-bottom: 1.5rem
}

.order_detail_page .card-header {
    background-color: #fff;
    border-bottom: 2px solid #e9ecef;
    font-weight: 600;
    color: #495057;
    padding: 1rem 1.25rem
}

.order_detail_page .status-confirmed {
    background-color: #d4edda;
    color: #155724;
    padding: .25rem .75rem;
    border-radius: .375rem;
    font-size: .875rem;
    font-weight: 500
}

.order_detail_page .status-unpaid {
    background-color: #f8d7da;
    color: #721c24;
    padding: .25rem .75rem;
    border-radius: .375rem;
    font-size: .875rem;
    font-weight: 500
}

.order_detail_page .info-label {
    color: #6c757d;
    font-weight: 500;
    font-size: .875rem
}

.order_detail_page .info-value {
    color: #212529;
    font-weight: 600
}

.order_detail_page .product-table {
    margin: 0
}

.order_detail_page .product-table th {
    background-color: #f8f9fa;
    border: none;
    color: #495057;
    font-weight: 600;
    font-size: .875rem;
    padding: .75rem
}

.order_detail_page .product-table td {
    border: none;
    border-bottom: 1px solid #e9ecef;
    padding: 1rem .75rem;
    vertical-align: middle
}

.order_detail_page .product-name {
    font-weight: 500;
    color: #212529
}

.order_detail_page .price-value {
    color: #dc3545;
    font-weight: 600
}

.order_detail_page .discount-value {
    color: #28a745;
    font-weight: 500
}

.order_detail_page .total-section {
    background-color: #f8f9fa;
    border-top: 2px solid #dc3545;
    padding: 1.5rem;
    margin-top: 1rem
}

.order_detail_page .total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0;
    border-bottom: 1px solid #e9ecef
}

.order_detail_page .total-row:last-child {
    border-bottom: none;
    font-weight: 600;
    font-size: 1.1rem;
    color: #dc3545
}

.order_detail_page .warranty-info {
    background-color: #e7f3ff;
    border: 1px solid #b8daff;
    border-radius: .375rem;
    padding: 1rem
}

.order_detail_page .warranty-days {
    color: #dc3545;
    font-weight: 600;
    font-size: 1.25rem
}

@media (max-width:768px) {
    .order_detail_page .product-table {
        font-size: .875rem
    }

    .order_detail_page .total-section {
        padding: 1rem
    }
}

.inquiry_page_container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #f8f9fa;
    min-height: 100vh
}

.inquiry_page_container .header-section {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 4px rgb(0 0 0 / .1)
}

.inquiry_page_container .back-arrow {
    color: #B81B24;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.2s
}

.inquiry_page_container .back-arrow:hover {
    transform: translateX(-3px)
}

.inquiry_page_container .header-title {
    color: #B81B24;
    font-size: 20px;
    font-weight: 700;
    margin: 0
}

.inquiry_page_container .form-section {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto
}

.inquiry_page_container .selection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin-top: 15px
}

.inquiry_page_container .grid-button {
    padding: 12px 8px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #B81B24;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center
}

.inquiry_page_container .grid-button:hover {
    background-color: #f8f9fa;
    transform: translateY(-1px)
}

.inquiry_page_container .grid-button.active {
    background-color: #F8DADA;
    border-color: #B81B24
}

.inquiry_page_container .input-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 15px 0;
    box-shadow: 0 2px 8px rgb(0 0 0 / .1)
}

.inquiry_page_container .input-row {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap
}

.inquiry_page_container .input-label {
    flex: 1;
    min-width: 120px;
    font-weight: 500
}

.inquiry_page_container .input-field {
    width: 80px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    padding: 5px;
    text-align: center
}

.inquiry_page_container .input-field:focus {
    border-bottom-color: #B81B24
}

.inquiry_page_container .unit-label {
    font-weight: 500;
    color: #666
}

.inquiry_page_container .section-title {
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 0;
    margin-top: 10px;
    color: #333
}

.inquiry_page_container .submit-btn {
    background-color: #B81B24;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 40px;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    margin: 20px 0
}

.inquiry_page_container .submit-btn:hover {
    background-color: #a01620;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(184 27 36 / .3)
}

.inquiry_page_container .counter-input {
    display: flex;
    align-items: center;
    gap: 10px
}

.inquiry_page_container .counter-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #B81B24
}

.inquiry_page_container .loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.inquiry_page_container .loading-spinner.show {
    display: flex
}

.inquiry_page_container .spinner-border {
    color: #B81B24
}

.nested-inner-menu ul li a {
    padding: 0 0;
    color: #BF201F;
    font-weight: 500;
    cursor: pointer
}

#product-container {
    margin-bottom: 50px
}

#description-full {
    font-size: 16px;
    line-height: 1.6;
    color: #333
}

#description-full ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 10px
}

#description-full ul li {
    margin-bottom: 5px;
    color: #333
}

#description-full p strong {
    font-family: "Quicksand", sans-serif;
    margin-bottom: 0;
    color: #3d4750;
    font-weight: 600;
    letter-spacing: .03rem;
    font-size: 1.25rem
}

.bb-reviews p img {
    width: 100%;
    height: auto;
    display: block
}

.otp_section_step {
    transition: all 0.4s cubic-bezier(.4, 0, .2, 1);
    max-width: 500px !important;
    margin: auto;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 20px;
    opacity: 1;
    transform: translateX(0)
}

.otp_section_step.hidden {
    display: none;
    transform: translateX(-20px);
    pointer-events: none
}

.otp_section_header {
    text-align: center;
    margin-bottom: 30px
}

.otp_section_title {
    font-size: 28px;
    font-weight: 700;
    color: #2D3748;
    margin-bottom: 8px
}

.otp_section_subtitle {
    font-size: 16px;
    color: #718096;
    line-height: 1.5
}

.otp_section_form_group {
    margin-bottom: 24px
}

.otp_section_label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #4A5568;
    margin-bottom: 8px
}

.otp_section_input {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #E2E8F0;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    background: #F7FAFC
}

.otp_section_input:focus {
    outline: none;
    border-color: #BF201F;
    background: #FFF;
    box-shadow: 0 0 0 3px rgb(191 32 31 / .1)
}

.otp_section_button {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #BF201F, #E53E3E);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden
}

.otp_section_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgb(191 32 31 / .3)
}

.otp_section_button:active {
    transform: translateY(0)
}

.otp_section_button:disabled {
    opacity: .6;
    cursor: not-allowed;
    transform: none
}

.otp_section_otp_container {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 30px 0
}

.otp_section_otp_digit {
    width: 50px;
    height: 60px;
    border: 2px solid #E2E8F0;
    border-radius: 12px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #2D3748;
    background: #F7FAFC;
    transition: all 0.3s ease
}

.otp_section_otp_digit:focus {
    outline: none;
    border-color: #BF201F;
    background: #FFF;
    box-shadow: 0 0 0 3px rgb(191 32 31 / .1)
}

.otp_section_otp_digit.filled {
    border-color: #BF201F;
    background: #FFF
}

.otp_section_back_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    color: #BF201F;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 0;
    margin-bottom: 20px;
    transition: all 0.3s ease
}

.otp_section_back_btn:hover {
    color: #A0171E;
    transform: translateX(-2px)
}

.otp_section_resend_container {
    text-align: center;
    margin-top: 20px
}

.otp_section_resend_text {
    color: #718096;
    font-size: 14px;
    margin-bottom: 8px
}

.otp_section_resend_btn {
    background: none;
    border: none;
    color: #BF201F;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
    transition: color 0.3s ease
}

.otp_section_resend_btn:hover {
    color: #A0171E
}

.otp_section_resend_btn:disabled {
    color: #CBD5E0;
    cursor: not-allowed;
    text-decoration: none
}

.otp_section_timer {
    color: #BF201F;
    font-weight: 600
}

.otp_section_success {
    text-align: center;
    color: #38A169;
    font-size: 14px;
    margin-top: 10px;
    opacity: 0;
    transition: opacity 0.3s ease
}

.otp_section_success.show {
    opacity: 1
}

.otp_steps_wrapper {
    position: relative;
    width: 100%;
    min-height: 300px
}

.otp_section_step {
    width: 100%;
    transition: all 0.4s cubic-bezier(.4, 0, .2, 1), opacity 0.4s
}

.otp_section_step.hidden {
    display: none;
    transform: translateX(-20px);
    pointer-events: none;
    z-index: 0
}

.otp_section_step:not(.hidden) {
    opacity: 1;
    transform: translateX(0);
    z-index: 1
}

.pointer {
    cursor: pointer
}

.hidden {
    display: none !important
}

.wishlist-icon {
    color: red
}

.my_membercode_page .main-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgb(0 0 0 / .1);
    padding: 2rem;
    margin: 2rem auto;
    max-width: 700px
}

.my_membercode_page .qr-section {
    text-align: center;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 12px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.my_membercode_page .scan-text {
    font-size: .9rem;
    font-weight: 600;
    color: #666;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: .5px
}

.my_membercode_page .qr-placeholder {
    display: flex;
    justify-content: center
}

.my_membercode_page .referral-text {
    font-size: .85rem;
    color: #666;
    margin-top: 1rem;
    line-height: 1.4;
    font-weight: 500
}

.my_membercode_page .user-section {
    background: linear-gradient(135deg, #BF201F, #d42c2c);
    color: #fff;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.my_membercode_page .user-icon {
    width: 80px;
    height: 80px;
    background: rgb(255 255 255 / .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 2.5rem;
    color: #fff
}

.my_membercode_page .username {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: .5rem
}

.my_membercode_page .member-code-label {
    font-size: .9rem;
    opacity: .9;
    margin-bottom: .5rem
}

.my_membercode_page .member-code {
    background: rgb(255 255 255 / .2);
    padding: .75rem 1.5rem;
    border-radius: 25px;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    border: 2px solid rgb(255 255 255 / .3)
}

.my_membercode_page .share-section {
    text-align: center
}

.my_membercode_page .share-heading {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 1.5rem
}

.my_membercode_page .share-btn {
    background-color: #BF201F;
    color: #fff;
    border: none;
    padding: .875rem 3rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(191 32 31 / .3);
    display: inline-flex;
    align-items: center;
    gap: .5rem
}

.my_membercode_page .share-btn:hover {
    background-color: #a01b1a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgb(191 32 31 / .4)
}

.my_membercode_page .share-btn:active {
    transform: translateY(0)
}

.amc_quote_page_container .form-header {
    background: linear-gradient(135deg, #b81b24, #d63447);
    color: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgb(184 27 36 / .3)
}

.amc_quote_page_container .back-btn {
    color: #b81b24;
    font-size: 1.5rem;
    text-decoration: none;
    transition: color 0.3s ease
}

.amc_quote_page_container .back-btn:hover {
    color: #8b1419
}

.amc_quote_page_container .form-title {
    color: #b81b24;
    font-weight: 700;
    font-size: 1.5rem
}

.amc_quote_page_container .form-section {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgb(0 0 0 / .1);
    margin-bottom: 15px;
    transition: transform 0.2s ease
}

.amc_quote_page_container .form-section:hover {
    transform: translateY(-2px)
}

.amc_quote_page_container .form-control {
    border: none;
    border-bottom: 2px solid #e9ecef;
    border-radius: 0;
    padding: 15px 0;
    background: #fff0;
    transition: border-color 0.3s ease
}

.amc_quote_page_container .form-control:focus {
    box-shadow: none;
    border-bottom-color: #b81b24;
    background: #fff0
}

.amc_quote_page_container .form-label {
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 5px
}

.amc_quote_page_container .pump-type-section {
    margin: 10px 0
}

.amc_quote_page_container .pump-type-grid,
.amc_quote_page_container .subtype-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
    margin-top: 10px
}

.amc_quote_page_container .pump-btn {
    background: #fff;
    border: 1px solid #dee2e6;
    color: #b81b24;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    font-size: .9rem;
    font-weight: 500
}

.amc_quote_page_container .pump-btn:hover {
    background: #f8d7da;
    border-color: #b81b24;
    transform: translateY(-1px)
}

.amc_quote_page_container .pump-btn.active {
    background: #f8d7da;
    border-color: #b81b24;
    color: #b81b24;
    font-weight: 600
}

.amc_quote_page_container .image-upload {
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fafafa
}

.amc_quote_page_container .image-upload:hover {
    border-color: #b81b24;
    background: #fff5f5
}

.amc_quote_page_container .image-preview {
    max-width: 200px;
    max-height: 200px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1)
}

.amc_quote_page_container .submit-btn {
    background: linear-gradient(135deg, #b81b24, #d63447);
    border: none;
    color: #fff;
    padding: 12px 40px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(184 27 36 / .3)
}

.amc_quote_page_container .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgb(184 27 36 / .4)
}

.amc_quote_page_container .loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.amc_quote_page_container .spinner-border {
    color: #b81b24
}

.amc_quote_page_container .subtype-section {
    display: none;
    animation: fadeIn 0.3s ease
}

.amc_quote_page_container .subtype-section.show {
    display: block
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.amc_quote_page_container .depth-section {
    display: none;
    animation: fadeIn 0.3s ease
}

.amc_quote_page_container .depth-section.show {
    display: block
}

.complain_page_container .form-header {
    background: linear-gradient(135deg, #b81b24, #d63447);
    color: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgb(184 27 36 / .3)
}

.complain_page_container .back-btn {
    color: #b81b24;
    font-size: 1.5rem;
    text-decoration: none;
    transition: color 0.3s ease
}

.complain_page_container .back-btn:hover {
    color: #8b1419
}

.complain_page_container .form-title {
    color: #b81b24;
    font-weight: 700;
    font-size: 1.25rem;
    margin: 0
}

.complain_page_container .my-complain-btn {
    background: #b81b24;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    font-size: .9rem;
    transition: background 0.3s ease
}

.complain_page_container .my-complain-btn:hover {
    background: #8b1419
}

.complain_page_container .form-section {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgb(0 0 0 / .1);
    margin-bottom: 15px;
    transition: transform 0.2s ease
}

.complain_page_container .form-section:hover {
    transform: translateY(-2px)
}

.complain_page_container .form-control {
    border: none;
    border-bottom: 2px solid #e9ecef;
    border-radius: 0;
    padding: 15px 0;
    background: #fff0;
    transition: border-color 0.3s ease
}

.complain_page_container .form-control:focus {
    box-shadow: none;
    border-bottom-color: #b81b24;
    background: #fff0
}

.complain_page_container .form-label {
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 5px
}

.complain_page_container .product-selection {
    margin: 10px 0
}

.complain_page_container .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin-top: 10px
}

.complain_page_container .product-btn {
    background: #fff;
    border: 1px solid #dee2e6;
    color: #b81b24;
    padding: 12px 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    font-size: .85rem;
    font-weight: 500;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.complain_page_container .product-btn:hover {
    background: #f8d7da;
    border-color: #b81b24;
    transform: translateY(-1px)
}

.complain_page_container .product-btn.active {
    background: #f8d7da;
    border-color: #b81b24;
    color: #b81b24;
    font-weight: 600
}

.complain_page_container .question-section {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgb(0 0 0 / .1);
    margin-bottom: 15px;
    padding: 8px 10px
}

.complain_page_container .question-title {
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px
}

.complain_page_container .radio-group {
    display: flex;
    gap: 30px;
    margin-bottom: 15px
}

.complain_page_container .radio-option {
    display: flex;
    align-items: center;
    gap: 8px
}

.complain_page_container .radio-option input[type="radio"] {
    accent-color: #b81b24;
    width: auto
}

.complain_page_container .radio-option label {
    font-weight: 400;
    font-size: 1rem;
    color: #333;
    cursor: pointer
}

.complain_page_container .divider {
    height: 1px;
    background-color: #7c7b7b;
    margin: 5px 0
}

.complain_page_container .image-upload-section {
    text-align: center;
    margin: 20px 0
}

.complain_page_container .image-upload-box {
    width: 155px;
    height: 100px;
    border: 1px solid #7c7b7b;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 auto;
    transition: all 0.3s ease
}

.complain_page_container .image-upload-box:hover {
    background: #f8f9fa;
    border-color: #b81b24
}

.complain_page_container .gallery-icon {
    width: 40px;
    height: 40px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSIjNzc3Ij4KICA8cGF0aCBkPSJtOSAxNiAxIDRoNGwxLTQtMy0zLTN6TTE5IDNINWMtMS4xIDAtMiAuOS0yIDJ2MTRjMCAxLjEuOSAyIDIgMmgxNGMxLjEgMCAyLS45IDItMlY1YzAtMS4xLS45LTItMi0yem0wIDJWMTdsLTMtM0g2bC00LTRWNWgxN3oiLz4KPC9zdmc+) center/contain no-repeat;
    margin-bottom: 5px
}

.complain_page_container .upload-text {
    color: #7c7b7b;
    font-size: .9rem
}

.complain_page_container .image-preview-container {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 10px 0
}

.complain_page_container .image-preview-item {
    position: relative;
    min-width: 150px;
    height: 150px
}

.complain_page_container .image-preview {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1)
}

.complain_page_container .remove-image {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #dc3545;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2rem;
    transition: background 0.3s ease
}

.complain_page_container .remove-image:hover {
    background: #c82333
}

.complain_page_container .submit-btn {
    background: linear-gradient(135deg, #b81b24, #d63447);
    border: none;
    color: #fff;
    padding: 12px 40px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgb(184 27 36 / .3);
    width: 33.333%
}

.complain_page_container .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgb(184 27 36 / .4)
}

.complain_page_container .loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.complain_page_container .spinner-border {
    color: #b81b24
}

.repair_list_page {
    background: #fff;
    min-height: 100vh;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #1a1a1a;
    font-size: 14px
}

.repair_list_page .btn-secondary-custom {
    background: #fff;
    border: 1px solid #d1d5db;
    color: #374151;
    padding: .5rem .875rem;
    font-weight: 500;
    font-size: .8rem;
    border-radius: 4px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: .375rem;
    text-decoration: none
}

.repair_list_page .btn-secondary-custom:hover {
    background: #f9fafb;
    border-color: #9ca3af;
    color: #111827
}

.repair_list_page .main-content {
    padding: .75rem 0
}

.repair_list_page .content-section {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    margin-bottom: .75rem
}

.repair_list_page .section-header {
    padding: .75rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    background: #f9fafb
}

.repair_list_page .section-title {
    font-size: .875rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
    padding: 5px;
    display: flex;
    align-items: center;
    gap: .375rem
}

.repair_list_page .section-body {
    padding: .875rem 1rem
}

.repair_list_page .detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: .875rem;
    row-gap: .75rem
}

.repair_list_page .detail-item {
    display: flex;
    flex-direction: column;
    gap: .25rem
}

.repair_list_page .detail-label {
    font-size: .75rem;
    font-weight: 500;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .025em
}

.repair_list_page .detail-value {
    font-size: .875rem;
    font-weight: 500;
    color: #111827;
    word-break: break-word
}

.repair_list_page .status-container {
    display: flex;
    align-items: center;
    gap: .5rem
}

.repair_list_page .status-indicator {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0
}

.repair_list_page .status-open .status-indicator {
    background-color: #10b981
}

.repair_list_page .status-closed .status-indicator {
    background-color: #ef4444
}

.repair_list_page .status-pending .status-indicator {
    background-color: #f59e0b
}

.repair_list_page .status-text {
    font-size: .875rem;
    font-weight: 500;
    color: #111827
}

.repair_list_page .problem-description {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: .75rem;
    font-size: .875rem;
    line-height: 1.4;
    color: #475569
}

.repair_list_page .highlight-border {
    border-left: 3px solid #BF201F
}

.repair_list_page .compact-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .625rem 1rem;
    border-bottom: 1px solid #f3f4f6;
    font-size: .875rem
}

.repair_list_page .compact-row:last-child {
    border-bottom: none
}

.repair_list_page .compact-label {
    font-weight: 500;
    color: #6b7280;
    min-width: 120px
}

.repair_list_page .compact-value {
    font-weight: 500;
    color: #111827;
    text-align: right
}

.repair_view_page .content-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem
}

.repair_view_page .info-section {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgb(0 0 0 / .08);
    margin-bottom: 2rem;
    overflow: hidden
}

.repair_view_page .section-header {
    background: #f8f9fa;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e9ecef;
    font-weight: 600;
    font-size: 1.1rem;
    color: #495057;
    display: flex;
    align-items: center;
    gap: .5rem
}

.repair_view_page .info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 0;
    padding: 1.5rem
}

.repair_view_page .info-item {
    display: flex;
    flex-direction: column;
    padding: .75rem;
    border-right: 1px solid #f1f3f4
}

.repair_view_page .info-item:last-child,
.repair_view_page .info-item:nth-child(even) {
    border-right: none
}

.repair_view_page .info-label {
    font-size: .85rem;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: .25rem;
    text-transform: uppercase;
    letter-spacing: .5px
}

.repair_view_page .info-value {
    font-size: 1rem;
    color: #212529;
    font-weight: 600
}

.repair_view_page .status-badge {
    display: inline-flex;
    align-items: center;
    gap: .375rem;
    background: #d1edff;
    color: #0849a3;
    padding: .375rem .75rem;
    border-radius: 20px;
    font-weight: 600;
    font-size: .875rem;
    border: 2px solid #0849a3;
    width: fit-content
}

.repair_view_page .status-dot {
    width: 6px;
    height: 6px;
    background: #0849a3;
    border-radius: 50%
}

.repair_view_page .questions-table {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgb(0 0 0 / .08)
}

.repair_view_page .questions-table table {
    margin: 0
}

.repair_view_page .questions-table th {
    background: #BF201F;
    color: #fff;
    font-weight: 600;
    padding: 1rem 1.5rem;
    border: none;
    font-size: 1rem
}

.repair_view_page .questions-table td {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f1f3f4;
    vertical-align: middle
}

.repair_view_page .questions-table tr:last-child td {
    border-bottom: none
}

.repair_view_page .questions-table tr:nth-child(even) {
    background: #f8f9fa
}

.repair_view_page .question-text {
    font-weight: 500;
    color: #495057;
    font-size: .95rem
}

.repair_view_page .answer-yes {
    color: #28a745;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: .375rem;
    font-size: .9rem
}

.repair_view_page .charges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem
}

.repair_view_page .charge-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
    transition: all 0.2s ease
}

.repair_view_page .charge-card:hover {
    box-shadow: 0 2px 8px rgb(0 0 0 / .1);
    transform: translateY(-2px)
}

.repair_view_page .charge-card.visit {
    border-left: 4px solid #17a2b8
}

.repair_view_page .charge-card.labour {
    border-left: 4px solid #ffc107
}

.repair_view_page .charge-card.repair {
    border-left: 4px solid #28a745
}

.repair_view_page .charge-label {
    font-size: .85rem;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: .25rem
}

.repair_view_page .charge-amount {
    font-size: 1.25rem;
    font-weight: 700;
    color: #495057
}

.repair_view_page .charge-instance {
    font-size: .75rem;
    color: #6c757d;
    margin-top: .25rem
}

.repair_view_page .reply-section {
    text-align: center;
    margin-top: 3rem
}

.repair_view_page .btn-reply {
    background: #BF201F;
    border: 2px solid #BF201F;
    color: #fff;
    padding: .875rem 2rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgb(191 32 31 / .3)
}

.repair_view_page .btn-reply:hover {
    background: #a01b1a;
    border-color: #a01b1a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(191 32 31 / .4)
}

.inquiry_page_container {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #f8f9fa;
    min-height: 100vh
}

.inquiry_page_container .header-section {
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0 2px 4px rgb(0 0 0 / .1)
}

.inquiry_page_container .back-arrow {
    color: #B81B24;
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.2s
}

.inquiry_page_container .back-arrow:hover {
    transform: translateX(-3px)
}

.inquiry_page_container .header-title {
    color: #B81B24;
    font-size: 20px;
    font-weight: 700;
    margin: 0
}

.inquiry_page_container .form-section {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto
}

.inquiry_page_container .selection-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin-top: 15px
}

.inquiry_page_container .grid-button {
    padding: 12px 8px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #B81B24;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
    text-align: center
}

.inquiry_page_container .grid-button:hover {
    background-color: #f8f9fa;
    transform: translateY(-1px)
}

.inquiry_page_container .grid-button.active {
    background-color: #F8DADA;
    border-color: #B81B24
}

.inquiry_page_container .input-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 15px 0;
    box-shadow: 0 2px 8px rgb(0 0 0 / .1)
}

.inquiry_page_container .input-row {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap
}

.inquiry_page_container .input-label {
    flex: 1;
    min-width: 120px;
    font-weight: 500
}

.inquiry_page_container .input-field {
    width: 80px;
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    padding: 5px;
    text-align: center
}

.inquiry_page_container .input-field:focus {
    border-bottom-color: #B81B24
}

.inquiry_page_container .unit-label {
    font-weight: 500;
    color: #666
}

.inquiry_page_container .section-title {
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 0;
    margin-top: 10px;
    color: #333
}

.inquiry_page_container .submit-btn {
    background-color: #B81B24;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 40px;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    margin: 20px 0
}

.inquiry_page_container .submit-btn:hover {
    background-color: #a01620;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(184 27 36 / .3)
}

.inquiry_page_container .counter-input {
    display: flex;
    align-items: center;
    gap: 10px
}

.inquiry_page_container .counter-btn {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #B81B24
}

.inquiry_page_container .loading-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / .5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999
}

.inquiry_page_container .loading-spinner.show {
    display: flex
}

.inquiry_page_container .spinner-border {
    color: #B81B24
}

.my_wallet_page .wallet-container {
    max-width: 500px;
    margin: 2rem auto;
    padding: 0 1rem
}

.my_wallet_page .balance-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 4px 12px rgb(0 0 0 / .08);
    margin-bottom: 1.5rem;
    border: 1px solid #e9ecef
}

.my_wallet_page .balance-amount {
    font-size: 2.5rem;
    font-weight: 700;
    color: #BF201F;
    margin: 0
}

.my_wallet_page .balance-label {
    color: #6c757d;
    font-size: .9rem;
    margin-top: .25rem
}

.my_wallet_page .withdraw-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgb(0 0 0 / .08);
    border: 1px solid #e9ecef
}

.my_wallet_page .section-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #343a40;
    margin-bottom: 1rem;
    text-align: center
}

.my_wallet_page .method-selector {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    justify-content: center
}

.my_wallet_page .method-option {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.25rem;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #fff;
    min-width: 100px;
    justify-content: center
}

.my_wallet_page .method-option:hover {
    border-color: #BF201F;
    background: #fff5f5
}

.my_wallet_page .method-option.active {
    border-color: #BF201F;
    background: #BF201F;
    color: #fff
}

.my_wallet_page .method-option input[type="radio"] {
    display: none
}

.my_wallet_page .form-group {
    margin-bottom: 1rem
}

.my_wallet_page .form-section {
    display: none
}

.my_wallet_page .form-section.active {
    display: block
}

.my_service_form .btn-primary {
    background-color: #dc3545;
    border-color: #dc3545
}

.my_service_form .warning-text {
    color: #dc3545;
    font-size: .9rem
}

.my_service_form .attachment-box {
    border: 1px solid #7c7b7b;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s
}

.my_service_form .attachment-box:hover {
    background-color: #f8f9fa
}

.my_service_form .attachment-icon {
    font-size: 40px;
    color: #7c7b7b
}

.my_service_form .image-preview {
    position: relative;
    display: inline-block;
    margin: 10px
}

.my_service_form .image-preview img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 6px
}

.my_service_form .image-preview .remove-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: rgb(0 0 0 / .7);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.my_service_form .divider {
    height: 1px;
    background-color: #7c7b7b;
    margin: 20px 0
}

.my_service_form .question-label {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px
}

.my_service_form .product-select-box {
    border: 1px solid #7c7b7b;
    border-radius: 10px;
    padding: 15px;
    font-size: 15px
}

.input-item-my-service {
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px
}

.store_page_container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px
}

.store_page_container__header {
    text-align: center;
    margin-bottom: 50px
}

.store_page_container__title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 10px
}

.store_page_container__subtitle {
    font-size: 1.1rem;
    color: #7f8c8d
}

.store_page_container__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 60px
}

.store_page_container__grid-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgb(0 0 0 / .1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff
}

.store_page_container__image-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden
}

.store_page_container__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform 0.4s ease
}

.exchange-summary-box {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px 20px;
    margin: 15px 0;
    position: relative;
    max-width: 400px;
    font-family: Arial, sans-serif
}

.exchange-summary-box .exchange-text p {
    margin: 0;
    line-height: 1.4
}

.exchange-summary-box .exchange-text p:first-child {
    color: #007bff;
    font-weight: 500
}

.exchange-summary-box .save-amount {
    color: #dc3545;
    font-weight: 700;
    margin-top: 5px
}

.exchange-summary-box .close-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #6c757d;
    padding: 0;
    line-height: 1
}

.exchange-summary-box .close-btn:hover {
    color: #333
}

@media (max-width:768px) {
    .store_page_container {
        padding: 30px 15px
    }

    .store_page_container__title {
        font-size: 2rem
    }

    .store_page_container__grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px
    }
}

@media (max-width:480px) {
    .store_page_container__grid {
        grid-template-columns: 1fr
    }
}

@media (max-width:576px) {
    .my_wallet_page .wallet-container {
        margin: 1rem auto;
        padding: 0 .75rem
    }

    .my_wallet_page .balance-card,
    .my_wallet_page .withdraw-card {
        padding: 1.25rem
    }

    .my_wallet_page .method-selector {
        flex-direction: column;
        gap: .75rem
    }

    .my_wallet_page .method-option {
        min-width: unset
    }

    .my_wallet_page .balance-amount {
        font-size: 2rem
    }
}

@media (max-width:768px) {
    .inquiry_page_container .selection-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .inquiry_page_container .input-row {
        flex-direction: column;
        align-items: flex-start
    }

    .inquiry_page_container .input-label {
        min-width: auto
    }
}

@media (max-width:480px) {
    .otp_section_container {
        padding: 30px 20px
    }

    .otp_section_otp_digit {
        width: 40px;
        height: 40px;
        font-size: 18px
    }
}

.swiper_slider_responsive_wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.swiper_slider_responsive {
    width: 100%;
    height: auto
}

.swiper_slider_responsive .swiper-slide {
    width: 100%;
    height: 100%
}

.swiper_slider_responsive .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    display: block
}

.swiper_slider_responsive_button {
    color: #fff;
    transition: 0.3s
}

.swiper_slider_responsive_button:hover {
    color: #e31e24
}

.swiper_slider_responsive_pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: .6
}

.swiper_slider_responsive_pagination .swiper-pagination-bullet-active {
    background: #e31e24;
    opacity: 1
}

.brand_container {
    padding: 2rem
}

.brand_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    padding: 20px 0
}

.brand_item {
    background: #fff;
    border-radius: 8px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgb(0 0 0 / .1);
    cursor: pointer
}

.brand_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgb(191 32 31 / .2)
}

.brand_item img {
    width: 100%;
    height: 120px;
    object-fit: contain;
    margin-bottom: 15px;
    transition: transform 0.3s ease
}

.brand_item:hover img {
    transform: scale(1.1)
}

.brand_item h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    transition: color 0.3s ease
}

.brand_item:hover h4 {
    color: #BF201F
}

.mycoupen_container_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px
}

.mycoupen_container_card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgb(0 0 0 / .1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative
}

.mycoupen_container_card:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgb(191 32 31 / .2)
}

.mycoupen_container_card_header {
    background: linear-gradient(135deg, rgb(191 32 31 / .9), rgb(139 23 22 / .9));
    background-image: url(https://images.unsplash.com/photo-1607083206968-13611e3d76db?w=400&h=100&fit=crop), linear-gradient(135deg, rgb(191 32 31 / .85), rgb(139 23 22 / .85));
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    position: relative
}

.mycoupen_container_card_header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgb(255 255 255 / .03) 10px, rgb(255 255 255 / .03) 20px)
}

.mycoupen_container_card_icon {
    font-size: 2.5rem;
    color: #fff;
    z-index: 1;
    filter: drop-shadow(0 2px 4px rgb(0 0 0 / .2))
}

.mycoupen_container_card_number {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgb(255 255 255 / .9);
    color: #333;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 700;
    z-index: 2
}

.mycoupen_container_card_body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.mycoupen_container_card_label {
    color: #888;
    font-size: .75rem;
    margin-bottom: 6px;
    text-align: center
}

.mycoupen_container_card_code {
    background: #f8f9fa;
    border: 1px dashed #ddd;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 1rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
    width: 100%
}

.mycoupen_container_card_button {
    width: 100%;
    background: #BF201F;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 6px;
    font-size: .85rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
    text-transform: uppercase
}

.mycoupen_container_card_button:hover {
    background: #8B1716
}

.mycoupen_container_card_button:active {
    transform: scale(.98)
}

.btn-custom {
    background: linear-gradient(135deg, #bf201f, #9e1a18);
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgb(0 0 0 / .15)
}

.btn-custom:hover {
    background: linear-gradient(135deg, #9e1a18, #bf201f);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgb(0 0 0 / .2)
}

.btn-custom:focus {
    outline: none;
    box-shadow: 0 0 0 .25rem rgb(191 32 31 / .5)
}

.btn-custom i {
    font-size: 1.1rem;
    vertical-align: middle
}

@media (max-width:480px) {
    .mycoupen_container_content {
        padding: 20px 15px
    }

    .mycoupen_container_grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px
    }
}

@media screen and (max-width:1200px) {
    .brand_grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px
    }
}

@media screen and (max-width:900px) {
    .brand_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px
    }

    .mycoupen_container_grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px
    }
}

@media screen and (max-width:600px) {
    .brand_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px
    }

    .mycoupen_container_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
    }

    .brand_item {
        padding: 20px 15px
    }

    .brand_item img {
        height: 80px
    }

    .brand_item h4 {
        font-size: 14px
    }
}

@media (max-width:768px) {
    .inquiry_page_container .selection-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .inquiry_page_container .input-row {
        flex-direction: column;
        align-items: flex-start
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px !important
    }

    .inquiry_page_container .input-label {
        min-width: auto
    }
}

:root {
    --user_edit_profile-primary: #BF201F;
    --user_edit_profile-primary-light: rgba(191, 32, 31, 0.12)
}

.user_edit_profile-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 10px 0
}

.user_edit_profile-back-btn {
    cursor: pointer;
    width: 25px;
    height: 25px;
    transition: transform 0.2s
}

.user_edit_profile-back-btn:hover {
    transform: translateX(-3px)
}

.user_edit_profile-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0
}

.user_edit_profile-subtitle {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin: 15px 0 5px
}

.user_edit_profile-description {
    text-align: center;
    font-size: 13px;
    color: #666;
    margin: 0 auto 20px;
    max-width: 600px
}

.user_edit_profile-image-wrapper {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px
}

.user_edit_profile-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #eee
}

.user_edit_profile-camera-btn {
    position: absolute;
    right: -15px;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--user_edit_profile-primary);
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s
}

.user_edit_profile-camera-btn:hover {
    transform: scale(1.1)
}

.user_edit_profile-form-group {
    margin-bottom: 15px
}

.user_edit_profile-input {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 14px;
    box-shadow: 0 2px 3px rgb(0 0 0 / .1);
    transition: border-color 0.2s
}

.user_edit_profile-input:focus {
    border-color: var(--user_edit_profile-primary);
    box-shadow: 0 2px 3px rgb(191 32 31 / .2)
}

.user_edit_profile-radio-group {
    margin-bottom: 15px
}

.user_edit_profile-radio-wrapper {
    flex: 1
}

.user_edit_profile-radio {
    accent-color: var(--user_edit_profile-primary)
}

.user_edit_profile-doc-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 6px rgb(0 0 0 / .03)
}

.user_edit_profile-doc-card:hover {
    box-shadow: 0 4px 12px rgb(0 0 0 / .08);
    transform: translateY(-1px)
}

.user_edit_profile-doc-content {
    display: flex;
    align-items: center;
    gap: 12px
}

.user_edit_profile-doc-icon-wrapper {
    width: 48px;
    height: 48px;
    background: var(--user_edit_profile-primary-light);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.user_edit_profile-doc-icon {
    font-size: 28px;
    color: var(--user_edit_profile-primary)
}

.user_edit_profile-doc-info {
    flex: 1;
    min-width: 0
}

.user_edit_profile-doc-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 2px
}

.user_edit_profile-doc-subtitle {
    font-size: 13px;
    color: #999;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.user_edit_profile-doc-subtitle.has-file {
    color: #333;
    font-weight: 600
}

.user_edit_profile-action-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f5f5f5;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
    transition: background 0.2s
}

.user_edit_profile-action-btn:hover {
    background: #e8e8e8
}

.user_edit_profile-action-btn.clear {
    color: #dc3545
}

.user_edit_profile-preview-img {
    width: 150px;
    height: 150px;
    border: 1px solid #ddd;
    object-fit: cover;
    margin: 10px auto;
    display: block;
    border-radius: 8px
}

.user_edit_profile-submit-btn {
    margin: 30px auto 15px;
    height: 40px;
    min-width: 150px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    color: var(--user_edit_profile-primary);
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s
}

.user_edit_profile-submit-btn:hover {
    background: var(--user_edit_profile-primary);
    color: #fff;
    border-color: var(--user_edit_profile-primary)
}

.user_edit_profile-hidden {
    display: none
}

.loader_text {
    position: absolute;
    top: 58%;
    left: 50%;
    font-weight: 700;
    transform: translate(-50%, -50%)
}

@media (max-width:768px) {
    .user_edit_profile-container {
        padding: 10px
    }

    .user_edit_profile-radio-group {
        flex-direction: column
    }
}

@media only screen and (max-width:400px) {
    .loader_text {
        width: 100%;
        text-align: center
    }
}

:root {
    --testimonials_section-primary: #c72127;
    --testimonials_section-secondary: #8b1a1f;
    --testimonials_section-gold: #f4c542;
    --testimonials_section-light: #f8f9fa
}

.testimonials_section {
    padding: 30px 0;
    position: relative;
    overflow: hidden
}

.testimonials_section_logo {
    text-align: center;
    margin-bottom: 40px
}

.testimonials_section_logo_circle img {
    max-height: 200px
}

.testimonials_section_logo_stars {
    display: flex;
    gap: 3px;
    margin-bottom: 5px
}

.testimonials_section_logo_stars i {
    color: var(--testimonials_section-gold);
    font-size: 14px
}

.testimonials_section_logo_number {
    font-size: 4rem;
    font-weight: 900;
    line-height: 1;
    text-shadow: 2px 2px 4px rgb(0 0 0 / .2)
}

.testimonials_section_logo_text {
    font-size: .9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #fff;
    color: var(--testimonials_section-primary);
    padding: 8px 20px;
    border-radius: 20px;
    margin-top: 10px;
    box-shadow: 0 4px 10px rgb(0 0 0 / .1)
}

.testimonials_section_logo_subtitle {
    margin-top: 15px;
    color: #6c757d;
    font-size: 1rem;
    font-weight: 500
}

.testimonials_section_card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 40px rgb(0 0 0 / .08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #eee
}

.testimonials_section_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgb(199 33 39 / .15);
    border-color: var(--testimonials_section-primary)
}

.testimonials_section_card_quote {
    color: var(--testimonials_section-primary);
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 20px;
    opacity: .2
}

.testimonials_section_card_text {
    font-size: 1rem;
    margin-bottom: 15px;
    min-height: 120px
}

.testimonials_section_card_author {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 10px;
    border-top: 2px solid #e9ecef
}

.testimonials_section_card_avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--testimonials_section-primary);
    box-shadow: 0 4px 10px rgb(0 0 0 / .1);
    flex-shrink: 0
}

.testimonials_section_card_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.testimonials_section_card_info h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50
}

.testimonials_section_card_info p {
    margin: 5px 0 0;
    color: #6c757d;
    font-size: .95rem
}

.testimonials_section .swiper {
    padding: 30px 0 60px
}

.testimonials_section .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--testimonials_section-primary);
    opacity: .3;
    transition: all 0.3s ease
}

.testimonials_section .swiper-pagination-bullet-active {
    opacity: 1;
    width: 30px;
    border-radius: 6px
}

@media (max-width:768px) {
    .testimonials_section {
        padding: 30px 0
    }

    .testimonials_section_title h2 {
        font-size: 2rem
    }

    .testimonials_section_logo_circle {
        width: 150px;
        height: 150px
    }

    .testimonials_section_logo_number {
        font-size: 3rem
    }

    .testimonials_section_card {
        padding: 30px 20px
    }

    .testimonials_section_card_text {
        font-size: 1rem;
        min-height: auto
    }

    .testimonials_section .swiper-button-next,
    .testimonials_section .swiper-button-prev {
        display: none
    }
}

.zoom-toggle-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #fff0;
    border-radius: 50%;
    color: #BF201F;
    font-size: 22px;
    padding: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10
}

.zoom-toggle-btn:hover {
    background: rgb(255 255 255 / .1)
}

.zoom-toggle-btn.active {
    color: #00b4d8;
    background: rgb(0 180 216 / .1)
}

.dealer_section {
    position: relative;
    overflow: hidden
}

.dealer_section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="2" cy="2" r="1" fill="%23dee2e6"/></svg>');
    opacity: .3;
    z-index: 0
}

.dealer_section_container {
    position: relative;
    z-index: 1;
    padding: 60px 0
}

.dealer_section_header {
    margin-bottom: 10px;
    color: #c72127;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px
}

.dealer_section_title {
    font-size: 36px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 15px;
    line-height: 1.2
}

.dealer_section_subtitle {
    color: #6c757d;
    font-size: 16px;
    margin-bottom: 35px;
    line-height: 1.6
}

.dealer_section_feature {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start
}

.dealer_section_icon {
    width: 24px;
    height: 24px;
    background: #c72127;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 2px
}

.dealer_section_icon::after {
    content: '✓';
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

.dealer_section_feature_title {
    font-size: 18px;
    font-weight: 600;
    color: #212529;
    margin-bottom: 5px
}

.dealer_section_feature_text {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.6;
    margin: 0
}

.dealer_section_btn {
    background: #c72127;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none
}

.dealer_section_btn:hover {
    background: #a01b20;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(199 33 39 / .3);
    color: #fff
}

.dealer_section_images {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.dealer_section_image_wrapper {
    position: relative;
    width: 100%
}

.dealer_section_image_main {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / .15);
    margin-bottom: 20px
}

.dealer_section_image_main img {
    width: 100%;
    height: auto;
    display: block
}

.dealer_section_image_secondary {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / .15)
}

.dealer_section_image_secondary img {
    width: 100%;
    height: auto;
    display: block
}

.dealer_section_decorative_dots {
    position: absolute;
    bottom: 20px;
    right: -20px;
    width: 80px;
    height: 80px;
    z-index: 0
}

.dealer_section_decorative_dots::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="80" height="80" xmlns="http://www.w3.org/2000/svg"><pattern id="dots" x="0" y="0" width="16" height="16" patternUnits="userSpaceOnUse"><circle cx="4" cy="4" r="2" fill="%23ffc107"/></pattern><rect width="80" height="80" fill="url(%23dots)"/></svg>')
}

@media (max-width:768px) {
    .dealer_section_container {
        padding: 40px 0
    }

    .dealer_section_title {
        font-size: 28px
    }

    .dealer_section_images {
        margin-top: 30px
    }
}

.industry_slider_container {
    overflow: hidden;
    width: 100%;
    padding: 20px 0;
    overflow: hidden !important
}

.swiper-slide {
    transition: all 0.5s ease;
    transform: scale(.85)
}

.swiper-slide-active {
    transform: scale(1)
}

.swiper-slide-prev,
.swiper-slide-next {
    transform: scale(.92)
}

.industry-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
    height: 300px
}

.industry-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 60px rgb(0 0 0 / .4)
}

.industry-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease
}

.industry-card:hover img {
    transform: scale(1.1)
}

.industry-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgb(220 38 38 / .95), transparent);
    padding: 50px 30px 30px;
    transform: translateY(0);
    transition: all 0.4s ease
}

.industry-card:hover .industry-overlay {
    padding: 60px 30px 40px
}

.industry-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 8px rgb(0 0 0 / .5)
}

.swiper-pagination {
    bottom: 20px !important
}

.myLandingSwiper .swiper-pagination {
    bottom: 0px !important
}



.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: .5;
    transition: all 0.3s ease
}

.myLandingSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #e61c1c
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 40px;
    border-radius: 7px;
    background: #dc2626
}

.myLandingSwiper .swiper-pagination-bullet-active {
    width: 30px;
    background: #dc2626
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background: rgb(255 255 255 / .2);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease
}

.swiper-button-next.landing,
.swiper-button-prev.landing {
    color: #e60e0e;
    width: 40px;
    height: 40px;
    border: 1px solid #f20000
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: rgb(220 38 38 / .8);
    transform: scale(1.1)
}

.swiper-button-next.landing:hover,
.swiper-button-prev.landing:hover {
    color: #fff
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 24px;
    font-weight: 700
}

.swiper-button-next.landing::after,
.swiper-button-prev.landing::after {
    font-size: 18px
}

@media (max-width:768px) {
    .industry-card {
        height: 400px
    }

    .industry-title {
        font-size: 24px
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 32px;
        height: 32px
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 18px
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px
    }
}

.service_section_container {
    padding-top: 60px 0
}

.service_section_container-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgb(0 0 0 / .08);
    transition: all 0.4s cubic-bezier(.175, .885, .32, 1.275);
    height: 100%;
    position: relative
}

.service_section_container-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgb(199 33 39 / .15)
}

.service_section_container-image-wrapper {
    position: relative;
    height: 280px;
    overflow: hidden
}

.service_section_container-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s ease
}

.service_section_container-card:hover .service_section_container-image {
    transform: scale(1.1)
}

.service_section_container-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgb(199 33 39 / .1) 100%)
}

.service_section_container-content {
    padding: 35px 30px;
    position: relative
}

.service_section_container-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #c72127, #e74c3c);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: absolute;
    top: -35px;
    left: 30px;
    box-shadow: 0 10px 25px rgb(199 33 39 / .3)
}

.service_section_container-icon i {
    font-size: 28px;
    color: #fff
}

.service_section_container-title {
    color: #2c3e50;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative;
    padding-bottom: 12px
}

.service_section_container-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: #c72127;
    border-radius: 2px
}

.service_section_container-description {
    color: #6c757d;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 1rem
}

.service_section_container-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 25px;
    background: #c72127;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #c72127;
    position: relative;
    overflow: hidden
}

.service_section_container-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / .2), transparent);
    transition: left 0.5s
}

.service_section_container-btn:hover::before {
    left: 100%
}

.service_section_container-btn:hover {
    background: #fff0;
    color: #c72127;
    transform: translateX(5px)
}

.service_section_container-btn i {
    font-size: 14px;
    transition: transform 0.3s ease
}

.service_section_container-btn:hover i {
    transform: translateX(3px)
}

@media (max-width:992px) {
    .service_section_container {
        padding: 80px 0
    }

    .service_section_container-image-wrapper {
        height: 220px
    }
}

@media (max-width:768px) {
    .service_section_container {
        padding: 60px 0
    }

    .service_section_container-content {
        padding: 30px 25px
    }

    .service_section_container-icon {
        width: 60px;
        height: 60px;
        top: -30px
    }

    .service_section_container-icon i {
        font-size: 24px
    }

    .service_section_container-title {
        font-size: 1.5rem
    }
}

@media (max-width:576px) {
    .service_section_container-card {
        margin-bottom: 40px
    }

    .service_section_container-content {
        padding: 25px 20px
    }

    .service_section_container-title {
        font-size: 1.4rem
    }

    .service_section_container-btn {
        padding: 10px 20px;
        font-size: .9rem
    }

    .overflow_mobile_scroll {
        overflow-x: scroll
    }
}

.table_font_color span {
    color: #000 !important
}

.mobile-bottom-navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #dc3545;
    z-index: 100;
    box-shadow: 0 -2px 10px rgb(0 0 0 / .1)
}

.mobile-bottom-navbar-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
    margin: 0
}

.mobile-bottom-navbar-item {
    flex: 1;
    text-align: center;
    padding: 7px 0;
    line-height: 24px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    border: none;
    background: #fff0
}

.mobile-bottom-navbar-item:hover {
    background-color: rgb(0 0 0 / .1);
    color: #fff
}

.mobile-bottom-navbar-item.active {
    background-color: rgb(0 0 0 / .15)
}

.mobile-bottom-navbar-icon {
    font-size: 20px;
    display: block
}

.mobile-bottom-navbar-label {
    font-size: 11px;
    display: block;
    font-weight: 500;
    text-transform: uppercase
}

@media only screen and (max-width:400px) {
    .bb-header .bottom-header .inner-bottom-header .header-logo img {
        width: 58px
    }

    .bb-header .bottom-header .inner-bottom-header .cols {
        flex-wrap: nowrap;
    }

    .bb-icons{
        width: 100%;

    }

    .bb-footer .footer-top .bb-footer-widget .bb-footer-logo,
    .bb-footer .footer-top .bb-footer-widget .bb-footer-dark-logo {
        max-width: 80px
    }
}

@media only screen and (max-width:768px) {
    .testimonials_section_logo_circle {
        width: 100%
    }

    .bb-category-box {
        padding: 5px
    }

    .bb-category-box .category-image img,
    .bb-category-box .category-image svg {
        border-radius: 13px
    }

    .bb-header .bb-mobile-menu .bb-menu-inner .bb-menu-content ul li.span_custom_width .menu-toggle {
        width: 20%
    }
}

.selected-item {
    background-color: #e6f0ff !important;
    color: #000 !important
}

.search-option {
    padding: 6px 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer
}

.search-option:hover {
    background: #ffd9d9
}

.pagination-btn {
    padding: 5px 10px;
    border: 1px solid #ddd;
    cursor: pointer
}

.filter_product_list_btn {
    bottom: 68px;
    right: 8px;
    z-index: 999;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.card-6 {
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgb(0 0 0 / .12);
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0
}

.card-6:hover {
    box-shadow: 0 20px 60px rgb(191 32 31 / .25);
    transform: translateY(-8px)
}

.card-6 .image-container {
    overflow: hidden;
    margin: 15px 15px 0 15px;
    border-radius: 20px
}

.card-6 .image-container img {
    width: 100%;
    max-height: 500px;
    object-fit: fill
}

.card-6 .title {
    padding: 12px 6px;
    background: #BF201F;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 1em;
    margin: 15px;
    border-radius: 15px
}

.filter-container {
    display: flex;
    height: calc(100vh - 130px)
}

.filter-menu {
    width: 40%;
    background-color: #f8f9fa;
    border-right: 1px solid #dee2e6;
    overflow-y: auto
}

.filter-menu-item {
    padding: 14px 10px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.2s ease;
    background-color: #ff0c0c1a
}

.filter-menu-item:hover {
    background-color: #f8f9fa
}

.filter-menu-item.active {
    background-color: #fff;
    border-left: 3px solid #dc3545;
    font-weight: 600;
    color: #dc3545
}

.filter-menu-item span {
    font-size: 12px;
    line-height: 20px
}

.filter-menu-item i {
    font-size: 12px;
    color: #999
}

.filter-menu-item.active i {
    color: #dc3545
}

.filter-content-area {
    width: 60%;
    background-color: #fff;
    overflow-y: auto
}

.filter-content {
    display: none;
    padding: 20px 10px
}

.filter-content.active {
    display: block
}

.offcanvas-body::-webkit-scrollbar {
    display: none
}

.filter-content-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0
}

.offcanvas-start {
    width: 600px !important
}

.offcanvas-body {
    padding: 0
}

.offcanvas-footer {
    position: sticky;
    bottom: 0;
    z-index: 10
}

.filter-menu::-webkit-scrollbar,
.filter-content-area::-webkit-scrollbar {
    width: 6px
}

.filter-menu::-webkit-scrollbar-track,
.filter-content-area::-webkit-scrollbar-track {
    background: #f1f1f1
}

.filter-menu::-webkit-scrollbar-thumb,
.filter-content-area::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px
}

.nested-hover-parent.second {
    margin-right: 0 !important
}

.nested-inner-menu.second ul li a {
    padding: 0 0 !important;
    color: #BF201F !important;
    font-weight: 500;
    cursor: pointer !important
}

.nested-inner-menu.second ul li {
    margin-right: 0 !important
}

@media (max-width:768px) {
    .offcanvas-start {
        width: 100% !important
    }

    .filter-menu {
        width: 62%
    }

    .filter-content-area {
        width: 100%
    }
}

.select2-container {
    width: 100% !important
}

.select2-container .select2-selection--single {
    height: 36px !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 32px !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f43f3f !important;
    color: #fff !important
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #da8888 !important;
    color: #000 !important
}

.select2-results__option {
    color: #000 !important
}

.min-height-550 {
    min-height: 470px;
    padding: 10px
}

.landing_cards_card {
    background: #fff;
    border-radius: 12px;
    padding: 6px;
    /* min-height: 379px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 420px;
    box-shadow: rgb(0 0 0 / .02) 0 1px 3px 0, rgb(27 31 35 / .15) 0 0 0 1px;
    transition: transform 0.3s ease
}

.landing_cards_card a {
    font-size: 12px;
}

.landing_cards_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgb(0 0 0 / .15)
}

.landing_cards_title {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #000;
    line-height: 1.3
}

.landing_cards_brand_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0;
    row-gap: 20px
}

.landing_cards_brand_item {
    text-align: center
}

.landing_cards_brand_text {
    font-size: 10px;
    font-weight: 500;
    color: #000
}

.landing-img-card {
    height: 140px;
    width: 140px
}

.landing-img-card img {
    width: 100%;
    height: 100%
}

@media (max-width:400px) {
    .landing-img-card {
        height: 145px;
        width: 145px
    }

    .min-height-550 {
        min-height: 400px
    }

    .landing_cards_brand_grid {
        gap: 6px
    }
}

@media (max-width:576px) {
    .landing-img-card {
        height: 140px;
        width: 140px
    }

    .bb-services-box {
        padding: 6px
    }

    .min-height-550 {
        min-height: 450px
    }

    .bb-services-box .services-img {
        margin-bottom: 2px
    }

    .bb-services-box .services-contact h4 {
        margin-bottom: 0;
        font-size: 13px
    }

    .bb-services-box .services-contact p {
        font-size: 8px;
        line-height: 14px
    }

    .bb-services-box .services-img img {
        width: 35px
    }

    .section-title .section-detail {
        margin-bottom: 0
    }

    .section-title .section-detail p {
        margin: 0 0 0 0;
        font-size: 10px
    }

    .section-title .section-detail h2 {
        font-size: 19px
    }

    .testimonials_section_logo_circle img {
        max-height: 100px
    }

    .testimonials_section_logo {
        margin-bottom: 0
    }

    .testimonials_section .swiper {
        padding: 0 0 60px
    }

    .industry-card {
        height: 220px
    }

    .testimonials_section_card {
        padding: 0 20px
    }

    .testimonials_section_card_quote {
        margin-bottom: 10px
    }

    .testimonials_section_card_text {
        font-size: 14px
    }

    .testimonials_section_card_text {
        margin-bottom: 1px
    }

    .testimonials_section_card_avatar {
        width: 40px;
        height: 40px
    }

    .testimonials_section_card_info h4 {
        font-size: 14px
    }

    .testimonials_section_card_info p {
        margin: 0 0 0;
        font-size: .75rem
    }

    .testimonials_section_card_author {
        padding-bottom: 10px
    }

    .testimonials_section_logo_circle {
        height: 110px
    }

    .industry_slider_container {
        padding: 0 0
    }

    .card-6 .title {
        font-size: 9px;
        padding: 2px 6px;
        font-weight: 400;
        line-height: 1.7
    }

    /* .landing_cards_card {
        min-height: 350px
    } */
}

.landing_cards_brand_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px
}

@media (max-width:768px) {

    .landing_cards_grid,
    .landing_cards_brand_grid {
        grid-template-columns: 1fr 1fr
    }

    .mobile_product_list {
        display: flex
    }

    .mobile_product_list .inner-img {
        height: 100%
    }

    .bb-pro-box .bb-pro-img .inner-img img {
        max-height: 100%;
        height: 100%;
        object-fit: unset
    }

    .bb-pro-contact {
        font-size: 10px;
        line-height: 19px
    }

    .bb-pro-box .bb-pro-contact .bb-price .inner-price .new-price {
        font-size: 16px
    }

    .custom-badge-danger {
        font-size: 13px
    }

    .add-to-cart {
        padding: 4px 9px
    }

    .bb-pro-box .bb-pro-contact h4.bb-pro-title a {
        line-height: 16px
    }

    .bb-pro-box .bb-pro-contact .bb-price .inner-price .old-price {
        font-size: 13px
    }

    .bb-breadcrumb-inner h2.bb-breadcrumb-title {
        font-size: 11px
    }

    .bb-breadcrumb-inner .bb-breadcrumb-list li {
        font-size: 9px
    }

    .bb-single-pro-contact .bb-single-price-wrap .bb-single-price .sku h5 {
        font-size: 15px
    }
}

.bb-pro-tab ul.bb-pro-tab-nav {
    margin: 0 -20px
}

.bb-pro-tab ul.bb-pro-tab-nav li a {
    padding: 0 20px;
    font-size: 16px;
    color: #686e7d;
    font-weight: 500;
    text-transform: capitalize
}

.bb-pro-tab ul.bb-pro-tab-nav li a.active {
    color: #BF201F
}

.bb-pro-tab ul.bb-pro-tab-nav li:not(:last-child) {
    position: relative
}

.bb-pro-tab ul.bb-pro-tab-nav li:not(:last-child):after {
    content: "/";
    position: absolute;
    right: -4px;
    top: 0;
    font-size: 12px;
    color: #686e7d
}

@media (min-width:320px){
    .myLandingSwiper{
       min-height: 250px;
    }
}

@media (min-width:576px){
    .myLandingSwiper{
       min-height: 265px;
    }
}

@media (min-width:768px){
    .myLandingSwiper{
       min-height: 300px;
    }
}

@media (min-width:992px){
    .myLandingSwiper{
       min-height: auto;
    }
}

@media only screen and (max-width:991px) {
    .bb-pro-tab ul.bb-pro-tab-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width:768px){
    .otp_section_step {
        padding: 30px;
    }

    .landing_cards_card {
        padding: 12px;
    }

    .landing_cards_card a {
        font-size: 15px;
    }
    
}

@media (min-width:998px) {
    .min_width_50 {
        width: 50%
    }
}

.js-swiper-wrapper.swiper-wrapper {
    flex-wrap: nowrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.js-swiper-slide.swiper-slide {
    height: auto
}

@media (min-width:1200px) and (max-width:1400px) {
    .swiper_slider_responsive .swiper-slide img {
        max-height: 550px;
        object-fit: fill
    }
}

@media (min-width:1300px){
    .landing_cards_title{
        font-size: 15px;
    }
    .myLandingSwiper .swiper-slide{
        width: 190px !important;
    }
}

@media (min-width:1400px){
    .landing_cards_title{
        font-size: 18px;
    }
    .myLandingSwiper .swiper-slide{
        width: 230px !important;
    }
}

.about-us-image img{
    max-width: 300px;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.about-us-image img:hover{
    transform: scale(1.02);
}

.bb-details p img{
 width: 100%;
}

@media (max-width: 768px){
    .flex-d-col-reverse{
        flex-direction: column-reverse;
    }
}
