/*!
Script: NeoCart
Author: Gravity Infotech
Support: infotechgravity@gmail.com
Version: 3.1
*/

/* CSS Document */
@import url(../css/plugins/animation.css);
@import url(../css/plugins/bootstrap.min.css);
@import url(../css/plugins/light-box.css);
@import url(../css/plugins/ion.rangeSlider.min.css);
@import url(../css/plugins/owl-carousel.css);
@import url(../css/plugins/owl-theme.css);
@import url(../css/plugins/themify.css);
@import url(../css/plugins/morris.css);
@import url(../css/plugins/line-icons.css);
@import url(../css/plugins/iconfont.css);
@import url(../css/plugins/flaticon.css);
/*------------------------------------
  Fonts
------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@200;400;500;600;700&display=swap');

/*------------------------------------
  Preloader
------------------------------------*/
.loaderbg {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.preloader {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader {
    width: 25px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid #0000;
    border-right-color: #ff0000;
    animation: l24 1s infinite linear;
}

.loader:before,
.loader:after {
    content: "";
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: inherit;
    animation: inherit;
    animation-duration: 2s;
}

.loader:after {
    animation-duration: 4s;
}

@keyframes l24 {
    100% {
        transform: rotate(1turn)
    }
}

:root {
    --bs-primary: #C5DFF8;
    --bs-secondary: #4A55A2;
    --bs-primary-rgb: color-mix(in srgb, var(--bs-primary), transparent 70%);
    --bs-primary-light: color-mix(in srgb, var(--bs-primary), transparent 85%);
}

i.req {
    color: #e41515;
}

ul,
ol {
    padding: 0;
    margin: 0;
}


/* table css */

table tbody tr {
    vertical-align: middle;
}

/*--- end of preloader ---*/
/*------------------------------------------------------------
  Global Settings
-------------------------------------------------------------*/
* {
    outline: none;
}

.modal-open {
    overflow: hidden !important;
}

body {
    background: #ffffff;
    color: #121212;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    overflow-x: hidden !important;
    font-weight: 400;
}

html {
    position: relative;
    min-height: 100%;
}

a {
    color: #4a5682;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover,
a:focus {
    text-decoration: none;
}


.bg-primary-rgb {
    background-color: var(--bs-primary-rgb) !important;
}

/* gap */

.g-6,
.gy-6 {
    --bs-gutter-x: 4rem;
}

.img-responsive {
    width: 100%;
    height: auto;
    display: inline-block;
}

.img-rounded {
    border-radius: 4px;
}

.border-none {
    border: 0px !important;
}

.box-shadow-white {
    box-shadow: #fff 0px 0px 0px 1px inset !important;
}

html body .mdi:before,
html body .mdi-set {
    line-height: initial;
}

.form-check-input:checked {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary) !important;
}

.btn.btn-primary {
    background-color: var(--bs-primary) !important;
    color: #fff;
    padding: 14px 20px;
    border: 0px;
    font-weight: 500;
    border-radius: 10px;
}

.btn.btn-outline-primary {
    background-color: transparent !important;
    border: 1px solid var(--bs-primary) !important;
    color: var(--bs-primary) !important;
    padding: 14px 20px;
    font-weight: 500;
    border-radius: 10px;
}

.btn.btn-secondary {
    background-color: var(--bs-secondary) !important;
    color: #fff;
    padding: 14px 20px;
    border: 0px;
    font-weight: 500;
    border-radius: 10px;
}

.btn.btn-danger {
    background-color: #dc3545 !important;
    color: #fff;
    padding: 14px 20px;
    border: 0px;
    font-weight: 500;
    border-radius: 10px;
}

.btn.btn-success {
    background-color: #198754 !important;
    color: #fff;
    padding: 14px 20px;
    border: 0px;
    font-weight: 500;
    border-radius: 10px;
}

/* for cookie */
.js-cookie-consent-agree.btn.btn-primary {
    background-color: var(--bs-primary) !important;
    color: #fff;
    padding: 9px 20px !important;
    border: 0px;
    font-weight: 500;
    border-radius: 10px;
}

.btn-border-white {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    padding: 7px 20px;
    font-weight: 500;
    border-radius: 10px;
}

@media (min-width: 200px) and (max-width: 767px) {

    .btn.btn-primary,
    .btn.btn-secondary,
    .fill_btn,
    .outline_btn,
    .wishlist_btn,
    .banner_btn,
    .btn.btn-danger,
    .btn.btn-success,
    .filter_btn_border,
    .btn.btn-outline-primary {
        padding: 10px 26px !important;
        font-size: 14px;
    }

    .btn.outline_btn span {
        font-size: 14px;
    }

    .btn-border-white {
        padding: 6px 26px;
    }
}

/* .accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 16px !important;
} */

section {
    position: relative;
}

section.bt-mid {
    padding: 80px 0 65px;
    position: relative;
}

section.cen-mid {
    padding: 80px 0 50px;
    position: relative;
}

.box-shadow-none {
    box-shadow: none !important;
}

.gray-bg {
    background: #f7f7f7;
    background-repeat: repeat;
    background-position: center;
}

.gray {
    background: #f4f5f7;
}

.gray-dark {
    background: #dce1e7;
}

.gray-simple {
    background: #f7f9fc;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-secondary {
    background-color:#f2eded var(--bs-secondary) !important;
}

.justify-content-normal {
    justify-content: normal !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.bg-1 {
    background: #f7d0cb;
}

.bg-2 {
    background: #dde9ed;
}

.tbl {
    display: table;
}

.list-style-none {
    list-style: none !important;
}

.full-height {
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.no-ul-list {
    padding: 0;
}

.no-ul-list li {
    list-style: none;
}

.full-width {
    width: 100%;
}

p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
    margin: 0 0 10px;
}


.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.explore-content p {
    font-size: 19px;
    font-style: italic;
}

.explore-content h1,
.explore-content h2 {
    font-weight: 600;
}

.shadow-0 {
    box-shadow: none !important;
}

.dn {
    display: none;
}

/*------------ GLobal Settings: Heading-------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #121212;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0px;
}


.lead {
    font-size: 20px !important;
}

.lead-i {
    font-size: 22px !important;
    font-style: italic;
}


html body .dl {
    display: inline-block;
}

html body .db {
    display: block;
}

.no-wrap td,
.no-wrap th {
    white-space: nowrap;
}

.theme-cl {
    color: #5dbf13;
}

.theme-bg {
    background: #2291ff;
}

.devided {
    position: relative;
    border-top: 1px solid #eaedf5;
}

.devided span {
    text-align: center;
    position: relative;
    padding: 5px 20px 6px;
    border: 1px solid #eaedf5;
    border-radius: 50px;
    line-height: 0;
    background: #ffffff;
    top: -12px;
}

/* ==== text-size ==== */
.fs-7 {
    font-size: 15px !important;
}

.fs-8 {
    font-size: 14px !important;
}

.fs-9 {
    font-size: 13px !important;
}

.fs-10 {
    font-size: 12px !important;
}

.fs-11 {
    font-size: 10px !important;
}

/* ==== text-size end ==== */

p,
span {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

/*---------------- Global Element: data-overlay --------------*/
[data-overlay] {
    position: relative;
}

[data-overlay]:before {
    position: absolute;
    content: '';
    background: #052044;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.theme-ov[data-overlay]:before {
    background: linear-gradient(109.7deg, rgba(229, 0, 57, 1) 1.8%, rgba(162, 91, 182, 1) 90.2%);
}

.imagebg {
    position: relative;
}

.imagebg .container {
    z-index: 2;
}

.imagebg .container:not(.pos-absolute) {
    position: relative;
}

.imagebg:not(.image--light) h1,
.imagebg:not(.image--light) h2,
.imagebg:not(.image--light) h3,
.imagebg:not(.image--light) h4,
.imagebg:not(.image--light) h5,
.imagebg:not(.image--light) h6,
.imagebg:not(.image--light) p,
.imagebg:not(.image--light) ul,
.imagebg:not(.image--light) blockquote {
    color: #fff;
}

.imagebg:not(.image--light) .bg--white h1,
.imagebg:not(.image--light) .bg--white h2,
.imagebg:not(.image--light) .bg--white h3,
.imagebg:not(.image--light) .bg--white h4,
.imagebg:not(.image--light) .bg--white h5,
.imagebg:not(.image--light) .bg--white h6 {
    color: #252525;
}

.imagebg:not(.image--light) .bg--white p,
.imagebg:not(.image--light) .bg--white ul {
    color: #666666;
}


/*------------ Global Settings: Spinner ----------------*/
@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
    border: 3px solid;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: $spinner-width-sm;
    height: $spinner-height-sm;
    border-width: $spinner-border-width-sm;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-bottom;
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 30px;
    height: 30px;
}

/*-------------- Background Colors ----------------*/

.bg-transparent {
    background-color: transparent !important;
}

/*----------- GLobal Settings: Video ------------------*/
.cover .video-block:not(:first-child):not(:last-child) {
    margin: 2.77em 0;
}

.video-play-icon {
    width: 6.42857143em;
    height: 6.42857143em;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    display: inline-block;
    border: 2px solid #ffffff;
    cursor: pointer;
    line-height: 6em;
    background: #ffffff;
    box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
}

.video-play-icon a {
    font-size: 3em;
    color: #5dbf13;
}

/*----------- GLobal Settings: Pagination ------------------*/
.pagination {
    display: block;
    padding-left: 0;
    border-radius: 4px;
    margin: 20px auto 0 !important;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.pagination>li>a,
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 0;
    margin: 5px;
    color: #5a6f7c;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #eaeff5;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 2;
    color: #ffffff;
    cursor: pointer;
    background-color: #5dbf13;
    border-color: #5dbf13;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    background: var(--bs-secondary) !important;
    border: 1px solid var(--bs-secondary) !important;
    border-radius: 50% !important;
    box-shadow: none !important;
    color: #fff
}

.pagination>li {
    display: inline;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #5dbf13;
    border-color: #5dbf13;
}

.pagination .page-item.left .page-link,
.pagination .page-item.right .page-link {
    width: auto;
    height: 42px;
    border-radius: 50px !important;
    padding: 0 22px !important;
    display: flex;
    align-items: center;
}

.pagination>li {
    display: inline-block;
}

.pagination .page-item.left {
    float: left !important;
}

.pagination .page-item.right {
    float: right;
}

/*----------- Global Settings: Custom Checkbox & Radio Button ----------------*/
.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: text-top;
    margin: 5px 0;
    cursor: pointerer;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}

.checkbox-custom+.checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.radio-custom+.radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    background: #5dbf13;
    border-radius: 2px;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:before {
    background: #5dbf13;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.company-brands label {
    font-weight: normal;
    color: #828f99;
    font-size: 15px;
}

.checkbox-custom:focus+.checkbox-custom-label,
.radio-custom:focus+.radio-custom-label {
    outline: none
        /* focus style */
}

.company-brands input[type='checkbox']:focus {
    outline: none;
}

.company-brands label:focus {
    outline: none;
}

/*--------------- GLobal Settings: On off switch ---------------*/
.onoffswitch {
    position: relative;
    width: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin: 0 auto;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "";
    padding-right: 27px;
    background-color: #5dbf13;
    color: #FFFFFF;
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 24px;
    background-color: #3e4555;
    color: #999999;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 23px;
    margin: 6px;
    background: #FFFFFF;
    height: 23px;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 35px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

/*----------- GLobal Settings: Custom Radio Button ------------*/
.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: text-top;
    margin: 5px 0;
    cursor: pointerer;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}

.checkbox-custom+.checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.radio-custom+.radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #d8dfe6;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    background: #252c41;
    border-radius: 2px;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:before {
    background: #252c41;
    box-shadow: inset 0px 0px 0px 4px #fff;
}

.company-brands label {
    font-weight: normal;
    color: #828f99;
    font-size: 15px;
}

.checkbox-custom:focus+.checkbox-custom-label,
.radio-custom:focus+.radio-custom-label {
    outline: none
        /* focus style */
}

.company-brands input[type='checkbox']:focus {
    outline: none;
}

.company-brands label:focus {
    outline: none;
}

/*------------- GLobal Settings: Bootstrap 4 hack --------------*/
.card-columns {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.card-columns .card {
    margin-bottom: 30px;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

/*---------- GLobal Settings: Section Heading Style ---------*/
.sec-heading {
    margin-bottom: 2rem;
}

.sec-heading.lg {
    margin-bottom: 30px;
}

.sec-heading.center {
    text-align: center;
}

.sec-heading h2,
.sec-heading p {
    margin-bottom: 5px;
}

.sec-heading.light h2,
.sec-heading.light p {
    color: #ffffff;
}

.color-heading .sec-heading h2 {
    color: #F5A11C;
}

.sec-heading p {
    margin-bottom: 0;
    line-height: 1.2;
}

.sec-heading-flex {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
}

.main-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;

}

.sec-heading-flex-last .btn {
    height: 40px;
    padding: 5px 20px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}

.f_2 {
    font-family: 'Montserrat', sans-serif;
}

.single-items {
    padding: 0 10px;
}

.property-slide,
.item-slide {
    margin: 0 -15px;
}

.sec-heading2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.sec-left {
    flex: 1;
}

.sec-left h3 {
    font-size: 20px;
    margin-bottom: 0px;
}

.sec-right a {
    font-size: 14px;
    font-weight: 600;
    opacity: 0.7;
}

/*------------ GLobal Settings: All Forms Style ---------------*/
.frm_submit_block {
    margin-bottom: 30px;
}

label {
    font-size: 14px;
    font-weight: 500;
}

input,
textarea {
    box-shadow: none !important;
}

.btn_danger {
    background-color: #dc3545 !important;
}

.form-control,
.form-control:focus {
    border-radius: 4px;
    font-size: 14px;
    box-shadow: none;
    padding: 0.5rem 0.75rem;
    border: 1px solid #e6eaf3;
    background-clip: initial;
}

.input-h {
    padding: 13px 18px !important;
    font-weight: 500 !important;
    font-size: 14px;
}

.form-control {
    border-radius: 8px;
    font-size: 14px;
    box-shadow: none;
    padding: .5rem .75rem;
    border: 1px solid #e6eaf3;
    background-clip: initial;
}

.submit-form .form-control,
.submit-page .form-control,
.frm_submit_block .form-control {
    background: transparent;
    border: 1px solid #ebedf5;
    border-radius: 3px;
    color: #646e77;
    border-radius: 8px;
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.frm_submit_block h3 {
    margin-left: 10px;
}

.form-control.simple {
    background: #f2f3f5;
    border-color: #f2f3f5;
    border-radius: 4px;
}

.select2-container {
    width: 100% !important;
    z-index: 55;
}

span.select2-selection.select2-selection--single {
    padding-left: 15px;
    border-radius: 4px;
    border: 1px solid #e6eaf3;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-radius: 0;
    border: none;
    height: 54px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #16447d;
    font-weight: 500;
    line-height: 54px;
    text-align: left;
    padding: 0 15px 0 0;
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}

.full_search_box.modern .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 29px;
}

.full_search_box.modern .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 29px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #647b9c transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #647b9c;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 14px;
    top: 1px;
}

.image-bg .form-control,
.bg--dark .form-control {
    color: #495057 !important;
}

select.form-control:not([size]):not([multiple]) {
    height: 56px;
}

select.form-control.fc-lg:not([size]):not([multiple]) {
    height: 62px;
}

.form-control.fc-lg {
    height: 62px;
}

textarea.form-control {
    height: 100px;
}

textarea.form-control.big {
    height: 180px;
}

.form-control::-webkit-input-placeholder {
    color: #647b9c;
    font-weight: 500;
}

.form-control:-ms-input-placeholder {
    color: #647b9c;
    font-weight: 500;
}

.form-control::placeholder {
    color: #647b9c;
    font-weight: 500;
}

/*------------- Form --------------*/
.tip-topdata {
    position: relative;
    color: #fff;
    text-decoration: none;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #394d8c;
    border-radius: 50%;
    text-align: center;
    line-height: 19px;
    margin-left: 5px;
    font-size: 9px;
}

.tip-topdata:before {
    content: attr(data-tip);
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    z-index: 999;
    white-space: nowrap;
    bottom: 9999px;
    left: 0;
    background: #394d8c;
    color: #ffffff;
    padding: 7px 15px;
    line-height: 25px;
    border-radius: 3px;
    top: -42px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    text-shadow: none;
    display: inline-table;
}

.tip-topdata:hover:before {
    opacity: 1;
}

.frm_submit_block .select2-container--default .select2-selection--single {
    background-color: #f9fafc;
    border-radius: 0;
    border: none;
    height: 56px;
    border: 1px solid #ebedf5;
    border-radius: 4px;
    padding-left: 15px;
}

.frm_submit_block .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
}

/**************************************
  Header Navigation Styles
***************************************/
/*--------- General Features: Topbar -----------*/
.topbar-head {
    padding: 12px 0px;
    background: #13213a;
}

.topbar-wrap {
    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;
}

.topbar-head ul.tp-list {
    display: inline-block;
    margin-right: 0;
    margin: 0;
    padding: 0;
}

.topbar-head ul.tp-list.nbr {
    border-right: none;
}

.topbar-head ul li {
    display: inline-block;
    list-style: none;
    padding-right: 18px;
}

.topbar-head ul ul.dropdown-menu.mlix-wrap li a img {
    display: inline-block;
    max-width: 15px;
    margin-right: 5px;
}

.topbar-head ul li:last-child {
    padding-left: 0px;
}

.topbar-head ul li a {
    color: #FFF;
    font-weight: 400;
    font-size: 12px;
}

ul.dropdown-menu.mlix-wrap {
    background: #ffffff;
    max-width: 120px !important;
    min-width: 60px;
    padding: 1rem;
    right: auto !important;
    left: 0;
    border: none;
    box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
}

.topbar-head ul ul.dropdown-menu.mlix-wrap li {
    padding-right: 0;
    width: 100%;
}

ul.tp-nav li {
    margin-bottom: 10px;
    display: block;
    transition: all ease 0.4s;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfe3ea;
}

ul.tp-nav li:hover,
ul.tp-nav li:focus {
    margin-left: 10px;
}

.tp-side-menu {
    padding: 5px 10px;
    background: #1a2b4a;
    border-radius: 2px;
    color: #859cc5 !important;
}

ul.tp-list li a {
    font-size: 13px;
    color: #5872ab;
    font-weight: 600;
    text-transform: uppercase;
}

/*----------- Navigation -------------*/
#countryList {
    left: 20px;
}

@media (min-width: 280px) and (max-width: 576px) {
    #countryList {
        left: 10px;
    }
}

#countryList.rtl {
    right: 20px;
    left: unset;
}

#countryList .list-group {
    z-index: 999 !important;
    width: auto;
    max-height: 396px !important;
    height: auto !important;
}

.header a {
    font-size: 13px;
    color: #000;
}

.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu>li>a {
    color: #ffffff;
}

.menu__list,
.nav-dropdown,
.nav-menu,
ul {
    list-style: none
}

.menu__link,
.navigation,
.navigation * {
    -webkit-tap-highlight-color: transparent
}

.navigation,
.navigation * {
    box-sizing: border-box
}

.navigation {
    width: 100%;
    display: table;
    position: relative;
    font-size: 14px;
}

/* .nav-toggle, */
.navigation-hidden .nav-header {
    display: none
}

.general_header .navigation-portrait {
    height: auto;
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.align-to-right {
    float: right;
    letter-spacing: 0.1px;
}

.nav-header {
    float: left
}

.nav-brand {
    font-size: 24px;
    padding-left: 0;
    text-decoration: none !important
}

.deatils ul li a,
.indicate a,
.logo h1 a,
.nav-button,
.nav-dropdown>li>a,
.nav-menu>li>a,
nav a {
    text-decoration: none
}

.navigation-portrait .nav-brand {
    font-size: 18px;
    line-height: 48px
}

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left
}

.nav-logo:focus>img {
    outline: initial
}

.deatils ul li a,
.indicate a,
.menu__link:focus,
.menu__link:hover,
nav a,
nav a:focus,
nav a:hover {
    outline: 0
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0
}

.navigation-portrait .nav-menus-wrapper {
    width: 260px;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: var(--bs-secondary);
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .8s;
    transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: .8s;
    transition-timing-function: ease
}

.nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    right: 0
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 40px;
    margin: 10px 7px;
    display: none;
    float: right;
    color: #70798b;
    font-size: 26px;
    cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block
}

.nav-menu {
    margin: 0;
    padding: 0;
    line-height: normal
}

.navigation-portrait .nav-menu {
    width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left
}

.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #252731;
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #252731
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none
}

.nav-menu>li>a,
.nav-menu>li>div>a {
    padding: 14px 13px 14px 20px;
    font-size: 16px;
    font-weight: 500;
}

.navigation-portrait .nav-menu>li>a {
    height: auto;
    width: 100%;
    color: #8e909e;
    padding: 12px 15px 12px 26px
}

.nav-menu>li>a>[class*=ion-],
.nav-menu>li>a>i {
    width: 18px;
    height: 16px;
    line-height: 16px;
    -ms-transform: scale(1.4);
    top: 1px;
    position: relative;
}

.nav-menu>li>a>[class*=ion-] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    border: none !important
}

.nav-menu+.nav-menu>li:first-child {
    position: relative;
}

.nav-menu+.nav-menu.dhsbrd>li:first-child:before {
    display: none;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto
}

.nav-menu.nav-menu-social>li>a>[class*=ion-] {
    font-size: 12px
}

.nav-menu.nav-menu-social>li>a>.fa,
.nav-menu.nav-menu-social>li>a>.fas {
    font-size: 15px
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all .3s
}

.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 44px;
    margin-top: 0;
    position: absolute;
    text-align: center;
    z-index: 20000
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #ffffff #ffffff transparent;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: border .3s
}

.general_header .submenu-indicator-chevron {
    border-color: transparent #31429a #31429a transparent;
}

.nav-dropdown .submenu-indicator-chevron {
    border-color: transparent #49596f #49596f transparent;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 18px;
    left: 24px
}

.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron,
.nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #ffc107 #ffc107 transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px
}

.navigation-hidden .nav-search {
    display: none
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #70798b;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: color .3s
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: '';
    pointer-events: none
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%)
}

.nav-search-button:hover .nav-search-icon {
    color: #F5A11C
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px
}

.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table
}

.navigation-portrait .nav-search-inner {
    height: 48px
}

.nav-search-inner input[type=search],
.nav-search-inner input[type=text] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #70798b;
    outline: 0;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all .3s
}

.navigation-portrait .nav-search-inner input[type=search],
.navigation-portrait .nav-search-inner input[type=text] {
    height: 48px;
    font-size: 18px;
    line-height: 48px
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #70798b;
    font-size: 20px;
    cursor: pointer;
    text-align: center
}

.nav-button,
.nav-text {
    display: inline-block;
    font-size: 14px
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-color: #F5A11C;
    transition: opacity .3s
}

.nav-button:focus,
.nav-button:hover {
    color: #fff;
    text-decoration: none;
    opacity: .85
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px
}

.nav-text {
    margin: 25px 15px;
    color: #70798b
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px
}

.nav-dropdown {
    min-width: 250px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 98;
    white-space: nowrap
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0
}

.nav-dropdown .nav-dropdown {
    left: 100%
}

.nav-menu>li .nav-dropdown {
    border: none;
    padding: 15px;
    background: #ffffff;
    border-radius: 0.5rem;
    box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
    -webkit-box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
}

.nav-menu>li>.nav-dropdown:before {
    background-color: #ffffff;
    content: "";
    width: 22px;
    height: 22px;
    left: 27px;
    top: -10px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left
}

.nav-dropdown>li>a {
    width: 100%;
    padding: 14px 20px 14px 10px;
    border-bottom: 1px solid #e4e8ec;
    display: inline-block;
    float: left;
    color: #70798b;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.nav-dropdown>li:last-child>a {
    border-bottom: none;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
    padding-left: 20px;
    color: #F5A11C;
}

.social-icon a i,
.social-icons a i {
    width: 32px;
    height: 32px;
    display: inline-block;
    border-radius: 16px
}

.nav-dropdown>.focus>a,
.nav-dropdown>li:hover>a {
    color: #F5A11C;
}

.nav-dropdown.nav-dropdown-left {
    right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%
}

.navigation-landscape .nav-dropdown-left>li>a {
    text-align: right
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 16px;
    position: absolute
}

.menu__list,
.navbar,
nav a {
    position: relative
}

.navigation-portrait .submenu-indicator {
    right: 0;
    top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-dropdown>.focus>a .submenu-indicator-chevron,
.nav-dropdown>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #F5A11C #F5A11C transparent
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
    left: 10px
}

.navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

nav a {
    display: inline-block
}

.header-top {
    padding: 1em 0;
    background: #05222A
}

.indicate {
    float: left
}

.deatils {
    float: right
}

.indicate a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle
}

.deatils ul li i,
.indicate i {
    font-size: 1.2em;
    color: #888f90;
    vertical-align: middle
}

.indicate i {
    margin-right: .5em
}

.deatils ul li {
    display: inline-block;
    margin: 0 5px
}

.deatils ul li i {
    margin-right: .5em
}

.deatils ul li a {
    font-size: 1.1em;
    color: #C6C7C7;
    vertical-align: middle
}

.social-icons {
    float: right;
    margin-top: .7em
}

.logo h1 a {
    color: #fff;
    font-size: 1.3em
}

.logo span {
    display: block;
    font-size: .32em;
    letter-spacing: 4px
}

.header-bottom {
    padding: 1em 0
}

.navbar-nav {
    float: left;
    margin: 0
}

.navbar-default {
    background: #fff;
    border: none !important
}

.navbar-default .navbar-nav>li>a {
    color: #05222A;
    font-size: 1.3em;
    font-weight: 900
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #02B875;
    background-color: #fff
}

.navbar {
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #05222A;
    background-color: #fff
}

.menu__list {
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit
}

.menu__item {
    display: block;
    margin: 1em 0
}

.menu__link {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.menu--francisco .menu__item {
    margin: 0 1.5em
}

.menu--francisco .menu__link {
    position: relative;
    overflow: hidden;
    height: 3em;
    padding: 1em 0;
    text-align: center;
    color: #b5b5b5;
    -webkit-transition: color .3s;
    transition: color .3s
}

.menu--francisco .menu__link:focus,
.menu--francisco .menu__link:hover {
    color: #929292
}

.menu--francisco .menu__item--current .menu__link {
    color: #02B875
}

.menu--francisco .menu__link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    opacity: 0;
    background: #02B875;
    -webkit-transform: translate3d(0, -3em, 0);
    transform: translate3d(0, -3em, 0);
    -webkit-transition: -webkit-transform 0s .3s, opacity .2s;
    transition: transform 0s .3s, opacity .2s
}

.menu--francisco .menu__item--current .menu__link::before,
.menu--francisco .menu__link:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s, opacity .1s;
    transition: transform .5s, opacity .1s;
    -webkit-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.menu--francisco .menu__helper {
    display: block;
    pointer-events: none
}

.menu--francisco .menu__item--current .menu__helper,
.menu__link:hover .menu__helper {
    -webkit-animation: anim-francisco .3s forwards;
    animation: anim-francisco .3s forwards
}

@-webkit-keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes anim-francisco {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.nav-menu.nav-menu-social>li.login_click {
    border-radius: 2px;
    top: 19px;
    position: relative;
    height: 45px;
    padding: 0px;
    margin-left: 10px;
}

.nav-menu.nav-menu-social>li.login_click.style-2 {
    border-radius: 4px;
    min-width: 140px;
    top: 17px;
    position: relative;
    height: 46px;
}

.nav-menu.nav-menu-social>li.login_click a {
    top: 0px;
    padding: 30px 20px;
    color: #ffffff !important;
}

.nav-menu.nav-menu-social>li.login_click.dark-bg {
    background: #2e3654;
}

.nav-menu.nav-menu-social>li.login_click.bg-whit {
    background: #ffffff !important;
}

.nav-menu.nav-menu-social>li.login_click.bg-whit a {
    color: #333333 !important;
}

.nav-menu.nav-menu-social>li.login_click {
    border-radius: 4px;
    top: 20px;
    position: relative;
    height: 42px;
    padding: 0 5px;
    margin-left: 10px;
    background: #131b31;
    border: 1px solid #131b31;
}

.nav-menu.nav-menu-social>li.login_click.search {
    border-radius: 4px;
    top: 20px;
    position: relative;
    height: 42px;
    padding: 0 5px;
    margin-left: 10px;
    background: transparent;
    border: none;
}

.login_click.search .form-inline.addons .form-control {
    border-radius: 3px 0px 0px 3px;
    height: 42px;
    font-size: 13px;
}

.login_click.search .form-inline.addons button {
    border-radius: 0 3px 3px 0;
    height: 42px;
    padding: 0 15px 0 0px;
}

.nav-menu.nav-menu-social>li.login_click.bg-green {
    background: #00ba74;
    border: 1px solid #00ba74;
}

.nav-menu.nav-menu-social>li.login_click.bg-red {
    background: #5dbf13;
    border: 1px solid #5dbf13;
}

.nav-menu.nav-menu-social>li.login_click.light {
    transition: all ease 0.4s;
    background: #ffffff;
    border: 1px solid rgba(100, 123, 156, 0.3) !important;
}

.nav-menu.nav-menu-social>li.login_click.light a {
    color: #5dbf13 !important;
}

.nav-menu.nav-menu-social>li.login_click.light.green a {
    color: #202b44 !important;
}

.nav-menu.nav-menu-social>li.login_click.light:hover,
.nav-menu.nav-menu-social>li.login_click.light:focus {
    background: #5dbf13;
    border-color: #5dbf13 !important;
}

.nav-menu.nav-menu-social>li.login_click.light:hover a,
.nav-menu.nav-menu-social>li.login_click.light:focus a {
    color: #ffffff !important;
}

.main_header {
    background: #5dbf13;
    min-height: 100px;
    display: flex;
    position: relative;
    align-items: center;
}

.search_blocks .form-control {
    border: none;
    background-color: #f3f5f6;
}

.search_blocks button.btn.search_btn {
    border: none;
    background: #ffffff;
    color: #5dbf13;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 6px 6px 0;
}

.blocks.search_blocks {
    max-width: 80%;
}

.single_shop_cart {
    display: flex;
    float: left;
    margin-right: 1.5rem;
    align-items: center;
}

.single_shop_cart:last-child {
    margin-right: 0rem;
}

.ss_cart_content {
    flex: 1;
}

.ss_cart_left {
    margin-right: 7px;
}

.ss_cart_left .cart_box {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    position: relative;
}

span.qut_counter {
    position: absolute;
    width: 18px;
    height: 18px;
    display: flex;
    background: #FFC107;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    top: -6px;
    right: -6px;
    color: #ffffff;
}

.ss_cart_content strong {
    display: block;
    color: #FFC107;
}

.ss_cart_content span {
    color: #ffffff;
}

a.shop_category {
    padding: 12.5px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff !important;
}

div#mySearch {
    z-index: 9;
    position: absolute;
    bottom: -55px;
    padding: 0 10px;
    width: 100%;
}

#mySearch .blocks.search_blocks {
    width: 100%;
    max-width: 100%;
}

/*--------- Dashboard Dropdown ----------*/
.btn-group.account-drop {
    position: relative;
    padding: 19px 15px;
}

.account-drop .dropdown-menu a {
    padding: 0.6rem 0;
    font-size: 14px;
}

.account-drop .dropdown-menu {
    top: 60px !important;
    right: 0 !important;
    background: #fff;
    box-shadow: none;
    border: solid 1px #ebedf3;
    min-width: 200px;
    left: initial !important;
    padding: 0.4rem 1rem;
}

.header_nav {
    background: #F5A11C;
}

/*--------------- cart Menu --------------*/
.general_header .nav-menu>li>a {
    color: #31429a;
    font-weight: 500;
}

.general_head_right {
    text-align: right;
}

.general_head_right ul {
    display: block;
    padding: 0;
    margin: 0;
}

.general_head_right ul li {
    display: inline-block;
    padding-left: 22px;
}

.general_head_right ul li:first-child {
    padding-left: 10px;
}

.general_head_right ul li a {
    position: relative;
    font-weight: 600;
    color: #31429a;
    font-size: 18px;
}

.general_head_right ul li a span {
    padding: 4px;
    width: 18px;
    height: 18px;
    position: absolute;
    display: inline-flex;
    top: -5px;
    right: -15px;
    background: #2bb14e;
    border-radius: 50%;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.general_header .nav-menu>.active>a,
.general_header .nav-menu>.focus>a,
.general_header .nav-menu>li:hover>a {
    color: #F5A11C !important;
}

.general_header .nav-menu>.active>a .submenu-indicator-chevron,
.general_header .nav-menu>.focus>a .submenu-indicator-chevron,
.general_header .nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #F5A11C #F5A11C transparent;
}

.general_header .nav-dropdown>.focus>a,
.general_header .nav-dropdown>li:hover>a {
    color: #F5A11C;
}

/*----------- Top bar --------------*/
.header_topbar {
    background-color: #fff;
    padding: 10px 0;
}

ul.tp-list li {
    display: inline-block;
    margin-right: 1rem;
    position: relative;
}

ul.tp-list li:last-child {
    margin-right: 0rem;
}

.topbar_menu {
    text-align: right;
    width: 100%;
    display: block;
}

.topbar_menu ul {
    display: block;
    padding: 0;
    margin: 0;
    float: left;
}

.topbar_menu ul li {
    display: inline-block;
    font-size: 13px;
    margin-left: 15px;
}

.topbar_menu ul li a {
    font-weight: 600;
    color: #5872ab;
}

.topbar_menu ul li a i {
    margin-right: 7px;
}

/*--------- Category Menu -------------*/
div#myCategories {
    position: absolute;
    z-index: 2;
}

#cats_menu {
    padding: 0;
    margin: 0;
    border: 0;
    line-height: 1;
}

#cats_menu ul,
#cats_menu ul li,
#cats_menu ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#cats_menu ul {
    position: relative;
    z-index: 700;
    float: left;
}

#cats_menu ul li {
    float: left;
    min-height: 1px;
    line-height: 1em;
    vertical-align: middle;
    position: relative;
}

#cats_menu ul li.hover,
#cats_menu ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

#cats_menu ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 598;
    width: 100%;
}

#cats_menu ul ul li {
    float: none;
}

#cats_menu ul ul ul {
    top: -2px;
    right: 0;
}

#cats_menu ul li:hover>ul {
    visibility: visible;
}

#cats_menu ul ul {
    top: 1px;
    left: 99%;
}

/* ===== rtl class ===== */
#cats_menu.rtl,
#cats_menu.rtl ul ul {
    top: 1px;
    left: unset;
    right: 99%;
    text-align: end;
}


#cats_menu ul li {
    float: none;
}

#cats_menu ul ul {
    margin-top: 1px;
}

#cats_menu ul ul li {
    font-weight: normal;
}

/* Custom CSS Styles */
#cats_menu {
    width: 250px;
    background: #ffffff;
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
    -webkit-box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
}

#cats_menu:before {
    content: '';
    display: block;
}

#cats_menu:after {
    content: '';
    display: table;
    clear: both;
}

#cats_menu a {
    display: block;
    padding: 17px 20px;
    text-decoration: none;
    border-bottom: 1px dashed #e5e8ef;
}

#cats_menu ul li:last-child a,
#cats_menu ul ul>li:last-child a {
    border-bottom: none;
}

#cats_menu ul ul ul>li a {
    border-bottom: 1px dashed #e5e8ef !important;
}

#cats_menu ul ul ul>li:last-child a {
    border-bottom: 0px !important;
}


#cats_menu>ul {
    width: 100%;
}

#cats_menu ul ul {
    width: 200px;
    z-index: 700;
}

#cats_menu li {
    position: relative;
}

#cats_menu ul li.has-sub>a:after {
    content: '\f105';
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: 50%;
    right: 19px;
    margin-top: -9px;
}

/* rtl class for cats_menu arrow */
#cats_menu.rtl ul li.has-sub>a:after {
    content: '\f104';
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    top: 50%;
    right: unset !important;
    left: 19px;
    margin-top: -9px;
}

.has-sub:hover,
.has-sub li:hover {
    background-color: var(--bs-primary-light);
    transition: .2s ease-in;
}

#cats_menu ul ul li.first {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

#cats_menu ul ul li.last {
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
    border-bottom: 0;
}

#cats_menu ul ul {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

#cats_menu ul ul {
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
    -webkit-box-shadow: 0px 0px 42px 0px rgba(32, 32, 32, 0.15);
}

#cats_menu ul ul a {
    font-size: 14px;
}

#cats_menu.align-right>ul>li>a {
    border-left: 4px solid #d50000;
    border-right: none;
}

#cats_menu.align-right {
    float: right;
}

#cats_menu.align-right li {
    text-align: right;
}

#cats_menu.align-right ul li.has-sub>a:before {
    content: '+';
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -6px;
}

#cats_menu.align-right ul li.has-sub>a:after {
    content: none;
}

#cats_menu.align-right ul ul {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 598;
    width: 100%;
}

#cats_menu.align-right ul ul li.first {
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0;
}

#cats_menu.align-right ul ul li.last {
    -webkit-border-radius: 0 0 0 3px;
    -moz-border-radius: 0 0 0 3px;
    border-radius: 0 0 0 3px;
}

#cats_menu.align-right ul ul {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

/*----------------------------------------------------
  Banner & Slider Style
----------------------------------------------------*/
.banner {
    display: flex;
    align-items: center;
    min-height: 580px;
    padding: 50px 0;
    position: relative;
}

.banner.inner-radius {
    min-height: 400px;
    margin-top: 1.5rem;
    border-radius: 1.4rem;
}

.banner.inner-radius .banner_img img {
    max-width: 430px;
}

.banner_img img {
    max-width: 530px;
}

.banner.inner-radius .banner_caption {
    padding-left: 50px;
}

.banner_caption p {
    font-size: 18px;
    color: #535d71;
}

.banner_caption.light h4,
.banner_caption.light p {
    color: #ffffff;
}

.banner_caption .btn {
    margin-top: 1rem;
    height: 62px;
    padding: 10px 35px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: #ffffff;
}

.btn-theme {
    background: #5dbf13;
    border-color: #5dbf13;
    color: #ffffff;
    transition: all ease 0.4s;
}

.theme-cl {
    color: #5dbf13;
}

.banner_caption_form .input-group {
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}

.banner_caption_form .form-control {
    height: 62px;
}

.banner_caption_form .blocks.search_blocks {
    max-width: 100%;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
}

.carousel-control-next,
.carousel-control-prev {
    width: 50px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: rgba(2, 2, 2, 0.2);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-size: 40% 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*---------------- Full Banner Style ---------------*/
.full_banner {
    background: #ffecc0;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.5rem;
    min-height: 400px;
}

.blocks.search_blocks.full_banner_form {
    width: 100%;
    max-width: 100%;
    position: relative;
}

.blocks.search_blocks.full_banner_form .form-control {
    height: 65px;
    padding-left: 38px;
    border-radius: 4px 0px 0px 4px;
}

.location_map_code {
    position: absolute;
    max-width: 20px;
    left: 10px;
    top: 50%;
    z-index: 11;
    transform: translate(1px, -50%);
}

img.location_map_target {
    position: absolute;
    max-width: 20px;
    right: 125px;
    top: 50%;
    z-index: 11;
    transform: translate(0px, -50%);
}

.search_blocks.full_banner_form button.btn.search_btn {
    background: #F5A11C;
    border-radius: 0px 4px 4px 0;
    color: #ffffff !important;
}

.short_banner_caption.center {
    text-align: center;
}

.short_banner_caption p {
    font-size: 16px;
    color: #2f3240;
}

.short_banner_caption h2.cl-2 {
    color: #393d52;
}

.light-yellow {
    background: #fefbf2;
}

/*------------- Short Grocery Style ---------------*/
.grocery_light {
    background: #eff8e7;
}

.sec-heading h2 {
    font-weight: 600;
}

.grocery_title {
    color: #0e4603;
}

.grocery_light .owl-carousel .owl-nav button.owl-next,
.grocery_light .owl-carousel .owl-nav button.owl-prev,
.grocery_light .owl-carousel button.owl-dot {
    background: #cee8b7;
    border: 1px solid #b8da99;
}

.short_banner {
    position: relative;
    width: 100%;
    padding: 3rem 1rem 3rem 2rem;
    background: #eff8e7;
    border-radius: 0rem 0 3rem 3rem;
}

.short_banner_caption h2 {
    font-weight: 600;
    color: #136303;
}

.short_banner_caption p {
    color: #12411f;
}

.blocks.search_blocks.shor_banner_form .form-control {
    height: 62px;
}

.blocks.search_blocks.shor_banner_form {
    max-width: 100%;
}

.multi-tab {
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
    text-align: center;
}

.multi-tab ul {
    position: relative;
    display: flex;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
    justify-content: center;
}

.multi-tab ul li {
    padding: 0px;
    list-style: none;
}

.multi-tab ul li a {
    padding: 10px 20px;
    background: transparent;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
}

.multi-tab ul li a.active,
.multi-tab ul li a:hover,
.multi-tab ul li a:focus {
    color: #ffffff;
    background: #F5A11C;
}

/*------------- Electrinic Home ----------------*/
.single_bn_offer {
    position: relative;
}

.side_elec_caption {
    position: absolute;
    top: 10px;
    left: 20px;
    color: #ffffff;
}

.side_elec_caption .top_elec-title {
    margin: 0;
    font-size: 22px;
    color: #ffffff;
}

.side_elec_caption .mid_elec-title {
    margin: 0;
    font-size: 17px;
    line-height: 1.2;
    color: #ffffff;
}

.side_elec_caption .elec_price_rex {
    font-size: 12px;
    font-weight: 500;
}

.side_elec_caption span {
    font-size: 13px;
}

/*----------------------------------------------
  All Types Product Element
---------------------------------------------------*/
.woo_full_flex {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.woo_flex_first {
    flex: 1;
}

/*------------- Deals of The Month ---------------*/
.owl-carousel.deals {
    width: 100%;
    display: block;
    position: relative;
    background: transparent;
    border: 1px solid #eaeef1;
    border-radius: 0.4rem;
}

.latest_deals_box {
    width: 100%;
    position: relative;
    padding: 1.6rem 0;
}

.latest_deals_limit {
    width: 100%;
    margin-top: 2rem;
    border-top: 1px dashed #eaeef1;
    padding: 2.5rem 0;
}

ul.deals_time_counter {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

ul.deals_time_counter li {
    padding: 5px 10px;
    display: block;
    flex: 0 0 25%;
    width: 25%;
    text-align: center;
    list-style: none;
}

.num_time_box {
    width: 100%;
    background: #f4f5f7;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eaedf3;
}

.num_time_box .num_count {
    padding: 10px 5px;
    font-size: 32px;
    font-weight: 600;
    color: #2D3954;
}

.num_type {
    padding: 0.5rem 0;
    background: #ffffff;
    font-weight: 600;
    font-size: 13px;
}

/*------------- Verticle products ---------------*/
.woo_verticle_product {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 25px;
}

.woo_vertivle_thumb {
    width: 90px;
    height: 90px;
    background: #f4f5f7;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woo_verticle_product_caption {
    flex: 1;
    padding-left: 15px;
}

.woo_verticle_product_caption .woo_verticle_title {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.2;
}

.woo_verticle_product_caption .verticle_offer {
    font-size: 13px;
    line-height: 1;
}

.woo_verticle_product_caption.woo_verticle_price {
    margin: 0;
    margin-top: 5px;
    font-size: 18px;
}

/*----------- Style 1 --------------*/
.woo_product_grid a {
    display: block;
}

.woo_product_grid {
    position: relative;
    width: 100%;
    display: block;
    background: #ffffff;
    border-radius: 0.4rem;
    transition: all ease 0.4s;
    height: 100%;
}

.woo_product_grid:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    border-radius: 0.4rem;
    z-index: 1;
    transition: all ease 0.4s;
    opacity: 0;
}

.woo_product_grid.no-hover:before {
    display: none;
}

.woo_product_thumb.small img {
    max-width: 100%;
    height: auto;
    max-width: 200px;
    display: table;
    margin: 1rem auto 0;
}

.style_2 .woo_product_thumb img {
    max-width: 100%;
    height: auto;
    max-width: 250px;
    display: table;
    margin: 1rem auto 0;
}

.woo_product_caption {
    width: 100%;
}

.woo_rate {
    display: block;
    width: 100%;
    position: relative;
}

.woo_rate i {
    font-size: 15px;
    margin-right: 2px;
    color: #ced4ec;
}

.woo_rate i.filled {
    color: #ff9c07;
}

.woo_title .woo_pro_title a {
    color: #2D3954;
}

.woo_price {
    width: 100%;
    display: flex;
    align-items: center;
}

.woo_pr_tag {
    position: absolute;
    font-size: 13px;
    color: #ffffff;
    padding: 3px 10px;
    border-radius: 3px;
    background: #FF9800;
}

.woo_pr_tag.new {
    background: #8bc34a;
}

.woo_pr_tag.hot {
    background: #ff5722;
}

.woo_offer_sell {
    padding: 4px 12px;
    position: absolute;
    right: 10px;
    font-size: 13px;
    background: #8bc34a;
    border-radius: 3px;
    color: #fff;
}

.woo_product_cart.hover {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    opacity: 0;
    z-index: 2;
    transition: all ease 0.4s;
    transform: translate(-50%, -50%);
}

.woo_product_cart ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.woo_product_cart ul li {
    display: inline-block;
    padding: 0 2px;
    list-style: none;
}

.woo_product_cart ul li .woo_cart_btn {
    width: 140px;
    height: 40px;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #f4f5f7;
}

.woo_product_cart ul li .woo_cart_btn.btn_view {
    background: #ffd8d0;
    color: #000;
}

.woo_product_cart ul li .woo_cart_btn.btn_cart {
    background: #ddf9c7;
    color: #000;
}

.woo_product_cart ul li .woo_cart_btn.btn_save {
    background: #2291FF;
    color: #fff;
}

.woo_product_grid:hover:before,
.woo_product_grid:focus:before {
    opacity: 0.8;
}

.woo_product_grid.style_2:hover:before,
.woo_product_grid.style_2:focus:before {
    display: none;
}

.woo_product_grid.style_2:hover,
.woo_product_grid.style_2:focus {
    border-color: #5dbf13;
}

.woo_product_grid:hover .woo_product_cart.hover,
.woo_product_grid:focus .woo_product_cart.hover {
    opacity: 1;
}

.style_2 .woo_price h6 span {
    display: block;
}

.btn.btn_cart_link {
    height: 48px;
    padding: 0 20px;
    background: #202838;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: fit-content;
}

.style_2 .woo_product_cart ul li {
    padding: 0 4px;
}

.style_2 .woo_product_cart ul li .woo_cart_btn {
    width: 52px;
    height: 48px;
    border-radius: 4px;
}

.woo_product_caption.center {
    text-align: center;
    width: 100%;
}

/*------------- Style 3 --------------------*/
.grid_product_box {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.grid_product_thumb {
    position: relative;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.grid_product_thumb .woo_pr_tag.hot {
    left: 15px;
    top: 15px;
}

.grid_product_box.light {
    padding: 1rem;
    border: none;
    border-radius: 0.6rem;
    background: #ffffff;
    box-shadow: 0px 0px 7px 0px rgba(32, 32, 32, 0.1);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(32, 32, 32, 0.08);
}

.grid_product_box.light .grid_product_thumb {
    padding-top: 1rem;
}

/*---------- Fashion Product -------------*/
.woo_product_grid.large .woo_product_thumb {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.woo_product_grid.large span.woo_pr_tag {
    left: 12px;
    top: 12px;
}

.woo_product_grid.large .woo_product_thumb img {
    margin: 0;
}

.woo_product_grid.digital_products_box .woo_product_thumb {
    width: 100%;
    border-radius: 0.5rem;
}

.woo_product_list_layout .woo_product_thumb {
    max-width: 250px;
}

/*------------------ List Layout Products -----------------*/
.single_liast_product {
    padding: 1rem 0;
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #eaeef3;
}

.woo_product_list_layout {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.woo_product_thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex: 1; */
}

.woo_product_list_cart {
    margin-top: 1rem;
    display: flex;
    align-items: center;
}

.woo_product_list_cart .woo_rate {
    width: auto;
    margin-right: 1rem;
}

.woo_cart_btn .btn {
    padding: 10px 20px;
}

.woo_pr_like {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #e5e8ef;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    top: 30px;
    color: #7687af;
}

.woo_product_list_layout .woo_pr_tag {
    left: 20px;
    top: 20px;
}

/*---------- Design for Digital Products ------------------*/
.woo_digital_products {
    padding: 0.8rem 0;
    text-align: center;
}

.woo_digital_products h4 {
    font-size: 16px;
    margin-bottom: 2px;
}

.woo_digital_price {
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
}

.woo_product_grid.digital_products_box:before {
    background: #162b65;
}

.woo_product_grid.digital_products_box :hover:before,
.woo_product_grid.digital_products_box :focus:before {
    opacity: 0.9;
}

.digital_products_box .woo_product_cart ul li {
    display: block;
    padding: 7px 15px;
    list-style: none;
}

.digital_products_box .woo_product_cart ul li .woo_cart_btn {
    width: 100%;
    height: 58px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 50px;
}

.digital_products_box .woo_product_cart ul li .woo_cart_btn.btn_view {
    background: #ffffff;
    color: #2d4074;
}

.digital_products_box .woo_product_cart ul li .woo_cart_btn.btn_cart {
    background: #e91e63;
    color: #ffffff;
}

/*---------- Custom Column Grid --------------*/
.product.grid-5 {
    position: relative;
    padding: 0 15px;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
}

.product.grid-5>li {
    padding: 0 15px;
    position: relative;
    width: 100%;
    display: block;
}

ul.product.grid-5 .woo_product_cart ul li {
    padding: 0 2px;
}

ul.product.grid-5 .woo_product_cart ul li .woo_cart_btn {
    width: 42px;
    height: 42px;
    font-size: 14px;
}

.sixcol .woo_product_cart ul li {
    padding: 0px 6px;
}

/*------------ Category Box ---------------*/
.category-slider.owl-theme .owl-nav {
    margin: 0;
}

.banner-slider-2 img,
.banner-slider-3 img {
    height: 400px;
    object-fit: cover;
}

.light-yellow.rounded {
    background: #fff1e8;
}

.overlio {
    margin-top: -80px;
}

.woo_category_box {
    width: 100%;
    text-align: center;
}

.woo_cat_thumb {
    position: relative;
    display: block;
}

.woo_cat_thumb a {
    display: block;
}

.woo_cat_caption h4 {
    font-size: 16px;
}

.woo_category_box.border_style.none {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid #f1e3e0;
    border-radius: 6px;
    margin-bottom: 30px;
}

.woo_category_box .woo_cat_thumb:hover .brand-name {
    opacity: 1;
    transition: all .3s ease-in-out;
}

.woo_category_box .woo_cat_thumb .brand-name {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease-in-out;
    opacity: 0;
}

.woo_category_box .woo_cat_thumb .brand-name p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

/* image */
.woo_category_box .woo_cat_thumb .brand-image {
    transition: all .3s ease-in-out;
}

.woo_category_box .woo_cat_thumb:hover .brand-image {
    filter: brightness(0.5);
    transition: all .3s ease-in-out;
}

.woo_category_box.border_style .woo_cat_caption h4 {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.woo_category_box.border_style:hover,
.woo_category_box.border_style:focus {
    border-color: #5dbf13;
}

/*------------ category Style 2 -----------------*/
.category_style_2 {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}

.category_style_2_thumb a {
    display: block;
    height: 100%;
    position: relative;
}

.category_style_2_caption {
    padding: 1rem 0 0;
}

/*---------------- Offer Banner -box Design ----------------*/
.offer_item {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    position: relative;
}

.offer_item .offer_item_thumb img {
    border-radius: 4px;
}

.offer_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2b2f4c;
    border-radius: 5px;
    opacity: 0.05;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.offer_bottom_caption {
    position: absolute;
    bottom: 0px;
    left: 50%;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 15px 11px;
    width: 240px;
    border-radius: 10px 10px 0 0;
    transform: translate(-50%, 0px);
    text-align: center;
}

.offer_bottom_caption p {
    font-size: 14px;
    font-weight: 600;
    color: #ff5722;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.offer_title {
    font-size: 16px;
    color: #2D3954;
    font-weight: 600;
    line-height: 20px;
}

.offer_bottom_caption span {
    font-size: 13px;
    line-height: 24px;
}

.offer_box_btn {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-block;
    padding: 10px 22px;
    background: #f55d2c;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: #ffffff;
    color: inherit;
    border: 1px solid #fff;
    padding: 0 !important;
    font-size: 12px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    outline: none;
    border-radius: 50%;
    font-size: 18px;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 15px;
    top: 45%;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 15px;
    top: 45%;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel button.owl-dot:hover,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel button.owl-dot:focus {
    background: #fff;
    color: #000;
}

.owl-carousel .item .woo_product_grid {
    margin: 0;
}

.owl-carousel .item .row .woo_product_grid {
    margin-bottom: 0px;
    border: none;
}

.owl-carousel .item .row .woo_product_grid .woo_product_cart ul li {
    padding: 0 5px;
}

.owl-carousel .item .row .woo_product_grid .woo_product_cart ul li .woo_cart_btn {
    width: 42px;
    height: 40px;
    font-size: 15px;
}

.rounded-lg img {
    border-radius: 0.4rem;
    object-fit: cover;
}

.side_titles {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #dee3ea;
}

.side-products-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0px;
    top: -60px;
}

.side-products-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 40px;
    left: auto;
    top: -60px;
}

/*---------------- Modal View Product ----------------*/
#viewproduct-over .modal-dialog.modal-dialog-centered {
    max-width: 1000px;
}

#viewproduct-over span.mod-close {
    right: -5px;
    top: -5px;
}

/*-------------------- Facts Design -------------------*/
.facts_wrapper {
    border-bottom: 1px solid #e9eaec;
    display: block;
    width: 100%;
}

.facts_wrapper.style_2 {
    border: 1px solid #e9eaec;
    display: block;
    width: 100%;
    border-radius: 0.6rem;
}

.facts_caption {
    flex: 1;
    width: 100%;
    position: relative;
}

.facts_caption h4 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1;
}

.facts_caption p {
    font-size: 14px;
    margin: 0;
}

.facts_icon {
    display: flex;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 1rem;
    border-radius: 50%;
    background: rgba(93, 191, 19, 0.1);
    border: 1px dashed #5dbf13;
    color: #5dbf13;
}

/*------------------- card Cat Box -------------------*/
.card-bg {
    width: 100%;
    overflow: hidden;
}

.card_big {
    border: none;
    border-radius: 0.4rem;
    overflow: hidden;
}

.bg-cover {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.card_big .card-body {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 1.25rem;
}

.card-bg-img {
    width: calc(100% + .25rem);
    transition: all .2s ease-in-out;
    transition-property: transform;
}

.card-bg~* {
    z-index: 1;
}

.btn.btn-link {
    color: #ffffff;
    font-size: 14px;
    background: #2b3144;
    border-radius: 5px;
}

/*-------------- Side Collapse Sidebar ------------------*/

.rightMenu-scroll {
    padding: 1rem 1.2rem;
}

h4.cart_heading {
    float: left;
    font-size: 22px;
}

.w3-bar-item.w3-button.w3-large {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e4ea;
    border-radius: 50%;
    background: #f4f5f7;
    cursor: pointer;
    float: right;
    color: #2f348a;
    outline: none;
}

.right-ch-sideBar {
    padding-top: 30px;
}

.cart_select_items {
    height: 73vh;
    overflow: auto;
    overflow-x: hidden;
    display: block;
    width: 100%;
    position: relative;
}

.cart_selected_single {
    display: flex;
    padding: 15px 0px;
    border-bottom: 1px solid #d8d8d8;
    align-items: center;
    width: 100%;
}

.cart_selected_single_caption {
    padding-left: 15px;
    flex: 1;
}

.cart_selected_single_caption .product_title {
    margin-bottom: 2px;
    line-height: 1.2;
    font-size: 15px;
}

.cart_selected_single_caption .numberof_item {
    display: block;
    font-size: 14px;
}

.cart_selected_single_caption a.theme-cl {
    font-size: 13px;
    font-weight: 600;
}

.cart_action {
    position: relative;
    width: 100%;
    display: block;
}

.cart_action ul {
    padding: 0;
    margin: 0;
}

.cart_action ul li {
    display: block;
    padding: 5px 0;
    position: relative;
    width: 100%;
    list-style: none;
}

.cart_action ul li .btn {
    width: 100%;
    border-radius: 4px;
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_action ul li .btn.btn-checkout {
    background: #1c2129;
    color: #ffffff;
}

.cart_subtotal {
    margin: 1rem 0;
    padding: 1.2rem 10px;
    border-top: 1px dashed #c9d2e0;
    border-bottom: 1px dashed #c9d2e0;
    display: flex;
    align-items: center;
}

.cart_subtotal h6 {
    margin: 0;
    display: block;
    width: 100%;
}

.cart_subtotal h6 span {
    float: right;
    font-size: 22px;
}

/*------------ For Side Navigation --------------*/
.w3-ch-sideBar-left {
    height: 100%;
    max-width: 280px;
    min-width: 280px;
    background-color: #fff;
    position: fixed !important;
    top: 0;
    z-index: +2000;
    overflow: auto;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    position: relative;
    animation: animateleft .4s;
    left: 0;
}

@keyframes animateleft {
    from {
        left: -280px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.w3-ch-sideBar-left .rightMenu-scroll {
    padding: 1rem 0rem;
}

.flixel {
    width: 100%;
    position: relative;
    padding: 0 1.2rem;
}

.d-navigation ul {
    padding: 0;
    margin: 0;
}

.d-navigation ul li {
    display: block;
    width: 100%;
    width: 100%;
}

.d-navigation ul li a {
    padding: 12px 15px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #dee1ea;
}

.d-navigation ul li.dropdown a span {
    float: right;
    position: relative;
    top: 4px;
}

.d-navigation ul li.dropdown.active a span.ti-angle-left:before {
    content: "\e64b";
}

/*----------- Price range Slider -------------*/
.irs--flat .irs-line {
    top: 25px;
    height: 3px;
    background-color: #d9dfe8;
    border-radius: 50px;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
    display: none;
}

.irs--flat .irs-bar {
    top: 25px;
    height: 4px;
    background-color: #F5A11C;
}

.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: -1px;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-left: -3px;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #F5A11C;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
    background-color: #F5A11C;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
    border-top-color: #F5A11C;
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
    background-color: #F5A11C;
}

/*----------- Search Page Sidebar ----------*/
.search-sidebar {
    background: #ffffff;
    position: relative;
    display: inline-block;
    border-radius: 0.4rem;
    box-shadow: 0px 0px 7px 0px rgba(32, 32, 32, 0.08);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(32, 32, 32, 0.08);
    width: 100%;
}

.single_search_boxed {
    padding: 0;
    border-top: 1px solid #eef0f5;
    display: inline-block;
    width: 100%;
}

.single_search_boxed:first-child {
    border-top: none;
}

.search-sidebar_header {
    display: none;
    position: relative;
    width: 100%;
    height: 3rem;
    padding: 1rem 1.5rem 1rem;
    background-color: #fff;
    border-bottom: 1px solid #dfe4ec;
}

.widget-boxed-header {
    padding: 0;
    width: 100%;
    position: relative;
    display: block;
}

.widget-boxed-header h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.widget-boxed-header h4 a {
    height: 100%;
    display: block;
    position: relative;
    padding: 1rem 1.5rem;
}

.widget-boxed-header h4 a:before {
    content: "\e622";
    position: absolute;
    width: 25px;
    height: 25px;
    right: 0;
    top: 50%;
    transform: translate(-65%, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f5f7;
    font-size: 10px;
    color: #445977;
}

.widget-boxed-header h4 a.collapsed:before {
    content: "\e61a";
    background: #f4f5f7;
    color: #445977;
}

.widget-boxed-body .side-list {
    padding: 0 1.5rem;
}

.widget-boxed-body .side-list ul {
    margin: 0;
    padding: 0;
}

.widget-boxed-body .side-list ul li {
    display: block;
    list-style: none;
    padding: 7px 0;
}

.single_filter_card {
    display: block;
    width: 100%;
    padding: 4px 0;
}

.single_filter_card h5 {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
}

.single_filter_card h5 a {
    width: 100%;
    display: flow-root;
    align-items: center;
}

.single_filter_card h5 a.collapsed {
    color: #647b9c;
}

.single_filter_card h5 a {
    color: #F5A11C;
}

.single_filter_card h5 a .accordion-indicator {
    float: right;
    font-size: 9px;
    width: 22px;
    height: 21px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.single_filter_card h5 a.collapsed .accordion-indicator {
    background: #f3f5f9;
    color: #647b9c;
}

.single_filter_card h5 a .accordion-indicator {
    background: rgba(28, 163, 1, 0.11);
    color: #F5A11C;
}

.single_filter_card .card-body {
    padding: 12px 0;
}

.single_filter_card .card-body .inner_widget_link {
    padding-left: 10px;
}

.single_filter_card .card-body .inner_widget_link ul li {
    padding: 3px 0;
    font-size: 14px;
    font-weight: 500;
}

.single_filter_card .card-body .inner_widget_link ul li a {
    color: #647b9c;
    width: 100%;
    display: block;
}

.single_filter_card .card-body .inner_widget_link ul li a span {
    float: right;
}

.inner_widget_link label {
    width: 100%;
}

.inner_widget_link label span {
    float: right;
}

/*--------------- breadcrumbs -----------------*/
.breadcrumbs_wrap {
    padding: 2rem 0;
    background: #f4f5f7;
}

.btn.btn-back {
    padding: 0 32px;
    height: 54px;
    background: #e2e5ea;
    align-items: center;
    display: inline-flex;
    border-radius: 50px;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #64718a;
}

.form-control.filter-search {
    background: #e2e5ea;
    border: none;
    border-radius: 50px;
    padding-right: 15px !important;
    -webkit-appearance: progress-bar;
}

.breadcrumbs_title {
    font-size: 32px;
    color: #F5A11C;
    margin-bottom: 0;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    margin: 0 auto;
}

.simple_breadcrumbs .breadcrumb {
    margin: 0;
}

/*-------- Dark Style -------------*/
.breadcrumbs_wrap.dark {
    background: #1d2738;
    color: #7f8fa9;
}

.breadcrumbs_wrap.dark .btn.btn-back {
    background: #28354a;
    color: #8b9dbb;
    border: 1px solid #34435d;
}

.breadcrumbs_wrap.dark .form-control.filter-search {
    background: #28354a;
    border: 1px solid #34435d;
    color: #8b9dbb;
}

.breadcrumbs_wrap.dark li.breadcrumb-item a,
.breadcrumbs_wrap.dark li.breadcrumb-item:before {
    color: #7f8fa9 !important;
}

.breadcrumbs_wrap.dark .breadcrumb-item.active {
    color: #ffffff;
}

.breadcrumbs_wrap.light {
    background: #fff3f1;
    color: #65727d;
}

.breadcrumbs_wrap.light .form-control.filter-search {
    background: #f1e1df;
    border: 1px solid #ead8d5;
    color: #ad807a;
}

.breadcrumbs_wrap.light .btn.btn-back {
    background: #f1e1df;
    border: 1px solid #ead8d5;
    color: #ad807a;
}



.toolbar-sorter.sorter {
    float: right;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* rtl class */
.toolbar-sorter.sorter.rtl {
    float: left !important;
}

.toolbar-sorter.sorter label {
    margin: 0;
}

/* toolbar-sorter rtl */
.toolbar-sorter.rtl.sorter label {
    margin: 0;
    margin-left: 10px;
    margin-right: 0px !important;
}

.modes {
    float: right;
    margin-left: 20px;
    margin-top: 6px;
    margin-right: 6px;
}

.action.sorter-action {
    margin-left: 4px;
}

.modes a {
    margin-left: 10px;
    font-size: 17px;
}

.field.limiter {
    float: right;
}

.control {
    display: inline-block;
}

.field.limiter .label {
    display: inline-block;
}

.field.limiter label span {
    font-size: 15px;
    color: #647b9c;
}

.toolbar select {
    border: 1px solid #ebedf1;
    background: #ffffff;
    height: 38px;
    color: #647b9c;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    padding: 0 10px;
    padding-right: 30px;
    line-height: 31px;
    border-radius: 10px;
}

.toolbar .toolbar-sorter.rtl select {
    padding-left: 30px;
    padding-right: 10px !important;

}

/*----------------------- Product Detail ------------------*/
.woo_cats_wrps {
    position: relative;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.woo_cats_wrps .woo_pr_cats a {
    color: var(--bs-secondary-color) !important;
}

.woo_cats_wrps .woo_pr_cats {
    font-size: 14px;
    font-weight: 600;
    flex: 1;
}

.woo_pr_trending {
    position: relative;
    float: right;
    font-size: 13px;
    padding: 4px 15px;
    border-radius: 2px;
    background: #2dab32;
    color: #ffffff;
}

.woo_pr_title {
    font-weight: 500;
    margin-bottom: 0;
}

.woo_pr_reviews {
    display: flex;
    align-items: center;
    width: 100%;
}

.woo_pr_total_reviews a {
    font-weight: 600;
    font-size: 13px;
    opacity: 0.7;
}

.woo_pr_rating i {
    margin-right: 1px;
    font-size: 10px;
    color: #b9c1de;
}

.woo_pr_rating i.filled {
    color: #FF9800;
}

.woo_pr_short_desc {
    margin-bottom: 1.5rem;
}

.woo_pr_price {
    display: flex;
    width: 100%;
    align-items: center;
}

.woo_pr_offer_price {
    display: flex;
    width: 100%;
    align-items: end;
}

.woo_pr_offer_price h3 sup {
    font-size: 20px;
    color: #afb8d0;
}

span.org_price {
    font-size: 16px;
    font-weight: 500;
    text-decoration: line-through;
    color: #000;
}

span.org_price sup {
    font-size: 16px;
    color: #afb8d0;
}

.woo_off_text {
    width: 80px;
    height: 80px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    background: #f13434;
    text-align: center;
}

.woo_off_text h4 {
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
}

.woo_off_text span {
    display: block;
    font-size: 16px;
}

.custom-varient {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    margin-right: 0.5rem;
}

.custom-control-input {
    width: 1.125rem;
    height: 1.3125rem;
}

.custom-control-input-details {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.125rem;
    height: 1.3125rem;
    opacity: 0;
}

.custom-size .custom-control-label {
    min-width: 2.6rem;
    padding: 0.5rem .5rem !important;
    text-align: center;
    border: 1px solid #dce1f1;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.custom-color .custom-control-label {
    width: 2.5rem;
    height: 2.5rem;
    padding: 0 !important;
    text-align: center;
    border: 2px solid #ffffff;
    background: #ffffff;
    box-shadow: 0px 0px 0px 2px #e6e9f3;
    -webkit-box-shadow: 0px 0px 0px 2px #e6e9f3;
    border-radius: 50%;
    font-size: 0;
}

.single_filter_card .custom-color .custom-control-label {
    border-radius: 0.2rem;
}

.custom-size .custom-control-label:before,
.custom-size .custom-control-label:after,
.custom-color .custom-control-label:before,
.custom-color .custom-control-label:after {
    display: none;
}

.custom-varient .custom-control-input:checked~.custom-control-label {
    color: #2D3954;
    border-color: #2D3954;
}

.custom-varient .custom-control-input-details:checked~.custom-control-label {
    color: #fff;
    border-color: var(--bs-secondary);
    background-color: var(--bs-secondary);
}

.woo_pr_varient>h6 {
    color: #647b9c;
}

.woo_pr_varient>h6 span {
    color: #2D3954;
}

/*-------- Color varient -------------*/
.custom-varient.red label {
    background: #ec3838;
}

.custom-varient.green label {
    background: #58a95b;
}

.custom-varient.blue label {
    background: #2196F3;
}

.custom-varient.purple label {
    background: #c95adc;
}

.custom-varient.yellow label {
    background: #FF9800;
}

.custom-varient.ocean label {
    background: #0ec3cc;
}

.custom-varient.pink label {
    background: #ff5891;
}

.custom-varient.custom-color .custom-control-input:checked~.custom-control-label {
    color: #2D3954;
    border-color: #ffffff;
    box-shadow: 0px 0px 0px 2px #6b7a9c;
    -webkit-box-shadow: 0px 0px 0px 2px #6b7a9c;

}

.custom-varient.custom-color .custom-control-input-details:checked~.custom-control-label {
    color: #2D3954;
    border-color: #ffffff;
    box-shadow: 0px 0px 0px 2px #6b7a9c;
    -webkit-box-shadow: 0px 0px 0px 2px #6b7a9c;

}

.woo_btn_action {
    display: flex;
    align-items: center;
    width: 100%;
}

.form-control.qua_pr {
    height: 54px;
}

.woo_btn_action .btn {
    height: 55px;
    margin: 0;
    font-weight: 600;
    padding: 0 32px;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all ease 0.4s;
    background: #1f2738;
    border-color: #1f2738;
    border-radius: 4px;
}

.woo_btn_action .btn:hover,
.woo_btn_action .btn:focus {
    background: #e61b44;
    border-color: #e61b44;
}

.woo_btn_action .btn.btn-gray {
    background: #dfe5ec;
    border-color: #dfe5ec;
    color: #243444;
}

.woo_btn_action .btn.btn-gray:focus,
.woo_btn_action .btn.btn-gray:hover {
    color: #ffffff;
    border-color: #1f2738;
    background: #1f2738;
}

.tbl_cart_product_thumb.bundel_flex {
    display: flex;
    align-items: center;
}

.tbl_cart_product_thumb.bundel_flex .cart_pr_thumbs {
    flex: 1;
}

.flex_inline_center {
    display: flex;
    align-items: center;
}

.cart_sku_preflix {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 5px 0;
}

.sku_preflix_first {
    font-size: calc(12px + (16 - 14) * ((100vw - 320px) / (1920 - 320)));
    color: #777;
    font-weight: 600;
}

.sku_preflix_last {
    text-align: left;
    font-size: 14px;
    margin: 0 5px;
    color: #222;
    font-weight: 500;
}


.sku_preflix_last ul {
    padding: 0;
    margin: 0;
}

.sku_preflix_last ul li {
    display: inline-block;
    padding-right: 15px;
}

.sku_preflix_last ul li a {
    font-size: 13px;
}

.pr_info_prefix.grocery_style .sku_preflix_first strong {
    color: #92a6bd;
    font-weight: 400;
}

.pr_info_prefix.grocery_style .sku_preflix_last {
    color: #2b364e;
}

.pr_info_prefix.grocery_style .sku_preflix_first {
    min-width: 110px;
}

.pr_info_prefix.grocery_style {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.short_products_info_body {
    border: 1px solid #eef0f5;
    border-radius: 0.2rem;
}

/*------------------ Shopping cart Elements ----------------*/
.tbl_cart_product {
    display: flex;
    align-items: center;
    width: 100%;
}

.tbl_cart_product_thumb {
    height: 80px;
    width: 80px;
    border: 1px solid #dbdcdd;
    padding: 3px;
}

.tbl_cart_product_caption {
    position: relative;
    display: inline-block;
}

.tbl_cart_product_caption .tbl_pr_title a {
    margin-bottom: 2px;
    font-size: 17px;
    font-weight: 600;
    color: #121212 !important;
}

.tbl_cart_product_caption .tbl_pr_quality {
    font-size: 14px;
    color: #747474 !important;
    font-weight: 600;
}

.tbl_org_price {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.form-control.tbl_quan {
    max-width: 85px;
    height: 45px;
    background: #f4f5f7;
    font-weight: 600;
}

.tbl_pr_action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tbl_pr_action .tbl_total_price {
    margin: 0;
    font-weight: 400;
    margin-right: 15px;
}

.tbl_pr_action .tbl_remove {
    width: 35px;
    height: 35px;
    font-size: 10px;
    background-color: #DC3545;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.qtladd {
    display: flex;
    align-items: center;
}

.qtladd>li>button {
    position: relative;
    display: block;
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
    color: #121212;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    margin-bottom: 0;
}

.qtladd .qtl-count {
    width: 37px;
}

.qtladd>li:first-child button {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
}

.qtladd>li:last-child button {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

/* rtl class */
.qtladd.rtl>li:last-child button {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.qtladd.rtl>li:first-child button {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.qtladd input {
    text-align: center;
}

.qtladd .page-link {
    color: #000;
}

/* ======= table responsive ======= */

@media (min-width: 425px) and (max-width: 768px) {
    .tbl_cart_product_caption .tbl_pr_title a {
        font-size: 16px;
    }
}

.cart_detail_box {
    background: #f4f5f7;
    width: 100%;
    border-radius: 4px;
}

.cart_detail_box .card-body {
    border: none;
    border-bottom: 0;
}

.list-group-item {
    border: 1px solid #e0e4ec;
}

.list-group-sm .list-group-item {
    padding: 1.25rem 1.25rem;
}

.list-group-flush-x .list-group-item {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-right: none;
    background: transparent;
}

.list-group-flush-y .list-group-item:first-child {
    padding-top: 0;
    border-top: none;
}

.list-group-flush-y .list-group-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.customs-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
}

.customs-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1.125rem;
    height: 1.3125rem;
    opacity: 0;
}

.customs-control,
.custom-control {
    padding-left: 0;
    margin-right: 0;
}

.customs-control-label {
    position: relative;
    margin-bottom: 0;
    color: #767676;
    vertical-align: top;
    padding-left: 2rem;
}

.customs-control-label:before {
    position: absolute;
    top: .1875rem;
    left: 0rem;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    pointer-events: none;
    content: "";
    background-color: #e5e5e5;
    border: #525252 solid 0;
}

.customs-control-label:after {
    position: absolute;
    top: .1875rem;
    left: 0rem;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    content: "";
    background: no-repeat 50%/10px 8px;
}

.customs-control-input:checked~.customs-control-label:before {
    color: #fff;
    border-color: #1f1f1f;
    background-color: #1f1f1f;
}

.customs-checkbox .customs-control-input:checked~.customs-control-label:after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 8'%3e%3cpath fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M9 1L3.5 7L1 4.27273'/%3e%3c/svg%3e);
}

.custom-control-label img {
    max-width: 70px;
}

.collapse:not(.show) {
    display: none;
}

/*----------- Product Detail Reviews, Decription and Info -------------*/
.custom-tab .nav-tabs {
    border-bottom: none;
    flex-wrap: nowrap;
    overflow: auto;
}


.custom-tab .nav-tabs::-webkit-scrollbar {
    display: none;
}

.custom-tab .nav-tabs .nav-item {
    margin-bottom: 0;
    padding: 5px;
}

.custom-tab .nav-tabs .nav-item a {
    border: none;
    border-radius: 8px;
    text-align: center;
    padding: .6em 2em;
    border: 1px solid #dee2e6;
    color: #121212;
    font-weight: 500;
    white-space: nowrap;
}

.custom-tab .nav-tabs .nav-item.show .nav-link,
.custom-tab .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff;
}

.custom-tab .nav-tabs .nav-item.show .nav-link,
.custom-tab .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #F5A11C;
    border-color: transparent;
}

.custom-tab .tab-content {
    padding: 1em .5em 0;
}

.custom-tab .product_meta>span {
    display: block;
    margin: 10px 0;
    font-weight: 500;
    font-size: 14px;
}

.review-wrapper-body .review-list {
    margin: 0;
    padding: 0;
}

.review-wrapper-body .review-list li {
    list-style: none;
    padding: 2em 1em;
    border-bottom: 1px solid #eaeff5;
}

.review-wrapper-body .review-list li:last-child {
    border-bottom: none;
}

.review-body {
    padding-left: 90px;
    position: relative;
}

.review-avatar {
    width: 70px;
    height: 70px;
    top: -12px;
    vertical-align: top;
    position: absolute;
    left: 2px;
    padding: 5px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #eaeff5;
    box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
    -webkit-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
    -moz-box-shadow: 0 0 10px 1px rgba(71, 85, 95, .08);
}

.review-avatar img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
}

.review-body .review-info {
    overflow: hidden;
}

.review-comment {
    float: left;
    width: 50%;
}

.review-body .review-author {
    font-size: 16px;
    line-height: 24px;
    color: #334e6f;
    font-weight: 600;
}

.review-comment-stars i {
    color: #FFC107;
    font-size: 12px;
}

.review-comment-stars i.empty {
    color: #b9c0c5;
}

.review-comment-date {
    float: right;
    width: 50%;
    text-align: right;
}

.jr-rating {
    float: left;
    margin: 6px 0;
    position: relative;
    display: block;
    color: red;
    width: 0;
    height: 0;
    border-bottom: 7px solid #ff9800;
    border-left: 10px solid transparent;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
}

.jr-nomal {
    float: left;
    margin: 6px 0;
    position: relative;
    display: block;
    color: red;
    width: 0;
    height: 0;
    border-bottom: 7px solid #ced3da;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
}

.jr-nomal,
.jr-rating {
    border-right: 10px solid transparent;
    -moz-transform: rotate(35deg);
}

.jr-rating:after,
.jr-rating:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}

.jr-nomal:after,
.jr-nomal:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: '';
}

.jr-rating:before {
    border-bottom: 8px solid #ff9800;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    top: -4.5px;
    left: -6.5px;
    content: '';
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
}

.jr-nomal:before {
    border-bottom: 8px solid #ced3da;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    top: -4.5px;
    left: -6.5px;
    -webkit-transform: rotate(-35deg);
    -moz-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    -o-transform: rotate(-35deg);
}

.jr-nomal,
.jr-rating:after {
    border-left: 10px solid transparent;
}

.jr-rating:after {
    color: red;
    top: .3px;
    left: -10.5px;
    border-right: 10px solid transparent;
    border-bottom: 7px solid #ff9800;
    -webkit-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    -o-transform: rotate(-70deg);
    content: '';
}

.jr-nomal:after {
    color: red;
    top: .3px;
    left: -10.5px;
    border-right: 10px solid transparent;
    border-bottom: 7px solid #ced3da;
    border-left: 10px solid transparent;
    -webkit-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    -ms-transform: rotate(-70deg);
    -o-transform: rotate(-70deg);
}

/*--------------- Order Tracking ------------------*/
.checked-shop {
    padding: 1.5rem 1rem;
    background: #ffffff;
    border: 1px solid #eaeef3;
    border-radius: 0.4rem;
}

.ship_status_box {
    background: #f4f5f7;
    padding: 1.2rem 1rem;
    border-radius: 0.2rem;
    margin-bottom: 0.5rem;
}

.ship_status_box span {
    color: #27395f;
}

ul.track_order_list {
    padding: 0;
    display: block;
    position: relative;
}

.track_order_list li {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
}

.trach_single_list {
    /* display: flex; */
    align-items: center;
    width: 100%;
}

.trach_icon_list {
    border-radius: 0.4rem;
    border: 1px solid #e2e6ef;
    position: relative;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 55px;
    height: 55px;
}

.track_order_list li .track_list_caption {
    display: block;
    flex: 1;
    position: relative;
}

.track_order_list li .track_list_caption h4 {
    font-size: 20px;
}

.track_order_list li.complete .trach_icon_list {
    border: 1px solid rgba(76, 175, 80, 0.3);
    color: #1fd628;
}

.track_order_list li.cancel .trach_icon_list {
    border: 1px solid rgb(255 0 0 / 30%);
    color: #ff000d;
}

.track_order_list li.complete .trach_icon_list:before {
    content: "\e64c";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #1fd628;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    right: -10px;
    top: 8px;
}

.track_order_list li.processing .trach_icon_list:before {
    content: "\e619";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ff9800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #ffffff;
    position: absolute;
    right: -10px;
    top: 8px;
}

.track_order_list li.processing .trach_icon_list {
    border: 1px solid rgba(255, 152, 0, 0.3);
    color: #ff9800;
}

.track_order_list li.processing .track_list_caption h4 {
    color: #0a529c;
}

.track_order_list li.processing .track_list_caption p {
    color: #0a529c;
}

/*------------ Product Thumb Zoom ------------------*/
.sp-loading {
    text-align: center;
    max-width: 270px;
    padding: 15px;
    border: 5px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    color: #888;
}

/* Element wrapper */
.sp-wrap {
    display: none;
    line-height: 0;
    font-size: 0;
    position: relative;
    width: 100%;
}

/* Thumbnails */
.sp-thumbs {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.sp-thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
    width: 90px;
    height: 90px;
    overflow: hidden;
    opacity: .3;
    display: inline-flex;
    background-size: cover;
    background-position: center;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border: 1px solid #eceef5;
    margin: 2px;
    border-radius: 8px;
}

.sp-thumbs a:hover {
    opacity: 1;
}

/* Styles for the currently selected thumbnail */
.sp-thumbs a:active,
.sp-current {
    opacity: 1 !important;
    position: relative;
}

.sp-current {
    border: 2px solid var(--bs-secondary) !important;
}

/* Image currently being viewed */
.sp-large {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
}

.sp-large a img {
    width: 100%;
    height: 600px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 16px;
}

.sp-large a {
    display: block;
}

/* Panning Zoomed Image */
.sp-zoom {
    position: absolute;
    left: -50%;
    top: -50%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    display: none;
}

/* Lightbox */
.sp-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .9);
    z-index: 500;
    display: none;
    cursor: pointer;
}

.sp-lightbox img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 90%;
    max-height: 90%;
    border: 2px solid #fff;
}

#sp-prev,
#sp-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 501;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    background: #000;
    border-radius: 25px;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    transition: .2s;
}

#sp-prev {
    left: 10px;
}

#sp-prev:before {
    content: '';
    border: 7px solid transparent;
    border-right: 15px solid #fff;
    position: absolute;
    top: 16px;
    left: 7px;
}

#sp-next {
    right: 10px;
}

#sp-next:before {
    content: '';
    border: 7px solid transparent;
    border-left: 15px solid white;
    position: absolute;
    top: 16px;
    left: 18px;
}

#sp-prev:hover,
#sp-next:hover {
    background: #444;
}

/* Tweak styles for small viewports */
@media screen and (max-width: 400px) {
    .sp-wrap {
        margin: 0 0 15px 0;
    }

    #sp-prev,
    #sp-next {
        top: auto;
        margin-top: 0;
        bottom: 25px;
    }
}

/*-------------- Digital Product Detail -------------------*/
.digital_pr_title_wrap {
    margin-bottom: 1.5rem;
}

.digital_pr_title_wrap h2 {
    margin-bottom: 0rem;
}

.digital_preview_box {
    display: block;
    position: relative;
    height: auto;
    background: #ffffff;
    border: 1px solid #eef0f5;
    border-radius: 0.2rem;
}

.digital_preview_thumb {
    position: relative;
    height: auto;
    display: block;
    padding: 15px;
}

.digital_preview_footer {
    display: flex;
    align-items: center;
    width: 100%;
    border-top: 1px solid #e9ebef;
}

.dp_footer_single {
    display: flex;
    flex: 0 0 33.333333%;
    align-items: center;
    padding: 15px 15px;
}

.dp_footer_single .btn.preview_btn {
    background: #1d2738;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dp_footer_single .btn.preview_btn i {
    margin-right: 5px;
}

ul.digital_product_share {
    padding: 0;
    margin: 0;
}

ul.digital_product_share {
    padding: 0;
    margin: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #1d2738;
    width: 100%;
    color: #ffffff;
}

ul.digital_product_share li {
    display: inline-block;
    margin: 0 10px;
}

ul.digital_product_share li a {
    color: #ffffff;
}

.digital_product_collection {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    background: transparent;
}

.dp_single_collection {
    display: flex;
    flex: 0 0 50%;
    width: 50%;
    padding: 0 1rem;
    align-items: center;
    justify-content: center;
}

.dp_single_collection .btn.preview_btn.light {
    background: #ffffff;
    width: 100%;
    color: #1d2738;
    border: 1px solid #e3e5e8;
}

.digital_side_wrap {
    background: #ffffff;
    border: 1px solid #eef0f5;
    border-radius: 0.2rem;
    margin-bottom: 25px;
}

.digital_side_wrap .single_license_box {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #eef0f5;
}

.digital_side_wrap .single_license_box:last-child {
    border: none;
}

.license_select_caption {
    position: relative;
    top: 3px;
}

.license_select_caption.supp {
    position: relative;
    top: 2px;
}

.single_license_first {
    flex: 1;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.license_select_caption a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ebeef3;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    margin-left: 4px;
    border-radius: 50%;
    font-size: 10px;
    color: #7d7d9c;
}

.license_price {
    font-size: 25px;
    font-weight: 800;
    color: #52627b;
}

.license_price.support {
    font-size: 15px;
}

.digital_side_botton_wrap {
    padding: 10px 15px;
}

.digital_side_botton_wrap .btn {
    width: 100%;
    margin: 7px 0;
    background: #637292;
    display: flex;
    align-items: center;
    justify-content: center;
}

.digital_side_botton_wrap .btn.save_cart {
    background: #F5A11C;
}

.digital_vendor_box {
    padding: 1rem;
    display: flex;
    align-items: center;
}

.digital_vendor_thumb {
    width: 80px;
    height: 80px;
}

.digital_vendor_thumb img {
    max-width: 80px;
}

.digital_vendor_info {
    padding-left: 10px;
}

.digital_vendor_info h4 {
    margin: 0;
}

.single_info_cloud {
    padding: 1rem;
    display: flex;
    align-items: center;
}

.single_info_cloud i {
    font-size: 24px;
}

.single_info_caption {
    font-size: 32px;
    font-weight: 800;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.single_info_caption small {
    font-size: 18px;
    margin-left: 0.5rem;
}

.single_info_caption a.comment {
    display: flex;
    align-items: center;
    color: #03a9f4;
}

.dp_detail_infobox {
    padding: 1rem;
    position: relative;
    width: 100%;
    display: block;
}

.dp_single_list {
    display: flex;
    margin-bottom: 15px;
}

.dp_single_list_title {
    display: flex;
    flex: 0 0 38%;
}

.dp_single_list_info {
    padding-left: 10px;
}

.dp_single_list a {
    font-size: 14px;
    font-weight: 600;
    color: #107cad;
}

.single_info_icon.rate_box {
    width: 60px;
    height: 60px;
    background: #f4f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    border-radius: 0.2rem;
    font-size: 25px;
    font-weight: 800;
    color: #8bc34a;
}

.single_info_caption {
    flex: 1;
    flex-wrap: wrap;
    line-height: 1.2;
}

.single_info_icon i {
    position: relative;
    top: 3px;
}

.single_info_caption span {
    font-size: 13px;
    font-weight: 500;
}

.single_pre_rates {
    display: flex;
    margin-bottom: 7px;
    flex-wrap: wrap;
    width: 100%;
}

.single_pre_rates i {
    font-size: 10px;
    margin: 0;
    margin-right: 4px;
    color: #c4cee8;
}

.single_pre_rates i.filled {
    color: #FF9800;
}

.digital_features {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.digital_features li {
    flex: 0 0 50%;
    margin-bottom: 10px;
    padding-left: 35px;
    margin-top: 10px;
    position: relative;
}

.digital_features li:before {
    content: "\e64c";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 10px;
    color: #ffffff;
    margin-right: 0;
}

/*----------------- Vendor Detail ---------------*/
.vendor_wrap.dark {
    background: #F3f5f6;
    color: #687fa5;
    padding: 2rem 0;
}

.vendor_profl_thumb {
    width: 70px;
    height: 70px;
    margin: auto;
}

.vendor_profl_caption h4 {
    margin-bottom: 6px;
    color: #121212;
    font-size: 20px;
    font-weight: 600;
}

@media (min-width: 280px) and (max-width: 576px) {
    .vendor_profl_caption h4 {
        font-size: 24px;
    }
}

.vendor_profl_caption .vendor_member {
    display: block;
    margin-bottom: 10px;
}

.freelance_avalabilty {
    background: #26b95a;
    padding: 5px 15px;
    border-radius: 2px;
    font-weight: 600;
    font-size: 12px;
    color: #ffffff;
}

.vendor_sales_rate_info {
    display: flex;
    align-items: center;
    width: 100%;
}

.vendor_sales_info {
    flex: 1;
    margin-left: 3rem;
}

.vendor_rates_info label,
.vendor_sales_info label {
    margin-bottom: 5px;
    color: #ffffff;
}

.vendor_ratting_wrap {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
}

.vendor_ratting i {
    font-size: 11px;
    color: #7f93b5;
}

.vendor_ratting i.filled {
    color: #ffc107;
}

.vendor_ratting {
    margin-right: 10px;
}

.vendor_subtitle {
    font-size: 30px;
    color: #ffffff;
    margin: 0;
}

/*-------------------------------------------------
                Common Elements 
--------------------------------------------------*/
/*---------------- Features Box ------------------*/
.features-box {
    background: #ffffff;
    border-radius: 6px;
    padding: 32px 30px 32px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.08);
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.08);
}

.features-box .features-icon {
    margin-bottom: 26px;
    vertical-align: middle;
    width: 100%;
    height: 50px;
}

.features-box.style-2 .features-icon.d-table {
    background: url(../img/features-bg.svg) no-repeat;
    max-width: 150px;
    height: 150px;
    margin: 0 auto;
    background-size: cover;
}

.features-box.style-2 .features-icon img {
    max-width: 100px;
    vertical-align: middle;
    display: table-cell;
    margin: 0 auto;
}

.features-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/*------------ pricing Elements ---------------*/
.pricing {
    text-align: center;
    padding: 20px;
    border: 0;
    border-radius: 15px;
    margin-bottom: 30px;
    border: 1px solid #e9ecf1;
}

.card.pricing {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #ededed;
    border-radius: .6rem;
}

.pricing small {
    letter-spacing: 2px;
}

.pricing .card-title {
    font-size: 65px;
    font-weight: 700;
    margin: 0.5em 0 0.8em;
    display: block;
}

.pricing.featured .card-title span {
    color: #F5A11C;
}

.pricing ul {
    line-height: 2.5;
    margin: 0 0 20px;
}

.pricing .plan-muted {
    text-decoration: line-through;
    opacity: .5;
}

.pricing .btn-outline-primary {
    color: #ffffff;
    background-image: none;
    background-color: #252f3e;
    border-color: #252f3e;
    border-radius: 4px;
}

.pricing .btn-outline-primary {
    box-shadow: none;
}

.pricing.featured .btn-outline-primary {
    color: #ffffff;
    background-image: none;
    background-color: #F5A11C;
    border-color: #F5A11C;
}

/*--------------- Login /Signup ------------------*/
.login_signup {
    padding: 2rem 1rem;
    border: 1px solid #e6eaef;
    border-radius: 0.4rem;
}

.login_flex {
    width: 100%;
    display: flex;
    align-items: center;
}

.login_flex_1 {
    flex: 1;
}

.login_signup .form-control:focus {
    border-color: #F5A11C;
}

.login_signup .form-control {
    background: #f7f7f9;
}

.login_signup .login_sec_title {
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 24px;
    color: #F5A11C;
}

/*------------ About Us Page Design -----------------*/
.about_video {
    position: relative;
}

.about_video:before {
    background: #17203a;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    content: "";
    bottom: 0;
    opacity: 0.2;
    border-radius: 1rem;
}

.about_video .thumb {
    border-radius: 1rem;
    overflow: hidden;
}

.about_video .thumb .pro_img {
    min-height: 390px;
    max-height: 600px;
    border-radius: 1rem;
}

.about_video .bb-video-box {
    width: 130px;
    height: 130px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #ffffff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    /* transform: translatex(50%); */
}

.bb-video-box-inner {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.4);
}

.bb-video-box-innerup {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.7);
}

.bb-video-box-innerup a {
    font-size: 30px;
    line-height: 0;
}

.partner-logo img {
    max-width: 150px;
    display: table;
    margin: 0 auto;
}

.single_teams_thumb {
    position: relative;
    display: block;
    border-radius: 1rem;
}

.single_teams_thumb img {
    border-radius: 1rem;
}

.teams_description {
    font-size: 17px;
    line-height: 1.7;
}

.reviews_caption {
    margin-top: 2rem;
}

.reviews_caption {
    margin-top: 2rem;
}

.single_customers_wraps {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 1rem;
    position: relative;
}

.single_customers_wraps .quote_icon_2 {
    font-size: 48px;
    opacity: 0.1;
    position: absolute;
    top: 0;
}

.single_customers_wraps .review_author_box {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    width: 100%;
}

.single_customers_wraps .reviews_img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.single_customers_wraps .reviews_caption {
    margin: 0;
}

.single_customers_wraps .reviews_caption h4 {
    margin: 0;
    font-size: 16px;
}

/*-------------- Admin Login --------------*/
.admin_login_wrap {
    padding: 0;
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    overflow: hidden;
    border-radius: 0.6rem;
    box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
    -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}

.admin_login_header {
    text-align: center;
    padding: 1rem 0;
    background: #f6f7f9;
}

.admin_login_header h4 {
    font-size: 19px;
    opacity: 0.8;
    margin: 0;
}

.admin_login_body {
    padding: 1.5rem;
}

/*-------------------- Contact Us --------------*/
.contact-box {
    width: 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
    border: 1px solid #e0ecf5;
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 2.4em 1em;
}

.contact-box img {
    margin-bottom: 10px;
}

.contact-box h4 {
    font-size: 19px;
    margin-bottom: 2px;
    font-weight: 500;
}

.error-page .error_title {
    font-size: 80px;
}

.contact_icon {
    max-width: 50px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

/*------------- FAQs Design ------------------*/
.faqs_search .blocks.search_blocks {
    margin: 0 auto;
}

.faqs_search .search_blocks .input-group {
    border: none !important;
}

.faqs_search .search_blocks .form-control {
    height: 62px;
}

.faq .accordion-button.collapsed {
    background-color: #fff !important;
    color: #000 !important;
    transition: .3s;
}

.faq .accordion-button {
    background-color: var(--bs-primary-rgb) !important;
    border: 1px solid var(--bs-primary) !important;
    color: #000 !important;
    transition: .3s;
}

.faq .accordion-collapse {
    border: 1px solid var(--bs-primary) !important;
}

.verticle_tab .nav-link {
    display: block;
    font-weight: 600;
    font-size: 16px;
    padding: 0.7rem 0rem;
}

.verticle_tab.nav-pills .nav-link.active,
.verticle_tab .show>.nav-pills .nav-link {
    color: #F5A11C;
    background: transparent;
}

.faqs_search .blocks.search_blocks {
    max-width: 100%;
}

/*==========================================
 Blog & Articles
=============================================*/
article.post-grid-layout {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #e9ecf1;
}

.post-article-header {
    max-height: 200px;
    min-height: 200px;
    overflow: hidden;
    position: relative;
}

.post-article.box-inner {
    padding: 20px;
}

.post-article.box-inner .entry-title {
    margin: 0 0 0px;
}

.post-article-footer {
    background: transparent;
    border-bottom: 0px;
    padding: 0.8rem 1.25rem 0.8rem;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #e9ecf1;
}

.post-article-footer .post-author {
    font-weight: 500;
    margin-bottom: 0;
    flex: 1;
    display: flex;
    align-items: center;
}

.post-author img {
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 50%;
    margin-right: 7px;
}

.post-article-cat {
    color: #ffffff;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 50px;
    margin-bottom: 10px;
    display: inline-block;
}

/*------------- Blog Detail ----------------*/
.blog-detail-wrap figure.img-holder {
    padding: 0;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.blog-post-date {
    position: absolute;
    bottom: 15px;
    left: 30px;
    padding: 5px 30px;
    border-radius: 2px;
    color: #fff;
    text-transform: capitalize;
}

.blog-detail-wrap .blog-content {
    padding: 15px 0 20px;
}

.post-meta {
    font-size: 18px;
    margin-bottom: 1em;
}

blockquote {
    font-size: 1.78571429em;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    border-left: 0;
    font-style: italic;
    font-weight: 300;
    padding: 1rem;
    background: #ffffff;
    border-radius: 0.4rem;
    border-left: 2px solid #F5A11C;
    position: relative;
    padding-top: 2rem;
    margin-top: 15px;
}

blockquote:before {
    content: "\e67f";
    position: absolute;
    left: 10px;
    top: 3px;
    font-size: 40px;
    color: #e5e7ea;
    opacity: 1;
}

blockquote:not(:last-child) {
    margin-bottom: 1.04em;
}

blockquote p {
    line-height: 1.7;
    font-size: 20px;
}

.authorOrTitle {
    color: #F5A11C;
}

.post-meta {
    font-size: 18px;
    margin-bottom: 1em;
}

.blog-footer-social {
    padding: 10px 0 0;
    border-top: 1px solid #e0ecf5;
    margin-top: 20px;
}

ul.list-inline.social {
    padding: 0;
    margin: 0;
    float: none;
    display: inline-block;
}

ul.list-inline.social li {
    list-style: none;
    display: inline-block;
    padding: 0;
}

ul.social li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 12px 0 rgba(71, 119, 244, 0.2);
    box-shadow: 0 0 12px 0 rgba(71, 119, 244, 0.2);
    line-height: 40px;
    text-align: center;
}

.comment-detail-title,
.comment-reply-title,
.small-sec-title {
    display: block;
    position: relative;
    padding-bottom: 12px;
    font-size: 26px;
    text-align: left;
}

.comment-detail-list li {
    list-style: none;
}

.comment-detail-list .comment .comment__image {
    display: table-cell;
    width: 110px;
}

.comment-detail-list .comment .comment__image img {
    border-radius: 50%;
}

.comment-detail-list .comment .comment__text {
    display: table-cell;
    vertical-align: top;
}

.comment-detail-list .comment h5+span {
    opacity: .75;
    display: inline-block;
    margin-bottom: .8125em;
}

.comment__text h5 {
    margin: 0;
}

.side-widget {
    background: #ffffff;
    border-radius: 0.4rem;
    margin-bottom: 25px;
}

.side-widget-header {
    padding: 15px 15px 0;
}

.side-widget-header>h4 {
    font-size: 18px;
}

.side-widget-header>h4 i {
    margin-right: 10px;
}

.side-widget-body {
    padding: 0.5rem 1rem 1rem;
}

.side-list ul {
    margin: 0;
    padding: 0;
}

.side-list ul li {
    list-style: none;
    padding: 10px 5px;
    display: inline-block;
    width: 100%;
}

.side-blog-list .blog-list-img {
    width: 70px;
    height: 50px;
    display: table-cell;
    float: left;
    border-radius: 4px;
    overflow: hidden;
}

.side-blog-list .blog-list-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.side-blog-list .blog-list-info {
    display: table-cell;
    padding-left: 10px;
}

.side-blog-list .blog-list-info h5 {
    font-size: 15px;
    margin-bottom: 2px;
}

.side-list ul li {
    list-style: none;
    padding: 10px 5px;
    display: inline-block;
    width: 100%;
}

.side-list ul.category-list li span {
    float: right;
}

.blog-post-meta {
    font-size: 13px;
}

/*===================================================
  Dashboard My Account
====================================================*/

ul.item-groups {
    padding: 0;
    margin: 0;
    width: 100%;
}

ul.item-groups li {
    display: block;
    list-style: none;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e6e8ec;
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
}

ul.item-groups li:last-child {
    border-bottom: none;
    padding: 0;
}

.remove-wishlist {
    position: absolute;
    right: 15px;
    top: 15px;
}

.remove-wishlist a {
    font-weight: 600;
    font-size: 12px;
    width: 30px;
    height: 30px;
    border: 1px solid #e1e4ec;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    color: #919ab9;
}

.user-uploda-img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}

/*----------- Add Payment Methode -----------------*/
.add-payment-card {
    background: #ffffff;
    border-radius: 0.4rem;
    padding: 1rem;
}

.ap-card-header {
    display: flex;
    align-items: center;
    width: 100%;
}

.card-header-thumb {
    flex: 1;
}

.card-header-thumb img {
    max-width: 100px;
}

.add-payment-card label,
.bold-simple {
    font-weight: 800;
    margin-bottom: 4px;
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
}

.card-caption {
    padding: 0.5rem 1rem;
    background: #f4f5f7;
    position: relative;
    font-weight: 600;
    border-radius: 0.2rem;
}

.card-caption .info-icon {
    position: absolute;
    font-size: 10px;
    right: 4px;
    top: 50%;
    transform: translate(-9%, -67%);
}

.add-payment-card.center {
    height: 91%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
}

.add-pay-card {
    display: block;
    margin-bottom: 1rem;
}

.add-pay-card .btn.btn-pay {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border: 1px solid #eaecef;
    border-radius: 50%;
    color: #8e96b3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.modal-body {
    padding: 2em 2em;
}

.modal-header-title {
    font-size: 1.5em;
    text-align: center;
    margin: 0rem 0 0em 0;
}

span.mod-close {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 15px;
    right: 15px;
    background: #e6eaef;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 13px;
    color: #1a1e2b !important;
    cursor: pointer;
    z-index: 1;
}

/*-------------- Dashboard Navigatio --------------*/
nav.dashboard-nav {
    background: #ffffff;
    border-radius: 0.4rem;
}

.dashboard-nav .list-group-item {
    border-top: none;
    border-radius: 0;
    padding: 13px;
    position: relative;
    border-color: #ebeef3;
}

.dashboard-nav .list-group-item.active {
    border-color: #ebeef3;
    color: #F5A11C;
    font-weight: 600;
}

/*-------------------------------------------------
  Footer Start   
--------------------------------------------------*/
/*---------- Call To Action -------------------*/
.call_action_wrap-wrap {
    padding: 50px 0;
}

.call_action_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: #ffffff;
    align-items: center;
}

.call_action_wrap-head {
    flex: 1;
}

.call_action_wrap h3 {
    color: #ffffff;
    margin-bottom: 5px;
}

.btn.btn-call_action_wrap {
    background: #ffffff;
    padding: 18px 40px;
    border-radius: 50px;
    color: #333640;
    font-weight: 600;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
}

.tags_explore .btn {
    padding: 1.5rem 3rem;
    font-size: 17px;
    font-weight: 600;
    background: #ffffff !important;
    color: #273552 !important;
}

/*---------- Small footer -------------------*/
footer {
    z-index: 99;
    padding-top: 60px;
    position: relative;
}

@media (min-width: 200px) and (max-width: 767px) {
    footer {
        margin-bottom: 80px !important;
    }
}

footer.dark-footer {
    background: #F3f5f6;
}

.footer-logo {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eaeef3;
    border-bottom: 1px solid #eaeef3;
}

footer.footer-small {
    padding: 50px 0 0 0;
}

img.img-footer {
    max-width: 180px;
    margin-bottom: 2rem;
}

img.img-footer.small {
    margin: 0;
    max-width: 101px;
    position: relative;
    top: 2px;
}

.ft-itext {
    font-weight: 500;
    font-size: 16px;
    text-align: center !important;
    margin: 10px;
}

.ft-itext i {
    margin-right: 5px;
}

ul.social {
    margin: 0;
    padding: 0;
}

ul.social li {
    display: inline-block;
    list-style: none;
    margin: 5px;
}

ul.social li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 12px 0 rgba(71, 119, 244, 0.2);
    box-shadow: 0 0px 12px 0 rgba(71, 119, 244, 0.2);
    line-height: 40px;
    text-align: center;
}

.footer-add {
    color: #858b9f;
    font-size: 13px;
}

.ft-copyright {
    border-top: 1px solid #eaeef3;
    padding: 15px 0 12px 0;
}

.ft-copyright p {
    margin-bottom: 0;
}

.footer-logo img {
    max-width: 185px;
}

.footer_widget {
    padding: 0px 0 30px;
}

h4.widget_title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
}

.footer_widget ul {
    padding: 0;
    margin: 0;
}

.footer_widget ul li {
    list-style: none;
    margin-top: 15px;
    display: block;
}

.footer_widget ul li a {
    color: #626a70;
}

footer.skin-dark-footer .extream,
footer.skin-light-footer .extream {
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.4;
}

footer.skin-dark-footer h4 {
    color: #121212;
}

footer.skin-dark-footer .footer_widget ul li a,
footer.skin-dark-footer,
footer.skin-dark-footer a {
    color: #121212;
    transition: all ease 0.4s;
    font-size: 14px;
}

.widget_media_image {
    margin-top: 3rem;
}

.footer-bottom {
    background: #f3f5f6;
    border-top: none;
}

.footer-border {
    border-top: 1px solid #dee2e6;
    padding: 16px 0;
}

.light-footer .footer-bottom,
.footer-bottom a {
    color: #ffffff;
}

.fw {
    margin-bottom: 18px;
    display: inline-block;
    position: relative;
    padding-left: 28px;
    width: 100%;
}

.fw:last-child {
    margin: 0;
}

.fw:before {
    vertical-align: initial;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.fw.fw-location:before {
    content: "\e693";
}

.fw.fw-mail:before {
    content: "\e75a";
}

.fw.fw-call:before {
    content: "\e621";
}

.fw.fw-skype:before {
    content: "\e72d";
}

.fw.fw-web:before {
    content: "\e665";
}

.other-store-link {
    width: auto;
    margin-bottom: 20px;
    display: inline-block;
}

.other-store-link:last-child {
    margin-bottom: 0;
}

.other-store-app {
    width: 250px;
    height: 70px;
    border: 1px solid #353d56;
    border-radius: 4px;
    padding: 0 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #ffffff;
}

.os-app-caps span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #858b9f;
}

.os-app-icon {
    margin-right: 13px;
}

.os-app-icon i {
    font-size: 32px;
}

.os-app-caps {
    font-size: 18px;
    font-weight: 600;
}

.f-newsletter {
    max-width: 510px;
    margin-top: 15px;
    display: block;
    position: relative;
}

.f-newsletter .form-control {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #7f8ca2;
    background-color: transparent;
    border: 2px solid #a5aebf;
    padding: 18px 20px 18px;
    border-radius: 3px;
    height: 60px;
}

.skin-dark-footer .f-newsletter .form-control {
    border: 2px solid #9ea6ba;
}

.f-newsletter .btn {
    bottom: 4px;
    position: absolute;
    right: 4px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 18px 12px 14px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
    border-width: 0;
    color: #9ea6ba;
    cursor: pointer;
    border-radius: 2px;
    height: 52px;
    background: transparent;
}

.skin-dark-footer .form-control::-webkit-input-placeholder {
    color: #9ea6ba;
}

.skin-dark-footer .form-control:-ms-input-placeholder {
    color: #9ea6ba;
}

.skin-dark-footer .form-control::placeholder {
    color: #9ea6ba;
}

ul.footer_social_links {
    padding: 0;
    margin: 0;
}

ul.footer_social_links li {
    list-style: none;
    display: inline-block;
    border-radius: 8px !important;
}

ul.footer_social_links li a {
    width: 35px;
    height: 35px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 12px;
    color: #6a769a;
}

.address_infos ul {
    padding: 0;
    margin: 0;
}

.address_infos ul li {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 1.7;
}

.address_infos ul li i {
    font-size: 17px;
    position: absolute;
    top: 2px;
    left: 0;
}

.newsletter_box .form-control {
    height: 46px;
    border: none;
    border-radius: 4px;
}

.newsletter_box .btn.search_btn {
    border-radius: 0px 4px 4px 0px;
    background: #ffffff;
    border: none;
    color: #545e7d;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*------- Before Footer Top -------------*/
.foot-news {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.foot-news-first {
    padding-right: 2rem;
}

/* ===================================================
  All Theme Color Options
===================================================== */
/*-------------- All Style Menu -----------------*/
.grocery-theme .header_topbar.dark {
    background: #F5A11C;
}

.btn.btn-theme:hover,
.btn.btn-theme:focus {
    color: #ffffff !important;
}

/*--------------------------------------------
  Grocery Theme
----------------------------------------------*/
.header_nav.dark {
    background: #1f2738;
}

.grocery-theme .header_nav.dark .nav-menu>.active>a,
.grocery-theme .header_nav.dark.nav-menu>.focus>a,
.grocery-theme .header_nav.dark.nav-menu>li:hover>a {
    color: #F5A11C !important;
}

.grocery-theme .header_nav.dark .nav-menu>.active>a .submenu-indicator-chevron,
.grocery-theme .header_nav.dark .nav-menu>.focus>a .submenu-indicator-chevron,
.grocery-theme .header_nav.dark .nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #F5A11C #F5A11C transparent;
}

.grocery-theme .header_nav.dark .nav-menu>.active>a,
.grocery-theme .header_nav.dark .nav-menu>.focus>a,
.grocery-theme .header_nav.dark .nav-menu>li:hover>a {
    color: #F5A11C !important;
}

.grocery-theme .header_nav.dark a.shop_category i {
    color: #F5A11C;
}

.grocery-theme.light .main_header {
    background: #ffffff;
}

.grocery-theme.light .search_blocks .input-group {
    border: 1px solid #e7eaef;
    border-radius: 4px;
}

.grocery-theme.light .ss_cart_left .cart_box {
    background: #ffffff;
    border: 1px solid #e7eaef;
    color: #5dbf13 !important;
}

.grocery-theme.light .ss_cart_content span {
    color: #5872ab;
}

.grocery-theme.light .ss_cart_content strong {
    display: block;
    color: #29344c;
}

.grocery-theme.light span.qut_counter {
    background: #5dbf13;
}

.grocery-theme.light .search_blocks button.btn.search_btn {
    background: #F5A11C;
    color: #ffffff;
    border-radius: 0px 4px 4px 0;
}

/*-----------------------------------------
  Organic Theme
--------------------------------------------*/
/*------------ Common Elements -------------*/
.organic-theme a.link:hover,
.organic-theme a.link:focus,
.organic-theme a:hover,
.organic-theme a:focus {
    color: #03856d;
}

.organic-theme .facts_icon {
    background: rgba(208, 20, 24, 0.1);
    border: 1px dashed #03856d;
    color: #03856d;
}

.organic-theme .woo_category_box.border_style:hover,
.organic-theme .woo_category_box.border_style:focus {
    border-color: #03856d;
}

.organic-theme .verticle_tab.nav-pills .nav-link.active,
.organic-theme .verticle_tab .show>.nav-pills .nav-link {
    color: #03856d;
}

.organic-theme .single_filter_card h5 a {
    color: #03856d;
}

.organic-theme .single_filter_card h5 a .accordion-indicator {
    background: rgba(3, 133, 109, .11);
    color: #03856d;
}

.organic-theme .page-item.active .page-link {
    background-color: #03856d;
    border-color: #03856d;
}

.organic-theme .pagination>.active>a,
.organic-theme .pagination>.active>a:focus,
.organic-theme .pagination>.active>a:hover,
.organic-theme .pagination>.active>span,
.organic-theme .pagination>.active>span:focus,
.organic-theme .pagination>.active>span:hover,
.organic-theme .pagination>li>a:focus,
.organic-theme .pagination>li>a:hover {
    background-color: #03856d;
    border-color: #03856d;
}

.organic-theme .breadcrumbs_title {
    color: #03856d;
}

.organic-theme .dashboard-nav .list-group-item.active {
    color: #03856d;
}

.organic-theme .custom-tab .nav-tabs .nav-item.show .nav-link,
.organic-theme .custom-tab .nav-tabs .nav-link.active {
    background-color: #03856d;
}

.organic-theme .single_filter_card h5 a.collapsed .accordion-indicator {
    background: #f3f5f9;
    color: #647b9c;
}

.organic-theme .single_filter_card h5 a.collapsed {
    color: #647b9c;
}

/*------------- Navigation -----------------*/
.organic-theme .main_header {
    background: #03856d;
}

.organic-theme .header_nav {
    background: #006953;
}

.organic-theme .search_blocks button.btn.search_btn {
    color: #006953;
}

.organic-theme .ss_cart_content strong {
    color: #ff9800;
}

.organic-theme .nav-menu>.active>a,
.organic-theme .nav-menu>.focus>a,
.organic-theme .nav-menu>li:hover>a {
    color: #ff9800 !important;
}

.organic-theme .nav-menu>.active>a .submenu-indicator-chevron,
.organic-theme .nav-menu>.focus>a .submenu-indicator-chevron,
.organic-theme .nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #ff9800 #ff9800 transparent;
}

.organic-theme .nav-dropdown>li>a:hover,
.organic-theme .nav-dropdown>li>a:focus {
    color: #03856d;
}

.organic-theme .nav-dropdown>.focus>a,
.organic-theme .nav-dropdown>li:hover>a {
    color: #03856d;
}

.organic-theme a.shop_category i {
    color: #ff9800;
}

.organic-theme span.qut_counter {
    background: #f55d2c;
}

.organic-theme .header_topbar.dark {
    background: #03856d;
}

.organic-theme .theme-bg {
    background: #03856d;
}

.organic-theme .theme-cl {
    color: #03856d;
}

.organic-theme .btn-theme {
    background: #03856d;
    border-color: #03856d;
}

/*---------- Light -------------------*/
.organic-theme.light .main_header {
    background: #ffffff;
}

.organic-theme.light .search_blocks .input-group {
    border: 1px solid #e7eaef;
    border-radius: 4px;
}

.organic-theme.light .ss_cart_left .cart_box {
    background: #ffffff;
    border: 1px solid #e7eaef;
    color: #03856d !important;
}

.organic-theme.light .ss_cart_content span {
    color: #5872ab;
}

.organic-theme.light .ss_cart_content strong {
    display: block;
    color: #29344c;
}

.organic-theme.light span.qut_counter {
    background: #03856d;
    color: #ffffff;
}

.organic-theme.light .search_blocks button.btn.search_btn {
    background: #03856d;
    color: #ffffff;
    border-radius: 0px 4px 4px 0;
}

/*---------------------------------------------
  Electronic Theme
-----------------------------------------------*/
/*------------ Common Elements -------------*/
.electronic-theme a.link:hover,
.electronic-theme a.link:focus,
.electronic-theme a:hover,
.electronic-theme a:focus {
    color: #d01418;
}

.electronic-theme .facts_icon {
    background: rgba(208, 20, 24, 0.1);
    border: 1px dashed #d01418;
    color: #d01418;
}

.electronic-theme .woo_category_box.border_style:hover,
.electronic-theme .woo_category_box.border_style:focus {
    border-color: #d01418;
}

.electronic-theme .verticle_tab.nav-pills .nav-link.active,
.electronic-theme .verticle_tab .show>.nav-pills .nav-link {
    color: #d01418;
}

.electronic-theme .single_filter_card h5 a {
    color: #d01418;
}

.electronic-theme .single_filter_card h5 a .accordion-indicator {
    background: rgba(208, 20, 24, 0.11);
    color: #d01418;
}

.electronic-theme .page-item.active .page-link {
    background-color: #d01418;
    border-color: #d01418;
}

.electronic-theme .pagination>.active>a,
.electronic-theme .pagination>.active>a:focus,
.electronic-theme .pagination>.active>a:hover,
.electronic-theme .pagination>.active>span,
.electronic-theme .pagination>.active>span:focus,
.electronic-theme .pagination>.active>span:hover,
.electronic-theme .pagination>li>a:focus,
.electronic-theme .pagination>li>a:hover {
    background-color: #d01418;
    border-color: #d01418;
}

.electronic-theme .breadcrumbs_title {
    color: #d01418;
}

.electronic-theme .dashboard-nav .list-group-item.active {
    color: #d01418;
}

.electronic-theme .custom-tab .nav-tabs .nav-item.show .nav-link,
.electronic-theme .custom-tab .nav-tabs .nav-link.active {
    background-color: #d01418;
}

.electronic-theme .single_filter_card h5 a.collapsed .accordion-indicator {
    background: #f3f5f9;
    color: #647b9c;
}

.electronic-theme .single_filter_card h5 a.collapsed {
    color: #647b9c;
}

/*------------- Navigation -----------------*/
.electronic-theme .main_header {
    background: #222e3e;
}

.electronic-theme .header_nav {
    background: #1f2a38;
}

.electronic-theme .search_blocks button.btn.search_btn {
    color: #ffffff;
    background: #d01418;
}

.electronic-theme a.shop_category {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.electronic-theme .ss_cart_content strong {
    color: #d01418;
}

.electronic-theme .nav-menu>.active>a,
.electronic-theme .nav-menu>.focus>a,
.electronic-theme .nav-menu>li:hover>a {
    color: #d01418 !important;
}

.electronic-theme .nav-menu>.active>a .submenu-indicator-chevron,
.electronic-theme .nav-menu>.focus>a .submenu-indicator-chevron,
.electronic-theme .nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #d01418 #d01418 transparent;
}

.electronic-theme .nav-dropdown>li>a:hover,
.electronic-theme .nav-dropdown>li>a:focus {
    color: #d01418;
}

.electronic-theme .nav-dropdown>.focus>a,
.electronic-theme .nav-dropdown>li:hover>a {
    color: #d01418;
}

.electronic-theme a.shop_category i {
    color: #d01418;
}

.electronic-theme span.qut_counter {
    background: #d01418;
}

.electronic-theme .header_topbar.dark {
    background: #d01418;
}

.electronic-theme .theme-bg {
    background: #d01418;
}

.electronic-theme .theme-cl {
    color: #d01418;
}

.electronic-theme .btn-theme {
    background: #d01418;
    border-color: #d01418;
}

/*---------- Light -------------------*/
.electronic-theme.light .main_header {
    background: #ffffff;
}

.electronic-theme.light .search_blocks .input-group {
    border: 1px solid #e7eaef;
    border-radius: 4px;
}

.electronic-theme.light .ss_cart_left .cart_box {
    background: #ffffff;
    border: 1px solid #e7eaef;
    color: #d01418 !important;
}

.electronic-theme.light .ss_cart_content span {
    color: #5872ab;
}

.electronic-theme.light .ss_cart_content strong {
    display: block;
    color: #29344c;
}

.electronic-theme.light span.qut_counter {
    background: #d01418;
}

.electronic-theme.light .search_blocks button.btn.search_btn {
    background: #d01418;
    color: #ffffff;
    border-radius: 0px 4px 4px 0;
}

/*----------------------------------
  Fashion Theme
------------------------------------*/
/*------------ Common Elements -------------*/
.fashion-theme a.link:hover,
.fashion-theme a.link:focus,
.fashion-theme a:hover,
.fashion-theme a:focus {
    color: #ef2853;
}

.fashion-theme .facts_icon {
    background: rgba(208, 20, 24, 0.1);
    border: 1px dashed #ef2853;
    color: #ef2853;
}

.fashion-theme .woo_category_box.border_style:hover,
.fashion-theme .woo_category_box.border_style:focus {
    border-color: #ef2853;
}

.fashion-theme .verticle_tab.nav-pills .nav-link.active,
.fashion-theme .verticle_tab .show>.nav-pills .nav-link {
    color: #ef2853;
}

.fashion-theme .single_filter_card h5 a {
    color: #ef2853;
}

.fashion-theme .single_filter_card h5 a .accordion-indicator {
    background: rgba(208, 20, 24, 0.11);
    color: #ef2853;
}

.fashion-theme .page-item.active .page-link {
    background-color: #ef2853;
    border-color: #ef2853;
}

.fashion-theme .pagination>.active>a,
.fashion-theme .pagination>.active>a:focus,
.fashion-theme .pagination>.active>a:hover,
.fashion-theme .pagination>.active>span,
.fashion-theme .pagination>.active>span:focus,
.fashion-theme .pagination>.active>span:hover,
.fashion-theme .pagination>li>a:focus,
.fashion-theme .pagination>li>a:hover {
    background-color: #ef2853;
    border-color: #ef2853;
}

.fashion-theme .breadcrumbs_title {
    color: #ef2853;
}

.fashion-theme .dashboard-nav .list-group-item.active {
    color: #ef2853;
}

.fashion-theme .custom-tab .nav-tabs .nav-item.show .nav-link,
.fashion-theme .custom-tab .nav-tabs .nav-link.active {
    background-color: #ef2853;
}

.fashion-theme .single_filter_card h5 a.collapsed .accordion-indicator {
    background: #f3f5f9;
    color: #647b9c;
}

.fashion-theme .single_filter_card h5 a.collapsed {
    color: #647b9c;
}

/*------------- Navigation -----------------*/
.fashion-theme .main_header {
    background: #ef2853;
}

.fashion-theme .header_nav {
    background: #222e3e;
}

.fashion-theme .search_blocks button.btn.search_btn {
    color: #1f2a38;
}

.fashion-theme a.shop_category {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.fashion-theme .ss_cart_content strong {
    color: #FFC107;
}

.fashion-theme .nav-menu>.active>a,
.fashion-theme .nav-menu>.focus>a,
.fashion-theme .nav-menu>li:hover>a {
    color: #ef2853 !important;
}

.fashion-theme .nav-menu>.active>a .submenu-indicator-chevron,
.fashion-theme .nav-menu>.focus>a .submenu-indicator-chevron,
.fashion-theme .nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #ef2853 #ef2853 transparent;
}

.fashion-theme .nav-dropdown>li>a:hover,
.fashion-theme .nav-dropdown>li>a:focus {
    color: #ef2853;
}

.fashion-theme .nav-dropdown>.focus>a,
.fashion-theme .nav-dropdown>li:hover>a {
    color: #ef2853;
}

.fashion-theme a.shop_category i {
    color: #ef2853;
}

.fashion-theme span.qut_counter {
    background: #ffffff;
    color: #222e3e;
}

.fashion-theme .header_topbar.dark {
    background: #ef2853;
}

.fashion-theme .theme-bg {
    background: #ef2853;
}

.fashion-theme .theme-cl {
    color: #ef2853;
}

.fashion-theme .btn-theme {
    background: #ef2853;
    border-color: #ef2853;
}

/*---------- Light -------------------*/
.fashion-theme.light .main_header {
    background: #ffffff;
}

.fashion-theme.light .search_blocks .input-group {
    border: 1px solid #e7eaef;
    border-radius: 4px;
}

.fashion-theme.light .ss_cart_left .cart_box {
    background: #ffffff;
    border: 1px solid #e7eaef;
    color: #ef2853 !important;
}

.fashion-theme.light .ss_cart_content span {
    color: #5872ab;
}

.fashion-theme.light .ss_cart_content strong {
    display: block;
    color: #29344c;
}

.fashion-theme.light span.qut_counter {
    background: #ef2853;
    color: #ffffff;
}

.fashion-theme.light .search_blocks button.btn.search_btn {
    background: #ef2853;
    color: #ffffff;
    border-radius: 0px 4px 4px 0;
}

/*---------------------------------------
  Fashion Theme 2
----------------------------------------*/

.fashion-theme2 .facts_icon {
    background: rgba(208, 20, 24, 0.1);
    border: 1px dashed #2291FF;
    color: #2291FF;
}

.fashion-theme2 .woo_category_box.border_style:hover,
.fashion-theme2 .woo_category_box.border_style:focus {
    border-color: #2291FF;
}

.fashion-theme2 .verticle_tab.nav-pills .nav-link.active,
.fashion-theme2 .verticle_tab .show>.nav-pills .nav-link {
    color: #2291FF;
}

.fashion-theme2 .single_filter_card h5 a {
    color: #2291FF;
}

.fashion-theme2 .single_filter_card h5 a .accordion-indicator {
    background: rgba(208, 20, 24, 0.11);
    color: #2291FF;
}

.fashion-theme2 .page-item.active .page-link {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.fashion-theme2 .pagination>.active>a,
.fashion-theme2 .pagination>.active>a:focus,
.fashion-theme2 .pagination>.active>a:hover,
.fashion-theme2 .pagination>.active>span,
.fashion-theme2 .pagination>.active>span:focus,
.fashion-theme2 .pagination>.active>span:hover,
.fashion-theme2 .pagination>li>a:focus,
.fashion-theme2 .pagination>li>a:hover {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50% !important;
}

.fashion-theme2 .breadcrumbs_title {
    color: #2291FF;
}

.fashion-theme2 .dashboard-nav .list-group-item {
    border-radius: 8px;
}

.fashion-theme2 .dashboard-nav .list-group-item.active {
    background-color: var(--bs-secondary) !important;
    color: #fff;
}

.fashion-theme2 .dashboard-nav .list-group-item:hover {
    background-color: var(--bs-secondary) !important;
    color: #fff;
    transition: .3s;
}

.user_image {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.fashion-theme2 .custom-tab .nav-tabs .nav-item.show .nav-link,
.fashion-theme2 .custom-tab .nav-tabs .nav-link.active {
    background-color: transparent;
    border: 1px solid var(--bs-secondary) !important;
    color: var(--bs-secondary);
}

.fashion-theme2 .single_filter_card h5 a.collapsed .accordion-indicator {
    background: #fff;
    color: #647b9c;
}

.fashion-theme2 .single_filter_card h5 a.collapsed {
    color: #647b9c;
}

/*------------- Navigation -----------------*/
.fashion-theme2 .main_header {
    background: #fff;
}

.fashion-theme2 .header_nav {
    background: var(--bs-primary);
}

.fashion-theme2 .search_blocks button.btn.search_btn {
    color: #1f2a38;
}

.fashion-theme2 .ss_cart_content strong {
    color: #FFC107;
}

.fashion-theme2 .nav-menu>.active>a .submenu-indicator-chevron,
.fashion-theme2 .nav-menu>.focus>a .submenu-indicator-chevron,
.fashion-theme2 .nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #2291FF #2291FF transparent;
}

.fashion-theme2 .nav-dropdown>li>a:hover,
.fashion-theme2 .nav-dropdown>li>a:focus {
    color: #2291FF;
}

.fashion-theme2 .nav-dropdown>.focus>a,
.fashion-theme2 .nav-dropdown>li:hover>a {
    color: #2291FF;
}

.fashion-theme a.shop_category i {
    color: #2291FF;
}

.fashion-theme2 span.qut_counter {
    background: #DC3545;
    color: #FFF;
}

.fashion-theme2 .header_topbar.dark {
    background: #16162E;
}

.fashion-theme2 .theme-cl {
    color: #121212;
}

.fashion-theme2 .btn-theme {
    background: #2291FF;
    border-color: #2291FF;
}

/*---------- Light -------------------*/
.fashion-theme2.light .main_header {
    background: #ffffff;
}

.fashion-theme2.light .search_blocks .input-group {
    border: 1px solid #e7eaef;
    border-radius: 4px;
}

.fashion-theme2.light .ss_cart_left .cart_box {
    background: #ffffff;
    border: 1px solid #e7eaef;
    color: #2291FF !important;
}

.fashion-theme2.light .ss_cart_content span {
    color: #5872ab;
}

.fashion-theme2.light .ss_cart_content strong {
    display: block;
    color: #29344c;
}

.fashion-theme2.light span.qut_counter {
    background: #2291FF;
    color: #ffffff;
}

.fashion-theme2.light .search_blocks button.btn.search_btn {
    background: #2291FF;
    color: #ffffff;
    border-radius: 0px 4px 4px 0;
}

/*----------------------------------------
  Furniture Theme
-----------------------------------------*/
/*------------ Common Elements -------------*/
.furniture-theme a.link:hover,
.furniture-theme a.link:focus,
.furniture-theme a:hover,
.furniture-theme a:focus {
    color: #f96825;
}

.furniture-theme .facts_icon {
    background: rgba(208, 20, 24, 0.1);
    border: 1px dashed #f96825;
    color: #f96825;
}

.furniture-theme .woo_category_box.border_style:hover,
.furniture-theme .woo_category_box.border_style:focus {
    border-color: #f96825;
}

.furniture-theme .verticle_tab.nav-pills .nav-link.active,
.furniture-theme .verticle_tab .show>.nav-pills .nav-link {
    color: #f96825;
}

.furniture-theme .single_filter_card h5 a {
    color: #f96825;
}

.furniture-theme .single_filter_card h5 a .accordion-indicator {
    background: rgba(208, 20, 24, 0.11);
    color: #f96825;
}

.furniture-theme .page-item.active .page-link {
    background-color: #f96825;
    border-color: #f96825;
}

.furniture-theme .pagination>.active>a,
.furniture-theme .pagination>.active>a:focus,
.furniture-theme .pagination>.active>a:hover,
.furniture-theme .pagination>.active>span,
.furniture-theme .pagination>.active>span:focus,
.furniture-theme .pagination>.active>span:hover,
.furniture-theme .pagination>li>a:focus,
.furniture-theme .pagination>li>a:hover {
    background-color: #f96825;
    border-color: #f96825;
}

.furniture-theme .breadcrumbs_title {
    color: #f96825;
}

.furniture-theme .dashboard-nav .list-group-item.active {
    color: #f96825;
}

.furniture-theme .custom-tab .nav-tabs .nav-item.show .nav-link,
.furniture-theme .custom-tab .nav-tabs .nav-link.active {
    background-color: #f96825;
}

.furniture-theme .single_filter_card h5 a.collapsed .accordion-indicator {
    background: #f3f5f9;
    color: #647b9c;
}

.furniture-theme .single_filter_card h5 a.collapsed {
    color: #647b9c;
}

/*------------- Navigation -----------------*/
.furniture-theme .main_header {
    background: #222e3e;
}

.furniture-theme .header_nav {
    background: #1f2a38;
}

.furniture-theme .search_blocks button.btn.search_btn {
    color: #ffffff;
    background: #f96825;
}

.furniture-theme a.shop_category {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.furniture-theme2 .ss_cart_content strong {
    color: #FFC107;
}

.furniture-theme2 .nav-menu>.active>a,
.furniture-theme2 .nav-menu>.focus>a,
.furniture-theme2 .nav-menu>li:hover>a {
    color: #f96825 !important;
}

.furniture-theme2 .nav-menu>.active>a .submenu-indicator-chevron,
.furniture-theme2 .nav-menu>.focus>a .submenu-indicator-chevron,
.furniture-theme2 .nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #FFC107 #f96825 transparent;
}

.furniture-theme .nav-dropdown>li>a:hover,
.furniture-theme .nav-dropdown>li>a:focus {
    color: #f96825;
}

.furniture-theme .nav-dropdown>.focus>a,
.furniture-theme .nav-dropdown>li:hover>a {
    color: #f96825;
}

.furniture-theme a.shop_category i {
    color: #f96825;
}

.furniture-theme span.qut_counter {
    background: #f96825;
}

.furniture-theme .header_topbar.dark {
    background: #f96825;
}

.furniture-theme .theme-bg {
    background: #f96825;
}

.furniture-theme .theme-cl {
    color: #f96825;
}

.furniture-theme .btn-theme {
    background: #f96825;
    border-color: #f96825;
}

/*---------- Light -------------------*/
.furniture-theme.light .main_header {
    background: #ffffff;
}

.furniture-theme.light .search_blocks .input-group {
    border: 1px solid #e7eaef;
    border-radius: 4px;
}

.furniture-theme.light .ss_cart_left .cart_box {
    background: #ffffff;
    border: 1px solid #e7eaef;
    color: #f96825 !important;
}

.furniture-theme.light .ss_cart_content span {
    color: #5872ab;
}

.furniture-theme.light .ss_cart_content strong {
    display: block;
    color: #29344c;
}

.furniture-theme.light span.qut_counter {
    background: #f96825;
    color: #ffffff;
}

.furniture-theme.light .search_blocks button.btn.search_btn {
    background: #f96825;
    color: #ffffff;
    border-radius: 0px 4px 4px 0;
}

/*---------------------------------------
  Default Theme
------------------------------------------*/
/*------------ Common Elements -------------*/
.default-theme a.link:hover,
.default-theme a.link:focus,
.default-theme a:hover,
.default-theme a:focus {
    color: #126cf4;
}

.default-theme .facts_icon {
    background: rgba(208, 20, 24, 0.1);
    border: 1px dashed #126cf4;
    color: #126cf4;
}

.default-theme .woo_category_box.border_style:hover,
.default-theme .woo_category_box.border_style:focus {
    border-color: #126cf4;
}

.default-theme .verticle_tab.nav-pills .nav-link.active,
.default-theme .verticle_tab .show>.nav-pills .nav-link {
    color: #126cf4;
}

.default-theme .single_filter_card h5 a {
    color: #126cf4;
}

.default-theme .single_filter_card h5 a .accordion-indicator {
    background: rgba(18, 108, 284, 0.11);
    color: #126cf4;
}

.default-theme .page-item.active .page-link {
    background-color: #126cf4;
    border-color: #126cf4;
}

.default-theme .pagination>.active>a,
.default-theme .pagination>.active>a:focus,
.default-theme .pagination>.active>a:hover,
.default-theme .pagination>.active>span,
.default-theme .pagination>.active>span:focus,
.default-theme .pagination>.active>span:hover,
.default-theme .pagination>li>a:focus,
.default-theme .pagination>li>a:hover {
    background-color: #126cf4;
    border-color: #126cf4;
}

.default-theme .breadcrumbs_title {
    color: #126cf4;
}

.default-theme .dashboard-nav .list-group-item.active {
    color: #126cf4;
}

.default-theme .custom-tab .nav-tabs .nav-item.show .nav-link,
.default-theme .custom-tab .nav-tabs .nav-link.active {
    background-color: #126cf4;
}

.default-theme .single_filter_card h5 a.collapsed .accordion-indicator {
    background: #f3f5f9;
    color: #647b9c;
}

.default-theme .single_filter_card h5 a.collapsed {
    color: #647b9c;
}

/*------------- Navigation -----------------*/
.default-theme .main_header {
    background: #222e3e;
}

.default-theme .header_nav {
    background: #1f2a38;
}

.default-theme .search_blocks button.btn.search_btn {
    color: #ffffff;
    background: #126cf4;
}

.default-theme a.shop_category {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.default-theme .ss_cart_content strong {
    color: #ff9800;
}

.default-theme .nav-menu>.active>a,
.default-theme .nav-menu>.focus>a,
.default-theme .nav-menu>li:hover>a {
    color: #126cf4 !important;
}

.default-theme .nav-menu>.active>a .submenu-indicator-chevron,
.default-theme .nav-menu>.focus>a .submenu-indicator-chevron,
.default-theme .nav-menu>li:hover>a .submenu-indicator-chevron {
    border-color: transparent #126cf4 #126cf4 transparent;
}

.default-theme .nav-dropdown>li>a:hover,
.default-theme .nav-dropdown>li>a:focus {
    color: #126cf4;
}

.default-theme .nav-dropdown>.focus>a,
.default-theme .nav-dropdown>li:hover>a {
    color: #126cf4;
}

.default-theme a.shop_category i {
    color: #126cf4;
}

.default-theme span.qut_counter {
    background: #126cf4;
}

.default-theme .header_topbar.dark {
    background: #126cf4;
}

.default-theme .theme-bg {
    background: #126cf4;
}

.default-theme .theme-cl {
    color: #126cf4;
}

.default-theme .btn-theme {
    background: #126cf4;
    border-color: #126cf4;
}

/*---------- Light -------------------*/
.default-theme.light .main_header {
    background: #ffffff;
}

.default-theme.light .search_blocks .input-group {
    border: 1px solid #e7eaef;
    border-radius: 4px;
}

.default-theme.light .ss_cart_left .cart_box {
    background: #ffffff;
    border: 1px solid #e7eaef;
    color: #126cf4 !important;
}

.default-theme.light .ss_cart_content span {
    color: #5872ab;
}

.default-theme.light .ss_cart_content strong {
    display: block;
    color: #29344c;
}

.default-theme.light span.qut_counter {
    background: #126cf4;
    color: #ffffff;
}

.default-theme.light .search_blocks button.btn.search_btn {
    background: #126cf4;
    color: #ffffff;
    border-radius: 0px 4px 4px 0;
}

/*------------ Organic Theme -------------*/
.header_topbar.dark.green_bg {
    background: #F5A11C;
}

.header_topbar.dark .topbar_menu ul li a {
    color: #ffffff;
}

.header_topbar.dark ul.tp-list li a {
    color: #ffffff;
}

.header_topbar.dark ul.tp-list li ul li a {
    color: #5872ab;
}

/*----------Dark Menu --------*/

.main_header.header-fixed {
    position: fixed;
    z-index: 500;
    width: 100%;
    top: 0;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@media (min-width: 992px) {
    .nav-menu.nav-menu-social>li.login_click.bg-white {
        background: #ffffff !important;
    }

    .nav-menu.nav-menu-social>li.login_click.bg-white a {
        color: #333333 !important;
    }

    .nav-menu.nav-menu-social>li.login_click a {
        top: -11px;
    }

    .nav-menu.nav-menu-social>li.login_click a {
        /* top: 0; */
        padding: 20px 15px;
        color: #fff !important;
        font-weight: 600;
        font-size: 15px;
    }

    .nav-menu.nav-menu-social>li.login_click.style-2 a {
        top: -16px;
    }

    .header.header-dark {
        background-color: #1f263e;
    }

    .header.header-dark .nav-brand,
    .header.header-dark .nav-brand:focus,
    .header.header-dark .nav-brand:hover,
    .header.header-dark .nav-menu>li>a {
        color: #ffffff;
    }

    .header.header-dark .nav-menu>li .nav-dropdown {
        background: #232b46;
    }

    .header.header-dark .nav-dropdown>li>a {
        border-bottom: 1px solid #2e3654;
    }

    .header.header-dark .nav-menu>li>.nav-dropdown:before {
        background-color: #232b46;
    }
}

/*=========================================
  Responsiveness Designs
=========================================*/
@media (min-width: 576px) {
    .product.grid-5>li {
        width: 50%;
        flex: 0 0 50%;
    }
}

@media (min-width: 768px) {
    .tp-side-menu {
        display: none;
    }

    .product.grid-5>li {
        width: 33.333333%;
        flex: 0 0 33.333333%;
    }
}

@media (min-width: 992px) {
    .general_header .nav-menu>li>a {
        padding: 28px 12px;
    }

    .banner_caption_form .blocks.search_blocks {
        max-width: 65%;
    }

    .vendor_sales_rate_info {
        display: flex;
        align-items: center;
        width: auto;
        justify-content: end;
        float: right;
    }

    .error-page .error_title {
        font-size: 200px;
    }

    .digital-banner .banner_caption h2 {
        font-size: 60px;
        font-weight: 800;
        line-height: 1.1;
    }

    .woo_product_list_caption .woo_title .woo_pro_title {
        font-size: 19px;
    }

    .filter_search_opt {
        display: none;
    }

    .product.grid-5>li {
        width: 25%;
        flex: 0 0 25%;
    }

    .teams_description {
        font-size: 21px;
        line-height: 1.7;
        font-weight: 300;
    }

    .form-control.qua_pr {
        max-width: 60px;
    }

    .short_banner_caption h2 {
        font-size: 45px;
        line-height: 1.1;
    }

    .blocks.search_blocks.shor_banner_form {
        max-width: 70%;
    }
}

@media (min-width: 1024px) {
    .hide-24 {
        display: none;
    }

    .pr_info_prefix.grocery_style .cart_sku_preflix {
        flex: 0 0 50%;
    }

    .offer_flix.rounded {
        padding: 0 2rem;
    }

    .form-control.qua_pr {
        max-width: 110px;
    }

    .no-rel {
        position: inherit;
    }

    .banner_caption h4 {
        font-size: 46px;
        line-height: 1.2;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .banner_img {
        position: absolute;
        right: 2%;
        bottom: 0;
    }

    .banner_img.bt-center {
        bottom: 20%;
    }

    .w3-ch-sideBar {
        max-width: 350px;
        min-width: 350px;
    }

    .woo_pr_title {
        font-size: 24px;
        line-height: 1.2;
        font-weight: 600;
    }

    #viewproduct-over .woo_pr_title {
        font-size: 30px;
        line-height: 1.2;
    }
}

@media (min-width: 1200px) {
    .tags_explore h2 {
        font-weight: 800;
        font-size: 50px;
    }

    .tags_explore p {
        font-size: 20px;
        margin-bottom: 2rem;
        margin-top: 1rem;
    }

    .product.grid-5>li {
        width: 20%;
        flex: 0 0 20%;
    }

    #viewproduct-over .modal-dialog.modal-dialog-centered {
        max-width: 1000px;
    }

    .full_banner {
        height: 82vh;
    }
}

@media (max-width: 1199px) {}

@media (max-width: 1023px) {
    .show-23 {
        display: block;
    }

    .hide-23 {
        display: none;
    }
}

@media (max-width: 992px) {
    .nav-dropdown>li>a {
        border-bottom: 1px solid #252731;
        color: #8e909e;
    }

    .digital_preview_footer {
        display: block;
    }

    .dp_footer_single {
        padding: 8px 15px;
    }

    .facts_icon {
        margin-right: 0.5rem;
        width: 40px;
        height: 40px;
        font-size: 17px;
    }

    .facts_caption h4 {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .facts_caption p {
        font-size: 13px;
        line-height: 1.6;
    }

    .nav-menu.nav-menu-social>li.login_click.search {
        display: none;
    }

    .banner_caption p {
        display: none;
    }

    .banner_caption .btn {
        height: 50px;
        padding: 10px 25px;
        font-size: 15px;
        border-radius: 4px;
    }

    .submenu-indicator-chevron {
        border-color: transparent #787fa0 #787fa0 transparent;
    }

    .nav-menu>li .nav-dropdown {
        background: transparent;
        padding: 0px;
    }

    .nav-menu>li>.nav-dropdown:before {
        display: none;
    }

    .general_header {
        padding: 10px 0;
    }

    .general_header .nav-brand img {
        max-width: 130px;
    }

    .pricing .card-body {
        padding: 0;
    }

    .pricing .card-title {
        font-size: 40px;
    }

    .pricing .btn-outline-primary {
        padding: 12px 15px;
        font-size: 13px;
        font-weight: 600;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .hide-91 {
        display: none;
    }

    .about_video {
        margin-top: 2rem;
    }

    .blog-sidebar {
        margin-top: 2rem;
    }

    .m-full {
        padding: 10px 26px;
    }

    .m-full .btn {
        width: 100%;
    }

    .show-91 {
        display: block;
    }

    .cart_detail_box {
        margin-top: 1rem;
    }

    .login_signup {
        margin-bottom: 1rem;
    }

    .filter_search_opt a {
        width: 50px;
        height: 50px;
        background: #1d2738;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0px 6px 6px 0px;
        color: #ffffff;
        font-size: 16px;
        position: fixed;
        left: 0;
        top: 35%;
        z-index: 2;
    }

    .sm-sidebar {
        height: 100%;
        max-width: 350px;
        min-width: 220px;
        background-color: #fff;
        position: fixed !important;
        top: 0;
        z-index: +2000;
        overflow: auto;
        -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
        box-shadow: 0 2px 10px 0 #d8dde6;
        position: relative;
        animation: animateleft .4s;
        left: 0;
        display: none;
        border-radius: 0rem 0.4rem 0.4rem 0rem;
    }

    .search-sidebar-body {
        position: absolute;
        left: 0;
        width: calc(100% - .375rem);
        height: calc(100% - 3rem);
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
    }

    .search-sidebar_header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .search-sidebar_header .ssh_heading {
        margin: 0;
        flex: 1;
    }

    .vendor_sales_info {
        flex: 1;
        margin-left: 1rem;
    }

    .woo_btn_action {
        display: block;
    }

    ul.deals_time_counter li {
        padding: 5px 5px;
    }

    .num_time_box .num_count {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .tp-side-menu {
        display: block;
    }

    .topbar-head ul li {
        padding-right: 8px;
    }

    .digital_features li {
        flex: 0 0 100%;
    }

    .side_titles {
        margin-top: 2rem;
    }

    .offer_block_caption {
        padding-top: 2rem;
    }

    .elec-slide {
        margin-bottom: 1.5rem;
    }

    .banner {
        display: flex;
        align-items: center;
        min-height: 280px;
        padding: 50px 0;
        position: relative;
    }

    .toolbar-sorter.sorter {
        float: none;
        display: block;
        align-items: center;
    }

    .modes {
        float: left;
        margin-left: 0;
        margin-top: 6px;
        margin-right: 6px;
    }

    .field.limiter {
        float: left;
    }

    .vendor_sales_rate_info {
        margin-top: 1rem;
    }

    .woo_btn_action .col-lg-auto.p-0 {
        padding: 0 15px !important;
    }

    .general_header #mySearch {
        width: 280px;
        right: 5px;
    }

    .pad-bt,
    nav.dashboard-nav {
        margin-bottom: 1.5rem !important;
    }

    .card_big {
        margin: 0.7rem 0;
    }

    .full_banner {
        padding: 3rem 0;
    }

    .multi-tab ul li a {
        padding: 8px 12px;
        background: transparent;
        border-radius: 50px;
        font-weight: 600;
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .topbar_menu ul li {
        font-size: 11px;
        margin-left: 7px;
    }

    .woo_product_list_layout {
        display: block;
        text-align: center;
    }

    .woo_product_list_layout .woo_product_thumb {
        margin: 0 auto;
    }

    .woo_product_list_caption {
        text-align: center;
        margin: 0 auto;
        display: table;
    }

    .topbar_menu ul li a i {
        margin-right: 5px;
    }

    ul.tp-list li a {
        font-size: 10px;
    }

    ul.tp-list li {
        margin-right: 0.1rem;
    }

    .topbar_menu ul li.hide-m {
        display: none;
    }

    .newsletter_box .form-control {
        height: 46px;
        border: none;
        border-radius: 4px;
    }

    .newsletter_box {
        margin-top: 1rem;
    }

    .banner_caption .btn {
        margin: 0;
    }

    .general_header .nav-brand img {
        max-width: 100%;
    }

    .general_head_right ul li:nth-child(2) {
        display: none;
    }

    .woo_product_cart ul li .woo_cart_btn {
        height: 38px;
    }
}

@media (max-width: 414px) {

    .pagination .page-item.left .page-link,
    .pagination .page-item.right .page-link {
        height: 45px;
        width: 45px;
        border-radius: 50% !important;
        padding: 0px !important;
    }

    .single_shop_cart {
        margin-right: 1rem;
    }

    .pagination .page-item.left .page-link span,
    .pagination .page-item.right .page-link span {
        line-height: 0;
        text-align: center;
        width: auto;
        height: auto;
        float: none;
        margin: 0 auto;
    }

    .pagination .page-item.left .page-link,
    .pagination .page-item.right .page-link {
        font-size: 0;
    }

    .pagination .page-item.left .page-link i,
    .pagination .page-item.right .page-link i {
        font-size: 15px;
    }


    .woo_pr_detail .tbl_cart_product_caption {
        display: block;
    }

    .tbl_cart_product_caption .tbl_pr_title {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 15px;
    }
}

/*Extra*/
.iti--allow-dropdown {
    width: 100%;
}

/*Extra*/

.pro-add {
    display: flex;
    align-items: center;
}

.pro-add input {
    margin: 0;
    padding: 0;
    width: 50px;
    text-align: center;
}

.pro-add span {
    text-align: center;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
    font-size: 26px;
    color: var(--primary-color-hover);
    border-radius: 100%;
    border: 1px solid var(--primary-color-hover);
}


.rating>input {
    display: none
}

.rating {
    direction: rtl;
    display: inline-block;
    cursor: default;
}

.rating>label {
    position: relative;
    width: 25px;
    font-size: 30px;
    color: #ffc107;
    cursor: pointer;
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.fit-image {
    width: 100%;
    object-fit: contain;
    height: 280px;
}

@media (min-width: 1400px) {
    .col-2xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

/*
 * demo
 */
.curtain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: calc(100%/3);
    overflow: hidden;
    z-index: 20;
}

.image-container,
.curtain {
    min-height: 270px;
    height: 100%;
}

.shine {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    background: linear-gradient(-90deg, #efefef 0%, #fcfcfc 50%, #efefef 100%);
    background-size: 400% 400%;
    -webkit-animation: shine 1.3s infinite;
    animation: shine 1.3s infinite;
    opacity: 0.8;
}

@-webkit-keyframes shine {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: -135% 0%;
    }
}

@keyframes shine {
    0% {
        background-position: 0% 0%;
    }

    100% {
        background-position: -135% 0%;
    }
}

.item-list {
    position: absolute;
    top: 100%;
    width: 94%;
}

.coupon {
    border-radius: 12px;
    box-shadow: 5px 8px 10px #d6d5d533
}

.code:hover {
    background: green;
    color: #fff;
    cursor: pointer
}

.js-cookie-consent {
    position: fixed;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%);
    padding: 10px;
    z-index: 9999;
    background-color: #000;
    color: #fff;
    border: solid 2px #000;
    width: 100%;
    max-width: 100%;
}

.cookie-image {
    height: 50px;
}

.js-cookie-consent-agree {
    color: black;
    border: 2px solid #ffffff;
}

.js-cookie-consent-agree:hover {
    color: white;
    border: 2px solid #ffffff;
}

.font-color {
    color: #2291FF;
}

.danger-color {
    color: #ff0000;
}

/*-------------- extra -------------*/

.vendor-slider .card .bg-img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    height: 150px;
    object-fit: cover;
}

.blog-image {
    width: 80px;
    height: 80px;
    margin-top: -40px
}

.vendor-box-image {
    height: 80px;
    width: 80px !important;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff;
    background-color: #fff;
}


/* =============================== jenish 05-01-24 =============================== */


/* ============== tool tip start =========== */

[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
    position: absolute;
    visibility: hidden;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
    visibility: visible;
    opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
    background-color: #000;
    content: attr(data-tooltip);
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 10px !important;
    border-radius: .3ch;
    color: #fff;
    z-index: 1000;
    font-size: 12px;
}


/* right */
.tooltip-right:before,
.tooltip-right:after {
    left: 100%;
    bottom: 50%;
    right: auto;
    transform: translateX(-12px);
}

.tooltip-right:before {
    margin-left: -12px;
    margin-right: 0px;
    margin-bottom: -4px;
    border-top-color: transparent;
    border-right-color: #000;
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
    transform: translateX(12px);
}

/* Left */
.tooltip-left:before,
.tooltip-left:after {
    right: 100%;
    bottom: 50%;
    left: auto;
    transform: translateX(-12px);
}

.tooltip-left:before {
    margin-left: 0;
    margin-right: -12px;
    margin-bottom: -4px;
    border-top-color: transparent;
    border-left-color: #000;
}

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
    transform: translateX(-12px);
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -14px;
}


/* START TOOLTIP TOP CSS */
[tooltip] {
    position: relative;
}

[tooltip]::before,
[tooltip]::after {
    text-transform: none;
    font-weight: 200;
    font-size: 12px;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0;
}

[tooltip]::before {
    content: '';
    border: 5px solid transparent;
    z-index: 1001;
}

[tooltip]::after {
    content: attr(tooltip);
    min-width: 3em;
    max-width: 21em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: .3ch;
    background: #000;
    color: #fff;
    z-index: 1000;
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
    display: block;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
    bottom: 100%;
    border-bottom-width: 0;
    border-top-color: #000;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
    bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
    left: 50%;
    transform: translate(-50%, -.5em);
}

@keyframes tooltips-vert {
    to {
        opacity: .9;
        transform: translate(-50%, 0);
    }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after {
    animation: tooltips-vert 300ms ease-out forwards;
}

/* ============== tooltip end ============== */


.sec-title {
    font-size: 34px;
    font-weight: 700;
}

@media (min-width: 200px) and (max-width: 576px) {
    .sec-title {
        font-size: 28px !important;
    }
}

.pages_subtitle {
    color: lightslategrey;
    font-weight: 500;
}

/* blog subtitle */

.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

/* ===== line limit ===== */

.line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fill_btn,
.fill_btn:hover,
.fill_btn:active {
    background-color: var(--bs-secondary) !important;
    color: #fff !important;
    padding: 14px 36px;
    border-radius: 10px;
    border: 0px !important;
}

.outline_btn:hover,
.outline_btn {
    border: 1px solid var(--bs-secondary) !important;
    color: #000 !important;
    padding: 13px 20px;
    border-radius: 10px;
}

.wishlist_btn:hover,
.wishlist_btn {
    border: 1px solid var(--bs-secondary) !important;
    background-color: var(--bs-primary-rgb) !important;
    color: #000 !important;
    padding: 13px 20px;
    border-radius: 10px;
}

/* ===== top bar ===== */

.header_top i {
    font-size: 16px;
    color: #000;
}

.header i {
    font-size: 18px;
}

.icon_box i {
    color: #fff !important;
    font-size: 15px !important;
}

.head-user-img {
    height: 25px;
    width: 25px;
    object-fit: cover;
    border-radius: 50%;
}

.w-40px {
    width: 35px;
}

/* ======= language ======= */
.language_dropdown img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: 50%;
}

.dropdown-menu.search.show {
    top: 7px !important;
}

.dropdown-item:active {
    background-color: #fff;
    color: #000;
}

/* ====== search input ====== */
.input-group-append {
    display: flex;
    justify-content: center;
    padding: 0px 0px 0 2px;
    align-items: center;
}


.search_bar_icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: var(--bs-secondary);
    border: none;
    color: #fff !important;
}

.search-input {
    height: 49px;
    overflow: hidden;
    box-shadow: none !important;
    background-color: #f3f5f6;
}

.search-bg {
    background-color: #f3f5f6 !important;
}

/* === icon ===  */
.icon_box {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bs-secondary) !important;
    color: #fff !important;
}


.shop_category span {
    font-size: 16px;
    font-weight: 500;
}

nav .nav-menu ul li a {
    padding: 13px 13px 13px 20px;
    font-size: 17px;
    font-weight: 500;
}

.offcanvas-header .btn-close {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

/* heaer responsive */

@media (min-width: 576px) and (max-width: 2560px) {
    .logo {
        height: 50px;
    }
}

@media (max-width: 768px) {
    .blocks.search_blocks {
        max-width: 75%;
    }

    .search_bar_icon {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 767px) {
    .extra-margin {
        margin-bottom: 100px !important;
    }

    .extra-margin2 {
        margin-bottom: 80px !important;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    .logo {
        height: 40px;
    }

    .blocks.search_blocks {
        max-width: 100%;
    }
}

/* ===== schrtoll bar ===== */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
}


/* ============= main-slider start ============= */

.home_banner {
    margin: 30px 0px;
}

.home_banner img {
    width: 100%;
    height: 560px;
    border-radius: 10px;
    object-fit: cover;
}

.home_banner .owl-nav {
    margin: 0;
}

.vendor_slider img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    object-fit: cover;
}

.banner_btn:active,
.banner_btn {
    background-color: var(--bs-secondary) !important;
    color: #fff;
    padding: 14px 30px;
    border: 1px solid var(--bs-secondary) !important;
    border-radius: 10px;
}

.filter_btn_border:active,
.filter_btn_border {
    background-color: transparent !important;
    color: var(--bs-secondary) !important;
    padding: 14px 20px;
    border: 1px solid var(--bs-secondary) !important;
    border-radius: 10px;
}

.layer {
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .5;
    display: flex;
    position: absolute;
    top: 0;
}

@media (min-width: 768px) and (max-width: 2560px) {

    .banner_title {
        font-size: 65px;
        line-height: 70px;
        font-weight: 500;
        color: #fff;
    }
}

@media (min-width: 768px) and (max-width: 768px) {

    .banner_title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    .banner_title {
        font-size: 32px;
        line-height: inherit;
        color: #fff;
    }

    .banner_text {
        padding: 0rem 1rem;
    }
}

/* ======== service start ======== */
.service_card i {
    font-size: 25px;
}

.service_card h5 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 4px;
}

.service_card p {
    font-size: 14px;
    font-weight: 400;
    color: lightslategray;
}

.title_more_btn,
.title_more_btn:hover,
.title_more_btn_white,
.title_more_btn_white:hover {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

.title_more_btn:before {
    background-color: #041e42;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 32%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.title_more_btn.white:before {
    background-color: #fff !important;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 32%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.title_more_btn_white:before {
    background-color: #fff;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 32%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.title_more_btn:hover:before,
.title_more_btn_white:hover:before {
    width: 100%;
}

.banner-bg {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

/* ========= offer slider ========= */
.marquee-horizontal {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 60px;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--bs-secondary);
    margin-top: 40px;
}

.track-horizontal-alt {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-horizontal-alt 40s linear infinite;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.track-horizontal-alt-rtl {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee-horizontal-alt-rtl 40s linear infinite;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.marquee-text {
    margin-right: 8vw;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    color: #fff;
    text-transform: uppercase;
}

@keyframes marquee-horizontal-alt {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes marquee-horizontal-alt-rtl {
    100% {
        transform: translateX(-50%);
    }

    0% {
        transform: translateX(0%);
    }
}


/* ======= products start ======= */

.top_deals_main {
    background-color: var(--bs-secondary);
    padding: 100px 0px;
}

@media (min-width: 280px) and (max-width: 576px) {
    .top_deals_main {
        padding: 60px 0px;
    }
}

/* ======= review start ======= */

.review_images {
    width: calc(50px + (50 - 40) * ((100vw - 320px) / (1920 - 320)));
    height: calc(50px + (50 - 40) * ((100vw - 320px) / (1920 - 320)));
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}


/* ======= blog start ======= */

.blogs_images {
    height: 250px;
    object-fit: cover;
}

.avatar_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.blog_title {
    font-weight: 700;
    font-size: 24px;
    color: #000;
}

.blogs_title {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}

@media (min-width: 200px) and (max-width: 768px) {
    .blogs_title {
        font-size: 16px;
    }
}

/* ======= products start ======= */

.product-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

@media (min-width: 200px) and (max-width: 1024px) {
    .product-img {
        height: 280px;
    }
}

.woo_product_caption h5 {
    font-size: 15px;
    color: #262834;
    max-width: max-content;
    text-overflow: ellipsis;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.woo_product_caption p {
    font-size: 12px;
    font-weight: 500;
    color: #767676;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize;
}

.arrow-label-wrap {
    position: absolute;
    left: calc(6px + (20 - 6) * ((100vw - 320px) / (1920 - 320)));
    top: calc(6px + (20 - 6) * ((100vw - 320px) / (1920 - 320)));
    z-index: 1;
}

.arrow-label-wrap.rtl {
    left: unset;
    right: calc(6px + (20 - 6) * ((100vw - 320px) / (1920 - 320)));
}

.arrow-label-wrap .arrow-label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: calc(9px + (12 - 10) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
    padding: 10px;
    border-radius: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
}

.arrow-label .arrow-label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: calc(9px + (12 - 10) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
    padding: 10px;
    border-radius: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
}

/* ==== rtl class ==== */

.arrow-label-wrap-rtl {
    position: absolute;
    right: 0;
    top: calc(6px + (14 - 6) * ((100vw - 320px) / (1920 - 320)));
    z-index: 1;
}

.arrow-label-wrap-rtl .arrow-label {
    font-weight: 500;
    text-transform: uppercase;
    font-size: calc(9px + (12 - 10) * ((100vw - 320px) / (1920 - 320)));
    line-height: calc(5px + (10 - 5) * ((100vw - 320px) / (1920 - 320)));
    padding: 6px calc(7px + (10 - 7) * ((100vw - 320px) / (1920 - 320))) 6px calc(10px + (20 - 10) * ((100vw - 320px) / (1920 - 320)));
    color: #fff;
    position: relative;
    display: inline-block;
    -webkit-clip-path: polygon(0% 100%, 15% 50%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 15% 50%, 0% 0%, 100% 0%, 100% 100%);
}

.product_icon {
    position: absolute;
    top: 0;
    right: 0;
    left: unset;
    display: none;
}

.product_icon.rtl {
    position: absolute;
    top: 0;
    right: unset;
    left: 0;
    display: none;
}

.product_icon li a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    margin: 10px;
}

.product_icon li a:hover {
    background-color: var(--bs-secondary);
    color: #fff;
}

.product_rating {
    color: #000;
    padding: 3px 5px;
    border-radius: 4px;
    margin: 0px;
    font-size: 12px;
}

/* thembnail images */
.option {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -61px !important;
    transition: 0.2s ease-in;
}

#thumbs {
    display: flex;
    align-items: center;
    padding: 10px 17px;
    background-color: #fff;
    transition: .5s ease;
    border-bottom: 1px solid lightgray;
    gap: 20px;
}

@media (min-width: 200px) and (max-width: 768px) {
    #thumbs {
        gap: 10px;
    }
}

#thumbs img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
}

#thumbs .active {
    border: 2px solid var(--bs-secondary);
}

.thumbs {
    display: flex;
    align-items: center;
    padding: 10px 17px;
    background-color: #fff;
    transition: .5s ease;
    border-bottom: 1px solid lightgray;
    gap: 20px;
}

.thumbs img {
    height: 40px !important;
    width: 40px !important;
    border-radius: 50%;
    cursor: pointer;
    object-fit: cover;
}

@media (min-width: 200px) and (max-width: 768px) {
    .product-list-img {
        height: 220px;
    }

    .thumbs img {
        height: 35px !important;
        width: 35px !important;
    }
}

.thumbs .active {
    border: 2px solid var(--bs-secondary);
}


/* product view modal */

.product_modalimg img {
    height: 600px;
}

.product_modal_option img {
    width: 100% !important;
    height: 100px !important;
    margin-bottom: 15px;
    border-radius: 5px !important;
}

.product_modal_main {
    height: 600px;
}

.product_modal_main::-webkit-scrollbar {
    display: none;
}

.offer-top {
    --bs-bg-opacity: 1;
    font-weight: 500;
    padding: calc(6px + (10 - 8) * ((100vw - 320px) / (1920 - 320))) calc(10px + (16 - 12) * ((100vw - 320px) / (1920 - 320)));
    background-color: var(--bs-secondary);
    font-size: 12px;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
}

.star_rating span {
    font-size: 14px;
    font-weight: 500;
}

.size_variation ul li input:checked+label {
    border-color: var(--bs-secondary);
    background-color: var(--bs-secondary);
    color: #fff !important;
}

.star_rating span {
    font-size: 14px;
}

.star_rating i {
    font-size: 12px;
}

.product-modal-detail {
    overflow: auto;
    overflow-x: hidden;
}

.product-modal-detail .very-button {
    padding: 0.5rem .5rem !important;
    min-width: 2.6rem;
    text-align: center;
}

.modal-body::-webkit-scrollbar,
#exampleModalCenter::-webkit-scrollbar {
    display: none;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.featured_products:hover li:first-child {
    animation: fadeInRight 400ms ease-in-out;
}

.featured_products:hover li:nth-child(2) {
    animation: fadeInRight 600ms ease-in-out;
}

.featured_products:hover li:nth-child(3) {
    animation: fadeInRight 800ms ease-in-out;
}

.featured_products:hover li:nth-child(4) {
    animation: fadeInRight 1000ms ease-in-out;
}

/* rtl product option animation */
.featured_products:hover .rtl li:first-child {
    animation: fadeInLeft 400ms ease-in-out;
}

.featured_products:hover .rtl li:nth-child(2) {
    animation: fadeInLeft 600ms ease-in-out;
}

.featured_products:hover .rtl li:nth-child(3) {
    animation: fadeInLeft 800ms ease-in-out;
}

.featured_products:hover .rtl li:nth-child(4) {
    animation: fadeInLeft 1000ms ease-in-out;
}

@media (min-width: 768px) and (max-width: 2560px) {

    .woo_product_caption .woo_price h6 {
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        color: #000;
    }

    .woo_product_caption .less_price {
        font-size: 12px;
        font-weight: 500;
        color: #000;
    }

    .woo_product_grid .card:hover .product_icon {
        display: block;
        z-index: 3;
    }

    .woo_product_grid .card:hover .option {
        display: block;
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -1px !important;
        border-radius: 0px 0px 20px 20px;
        overflow: hidden;
    }
}

@media (max-width: 576px) {
    .woo_product_caption h5 {
        font-size: 15px;
    }
}

@media (max-width: 425px) {

    .featured_products img {
        height: 200px;
    }
}

@media (max-width: 320px) {
    .featured_products img {
        height: 180px;
    }
}

@media (min-width: 280px) and (max-width: 576px) {

    .woo_product_caption p {
        font-size: 11px;
    }

    .product_rating {
        font-size: 11px;
        margin: 0px;
    }

    .woo_product_caption .woo_price h6 {
        font-size: 14px;
        display: inline-block;
        color: #000;
        font-weight: 600;
    }

    .woo_product_caption .woo_price del {
        font-size: 12px;
        color: var(--bs-secondary);
        font-weight: 600;
    }
}

@media (min-width: 412px) and (max-width: 414px) {
    .product_modalimg img {
        height: 400px;
    }
}


/* ========== banner 2 start ========== */

.banner2_badge {
    font-weight: 500;
    font-size: 15px;
    color: var(--bs-secondary);
}

.banner_title2 {
    font-size: 30px;
    font-weight: 500;
    line-height: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* =========== list product start ===========  */

.product-list-img {
    object-fit: cover;
    height: 230px;
    width: 100%;
    border-radius: 12px;
}

@media (max-width: 375px) {
    .product-list-img {
        height: 130px;
    }
}

/* =========== top brands =========== */

.woo_brand_box.border_style {
    height: 150px;
    overflow: hidden;
    border-radius: 12px;
}

.woo_brand_box.border_style.circle {
    width: 150px;
}


@media (max-width: 375px) {
    .woo_brand_box.border_style {
        width: auto;
        height: 150px;
    }
}

/* ========== New Arrivals img ========== */

.product-img-2 {
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.new.product-img-2 {
    height: 210px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}


@media (min-width: 200px) and (max-width: 768px) {
    .new.product-img-2 {
        height: 190px;
    }
}

/* =========== footer =========== */
.social_icom li a i {
    color: #fff;
}

/* footer brands icons color */
.social_links {
    background: var(--bs-secondary);
    color: white;
}

.footer_accepted_card li img {
    width: 30px;
}

/* ========== placeholder color ========== */
::placeholder {
    color: #565656 !important;
}




/* ===== breadcrumb start here ===== */

.title-2 {
    font-size: calc(30px + (30 - 24) * ((100vw - 320px) / (1920 - 320)));
    color: #000;
    font-weight: 600;
}

.breadcrumb_img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.breadcrumb-sec .active {
    color: var(--bs-secondary);
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb-sec nav a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}


/* ========= product detail ========= */

.cart_sku_preflix i {
    font-size: 8px;
    color: #000;
    padding: 0px 5px;
}

/* review */

.progress_rating,
.progress-stacked {
    --bs-progress-height: 10px;
    --bs-progress-bg: var(--bs-secondary-bg);
    height: var(--bs-progress-height);
    overflow: hidden;
    border-radius: 5px;
    background-color: var(--bs-progress-bg);
    ;
}

.progress_line {
    width: 100%;
}

.progress-bar {
    background-color: var(--bs-secondary);
    height: 12px;
}


@media (max-width: 425px) {
    .sp-large a img {
        height: 400px;
    }
}


/* seller */

.text-light {
    color: #838383 !important;
}

.saller-btn {
    max-width: 142px;
    padding: 6px 16px !important;
    border: 1px solid var(--bs-secondary) !important;
    color: var(--bs-secondary) !important;
    border-radius: 8px;
}


.seller-img img {
    width: 70px;
    height: 70px;
}

.seller-title {
    font-size: 16px;
    font-weight: 600;
}

.seller-rating {
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 16px;
    background: rgb(85, 133, 248);
    fill: rgb(85, 133, 248);
    color: var(--bs-secondary);
    background-color: transparent;
}


@media (max-width: 425px) {
    .about-seller {
        padding-left: 0px;
        justify-content: center;
    }

    .seller-title {
        font-size: 14px;
    }

    .seller-img img {
        width: 49px;
        height: 49px;
    }

    .dots {
        margin: 0px 6px;
    }

    .vendor_profl_caption h4 {
        font-size: 18px;
    }

    .woo_pr_title {
        font-size: 18px;
        font-weight: 600;
    }
}



/* seller page */

.dots {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #626262;
    margin: 0px 10px;
}





/*--------------------------*/
.qty-container {
    display: flex;
    align-items: center;
}

.qty-container .input-qty {
    text-align: center;
    padding: 7px 10px;
    border: 1px solid #d4d4d4;
    max-width: 60px;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    border: 1px solid #d4d4d4;
    padding: 10px 13px;
    font-size: 10px;
    height: 38px;
    width: 38px;
    transition: 0.3s;
}

.qty-container .qty-btn-plus {
    margin-left: -1px;
    border-radius: 0px 6px 6px 0px;
}

.qty-container .qty-btn-minus {
    margin-right: -1px;
    border-radius: 6px 0px 0px 6px;
}


/*---------------------------*/
.btn-cornered,
.input-cornered {
    border-radius: 4px;
}

.btn-rounded {
    border-radius: 50%;
}

.input-rounded {
    border-radius: 50px;
}


/* avtars */
.avatar-group>li:not(:last-child) {
    margin-right: -0.8rem;
}

.avatar_xs {
    height: 40px;
    width: 40px;
}



/*=============== ALL SHOP SECTION start ===============*/

.shop_allmain {
    padding-top: 30px;
    padding-bottom: 30px;
}

.shop-search_input input {
    padding: 13px 0px !important;
}

.shop-search_input i {
    color: var(--bs-secondary);
}

.price_range .price-input {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.price_range .price-input .field {
    display: flex;
    gap: 10px;
    width: 100%;
    height: 40px;
    align-items: center;
}

.price_range .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
    color: var(--bs-secondary);
    font-weight: 500;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

.price_range .field span {
    font-size: 16px;
}

.price_range .field i {
    color: var(--bs-secondary);
}

.price_range input[type="number"]::-webkit-outer-spin-button,
.price_range input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price_range .price-input .separator {
    width: 60px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.price_range .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.price_range .slider .progress_slider {
    height: 100%;
    position: absolute;
    border-radius: 5px;
    background: var(--bs-secondary);
}

.price_range .range-input {
    position: relative;
}

.price_range .range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.price_range input[type="range"]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: var(--bs-secondary);
    pointer-events: auto;
    -webkit-appearance: none;
    cursor: grab;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price_range input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    border: none;
    border-radius: 50%;
    background: var(--bs-secondary);
    pointer-events: auto;
    cursor: grab;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* PRICE RANGE END */
/* BRANDS CHECK BOX START */
.branda_check input {
    width: 18px;
    height: 18px;
    border-radius: 50% !important;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.branda_check label {
    margin-bottom: 10px;
    cursor: pointer;
}

.branda_check p {
    color: var(--bs-secondary) !important;
}

/* BRANDS CHECK BOX END */
/* SHOP CATEGORIES START */

.categori-page-img img {
    height: 40px;
    width: auto;
    object-fit: cover;
}

.accordion_button {
    padding: 14px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.shop_categorieslist .category_list {
    margin-bottom: 0px;
}

.shop_categorieslist .category_list li {
    padding: 10px 40px;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.shop_categorieslist .category_list li:last-child {
    border-bottom: 0px !important;
}

.sub_items {
    padding: 14px 28px !important;
    color: #000 !important;
}

.shop_categorieslist .category_list li a {
    border-bottom: 0px !important;
}

/* SHOP CATEGORIES END */
/* SHOP RATING START */
.shop_ratinglist label {
    margin-bottom: 10px;
    cursor: pointer;
}

.shop_ratinglist input {
    width: 18px;
    height: 18px;
}

/* SHOP RATING ENd */
/* SHOP DISCOUNT START */
.shop_discount label {
    margin-top: 10px;
    cursor: pointer;
}

.shop_discount input {
    width: 18px;
    height: 18px;
}

.shop_discount span {
    font-size: 16px;
    font-weight: 500;
}

.togl_btn {
    display: none;
}



@media (max-width: 425px) {
    .product-img {
        height: 200px;
    }
}

@media (max-width: 320px) {
    .product-img {
        height: 150px;
    }
}

/* SHOP DISCOUNT END */

.accordion-button.rtl::after {
    margin-left: unset;
    margin-right: auto;
}

/*=============== ALL SHOP SECTION END ===============*/


/* ====== user side bar ====== */

.account-mobile-menu.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--bs-secondary);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.account_menu li a {
    color: #000;
    transition: 0.2s ease-in;
    padding: 13px !important;
    overflow: hidden;
}


.account-mobile-menu.accordion-button:after,
.account-mobile-menu.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* =========== user account start =========== */
.view_order_icon {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000 !important;
    color: #fff;
}


/* ======= account order ======= */
tbody tr td {
    padding: 15px !important;
}

/* ======= order status ======= */
.delivered {
    background-color: #f1faff;
    border-radius: 6px;
    color: #00a3ff;
    font-size: 13px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 0px 10px;
    white-space: nowrap;
}

.cancle {
    background-color: #fff5f8;
    border-radius: 6px;
    color: #f1416c;
    font-size: 13px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 0px 10px;
    white-space: nowrap;
}

/* .progress {
    background-color: #fff4de;
    border-radius: 6px;
    color: #ffa800;
    font-size: 13px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 0px 10px;
    white-space: nowrap;
} */

.progress {
    height: 12px;
}

.progress-bar i {
    background-color: #000;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.progress {
    overflow: visible !important;
    text-align: end;
}


.table-responsive::-webkit-scrollbar {
    height: 4px;
}



/* ========= My Address ========= */

.cursor-pointer {
    cursor: pointer;
}

.edit_icon {
    background-color: var(--bs-secondary) !important;
}

.btn_danger:active,
.btn_danger {
    background-color: #dc3545 !important;
    color: #fff;
    padding: 14px 20px;
    border: 0px;
    font-weight: 500;
    border-radius: 10px;
}

.icon_box {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ============ wallet ============ */

.wallet_img img {
    width: 50px;
    height: 50px;
}

.wallet_img {
    width: 80px;
    height: 80px;
    display: grid;
    place-content: center;
}

/* payment modal css */
.recharge_payment_option label.radio-card .check-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: solid 2px #e3e3e3;
    border-radius: 50%;
    transition: 200ms linear;
    position: relative;

}

.recharge_payment_option label.radio-card input[type=radio]:checked+.card-content-wrapper .check-icon {
    background: var(--bs-secondary);
    border-color: var(--bs-secondary);
    transform: scale(1.2);
}

.recharge_payment_option label.radio-card input[type=radio]:checked+.card-content-wrapper .check-icon:before {
    transform: scale(1);
    opacity: 1;
}

.recharge_payment_option label.radio-card .check-icon:before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    transform: scale(1.6);
    transition: 200ms linear;
    opacity: 0;
}


.recharge_payment_option label.radio-card input[type=radio]:checked+.card-content-wrapper {
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.5), 0 0 0 2px var(--bs-secondary);
}

.recharge_payment_option label.radio-card .card-content-wrapper {
    border-radius: 8px;
    padding: 10px 15px;
    box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
    transition: 200ms linear;
    cursor: pointer;
}

/* radio button */
.recharge_payment_option label.radio-card input[type=radio] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* image */
.card-content img {
    width: 100%;
    height: 100%;
}

.payment_option_img {
    width: 40px;
    height: 40px;
}

.card-content {
    display: flex;
    align-items: center;
    gap: 10px;
}



@media (max-width: 576px) {
    .trach_icon_list {
        width: 50px;
        height: 50px;
        font-size: 24px;
        margin: 0;
    }
}


/* ========== Notification ========== */

.notifications_img {
    width: 25px;
}

.account_menu li .active {
    background-color: var(--bs-secondary) !important;
    color: #fff;
}

.notifications-title {
    font-size: 16px;
    font-weight: 700;
    color: #121212;
}

/* ============== order detail start ============== */

.order_item_img {
    height: 150px;
    width: 150px;
}

@media (max-width: 425px) {
    .order_item_img {
        width: 100% !important;

    }
}

.order_list_right a {
    font-size: 18px;
}

.btn_success,
.btn_success:hover {
    background-color: #198754 !important;
}


/* ============== order detail start ============== */

.order_track_img {
    height: 150px;
    width: 150px;
}

@media (min-width: 200px) and (max-width: 375px) {
    .order_track_img {
        height: 200px;
    }
}

/* ========== track_order ========== */
.step_count_circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid var(--bs-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.step_count_circle.completed {
    background-color: var(--bs-secondary);
}

.step_count_circle.completed i {
    color: #fff;
}

.progress-step:last-of-type:after {
    left: 50%;
    width: 50%;
}

.progress-step .step-count {
    width: 70px;
    height: 70px;
    font-size: 22px;
}

.progress-step:after {
    left: 50%;
    width: 100%;
}


.progress-step.is-active~.progress-step:after {
    background-color: gray;
}

.progress-step.is-active:after {
    background-color: gray;
}


/* rtl class */
.progress-step-rtl:last-of-type:after {
    right: 50%;
    width: 50%;
}

.progress-step-rtl .step-count {
    width: 70px;
    height: 70px;
    font-size: 22px;
}

.progress-step-rtl:after {
    right: 50%;
    width: 100%;
}

.progress-step-rtl.is-active~.progress-step:after {
    background-color: gray;
}

.progress-step-rtl.is-active:after {
    background-color: gray;
}



/* for mobile vt line */
.vr_line {
    height: 40px;
    display: flex;
    margin: 0px 32px;
}

.vr_line .vr {
    width: 3px;
}



@media (min-width: 768px) and (max-width: 2560px) {

    .progress-step,
    .progress-step-rtl {
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .progress-barrr {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(20px, 1fr));
    }

    .progress-step .step-count,
    .progress-step-rtl .step-count {
        margin: 0 auto;
    }

    .progress-step:before,
    .progress-step:after,
    .progress-step-rtl:before,
    .progress-step-rtl:after {
        background-color: var(--bs-secondary);
        content: "";
        height: 3px;
        position: absolute;
        z-index: -1;
        top: 35px;
    }
}


@media screen and (min-width: 640px) {
    .progress-step:first-of-type:before {
        right: 50%;
        width: 50%;
    }

    .progress-step-rtl:first-of-type:before {
        left: 50%;
        width: 50%;
    }
}

.order_item_img.modal_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .w-md-50 {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .w--100 {
        width: 100%;
    }
}

@media (min-width: 280px) and (max-width: 576px) {
    .progress-step {
        display: flex;
        gap: 15px;
        align-items: center;
    }
}




.cart-table-title {
    font-size: 16px;
    font-weight: 700;
}

/* ================= user account end ================ */

/* ========= checkout page ========= */
.coupon_btn {
    color: #fff;
    padding: 14px 10px !important;
    border: 0px;
    margin-bottom: 0;
}

.order_summary_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* ======== order success page ======== */

.circle_information_icon {
    width: 90px;
    height: 90px;
    margin: auto;
}

.circle_information_icon img {
    width: 100%;
    height: 100%;
}


.social-share-icon img {
    width: 25px;
}

.social-share-icon {
    border: 1px solid #000;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    padding: 14px 10px !important;
}

.or_section .line {
    flex: 1;
    border-bottom: 1px solid black;
}

.login_btn {
    background-color: #000;
    color: #fff;
    padding: 14px 36px !important;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
}


/* ====== faq START ====== */

.accordion-item {
    background-color: #fff;
    color: #111;
    border-radius: 0.5rem;
    border: 0;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: none !important;
}

.faq .accordion-button:not(.collapsed)::after {
    background-image: none !important;
    transform: rotate(0deg) !important;
    margin: 0;
}

.faq .accordion-button::after {
    content: "\2212";
    font-size: 22px;
    right: 1rem;
    font-weight: 400;
}

.faq .accordion-button::after {
    background-image: none;
    display: flex;
    align-items: center;
}

.faq .accordion-button::after {
    width: 10px;
    height: 10px;
    background-position: center;
}

.faq .accordion-button.collapsed::after {
    content: "\002B";
    margin: 0;
}

/* ========= blog-detail ========= */

.blog-details-images {
    height: 500px;
    border-radius: 8px;
    object-fit: cover;
}

.vander-bg-image .vander-image {
    height: 300px;
}

.vendor_wrap {
    margin-top: -90px;
    position: relative;
}


/* FOOTER MOBILE MENU SECTION START */

.mobile_menu_footer {
    position: fixed;
    bottom: 0;
    padding: 14px 0px;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    -webkit-box-shadow: 0 2px 7px 3px rgba(168, 168, 168, 0.2);
    box-shadow: 0 2px 7px 3px rgba(168, 168, 168, 0.2);
}

/* mobile menu home */
.mobile_menu_footer ul li {
    width: 50px !important;
}

.mobile_menu_footer i {
    margin-bottom: 2px;
    font-size: 18px;
    color: #000;
}

.mobile_menu_footer p {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    position: relative;
}

.active1 p::before {
    content: ".";
    width: auto;
    height: 5px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--bs-secondary);
    font-size: 40px;
}

.mobile_cart_circle {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px !important;
    color: #fff !important;
    font-weight: 500;
    position: absolute;
    bottom: 19px;
    left: 11px;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
    border-radius: 50%;
}


.load {
    width: 20px;
    height: 20px;
    border: solid 3px #fff;
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: all 0.5s ease-in;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    transition: all 0.5s ease-in;
    animation-name: rotate;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin: 5px !important;
}

@keyframes rotate {

    0% {
        transform: rotate(0deg);
    }

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

/* header css */

@media (min-width: 200px) and (max-width: 1024px) {

    .nav-menu>li>a,
    .nav-menu>li>div>a {
        padding: 14px 10px 14px 10px;
        font-size: 15px;
    }
}


.top-bar-offer {
    background-color: transparent;
    border-top: 1px solid var(--bs-secondary);
    border-bottom: 1px solid var(--bs-secondary);
    padding: 18px 0;
}

.top-bar-offer marquee span {
    padding: 0px 50px;
    letter-spacing: 0.56px;
    color: #121212;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 200px) and (max-width: 576px) {
    .top-bar-offer marquee span {
        font-size: 18px !important;
    }
}

.clear-all {
    cursor: pointer;
    color: var(--bs-secondary) !important;
    text-transform: uppercase;
    font-weight: 500;
}

.nav-link.active {
    color: var(--bs-secondary) !important;
}

.new_product_image {
    object-fit: cover;
    width: 100%;
    height: 209px;
}

.product_icon2 li a:hover {
    background-color: var(--bs-secondary);
}

.product_icon2 li a:hover i {
    color: #fff;
}

.product_icon2 li a {
    width: 30px;
    height: 30px;
    background-color: #efefef;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: all 0.5s ease;
}

.product_icon2 li a i {
    font-size: 15px;
}

.offers_label.rtl {
    right: unset !important;
    left: -45px;
}

.offers_label {
    background-color: var(--bs-primary);
    color: #fff;
    z-index: 495;
    position: fixed;
    top: 50%;
    right: -45px;
    transform: rotate(270deg);
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px !important;
    padding: 10px 25px !important;
}

.coupons_card {
    background-color: var(--bs-primary-rgb) !important;
    border-radius: 6px;
    color: #000;
    padding: 4px 11px;
    font-size: 14px;
    font-weight: 500;
}


#carouseltest .carousel-control-next-icon,
#carouseltest .carousel-control-prev-icon {
    border-radius: 50% !important;
    background-color: #fff !important;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 100% 20%;
    color: #000 !important;
}

#carouseltest img {
    height: 700px;
    object-fit: cover;
}


.start_selling_banner {
    height: 500px;
}

@media (max-width: 576px) {
    .start_selling_banner {
        height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 2560px) {
    .best_sellers h5 {
        font-size: 50px;
    }
}

.best_sellers {
    margin-top: 30px;
    margin-bottom: 30px;
}

.become_seller {
    padding: 40px 0px;
}

.quality_image {
    margin: auto;
}

.quality-content h3 {
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    font-size: 22px;
    color: #0c0c0c;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.project_counter {
    background-color: var(--bs-primary);
    padding: 70px 0px;
}

.faq_main {
    padding: 40px 0px;
}

.accordion-item-header {
    position: relative;
    cursor: pointer;
}

.h-50px {
    width: calc(120px + (150 - 120) * ((100vw - 320px) / (2560 - 320))) !important;
}



/*-- PWA --*/

.pwa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bs-secondary);
    width: 100%;
    position: relative;
    padding: 15px 10px;
    color: #FFF;
}

.pwa .pwa-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 10px;
    min-width: 136px;
}

.pwa .pwa-content h5 {
    font-size: 14px;
}

.pwa .pwa-content p {
    font-size: 12px;
}

.pwa .mobile-install-btn {
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 13px;
    line-height: 16px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    background: var(--bs-primary);
    border: none;
    padding: 6px 12px;
    transition: background 0.8s ease 0s;
    font-weight: 600;
}

.pwa .close-btn {
    text-align: center;
    width: 30px;
    color: #fff;
    font-size: 24px;
    display: block;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.my-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

@media (min-width: 200px) and (max-width: 768px) {
    .py-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .my-6 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
}

#countdown .fs-1 {
    font-size: 1.4rem !important;
    font-weight: 600;
}

#countdown span {
    font-size: 14px;
}


.categori-img img {
    height: 27px;
    width: auto;
    object-fit: cover;
}

.lh-7 {
    line-height: 20px;
}

.vanders-item .card .bg-img img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}


/*-------- whatsapp chat --------*/

.bg-msg {
    background-color: #E5DDD5;
}

.wrapper {
    position: fixed;
    right: 8px;
    bottom: 166px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.4s;
    z-index: 500;
    visibility: hidden;
    overflow: hidden;
}

.wrapper_rtl {
    position: fixed;
    left: 8px;
    bottom: 166px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.4s;
    z-index: 500;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

.chat-btn_ltr {
    position: fixed;
    right: 20px;
    bottom: 100px;
    cursor: pointer;
}

.chat-btn_rtl {
    position: fixed;
    left: 20px;
    bottom: 100px;
    cursor: pointer
}

.chat-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #25D366;
    color: #fff;
    font-size: 22px;
    border: none;
    z-index: 500;
}

.chat-btn .close {
    display: none
}

.chat-btn i {
    transition: all 0.9s ease
}

#check:checked~.chat-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg)
}

#check:checked~.chat-btn .comment {
    display: none
}

.chat-btn i {
    font-size: 26px;
    color: #fff !important
}


#check:checked~.wrapper {
    opacity: 1;
    visibility: visible;
}

#check:checked~.wrapper_rtl {
    opacity: 1;
    visibility: visible;
}

.msg_header {
    padding: 1rem;
    background-color: #075E54;
}

.msg_header h6 {
    margin: 0px;
    font-size: 14px;
    color: #fff;
}

.chat-form {
    padding: 15px
}

.chat-form input,
textarea,
button {
    margin-bottom: 10px
}

.chat-form textarea {
    resize: none;
    height: 70px;
}

.chat-form textarea:focus {
    border: 1px solid #dee2e6;
}

.form-control:focus,
.btn:focus {
    box-shadow: none
}

#check {
    display: none !important
}

.btn-whatsapp,
.btn-whatsapp:hover,
.btn-whatsapp:focus {
    background-color: #25D366 !important;
    color: #fff !important;
    border-color: #25D366 !important;
}

/* ======================== jenish css end ======================== */


/*====================== join model start ======================*/
.newslatter-img {
    height: 450px;
}

.subscribe-title {
    font-size: 30px;
    font-weight: 600;
}

#NewsModal .btn-close {
    position: absolute;
    right: 2%;
    top: 5%;
}



/* ================ QUICH CALL ================ */

.quick_call {
    position: fixed;
    right: 8px;
    bottom: 95px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.4s;
    z-index: 500;
    visibility: hidden;
    overflow: hidden;
}

.quick_call_rtl {
    position: fixed;
    left: 8px;
    bottom: 95px;
    width: 300px;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.4s;
    z-index: 500;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

@media (min-width: 200px) and (max-width: 767px) {

    .quick-btn_ltr,
    .quick-btn {
        bottom: 100px !important;
    }

    .quick_call_rtl,
    .quick_call {
        bottom: 170px !important;
    }

    #sales-booster-popup .sales-booster-popup-inner {
        padding: 15px;
    }

    #sales-booster-popup {
        bottom: 100px !important;
    }

}

.quick-btn_ltr {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
}

.quick-btn_rtl {
    position: fixed;
    left: 20px;
    bottom: 20px;
    cursor: pointer
}

.quick-btn {
    width: 50px;
    padding: 10px 25px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: var(--bs-primary);
    color: #fff;
    font-size: 22px;
    border: none;
    z-index: 500;
    transition: all .5s ease-in-out;
}

.quick-btn .close {
    display: none
}

/* .quick-btn i {
    transition: all 0.9s ease
} */

#quick_call:checked~.quick-btn i {
    display: block;
    pointer-events: auto;
    transform: rotate(180deg)
}

#quick_call:checked~.quick-btn {
    padding: 10px;
    /* transition: all .4s ease-in-out; */
}

#quick-btn.expanded {
    width: 50px;
    /* animation: widtgg .5s linear; */
}

/* @keyframes widtgg {
    0% {
        width: 150px;
    }
} */

#quick_call:checked~.quick-btn .comment {
    display: none
}

.quick-btn i {
    font-size: 19px;
    color: #fff !important
}

#quick_call:checked~.quick_call {
    opacity: 1;
    visibility: visible;
    transition: all .4s ease-in-out;
}

#quick_call:checked~.quick_call_rtl {
    opacity: 1;
    visibility: visible;
}

.call_info {
    padding: 1.5rem;
    display: grid;
    justify-content: center;
}

.call_info h6 {
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.caller_img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

#quick_call {
    display: none !important
}

/* ======================== jenish css end ======================== */





/*====================== join model start ======================*/
.newslatter-img {
    height: 450px;
}

.subscribe-title {
    font-size: 30px;
    font-weight: 600;
}

#NewsModal .btn-close {
    position: absolute;
    right: 2%;
    top: 5%;
}

/*====================== join model end ======================*/



.breadcrumb-item.rtl+.breadcrumb-item::before {
    float: right;
    padding-left: var(--bs-breadcrumb-item-padding-x);
    padding-right: unset;
}

.breadcrumb-item.rtl+.breadcrumb-item {
    padding-left: unset;
    padding-right: var(--bs-breadcrumb-item-padding-x);
}

/* ====================dhruvil desai=================== */

.fillter-btn {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: var(--bs-primary);
}

.accordion-button::after {
    margin: 0px !important;
}




#sales-booster-popup .sales-booster-popup-inner img {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    object-fit: cover;
}

#sales-booster-popup {
    position: fixed;
    left: 20px;
    bottom: 20px;
    font-size: 1rem;
    background: #fff;
    z-index: 700000000000000;
    max-width: 400px;
    width: calc(100vw - 40px);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out;
}

/* rtl class */
#sales-booster-popup.rtl {
    right: 20px;
    left: unset;
}


#sales-booster-popup .close {
    margin: 10px;
    color: #888;
    cursor: pointer;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#sales-booster-popup .sales-booster-popup-inner {
    display: flex;
    align-items: center;
    padding: 20px;
}


#sales-booster-popup .heading {
    font-size: 15px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

#sales-booster-popup .info {
    font-size: 0.8rem;
    color: #555;
    margin-bottom: 5px;
}

#sales-booster-popup .read-more {
    font-size: 13px;
    font-weight: 500;
}


.pos-absolute.right,
.pos-fixed.right {
    right: 0;
}

.pos-absolute.left,
.pos-fixed.left {
    left: 0;
}

.pos-absolute.top,
.pos-fixed.top {
    top: 0;
}

.pos-absolute {
    position: absolute;
}

#sales-booster-popup.animation-slide_right:not(.loaded) {
    transform: translateX(-30px);
}

/* rtl class */
#sales-booster-popup.animation-slide_right.rtl:not(.loaded) {
    transform: translateX(30px) !important;
}

#sales-booster-popup:not(.loaded) {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media screen and (min-device-width: 200px) and (max-device-width: 425px) {
    .home_banner img {
        height: 155px !important;
    }

    .banner-slider-2 img,
    .banner-slider-3 img {
        height: 155px !important;
        object-fit: cover;
    }
}

@media screen and (min-device-width: 426px) and (max-device-width: 767px) {
    .home_banner img {
        height: 250px !important;
    }

    .banner-slider-2 img,
    .banner-slider-3 img {
        height: 250px !important;
        object-fit: cover;
    }
}

@media screen and (min-device-width: 426px) and (max-device-width: 767px) {
    .home_banner img {
        height: 250px !important;
    }

    .banner-slider-2 img,
    .banner-slider-3 img {
        height: 250px !important;
        object-fit: cover;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .home_banner img {
        height: 370px !important;
    }

    .banner-slider-2 img,
    .banner-slider-3 img {
        height: 250px !important;
        object-fit: cover;
    }
}

.user-uploda-img img {
    width: 100%;
    height: 100%;
}

/* bluer effect */
.blurred {
    filter: blur(5px);
    /* Adjust the blur level as needed */
    transition: filter 0s;
    /* Add a smooth transition effect */
}

.sb-chat {
    z-index: 99 !important;
}

.glyphicon {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}