html {
    font-size: 100%;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Black';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-Ebold';
  src: url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
    background-attachment: fixed;
    background-color: #ffffff;
    color: #4f5970;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    line-height: 1.642;
    letter-spacing: .025em;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

    --_merchant-coupon-box-footer-img-width: 75px;
    --_merchant-coupon-box-footer-imgheight: 45px;
    --_merhcant-coupon-box-footer-height: 64px;
    --_default-col-gap: 20px;
    --_top-li-footer-pd: 8px;
    --_d-flex: flex;
    --_popular-categories-col-count: 4;
    --_popular-categories-row-gap: 16px;
    --_popular-categories-col-gap: 32px;
    --_popular-categories-icon-size: 24px;
    --_gh-cat-a-lh: 180%;
    --_d-grid: grid;
    --_p-relative: relative;
    --_g-notify-a-gap: 12px;
    --_merchant-title-tab-ul-position: var(--_p-absolute);
    --_g-notify-logo-size: 60px;
    --_merchant-title-tab-ul-width: calc(100% - (var(--_merchant-logo-width) + var(--_merchant-title-section-col-gap)));
    --_merchant-default-box-shadow: 2px 2px 8px 0px var(--_default-boxshadow-color-1), -2px -2px 8px 0px var(--_g-default-bg);
}

body.body_overlay {
    position: fixed;
    transform: translate(0, 0);
    width: 100%;
}

body.body_overlay:before {
    background-color: rgba(13, 38, 59, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    transform: translate(330px, 0);
}

.box-shadow {
    box-shadow: 1px 1px 10px 0px #dad4d487;
}

.cp-block li {
    display: flex;
    flex-direction: column;
    gap: 2px;
    cursor: pointer;
}

.cp-block span {
    font-size: 13px
}

.cp-block a {
    color: #0f1930;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hsidebar-content h4 {
    color: #0f1930;
    font-size: 15px;
}
.search-brands {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 5px !important;
    padding: 10px;
    text-align: left !important;
    background: rgb(75 24 155 / 2%);
    border-radius: 5px;
}

.search-brands img {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 1px;
}

.footer-brand {
    background: rgb(242 242 255);
    display: var(--_d-flex);
    gap: 40px;    
    padding: 5px;
    justify-content: space-between;
    align-items: center;
    align-self: var(--_gc-box-footer-align-self-end, auto);
}

.search-brands .sub_title {
    font-size: 15px;
}

.footer-brand a {
    display: var(--_d-flex);
    color: #1556ba;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
}

.footer-brand img {
    max-width: 100%;
    width: var(--_merchant-coupon-box-footer-img-width);
    height: calc(var(--_merchant-coupon-box-footer-img-width) * .5);
    border-radius: 6px;
    object-fit: cover;
}

.promo-brand {
    display: var(--_d-flex);
    height: 50px;
    align-items: center;
    column-gap: 15px;
    align-self: var(--_gc-box-footer-align-self-end, auto);
}

.promo-brand h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0
}

.promo-brand img {
    width: var(--_merchant-coupon-box-footer-img-width) !important;
    height: calc(var(--_merchant-coupon-box-footer-img-width) * .5);
    border-radius: 6px;
    object-fit: cover;
}

.box-sale-wrap {
    min-width: 125px;
    max-width: 125px;
    font-family: "Montserrat-Ebold";
    display: flex;
    flex-direction: column;
    justify-content: center;
    word-break: break-word;
    row-gap: 5px;
    text-align: center;
    border-right: 1px solid #eaeaea;
}

.box-sale-wrap span {
    line-height: 100%;
    font-weight: 600;
    font-size: 1.875rem;
    color: rgb(98 10 156);
}

.box-sale-wrap span.small-text {
    font-size: 15px;
    font-weight: 600;
}

.offer-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 2px;
    text-align: center;
    font-size: 1.875rem;
    letter-spacing: .025em;
    font-weight: 600;
    color: rgb(124 58 237);
    text-transform: uppercase;
}

.offer-wrap span {
    line-height: 1.75rem;
}

.offer-wrap span.small-text {
    font-size: 1.25rem;
}
.expired-offer {color: #746e6e}
.expired-offer .offer-wrap {color: #746e6e}
.expired-offer h3.title {color: #746e6e!important}
.sAlert ul {
    display: var(--_d-flex);
    flex-direction: column;
    gap: 15px;
}

.sAlert ul li {
    display: var(--_d-flex);
    align-items: center;
}

.sAlert ul li a {
    display: var(--_d-flex);
    align-items: center;
    gap: var(--_g-notify-a-gap);
    border: 1px solid #eaeaea;
    background: rgb(249 247 251);
    border-radius: 6px;
    padding: 12px;
    width: 100%;
    position: var(--_p-relative);
}

.sAlert ul li a div {
    display: var(--_d-flex);
    flex-direction: column;
    padding-inline-start: var(--_g-notify-a-gap);
    position: var(--_p-relative);
}

.sAlert ul li a img {
    width: var(--_g-notify-logo-size);
    height: var(--_g-notify-logo-size);
    border-radius: 6px;
    object-fit: cover;
}

.sAlert ul li a p.title {
    color: #1e1bf3;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    letter-spacing: .56px;
    text-transform: uppercase;
}

.sAlert ul li a p.offer-title {
    color: #3c4457;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .56px;
    text-transform: capitalize;
}

.sAlert ul li a p.title span {
    display: var(--_d-flex);
    gap: 4px;
    align-items: center;
}
.lc {
    display: flex;
    justify-content: space-around;
}

.md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    display: grid;
    font-size: 13px;
    font-weight: 600;
    padding-bottom: .5rem;
    padding-top: .5rem;
    row-gap: 10px;
    column-gap: 10px;
}

.md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: grid;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: .5rem;
    padding-top: .5rem;
    row-gap: 20px;
    column-gap: 10px;
}

ul.brandList a {
    color: #041e42;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

ul.brandList a:hover {
    color: #f5481a;
}

.brand-header-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.offers-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    line-height: 1.25rem;
    margin-bottom: 3.5rem;
    margin-top: 1rem;
    gap: 8px;
}

.offers-info p {
    color: #041e42;
    margin-bottom: 5px;
    font-size: 13px;
}

.list-disc {
    list-style-type: disc;
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-left: 1rem;
    font-size: .875rem;
    font-weight: 500;
    color: #041e42;
    line-height: 1.25rem;
}

.list-disc li {
    padding-bottom: 10px;
}

.justify-self-end {
    justify-self: end;
}

.entity-logo {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    cursor: pointer;
}

.entity-logo img {
    border-radius: 9999px;
    max-width: 160px!important;
    max-height: 160px;
    box-shadow: 0px 3px 13px 2px rgb(81 24 233 / 9%);
}

.entity-logo span {
    font-size: 12px;
}


p {
    font-size: 14px;
    color: #0f1930;
    font-weight: 400;
}

b,
strong {
    font-weight: 600;
    font-size: 13px;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

iframe {
    border: none;
    width: 100%;
}

a {
    color: #0d6efd;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

a:hover,
a:focus {
    color: rgb(69 11 167);
    text-decoration: none;
    outline: none;
}

a img {
    border: none;
}

.form-control {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    height: 55px;
}

.form-control:active,
.form-control:focus,
textarea.form-control:active,
textarea.form-control:focus {
    border: 1px solid #adaab2;
    -webkit-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    outline: none;
}

textarea.form-control {
    height: auto;
}

textarea.form-control::placeholder {
    color: #041e42;
}

iframe {
    border: none;
}

::selection {
    background: #041e42;
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: #041e42;
    color: #ffffff;
    text-shadow: none;
}

::-webkit-selection {
    background: #041e42;
    color: #ffffff;
    text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Montserrat-Bold", sans-serif;
    line-height: 1.4;
    color: #0f1930;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #041e42;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: #0f1930;
    font-weight: 600;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    font-weight: 600;
    font-family: "Montserrat-Bold";
}

h5,
h6,
.h5,
.h6 {
    font-weight: 600;
}

h1,
.h1 {
    font-size: 1.25rem;
}

h2,
.h2 {
    font-size: 1.25rem;
}

h3,
.h3 {
    font-size: 18px;
}

h4,
.h4 {
    font-size: 17px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

.cursor {
    cursor: pointer;
}

p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
    margin: 0 0 10px;
}

.body-color {
    color: #626974;
}

.heading-color {
    color: #041e42 !important;
}

.border-left {
    border-left: 1px solid #f3f5f6;
}

.border-right {
    border-right: 1px solid #f3f5f6;
}

.bdr_none {
    border: none !important;
}

.bb_none {
    border-bottom: none !important;
}

.vat {
    vertical-align: top;
}

.vab {
    vertical-align: bottom;
}

.vam {
    vertical-align: middle;
}

.vatt {
    vertical-align: text-top;
}

.z0 {
    z-index: 0 !important;
}

.z-1 {
    z-index: -1;
}

.z9 {
    z-index: 9;
}

.z99 {
    z-index: 99;
}

/*== Color Area ==*/
.bgszc {
    background-size: cover;
}

.bgrn {
    background-repeat: no-repeat;
}

.bgpc {
    background-position: center;
}

.img-whp {
    width: 100% !important;
}

.text-thm {
    color: #f5c34b !important;
}
.text-exp {
color: #4d4b4b !important;
}
.hvr-text-thm:hover {
    color: #f5c34b !important;
}

.text-thm1 {
    color: #443297 !important;
}

.text-thm1-light {
    color: #6668b2;
}

.text-thm2 {
    color: #41544a !important;
}

.text-thm3 {
    color: #cf3e3b !important;
}

.color-white {
    color: #ffffff !important;
}

.color-light-green {
    color: #68b65b;
}

.color-light-blue {
    color: #0053f6;
}

.color-green {
    color: #28b928;
}

.color-gmart-gray {
    color: F3F5F6;
}

.bgct {
    background-color: transparent;
}

.bgc-gmart-gray {
    background-color: rgb(245 240 254);
}

.bgc-thm {
    background-color: #f6f6f6 !important;
}

.bgc-thm1 {
    background-color: #443297 !important;
}

.bgc-white {
    background-color: #ffffff !important;
}

.bgc-f5 {
    background-color: #f5f5f5;
}

.bgc-transparent {
    background-color: transparent !important;
}

.bgc-light-green {
    background-color: #60c260;
}

.goBack {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
}

.goBack span {
    background: #dfdcfb;
    padding: 10px;
    border-radius: 5px;
}

.goBack span:hover {
    background: #ebeaf1;
    color: #4685e8
}

.cpn-obox {
    background: #ffffff;
    padding: 15px
}

.cpn-out {
    display: var(--_d-flex);
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
    background: #f9fafc;
    padding: 10px;
    border-radius: 6px;
}
.cpn-out h3 {font-size:20px;text-align: left;}
.cpn-out span {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    font-size: 1.375rem;
    line-height: 15px;
    letter-spacing: .025em;
    font-weight: 600;
    color: rgb(116 31 162);
    text-transform: uppercase;
}

.cpn-obox a {
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.cpn-out img {
    height: 80px;
    border-radius: 9999px;
    box-shadow: 0px 3px 11px 0px rgb(81 24 233 / 9%);
}

.couponBox {
    display: var(--_d-flex);
    flex-direction: column;
    gap: 8px;
}

.couponBox p {
    font-size: 16px;
}

.codeBox {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border: 2px dashed #eeeeee;
    color: #5863cc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px
}

.out-cards {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px
}

.out-cards li {
    display: flex;
    gap: 3px;
    align-items: flex-start;
}

.bdr5 {
    border-radius: 5px
}

.bdrn {
    border: none!important;
}

.bdr1 {
    border: 1px solid #ebebeb;
}

.hvr_bdr1 {
    border: 1px solid transparent;
}

.hvr_bdr1:hover {
    border: 1px solid #ebebeb;
}

.bdrt1 {
    border-top: 1px solid #eaeaea;
}

.bdrr1 {
    border-right: 1px solid #eaeaea;
}

.bdrl1 {
    border-left: 1px solid #eaeaea;
}

.bdrtrb1 {
    border-top: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.dod_slider .owl-stage-outer,
.best_item_slider_shop_lising_page .owl-stage-outer,
.related_product_slider .owl-stage-outer {
    
}

.before_none:before {
    display: none;
}

.after_none:before {
    display: none;
}

.menu_bdrt1 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.menu_bdrt1_home4_style {
    border-top: 1px solid rgba(4, 30, 66, 0.1);
}

.bdrs6 {
    border-radius: 6px;
}

.bdrs6006 {
    border-radius: 6px 0 0 6px;
}

.bdrs0066 {
    border-radius: 0 0 6px 6px;
}

.bdrs60 {
    border-radius: 60px;
}

.bdrs65 {
    border-radius: 65px;
}

.bxshd {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hvr-bxshd:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ttu {
    text-transform: uppercase;
}

.ttc {
    text-transform: capitalize;
}

.tdu {
    text-decoration: underline;
}

.tdu-hvr:hover {
    cursor: pointer;
    text-decoration: underline;
}

.all-body-content {
    background-color: #ffffff;
    margin-bottom: 760px;
    position: relative;
    z-index: 9;
}

.h125 {
    height: 125px;
}
.bdr1 {
    border: 2px solid #e7e7e7;
}
.bdr2 {
    border: 2px solid #cfcfcf;
}
.bb1 {
    border-bottom: 1px solid #cfcfcf;
}

.bb0 {
    border-bottom: none !important;
}

.bbn {
    border-bottom: none;
}

.btn {
    border-top: none;
}

.bl1 {
    border-left: 1px solid #ebebeb;
}

.br1 {
    border-right: 1px solid #ebebeb;
}

.bb2 {
    border-bottom: 2px solid #f3f5f6;
}

.bt1 {
    border-top: 1px solid #ebebeb;
}

.bbr5 {
    border-radius: 5px
}

/*== Button Area ==*/
.btn {
    border-radius: 6px;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;    
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn.dbxshad {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
}

.btn.circle {
    border-radius: 27px;
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: none;
    outline: none;
}

.btn-thm {
    background-color: #f5c34b;
    border: 1px solid #f5c34b;
    color: #041e42;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn:before,
.btn-gray:before,
.btn-thm:before,
.btn-thm:before,
.btn-thm1:before,
.btn-thm1:before,
.btn-thm2:before,
.btn-thm2-light:before,
.btn-blue:before,
.btn-light-green:before,
.btn-transparent:before,
.btn-transparent-dark:before {
    background-color: #e8b336;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    width: 0;
    z-index: -1;
    -webkit-transform: skew(50deg);
    -moz-transform: skew(50deg);
    -o-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transition: width 0.6s;
    -moz-transition: width 0.6s;
    -o-transition: width 0.6s;
    transition: width 0.6s;
    transform-origin: top left;
}

.btn-thm1 {
    background-color: #4b87f4;
    border-color: #4b87f4;
    color: #ffffff;
}

.btn-thm1:before {
    background-color: #3873df;
}

.btn-thm1:hover,
.btn-thm1:active,
.btn-thm1:focus {
    color: #ffffff;
}

.btn-thm2:before {
    background-color: #3a298d;
}

.btn-thm2-light:before {
    background-color: #443297;
}

.btn-blue:before {
    background-color: #064ad0;
}

.btn-blue {
    background-color: #0053f6;
    border-color: #0053f6;
    color: #ffffff;
}

.btn-blue:hover,
.btn-blue:active,
.btn-blue:focus {
    border-color: #0053f6;
    color: #ffffff;
}

.btn-light-green:before {
    background-color: #21b521;
}

.btn-light-green {
    background-color: #60c260;
    border-color: #60c260;
    color: #ffffff;
}

.btn-light-green:hover,
.btn-light-green:active,
.btn-light-green:focus {
    border-color: #60c260;
    color: #ffffff;
}

.btn-transparent:before {
    background-color: #6668b2;
}

.btn-transparent {
    background-color: transparent;
    border: 2px solid #6668b2;
    color: #6668b2;
}

.btn-transparent-dark:before {
    background-color: #112137;
}

.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
    border-color: #6668b2;
    color: #ffffff;
}

.btn-thm.rounded {
    border-radius: 25px;
}

.btn.btn-white:hover:before,
.btn.btn-white:active:before,
.btn.btn-white:focus:before,
.btn-gray:hover:before,
.btn-gray:active:before,
.btn-gray:focus:before,
.btn-thm:hover:before,
.btn-thm:active:before,
.btn-thm:focus:before,
.btn-thm1:hover:before,
.btn-thm1:active:before,
.btn-thm1:focus:before,
.btn-thm2:hover:before,
.btn-thm2:active:before,
.btn-thm2:focus:before,
.btn-thm2-light:hover:before,
.btn-thm2-light:active:before,
.btn-thm2-light:focus:before,
.btn-blue:hover:before,
.btn-blue:active:before,
.btn-blue:focus:before,
.btn-light-green:hover:before,
.btn-light-green:active:before,
.btn-light-green:focus:before,
.btn-transparent:hover:before,
.btn-transparent:active:before,
.btn-transparent:focus:before,
.btn-transparent-dark:hover:before,
.btn-transparent-dark:active:before,
.btn-transparent-dark:focus:before {
    height: 100%;
    width: 200%;
}

.btn-thm2 {
    background-color: #443297;
    border-color: #443297;
    color: #ffffff;
}

.btn-thm2-light {
    background-color: #6668b2;
    border-color: #6668b2;
    color: #ffffff;
}

.btn-thm2:hover,
.btn-thm2:active,
.btn-thm2:focus,
.btn-thm2-light:hover,
.btn-thm2-light:active,
.btn-thm2-light:focus,
.btn-transparent-dark:hover,
.btn-transparent-dark:active,
.btn-transparent-dark:focus {
    color: #ffffff;
}

.btn-transparent-dark:hover,
.btn-transparent-dark:active,
.btn-transparent-dark:focus {
    border-color: #112137;
    color: #ffffff;
}

.btn-thm3 {
    background-color: #cf3e3b;
    border: 1px solid #cf3e3b;
    color: #ffffff;
}

.btn-thm3:hover,
.btn-thm3:active,
.btn-thm3:focus {
    background-color: #a5110e;
    border-color: #a5110e;
    color: #fff;
}

.btn-thm4 {
    background-color: #849d6a;
    border: 1px solid #849d6a;
    color: #ffffff;
}

.btn-thm4:hover,
.btn-thm4:active,
.btn-thm4:focus {
    background-color: #607946;
    border-color: #607946;
    color: #fff;
}

.btn-thm5 {
    background-color: #ffd96a;
    border: 1px solid #ffd96a;
    color: #ffffff;
}

.btn-thm5:hover,
.btn-thm5:active,
.btn-thm5:focus {
    background-color: #e8a62f;
    border-color: #e8a62f;
    color: #fff;
}

.btn-dark {
    background-color: #041e42;
    border-color: #041e42;
    color: #ffffff;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
    background-color: #183955;
    border-color: #183955;
    color: #ffffff;
}

.btn-yellow {
    background-color: #ffd96a;
    border-color: #ffd96a;
    color: #041e42;
}

.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus {
    background-color: #ffc416;
    border-color: #ffc416;
    color: #041e42;
}

.btn-white {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #041e42;
}

.btn-white.bdr_thm {
    border-color: #f5c34b;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    border-color: #f5c34b;
}

.btn-gray {
    background-color: #d3d3d3;
    border-color: #d3d3d3;
    color: #ffffff;
}

.btn-gray:hover,
.btn-gray:active,
.btn-gray:focus {
    background-color: #9fa29b;
    color: #ffffff;
}

.btn-green {
    background-color: #28b928;
    border-color: #28b928;
    color: #ffffff;
}

.btn-green:hover,
.btn-green:active,
.btn-green:focus {
    color: #ffffff;
}

.btn-default {
    border-radius: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    height: 52px;
    padding: 14px 33px;
}

.btn-rounded {
    border-radius: 60px;
}

.btn-default-height {
    height: 52px;
    line-height: 45px;
}

/*== Fonts Size, Font Weights, Height, Display & Position ==*/
.text-sm {
    font-size: 13px;
}
.fz0 {
    font-size: 0px;
}

.fz6 {
    font-size: 6px;
}

.fz11 {
    font-size: 11px;
}

.fz12 {
    font-size: 12px;
}

.fz13 {
    font-size: 13px;
}

.fz14 {
    font-size: 14px;
}

.fz15 {
    font-size: 15px;
}

.fz16 {
    font-size: 16px;
}

.fz17 {
    font-size: 17px !important;
}

.fz18 {
    font-size: 18px;
}

.fz19 {
    font-size: 19px;
}

.fz20 {
    font-size: 20px;
}

.fz24 {
    font-size: 24px;
}

.fz26 {
    font-size: 26px;
}

.fz30 {
    font-size: 30px;
}

.fz40 {
    font-size: 40px;
}

.fz45 {
    font-size: 45px;
}

.fz48 {
    font-size: 48px;
}

.fz50 {
    font-size: 50px;
}

.fz55 {
    font-size: 55px;
}

.fz60 {
    font-size: 60px;
}

.fz72 {
    font-size: 72px;
}

.fz100 {
    font-size: 100px !important;
}

.lh0 {
    line-height: 0px;
}

.lh30 {
    line-height: 30px;
}

.h2 {
    height: 2px;
}

.h05 {
    height: 5px !important;
}

.h10 {
    height: 10px;
}

.h20 {
    height: 20px;
}

.h25 {
    height: 25px;
}

.h30 {
    height: 30px;
}

.h35 {
    height: 35px;
}

.h40 {
    height: 40px;
}

.h45 {
    height: 45px;
}

.h50 {
    height: 50px;
}

.h55 {
    height: 55px;
}

.h60 {
    height: 60px;
}

.h65 {
    height: 65px;
}

.h70 {
    height: 70px;
}

.h75 {
    height: 75px;
}

.h80 {
    height: 80px;
}

.h85 {
    height: 85px;
}

.h90 {
    height: 90px;
}

.h95 {
    height: 95px;
}

.h100p {
    height: 100%;
}

.h100 {
    height: 100px;
}

.h150 {
    height: 150px;
}

.h200 {
    height: 200px;
}

.h250 {
    height: 250px !important;
}

.h280 {
    height: 280px;
}

.h300 {
    height: 300px;
}

.h320 {
    height: 320px;
}

.h345 {
    height: 345px;
}

.h350 {
    height: 350px;
}

.h355 {
    height: 355px;
}

.h400 {
    height: 400px;
}

.h450 {
    height: 450px;
}

.h500 {
    height: 500px;
}

.h550 {
    height: 550px;
}

.h600 {
    height: 600px;
}

.h650 {
    height: 650px;
}

.h660 {
    height: 660px;
}

.h700 {
    height: 700px;
}

.h750 {
    height: 750px;
}

.h800 {
    height: 800px;
}

.h850 {
    height: 850px;
}

.h900 {
    height: 900px;
}

.h950 {
    height: 950px;
}

.h1000 {
    height: 1000px;
}

.wa {
    width: auto;
}

.wfc {
    width: fit-content;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w55 {
    width: 55px;
}

.w60 {
    width: 60px !important;
}

.w65 {
    width: 65px;
}

.w70 {
    width: 70px;
}

.w75 {
    width: 75px;
}

.w80 {
    width: 80px !important;
}

.w100 {
    width: 100% !important;
}

.w110 {
    width: 110px;
}

.w120 {
    width: 120px;
}

.maxw100 {
    max-width: 100%;
}

.maxw1600 {
    max-width: 1600px;
}

.maxw1800 {
    max-width: 1800px;
}

.fw300 {
    font-weight: 300 !important;
}

.fw400 {
    font-weight: 400;
}

.fw500 {
    font-weight: 600 !important;
}

.fw600 {
    font-weight: 600;
}

.fw700 {
    font-weight: 700;
}

.fw800 {
    font-weight: 800;
}

.fw900 {
    font-weight: 900;
}

.fwn {
    font-weight: normal;
}

.fwb {
    font-weight: bold;
}

.db {
    display: block;
}

.dib {
    display: inline-block;
}

.dif {
    display: inline-flex;
}

.df {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.dfr {
    display: flow-root;
}

.dn {
    display: none !important;
}

.ovh {
    overflow: hidden;
}

.ovv {
    overflow: visible;
}

.posa {
    position: absolute;
}

.posr {
    position: relative;
    border-top: none;
}

/*== Custome Margin Padding ==*/
.p0 {
    padding: 0 !important;
}

.p1 {
    padding: 1px !important;
}
.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}

.p35 {
    padding: 35px;
}

.p40 {
    padding: 40px;
}

.p45 {
    padding: 45px;
}

.p50 {
    padding: 50px;
}

.p55 {
    padding: 55px;
}

.p60 {
    padding: 60px;
}

.p65 {
    padding: 65px;
}

.p70 {
    padding: 70px;
}

.p75 {
    padding: 75px;
}

.p80 {
    padding: 80px;
}

.pad10 {
    padding: 10% 5%;
}

.pad17 {
    padding-top: 17% !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pt3 {
    padding-top: 3px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px !important;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt55 {
    padding-top: 55px;
}

.pt60 {
    padding-top: 60px;
}

.pt65 {
    padding-top: 65px;
}

.pt70 {
    padding-top: 70px;
}

.pt75 {
    padding-top: 75px;
}

.pt80 {
    padding-top: 80px;
}

.pt85 {
    padding-top: 85px;
}

.pt90 {
    padding-top: 90px;
}

.pt95 {
    padding-top: 95px;
}

.pt100 {
    padding-top: 100px;
}

.pt120 {
    padding-top: 120px;
}

.pt130 {
    padding-top: 130px;
}

.pt140 {
    padding-top: 140px;
}

.pt150 {
    padding-top: 150px;
}

.pt160 {
    padding-top: 160px;
}

.pt170 {
    padding-top: 170px;
}

.pt180 {
    padding-top: 180px;
}

.pt190 {
    padding-top: 190px;
}

.pt200 {
    padding-top: 200px;
}

.pt100 {
    padding-top: 100px;
}

.pt70 {
    padding-top: 70px;
}

.pt70 {
    padding-top: 70px;
}

.pt70 {
    padding-top: 70px;
}

.pr0 {
    padding-right: 0;
}

.pr1 {
    padding-right: 1px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pr35 {
    padding-right: 35px;
}

.pr40 {
    padding-right: 40px;
}

.pr45 {
    padding-right: 45px;
}

.pr50 {
    padding-right: 50px;
}

.pr55 {
    padding-right: 55px;
}

.pr60 {
    padding-right: 60px;
}

.pr65 {
    padding-right: 65px;
}

.pr70 {
    padding-right: 70px;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb15 {
    padding-bottom: 15px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb55 {
    padding-bottom: 55px;
}

.pb60 {
    padding-bottom: 60px;
}

.pb65 {
    padding-bottom: 65px;
}

.pb70 {
    padding-bottom: 70px;
}

.pb75 {
    padding-bottom: 75px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb85 {
    padding-bottom: 85px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb95 {
    padding-bottom: 95px;
}

.pb100 {
    padding-bottom: 100px;
}

.pb110 {
    padding-bottom: 110px;
}

.pb120 {
    padding-bottom: 120px;
}

.pb130 {
    padding-bottom: 130px;
}

.pl0 {
    padding-left: 0 !important;
}

.pl1 {
    padding-left: 1px;
}

.pl5 {
    padding-left: 5px;
}

.pl6 {
    padding-left: 6px;
}

.pl7 {
    padding-left: 7px;
}

.pl8 {
    padding-left: 8px;
}

.pl9 {
    padding-left: 9px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px !important;
}

.pl35 {
    padding-left: 35px;
}

.pl40 {
    padding-left: 40px;
}

.pl45 {
    padding-left: 45px;
}

.pl50 {
    padding-left: 50px;
}

.pl55 {
    padding-left: 55px;
}

.pl60 {
    padding-left: 60px;
}

.pl65 {
    padding-left: 65px;
}

.pl70 {
    padding-left: 70px;
}

.pl75 {
    padding-left: 75px;
}

.pl80 {
    padding-left: 80px;
}

.pl85 {
    padding-left: 85px;
}

.pl90 {
    padding-left: 90px;
}

.pl95 {
    padding-left: 95px;
}

.pl100 {
    padding-left: 100px;
}

.pl150 {
    padding-left: 150px;
}

.pl200 {
    padding-left: 200px;
}

.pl220 {
    padding-left: 220px;
}

.pl210 {
    padding-left: 210px;
}

.pl230 {
    padding-left: 230px;
}

.pl240 {
    padding-left: 240px;
}

.pl250 {
    padding-left: 250px;
}

.pl300 {
    padding-left: 300px;
}

.pl330 {
    padding-left: 330px;
}

.pl340 {
    padding-left: 340px;
}

.pl350 {
    padding-left: 350px;
}

.pl400 {
    padding-left: 400px;
}

.prpl0 {
    padding-left: 0;
    padding-right: 0;
}

.prpl5 {
    padding-left: 5px;
    padding-right: 5px;
}

.prpl10 {
    padding-left: 10px;
    padding-right: 10px;
}

.prpl15 {
    padding-left: 15px;
    padding-right: 15px;
}

.prpl20 {
    padding-left: 20px;
    padding-right: 20px;
}

.prpl25 {
    padding-left: 25px;
    padding-right: 25px;
}

.prpl30 {
    padding-left: 30px;
    padding-right: 30px;
}

.prpl35 {
    padding-left: 35px;
    padding-right: 35px;
}

.prpl40 {
    padding-left: 40px;
    padding-right: 40px;
}

.prpl2 {
    padding-left: 2px;
    padding-right: 2px;
}

.ptpb50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptpb60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.plpr0 {
    padding-left: 0px;
    padding-right: 0px;
}

.m0a {
    margin: 0 auto;
}

.mt-5 {
    margin-top: -5px;
}

.mt-6 {
    margin-top: -6px;
}

.mt-7 {
    margin-top: -7px;
}

.mt-8 {
    margin-top: -8px;
}

.mt-9 {
    margin-top: -9px;
}

.mt-10 {
    margin-top: -10px;
}

.mt-15 {
    margin-top: -15px;
}

.mt-20 {
    margin-top: -20px;
}

.mt-25 {
    margin-top: -25px;
}

.mt-30 {
    margin-top: -30px;
}

.mt-35 {
    margin-top: -35px;
}

.mt-40 {
    margin-top: -40px;
}

.mt-45 {
    margin-top: -45px;
}

.mt-50 {
    margin-top: -50px;
}

.mt-55 {
    margin-top: -55px;
}

.mt-60 {
    margin-top: -60px;
}

.mt-65 {
    margin-top: -65px;
}

.mt-70 {
    margin-top: -70px;
}

.mt-75 {
    margin-top: -75px;
}

.mt-80 {
    margin-top: -80px;
}

.mt-85 {
    margin-top: -85px;
}

.mt-90 {
    margin-top: -90px;
}

.mt-95 {
    margin-top: -95px;
}

.mt-100 {
    margin-top: -100px;
}

.mt-120 {
    margin-top: -120px;
}

.mt-150 {
    margin-top: -150px;
}

.mt-200 {
    margin-top: -200px;
}

.m--1 {
    margin: -1px;
}

.m--2 {
    margin: -2px;
}

.ms--1 {
    margin-left: -1px;
}

.me--1 {
    margin-right: -1px;
}

.mx--1 {
    margin-left: -1px;
    margin-right: -1px;
}

.my--1 {
    margin-top: -1px;
    margin-bottom: -1px;
}

.mx--2 {
    margin-left: -2px;
    margin-right: -2px;
}

.my--2 {
    margin-top: -2px;
    margin-bottom: -2px;
}

.m0 {
    margin: 0!important;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.m25 {
    margin: 25px;
}

.m30 {
    margin: 30px;
}

.m35 {
    margin: 35px;
}

.m40 {
    margin: 40px;
}

.m45 {
    margin: 45px;
}

.m50 {
    margin: 50px;
}

.m55 {
    margin: 55px;
}

.m60 {
    margin: 60px;
}

.m65 {
    margin: 65px;
}

.m70 {
    margin: 70px;
}

.m75 {
    margin: 75px;
}

.m80 {
    margin: 80px;
}

.m85 {
    margin: 85px;
}

.m90 {
    margin: 90px;
}

.m95 {
    margin: 95px;
}

.m100 {
    margin: 100px;
}

.mt0 {
    margin-top: 0px !important;
}

.mt1 {
    margin-top: 1px;
}

.mt2 {
    margin-top: 2px;
}

.mt3 {
    margin-top: 3px;
}

.mt4 {
    margin-top: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mt55 {
    margin-top: 55px;
}

.mt60 {
    margin-top: 60px;
}

.mt65 {
    margin-top: 65px;
}

.mt70 {
    margin-top: 70px;
}

.mt75 {
    margin-top: 75px;
}

.mt80 {
    margin-top: 80px;
}

.mt85 {
    margin-top: 85px;
}

.mt90 {
    margin-top: 90px;
}

.mt95 {
    margin-top: 95px;
}

.mt100 {
    margin-top: 100px;
}

.mt150 {
    margin-top: 150px;
}

.mt200 {
    margin-top: 200px;
}

.mt250 {
    margin-top: 250px !important;
}

.mt300 {
    margin-top: 3000px;
}

.mt-30 {
    margin-top: -30px;
}

.mtb5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mr0 {
    margin-right: 0px;
}

.mr2 {
    margin-right: 2px;
}

.mr3 {
    margin-right: 3px;
}

.mr4 {
    margin-right: 4px;
}

.mr5 {
    margin-right: 5px;
}

.mr6 {
    margin-right: 6px;
}

.mr7 {
    margin-right: 7px;
}

.mr8 {
    margin-right: 8px;
}

.mr9 {
    margin-right: 9px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr35 {
    margin-right: 35px;
}

.mr40 {
    margin-right: 40px;
}

.mr45 {
    margin-right: 45px;
}

.mr50 {
    margin-right: 50px;
}

.mr55 {
    margin-right: 55px;
}

.mr60 {
    margin-right: 60px;
}

.mr65 {
    margin-right: 65px;
}

.mr70 {
    margin-right: 70px;
}

.mr75 {
    margin-right: 75px;
}

.mr80 {
    margin-right: 80px;
}

.mr85 {
    margin-right: 85px;
}

.mr90 {
    margin-right: 90px;
}

.mr95 {
    margin-right: 95px;
}

.mr100 {
    margin-right: 100px;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px;
}

.mb35 {
    margin-bottom: 35px;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb45 {
    margin-bottom: 45px;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb55 {
    margin-bottom: 55px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb65 {
    margin-bottom: 65px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb75 {
    margin-bottom: 75px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb85 {
    margin-bottom: 85px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb95 {
    margin-bottom: 95px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml0 {
    margin-left: 0px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml35 {
    margin-left: 35px;
}

.ml40 {
    margin-left: 40px;
}

.ml45 {
    margin-left: 45px;
}

.ml47 {
    margin-left: 47px;
}

.ml50 {
    margin-left: 50px;
}

.ml55 {
    margin-left: 55px;
}

.ml60 {
    margin-left: 60px;
}

.ml65 {
    margin-left: 65px;
}

.ml70 {
    margin-left: 70px;
}

.ml75 {
    margin-left: 75px;
}

.ml80 {
    margin-left: 80px;
}

.ml85 {
    margin-left: 85px;
}

.ml90 {
    margin-left: 90px;
}

.ml95 {
    margin-left: 95px;
}

.ml100 {
    margin-left: 100px;
}

.zi0 {
    z-index: 0;
}

.zi1 {
    z-index: 1;
}

.zi9 {
    z-index: 9;
}

.zi-1 {
    z-index: -1;
}

.curp {
    cursor: pointer;
}

.bg-img-png-home2 {
    background-attachment: fixed;
    background-image: url("../images/background/home2-bg2.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-img-png-home6 {
    background-attachment: fixed;
    background-image: url("../images/background/home6-bg1.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/*== CSS Animation Code Start ==*/
.wobble {
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-name: wobble;
    animation-timing-function: ease-in-out;
    display: block;
    color: white;
}

.animate_content {
    position: relative;
}

.animate_content .animate_thumb img,
.order_tracking_thumb img {
    -webkit-transition: box-shadow 500ms ease;
    -moz-transition: box-shadow 500ms ease;
    -o-transition: box-shadow 500ms ease;
    transition: box-shadow 500ms ease;
}

.social_icons li {
    background-color: transparent;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    margin-right: 0 !important;
    width: 30px;
    text-align: center;
}

.social_icons li:hover {
    background-color: rgba(105, 105, 105, 0.1);
}

.social_icons li a {
    color: #626974;
    font-size: 13px;
}

.sign_up_modal:before {
    background-color: rgba(13, 38, 59, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.log_reg_form.sidebar_area {
    border: none;
    padding: 35px 30px 0;
}

.log_reg_form {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 45px 40px 35px;
    position: relative;
    -webkit-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
}

.log_reg_form .title {
    margin-bottom: 30px;
}

.sign_up_form .nav.nav-pills .nav-item .nav-link {
    color: #626974;
    border-radius: 60px;
    font-size: 15px;
    padding: 15px 35px;
}

.modal-backdrop {
    display: none;
}

.hm_log_fav_cart_widget {
    padding: 0 0 0 10px;
    position: relative;
}

.hm_log_fav_cart_widget .wrapper ul li {
    margin-right: 25px;
}

.hm_log_fav_cart_widget .wrapper ul li:last-child {
    margin-right: 0;
}

.log_fav_cart_widget.hsidebar_home_page .wrapper {
    position: relative;
}

.log_fav_cart_widget.home4_style .icon {
    vertical-align: sub;
}

.log_fav_cart_widget.home4_style .icon .badge {
    color: #041e42;
}

.cart_btn.home_page_sidebar {
    position: relative;
}

.log_fav_cart_widget .home_page_sidebar.price {
    bottom: 10px;
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    position: absolute;
    right: 0;
}

.log_fav_cart_widget .price {
    color: #041e42;
    font-size: 13px;
    font-weight: 600;
}

.log_fav_cart_widget.home7_style .cart {
    max-width: 200px;
    width: 100%;
}

.cart {
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.cart>li,
.cart>.list {
    font-size: 14px;
    flex-grow: 1;
    flex-shrink: 0;
    position: relative;
}

.dropdown_content {
    display: flex;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}

.dropdown_content>li {
    border-bottom: 1px solid #eaeaea;
    padding: 20px 20px 15px;
    position: relative;
}

.dropdown_content>li:last-child {
    border-bottom: none;
}

.dropdown_content .list_content img {
    margin-right: 25px;
    width: 75px;
}

.dropdown_content .list_content p {
    color: #041e42;
    margin-bottom: 0;
    line-height: normal;
}

.dropdown_content .list_content .close_icon {
    color: #041e42;
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 20px;
}

.dropdown_content .list_content_total_price h5 {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
}

.dropdown_content .list_content .cart_btns {
    border: 1px solid transparent;
    margin-right: 10px;
}

.dropdown_content .list_content .cart_btns:hover {
    background-color: #2ac4ea;
    border: 1px solid #2ac4ea;
    color: #fff;
}

.dropdown_content .list_content .cart_btns,
.dropdown_content .list_content .checkout_btns {
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    height: 50px;
    line-height: 40px;
    width: 150px;
}

.home9_header_nav_widget {
    left: auto;
    position: absolute;
    right: 0;
}

.home9_header_search_widget {
    position: relative;
}

.home9_header_search_widget .input_field .form_control {
    background-color: #f3f5f6;
    border-radius: 6px;
    border: 1px solid #eaeaea;
    height: 50px;
    width: 367px;
}

.home9_header_search_widget .search_icon_field .search-btn {
    color: #112137;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 10px;
}

/* Radio Box CSS Code Start */
.radiobox_style2 .sspd_review ul li:last-child {
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    
}

.radiobox_style2 .count {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    
}

.radiobox_style2 [type="radio"]:checked,
.radiobox_style2 [type="radio"]:not(:checked) {
    left: -9999px;
    position: absolute;
}

.radiobox_style2 [type="radio"]:checked label,
.radiobox_style2 [type="radio"]:not(:checked) label {
    color: #041e42;
    cursor: pointer;
    display: flex;
    padding-left: 28px;
    position: relative;
}

.radiobox_style2 [type="radio"]:checked label:before,
.radiobox_style2 [type="radio"]:not(:checked) label:before {
    background: #fff;
    border: 1px solid #041e42;
    border-radius: 100%;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 18px;
}

.radiobox_style2 [type="radio"]:checked label:after,
.radiobox_style2 [type="radio"]:not(:checked) label:after {
    background-color: #fff;
    content: "";
    border-radius: 100%;
    border: 4px solid #041e42;
    height: 16px;
    left: 1px;
    position: absolute;
    top: 8px;
    width: 16px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radiobox_style2 [type="radio"]:not(:checked) label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.radiobox_style2 [type="radio"]:checked label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Radio Box CSS Code End */
/*== Header Top Style ==*/
.header_top {
    position: relative;
}

.header_top_iconbox {
    position: relative;
}

.header_top_iconbox .icon {
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 50px;
    line-height: 55px;
    margin-right: 15px;
    position: relative;
    text-align: center;
    width: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header_top_iconbox.home2_style .icon {
    border-radius: 50%;
}

.header_top_iconbox.home2_style.at_home4:hover .icon {
    background-color: #e8b336;
}

.header_top_iconbox.home2_style.at_home4 .icon,
.header_top_iconbox.home2_style.at_home4 .icon span.badge {
    border: 1px solid #041e42;
}

.header_top_iconbox.home2_style.at_home4 .icon span {
    color: #041e42;
}

.header_top_iconbox.home2_style.at_home4 .details .title,
.header_top_iconbox.home2_style.at_home4 .details .subtitle {
    color: #041e42;
}

.header_top_iconbox:hover .icon {
    background-color: rgba(255, 255, 255, 0.05);
}

.header_top_iconbox .icon span {
    font-size: 20px;
    color: #fff;
}

.header_top_iconbox .icon span.badge {
    background-color: #f5c34b;
    border-radius: 50%;
    color: #0b1e40;
    font-size: 8px;
    font-weight: 700;
    
    height: 15px;
    line-height: 7px;
    padding: 4px;
    position: absolute;
    right: -2px;
    top: 0;
    width: 15px;
}

.header_top_iconbox.home3_style .icon {
    border: none;
}

.header_top_iconbox .details {
    display: block;
}

.header_top_iconbox .details .subtitle {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    
    margin-bottom: 0;
}

.header_top_iconbox.home6_style {
    position: relative;
}

.header_top_iconbox.home6_style:before {
    background-color: #eaeaea;
    content: "";
    height: 44px;
    position: absolute;
    right: -15px;
    width: 1px;
}

.hm_log_fav_cart_widget ul li:last-child .header_top_iconbox.home6_style:before {
    display: none;
}

.header_top_iconbox.home6_style .icon,
.header_top_iconbox.home8_style .icon,
.header_top_iconbox.home10_style .icon {
    border: none;
    height: auto;
    width: auto;
}

.header_top_iconbox.home10_style:hover .icon {
    background-color: transparent;
}

.header_top_iconbox.home9_style .icon {
    height: auto;
    width: 20px;
}

.header_top_iconbox.home6_style .icon span,
.header_top_iconbox.home8_style .icon span {
    color: #0053f6;
}

.header_top_iconbox.home6_style .icon span.badge,
.header_top_iconbox.home8_style .icon span.badge,
.header_top_iconbox.home9_style .icon span.badge,
.header_top_iconbox.home10_style .icon span.badge {
    color: #041e42;
    right: -7px;
    top: 10px;
}

.header_top_iconbox.home6_style .details .subtitle,
.header_top_iconbox.home6_style .details .title,
.header_top_iconbox.home7_style .details .subtitle,
.header_top_iconbox.home7_style .details .title,
.header_top_iconbox.home7_style .icon span,
.header_top_iconbox.home7_style .icon span.badge,
.header_top_iconbox.home8_style .details .subtitle,
.header_top_iconbox.home8_style .details .title,
.header_top_iconbox.home9_style .details .subtitle,
.header_top_iconbox.home9_style .details .title,
.header_top_iconbox.home9_style .icon span {
    color: #041e42;
}

.header_top_iconbox.home7_style .icon {
    background-color: rgba(96, 194, 96, 0.07);
}

.header_top_iconbox.home7_style:hover .icon {
    background-color: #60c260;
}

.header_top_iconbox.home7_style:hover .icon span {
    color: #fff;
}

.header_top_iconbox .details .title {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;    
    margin-bottom: 0;
}

.ht_contact_widget {
    margin-top: 5px;
}

.ht_contact_widget ul li {
    margin-right: 20px;
}

.ht_contact_widget ul li:last-child {
    margin-right: 0px;
}

.ht_contact_widget ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

.ht_contact_widget.home5 {
    margin-top: 0;
}

.ht_contact_widget.home5 ul li {
    margin-right: 25px;
}

.ht_contact_widget.home5 ul li:last-child {
    margin-right: 0;
}

.ht_contact_widget.home5 ul li a {
    color: #041e42;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    
}

.ht_contact_widget.home5 ul li a span {
    font-weight: 400;
}

.ht_contact_widget.home6_style ul li a {
    color: #626974;
}

.ht_contact_widget ul li a span {
    font-size: 15px;
    vertical-align: middle;
}

.ht_contact_widget.home3 li a {
    color: #626974;
}

.header_middle {
    background-color: rgb(75 24 155);
    display: inline-block;
    position: relative;
    width: 100%;
}

.header_middle.home2_style {
    background-color: #112137;
}

.header_middle.home3_style,
.header_middle.home6_style {
    background-color: #ffffff;
}

.header_iconbox_home3_style {
    position: relative;
}

.header_iconbox_home3_style .icon {
    font-size: 15px;
    max-width: 28px;
    position: relative;
}

.header_iconbox_home3_style .icon img {
    width: 15px;
}

.header_iconbox_home3_style .icon .badge {
    color: #041e42;
    font-style: normal;
    font-weight: 700;
    font-size: 8px;
    height: 15px;
    line-height: 10px;
    position: absolute;
    right: -12px;
    top: 0;
    width: 15px;
}

.header_iconbox_home3_style .details .title {
    font-size: 16px;
    line-height: 22px;    
    margin: 0;
}

.header_iconbox_home3_style.athome8 .icon span {
    vertical-align: -webkit-baseline-middle;
}

.header_middle.home4_style,
.menu_style_home_one.home4_style {
    background-color: #f5c34b;
}

.header_middle .header_top_logo_home1 .logo,
.header_middle .header_top_logo_home3 .logo,
.header_middle .header_top_logo_home4 .logo,
.header_middle .header_top_logo_home6 .logo,
.main_logo .logo_title {
    color: #fff;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.logo img {
    max-width: 170px;
    margin-top: 5px;
}

.header_middle .header_top_logo_home3 .logo,
.header_middle .header_top_logo_home4 .logo {
    color: #041e42;
}

.header_middle .header_top_logo_home6 .logo {
    color: #0053f6;
}

.main_logo .logo_title {
    color: #112137;
}

.header_middle_advnc_search {
    position: relative;
}

.header_middle_advnc_search .search_form_wrapper.home7_style {
    border: 1px solid #60c260;
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    z-index: 99;
}

.advscrh_frm_btn.home7_style .search-btn {
    background-color: transparent;
}

.header_middle_advnc_search .search_form_wrapper.home7_style.athome8 {
    border: 1px solid #eaeaea;
}

.header_middle_advnc_search .search_form_wrapper {
    background-color: #fff;
    border-radius: 6px;
    position: relative;
}

.header_middle_advnc_search.home2_style .advscrh_frm_btn {
    border-radius: 0 60px 60px 0;
    overflow: hidden;
    right: auto;
}

.advscrh_frm_btn.home4_style .search-btn {
    background-color: #112137;
}

.header_middle_advnc_search.home2_style .search_form_wrapper {
    background-color: transparent;
}

.top-search.home2_style form.form-search .box-search input {
    padding-left: 35px;
}

.top-search.home2_style form.form-search .box-search.pre_line:before {
    left: auto;
    right: 0;
}

.header_middle_advnc_search.home2_style .box-search input.form_control {
    border-radius: 60px 0 0 60px;
}

.header_middle_advnc_search.home2 .search_form_wrapper {
    background-color: #fff;
}

.header_middle_advnc_search.home4 .search_form_wrapper {
    background-color: #fff;
    border: none;
    border-radius: 0;
    margin-right: 2px;
}

.actegory .bootstrap-select button.btn {
    font-size: 15px;
}

.header_middle_advnc_search .actegory .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    line-height: 45px;
    padding: 0 10px 0;
    width: 156px;
}

.footer_bottom_right_widgets li:first-child .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 146px;
}

.footer_bottom_right_widgets li:last-child .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 160px;
}

.footer_bottom_right_widgets .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    border: 1px solid #eaeaea;
    border-radius: 6px;
}

.footer_bottom_right_widgets.home6_style .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    background-color: #ffffff;
}

.header_top_widget .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    border: none;
    width: auto;
}

.footer_bottom_right_widgets.home2_style .bootstrap-select button.btn {
    color: #ffffff;
}

.footer_bottom_right_widgets.home2_style .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    border: none;
}

.footer_bottom_right_widgets .bootstrap-select button.btn {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

.advscrh_frm_btn {
    position: absolute;
    right: -6px;
}

.advscrh_frm_btn .search-btn {
    background-color: #f5c34b;
    border-radius: 0 4px 4px 0;
    color: #443297;
    height: 50px;
    line-height: 45px;
    text-align: center;
    width: 50px;
}

.advscrh_frm_btn.home3_style .search-btn {
    background-color: #f3f5f6;
    padding-right: 20px;
}

.advscrh_frm_btn.home8_style .search-btn {
    background-color: transparent;
}

.search_widgets .title {
    color: #041e42;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    
    margin-bottom: 25px;
}

.search_widgets .ui_kit_input.search {
    position: relative;
}

.search_widgets .ui_kit_input.search .form-control {
    height: 70px;
}

.search_widgets .help_search_btn {
    position: absolute;
    right: 0;
    top: 0;
}

.search_widgets .help_search_btn .search-btn {
    background-color: #f5c34b;
    border-radius: 0 4px 4px 0;
    color: #443297;
    font-size: 16px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    width: 70px;
}

.advscrh_frm_btn .search-btn.home3 {
    background-color: #cf3e3b;
}

.advscrh_frm_btn.home4 .search-btn {
    background-color: #41544a;
    border-radius: 0;
}

.header_top_widget {
    position: relative;
}

.social_and_help_widgets {
    position: relative;
}

.social_and_help_widgets ul li a {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
}

.social_and_help_widgets .helpful_link_lsit .btn {
    color: #041e42;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    
}

.social_and_help_widgets .helpful_link_lsit .btn {
    color: #041e42;
}

.social_and_help_widgets.home10_style .helpful_link_lsit.home10_style .btn {
    color: #fff;
}

.social_and_help_widgets .helpful_link_lsit .dropdown .dropdown-item:hover,
.social_and_help_widgets .helpful_link_lsit .dropdown .dropdown-item.active,
.social_and_help_widgets .helpful_link_lsit .dropdown .dropdown-item:active {
    background-color: transparent;
}

.delivery_widget li a span {
    color: #041e42;
    font-size: 16px;
    vertical-align: middle;
}

.delivery_widget li a {
    color: #041e42;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
}

.delivery_widget.home10_style li a,
.delivery_widget.home10_style li a span,
.social_and_help_widgets.home10_style .bootstrap-select button.btn {
    color: #ffffff;
}

.delivery_widget.home10_style li,
.social_and_help_widgets.home10_style .brd {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.delivery_widget.home10_style li:last-child {
    border: none;
}

.iconbox {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.iconbox .icon {
    background-color: #f3f5f6;
    border-radius: 50%;
    height: 150px;
    margin: 0 auto 20px;
    line-height: 150px;
    text-align: center;
    position: relative;
    width: 150px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
}

.iconbox.home7_style .icon,
.iconbox.home9_style .icon {
    border-radius: 6px;
}

.iconbox.home9_style .icon:before {
    background-color: #443297;
    border-radius: 6px;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform: scaleY(0);
    width: 100%;
}

.iconbox.home9_style:hover .icon:before {
    opacity: 1;
    transform: scaleY(1);
}

.iconbox.home9_style .icon span {
    color: #443297;
    font-size: 50px;
    line-height: 170px;
    z-index: 9;
}

.iconbox.home9_style:hover .icon span {
    color: #ffffff;
}

.iconbox .icon img {
    display: inline;
    height: auto;
    width: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.iconbox:hover .icon img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.iconbox .details .title {
    line-height: 28px;
    
    margin-bottom: 0;
}

.iconbox .details .subtitle {
    color: #626974;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    
}

.iconbox:hover .details .title {
    color: #443297;
}

.iconbox.home2_style .icon {
    line-height: 150px;
    text-align: center;
}

.iconbox.home4_style .icon {
    background-color: transparent;
}

.iconbox.home6_style .icon {
    background-color: #fff;
    border: 1px solid #eaeaea;
}

.iconbox_home3_style {
    position: relative;
}

.iconbox_home3_style .icon {
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

.iconbox_home3_style .icon img {
    display: initial;
    max-width: 42px;
    vertical-align: middle;
}

.iconbox_home3_style .title {
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    cursor: pointer;    
}

.iconbox.home9_style {
    margin: 20px 0 30px;
}

.iconbox.home9_style .thumb img {
    margin: 0 auto;
    width: 115px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.iconbox.home9_style:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.header_top.home9 {
    background-color: #ffffff;
    height: 77px;
    position: relative;
}

.header_top.home9.style2 {
    background-color: #041e42;
}

.header_top.home9.innerpage_style {
    height: auto;
    padding: 30px 0;
}

.light_white,
.light_white:hover {
    color: rgba(255, 255, 255, 0.5);
}

.header_top.home10_style,
.header_middle.home10_style {
    background-color: #6668b2;
}

.header_top.home10_style {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* Header Top Search Field css home2 */
form.form-inline.mailchimp_form {
    display: inline-flex;
}

li.has-children a {
    line-height: 51px;
}

/*== Menu Style For Home V1 & V2 ==*/
nav .brand {
    display: block;
    position: relative;
    width: 170px;
    top: 20px;
}

nav .brand img {
    width: 100%;
}

nav .menu li a {
    display: block;
    padding: 20px 25px;
    text-decoration: none;
    color: #3a3a3a;
}

nav .menu li.active>a,
nav .menu li a:hover {
    color: #e74c3c;
}

nav button {
    background: transparent;
    border: none;
    outline: none;
}

header.header-nav {
    padding: 0 30px;
}

header.header-nav.home7_style {
    padding-left: 15px;
}

header.header-nav a.navbar_brand {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 20px;
    position: relative;
}

.menu_style_home_one {
    background-color: rgb(64 12 146);
}

.menu_style_home_one.home2_style {
    background-color: #152945;
}

.menu_style_home_one.home5_style {
    background-color: #ffffff;
}

.menu_style_home_one.home8_style {
    background-color: #4B87F5;
}

header.header-nav a.navbar_brand .logo2 {
    display: none;
}

header.header-nav.menu_style_home_one.home2 {
    background-color: #496054;
    border-top: none;
}

header.header-nav.menu_style_home_one.home2 nav:after,
header.header-nav.menu_style_home_one.home3 nav:after,
header.header-nav.menu_style_home_one.home5_style nav:after,
header.header-nav.menu_style_home_one.home6_style nav:after,
header.header-nav.menu_style_home_one.home7_style nav:after,
header.header-nav.menu_style_home_one.home8_style nav:after,
header.header-nav.menu_style_home_one.home9_style nav:after,
header.header-nav.menu_style_home_one.home10_style nav:after {
    display: none;
}

header.header-nav.menu_style_home_one.home10_style {
    display: inline-block;
    width: 100%;
}

header.header-nav.menu_style_home_one.home2 .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.home3 .ace-responsive-menu li a {
    color: #fff;
}

header.header-nav.menu_style_home_one.home3 {
    background-color: #CF3E3B;
    border-top: none;
}

header.header-nav.menu_style_home_one.home2 .ace-responsive-menu li.home4_style.list_c a {
    padding-top: 0;
}

header.header-nav.menu_style_home_one.stricky-fixed li.list_s:before {
    background-color: #e8eef2;
    opacity: 1;
}

header.header-nav.menu_style_home_one.navbar-scrolltofixed.stricky.animated,
header.header-nav.home2.style_one.navbar-scrolltofixed.stricky.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

header.header-nav.menu_style_home_one.home6_style.scroll-to-fixed-fixed.stricky-fixed.slideInDown.animated,
header.header-nav.menu_style_home_one.home8_style.scroll-to-fixed-fixed.stricky-fixed.slideInDown.animated {
    margin-top: 0;
}

header.header-nav.menu_style_home_one a.navbar_brand {
    margin-top: 5px;
}

header.header-nav.menu_style_home_one.home5_style .ace-responsive-menu>li>a {
    padding: 30px 7px;
}

header.header-nav.menu_style_home_one.home5_style .ace-responsive-menu>li.list_c {
    margin-right: 0;
}

header.header-nav.menu_style_home_one.home5_style .ace-responsive-menu>li.list_c>a {
    margin-right: 10px;
}

header.header-nav.menu_style_home_one.home5_style a.navbar_brand {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 10px;
    width: 10%;
}

header.header-nav.menu_style_home_one.home8_style a.navbar_brand {
    top: 45px;
}

header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand .logo1,
header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand span,
header.header-nav.menu_style_home_one.stricky-fixed #mega-menu {
    display: none;
}

header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand .logo2 {
    display: inline-block;
}

header.header-nav.menu_style_home_one a.navbar_brand span {
    color: #ffffff;
    font-weight: bold;
    font-size: 25px;
    margin-top: 0;
    padding-left: 10px;
    text-transform: capitalize;
    vertical-align: middle;
}

header.header-nav.menu_style_home_one a.navbar_brand.home5_style span {
    color: #041E42;
    padding-left: 0;
}

header.header-nav.menu_style_home_one.home2_style a.navbar_brand span {
    font-size: 25px;
    margin-top: 5px;
}

header.header-nav.menu_style_home_one.home10_style a.navbar_brand span,
header.header-nav.menu_style_home_one.home10_style .ace-responsive-menu li a {
    color: #041E42;
}

header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu>li>a.active span,
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li a.active span,
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand span {
    color: #041E42;
}

header.header-nav.menu_style_home_one.home2.stricky-fixed .ace-responsive-menu>li>a,
header.header-nav.menu_style_home_one.home3.stricky-fixed .ace-responsive-menu>li>a,
header.header-nav.menu_style_home_one.home9_style.stricky-fixed a.navbar_brand span {
    color: #fff;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li a {
    color: #F5C34B;
    font-weight: 600;
    font-size: 15px;
}

header.header-nav.menu_style_home_one.menu_home5_style {
    background-color: #ffffff;
}

header.header-nav.menu_style_home_one.menu_home5_style.athome10 {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

header.header-nav.menu_style_home_one.home4_style .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.menu_home5_style .ace-responsive-menu li a {
    color: #041E42;
    font-weight: 600;
}

header.header-nav.menu_style_home_one.menu_home5_style .ace-responsive-menu li a span {
    vertical-align: sub;
}

header.header-nav.menu_style_home_one.menu_home5_style .ace-responsive-menu li a .badge {
    border-radius: 50%;
    color: #041E42;
    font-style: normal;
    font-weight: 600;
    font-size: 8px;
    height: 15px;
    line-height: 10px;
    position: absolute;
    text-align: center;
    width: 15px;
}

header.header-nav.menu_style_home_one.menu_home5_style .ace-responsive-menu li:hover a {
    color: #041E42;
}

header.header-nav.menu_style_home_one.menu_home5_style .ace-responsive-menu.menu_home5_right_icons li a:before {
    display: none;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li:hover a {
    color: #ffffff;
}

header.header-nav.menu_style_home_one.home4_style .ace-responsive-menu li:hover a {
    color: #041E42;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu {
    background-color: #ffffff;
    border-radius: 0 0 3px 3px;
    padding: 15px 0;
    -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.1);
    -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.1);
    -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.1);
    box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.1);
    z-index: 9999;
}

header.header-nav.menu_style_home_one.home2 .ace-responsive-menu li ul.sub-menu {
    border-top: 2px solid #41544A;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li.megamenu_style:hover ul.sub-menu.dropdown-megamenu {
    left: 0;
    margin: 0 auto;
    padding: 30px 0 30px;
    right: 0;
    width: 100%;
    z-index: 99999;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li.megamenu_style.home10_style:hover ul.sub-menu.dropdown-megamenu {
    max-width: 1320px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list ul.sub-menu li {
    background-color: transparent;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list,
header.header-nav.menu_style_home_one.menu_home5_style.athome3 .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list,
header.header-nav.menu_style_home_one.menu_home5_style.athome9 .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list,
header.header-nav.menu_style_home_one.menu_home5_style.athome7 .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list {
    float: left;
    padding: 0 15px;
    width: 220px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list:last-child,
header.header-nav.menu_style_home_one.menu_home5_style.athome3 .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list:last-child,
header.header-nav.menu_style_home_one.home4_style .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list:last-child,
header.header-nav.menu_style_home_one.menu_home5_style.athome7 .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list:last-child,
header.header-nav.menu_style_home_one.menu_home5_style .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list:last-child,
header.header-nav.menu_style_home_one.home2_style .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list:last-child {
    width: 470px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list a.shop_btn:hover:before {
    width: 30%;
}

header.header-nav.menu_style_home_one.home2_style .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list,
header.header-nav.menu_style_home_one.home4_style .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list,
header.header-nav.menu_style_home_one.menu_home5_style .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list {
    width: auto;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li a:before {
    bottom: 0;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li a:hover:before {
    width: 100%;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li a.shop_btn.style2 {
    position: relative;
    max-width: 75px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu ul.sub-menu {
    border: none;
    box-shadow: none;
    display: block !important;
    float: left;
    left: auto !important;
    margin: 0;
    padding: 0;
    position: relative;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu ul.sub-menu li {
    margin: 0;
    padding: 0 10px 0 0;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu ul.sub-menu li:hover a {
    color: #F5C34B;
}

header.header-nav.menu_style_home_one.home3 .ace-responsive-menu li ul.sub-menu {
    border-top: 2px solid #CF3E3B;
}

header.header-nav.menu_style_home_one.home6 .ace-responsive-menu li ul.sub-menu {
    border-top: 2px solid #F2B23E;
}

header.header-nav.menu_style_home_one.home5_style .ace-responsive-menu>li>a,
header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu>li>a {
    padding: 20px 10px;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu>li>a:before {
    background-color: #F2B23E;
    bottom: 15px;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li ul.sub-menu {
    border-top: 2px solid #F2B23E;
}

header.header-nav.menu_style_home_one.home5_style .ace-responsive-menu li.list_c .icon,
header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.list_c .icon,
header.header-nav.menu_style_home_one.home8_style .ace-responsive-menu li.list_c .icon,
header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li.list_c .icon,
header.header-nav.menu_style_home_one.home10_style .ace-responsive-menu li.list_c .icon {
    font-size: 20px;
    font-weight: 400;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.favrt_btn {
    margin-left: 10px;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.cart_dd_brn {
    margin-left: 15px;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.cart_dd_brn ul.sub-menu li a {
    border: none;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.cart_dd_brn ul.dropdown_content.sub-menu {
    padding-top: 0;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.cart_dd_brn ul li {
    padding: 20px;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.cart_dd_brn ul.sub-menu li a.btn {
    float: left;
    line-height: 30px;
}

header.header-nav.menu_style_home_one.home8_style .ace-responsive-menu>li>a:before {
    background-color: #86BC42;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li ul.sub-menu li.list_content {
    width: 360px;
}

header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu.custom_menu_space_home2 li a,
header.header-nav.menu_style_home_one.home6_style a.navbar_brand span {
    color: #041E42;
}

header.header-nav.menu_style_home_one.home7_style {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

header.header-nav.menu_style_home_one.home9_style,
header.header-nav.menu_style_home_one.home5_style {
    display: inline-block;
    width: 100%;
}

header.header-nav.menu_style_home_one.home7_style .ace-responsive-menu>li>a {
    padding: 22px 7px 20px;
}

header.header-nav.menu_style_home_one.home7_style .ace-responsive-menu>li>a:before {
    bottom: 15px;
}

header.header-nav.menu_style_home_one.home7_style .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li a {
    padding: 25px 10px;
}

header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li.list_c .list_content a {
    padding: 5px 0;
}

header.header-nav.menu_style_home_one.home10_style .ace-responsive-menu li ul.sub-menu {
    border-top: 2px solid #006766;
}

header.header-nav.menu_style_home_one .ace-responsive-menu>li:first-child ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu>li:nth-child(2) ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu>li:first-child ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu>li:nth-child(2) ul.sub-menu {
    margin-left: 0;
}

header.header-nav.menu_style_home_one .ace-responsive-menu>li:first-child ul.sub-menu:before,
header.header-nav.home2.style_one .ace-responsive-menu>li:first-child ul.sub-menu:before,
header.header-nav.home2.style_one .ace-responsive-menu>li:nth-child(2) ul.sub-menu:before {
    left: 25px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu {
    left: 250px;
    z-index: 1;
}

header.header-nav.menu_style_home_one .ace-responsive-menu>li>ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu>li>ul.sub-menu {
    margin-left: -180px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu {
    padding-left: 0 !important;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu:before {
    background-color: #191919;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0 30px;
    width: 250px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a li:hover ul.sub-menu a {
    color: #86BC42;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li:hover li a ul.sub-menu a {
    color: #041E42;
}

header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu {
    background-color: #191919;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before {
    display: none;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a {
    color: #041E42;
    -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;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li:last-child a {
    border-bottom: none;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a:hover,
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu {
    color: #F5C34B;
}

header.header-nav.menu_style_home_one.home3 .ace-responsive-menu li ul.sub-menu li a:hover {
    color: #CF3E3B;
}

header.header-nav.menu_style_home_one .ace-responsive-menu>li>a:before,
header.header-nav.menu_style_home_one.home2 .ace-responsive-menu>li>a:before,
header.header-nav.menu_style_home_one.home3 .ace-responsive-menu>li>a:before {
    background-color: #F5C34B;
    content: "";
    height: 2px;
    opacity: 0;
    left: 10px;
    position: absolute;
    top: 0;
    width: 0px;
    -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;
}

header.header-nav.menu_style_home_one .ace-responsive-menu>li:hover a:before {
    opacity: 1;
    width: 40px;
}

header.header-nav.menu_style_home_one .ace-responsive-menu>li>a:before,
header.header-nav.menu_style_home_one.home5_style .ace-responsive-menu>li>a:before,
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu>li>a:before,
header.header-nav.menu_style_home_one.style2 .ace-responsive-menu>li>a:before {
    background-color: #F5C34B;
}

header.header-nav.menu_style_home_one.home5_style .ace-responsive-menu>li>a:before {
    bottom: 15px;
}

header.header-nav.menu_style_home_one.home3.stricky-fixed .ace-responsive-menu>li>a:before {
    background-color: #ffffff;
}

header.header-nav.menu_style_home_one.home10_style .ace-responsive-menu>li>a:before {
    background-color: #006766;
}

header.header-nav.menu_style_home_one.style2 {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}

header.header-nav.menu_style_home_one.menu_boxshadow {
    -webkit-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
    -moz-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
    -o-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
    box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
}

header.header-nav.menu_style_home_one.style2.home3 {
    background-color: #ffffff;
    box-shadow: none;
}

header.header-nav.menu_style_home_one.style2 a.navbar_brand {
    margin-top: 15px;
}

header.header-nav.menu_style_home_one.style2 a.navbar_brand span {
    color: #041E42;
    font-size: 30px;
    font-weight: bold;
    line-height: 43.35px;
    margin-top: 3px;
}

header.header-nav.menu_style_home_one.style2 .ace-responsive-menu li a {
    color: #041E42;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
}

header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.list_s {
    position: relative;
}

header.header-nav.menu_style_home_one.style2.listing_single_page5 {
    position: absolute;
    width: 100%;
    z-index: 9;
}

.menu_style_home_one.style2.menu-fixed {
    position: fixed;
    width: 100%;
    z-index: 9;
}

.widget_menu_home2 {
    position: absolute;
    right: 30px;
    top: 0;
}

.widget_menu_home2.home4_style,
.widget_menu_home2.home6_style {
    right: 10px;
    top: 20px;
}

.widget_menu_home2.home6_style {
    top: 18px;
}

header.header-nav.menu_style_home_one.home7_style .widget_menu_home2 {
    right: 0;
}

.custom_menu_space_home2 {
    margin-right: 250px;
}

header.header-nav.menu_style_home_one li.list_c a:before,
header.header-nav.menu_style_home_one li.list_s a:before {
    display: none;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu:before {
    background-color: #ffffff;
    content: "";
    height: 14px;
    right: 25px;
    position: absolute;
    top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 14px;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

header.header-nav.menu_style_home_one .ace-responsive-menu>li:nth-child(2) ul.sub-menu:before {
    left: 305px;
}

/*== Mobile Menu Css ==*/
.stylehome1 .mm-navbar {
    color: #041e42;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    padding-left: 25px;
    height: 60px;
}

.stylehome1 .mm-panel ul.mm-listview li:first-child.mm-listitem {
    margin-top: 30px;
}

.stylehome1 .mm-panel ul.mm-listview li.mm-listitem.cl_btn {
    border-bottom: none;
    margin: 50px auto;
    max-width: 90%;
}

.stylehome1 .mm-panel ul.mm-listview li.mm-listitem.cl_btn a.btn {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.stylehome1 a.mm-listitem__text,
.stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
    color: #041e42;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.stylehome1 a.mm-listitem__text:hover,
.stylehome1 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
    background-color: #f3f5f6;
    border-left: 2px solid #443297;
    color: #041e42;
}

.stylehome1.home3 a.mm-listitem__text,
.stylehome1.home3 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
    color: #cecff9;
}

.stylehome1.home3 a.mm-listitem__text:hover,
.stylehome1.home3 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
    background-color: #e5e5e5;
    color: #041e42;
}

.stylehome1.home6 .mm-navbar {
    background-color: #ffffff;
}

.stylehome1.home6 .mm-panel {
    background-color: #ebf9f4;
}

.stylehome1.home6 a.mm-listitem__text,
.stylehome1.home6 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text {
    color: #252834;
}

.stylehome1.home6 a.mm-listitem__text:hover,
.stylehome1.home6 a.mm-btn.mm-btn_next.mm-listitem__btn.mm-listitem__text:hover {
    background-color: #43d4b6;
    color: #ffffff;
}

.stylehome1.home6 .mm-navbar {
    color: #252834;
}

.stylehome1.home6 .mm-btn_next::after {
    border-color: #252834;
}

.stylehome1 li.mm-listitem:hover,
.stylehome1 li.mm-listitem:active,
.stylehome1 li.mm-listitem:focus {
    color: #ffffff;
}

.stylehome1 .mm-navbar,
.stylehome1 .mm-btn_prev:before {
    background-color: #ffffff;
}

/*== Home Css ==*/
.custom_dropdown_widget .dropdown-menu {
    top: 0;
}

.custom_dropdown_widget .dropdown-menu.show:before {
    display: none;
}

.custom_dropdown_widget .title {
    color: #041e42;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.custom_dropdown_widget .bootstrap-select li {
    margin-right: 30px;
}

.custom_dropdown_widget .bootstrap-select li a.dropdown-item {
    margin-right: 30px;
}

.custom_dropdown_widget .bootstrap-select li a.dropdown-item:hover {
    background-color: transparent;
    color: #041e42;
    font-weight: 600;
}

.custom_dropdown_widget .bootstrap-select li.selected.active a.dropdown-item.selected.active {
    background-color: transparent;
    color: #626974;
}

.custom_dropdown_widget .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    top: 15px;
}

.custom_dropdown_widget input.amount,
.custom_dropdown_widget input.amount2,
.custom_dropdown_widget input.amount3,
.custom_dropdown_widget input.amount4 {
    width: 90px;
}

.small_dropdown .dd_btn {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #041e42;
    font-size: 14px;
    height: 50px;
    line-height: 2.5;
    width: 180px;
    text-align: left;
}

.custom_dropdown_widget {
    position: relative;
}

.filter_components .flter_btn,
.custom_dropdown_widget .drop_btn,
.custom_dropdown_widget .drop_btn2,
.custom_dropdown_widget .drop_btn3,
.custom_dropdown_widget .drop_btn4,
.custom_dropdown_widget .advance_btn {
    background-color: #f3f5f6;
    border-radius: 60px;
    cursor: pointer;
    color: #041e42;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    
    padding: 7px 20px;
}

.custom_dropdown_widget .advance_btn {
    width: 130px;
}

.filter_components .drop_btn span {
    font-size: 18px;
    vertical-align: middle;
}

.drop_content,
.drop_content2,
.drop_content3,
.drop_content4 {
    background-color: #ffffff;
    border-top: 1px solid #eaeaea;
    border-radius: 6px;
    -webkit-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    display: none;
    left: 0px;
    margin: 0 auto;
    padding: 30px 20px 30px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 260px;
    z-index: 9;
}

.drop_content:before,
.drop_content2:before,
.drop_content3:before,
.drop_content4:before {
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #eaeaea transparent;
    content: "";
    height: 0;
    position: absolute;
    left: 30px;
    top: -5px;
    width: 0;
}

.filter_components {
    position: relative;
}

.filter_components li.list,
.filter_components li.gird {
    position: relative;
}

.filter_components li.list:before,
.filter_components li.gird:before {
    background-color: #eaeaea;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    width: 1px;
}

.filter_components li.list a,
.filter_components li.gird a {
    position: relative;
}

.filter_components li.list a:after,
.filter_components li.gird a:after {
    background-color: #041e42;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    left: 50%;
    width: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.filter_components li.list a:hover:after,
.filter_components li.gird a:hover:after {
    left: 0;
    width: 100%;
}

.filter_components .list a,
.filter_components .gird a {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.drop_content4.pricing_style {
    height: 145px;
}

.small_dropdown .dd_btn label {
    float: right;
}

.small_dropdown .dd_btn:hover {
    cursor: pointer;
}

.sidebar_accordion_widget {
    position: relative;
}

.left_sidebar_department_widgets ul li .parent_list {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-size: 13px;
    line-height: 30px;
    padding-left: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.left_sidebar_department_widgets ul li .parent_list,
.left_sidebar_department_widgets ul li .parent_list:hover,
.left_sidebar_department_widgets ul li .parent_list:active,
.left_sidebar_department_widgets ul li .parent_list:focus,
.left_sidebar_department_widgets ul li .parent_list:visited {
    font-weight: 600;
}

.left_sidebar_department_widgets ul li .parent_list:before {
    content: "\f104";
    font-family: "Font Awesome 6 Pro";
    left: 0;
    position: absolute;
}

.offer-card ul li .parent_list:before {
    content: "\f104";
    font-family: "Font Awesome 6 Pro";
    left: 0;
    position: absolute;
}

.left_sidebar_department_widgets ul li .child_list {
    color: #041e42;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;    
    padding-left: 20px;
}

.left_sidebar_department_widgets ul li .child_list:hover {
    color: #443297;
}

.shop_by_brand {
    position: relative;
}

.shop_by_brand ul li a,
.shop_by_brand.style2 ul li a,
.shop_by_brand.style2 a {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    color: #041e42;
    display: block;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    height: 52px;
    
    line-height: 50px;
    text-align: center;
    width: 95px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_by_brand.style2 ul li a,
.shop_by_brand.style2 a {
    border: 2px solid #eaeaea;
    border-radius: 60px;
    height: 60px;
    line-height: 55px;
    padding: 0 30px;
    width: auto;
}

.shop_by_brand.style2 ul li a:hover,
.shop_by_brand.style2 a:hover {
    background-color: #112137;
    color: #ffffff;
}

.shop_by_brand ul li a:hover {
    background-color: #443297;
    color: #ffffff;
}

/* Icon Box Css Code  */
.promo-desc {
    background-color: rgb(29 4 69 / 82%);
    padding: 5px;
    position: absolute;
    border-radius: 0 0 5px 5px;
    bottom: 0;
    left: 0;
    right: 0;
}

.feature_iconbox_home5_style {
    background-color: #ecead5;
    padding: 140px 0 110px;
    position: relative;
}

.feature_img_box {
    margin-bottom: 5px;
    position: relative;
}

.feature_img_box .thumb {
    overflow: hidden;
}

.feature_img_box .thumb .title {
    background-color: #fff;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 10px 18px;
    position: absolute;
}

.feature_img_box.home10_style .thumb .title {
    border-radius: 6px;
    bottom: 30px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    left: 30px;
}

.feature_img_box .thumb .title span {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
}

.feature_img_box .thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature_img_box:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.home3_img_box_item {
    padding: 30px;
    position: relative;
}

/* MegaDropDown Content Style/Css Code */
.dropdown-content {
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
    display: none;
    min-height: 254px;
    left: 0;
    padding: 15px;
    position: absolute;
    top: 140px;
    width: 100%;
    z-index: 9;
}

.dropdown-content:before {
    background-color: #ffffff;
    content: "";
    height: 20px;
    left: auto;
    margin: 0 auto;
    position: absolute;
    right: 20%;
    top: -5px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.dropdown-content.home2 {
    top: 110px;
}

form.listing_page_v9 {
    width: 100%;
}

/* Home Two Featured Row */
.animated {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.animate-out {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

/* ==== Home 2 Main Sliders === */
.main-banner-wrapper {
    position: relative;
}

.main-banner-wrapper.home1_style.athome7 {
    transform: translateX(40px);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .main-banner-wrapper {
        overflow: hidden;
    }
}

.main-banner-wrapper .carousel-btn-block {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: 100%;
    z-index: 1;
}

.main-banner-wrapper.home3_style .carousel-btn-block .carousel-btn {
    border: 1px solid #ebebeb;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn {
    background-color: #fff;
    border-radius: 50%;
    color: #041e42;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    vertical-align: middle;
    z-index: 1;
    -webkit-box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
    -moz-box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
    -o-box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
    box-shadow: 0px 10px 35px rgba(17, 33, 55, 0.1);
}

.main-banner-wrapper .carousel-btn-block .carousel-btn:hover {
    background-color: #ffffff;
    color: #626974;
    opacity: 1;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
    position: absolute;
    left: 30px;
}

.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
    position: absolute;
    right: 30px;
}

.banner-style-one .slide {
    padding: 165px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-style-one .slide:before {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.home9_slider_style .banner-style-one .owl-dots {
    bottom: 40px;
}

.home9_slider_style .banner-style-one .owl-dots .owl-dot span {
    background-color: #626974;
}

.home9_slider_style .banner-style-one .banner-title,
.home9_slider_style .banner-style-one .active .banner-title {
    color: #041e42;
    font-size: 60px;
    font-style: normal;
    font-weight: 1;
    line-height: 74px;
    
}

.home9_slider_style .banner-style-one p,
.home9_slider_style .banner-style-one .active p {
    color: #041e42;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    
}

.banner-style-one .owl-nav {
    display: none;
}

.home3_style .banner-style-one .banner-title,
.home7_main_slider .banner-style-one .banner-title {
    color: #626974;
    font-size: 60px;
    font-style: normal;
    font-weight: 1;
    line-height: 74px;
    
}

.home6_style .banner-style-one .banner-title {
    color: #041e42;
    font-size: 45px;
    font-style: normal;
    font-weight: 1;
    line-height: 55px;
    
}

.home6_style .banner-style-one p {
    color: #626974;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.banner-style-one .banner-title,
.banner-style-one .banner_top_title,
.banner-style-one .banner_top_title small {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 1;
    
    line-height: 49px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-style-one .banner_top_title {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.2;
}

.banner-style-one .banner_top_title small {
    font-size: 14px;
    color: #ffffff;
}

.banner-style-one .property_details {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-style-one .property_details li span.icon,
.banner-style-one .property_details li span.text {
    font-size: 19px;
    color: #ffffff;
}

.banner-style-one .property_details li span.text {
    font-size: 14px;
}

.banner-style-one .property_details li {
    margin-right: 20px;
}

.banner-style-one .property_details li:last-child {
    margin-right: 0;
}

.banner-style-one .tag,
.banner-style-one p {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-style-one .active .banner-title,
.banner-style-one .active .banner_top_title,
.banner-style-one .active .property_details,
.banner-style-one .active .banner-btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.banner-style-one .active .tag,
.banner-style-one .active p {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.banner-style-one .banner-btn {
    color: #ffffff;
    margin-top: 20px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.banner-style-one .active .banner-btn {
    border-radius: 6px;
    color: #ffffff;
    -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;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.banner-style-one .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 1170px;
    text-align: center;
}

.home1_style .banner-style-one .slide {
    padding: 120px 0;
}

.home2_banner_style .apple_widget_home1 .btn {
    border-radius: 60px;
}

.home2_banner_style .apple_widget_home1 .tag,
.home1_style .banner-style-one .tag {
    background-color: #86f1df;
    border-radius: 6px;
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    padding: 5px 15px;
}

.home1_style .banner-style-one .tag.home5_style {
    background-color: #292929;
    border-radius: 0;
    color: #ffffff;
}

.home1_style .banner-style-one .tag.home6_style {
    background-color: #f5c34b;
    color: #041e42;
}

.home1_style .banner-style-one .tag.home7_style,
.home1_style .banner-style-one .tag.home8_style {
    background-color: #041e42;
    color: #ffffff;
}

.home1_style .banner-style-one .tag.home9_style {
    background-color: #4b87f4;
    color: #ffffff;
}

.home1_style .banner-style-one .banner-btn.home5_style {
    border: 2px solid #112137;
    border-radius: 0;
}

.home1_style .banner-style-one .banner-btn.home5_style.btn-transparent-dark:hover,
.home1_style .banner-style-one .banner-btn.home5_style.btn-transparent-dark:active,
.home1_style .banner-style-one .banner-btn.home5_style.btn-transparent-dark:focus {
    color: #ffffff;
}

.home1_style .banner-style-one .banner-title,
.home2_banner_style .apple_widget_home1 .title {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 72px;
    margin-top: 15px;
}

.home1_style .banner-style-one p {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

.home1_style .banner-style-one .banner-btn,
.home1_style .banner-style-one .active .banner-btn,
.home1_style .banner-style-one .banner-btn.home6_style,
.home1_style .banner-style-one .active .banner-btn.home6_style,
.home1_style .banner-style-one .banner-btn.home8_banner_btn,
.home1_style .banner-style-one .active .banner-btn.home8_banner_btn {
    color: #041e42;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    height: 52px;
    line-height: 50px;
    padding: 0 40px;
}

.home1_style .banner-style-one .banner-btn.home8_banner_btn,
.home1_style .banner-style-one .active .banner-btn.home8_banner_btn,
.home1_style .banner-style-one .banner-btn.home7_style,
.home1_style .banner-style-one .active .banner-btn.home7_style {
    color: #ffffff;
}

.home1_style .banner-style-one .owl-dots {
    bottom: 25px;
}

.home1_style.athome3 .banner-style-one .tag {
    background-color: #cecbe2;
}

.home1_style .banner-style-one .banner-btn.home6_style,
.home1_style .banner-style-one .active .banner-btn.home6_style {
    border-color: #ffffff;
    padding: 0 35px;
}

.shoplist_style_v1 .banner-style-one .banner-title,
.shoplist_style_v1 .banner-style-one .active .banner-title,
.shoplist_style_v7 .banner-style-one .banner-title,
.shoplist_style_v7 .banner-style-one .active .banner-title {
    color: #041e42;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;    
}

.shoplist_style_v1 .banner-style-one .banner-btn,
.shoplist_style_v1 .banner-style-one.active .banner-btn,
.shoplist_style_v6 .banner-style-one .banner-btn,
.shoplist_style_v6 .banner-style-one.active .banner-btn,
.shoplist_style_v7 .banner-style-one .banner-btn,
.shoplist_style_v7 .banner-style-one.active .banner-btn {
    color: #041e42;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;    
    padding: 15px 35px;
}

.shoplist_style_v1 .banner-style-one p,
.shoplist_style_v1 .banner-style-one .active p,
.shoplist_style_v7 .banner-style-one p,
.shoplist_style_v7 .banner-style-one .active p {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.shoplist_style_v6 .banner-style-one .banner-title,
.shoplist_style_v6 .banner-style-one .active .banner-title {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    
}

.shoplist_style_v6 .banner-style-one p,
.shoplist_style_v6 .banner-style-one .active p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.shoplist_style_v1 .banner-style-one .slide {
    background-color: #f3f5f6;
    padding: 105px 60px;
}

.shoplist_style_v7 .banner-style-one .slide {
    background-color: #f3f5f6;
    padding: 70px 65px;
}

.shoplist_style_v6 .banner-style-one .slide {
    padding: 105px 120px;
}

.home3_style .banner-style-one .banner-btn,
.home3_style .banner-style-one .active .banner-btn {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    padding: 15px 40px;
}

.home6_style .banner-style-one .banner-btn,
.home6_style .banner-style-one .active .banner-btn,
.home7_main_slider .banner-style-one .banner-btn,
.home7_main_slider .banner-style-one .active .banner-btn {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    
    padding: 16px 40px;
}

.home7_main_slider .banner-style-one .banner-btn,
.home7_main_slider .banner-style-one .active .banner-btn {
    border: none;
}

.home8_main_slider .banner-style-one .banner-btn,
.home8_main_slider .banner-style-one .active .banner-btn {
    background-color: #ffd96a;
    border: none;
    border-radius: 50px;
    color: #041e42;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 16px;
    
    padding: 0;
    width: 152px;
}

.home8_main_slider .banner-style-one .banner-btn:hover,
.home8_main_slider .banner-style-one .banner-btn:active,
.home8_main_slider .banner-style-one .banner-btn:focus {
    background-color: #ffc416;
}

.home9_slider_style .banner-style-one .banner-btn:hover,
.home9_slider_style .banner-style-one .banner-btn:active,
.home9_slider_style .banner-style-one .banner-btn:focus,
.home9_slider_style .banner-style-one .active .banner-btn:hover,
.home9_slider_style .banner-style-one .active .banner-btn:active,
.home9_slider_style .banner-style-one .active .banner-btn:focus {
    color: #fff;
}

.home9_slider_style .banner-style-one .banner-btn,
.home9_slider_style .banner-style-one .active .banner-btn {
    border: none;
    color: #041e42;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 16px;
    
    padding: 0;
    width: 152px;
}

.home3_style .banner-style-one .slide {
    padding: 145px 0px;
}

.home8_main_slider .banner-style-one .owl-dots .owl-dot.active span {
    border: 2px solid #fff;
}

.home6_style .banner-style-one .slide {
    padding: 150px 0 120px 100px;
}

.home8_main_slider .banner-style-one .slide {
    padding: 90px 0 0 55px;
}

.home8_main_slider .banner-style-one .owl-dots {
    bottom: 40px;
    left: 100px;
}

.home8_main_slider .banner-style-one .para {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    
}

.home8_main_slider .banner-style-one .banner_top_title {
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 1;
    line-height: 49px;
    
}

.banner-style-one .owl-dots .owl-dot span {
    background-color: #eeeeee;
    width: 6px;
    height: 6px;
    margin: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.banner-style-one .owl-dots .owl-dot .owl-dot {
    margin-left: 7px;
}

.banner-style-one .owl-dots .owl-dot.active span {
    background-color: transparent;
    border: 2px solid #41544a;
    height: 13px;
    width: 13px;
}

.home1_style.at_home6 .banner-style-one .owl-dots {
    bottom: auto;
    left: 40px;
    max-width: min-content;
    top: 45%;
}

.home1_style.at_home6 .banner-style-one .owl-dots .owl-dot {
    display: block;
    margin: 10px 0;
}

.home1_style.at_home6 .banner-style-one.owl-theme .owl-dots .owl-dot span {
    background-color: #ffffff;
    margin: 0 auto;
}

.home1_style.at_home6 .banner-style-one.owl-theme .owl-dots .owl-dot:hover span:before,
.home1_style.at_home6 .banner-style-one.owl-theme .owl-dots .owl-dot.active span:before {
    background-color: #ffffff;
}

.home1_style.at_home6 .banner-style-one.owl-theme .owl-dots .owl-dot:hover span,
.home1_style.at_home6 .banner-style-one.owl-theme .owl-dots .owl-dot.active span {
    border: 2px solid #ffffff;
}

.banner-style-one.no-dots .owl-dots {
    display: none !important;
}

.home-one {
    padding: 0;
}

.slide.slide-one.home6 {
    height: 730px;
}

.banner-style-one .slide.slide-one.home6 .banner-title {
    font-size: 50px;
    font-weight: normal;
    line-height: initial;
    text-transform: uppercase;
}

.banner-style-one .slide.slide-one.home6 p {
    margin: 0 auto;
    max-width: 450px;
}

.banner-style-one .slide.home6 {
    padding: 295px 0;
}

.banner-style-one .slide.home6:before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/*== Feature Property ==*/
.for_blog {
    margin-bottom: 30px;
    position: relative;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
}

.for_blog .thumb {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.for_blog .thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.for_blog:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.for_blog.list-type {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

.for_blog .details .tc_content {
    padding: 10px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.for_blog.blog_details_inner .details .tc_content {
    padding: 30px 0 0;
}

.for_blog .details .tc_content .subtitle,
.for_blog .details .tc_content .post_date {
    color: #626974;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 28px;
    
}

.for_blog .details .tc_content .title,
.for_blog .details .tc_content .title a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 29px;
    min-height: 60px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.for_blog.blog_details_inner .details .tc_content .title,
.for_blog.blog_details_inner .details .tc_content .title a {
    font-family: "Montserrat";
    font-style: normal;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    
}

.for_blog .thumb img {
    border-radius: 6px;
}

.for_blog .fp_footer .fp_meta li:nth-child(2) {
    margin-right: 30px;
}

.for_blog .details {
    position: relative;
}

.for_blog.list-type .thumb {
    max-width: 450px;
    width: 100%;
}

.for_blog.list-type .details {
    margin-bottom: 20px;
    padding: 50px 0 30px 30px;
}

.for_blog.list-type .details .title {
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
    
}

.for_blog.list-type .details p,
.for_blog.blog_details_inner .details p {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.for_blog .details .tc_content .bpg_meta li a {
    font-size: 14px;
    color: rgb(119, 119, 119);
    line-height: 1.2;
}

.invoice_table.faborites td.editing_list {
    vertical-align: middle;
}

.feature_property_slider.owl-theme .owl-nav,
.bestseller_sidebar_slider.owl-theme .owl-nav,
.shop_item_4grid_slider.home10_style.owl-theme .owl-nav,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav,
.feature_property_slider.owl-theme .owl-dots .owl-dot,
.bestseller_sidebar_slider.owl-theme .owl-dots .owl-dot,
.shop_item_1grid_slider.owl-theme .owl-dots .owl-dot,
.shop_item_2grid_slider.owl-theme .owl-dots .owl-dot,
.shop_item_3grid_slider.owl-theme .owl-dots .owl-dot,
.owl-carousel .owl-item img {
    width: auto;
}

.shop_item_2grid_slider.owl-theme .owl-dots {
    text-align: left;
}

.shop_item_2grid_slider.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
}

.shop_item_2grid_slider.owl-theme .owl-dots .owl-dot.active span,
.shop_item_2grid_slider.owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent !important;
    border: 2px solid #ffffff;
}

.popular_listing_sliders .tab-content .tab-pane {
    display: block;
    height: 0;
}

.popular_listing_sliders .tab-content .active {
    height: auto;
}

.home9_style .best_selling_item .wrapper .media {
    padding: 20px;
}

.popular_listing_sliders.home9_shop_contents {
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 30px;
}

.faq_according .accordion .card.floor_plan {
    outline: none;
}

.faq_according .accordion .card.floor_plan .card-header.active .btn-link {
    color: #041e42;
}

.faq_according .accordion .card.floor_plan .card-header.active {
    border: 1px solid #f3f5f6;
}

.faq_according .accordion .card.floor_plan .card-header .btn-link ul li {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}

.our-testimonials {
    background-color: #f5f7fc;
}

.our-testimonials.home8_style {
    background-color: rgba(75, 135, 244, 0.07);
}

.our-testimonials .container.max1800 {
    max-width: 1800px;
}

.funfact_one {
    margin-bottom: 30px;
    position: relative;
}

.funfact_one .icon {
    float: left;
    margin-right: 20px;
}

.funfact_one .icon span {
    font-size: 60px;
    line-height: initial;
}

.funfact_one .details .para {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.1em;
}

.funfact_one .details ul {
    margin-bottom: 0;
}

.funfact_one .details ul li {
    margin-right: 0;
}

.funfact_one .details .timer,
.funfact_one .details ul li span {
    color: #041e42;
    font-size: 50px;
    font-weight: 600;
    line-height: 72px;
    
}

.funfact_one p {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.funfact_one.home8_style .details .timer,
.funfact_one.home8_style .details ul li span {
    font-size: 30px;
    font-weight: 600;
    line-height: 43px;
    
}

.footer_middle_area.home6 {
    background-color: #f0f0f0;
    position: relative;
}

.footer_social_widget,
.footer_mobile_app_widget,
.footer_acceped_card_widget {
    position: relative;
}

.social_icon_list li a {
    color: #041e42;
    font-size: 25px;
    font-style: normal;
    line-height: 26px;
    margin-right: 10px;
    -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;
}

.social_icon_list li a i {
    font-family: "Font Awesome 6 Brands";
}

.social_icon_list.home2_style li a {
    color: #ffffff;
}

.footer_mobile_app_widget .mobile_app_list li a {
    color: #041e42;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    position: relative;
}

.footer_mobile_app_widget .mobile_app_list li a span {
    margin-right: 10px;
}

.acceped_card_list ul li a img {
    width: 36px;
}

.footer_mailchimp_form {
    position: relative;
}

.footer_mailchimp_form .col-auto input.form-control {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    color: #041e42;
    height: 60px;
    padding-left: 20px;
}

.footer_mailchimp_form.home7_lg_banner .col-auto {
    max-width: 600px;
}

.footer_mailchimp_form.home7_lg_banner.col-autoinput.form-control::placeholder {
    color: #041e42;
}

.footer_mailchimp_form.home7_lg_banner .subscription_btn {
    overflow: hidden;
    position: relative;
}

.footer_mailchimp_form.home2_style .col-auto input.form-control {
    border: 1px solid #eaeaea;
    background-color: #ffffff;
}

.footer_mailchimp_form.home4 .col-auto {
    border: 1px solid #ebebeb;
}

.footer_mailchimp_form.home2 .col-auto {
    border: 1px solid #ebebeb;
}

.footer_mailchimp_form.home2 .col-auto input.form-control {
    color: #626974;
}

.footer_mailchimp_form.home5 button {
    background-color: #041e42;
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    
    padding: 0 25px;
    text-align: center;
}

.footer_mailchimp_form.home5.at_home6 .col-auto input.form-control {
    border-radius: 6px 0 0 6px;
}

.footer_mailchimp_form.home5.at_home6 button {
    background-color: #0053f6;
    border-color: #0053f6;
    border: none;
    border-radius: 0 6px 6px 0;
}

.footer_mailchimp_form.home5.at_home6.home9_style button {
    background-color: #f5c34b;
    color: #041e42;
}

.footer_mailchimp_form.home5 p {
    color: #626974;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    
}

.footer_mailchimp_form.home5 .col-auto {
    padding-left: 15px;
    padding-right: 15px;
}

.footer_mailchimp_form.home5 .col-auto input.form-control {
    border-radius: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}

.footer_mailchimp_form.home5 .col-auto input:placeholder,
.footer_mailchimp_form .col-auto input.form-control:placeholder {
    color: #041e42;
}

.footer_mailchimp_form .col-auto {
    border-radius: 6px;
    display: flex;
    padding-left: 0;
    padding-right: 5px;
    width: 100%;
}

.footer_mailchimp_form p {
    font-size: 15px;
    margin-bottom: 20px;
}

.footer_mailchimp_form.home3 .col-auto input.form-control {
    background-color: #fff;
    border: 1px solid #fff;
    color: #626974;
}

.footer_mailchimp_form.home6 .col-auto input.form-control {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #041e42;
}

.footer_mailchimp_form.home8 .col-auto {
    border: 1px solid #f3f5f6;
}

.footer_mailchimp_form .col-auto input.form-control:hover,
.footer_mailchimp_form .col-auto input.form-control:focus,
.footer_mailchimp_form .col-auto input.form-control:active {
    box-shadow: none;
    outline: none;
}

.footer_mailchimp_form .col-auto input.form-control::placeholder,
.footer_mailchimp_form .col-auto input.form-control:-ms-input-placeholder,
.footer_mailchimp_form .col-auto input.form-control::-ms-input-placeholder {
    color: #8a99b3;
}

.footer_mailchimp_form button {
    border-radius: 6px;
    color: #041e42;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    height: 60px;    
    line-height: 30px;
    outline: none;
    text-align: center;
    width: 136px;
}

.footer_mailchimp_form.home3 button {
    background-color: #cf3e3b;
    color: #ffffff;
}

.footer_mailchimp_form.home2 button {
    background-color: #86bc42;
}

.footer_mailchimp_form.home10 button {
    background-color: transparent;
    color: #041e42;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    
}

.footer_mailchimp_form.home6 button {
    background-color: #f2b23e;
}

.footer_mailchimp_form.home7 button {
    background-color: #849d6a;
}

.footer_mailchimp_form.home10 .col-auto input.form-control {
    border-radius: 6px;
}

.footer_one {
    padding: 60px 0 0;
}

.footer_one h5 {
    color: #ffffff
}

.footer_one.home6:before {
    left: 50px;
}

.footer_one.home6 {
    position: relative;
    z-index: 0;
}

.footer_one hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 1;
}

.footer_one.home3 hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_one.home4 hr {
    border-top: 1px solid #ebebeb;
}

.footer_bottom_area {
    background-color: #041e42;
}

.copyright-widget p,
.copyright-widget p a,
.copyright-widget.home10 p {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 0;
}

.copyright-widget.home2 p {
    color: #626974;
}

.copyright-widget.home3 p,
.copyright-widget.home6 p {
    color: #777777;
}

.copyright-widget.home4 p {
    color: #626974;
}

.footer_one.home2 {
    background-image: url("../images/background/footer-bg-img-home2.png");
    background-size: cover;
}

.footer_one.home6 {
    background-color: #f5f5f5;
}

.footer_one.home8 {
    background-color: #4b87f5;
}

.footer_one.home10 {
    background-color: #6668b2;
}

.footer_contact_widget,
.footer_qlink_widget,
.copyright-widget {
    position: relative;
}

.footer_contact_widget {
    position: relative;
}

.contact_icon_box .contact_iconbox .icon,
.footer_contact_iconbox .icon {
    position: relative;
    -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;
}

.contact_icon_box .contact_iconbox .icon span,
.footer_contact_iconbox .icon span {
    color: #041e42;
    font-size: 30px;
}

.vendor_iconbox:hover .icon img,
.contact_icon_box .contact_iconbox:hover .icon,
.footer_contact_iconbox:hover .icon {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.footer_contact_iconbox .details .title {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}

.contact_icon_box .contact_iconbox .details a,
.footer_contact_iconbox .details a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #041e42;
}

.footer_contact_widget.home2 ul li a,
.footer_contact_widget.home6 ul li a {
    color: #626974;
}

.footer_contact_widget.home6 ul li a {
    color: #041e42;
}

.footer_qlink_widget {
    position: relative;
    padding-left: 50px;
}

.footer_qlink_widget.home5 {
    padding-left: 0;
}

.footer_qlink_widget h4,
.footer_contact_widget h4,
.footer_social_widget h4,
.footer_mobile_app_widget h4,
.footer_acceped_card_widget h4,
.footer_qlink_widget.home10 h4 {
    color: #041e42;
    font-style: normal;
    font-weight: 600;    
    line-height: 26px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: left;
}

.footer_qlink_widget.home2_style h4,
.footer_contact_widget.home2_style h4,
.footer_social_widget.home2_style h4,
.footer_mobile_app_widget.home2_style h4,
.footer_acceped_card_widget.home2_style h4,
.footer_contact_iconbox.home2_style .details .title,
.footer_contact_iconbox.home2_style .icon span,
.footer_contact_iconbox.home2_style .details a,
.footer_qlink_widget.home2_style li a,
.footer_qlink_widget.home2_style li:hover a,
.social_icon_list.home2_style li a,
.footer_mobile_app_widget.home2_style .mobile_app_list li a,
.copyright-widget.home2_style p,
.copyright-widget.home2_style p a {
    color: #ffffff;
}

.footer_qlink_widget.home2_style li a:before {
    background-color: #ffffff;
}

.footer_qlink_widget.home5 h4,
.footer_contact_widget.home5 h4,
.footer_contact_widget.home6 h4 {
    color: #041e42;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    
}

.footer_qlink_widget.home4 h4 {
    color: #041e42;
}

.footer_qlink_widget.home4 li a {
    color: #626974;
}

.footer_qlink_widget li a,
.footer_qlink_widget.home2 li a,
.footer_qlink_widget.home10 li a {
    color: #041e42;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;    
    line-height: 40px;    
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -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;
}

.footer_qlink_widget.home2 li a,
.footer_qlink_widget.home5 li a {
    color: #626974;
}

.footer_qlink_widget li {
    position: relative;
}

.footer_qlink_widget li:hover a {
    color: #443297;
}

.account_user_deails .dboard_address .title span:before,
.footer_qlink_widget li a:before {
    background-color: #443297;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    left: 50%;
    width: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.account_user_deails .dboard_address .title:hover span:before,
.brand_item_box li:hover a:before,
.footer_qlink_widget li:hover a:before {
    left: 0;
    width: 25%;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: transparent;
    box-shadow: none;
}

.footer_menu ul li .bootstrap-select .dropdown-toggle .filter-option {
    outline: none;
}

.footer_menu ul li .bootstrap-select {
    width: auto !important;
}

.sidebar_widge_on_home {
    border: 1px solid #f3f5f6;
    position: relative;
    z-index: 1;
}

.sidebar_contact_widget,
.sidebar_about_widget {
    border: 1px solid #f3f5f6;
    border-radius: 3px;
    padding: 30px;
    position: relative;
    -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}

.sidebar_contact_widget .title,
.sidebar_about_widget .title {
    color: #041e42;
}

.sidebar_contact_widget li {
    line-height: 35px;
}

/*== Inner Pages Breadcrumb ==*/
.inner_page_breadcrumb {
    padding: 5px 0;
    position: relative;
    background: #e9e9e9;
}

.inner_page_breadcrumb.style2 {
    background-color: #f3f5f6;
    padding: 35px 0;
}

.inner_page_breadcrumb.style3 {
    background-image: url("../images/background/inner-pagebg3.jpg");
    background-repeat: no-repeat;
    height: 400px;
}

.inner_page_breadcrumb.style4 {
    background-image: url(../images/background/inner-pagebg4.jpg);
    background-repeat: no-repeat;
    height: 500px;
}

.inner_page_breadcrumb.csv2 .breadcrumb_content,
.inner_page_breadcrumb.csv3 .breadcrumb_content {
    margin-top: 100px;
}

.inner_page_breadcrumb .breadcrumb_content .breadcrumb {
    background-color: transparent;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.inner_page_breadcrumb .breadcrumb_title {
    color: #041e42;
}

.inner_page_breadcrumb.style3 .breadcrumb_content {
    padding-top: 120px;
}

.inner_page_breadcrumb.style3 .breadcrumb_title,
.inner_page_breadcrumb.style3 .breadcrumb-item a,
.inner_page_breadcrumb.style3 .breadcrumb-item.active a,
.inner_page_breadcrumb.style3 .breadcrumb-item .breadcrumb-item::before {
    color: #ffffff;
}

.inner_page_breadcrumb .breadcrumb_title li:first-child {
    color: #7f7f7f;
}

.inner_page_breadcrumb .breadcrumb_title li:last-child {
    color: #221f1f;
}

.inner_page_breadcrumb .breadcrumb-item a {
    color: #0f1930;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
}

.inner_page_breadcrumb .breadcrumb-item.active {
    font-family: "Montserrat";
    font-style: normal;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
}

.inner_page_breadcrumb .breadcrumb-item.active a {
    color: #626974;
}

.breadcrumb_content.style2 {
    text-align: center;
}

.breadcrumb_content.style2 h2 {
    color: #041e42;
}

.breadcrumb_content.style3 {
    text-align: left;
}

.breadcrumb_content.style3 .breadcrumb {
    background-color: transparent;
    padding-left: 0;
}

.inner_page_breadcrumb .breadcrumb_content.style4 {
    padding-top: 130px;
}

.breadcrumb_content.style4 .breadcrumb_title {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 72px;
    
}

.breadcrumb_content.style4 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
    margin-bottom: 20px;
}

.breadcrumb_content.style4 .btn {
    height: 52px;
    line-height: 35px;
    width: 122px;
}

.breadcrumb-item.active.style2 {
    color: #041e42;
}

.inner_page_breadcrumb .breadcrumb_content.style2 .breadcrumb-item a,
.inner_page_breadcrumb .breadcrumb_content.style2 .breadcrumb-item.active,
.inner_page_breadcrumb .breadcrumb_content.style2 .breadcrumb-item .breadcrumb-item::before,
.inner_page_breadcrumb .breadcrumb_content.style3 .breadcrumb-item a,
.inner_page_breadcrumb .breadcrumb_content.style3 .breadcrumb-item.active,
.inner_page_breadcrumb .breadcrumb_content.style3 .breadcrumb-item .breadcrumb-item::before {
    color: #041e42;
}

.breadcrumb_content.style2 ol.breadcrumb {
    background-color: transparent;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0;
}

.blog_single_post {
    position: relative;
}

.aboutus_thumb {
    border-radius: 6px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.about_us_content {
    position: relative;
}

.about_us_content .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    
    margin-bottom: 30px;
}

.about_us_content p {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.aboutus_mission_vision {
    position: relative;
}

.aboutus_mission_vision .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    
    margin-bottom: 20px;
}

.aboutus_mission_vision p {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.home10_category_slider.owl-carousel .owl-stage-outer {
    display: inline-block;
}

.zmart_testimonial1 {
    margin: 0 auto;
    max-width: 895px;
    position: relative;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.zmart_testimonial1 .review ul li {
    margin-right: 5px;
}

.zmart_testimonial1 .review ul li:last-child {
    margin-right: 0;
}

.zmart_testimonial1 .review ul li a {
    color: #041e42;
    font-size: 14px;
}

.zmart_testimonial1 .testimonial_contents {
    margin-bottom: 75px;
    position: relative;
}

.zmart_testimonial1 .testimonial_contents .main_title {
    color: #041e42;
    font-size: 26px;
    font-weight: 600;
    line-height: 50px;
    
    margin-bottom: 30px;
}

.zmart_testimonial1 .testimonial_contents .author {
    color: #041e42;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    
    margin: 0;
}

.zmart_testimonial1 .testimonial_contents .author_post {
    color: #041e42;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.zmart_testimonial_slider .swiper-button-next,
.zmart_testimonial_slider .swiper-button-prev {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    color: #112137;
    height: 50px;
    line-height: 50px;
    top: 40%;
    width: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.zmart_testimonial_slider.home9_style .swiper-button-next,
.zmart_testimonial_slider.home9_style .swiper-button-prev {
    border-radius: 50%;
}

.zmart_testimonial_slider .swiper-button-next:hover,
.zmart_testimonial_slider .swiper-button-prev:hover {
    background-color: #112137;
    border: 1px solid #112137;
    color: #ffffff;
}

.zmart_testimonial_slider .swiper-button-next:after,
.zmart_testimonial_slider .swiper-button-prev:after {
    display: none;
}

.zmart_testimonial_slider .swiper-pagination-fraction {
    bottom: 0;
    color: #041e42;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    
    z-index: 0;
}

.zmart_testimonial_slider .slideactive,
.zmart_testimonial_slider .slidecount_divider,
.zmart_testimonial_slider .slidetotal {
    color: #041e42;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    
}

.testimonial_item {
    position: relative;
}

.testimonial_item .author {
    margin: 0;
}

.testimonial_item .author_post {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.02em;
}

.tstmnl_slider_para {
    line-height: 30px;
    
}

.blog_post {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.blog_post .thumb {
    display: grid;
    overflow: hidden;
    position: relative;
}

.blog_post .thumb img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog_post:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 0;
}

.blog_post.one .thumb .post_title {
    font-size: 5vw;
    color: #ffffff;
    left: 20px;
    opacity: 0.15;
    position: absolute;
    top: 0;
}

.blog_post.one .thumb .post_date {
    background-color: #ffffff;
    border-radius: 5px;
    height: 64px;
    left: auto;
    padding-left: 15px;
    padding-top: 10px;
    right: 30px;
    text-align: center;
    width: 80px;
}

.blog_post.one .thumb .post_date span {
    color: #041e42;
    font-size: 18px;
    font-weight: bold;
    display: table-caption;
    line-height: 22px;
}

.blog_post .thumb .post_date {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    left: 30px;
    position: absolute;
    top: 30px;
    z-index: 9;
}

.blog_post.one .thumb:before {
    background-color: rgba(25, 38, 117, 0.7);
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
}

.blog_post .thumb:before {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1;
}

.blog_post.one .details .post_meta {
    position: relative;
}

.blog_post.one .details .post_meta ul li {
    margin-right: 30px;
}

.blog_post.one .details .post_meta ul li:last-child {
    margin-right: 0;
}

.blog_post.one .details .post_meta ul li a {
    color: #ffffff;
    font-size: 14px;
}

.blog_post.one .details .post_meta ul li a i {
    font-size: 16px;
    margin-right: 10px;
}

.blog_post .details {
    bottom: 20px;
    left: 30px;
    position: absolute;
    z-index: 9;
}

.blog_post .details h4 {
    font-size: 20px;
    margin-top: 8px;
    width: 90%;
}

.blog_post .details h4 {
    color: #ffffff;
}

.blog_post .details h5 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

/*== Vendor Code Start ==*/
.page_control_shorting {
    position: relative;
}

.page_control_shorting.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 140px;
}

.vendor_grid {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px;
    position: relative;
}

.vendor_grid .thumb {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.vendor_grid .thumb img {
    -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;
}

.vendor_grid:hover .thumb img {
    transform: scale(1.1);
}

.vendor_grid .details {
    padding: 25px 0 0;
}

.vendor_grid .details .title {
    line-height: 28px;
    
}

.vendor_grid .details .sub_title {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    
}

.vendor_grid .details .btn {
    height: 52px;
    line-height: 45px;
    padding: 0;
}

.vendor_grid.shop_single_style {
    padding: 20px;
    position: relative;
}

.vendor_grid.shop_single_style .price {
    color: #041e42;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    
}

.vendor_grid.shop_single_style .price del {
    color: #626974;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    
}

.vendor_grid.shop_single_style a.btn {
    padding: 2px 45px;
}

.shop_single_item {
    position: relative;
}

.shop_single_item .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    
}

.shop_single_item .custom_checkbox {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.shop_single_item .mouse_item,
.shop_single_item .keyboard_item {
    border: 1px solid #eaeaea;
    padding: 20px;
}

.shop_single_item .plusicon {
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    transform: rotate(45deg);
}

.shop_single_item .plusicon span {
    color: #041e42;
    font-size: 10px;
}

.shop_single_item .price_ss2_single {
    color: #041e42;
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
    
}

.shop_single_qna {
    position: relative;
}

.shop_single_qna .search_field input.form-control {
    height: 50px;
}

.shop_single_qna .search_field button.btn {
    background-color: #f5c34b;
    border: 1px solid #eaeaea;
    border-radius: 0px 6px 6px 0px;
    height: 50px;
    width: 50px;
}

.shop_single_qna .question_with_poster .title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
}

.shop_single_qna .question_with_poster .author {
    color: #626974;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.shop_single_qna .question_with_answer {
    background-color: #f3f5f6;
    border-radius: 6px;
    padding: 30px;
}

.shipping_return_para {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.vendor_address ul li a {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.become_avendor_page_banner {
    background-image: url(../images/background/logistic-service-concept.png);
    background-size: cover;
    background-position: center;
}

.vendor_single_page_banner {
    background-image: url(../images/background/vendor-single-banner.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
}

.vendor_single_page_banner {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.vendor_single_page_banner .details .title {
    color: #fff;
    font-family: Montserrat;
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
    
}

.vendor_single_page_banner .details .vendor_acc_info {
    padding: 150px 60px;
}

.vendor_single_page_banner .details .vendor_acc_info .buy_btn {
    height: 52px;
    line-height: 37px;
    width: 152px;
}

.seller_banner_content {
    position: relative;
}

.seller_banner_content .title {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 600;
    line-height: 72px;
    
}

.seller_banner_content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.team_member {
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 30px;
    position: relative;
    -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;
}

.team_member .thumb {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.team_member .thumb .overylay {
    content: "";
    background-color: rgba(245, 195, 75, 0.9);
    bottom: 0;
    opacity: 0;
    height: 0;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.team_member:hover .thumb .overylay {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.team_member .thumb .overylay .social_icon {
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.team_member:hover .thumb .overylay .social_icon {
    bottom: 40%;
    opacity: 1;
    visibility: visible;
}

.team_member .thumb .overylay .social_icon li {
    margin-right: 20px;
}

.team_member .thumb .overylay .social_icon li:last-child {
    margin-right: 0;
}

.team_member .thumb .overylay .social_icon li a i {
    color: #041e42;
    font-size: 14px;
}

.team_member .details {
    padding: 25px 0 0;
}

.team_member .details p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    
    margin-bottom: 0;
}

.shop_item_5grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_6grid_slider.owl-theme.owl-loaded .owl-prev {
    left: 0;
    top: 40%;
}

.shop_item_3grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_3grid_slider.owl-theme.owl-loaded .owl-next,
.shop_item_4grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_4grid_slider.owl-theme.owl-loaded .owl-next,
.shop_item_4grid_slider2.owl-theme.owl-loaded .owl-prev,
.shop_item_4grid_slider2.owl-theme.owl-loaded .owl-next,
.shop_item_7grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_7grid_slider.owl-theme.owl-loaded .owl-next {
    top: 200px;
}

.shop_item_3grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_4grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_4grid_slider2.owl-theme.owl-loaded .owl-prev,
.shop_item_7grid_slider.owl-theme.owl-loaded .owl-prev {
    left: -30px;
}

.shop_item_3grid_slider.owl-theme.owl-loaded .owl-next,
.shop_item_4grid_slider.owl-theme.owl-loaded .owl-next,
.shop_item_4grid_slider2.owl-theme.owl-loaded .owl-next,
.shop_item_7grid_slider.owl-theme.owl-loaded .owl-next {
    right: -30px;
}

.shop_item_5grid_slider.home6_style.owl-theme.owl-loaded .owl-prev {
    left: -60px;
}

.shop_item_5grid_slider.home6_style.owl-theme.owl-loaded .owl-next {
    right: -60px;
}

.shop_item_5grid_slider.home6_style.owl-theme.owl-loaded .owl-prev:hover,
.shop_item_5grid_slider.home6_style.owl-theme.owl-loaded .owl-next:hover {
    border: 1px solid #f2b23e;
    color: #f2b23e;
}

.shop_item_3grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_3grid_slider.owl-theme.owl-loaded .owl-next,
.shop_item_4grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_4grid_slider.owl-theme.owl-loaded .owl-next,
.shop_item_4grid_slider2.owl-theme.owl-loaded .owl-prev,
.shop_item_4grid_slider2.owl-theme.owl-loaded .owl-next,
.shop_item_5grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_5grid_slider.owl-theme.owl-loaded .owl-next,
.shop_item_6grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_6grid_slider.owl-theme.owl-loaded .owl-next,
.shop_item_7grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_7grid_slider.owl-theme.owl-loaded .owl-next {
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #EAEAEA;
    color: #112137;
    height: 50px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 50px;
    -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;
}

.shop_item_5grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_5grid_slider.owl-theme.owl-loaded .owl-next,
.shop_item_6grid_slider.owl-theme.owl-loaded .owl-next {
    right: -30px;
    top: 40%;
}

.single_product_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_5grid_slider.owl-theme.owl-loaded .owl-prev {
    left: -30px;
    top: 190px;
}

.shop_item_5grid_slider.owl-theme.owl-loaded .owl-prev:hover,
.shop_item_5grid_slider.owl-theme.owl-loaded .owl-next:hover {
    border: 1px solid #112137;
}

.navi_hvr_bdr_none.owl-theme.owl-loaded .owl-prev:hover,
.navi_hvr_bdr_none.owl-theme.owl-loaded .owl-next:hover,
.navi_pagi_top_right.shop_item_5grid_slider.owl-theme.owl-loaded.owl-prev:hover,
.navi_pagi_top_right.shop_item_5grid_slider.owl-theme.owl-loaded.owl-next:hover {
    border: none;
}

.shop_item_6grid_slider.owl-theme.owl-loaded .owl-prev,
.shop_item_6grid_slider.owl-theme.owl-loaded .owl-next {
    background-color: #ffffff;
}

.shop_item_4grid_slider.owl-theme.slider_arrow_bgct.owl-loaded .owl-prev,
.shop_item_4grid_slider.owl-theme.slider_arrow_bgct.owl-loaded .owl-next,
.shop_item_4grid_slider2.owl-theme.slider_arrow_bgct.owl-loaded .owl-prev,
.shop_item_4grid_slider2.owl-theme.slider_arrow_bgct.owl-loaded .owl-next {
    background-color: transparent;
    border: none;
    color: #ffffff;
}

.shop_item_4grid_slider2.owl-theme.slider_arrow_bgct.owl-loaded .owl-prev,
.shop_item_4grid_slider2.owl-theme.slider_arrow_bgct.owl-loaded .owl-next {
    font-size: 19px;
}

.shop_item_4grid_slider.owl-theme.slider_arrow_bgct.home6_style.owl-loaded.owl-prev,
.shop_item_4grid_slider2.owl-theme.slider_arrow_bgct.home6_style.owl-loaded.owl-prev {
    left: -50px;
}

.shop_item_4grid_slider.owl-theme.slider_arrow_bgct.home6_style.owl-loaded.owl-next,
.shop_item_4grid_slider2.owl-theme.slider_arrow_bgct.home6_style.owl-loaded.owl-next {
    right: -50px;
}

.bestseller_sidebar_slider.home8_style.owl-theme .owl-nav .owl-prev,
.bestseller_sidebar_slider.home8_style.owl-theme .owl-nav .owl-next {
    top: 45%;
}

.bestseller_sidebar_slider.home8_style.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.bestseller_sidebar_slider.owl-theme .owl-nav .owl-prev,
.bestseller_sidebar_slider.owl-theme .owl-nav .owl-next,
.shop_item_1grid_slider.owl-theme .owl-nav .owl-prev,
.shop_item_1grid_slider.owl-theme .owl-nav .owl-next,
.shop_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-prev,
.shop_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-next,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav .owl-prev,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav .owl-next,
.shop_item_6grid_slider.owl-theme .owl-nav .owl-prev,
.shop_item_6grid_slider.owl-theme .owl-nav .owl-next {
    background-color: transparent;
    color: #041E42;
    position: absolute;
}

/*== Our Partners ==*/
.our-partner {
    padding: 40px 0;
}

.error_page_content {
    position: relative;
}

.error_page_content .erro_code {
    color: #041e42;
    font-family: "Montserrat-Bold";
    font-style: normal;
    font-weight: 600;
    font-size: 150px;
    line-height: 0.94;
}

.error_page_content .error_title {
    color: #041e42;
    font-size: 50px;
    font-weight: 600;
    line-height: 72px;
    
    margin-bottom: 10px;
}

.error_page_content p {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
    margin-bottom: 15px;
}

.btn_error {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    
    padding: 13px 35px;
    text-align: center;
}

.help_support_box {
    background-color: #f3f5f6;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 75px 50px 50px;
    position: relative;
}

.help_support_box .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    
    margin-bottom: 15px;
}

.help_support_box ul li a {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    
    -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;
}

.help_support_box ul li:hover a {
    color: #443297;
    text-decoration: underline;
}

.brand_item_box {
    margin-bottom: 30px;
    position: relative;
}

.brand_item_box .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    
    margin-bottom: 10px;
}

.brand_item_box ul li a {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
    position: relative;
}

.brand_item_box ul li a:before {
    background-color: #443297;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    left: 0%;
    width: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.brand_item_box ul li:hover a:before {
    width: 100%;
}

.brand_item_box ul li:hover a {
    color: #443297;
}

/*== Pricing Table Pages Style Code ==*/
.compare_table .table-borderless tbody tbody,
.compare_table .table-borderless td,
.compare_table .table-borderless th,
.compare_table .table-borderless thead th {
    border-right: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    width: 330px;
}

.compare_table .table-borderless th.cp_price {
    border-right: 1px solid #eaeaea;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    padding: 25px 30px;
}

.compare_table .table-borderless th.cp_price del {
    color: #626974;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.compare_table .table-borderless thead th.first_th {
    background-color: #f3f5f6;
    position: relative;
}

.compare_table .table-borderless thead th.first_th span.first_title {
    position: absolute;
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    left: 40px;
    top: 30px;
}

th.cp_price_title,
th.cp_instock_title,
th.cp_desc_title,
th.cp_sku_title,
th.cp_weight_title,
th.cp_dimention_title,
th.cp_color_title,
th.cp_brand_title,
th.cp_btns_title {
    background-color: #f3f5f6;
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    vertical-align: middle;
    padding-left: 40px;
    padding-right: 30px;
}

td.cp_price,
td.cp_instock,
td.cp_desc,
td.cp_sku,
td.cp_weight,
td.cp_dimention,
td.cp_color,
td.cp_brand,
td.cp_btns {
    padding: 30px;
}

.compare_table .table-borderless tr {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}

.compare_table .table-borderless td {
    border-right: 1px solid #eaeaea;
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
    vertical-align: middle;
    padding: 30px 40px;
}

.compare_table .table-borderless td.cp_desc_list ul li {
    list-style-type: disc;
    margin-left: 20px;
}

.compare_table .table-borderless td.cp_btns a.btn.cp_btn {
    height: 52px;
    line-height: 40px;
    width: 148px;
}

.compare_table .table-striped tbody tr:nth-of-type(even) {
    background-color: #f3f5f6;
}

.compare_table .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}

/*== Switch Pricing Table ==*/
.pricing_packages_top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pricing_packages_top .save_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.pricing_packages_top .toggle-btn input,
.pricing_packages_top .toggle-btn label {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
}

.pricing_packages_top .toggle-btn .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

.pricing_packages_top .toggle-btn .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.pricing_packages_top .toggle-btn .pricing_save1,
.pricing_packages_top .toggle-btn .pricing_save2 {
    margin: 12px;
}

.pricing_table_switch_slide {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #041e42;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.pricing_table_switch_slide:before {
    bottom: 5px;
    content: "";
    height: 20px;
    left: 5px;
    position: absolute;
    width: 20px;
    background-color: white;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.pricing_packages_top .toggle-btn .switch input:checked .pricing_table_switch_slide {
    background-color: #86bc42;
}

.pricing_packages_top .toggle-btn .switch input:focus .pricing_table_switch_slide {
    box-shadow: 0 0 1px #50bfe6;
}

.pricing_packages_top .toggle-btn .switch input:checked .pricing_table_switch_slide:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.pricing_table_switch_slide.round {
    border-radius: 30px;
}

.pricing_table_switch_slide.round:before {
    border-radius: 50%;
}

.pricing_packages {
    border-radius: 3px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 25px 0 40px;
    position: relative;
    -webkit-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
    -moz-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
    -o-box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
    box-shadow: 0px 10px 50px rgba(13, 38, 59, 0.1);
}

.pricing_packages .heading {
    margin-bottom: 70px;
    position: relative;
}

.pricing_packages .heading:before {
    border-radius: 0 0 50% 50%;
    content: "";
    background-color: #86bc42;
    height: 270px;
    left: -15px;
    margin: 0 auto;
    opacity: 0.05;
    position: absolute;
    right: -15px;
    top: -160px;
    width: auto;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pricing_packages:hover.heading:before {
    opacity: 1;
}

.pricing_packages:hover .heading .package_title,
.pricing_packages:hover .heading .text1,
.pricing_packages:hover .heading .text2 {
    color: #ffffff;
}

.pricing_packages .heading .package_title {
    color: #86bc42;
    font-size: 16px;
    line-height: 21px;
}

.pricing_packages .heading .text1,
.pricing_packages .heading .text2 {
    line-height: 38.1px;
}

.pricing_packages .details {
    position: relative;
    text-align: center;
}

.pricing_packages .details .list {
    margin-bottom: 30px;
}

.pricing_packages .details .list li {
    color: #626974;
    font-size: 14px;
    line-height: 35px;
}

.pricing_packages .details .package_btn {
    background-color: rgba(0, 97, 223, 0.05);
    color: #86bc42;
    font-size: 13px;
    font-weight: 600;
    height: 55px;
    line-height: 45px;
    text-transform: uppercase;
    width: 183px;
}

.pricing_packages:hover .details .package_btn {
    background-color: #86bc42;
    color: #ffffff;
}

/*== LogIn Register Page ==*/
.login_form {
    padding: 0;
}

.login_form .input-group-text,
.sign_up_form .input-group-text {
    background-color: transparent;
    border: none;
    color: #006c70;
    height: 40px;
    position: absolute;
    right: 2px;
    top: 6px;
}

.login_form .form-group .custom-control-label,
.sign_up_form .form-group .custom-control-label {
    font-size: 14px;
    padding-top: 2px;
}

.login_form p,
.sign_up_form p {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    
}

.login_form p a,
.sign_up_form p a {
    color: #041e42;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    
    text-align: center;
}

.login_form .btn-fpswd {
    color: #443297;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
    text-decoration: underline;
}

.sign_up_form .divide,
.login_form .divide {
    position: relative;
}

.sign_up_form .divide .lf_divider,
.login_form .divide .lf_divider {
    background-color: #f9fafc;
    height: 20px;
    left: 0;
    line-height: 20px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -10px;
    width: 62px;
}

.sign_up_form.inner_page,
.login_form.inner_page {
    border: 1px solid #f3f5f6;
    border-radius: 3px;
    padding: 30px;
    -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}

.sign_up_form.inner_page .title,
.login_form.inner_page .title {
    font-weight: 600;
    margin-bottom: 35px;
}

.sign_up_form.inner_page.style2,
.login_form.inner_page.style2 {
    padding: 30px 0;
}

.login_form.inner_page .heading h4 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}

.login_form .heading,
.sign_up_form .heading {
    margin-bottom: 25px;
}

.sign_up_form .heading h4 {
    color: #006c70;
}

.login_form .form-control:focus,
.sign_up_form .form-control:focus {
    color: #041e42;
    border: 1px solid #c3c7cc;
    outline: none;
}

.sign_up_form button.btn.dropdown-toggle:focus::-webkit-input-placeholder {
    box-shadow: none;
    outline: none;
}

.login_form .form-control:focus::-webkit-input-placeholder,
.sign_up_form .form-control:focus::-webkit-input-placeholder,
.sign_up_form button.btn.dropdown-toggle:focus::-webkit-input-placeholder {
    color: #041e42;
    outline: none;
}

.sign_up_form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    background-color: #ffffff;
    border: none;
    font-size: 14px;
    line-height: 3;
}

.login_form.inner_page .heading p {
    margin-bottom: 0;
}

.login_form.inner_page .form-control {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    padding-left: 15px;
    font-size: 14px;
}

.login_form .form-control {
    margin-bottom: 10px;
}

.login_form .form-label,
.sign_up_form .form-label {
    color: #041e42;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
    
    text-align: left;
}

.login_form .form-control,
.sign_up_form .form-control,
.sign_up_form button.btn.dropdown-toggle {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    color: #626974;
    font-size: 15px;
    height: 45px;
    margin-bottom: 20px;
    padding: 0 15px;
}

.login_form .custom-control.custom-checkbox [type="checkbox"],
[type="radio"] {
    border: 1px solid #041e42;
    border-radius: 4px;
    height: 16px;
    outline: none;
    width: 16px;
    vertical-align: sub;
}

.login_form .custom-control.custom-checkbox label.custom-control-label {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
    padding-left: 5px;
    text-align: left;
}

.login_form .hr_content,
.sign_up_form .hr_content {
    overflow: hidden;
    position: relative;
}

.login_form .hr_content .hr_top_text,
.sign_up_form .hr_content .hr_top_text {
    background-color: #fff;
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    left: 0;
    
    line-height: 40px;
    margin: 0 auto;
    right: 0;
    text-align: center;
    top: -5px;
    width: 40px;
    position: absolute;
}

.login_form .login_with_social,
.sign_up_form .login_with_social {
    position: relative;
}

.login_form .login_with_social li,
.sign_up_form .login_with_social li {
    margin: 0 6px 4px 0;
}

.login_form .login_with_social li:last-child {
    margin-right: 0;
}

.login_form .login_with_social li a,
.sign_up_form .login_with_social li a {
    background-color: #ffffff;
    border-radius: 8px;
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 13px 35px;
    max-width: 80px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.login_form .login_with_social li:first-child a,
.sign_up_form .login_with_social li:first-child a {
    border: 1px solid #1967d2;
    color: #1967d2;
}

.login_form .login_with_social li:first-child:hover a,
.sign_up_form .login_with_social li:first-child:hover a {
    background-color: #1967d2;
    color: #fff;
}

.login_form .login_with_social li:nth-child(2) a,
.sign_up_form .login_with_social li:nth-child(2) a {
    border: 1px solid #d93025;
    color: #d93025;
}

.login_form .login_with_social li:nth-child(2):hover a,
.sign_up_form .login_with_social li:nth-child(2):hover a {
    background-color: #d93025;
    color: #fff;
}

.login_form .login_with_social li:nth-child(3) a,
.sign_up_form .login_with_social li:nth-child(3) a {
    border: 1px solid #2d9adc;
    color: #2d9adc;
}

.login_form .login_with_social li:nth-child(3):hover a,
.sign_up_form .login_with_social li:nth-child(3):hover a {
    background-color: #2d9adc;
    color: #fff;
}

.login_form .login_with_social li:nth-child(4) a,
.sign_up_form .login_with_social li:nth-child(4) a {
    border: 1px solid #041e42;
    color: #041e42;
}

.login_form .login_with_social li:nth-child(4):hover a,
.sign_up_form .login_with_social li:nth-child(4):hover a {
    background-color: #041e42;
    color: #fff;
}

.sign_up_form .bootstrap-select .dropdown-menu li {
    line-height: 40px;
}

.sign_up_form .bootstrap-select .dropdown-menu li .dropdown-item {
    font-size: 13px;
}

.sign_up_form .bootstrap-select .dropdown-menu li .dropdown-item:hover {
    background-color: #f3f5f6;
}

.sign_up_form .bootstrap-select .dropdown-menu li .dropdown-item.active,
.sign_up_form .bootstrap-select .dropdown-menu li .dropdown-item:active {
    background-color: #fff;
    color: #f5c34b;
}

.login_form .form-check-input {
    height: 17px;
    width: 17px;
}

.login_form .form-check-label {
    color: #041e42;
    font-size: 14px;
    padding-left: 0;
}

.login_form .btn-log {
    background-color: #f5c34b;
    border-radius: 6px;
    color: #041e42;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    
    height: 52px;
    margin-bottom: 15px;
    width: 100%;
    -webkit-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
}

.sign_up_form {
    padding: 0;
}

.login_form.inner_page .form-label,
.sign_up_form .form-label {
    color: #041e42;
}

.sign_up_form.inner_page .form-control {
    background-color: #ffffff;
    border: none;
    border-bottom: 2px solid #f3f5f6;
}

.login_form.inner_page .form-control:focus::-webkit-input-placeholder,
.sign_up_form .form-control:focus::-webkit-input-placeholder {
    color: #041e42;
}

.sign_up_form .form-check-input {
    border-radius: 2px;
    height: 15px;
    width: 15px;
}

.order_tracking_thumb {
    background-color: #e6d4c0;
    border-radius: 6px;
    height: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.order_tracking_thumb img {
    bottom: 0;
    position: absolute;
}

.tracking_page {
    position: relative;
}

.tracking_page .title {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    
}

.tracking_page p {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.tracking_page .btn-track {
    border: 1px solid #f5c34b;
    border-radius: 6px;
    height: 52px;
    width: 105px;
    -webkit-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
}

/* Create a custom checkbox */
.sign_up_form .checkmark {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.sign_up_form .form-check-label {
    color: #041e42;
    font-size: 14px;
    padding-left: 7px;
}

.sign_up_form button {
    margin-bottom: 15px;
}

.sign_up_form .btn-log {
    border-radius: 3px;
    background-color: #86bc42;
    color: #ffffff;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    
    line-height: 16px;
    height: 50px;
}

.sign_up_form p {
    color: #626974;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    
}

.sign_up_form .btn-signup {
    border-radius: 6px;
    color: #041e42;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    line-height: 22px;
    
    text-align: center;
    width: 100%;
}

/*== Question Widget Faq Page ==*/
.shortcode_widget_accprdons,
.shortcode_widget_tab,
.shortcode_widget_table,
.shortcode_widget_message_box,
.shortcode_widget_buttons {
    margin-bottom: 50px;
}

.ui_kit_button .btn {
    margin: 5px;
}

.shortcode_widget_buttons .ui_kit_button button:last-child {
    margin-right: 0;
}

.shortcode_widget_accprdons h4,
.shortcode_widget_tab h4,
.shortcode_widget_table h4,
.shortcode_widget_message_box h4,
.shortcode_widget_buttons h4,
.shortcode_widget_form h4,
.shortcode_widget_multiselect h4,
.shortcode_widget_radiobox h4,
.shortcode_widget_checkbox h4,
.shortcode_widget_switch h4,
.shortcode_widget_form h4,
.shortcode_widget_progressbar h4,
.shortcode_form_title h4 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    
    text-transform: capitalize;
}

.faq_content {
    position: relative;
}

.shortcode_widget_accprdons .faq_according .accordion .card {
    border: none;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.sidebar_accordion_widget,
.sidebar_location_filter {
    padding: 0;
    position: relative;
}

.shortcode_widget_accprdons {
    padding: 0 50px;
    position: relative;
}

.sidebar_widget_checkbox {
    position: relative;
}

.sidebar_widget_checkbox label.custom_checkbox {
    -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;
}

.sidebar_widget_checkbox label.custom_checkbox,
.sidebar_widget_checkbox label.custom_checkbox:hover span {
    color: #041e42;
}

.shortcode_widget_accprdons .faq_according .accordion .card:last-child {
    border-bottom: none;
}

.sidebar_accordion_widget .faq_according .accordion .card {
    border: none;
    border-bottom: 1px solid #eaeaea;
    border-radius: 0;
    margin-bottom: 30px;
}

.sidebar_accordion_widget .faq_according .accordion .card:last-child {
    border-bottom: none;
}

.shortcode_widget_accprdons .faq_according .accordion .card .card-header,
.sidebar_accordion_widget .accordion .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
}

.card-header h2 {
    font-size: 15px;
}

.card-header h4 {
    font-size: 14px;
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
    position: relative;
}

.card-header h4:before {
    display: flex;
    background: #d0d7e2;
    height: 1px;
    content: "";
}

.card-header h4:after {
    border-radius: 50%;
    background: #d0d7e2;
    content: "";
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 8px;
    width: 8px
}

.shortcode_widget_accprdons .faq_according .accordion .card .card-header .btn-link {
    color: #041e42;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    
    padding: 0;
    text-decoration: none;
}

.sidebar_accordion_widget .accordion .card .card-header .btn-link {
    color: #041e42;
    display: flex;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    
    padding-left: 0;
    text-decoration: none;
}

.sidebar_accordion_widget .accordion .collapse {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sidebar_accordion_widget .accordion .card .card-body h2 {
    font-size: 15px
}

.sidebar_accordion_widget .accordion .card .card-body h3 {
    font-size: 13px;
}

.sidebar_accordion_widget .accordion .card .card-body {
    padding: 0;
}

.sidebar_accordion_widget .accordion .card .card-body p {
    font-size: 13px;
    line-height: 1.55rem;
    font-weight: 400;
}

.sidebar_accordion_widget .blog_search_widget input.form-control {
    margin-bottom: 15px;
}

.sidebar_accordion_widget .accordion .card .card-body ol {
    list-style: normal;
    margin-left: 1rem;
    font-size: .875rem;
}

.sidebar_accordion_widget .accordion .card .card-body ol li {
    color: #041e42;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 15px;
    
}

.shortcode_widget_accprdons .faq_according .accordion .card .card-header .btn-link span,
.sidebar_accordion_widget .accordion .card .card-header .btn-link span {
    color: #041e42;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    
    margin-right: 10px;
    vertical-align: initial;
}

.shortcode_widget_accprdons .faq_according .accordion .card .card-body {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
    padding: 0 0 10px;
}

.best-stores-list img {
    border-radius: 5px;
}

.shortcode_widget_accprdons .faq_according .accordion .card .card-body,
.best-stores {
    display: var(--_d-flex);
    flex-direction: column;
    row-gap: 15px;
    margin-top: 10px;
    cursor: pointer;
}

.shortcode_widget_accprdons .faq_according .accordion .card .card-body,
.best-stores-list {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #f7f7f7;
    padding: 5px;
    border-radius: 5px;
}

.shortcode_widget_accprdons .faq_according .accordion .card .card-body,
.best-stores a {
    font-size: 12px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card-body,.offer {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.card-body,.offer span {font-size: 12px}
.faq_according.style2 .accordion .card.floor_plan .card-header .btn-link ul li {
    text-transform: capitalize;
    margin-right: 20px;
}

.faq_according.style2 .accordion .card.floor_plan .card-header .btn-link ul li span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-left: 8px;
}

.faq_according.style2 .accordion .card .card-body {
    margin-top: 0;
}

.faq_according.style2 .accordion .card.floor_plan .card-header .btn-link ul li:last-child {
    margin-right: 0;
}

.faq_according .accordion .card .card-header::before {
    font-family: "Font Awesome 6 Pro";
    color: #041e42;
    /* content: "\2b"; */
    font-size: 30px;
    float: right;
    font-weight: lighter;
    line-height: 35px;
    margin-top: 0;
}

.faq_according .accordion .card .card-header.active::before {
    /* content: "\2d"; */
    font-family: "Font Awesome 6 Pro";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_single_accordion .faq_according .accordion .card .card-header.active::before {
    content: "\f106";
    font-family: "Font Awesome 6 Pro";
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_single_accordion .faq_according .accordion .card .card-header::before {
    font-family: "Font Awesome 6 Pro";
    color: #041e42;
    content: "\f107";
    font-size: 30px;
    float: right;
    font-weight: lighter;
    line-height: 35px;
    margin-top: 0;
}

.shop_desc {
    position: relative;
}

.shop_desc h2 {
    font-size: 18px;
    color: #0306a2;
}

.shop_desc h3 {
    font-size: 16px;
    margin-top: 25px;
}

.shop_desc h4 {
    font-size: 15px;
}

.shop_desc_faq {
    
}

.shop_desc_faq h2 {
    font-size: 15px;
    color: #041e42;
}

.shop_desc li {
    list-style-type: disc;
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-left: 2rem;
    font-size: 13px;
    color: #041e42;
    line-height: 1.25rem;
}

.shop_desc .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    
}

.shop_desc .para {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.shop_desc a {
    
}

.shop_desc .accordion-flush .accordion-item .accordion-button {
    background-color: transparent;
    box-shadow: none;
    outline: none;
}

.shop_desc .accordion-flush .accordion-item .accordion-button:after {
    display: none;
}

.shop_desc_faq p {
    color: #1e222a;
    font-size: 14px;
    margin-bottom: 25px;
}

.sidebar_location_filter {
    position: relative;
}

.sidebar_location_filter .bootstrap-select>.dropdown-toggle,
.report_widget .bootstrap-select>.dropdown-toggle {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    height: 45px;
    line-height: 30px;
    max-width: 210px;
    margin-bottom: 10px;
    padding-left: 15px;
    width: 100%;
}

.dashboard_page.sidebar_location_filter .bootstrap-select>.dropdown-toggle {
    box-shadow: none;
    height: 55px;
    line-height: 45px;
    max-width: -webkit-fill-available;
    z-index: 0;
}

.dashboard_page .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.report_widget .bootstrap-select>.dropdown-toggle,
.report_widget .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    height: 40px;
    max-width: 126px;
}

.sidebar_location_filter .location_zip input.form_control {
    color: #041e42;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    
    height: 45px;
}

.dashboard_page_add_listing .btn.btn-gray {
    background-color: #f3f5f6;
    border: 1px solid #f3f5f6;
    color: #041e42;
    height: 54px;
    line-height: 45px;
    width: 113px;
    z-index: 0;
}

.dashboard_page_add_listing .btn-order {
    height: 54px;
    line-height: 40px;
    width: 145px;
    -webkit-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    z-index: 0;
}

.dashboard_page_add_listing .btn-new {
    border: 1px solid #f5c34b;
    height: 54px;
    line-height: 40px;
    -webkit-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
}

/*== Terms & Condition Page ==*/
.terms_condition_grid .grids .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    
    margin-bottom: 10px;
}

.terms_condition_grid .grids p {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    
}

.terms_condition_widget {
    margin-bottom: 30px;
    position: relative;
}

.terms_condition_widget.filter_sidebar {
    padding: 15px 0px;
}

.terms_condition_widget .title {
    color: #041e42;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    
    margin-bottom: 10px;
}

.terms_condition_widget .nav.nav-tabs {
    border-bottom: none;
}

.terms_condition_widget .nav .nav-link,
.terms_condition_widget ul li a {
    border: none;
    border-right: 2px solid transparent;
    border-radius: 0;
    color: #041e42;
    font-size: 15px;
    font-weight: 400;
    line-height: 45px;
    
    padding: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.terms_condition_widget .nav:hover .nav-link,
.terms_condition_widget ul li:hover a {
    color: #443297;
}

.terms_condition_widget .nav .nav-link.active {
    border-right: 2px solid #443297;
}

.terms_condition_widget ul li a i {
    font-size: 6px;
    vertical-align: middle;
}

.terms_condition_widget ul li:hover a,
.terms_condition_widget ul li:hover::marker {
    color: #443297;
}

.ui_kit_tab .nav.nav-pills {
    border-bottom: none;
}

.ui_kit_tab .nav.nav-pills .nav-link {
    background-color: #f3f5f6;
    border-radius: 6px;
    border: 1px solid transparent;
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    
    margin-right: 10px;
    padding: 12px 20px;
    text-align: center;
}

.ui_kit_tab .nav.nav-pills .nav-item {
    display: block;
    margin-bottom: 25px;
}

.ui_kit_tab .nav.nav-pills .nav-item:last-child {
    margin-right: 0;
}

.ui_kit_tab .nav.nav-pills .nav-link.active {
    background-color: #443297;
    color: #ffffff;
    border-radius: 6px;
}

.ui_kit_tab .nav.nav-tabs {
    border: none;
    gap: 5px;
}

.ui_kit_tab .nav.nav-tabs span.small-text {
    font-size: 12px;
}

.ui_kit_tab .nav.nav-tabs .nav-link {
    color: #0f1930;
    display: block;
    font-family: Montserrat-Bold;
    font-size: 14px;
    font-weight: 600;    
    padding: 7px 10px;
    text-transform: uppercase;
}

.ui_kit_tab .nav.nav-tabs .nav-link:hover,
.ui_kit_tab .nav.nav-tabs .nav-link:active,
.ui_kit_tab .nav.nav-tabs .nav-link:focus {
    border-color: transparent;
}

.ui_kit_tab .nav.nav-tabs .nav-link.active {    
    border-color: transparent;
    border-style: solid;
    border-bottom: 3px solid #ff3d3d;
    color: #ff3d3d;
}

.ui_kit_tab .tab-content .tab-pane {
    color: #041e42;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    
}
.entity-header {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 0;
}

.entity-header h1 {
    margin-bottom: 0;
    font-size: 25px;
}
.shop_single3_style.ui_kit_tab .nav.nav-tabs {
    border-bottom: 1px solid #eaeaea;
}

.shop_single3_style.ui_kit_tab .nav.nav-tabs .nav-link {
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    
    padding: 10px 20px;
}

.ui_kit_table .table {
    background-color: #ffffff;
    border-radius: 3px;
    border: none;
}

.ui_kit_table .table thead {
    border-radius: 8px;
}

.ui_kit_table .table th {
    background-color: #f3f5f6;
    border-bottom: transparent;
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    
    line-height: 50px;
    padding-left: 30px;
}

.ui_kit_table .table td {
    border: none;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
}

.ui_kit_message_box .alert {
    border-radius: 4px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    height: 75px;
    line-height: 45px;
    padding-left: 30px;
}

.ui_kit_message_box .alert .btn-close {
    background: transparent;
    font-size: 10px;
    opacity: 1;
    right: 10px;
    top: -5px;
}

.ui_kit_message_box .alert .btn-close:focus {
    box-shadow: none;
}

.alert.alart_style_one {
    background-color: #cde9f6;
    color: #4780aa;
}

.alert.alart_style_one .btn-close {
    color: #4780aa;
}

.alert.alart_style_two {
    background-color: #f7f3d7;
    color: #927238;
}

.alert.alart_style_two .btn-close {
    color: #927238;
}

.alert.alart_style_three {
    background-color: #ecc8c5;
    color: #ab3331;
}

.alert.alart_style_three .btn-close {
    color: #ab3331;
}

.alert.alart_style_four {
    background-color: #def2d7;
    color: #5b7052;
}

.alert.alart_style_four .btn-close {
    color: #5b7052;
}

.ui_kit_button .btn {
    border-radius: 6px;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    height: 50px;
    line-height: 22px;
    
    width: 170px;
}

/*== Form Input Widget UI Page ==*/
.ui_kit_input .form-control {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    height: 55px;
    
    padding-left: 20px;
}

.ui_kit_input .form-control:hover,
.ui_kit_input .form-control:active,
.ui_kit_input .form-control:focus {
    border: 1px solid #041e42;
    -webkit-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    outline: none;
}

.ui_kit_input .form-control::placeholder {
    color: #626974;
}

.ui_kit_input .form-control:focus::placeholder {
    color: #041e42;
}

/*== Form Textarea Widget UI Page ==*/
.ui_kit_textarea h5 {
    margin-bottom: 18px;
}

.ui_kit_textarea .form-control:focus {
    box-shadow: none;
}

.ui_kit_textarea textarea.form-control {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    color: #041e42;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    
    height: auto;
    padding: 30px 20px;
}

.ui_kit_textarea textarea.form-control:focus {
    border: 1px solid #041e42;
}

.contact_form.profile textarea.form-control {
    font-size: 14px;
}

/*== Form Tooltip Widget UI Page ==*/
.alpha-list {
    display: flex;
    flex-wrap:wrap;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
}

.alpha-list li {
    font-size: 15px;
    color: rgb(17 24 39);
    background: rgb(238 238 238);
    border-radius: 5px;    
    font-weight: 600;
    padding: 3px 9px;
    cursor: pointer;
}

.alpha-list li:hover {
    background: rgb(124 58 237);
    border-radius: 5px;
    color: #ffffff;
}
.alpha-list li.active {
    background: rgb(124 58 237);
    border-radius: 5px;
    color: #ffffff;
}

.ui_kit_tooltip .btn {
    background-color: #f3f5f6;
    border-radius: 6px;
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    
    height: 50px;
    margin-right: 5px;
    width: 100px;
}

.ui_kit_tooltip .btn:hover,
.ui_kit_tooltip .btn:active,
.ui_kit_tooltip .btn:focus {
    box-shadow: none;
    border-color: #f3f5f6;
}

/*== Radiobox, Checkbox, Switch Widget UI Page ==*/
.ui_kit_radiobox .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.ui_kit_radiobox input[type="radio"] {
    box-shadow: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.ui_kit_radiobox .radio label {
    color: #041e42;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 39px;
    
    padding-left: 30px;
    position: relative;
}

.ui_kit_radiobox label,
legend {
    display: block;
    font-size: 16px;
}

.ui_kit_radiobox .radio input[type="radio"]:checked label .radio-label {
    background-color: #ffffff;
    box-shadow: inset 0 0 0 5px #041e42;
}

.ui_kit_radiobox .radio input[type="radio"] label .radio-label {
    content: "";
    background-color: #fff;
    border-radius: 100%;
    border: 1px solid #041e42;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -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;
    box-shadow: inset 0 0 0 8px #fff;
    z-index: 100;
    position: absolute;
    top: 10px;
    left: 0;
}

.ui_kit_radiobox label span,
legend span {
    font-weight: 400;
    font-size: 14px;
    color: #444;
}

.ui_kit_radiobox .radio-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: transparent;
    display: block;
}

.ui_kit_radiobox .radio input[type="radio"] label .radio-label:after {
    background-color: #86bc42;
    box-sizing: border-box;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    -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;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    width: 100%;
    z-index: 99;
}

/*== CheckBox Widget UI Page ==*/
.ui_kit_checkbox.style2 .custom-control-label::before {
    border-radius: 8.5px;
}

.custom-control-label:focus,
.custom-control:focus {
    outline: none;
}

.ui_kit_checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #86bc42;
    border-color: #86bc42;
    top: 10px;
}

.ui_kit_checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.sidebar_tag .custom-control-label {
    color: #626974;
    font-size: 15px;
    font-weight: 400;
    justify-content: left;
    line-height: 40px;
    margin: 0;
    outline: none;
    padding-left: 10px;
    padding-right: 15px;
    width: 100%;
}

.sidebar_tag .custom-control-label::before {
    background-color: #ffffff;
    border: 1px solid #f3f5f6;
    border-radius: 6px;
    height: 18px;
    top: 10px;
    width: 18px;
}

.sidebar_tag .custom-control-label::after {
    left: -1.4rem;
    top: 10px;
}

.sidebar_tag .wrapper {
    border-radius: 3px;
    height: 340px;
    overflow: hidden scroll;
}

.sidebar_tag .wrapper::-webkit-scrollbar {
    border-radius: 6px;
    margin-top: 15px;
    margin-right: 10px;
    width: 8px;
    z-index: 3;
}

.sidebar_tag .wrapper::-webkit-scrollbar * {
    background: transparent;
    border-radius: 6px;
}

.sidebar_tag .wrapper::-webkit-scrollbar-track {
    background-color: #f4f4f4;
    border-radius: 6px;
}

.sidebar_tag .wrapper::-webkit-scrollbar-thumb {
    background-color: #dedede !important;
    border-radius: 6px;
}

/*== Custom Check Boxes Start ==*/
.custom_checkbox {
    display: block;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    line-height: 39px;
    
    position: relative;
    padding-left: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.custom_checkbox .checkmark {
    border: 1px solid #041e42;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 0;
    height: 16px;
    width: 16px;
}

.sidebar_widget_checkbox.color_style .custom_checkbox .checkmark {
    background-color: #041e42;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #fff;
    height: 26px;
    width: 26px;
}

.sidebar_widget_checkbox.color_style .custom_checkbox .checkmark:after {
    height: 10px;
    left: 10px;
    top: 6px;
    width: 5px;
}

.sidebar_widget_checkbox.color_style .custom_checkbox .checkmark.style2 {
    background-color: #443297;
}

.sidebar_widget_checkbox.color_style .custom_checkbox .checkmark.style3 {
    background-color: #4a70b1;
}

.sidebar_widget_checkbox.color_style .custom_checkbox .checkmark.style4 {
    background-color: #f5c34b;
}

.sidebar_widget_checkbox.color_style .custom_checkbox .checkmark.style5 {
    background-color: #626974;
}

.sidebar_widget_checkbox.color_style .custom_checkbox .checkmark.style6 {
    background-color: #eaeaea;
}

.enable_disable_btns {
    position: relative;
}

.enable_disable_btns a.btn {
    border-radius: 60px;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    height: 52px;
    line-height: 40px;
    
}

.enable_disable_btns a.btn1 {
    -webkit-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
}

.enable_disable_btns a.btn2 {
    color: #626974;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    height: auto;
    line-height: 22px;
    
}

.custom_checkbox input:checked~.checkmark {
    background-color: #041e42;
}

.custom_checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom_checkbox input:checked~.checkmark:after {
    display: block;
}

.custom_checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*== SwithcBox Widget UI Page ==*/
.ui_kit_whitchbox input.form-check-input {
    background-color: #f3f5f6;
    background-image: url("data:image/svg xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#fff'/></svg>");
    border: 1px solid #ebebeb;
    border-radius: 30px;
    height: 30px;
    width: 60px;
}

.ui_kit_whitchbox input.form-check-input:focus {
    background-image: url("data:image/svg xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='#fff'/></svg>");
    box-shadow: none;
    outline: none;
}

.ui_kit_whitchbox label.form-check-label {
    color: #626974;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    
    line-height: 33px;
    margin-left: 20px;
}

.ui_kit_whitchbox .form-check-input:checked {
    background-color: #041e42;
    box-shadow: none;
}

.ui_kit_whitchbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #041e42;
}

.ui_kit_whitchbox .custom-switch .custom-control-label::before {
    border-radius: 30px;
    height: 30px;
    border: 1px solid #f3f5f6;
    width: 60px;
    -webkit-box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
    -moz-box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
    -o-box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
    box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
}

.ui_kit_whitchbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.ui_kit_whitchbox .custom-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(2rem);
    -moz-transform: translateX(2rem);
    -o-transform: translateX(2rem);
    transform: translateX(2rem);
}

.ui_kit_whitchbox .custom-switch .custom-control-label::after {
    background-color: #626974;
    border-radius: 25px;
    height: 20px;
    left: calc(-2.25rem 5px);
    top: 9px;
    width: 20px;
}

/*== Select Box Widget UI Page ==*/
.bootstrap-select .dropdown-menu li {
    margin: 0 20px;
    padding-left: 0;
}

.bootstrap-select>.dropdown-toggle {
    background-color: transparent;
    border: none;
}

.bootstrap-select>.dropdown-toggle:hover,
.bootstrap-select>.dropdown-toggle:active,
.bootstrap-select>.dropdown-toggle:focus {
    outline: none !important;
}

.bootstrap-select .dropdown-menu li a {
    color: #041e42;
    font-size: 15px;
    font-family: "Montserrat";
    font-weight: normal;
    line-height: 35px;
    padding: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bootstrap-select .dropdown-menu li:hover a {
    color: #443297;
}

.bootstrap-select .dropdown-menu li a,
.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:active,
.bootstrap-select .dropdown-menu li a:focus {
    background-color: transparent;
}

.dropdown-toggle::after {
    vertical-align: 0.1em;
}

.ui_kit_progress_bar .skills li span {
    color: #262626;
}

.ui_kit_multi_select_box .bootstrap-select .dropdown-menu {
    border-radius: 6px;
    -webkit-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
}

.ui_kit_multi_select_box .bootstrap-select .dropdown-menu.show {
    border: 1px solid #041e42;
    padding-top: 5px;
}

.ui_kit_multi_select_box .bootstrap-select .dropdown-menu.show .inner.show {
    border: none;
}

.ui_kit_multi_select_box .bootstrap-select .dropdown-menu.show .inner.show li a {
    border: none;
}

.ui_kit_multi_select_box .bootstrap-select .dropdown-menu li a {
    color: #051036;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 39px;
}

.ui_kit_multi_select_box .bootstrap-select .dropdown-menu li:hover a,
.ui_kit_multi_select_box .bootstrap-select .dropdown-menu li a:active,
.ui_kit_multi_select_box .bootstrap-select .dropdown-menu li a:focus {
    color: #443297;
}

/*== BlockQueto UI Page ==*/
.ui_page_heading {
    position: relative;
}

.ui_page_heading .main_title {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    
}

.ui_page_heading .short_code_title {
    font-size: 18px;
    line-height: 26px;
    
}

.ui_page_heading p {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
    width: 94%;
}

.ui_page_heading .blockquote {
    border-left: 5px solid #f5c34b;
    margin-bottom: 50px;
    padding: 30px 0 35px 80px;
    position: relative;
    width: 80%;
}

.ui_page_heading .blockquote span.icon {
    color: #f5f5f5;
    font-size: 60px;
    font-family: "Font Awesome 6 Pro";
    left: 20px;
    line-height: normal;
    position: absolute;
    top: 0;
    z-index: -1;
}

.ui_page_heading .blockquote .title {
    font-weight: 600;
    line-height: 35px;
    
}

.ui_page_heading .blockquote .blockquote-footer:before {
    display: none;
}

.order_list {
    margin-bottom: 0;
    background: #f6f6f6;
    border-radius: 6px;
}

.order_list li {
    padding-left: 30px;
    position: relative;
    line-height: 28px;
}

.order_list li a span {
    background-color: #041e42;
    color: #041e42;
    left: 0;
    position: absolute;
}

.order_list li a {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    
}

.list-style-type-bullet li {
    color: #2f343b;
    text-align: left;
    list-style-type: disc;
    font-size: 14px;
    letter-spacing: .025em;
    margin-bottom: 15px;
    margin-left: 14px;
    padding-left: 0;
    position: relative;
}

.list-style-type-bullet li:last-child {
    margin-bottom: 0;
}

.list-style-type-check-circle li {
    margin-bottom: 15px;
    position: relative;
}

.list-style-type-check-circle li:before {
    border-radius: 50%;
    border: 1px solid #dddddd;
    color: #6a7a99;
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    font-size: 6px;
    height: 20px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 3px;
    width: 20px;
}

/*== MultiSelect CheckBox Widget UI Page ==*/
.ui_kit_multi_select_box .dropdown.bootstrap-select.show-tick.show .dropdown-menu {
    border-radius: 3px;
    margin: 0;
}

.ui_kit_select_search .dropdown.bootstrap-select {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    -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;
}

.ui_kit_select_search .dropdown.bootstrap-select:hover,
.ui_kit_select_search .dropdown.bootstrap-select:active,
.ui_kit_select_search .dropdown.bootstrap-select:focus,
.ui_kit_select_search .dropdown.bootstrap-select:visited,
.ui_kit_select_search .dropdown-menu.show {
    border: 1px solid #041e42;
    color: #041e42;
    -webkit-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
}

.ui_kit_select_search .dropdown-menu.show,
.ui_kit_multi_select_box .bootstrap-select .dropdown-menu {
    margin-top: 25px !important;
}

.ui_kit_select_search button.btn.dropdown-toggle.bs-placeholder.btn-light.show {
    border: 1px solid #041e42;
    color: #041e42;
    -webkit-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
}

.ui_kit_select_search .dropdown-menu.show .inner.show,
.ui_kit_multi_select_box .bootstrap-select .dropdown-menu.show .inner.show {
    border: none;
    margin-top: 0 !important;
}

.ui_kit_select_search .bootstrap-select .dropdown-menu li a span.text {
    font-size: 14px;
    color: #041e42;
    line-height: 2.5;
}

.ui_kit_select_search .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.ui_kit_multi_select_box .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.ui_kit_select_search .bootstrap-select>.dropdown-toggle,
.ui_kit_multi_select_box .bootstrap-select>.dropdown-toggle {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    color: #626974;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
    line-height: 45px;
    padding-left: 15px;
}

.ui_kit_multi_select_box .bootstrap-select .btn.dropdown-toggle:hover,
.ui_kit_multi_select_box .bootstrap-select .btn.dropdown-toggle:active,
.ui_kit_multi_select_box .bootstrap-select .btn.dropdown-toggle:focus,
.ui_kit_multi_select_box .bootstrap-select .btn.dropdown-toggle:focus-visible {
    border: 1px solid #041e42;
    color: #041e42;
    -webkit-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
}

.ui_kit_select_search .filter-option-inner-inner:focus,
.ui_kit_multi_select_box .filter-option-inner-inner:focus {
    outline: none;
}

.ui_kit_select_search .bootstrap-select .dropdown-menu li a {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
    
    padding-left: 15px;
}

.ui_kit_select_search .bootstrap-select .dropdown-menu li:hover {
    background-color: #f3f5f6;
    border-radius: 6px;
}

.ui_kit_select_search .bootstrap-select .dropdown-menu li:hover {
    color: #443297;
}

/*== Select Search Box Widget UI Page ==*/
.ui_kit_select_search button.btn {
    background-color: #ffffff !important;
    border: none;
    border-bottom: 2px solid #f3f5f6;
    border-radius: 0;
    color: #696969 !important;
    height: 50px;
    line-height: 40px;
    padding-left: 0;
    -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;
}

.ui_kit_select_search.add_new_property button.btn {
    font-size: 14px;
    height: auto;
    line-height: 30px;
}

.ui_kit_select_search.add_new_property button.btn:focus,
.ui_kit_select_search button.btn:focus {
    box-shadow: none !important;
    outline: none !important;
}

.ui_kit_select_search .bs-searchbox {
    padding: 24px 20px 5px;
}

.ui_kit_select_search .bs-searchbox .form-control {
    background-color: #f3f5f6;
    border-radius: 6px;
    color: #041e42;
    font-size: 15px;
    line-height: 22px;
    height: 50px;
}

.ui_kit_select_search .bs-searchbox .form-control:focus {
    border: transparent;
    box-shadow: none;
    outline: none;
}

.ui_kit_select_search .search_select_box .bs-searchbox:before {
    color: #051036;
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    font-size: 13px;
    line-height: 55px;
    position: absolute;
    right: 40px;
    z-index: 999;
}

.ui_kit_select_search .bs-searchbox:before {
    color: #d0d1d3;
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    font-size: 20px;
    line-height: 45px;
    position: absolute;
    right: 25px;
    z-index: 999;
}

.ui_kit_select_search .dropdown-item {
    color: #041e42;
}

.ui_kit_select_search .dropdown-item:hover {
    background-color: transparent;
    color: #221f1f;
    font-weight: 600;
}

.ui_kit_select_search .dropdown-item.active,
.ui_kit_select_search .dropdown-item:active {
    background-color: transparent;
    color: #626974;
}

/*== Blog Post Main Page ==*/
.mbp_pagination {
    display: inline-block;
    position: relative;
    width: 100%;
}

.mbp_pagination ul.page_navigation {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.mbp_pagination ul.page_navigation li.page-item {
    display: inline-block;
    margin-right: 6px;
}

.mbp_pagination ul.page_navigation li .page-link {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #051036;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 50px;
}

.mbp_pagination ul.page_navigation li .page-link:focus {
    box-shadow: none;
}

.mbp_pagination ul.page_navigation li:first-child .page-link {
    border: 1px solid #eaeaea;
}

.mbp_pagination ul.page_navigation li:last-child .page-link {
    border: 1px solid #112137;
}

.mbp_pagination ul.page_navigation li .page-link:hover {
    background-color: #f3f5f6;
}

.pagination_page_count {
    color: #041e42;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    
    margin-bottom: 0;
}

.mbp_pagination ul.page_navigation li.active .page-link {
    background-color: #f5c34b;
    border: 1px solid #f5c34b;
    color: #041e42;
}

.mbp_pagination .new_line_pagination {
    position: relative;
}

.mbp_pagination .new_line_pagination p {
    color: #626974;
    font-size: 15px;
    line-height: 22px;
}

.mbp_pagination .new_line_pagination .pagination_line {
    background-color: #f3f5f6;
    border-radius: 10px;
    height: 6px;
    margin: 0 auto 15px;
    max-width: 300px;
    position: relative;
    width: 100%;
}

.mbp_pagination .new_line_pagination .pagination_line:before {
    background-color: #86bc42;
    border-radius: 10px;
    content: "";
    left: 0;
    height: 6px;
    max-width: 119px;
    position: absolute;
    width: 100%;
}

.mbp_pagination .new_line_pagination .pagi_btn {
    position: relative;
}

.mbp_pagination .new_line_pagination .pagi_btn:before {
    background-color: #86bc42;
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px;
}

.mbp_thumb_post .thumb {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.mbp_thumb_post p {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.main_blog_post_content {
    position: relative;
}

.main_blog_post_content .mbp_thumb_post .details {
    padding-top: 30px;
}

.main_blog_post_content .mbp_thumb_post .details ul.post_meta {
    margin-bottom: 20px;
}

.mbp_thumb_post .details .post_meta li:nth-child(2) {
    margin-right: 20px;
    margin-left: 8px;
}

.mbp_thumb_post .details .post_meta li:nth-child(4) {
    margin-left: 8px;
}

.bsp_comments {
    padding: 15px 0 0;
    position: relative;
}

.bsp_comments .sub_title {
    line-height: 26px;
    
}

.bsp_comments .sspd_postdate {
    color: #626974;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    
}

.bsp_comments p {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.event_counter_plugin_container {
    position: relative;
}

.event_counter_plugin_content ul {
    margin-bottom: 0;
}

.sale_product_item {
    border: 2px solid #041e42;
    border-radius: 6px;
    padding: 20px;
    padding-bottom: 10px;
}

.sale_product_item.home10_style {
    border: none;
}

.sale_product_item.home10_style .event_counter_plugin_content ul li span {
    color: #041e42;
}

.sale_product_item .event_counter_plugin_content ul li span:first-child {
    margin-top: 0;
}

.sale_product_item .event_counter_plugin_content ul li {
    color: #041e42;
    border: none;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: normal;
}

.sale_product_item .event_counter_plugin_content ul li span {
    color: #e7b641;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: normal;
}

.sale_product_item.home6_style {
    border: none;
}

.sale_product_item.home6_style .event_counter_plugin_content ul li,
.sale_product_item.home6_style .event_counter_plugin_content ul li span {
    color: #ffffff;
}

.event_counter_plugin_content ul li {
    border: 1px solid #041e42;
    border-radius: 6px;
    color: #041e42;
    display: inline-block;
    font-size: 15px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    width: 80px;
}

.event_counter_plugin_content ul li,
.event_counter_plugin_content ul li,
.event_counter_plugin_content ul li {
    margin-bottom: 10px;
    margin-right: 10px;
}

.event_counter_plugin_content ul li:last-child {
    margin-right: 0;
}

.event_counter_plugin_content ul li span:first-child {
    margin-top: 10px;
}

.event_counter_plugin_content ul li span {
    color: #041e42;
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 35px;
    
}

.event_counter_plugin_content ul li span.schdule {
    color: #041e42;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    
    text-transform: uppercase;
}

.event_counter_plugin_content ul li .time_text {
    color: #041e42;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
}

.home3_style .event_counter_plugin_content ul li span {
    border: 1px solid #cf3e3b;
    color: #cf3e3b;
}

.home3_style .event_counter_plugin_content ul {
    text-align: center;
}

.home5_style .event_counter_plugin_content ul li span {
    background-color: #fff;
    border: 1px solid #fff;
    color: #cf3e3b;
}

.home5_style .event_counter_plugin_content ul li .time_text {
    color: #fff;
}

.shop_single_countdown .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    
}

.shop_single_countdown .event_counter_plugin_content ul li {
    border: 1px solid #68b65b;
    color: #68b65b;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    
}

.shop_single_countdown .event_counter_plugin_content ul li span {
    color: #68b65b;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
}

/*== Blog Grid Post ==*/
/*== Search Widget Blog Page ==*/
.sidebar_feature_listing .title {
    color: #041e42;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    
    margin-bottom: 20px;
}

.sidebar_feature_listing .flex-shrink-0 {
    margin-bottom: 20px;
}

.sidebar_feature_listing .flex-shrink-0 img {
    border-radius: 6px;
    height: 100px;
    width: 100px;
}

.sidebar_feature_listing .post_title {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.sidebar_feature_listing .flex-grow-1 a {
    color: #626974;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    
}

.sidebar_feature_listing .flex-grow-1 ul li {
    font-size: 14px;
    color: #041e42;
    line-height: 1.2;
    margin-right: 0;
}

.blog_search_widget button.btn {
    height: 48px;
}

.blog_search_widget input.form-control,
.header_search_widget input.form-control {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    flex: 1;
    height: 45px;
    margin-bottom: 0;
    padding-left: 20px;
    width: 100%;
    -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;
}

.dashboard_page.header_search_widget input.form-control,
.dashboard_page.header_search_widget button.btn {
    height: 55px;
}

.blog_search_widget input.form-control:focus,
.dashboard_page.header_search_widget input.form-control:focus,
.dashboard_page.header_search_widget button.btn:focus {
    box-shadow: none;
}

.blog_search_widget input.form-control:focus {
    border-right: none;
}

.blog_search_widget button.btn,
.header_search_widget button.btn {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-left: none;
    border-radius: 0 6px 6px 0;
    color: #041e42;
    height: 45px;
    z-index: 0;
}

.blog_search_widget button.btn:focus,
.header_search_widget button.btn:focus {
    box-shadow: none;
}

.header_right_widgets {
    position: relative;
}

.header_right_widgets ul li a {
    border-radius: 16px;
    color: #041e42;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 55px;
    width: 50px;
}

.header_right_widgets ul li:last-child a {
    height: auto;
    line-height: initial;
    margin: 0;
    padding: 0 0 0 5px;
    width: auto;
}

.header_right_widgets ul li:last-child a:hover {
    background-color: transparent;
}

.header_right_widgets ul li a:hover {
    background-color: #f3f5f6;
}

span.active_status {
    background-color: #e95050;
    border: 1px solid #ffffff;
    border-radius: 10px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 0;
    width: 12px;
}

span.active_status.active {
    background-color: #50cd89;
}

/*== Tag Widget Blog Page ==*/
.blog_tag_widget {
    margin-bottom: 20px;
    position: relative
}

.blog_tag_widget.filter_sidebar {
    padding: 0 0px
}

.blog_tag_widget.filter_sidebar {
    padding: 0
}

.blog_tag_widget .title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    
    margin-bottom: 20px
}

.blog_tag_widget .tag_list li a,
.bsp_tags li a {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    display: block;
    height: 42px;
    font-size: 14px;
    font-weight: 600;
    
    line-height: 40px;
    margin-bottom: 10px;
    width: 88px;
    text-align: center;
    -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;
}

.blog_tag_widget .tag_list li a:hover,
.bsp_tags li a:hover {
    background-color: #041e42;
    color: #ffffff;
}

.mbp_blockquote {
    border-radius: 3px;
    margin-top: 25px;
}

.mbp_blockquote .blockquote {
    border-left: 5px solid #f5c34b;
    margin-bottom: 30px;
    padding: 30px 0 35px 70px;
    position: relative;
}

.mbp_blockquote .blockquote:before {
    background-color: transparent;
}

.mbp_blockquote .blockquote span.icon {
    color: #f5f5f5;
    font-size: 60px;
    font-family: "Font Awesome 6 Pro";
    left: 15px;
    line-height: normal;
    position: absolute;
    top: 0;
}

.mbp_blockquote .blockquote .title {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    
}

.mbp_blockquote .blockquote .icon {
    color: #626974;
    line-height: 0;
}

.mbp_blockquote .blockquote em {
    font-size: 16px;
    color: #041e42;
    font-style: italic;
    font-weight: 600;
    line-height: 26px;
}

.mbp_blockquote .blockquote .blockquote-footer:before {
    display: none;
}

.bpost_simage li {
    margin-bottom: 10px;
    max-width: 305px;
}

.bpost_simage li img {
    border-radius: 6px;
}

.custom_bsp_grid {
    position: relative;
}

.custom_bsp_grid li {
    margin-bottom: 0;
}

.custom_bsp_grid li a {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    
}

.bsp_tags {
    position: relative;
}

.blog_post_share li:first-child {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    
}

.blog_post_share li {
    border-radius: 3px;
    margin-bottom: 10px;
    text-align: center;
    -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;
}

.blog_post_share li:last-child a span {
    margin-right: 0;
}

.blog_post_share li:hover {
    cursor: pointer;
}

.blog_post_share li a {
    border-radius: 50%;
    color: #041e42;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    -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;
}

.blog_post_share li a:hover {
    background-color: #f3f5f6;
}

.mbp_pagination_tab .pag_prev,
.mbp_pagination_tab .pag_next {
    position: relative;
}

.mbp_pagination_tab .pag_prev .icon,
.mbp_pagination_tab .pag_next .icon {
    color: #041e42;
    font-size: 14px;
}

.mbp_pagination_tab .pag_prev .detls .ptitle,
.mbp_pagination_tab .pag_next .detls .ptitle {
    line-height: 28px;
    
}

.mbp_pagination_tab .pag_prev .detls .ptitle:hover,
.mbp_pagination_tab .pag_next .detls .ptitle:hover {
    color: #443297;
}

.mbp_pagination_tab .pag_prev .detls p,
.mbp_pagination_tab .pag_next .detls p {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.mbp_pagination_tab {
    position: relative;
}

.mbp_pagination_tab .pag_prev .detls {
    display: inline-block;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
}

.mbp_pagination_tab .pag_prev a:hover,
.mbp_pagination_tab .pag_next a:hover {
    color: #86bc42;
}

.mbp_pagination_comments {
    position: relative;
}

.mbp_pagination_comments .total_review {
    padding: 30px 0 0;
    position: relative;
}

.mbp_pagination_comments .total_review h4 {
    color: #041e42;
    line-height: 26px;
    margin-bottom: 0;
}

.mbp_pagination_comments .title {
    font-size: 20px;
    margin-bottom: 30px;
}

.mbp_pagination_comments .mbp_first.media {
    padding: 30px 0 0;
}

.mbp_pagination_comments .mbp_first.media img {
    width: 70px;
}

.mbp_pagination_comments .mbp_first.media .media-body p {
    font-size: 14px;
    line-height: 1.714;
}

.mbp_pagination_comments .mbp_first .media-body .sub_title {
    color: #041e42;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 0;
}

.mbp_pagination_comments .mbp_first .media-body .sspd_postdate {
    color: #626974;
    font-size: 14px;
    line-height: 20px;
}

.mbp_pagination_comments .mbp_first .media-body .sspd_postdate .sspd_review ul li a,
.sspd_review ul li a,
.shop_item .details .review ul li a {
    color: #f5c34b;
    font-family: "Font Awesome 6 Pro";
    font-size: 10px;
    line-height: 11px;
    text-align: right;
}

.vendor_single .sspd_review ul li a {
    font-size: 14px;
}

.review_average {
    position: relative;
}

.review_average .title {
    font-family: Montserrat;
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
    
}

.single_line_review {
    position: relative;
}

.single_line_review .progress-bar {
    background-color: transparent;
    height: 6px;
    overflow: hidden;
    position: relative;
}

.single_line_review .progress-bar__bg {
    background-color: #f3f5f6;
    border-radius: 6px;
    height: 6px;
    width: 300px;
}

.single_line_review .progress-bar__bar {
    background-color: #f5c34b;
    border-radius: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    width: 70%;
    z-index: 1;
}

.mbp_pagination_comments .mbp_first .media-body .sspd_postdate .sspd_review ul li:last-child a {
    color: #ebebeb;
}

.mbp_pagination_comments .mbp_first .media-body .sspd_postdate .sspd_review ul li,
.sspd_review ul li,
.shop_item .details .review ul li {
    margin-right: 2px !important;
}

.sspd_review ul li:last-child {
    color: #ebebeb;
    font-size: 12px;
}

.review_post_meta {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
    position: relative;
}

.review_content_para {
    position: relative;
}

.review_content_para p {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.review_cansel_btns {
    position: relative;
}

.review_cansel_btns a {
    border: 2px solid transparent;
    border-radius: 6px;
    color: #626974;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    height: 42px;
    line-height: 27px;
    
    -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;
    width: 99px;
}

.review_cansel_btns a:hover {
    color: #041e42;
    border: 2px solid #eaeaea;
}

.all_review_btn {
    position: relative;
}

.all_review_btn .btn {
    height: 52px;
    line-height: 30px;
    width: 169px;
}

.more_btn .btn {
    height: 52px;
    padding: 12px 45px;
    width: auto;
}

.account_user_deails {
    position: relative;
}

.users_account_details .ed_menu_list ul li {
    line-height: 45px;
}

.users_account_details .ed_menu_list ul li a {
    color: #041e42;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
}

.users_account_details .ed_menu_list ul li a:before {
    display: none;
}

.users_account_details .ed_menu_list ul li a.active {
    color: #041e42;
}

.users_account_details .ed_menu_list ul li a span {
    font-size: 20px;
    padding-right: 10px;
    vertical-align: middle;
}

.account_details_user {
    position: relative;
}

.account_details_user img {
    height: 40px;
    margin-top: 5px;
    width: 40px;
}

.account_details_user .content_details .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    
    margin: 0;
}

.account_details_user .content_details .stitle {
    color: #041e42;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    
}

.account_details_page {
    position: relative;
}

.account_details_page .second_step_setup .title {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    
    margin-bottom: 0;
}

.account_details_page .second_step_setup p {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.ed_menu_list::-webkit-scrollbar {
    margin-top: 15px;
    margin-right: 10px;
    width: 6px;
    z-index: 3;
}

.ed_menu_list::-webkit-scrollbar * {
    background: transparent;
}

.ed_menu_list::-webkit-scrollbar-track {
    display: none;
}

.ed_menu_list::-webkit-scrollbar-thumb {
    background-color: #E6E9EC !important;
    border-radius: 6px;
}

.ed_menu_list ul {
    margin-bottom: 0;
}

.ed_menu_list ul li a {
    color: #041e42;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    
    position: relative;
    -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;
}

.ed_menu_list ul li a.active {
    color: #86bc42;
}

.ed_menu_list ul li a.active:before {
    background-color: #86bc42;
    bottom: 5px;
    content: "";
    height: 2px;
    position: absolute;
    width: 40px;
}

.our-dashbord {
    position: relative;
}

.our-dashbord.dashbord .container-fluid {
    padding-left: 3%;
    padding-right: 60px;
}

.password_change_form form input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(221, 221, 221);
    border-radius: 5px;
    background-color: rgba(196, 14, 117, 0);
    height: 48px;
    margin-bottom: 30px;
    padding-left: 20px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.password_change_form form input:focus {
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    outline: none;
}

.password_change_form form button {
    border-radius: 6px;
    height: 55px;
    padding: 0 35px;
}

.password_change_form form button:focus {
    box-shadow: none;
    outline: none;
}

.statistics_funfact {
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 30px 25px;
    position: relative;
    -webkit-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    -moz-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    -o-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
}

.statistics_funfact .title {
    color: #041e42;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    
    margin: 10px 0;
}

.statistics_funfact .title .badge {
    border-radius: 6px;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    
    margin-left: 7px;
    margin-top: 5px;
    width: 60px;
    padding: 0;
}

.statistics_funfact .title .badge.style1 {
    background-color: #50cd89;
}

.statistics_funfact .title .badge.style2 {
    background-color: #e95050;
}

.statistics_funfact .subtitle1 {
    color: #041e42;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    
}

.statistics_funfact .subtitle2 {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.statistics_funfact .subtitle2 span {
    color: #443297;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}

.statistics_funfact .icon {
    background-color: #f3f5f6;
    border-radius: 16px;
    color: #041e42;
    font-size: 30px;
    height: 60px;
    line-height: 65px;
    position: relative;
    width: 60px;
}

.application_statics,
.dashboard_product_list,
.dashboard_setting_box {
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 30px 30px 25px 0;
    position: relative;
    -webkit-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    -moz-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    -o-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
}

.dashboard_product_list,
.dashboard_setting_box {
    padding: 30px;
}

.dashboard_product_list .order_table .table td {
    padding: 20px 10px;
}

.circle_chart_box,
.recent_activity_widget {
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 30px;
    padding: 30px;
    position: relative;
    -webkit-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    -moz-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    -o-box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
    box-shadow: 0px 1px 4px rgba(20, 3, 66, 0.07);
}

.report_widget ul li.report_export a {
    background-color: #f3f5f6;
    border-radius: 8px;
    color: #041e42;
    display: block;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 111px;
}

/*== Header User Setting ID ==*/
.user_setting {
    position: relative;
}

.user_setting .btn {
    border: 1px solid transparent;
    color: #ffffff;
}

.user_setting a.btn.dropdown-toggle:after {
    display: none;
}

.user_setting .btn:focus {
    border: 1px solid transparent;
    box-shadow: none;
}

.user_setting .dropdown-menu.show {
    border: none;
    border-radius: 6px;
    margin-top: 0;
    margin-left: -195px !important;
    padding: 20px 30px;
    -webkit-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    width: 250px;
    transform: translate(0px, 66px) !important;
}

.user_setting .dropdown-menu.show:before {
    content: "";
    position: absolute;
    right: 40px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent transparent transparent;
}

.user_setting .dropdown-menu.show .user_set_header {
    padding: 10px 0;
}

.user_setting .dropdown-menu.show .user_set_header img {
    margin-left: -10px;
    margin-right: 15px;
    margin-top: -15px;
}

.user_setting .dropdown-menu .user_set_header p {
    font-size: 16px;
    color: #041e42;
    line-height: 1.2;
}

.user_setting .dropdown-menu .user_set_header p span {
    font-size: 14px;
    color: rgb(126, 126, 126);
    line-height: 1.2;
}

.user_setting .dropdown-menu .user_setting_content {
    padding: 0;
}

.user_setting .dropdown-menu .user_setting_content a {
    color: #041e42;
    font-size: 16px;
    line-height: 2.125 !important;
    padding-left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.user_setting .dropdown-menu .user_setting_content a:hover {
    padding-left: 5px;
    color: #663259;
}

.user_setting .dropdown-menu .user_setting_content a.active,
.user_setting .dropdown-menu .user_setting_content a.active span,
.user_setting .dropdown-menu .user_setting_content a:hover,
.user_setting .dropdown-menu .user_setting_content a:hover span {
    background-color: transparent;
    color: #443297;
    font-weight: 600;
}

.user_setting .dropdown-menu .user_setting_content a span {
    margin-right: 10px;
}

.message_container {
    background-color: #ffffff;
    border: 1px solid #f3f5f6;
    border-radius: 6px;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}

.inbox_user_list {
    display: inline-block;
    padding: 30px 30px 27px;
    width: 100%;
}

.inbox_user_list ul {
    height: 620px;
    overflow-y: scroll;
}

.inbox_user_list ul::-webkit-scrollbar {
    background: transparent;
    border-radius: 3px;
    padding-right: 10px;
    width: 4px;
}

.inbox_user_list ul::-webkit-scrollbar-thumb {
    background-color: #f7f7f7;
    border-radius: 3px;
    height: 250px;
}

.inbox_user_list .wrap {
    position: relative;
}

.inbox_user_list .wrap img {
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}

.inbox_user_list .wrap .meta h5.name {
    font-size: 14px;
    color: #041e42;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 5px;
}

.inbox_user_list .wrap .meta p.preview {
    font-size: 14px;
    color: #626974;
    line-height: 18px;
    margin-bottom: 0;
}

.iul_notific small {
    display: block;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.inbox_user_list .wrap .m_notif {
    border: 1px solid #ffffff;
    border-radius: 50%;
    background-color: #86bc42;
    color: #ffffff;
    font-size: 8px;
    font-weight: 600;
    height: 20px;
    line-height: 18px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 33px;
    width: 20px;
}

.inbox_user_list .wrap .m_notif.online {
    background-color: #34a853;
}

.inbox_user_list .wrap .m_notif.away {
    background-color: #f9ab00;
}

.inbox_user_list .wrap .m_notif.busy {
    background-color: #e74c3c;
}

.inbox_user_list ul li {
    padding: 15px 0;
}

.inbox_user_list .iu_heading {
    padding-bottom: 25px;
}

.inbox_user_list ul li.contact .wrap .meta {
    display: inline-block;
    margin-top: 10px;
}

.inbox_user_list ul li.contact .wrap span {
    background-color: #95a5a6;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 13px;
    left: 50px;
    margin: 0px 0 0 1px;
    position: absolute;
    width: 13px;
}

.inbox_user_list ul li.contact .wrap span.online {
    background-color: #2ecc71;
}

.inbox_user_list ul li.contact .wrap span.away {
    background-color: #f1c40f;
}

.inbox_user_list ul li.contact .wrap span.busy {
    background-color: #e74c3c;
}

.inbox_user_list ul li.contact .wrap img {
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    width: 50px;
}

.message_container .inbox_chatting_box {
    position: relative;
    max-height: 575px !important;
    height: auto;
    margin-right: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.message_container .inbox_chatting_box::-webkit-scrollbar {
    background: transparent;
    border-radius: 3px;
    padding-right: 10px;
    width: 4px;
}

.message_container .inbox_chatting_box::-webkit-scrollbar-thumb {
    background-color: #ededed;
    border-radius: 3px;
}

.message_container .user_heading {
    background-color: #ffffff;
    border-bottom: 1px solid rgb(235, 235, 235);
    border-radius: 8px 8px 0 0;
    padding: 30px;
    position: relative;
}

.inbox_chatting_box .chatting_content {
    display: inline-block;
    padding: 15px 30px 0 30px;
    position: relative;
    width: 100%;
}

.message_container .user_heading .wrap img {
    float: left;
    margin-right: 10px;
    border-radius: 50%;
}

.message_container .user_heading .wrap h5.name {
    font-size: 14px;
    font-weight: 600;
    color: #041e42;
    line-height: 18px;
    margin-bottom: 0;
}

.message_container .user_heading .wrap p.preview {
    font-size: 15px;
    color: #626974;
    line-height: 1.867;
    margin-bottom: 0;
}

.inbox_chatting_box .chatting_content li {
    padding: 25px 0;
    margin-bottom: 0;
}

.inbox_chatting_box .chatting_content li.sent {
    float: left;
    clear: both;
}

.inbox_chatting_box .chatting_content li img {
    border-radius: 50px;
    margin-bottom: 10px;
}

.inbox_chatting_box .chatting_content li {
    display: block;
}

.inbox_chatting_box .chatting_content li .title {
    color: #041e42;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 15px;
}

.inbox_chatting_box .chatting_content li .date_time {
    font-size: 14px;
    margin-bottom: 5px;
}

.inbox_chatting_box .chatting_content li p {
    background-color: #f3f5f6;
    border-radius: 6px;
    color: #041e42;
    font-size: 15px;
    padding: 15px 20px;
    max-width: 456px;
}

.inbox_chatting_box .chatting_content li.reply {
    float: right;
    clear: both;
}

.inbox_chatting_box .chatting_content li.reply.first {
    margin: -15px 0;
}

.inbox_chatting_box .chatting_content li.reply p {
    background-color: #f3f5f6;
    border-radius: 6px;
    color: #041e42;
    max-width: 450px;
    padding: 15px 30px;
    text-align: right;
}

.message_container .message_input {
    background-color: #f9fafc;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

.message_container .message_input form input.form-control {
    color: #626974;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #f3f5f6;
    height: 100px;
    padding: 20px 30px;
    width: 100%;
}

.message_container .message_input form input::placeholder {
    font-size: 14px;
    font-weight: normal;
    color: #041e42;
    line-height: 18px;
}

.message_container .message_input form input.form-control:focus {
    box-shadow: none;
    outline: none;
}

.message_container .message_input form input.form-control:focus::placeholder {
    color: #041e42;
}

.message_container .message_input form button.btn {
    background-color: #f5c34b;
    border: 1px solid #f5c34b;
    border-radius: 6px;
    color: #041e42;
    font-size: 15px;
    flex: 1;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 150px;
}

.message_container .message_input form button.btn:focus {
    box-shadow: none;
    outline: none;
}

.message_container .message_input form button.btn span {
    font-size: 20px;
    padding-left: 10px;
}

.dashboard_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 100;
}

.dashboard_header {
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dashboard_header_logo {
    position: relative;
}

.dashboard_header_logo .logo {
    color: #041e42;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
}

.dashboard {
    display: flex;
}

.dashboard__sidebar {
    background-color: white;
    flex-shrink: 0;
    height: calc(100% - 90px);
    left: 0;
    margin-top: 90px;
    overflow-y: scroll;
    padding: 30px;
    padding-top: 60px;
    padding-bottom: 40px;
    position: fixed;
    width: 300px;
}

.dashboard__main {
    margin-top: 90px;
    padding-left: 300px;
    width: 100%;
}

.dashboard .dashboard__main {
    will-change: padding-left;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.dashboard.dsh_board_sidebar_hidden .dashboard__main {
    padding-left: 0;
}

.dashboard .dashboard__sidebar {
    will-change: transform;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 9;
}

.dashboard__content {
    border-radius: 16px;
    padding: 60px;
    width: 100%;
}

.dashboard_sidebar_list .sidebar_list_item a {
    align-items: center;
    border-radius: 16px;
    color: #041e42;
    display: flex;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
    -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;
}

.dashboard_sidebar_list .sidebar_list_item a i {
    font-size: 20px;
    vertical-align: middle;
}

.dashboard_sidebar_list .sidebar_list_item a:hover,
.dashboard_sidebar_list .sidebar_list_item a:active,
.dashboard_sidebar_list .sidebar_list_item a:focus,
.dashboard_sidebar_list .sidebar_list_item a.-is-active {
    background-color: #f5c34b;
    color: #041e42;
}

.dashboard.dsh_board_sidebar_hidden .dashboard__sidebar {
    transform: translateX(-100%);
}

.dashboard__sidebar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.dashboard__sidebar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
}

.dashboard_title_area {
    position: relative;
}

.dashboard_title_area .para {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.dashboard-timeline-label {
    position: relative;
}

.dashboard-timeline-label .timeline-item {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.dashboard-timeline-label .child-timeline-label {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    
    width: 55px;
    flex-shrink: 0;
    position: relative;
    color: #041e42;
}

.dashboard-timeline-label:before {
    background-color: #e5eaee;
    bottom: 0;
    content: "";
    left: 52px;
    position: absolute;
    top: 20px;
    width: 3px;
}

.dashboard-timeline-label .timeline-badge {
    align-items: center;
    color: #663259;
    border-radius: 100%;
    display: flex;
    flex-shrink: 0;
    font-size: 16px;
    justify-content: center;
    margin-left: -7px;
    margin-top: 3px;
    position: relative;
    z-index: 1;
}

.dashboard-timeline-label .timeline-badge.color2 {
    color: #1bc5bd;
}

.dashboard-timeline-label .timeline-badge.color3 {
    color: #f64e60;
}

.dashboard-timeline-label .timeline-badge.color4 {
    color: #3699ff;
}

.dashboard-timeline-label .timeline-badge.color5 {
    color: #ef6327;
}

.dashboard-timeline-label .timeline-badge.color6 {
    color: #8950fc;
}

.dashboard-timeline-label .timeline-item .ra_pcontent .title {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
}

.dashboard-timeline-label .timeline-item .ra_pcontent .subtitle {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.dashboard-timeline-label .timeline-item .ra_pcontent .ra-img li {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

/*== DashBoard Pages Timeline End ==*/
/*== Pricing SLider ==*/
input.amount,
input.amount2,
input.amount3,
input.amount4 {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    box-shadow: none;
    color: #041e42;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    line-height: 22px;
    
    margin-top: 45px;
    padding: 10px 20px;
    text-align: center;
    width: 95px;
}

input.amount:hover,
input.amount:active,
input.amount:focus,
input.amount2:hover,
input.amount2:active,
input.amount2:focus {
    outline: none;
}

input.amount2 {
    float: right;
}

input.amount::placeholder,
input.amount2::placeholder,
input.amount3::placeholder,
input.amount4::placeholder {
    color: #041e42;
}

.slider-range.ui-slider.ui-corner-all.ui-slider-horizontal.ui-widget.ui-widget-content {
    background-color: #f3f5f6;
    border: 1px solid transparent;
    border-radius: 6px;
    height: 2px;
}

.ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #041e42;
    height: 2px;
}

span.ui-slider-handle.ui-corner-all.ui-state-default,
span.ui-slider-handle.ui-corner-all.ui-state-default:active,
span.ui-slider-handle.ui-corner-all.ui-state-default:focus,
span.ui-slider-handle.ui-corner-all.ui-state-default:hover,
span.ui-slider-handle.ui-corner-all.ui-state-default:focus-visible {
    background-color: #fff;
    border: 2px solid #041e42;
    border-radius: 50%;
    height: 14px;
    outline: none;
    top: -6px;
    width: 14px;
}

/* New Pricing Range Smooth Slider */
#slider-range-value1,
#slider-range-value2,
#slider-range-value3,
#slider-range-value4 {
    background-color: #f3f5f6;
    border-radius: 6px;
    color: #041e42;
    font-size: 14px;
    font-weight: 400;
    
    margin-top: -55px;
    padding: 10px 20px;
    text-align: center;
    width: 95px;
}

#slider-range-value1,
#slider-range-value3 {
    float: left;
}

#slider-range-value2 {
    float: right;
}

.slider-labels {
    margin-top: 15px;
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}

.noUi-handle {
    position: relative;
    z-index: 1;
}

.noUi-stacking .noUi-handle {
    z-index: 10;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.noUi-horizontal .noUi-handle {
    background-color: #f3f5f6;
    border: 2px solid #041e42;
    border-radius: 50%;
    height: 14px;
    left: -7px;
    top: -8px;
    width: 14px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(19, 19, 28, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(19, 19, 28, 0.2);
    -o-box-shadow: 0px 0px 5px 0px rgba(19, 19, 28, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(19, 19, 28, 0.2);
}

.noUi-background {
    background-color: #f3f5f6;
    border-radius: 6px;
    height: 2px;
}

.noUi-connect {
    background-color: #041e42;
    border-radius: 30px;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}

.noUi-draggable {
    cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}

.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.noUi-handle:active {
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
}

[disabled].noUi-connect,
[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
    cursor: not-allowed;
}

.filter_components #slider-range-value1,
.filter_components #slider-range-value3 {
    margin: 0;
    margin-left: 0;
    margin-right: 10px;
}

.filter_components #slider-range-value1,
.filter_components #slider-range-value2,
.filter_components #slider-range-value3,
.filter_components #slider-range-value4 {
    background-color: transparent;
    border: 1px solid #eaeaea;
    height: 45px;
    width: 95px;
}

.testimonial_content {
    background-color: #ffffff;
    border-radius: 6px;
    height: 300px;
    margin: 70px 100px;
    position: relative;
    padding: 60px 100px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.05);
}

.testimonial_content .thumb {
    display: inline-block;
    margin-bottom: 40px;
    margin-top: -120px;
    position: relative;
}

.testimonial_content .thumb h4 {
    margin-bottom: 0;
}

.testimonial_content .thumb p {
    color: #86bc42;
    margin-bottom: 0;
}

.testimonial_content .thumb img {
    border-radius: 50%;
    margin-bottom: 20px;
}

.testimonial_content .details p {
    font-size: 15px;
    line-height: 28px;
    margin: 0 auto;
    max-width: 510px;
}

.form_grid {
    position: relative;
}

.form_grid .contact_form label.form-label {
    color: #041e42;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    
}

.search_field input {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    color: #626974;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
}

.form_grid .contact_form textarea.form-control {
    color: #041e42;
    font-size: 15px;
    line-height: 28px;
    padding: 20px 0 0 15px;
}

.search_field.property input.form-control {
    height: auto;
    width: 270px;
}

.search_field input {
    margin-bottom: 30px;
}

.search_field input.form-control {
    height: 45px;
}

.form_grid .contact_form button {
    border-radius: 6px;
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    height: 52px;
    width: 167px;
    -webkit-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
}

.contact_form.profile {
    background-color: #fff;
    border-radius: 3px;
    padding: 30px;
    -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
    box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}

/*== CSS Animation Code End ==*/
section {
    padding: 60px 0;
    position: relative;
}

.main-title {
    position: relative;
    margin-bottom: 25px;
}

.main-title h2 {
    font-family: Montserrat-Bold;
    font-size: 1.25rem;
    font-weight: 600;
    
}

.main-title h3 {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 0;
}

.our-partners h2 {
    
}

.main-title p {
    color: #4F5970;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.main-title p a {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.title_more_btn {
    color: #041e42;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    
    position: relative;
}

.title_more_btn:before {
    background-color: #041e42;
    bottom: -8px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 32%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.title_more_btn:hover:before {
    width: 100%;
}

.preloader {
    background-color: #eaeaea;
    background-image: url("../images/preloader.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
}

.scrollToHome {
    background-color: #f5c34b;
    border-radius: 6px;
    bottom: -45px;
    color: #ffffff;
    display: block;
    height: 45px;
    line-height: 45px;
    opacity: 0;
    position: fixed;
    right: 45px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 9;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    -moz-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    -o-box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(36, 65, 231, 0.3);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.scrollToHome:hover {
    color: #ffffff;
}

.scrollToHome.show {
    bottom: 20px;
    right: 10px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.parallax {
    background-position: 50% 0px;
    z-index: 1;
    position: relative;
}

.form_control {
    border-radius: 6px;
    box-shadow: none;
    height: 55px;
}

.form_control {
    border: 1px solid #ebebeb;
    padding-left: 20px;
}

.form_control:active,
.form_control:focus {
    border: 1px solid #041e42;
    box-shadow: none;
    outline: none;
}

.form_control::placeholder {
    color: #626974;
    font-size: 14px;
}

.form_control:active::placeholder,
.form_control:focus::placeholder,
.contact_form.profile textarea.form-control:active::placeholder,
.contact_form.profile textarea.form-control:focus::placeholder {
    color: #041e42;
}

/*== Chart Js Css ==*/
canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Shop Order Page Style */
.order_complete_message {
    position: relative;
}

.order_complete_message .icon {
    border-radius: 50%;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto 10px;
    width: 80px;
}

.order_complete_message .title {
    font-size: 28px;
    line-height: 40px;
    
}

.order_complete_message .para {
    color: #041e42;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.shop_order_box {
    position: relative;
}

.shop_order_box .order_list_raw {
    background-color: #fff;
    border: 1px dashed #626974;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 35px 40px 35px;
}

.shop_order_box .order_list_raw ul {
    margin-bottom: 0;
}

.shop_order_box .order_list_raw ul li {
    margin-right: 80px;
    text-align: left;
}

.shop_order_box .order_list_raw ul li:last-child {
    margin-right: 0px;
}

.shop_order_box .order_list_raw ul li h5 {
    font-style: normal;
    line-height: 28px;
    margin-bottom: 0;
}

.shop_order_box .order_list_raw ul li p {
    color: #041e42;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
}

.shop_order_box .order_details {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 40px 50px 20px;
}

.shop_order_box .order_details .title {
    font-size: 20px;
    line-height: 29px;
    
}

.shop_order_box .order_details .od_content .product_name_qnt,
.order_sidebar_widget .product_name_qnt {
    color: #041e42;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.order_sidebar_widget .product_name_qnt {
    margin-bottom: 15px;
}

.shop_order_box .order_details .od_content .product_name_qnt span,
.order_sidebar_widget .product_name_qnt span {
    color: #041e42;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.shop_order_box .order_details .od_content .subtitle p {
    color: #041e42;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
}

.shop_order_box .order_details .od_content .subtitle span {
    color: #041e42;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
}

.shop_order_box .order_details .od_content .subtitle .free_shipping {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    
}

.shop_order_box .order_details .od_content .subtitle .fwn_bd_color {
    color: #041e42;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
}

.list_last_content .para {
    color: #000000;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    
}

.checkout_form {
    position: relative;
}

.checkout_form.style2 {
    position: relative;
}

.checkout_form .title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
}

.checkout_form .checkout_coupon .form1 {
    display: block;
    margin-bottom: 60px;
    padding-top: 10px;
    text-align: center;
}

.checkout_form .checkout_coupon form input {
    background-color: transparent;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    color: #626974;
    font-size: 14px;
    line-height: 18px;
    height: 55px;
    margin-right: 24px;
    padding-left: 15px;
}

.checkout_form .checkout_coupon form .form-control:placeholder {
    color: #626974;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    
}

.checkout_form .checkout_coupon form input.form_control:active,
.checkout_form .checkout_coupon form input.form_control:focus,
.checkout_form .checkout_coupon form textarea:active,
.checkout_form .checkout_coupon form textarea:focus,
.checkout_form .checkout_coupon form input.coupon_input:focus {
    color: #041e42;
}

.checkout_form .checkout_coupon form input.form_control:active::placeholder,
.checkout_form .checkout_coupon form input.form_control:focus::placeholder {
    color: #041e42;
}

.checkout_form .checkout_coupon form.form_one {
    max-width: 350px;
    width: 100%;
}

.checkout_form .checkout_coupon form input.coupon_input {
    border: 1px dashed #626974;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    
    height: 55px;
    padding-left: 20px;
    width: 100%;
}

.checkout_form .checkout_coupon form .apply_count_btn {
    position: absolute;
    right: 30px;
    top: 10px;
    text-decoration: underline;
}

.checkout_form .checkout_coupon form textarea {
    background-color: transparent;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    color: #041e42;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    
    padding: 20px;
}

.checkout_form .checkout_coupon form button {
    border-radius: 6px;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    height: 52px;
    line-height: 22px;
    
    margin-bottom: 0;
    padding: 12px 35px;
}

.checkout_form .checkout_coupon .form_two {
    position: absolute;
    right: 0;
}

.checkout_form .checkout_coupon .form2 .form-group {
    margin-bottom: 25px;
}

.checkout_form .checkout_coupon .form2 label {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    
}

.checkout_form .checkout_coupon .form2 .ai_title {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    
    margin-bottom: 5px;
}

.checkout_form .checkout_coupon .form2 p {
    font-size: 16px;
    color: #041e42;
    font-weight: bold;
    line-height: 1.75;
}

.checkout_form.style2 .checkout_country_form {
    position: relative;
}

.checkout_form.style2 .checkout_country_form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.checkout_form.style2 .checkout_country_form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) button.btn.dropdown-toggle {
    border: 1px solid #eaeaea;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.checkout_form.style2 .custom_checkbox .checkmark {
    top: 3px;
}

.checkout_form.style2 label.custom_checkbox {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}

.order_sidebar_widget {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    padding: 30px;
    position: relative;
}

.order_sidebar_widget.style2 {
    background-color: #fff;
    padding: 30px;
}

.order_sidebar_widget .title {
    color: #041e42;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    
    margin-bottom: 15px;
}

.order_sidebar_widget .subtitle p,
.order_sidebar_widget .subtitle.style2 span {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    
    margin-bottom: 0;
}

.order_sidebar_widget .subtitle.totals p {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    
}

.order_sidebar_widget.checkout_page {
    padding: 30px 30px 10px;
}

.order_sidebar_widget.checkout_page .title {
    margin-bottom: 20px;
}

.order_sidebar_widget.checkout_page,
.order_sidebar_widget.checkout_page ul li {
    position: relative;
}

.order_sidebar_widget.checkout_page ul li:first-child {
    border-bottom: none;
    padding-bottom: 0;
}

.order_sidebar_widget.checkout_page ul li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.order_sidebar_widget.checkout_page ul li:last-child {
    border-bottom: none;
}

.order_sidebar_widget.checkout_page .product_name_qnt {
    position: relative;
    width: 70%;
}

.order_sidebar_widget.checkout_page .price,
.order_sidebar_widget.checkout_page .price {
    color: #041e42;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    
    position: absolute;
    right: 0;
    top: 0;
}

.order_sidebar_widget.checkout_page li.subtitle p {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    
}

.order_sidebar_widget.checkout_page .payment_method .pm_content {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.order_sidebar_widget.checkout_page .payment_method .pmtitle {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 35px;
}

.order_sidebar_widget.checkout_page .payment_method .pm_details p {
    color: #626974;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    
}

.ui_kit_checkbox.checkout_pm .custom_checkbox {
    color: #041e42;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    
    margin-bottom: 20px;
}

.ui_kit_checkbox.checkout_pm .custom_checkbox .checkmark {
    top: 5px;
}

.payment_widget_btn .btn-block {
    color: #041e42;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    
    width: 100%;
}

.ui_kit_radiobox .radio label img {
    width: 86px;
}

.ui_kit_radiobox.checkout .radio input[type="radio"] label .radio-label {
    height: 13px;
    top: 12px;
    width: 13px;
}

.ui_kit_radiobox.checkout .radio input[type="radio"]:checked label .radio-label {
    box-shadow: inset 0 0 0 2px #86bc42;
}

.shopping_cart_table tbody.table_body td .cart_count {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    color: #041e42;
    font-size: 13px;
    font-weight: 700;
    height: 55px;
    line-height: 1.2;
    width: 130px;
}

.shopping_cart_table .table thead tr,
.shopping_cart_table .table tbody.table_body tr {
    border: 1px solid #eaeaea;
}

.shopping_cart_table .table thead tr th:first-child {
    text-align: left;
}

.shopping_cart_table .table thead tr th:nth-child(2),
.shopping_cart_table .table thead tr th:nth-child(3),
.shopping_cart_table .table thead tr th:nth-child(4) {
    text-align: center;
}

.shopping_cart_table .table tbody.table_body tr th {
    text-align: left;
}

.shopping_cart_table .table tbody.table_body tr td {
    color: #041e42;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    
    text-align: center;
}

.shopping_cart_table .table tbody.table_body tr td:last-child {
    color: #041e42;
    cursor: pointer;
    font-size: 14px;
}

.shopping_cart_table .table tbody.table_body tr th,
.shopping_cart_table .table tbody.table_body tr td {
    padding: 30px 0;
}

.shopping_cart_table .table tbody.table_body tr td .quantity-block {
    border: 1px solid #eaeaea;
    border-radius: 60px;
    height: 42px;
    vertical-align: middle;
    width: 110px;
}

.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus2.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus3.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-plus.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-plus2.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-plus3.inner_page {
    background-color: #f3f5f6;
    font-size: 10px;
    height: 30px;
    right: 5px;
    top: 5px;
    width: 30px;
    transform: rotate(0deg);
}

.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus2.inner_page,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus3.inner_page {
    background-color: transparent;
    left: 5px;
    right: auto;
}

.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus.inner_page:hover,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus2.inner_page:hover,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-arrow-minus3.inner_page:hover {
    background-color: #f3f5f6;
}

.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-num,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-num2,
.shopping_cart_table .table tbody.table_body tr td .quantity-block .quantity-num3 {
    color: #041e42;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    
}

.shopping_cart_table .table thead tr th {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

.shopping_cart_table tbody.table_body th .cart_list .cart_title {
    color: #041e42;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    
}

.table_body td {
    vertical-align: middle;
}

/* Shop Single Page Style */
.shop_single_natabmenu {
    position: relative;
}

.shop_single_natabmenu .nav-link {
    border: 1px solid #eaeaea;
    background-color: transparent;
    height: 80px;
    margin-bottom: 20px;
    width: 80px;
}

.shop_single_natabmenu .nav-link.active {
    border: 2px solid #443297;
    background-color: transparent;
}

.shop_single_natabmenu .nav-link img {
    width: 60px;
}

.shop_single_natabmenu .product_popup {
    font-size: 24px;
    position: absolute;
    right: -20px;
    top: 0;
}

.cart_btn_widget {
    position: relative;
}

.cart_btn_widget.shop_single2_style .btn {
    border-radius: 60px;
    padding: 14px 35px;
}

.cart_btn_widget.shop_single3_style .btn {
    border-radius: 60px;
    height: 52px;
    line-height: 40px;
    width: 222px;
}

.cart_btn_widget.shop_single3_sbt_style .btn {
    border-radius: 60px;
    padding: 14px 45px;
}

.cloth_size_list_sscs_page {
    position: relative;
}

.color_chose_list_sscs_page h6.title,
.cloth_size_list_sscs_page h6.title {
    font-size: 14px;
    line-height: 22px;
}

.cloth_size_list_sscs_page li a,
.cloth_size_list_sscs_page .nav.nav-pills .nav-link {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    color: #041e42;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    
    padding: 0;
    width: 60px;
    -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;
}

.cloth_size_list_sscs_page li a.active,
.cloth_size_list_sscs_page .nav.nav-pills .nav-link.active,
.cloth_size_list_sscs_page li a:hover {
    background-color: #041e42;
    border-radius: 6px;
    color: #ffffff;
}

.shop_single_natabmenu.color_switch .nav-link {
    border: none;
    height: auto;
    width: auto;
}

.home3_cart_item {
    padding: 80px 40px;
    position: relative;
}

.home3_cart_item .home3_cart_item_btns .btn {
    border-radius: 60px;
    width: 210px;
}

.home3_cart_item .single_content .details {
    position: relative;
}

.home3_cart_item .single_content .details:last-child {
    width: 81%;
}

.home3_cart_item .single_content .title {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
    margin: 0;
}

.home3_cart_item .single_content .details .progressbar {
    position: relative;
}

.home3_cart_item .single_content .details .progressbar .progress-levels .progress-box .bar {
    height: 6px;
}

.home3_cart_item .single_content .details .progressbar .progress-levels .progress-box .bar .bar-innner {
    background-color: #ffffff;
}

.home3_cart_item .single_content .details .progressbar .progress-levels .progress-box .bar .bar-fill {
    background-color: #041e42;
}

.home3_cart_item .shop_single_product_details .quantity-arrow-minus2.shop_single_page_sidebar,
.home3_cart_item .shop_single_product_details .quantity-arrow-plus2.shop_single_page_sidebar {
    border: 1px solid #eaeaea;
}

.home3_cart_item .shop_single_product_details .quantity-arrow-minus2.shop_single_page_sidebar:hover,
.home3_cart_item .shop_single_product_details .quantity-arrow-plus2.shop_single_page_sidebar:hover {
    background-color: transparent;
    border: 1px solid #041e42;
}

.single_product_grid {
    margin: 0;
    position: relative;
    text-align: center;
}

.single_product_grid .sps_content {
    border: 1px solid #ebebeb;
    border-radius: 6px;
    padding: 30px;
}

.single_product_grid .sps_content .content {
    text-align: left;
}

.shop_single_product_details {
    padding: 0 30px;
    position: relative;
}

.shop_single_product_details.sidebar {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    -webkit-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    padding: 30px;
}

.shop_single_product_details.sidebar.ss3_style {
    background-color: #f3f5f6;
}

.shop_single_product_details .shop_item_stock .stock {
    background-color: #cf3e3b;
    border-radius: 60px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    
    padding: 5px 17px 5px 17px;
    text-align: center;
}

.shop_single_product_details .shop_item_stock .sis_pagination .page-link,
.shop_single_product_details .shop_item_stock .sis_pagination .page-link span {
    color: #041e42;
    border: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    
    padding: 0 7px;
}

.shop_single_product_details .shop_item_stock .sis_pagination .page-link span {
    font-size: 16px;
}

.shop_single_product_details .shop_item_stock .sis_pagination .page-link:hover,
.shop_single_product_details .shop_item_stock .sis_pagination .page-link:hover span {
    background-color: transparent;
    color: #86bc42;
}

.shop_single_product_details .shop_item_stock .sis_pagination .page-link:hover,
.shop_single_product_details .shop_item_stock .sis_pagination .page-link:active,
.shop_single_product_details .shop_item_stock .sis_pagination .page-link:focus {
    box-shadow: none;
    outline: none;
}

.shop_single_product_details .title {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
}

.shop_single_product_details p {
    color: #626974;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    
}

.shop_single_product_details h4 {
    color: #041e42;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.182;
    margin-bottom: 15px;
}

.shop_single_product_details .quantity-num2.shop_single_page_sidebar,
.shop_single_product_details .quantity-num3.shop_single_page_sidebar {
    border: 1px solid #eaeaea;
    border-radius: 60px;
    height: 52px;
    width: 132px;
}

.shop_single_product_details.shop_single3_style .quantity-block.home_page_sidebar {
    width: 100%;
}

.shop_single_product_details.shop_single3_style .quantity-num2.shop_single_page_sidebar {
    max-width: inherit;
    width: 100%;
}

.shop_single_product_details .quantity-arrow-minus2.shop_single_page_sidebar,
.shop_single_product_details .quantity-arrow-minus3.shop_single_page_sidebar {
    border-radius: 50%;
    left: 10px;
    top: 13px;
}

.shop_single_product_details .quantity-arrow-plus2.shop_single_page_sidebar,
.shop_single_product_details .quantity-arrow-plus3.shop_single_page_sidebar {
    border-radius: 50%;
    right: 10px;
    top: 13px;
}

.shop_single_product_details .quantity-arrow-minus2.shop_single_page_sidebar:hover,
.shop_single_product_details .quantity-arrow-plus2.shop_single_page_sidebar:hover,
.shop_single_product_details .quantity-arrow-minus3.shop_single_page_sidebar:hover,
.shop_single_product_details .quantity-arrow-plus3.shop_single_page_sidebar:hover {
    background-color: #f3f5f6;
}

.shop_single_wishlist_area li {
    border-right: 1px solid #eaeaea;
}

.shop_single_wishlist_area li:last-child {
    border-right: none;
}

.shop_single_wishlist_area li a {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.shop_single_wishlist_area li a span {
    vertical-align: middle;
}

.shop_single_product_details .sspd_price {
    color: #041e42;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
}

.shop_single_product_details .sspd_price small {
    color: #626974;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.shop_single_table {
    position: relative;
}

.shop_single_table thead tr th,
.shop_single_table tbody tr th {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 60px;
    
    padding-left: 30px;
}

.shop_single_table tbody tr td {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 60px;
    
}

.shop_single_table.style3 thead tr th,
.shop_single_table.style3 tbody tr th,
.shop_single_table.style3 tbody tr td {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    padding: 0;
}

.ss_cart_btn {
    border-radius: 60px;
    height: 52px;
    line-height: 35px;
}

.shop_item_pack {
    position: relative;
}

.shop_item_pack ul li:first-child a {
    border: transparent;
    color: #041e42;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    
    padding-left: 0;
    text-align: left;
}

.shop_item_pack ul li:first-child a:hover {
    border: transparent;
    color: #041e42;
}

.shop_item_pack ul li {
    text-align: center;
}

.shop_item_pack ul li a {
    border: 1px solid #ebebeb;
    border-radius: 60px;
    color: #626974;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    
    padding: 8px 17px;
    text-align: center;
}

.shop_item_pack ul li a:hover {
    border: 1px solid #86bc42;
    color: #86bc42;
}

.shop_item_pack ul li:last-child a {
    border: none;
    color: #86bc42;
    padding-left: 10px;
}

.shop_single_product_details .cart_btns input:focus {
    outline: none;
}

.shop_single_product_details .cart_btns button.btn {
    border-radius: 60px;
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    height: 52px;
    margin: 0;
    padding: 10px 35px;
    width: 230px;
}

.shop_single_product_details .sspd_sku li a {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    
}

.shop_single_siderbar_mini_content h4 {
    font-size: 16px;
    line-height: 28px;
}

.shop_single_siderbar_mini_content p,
.shop_single_siderbar_mini_content a {
    color: #041e42;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    
}

.shop_single4_sidebar_list li a {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.shop_single_product_details .sspd_sku li .social_icons li:hover {
    background-color: transparent;
}

.shop_single_product_details .sspd_sku li .social_icons li:hover a {
    color: #86bc42;
}

.shop_single_product_details .sspd_sku li .social_icons a {
    color: #041e42;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    
}

.product_single_content .mbp_pagination_comments .mbp_first.media .media-body p {
    font-size: 14px;
    color: #626974;
    line-height: 1.857;
}

.product_single_content .mbp_pagination_comments .mbp_first.media h4.sub_title ul li a {
    color: #626974;
    font-family: "Font Awesome 6 Pro";
    font-size: 10px;
    line-height: 11px;
    text-align: right;
}

.product_single_content .mbp_pagination_comments .mbp_first.media h4.sub_title .sspd_review ul li {
    margin-right: 2px;
}

.mbp_pagination_comments .mbp_first img {
    width: 70px;
}

.bsp_reveiw_wrt {
    margin-bottom: 30px;
}

.bsp_reveiw_wrt h4 {
    color: #041e42;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    
    margin-bottom: 35px;
}

.review_star li p {
    font-size: 14px;
    color: #041e42;
    line-height: 1.714;
    padding-left: 10px;
}

.review_star li,
.review_star li .sspd_review ul li {
    margin-right: 0;
}

.review_star li ul li a {
    font-size: 14px;
    font-family: "Font Awesome 6 Pro";
    color: #bcc52a;
    line-height: 2.143;
}

.review_star li ul li:last-child a {
    color: #e1e1e1;
}

.bsp_reveiw_wrt .comments_form {
    background-color: transparent;
    padding: 0;
}

.bsp_reveiw_wrt .form-check {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-box;
    display: -o-inline-box;
    display: inline-box;
    margin-bottom: 25px;
}

.bsp_reveiw_wrt .form-check-input {
    border: 1px solid #041e42;
    border-radius: 4px;
    box-shadow: none;
    height: 16px;
    margin-right: 10px;
    outline: none;
    width: 16px;
}

.bsp_reveiw_wrt .form-check-input:checked {
    background-color: #041e42;
}

.bsp_reveiw_wrt label.form-check-label {
    color: #000000;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.review_star ul li {
    margin-right: 3px !important;
}

.review_star ul li a {
    font-size: 10px;
    color: #626974;
}

.bsp_reveiw_wrt .comments_form .form-group input {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    color: #626974;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    height: 55px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.bsp_reveiw_wrt .comments_form .form-group input:focus,
.bsp_reveiw_wrt .comments_form .form-group input:active,
.bsp_reveiw_wrt .comments_form .form-group textarea:active,
.bsp_reveiw_wrt .comments_form .form-group textarea:visited,
.bsp_reveiw_wrt .comments_form .form-group textarea:focus {
    color: #041e42;
    border: 1px solid #041e42;
    -webkit-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 20px rgba(4, 30, 66, 0.05);
}

.bsp_reveiw_wrt .comments_form .form-group textarea {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 20px;
    padding: 20px;
}

.bsp_reveiw_wrt .comments_form button.btn {
    border-radius: 6px;
    color: #041e42;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    
    height: 52px;
    line-height: 40px;
    width: 116px;
}

.bsp_reveiw_wrt .comments_form label {
    color: #041e42;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    
}

/*== Invoice Page ==*/
.invoice_down_print {
    border-radius: 6px;
    color: #041e42;
    display: inline-block;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    width: 101px;
    -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;
    -webkit-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
}

.invoice_table {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 6px;
    position: relative;
    -webkit-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
}

.invoice_table.order {
    box-shadow: none;
}

.invoice_table .wrapper {
    padding: 100px 50px;
}

.invoice_table .table {
    border: 1px solid transparent;
    border-radius: 6px;
    margin-bottom: 0;
    overflow: hidden;
}

.invoice_table .table tr.tblh_row {
    background-color: #f3f5f6;
    border-radius: 8px;
}

.invoice_table .table tr.tblh_row th {
    color: #041e42;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    
}

.invoice_table .table tr th.tbl_title,
.invoice_table .table tr td.tbl_title {
    color: #041e42;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    
}

.invoice_table .table tr td.tblpr_title {
    color: #041e42;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    
}

.invoice_table .table tr th.tblp_title,
.invoice_table .table tr td.tblp_title {
    color: #041e42;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    
}

.order_table {
    border: 1px solid #ebebeb;
}

.shopping_cart_table thead,
.order_table thead {
    background-color: #f3f5f6;
}

.order_table .table> :not(:last-child)> :last-child>* {
    border-bottom-color: transparent;
}

.account_user_deails .order_table thead {
    border-radius: 6px;
    overflow: hidden;
}

.account_user_deails .order_table {
    border: none;
}

.shopping_cart_table .table th,
.account_user_deails .order_table .table th {
    padding: 20px 25px;
}

.account_user_deails .order_table .table th,
.account_user_deails .order_table .table td {
    color: #041e42;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    vertical-align: middle;
}

.account_user_deails .order_table .table th {
    font-weight: 600;
}

.account_user_deails.dashboard_page {
    padding-left: 25px;
}

.account_user_deails.dashboard_page .order_table .table th {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    
}

.account_user_deails .order_table .table th,
.account_user_deails.dashboard_page .order_table .table td {
    padding: 15px 0 15px 10px;
}

.dashboard_product_list .order_table .table th {
    padding: 25px 0 25px 30px;
}

.dashboard_product_list .order_table .table td {
    padding: 18px 0 18px 30px;
}

.account_user_deails .order_table .table td.status {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    
}

.account_user_deails .order_table .table td.status .style1 {
    background-color: #f1faff;
    border-radius: 6px;
    color: #00a3ff;
    padding: 6px 11px;
}

.account_user_deails .order_table .table td.status .style2 {
    background-color: #fff5f8;
    border-radius: 6px;
    color: #f1416c;
    padding: 6px 11px;
}

.account_user_deails .order_table .table td.status .style3 {
    background-color: #fff4de;
    border-radius: 6px;
    color: #ffa800;
    padding: 6px 11px;
}

.account_user_deails .order_table .table td.status .style4 {
    background-color: #e8fff3;
    border-radius: 6px;
    color: #50cd89;
    padding: 10px;
}

.account_user_deails .order_table .table td.action .details {
    background-color: #f3f5f6;
    border-radius: 6px;
    font-size: 10px;
    padding: 5px 6px;
}

.account_user_deails .dboard_address .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    
}

.account_user_deails .dboard_address .title span {
    color: #443297;
    cursor: pointer;
    position: relative;
}

.account_user_deails .dboard_address p {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    
}

.order_table .table th {
    color: #041e42;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    
}

.order_table .table td {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    
}

.order_table .table thead th {
    color: #041e42;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    
}

.order_table .table th,
.order_table .table td,
.invoice_table .table th,
.invoice_table .table td {
    padding: 20px 25px;
}

.order_table .table th,
.order_table .table td,
.dashboard_product_list .order_table {
    border-bottom: 1px solid #ebebeb;
}

.order_table .table {
    border: 1px solid #ebebeb;
    border-radius: 6px;
    margin-bottom: 0;
    overflow: hidden;
}

.invoice_table .invoice_date .title {
    color: #041e42;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
}

.invoice_table .invoice_date h5 {
    color: #140342;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.invoice_table .invoice_deails h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 38px;
}

.invoice_table .invoice_address h3 {
    color: #041e42;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    
}

.invoice_table .invoice_address h5 {
    color: #140342;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.invoice_table .invoice_address p {
    color: #041e42;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    
}

.invoice_table .invoice_deails span {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.invoice_table .table> :not(caption)>*>* {
    border-bottom-width: 0;
}

.invoice_table.property .table td {
    vertical-align: middle;
}

.invoice_table.property .table td.pending_color {
    color: #cc5040;
}

.invoice_table.property .table th {
    padding-right: 0;
}

.invoice_footer {
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    border-top: 1px solid #eaeaea;
    padding: 45px 0 35px;
}

.invoice_footer_content ul li {
    margin-right: 40px !important;
}

.invoice_footer_content ul li:last-child {
    margin-right: 0;
}

.invoice_footer_content ul li a {
    color: #041e42;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    
}

.invoice_footer_content ul li:hover a {
    color: #f5c34b;
}

.progress-levels {
    position: relative;
}

.progress-levels .progress-box {
    position: relative;
    margin-bottom: 35px;
    overflow: hidden;
}

.progress-levels .progress-box .bar {
    position: relative;
    height: 4px;
}

.progress-levels .progress-box .bar .bar-innner {
    background-color: #f3f5f6;
    border-radius: 4px;
    height: 4px;
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
}

.progress-levels .progress-box .bar .bar-fill {
    background-color: #f5c34b;
    border-radius: 4px;
    left: -100%;
    height: 4px;
    position: absolute;
    top: 0px;
    width: 0px;
    -webkit-transition: all 2000ms ease 300ms;
    -o-transition: all 2000ms ease 300ms;
    transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box.animated .bar .bar-fill {
    left: 0px;
}

.progress-levels .progress-box.animated .percent {
    opacity: 1;
}

.progress-levels .progress-box .percent {
    color: #222222 !important;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: center;
    top: -25px;
    -webkit-transition: all 2000ms ease 700ms;
    -o-transition: all 2000ms ease 700ms;
    transition: all 2000ms ease 700ms;
}

.progress-levels:last-child {
    margin-bottom: 0px;
}

/* PROGRESS BAR END*/
/* Addui Slider for Pricing Range Slider Start*/
.addui-slider {
    display: block;
    box-sizing: border-box;
}

.addui-slider * {
    box-sizing: border-box;
}

.addui-slider:not(.addui-slider-isrange) {
    cursor: pointer;
}

.addui-slider .addui-slider-track {
    display: block;
    position: relative;
    background: #f3f5f6;
    border-radius: 10px;
}

.addui-slider .addui-slider-track .addui-slider-range {
    display: block;
    background: #3f51b5;
    border-radius: 6px;
    position: absolute;
}

.addui-slider .addui-slider-track .addui-slider-handle {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50px;
    cursor: pointer;
    z-index: 0;
}

.addui-slider .addui-slider-track .addui-slider-handle .addui-slider-value {
    display: block;
    float: right;
    width: 60px;
    height: 40px;
    border-radius: 50%;
    margin-top: 0px;
    color: white;
    opacity: 0;
    pointer-events: none;
    transition: opacity 1s, background 1s, transform 1s, margin 1s, border-radius 1s;
    transform: scale(1, 0) rotate(0deg);
    transform-style: preserve-3d;
    position: absolute;
    z-index: 1;
}

.addui-slider .addui-slider-track .addui-slider-handle .addui-slider-value span {
    color: #041e42;
    display: block;
    line-height: 40px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.addui-slider .addui-slider-track .addui-slider-handle:hover .addui-slider-value {
    background: #dfdfdf;
    opacity: 1;
    transform: scale(1, 1) rotate(0deg);
    margin-top: -35px;
    border-radius: 6px;
}

.addui-slider .addui-slider-track .addui-slider-handle.addui-slider-handle-active .addui-slider-value {
    opacity: 1;
    transform: scale(1, 1) rotate(0deg);
    margin-top: -35px;
    border-radius: 6px;
}

.addui-slider .addui-slider-track .addui-slider-handle:after {
    background: #ffffff;
    border: 2px solid #86bc42;
    border-radius: 50%;
    content: " ";
    display: block;
    height: 30px;
    left: 13px;
    position: relative;
    top: 13px;
    width: 30px;
}

.addui-slider.addui-slider-vertical {
    height: calc(100% - 50px);
    width: 50px;
    margin: 25px 16px;
}

.addui-slider.addui-slider-vertical .addui-slider-track {
    height: 100%;
    width: 4px;
    top: 0;
    left: 23px;
}

.addui-slider.addui-slider-vertical .addui-slider-track .addui-slider-range {
    width: 4px;
    height: auto;
}

.addui-slider.addui-slider-vertical .addui-slider-track .addui-slider-handle {
    left: -24px;
    top: auto;
    transform: translateY(50%);
}

.addui-slider.addui-slider-vertical .addui-slider-track .addui-slider-handle.addui-slider-handle-l {
    z-index: 2;
}

.addui-slider.addui-slider-horizontal {
    height: 50px;
    width: 100%;
}

.addui-slider.addui-slider-horizontal .addui-slider-track {
    height: 6px;
    width: 100%;
    top: 23px;
    left: 0;
}

.addui-slider.addui-slider-horizontal .addui-slider-track .addui-slider-range {
    width: auto;
    height: 6px;
}

.addui-slider.addui-slider-horizontal .addui-slider-track .addui-slider-handle {
    left: auto;
    top: -24px;
    transform: translateX(-50%);
}

.zmart_custom_range_slider {
    position: relative;
}

.zmart_custom_range_slider.sidebar_prc_slider .addui-slider-handle.addui-slider-handle-l .addui-slider-value {}

.zmart_custom_range_slider .addui-slider .addui-slider-track .addui-slider-handle .addui-slider-value {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    background-color: #ffffff;
    display: block;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    
    float: right;
    height: 45px;
    margin-top: -37px;
    opacity: 1;
    pointer-events: none;
    width: 85px;
    transition: opacity 1s, background 1s, transform 1s, margin 1s, border-radius 1s;
    transform: scale(1, 1) rotate(0deg);
    transform-style: preserve-3d;
    position: absolute;
    z-index: 1;
}

.zmart_custom_range_slider .addui-slider .addui-slider-track .addui-slider-handle .addui-slider-value span {
    padding-left: 10px;
    text-align: left;
}

.zmart_custom_range_slider .addui-slider.addui-slider-horizontal .addui-slider-track {
    background-color: #f3f5f6;
}

.zmart_custom_range_slider .addui-slider-handle.addui-slider-handle-l .addui-slider-value {
    margin-left: 20px;
}

.zmart_custom_range_slider .addui-slider .addui-slider-track .addui-slider-handle:after {
    background-color: #ffffff;
    border: 2px solid #041e42;
    height: 14px;
    left: 20px;
    top: 19px;
    width: 14px;
}

.zmart_custom_range_slider .addui-slider .addui-slider-track .addui-slider-range {
    background-color: #041e42;
}

.editing_list ul {
    margin-bottom: 0;
}

.editing_list ul li {
    background-color: #f3f5f6;
    border-radius: 6px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    width: 40px;
    -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;
}

.editing_list ul li a {
    color: #626974;
    font-size: 16px;
}

.uilayout_range {
    max-width: 330px;
    position: relative;
    width: 100%;
}

.uilayout_range .asRange .asRange-pointer {
    background-color: #fff;
    border-radius: 50%;
    height: 30px;
    left: 30%;
    margin-left: -4px;
    position: absolute;
    top: -13px;
    width: 30px;
    z-index: 2;
}

.uilayout_range .asRange .asRange-pointer .asRange-tip {
    background-color: #f3f5f6;
    border: 1px solid #f3f5f6;
    border-radius: 3px;
    color: #041e42;
    font-size: 14px;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin-left: -14px;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 60px;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
}

.uilayout_range.home1_style {
    margin: 0 30px;
}

.uilayout_range.home1_style .asRange .asRange-pointer .asRange-tip {
    display: none;
}

/* == Gallery == */
.gallery_item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.gallery_item img {
    border-radius: 6px;
    -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;
}

.gallery_item:before {
    background-color: rgba(18, 18, 18, 0.5);
    border-radius: 5px;
    content: "";
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    -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;
}

.gallery_item:hover:before {
    opacity: 1;
}

.gallery_item .gallery_overlay {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40%;
    -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;
    z-index: 1;
}

.gallery_item:hover img,
.gallery_item:hover .gallery_overlay,
.gallery_item:hover .gallery_overlay .icon {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery_item .gallery_overlay .icon {
    color: #fff;
    font-family: "Font Awesome 6 Pro";
    font-size: 25px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -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;
}

/*  Divider Forms CSS  */
.contact_page_content .mtitle {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    
}

.contact_page_content p {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.contact_page_content .contact_icon_box {
    position: relative;
}

.switch {
    position: relative;
}

.switch input {
    position: absolute;
    height: 1px;
    width: 1px;
    background: none;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    padding: 0;
}

.switch input label {
    position: relative;
    min-width: calc(calc(2.375rem * 0.8) * 2);
    border-radius: calc(2.375rem * 0.8);
    height: calc(2.375rem * 0.8);
    line-height: calc(2.375rem * 0.8);
    display: inline-block;
    cursor: pointer;
    outline: none;
    user-select: none;
    vertical-align: middle;
    text-indent: calc(calc(calc(2.375rem * 0.8) * 2) 0.5rem);
}

.switch input:checked label::before {
    background-color: #041e42;
}

.switch input label::before {
    right: 0;
    background-color: #dee2e6;
    border-radius: calc(2.375rem * 0.8);
    transition: 0.2s all;
}

.switch input label::before,
.switch input label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(calc(2.375rem * 0.8) * 2);
    bottom: 0;
    display: block;
}

.switch input:checked label::after {
    margin-left: calc(2.375rem * 0.8);
}

.switch input label::after {
    top: 2px;
    left: 2px;
    width: calc(calc(2.375rem * 0.8) - calc(2px * 2));
    height: calc(calc(2.375rem * 0.8) - calc(2px * 2));
    border-radius: 50%;
    background-color: white;
    transition: 0.2s all;
}

/*  Map Switcher Css Code End  */
.single_line .para {
    color: #626974;
    font-size: 14px;
    float: left;
    line-height: 40px;
    margin-bottom: 0;
}

.single_line .review {
    float: right;
    margin-bottom: 0;
}

.single_line .review li {
    margin-right: 3px;
}

.single_line .review li:nth-child(5) {
    margin-right: 25px;
}

.single_line .review span.total_rive_count {
    font-size: 14px;
    color: #626974;
    line-height: 40px;
}

.single_line .review li a {
    font-size: 14px;
    color: #cab877;
    line-height: 40px;
}

canvas#myChart {
    height: auto;
    max-width: 600px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Menu Mega Code Start */
#mega-menu {
    cursor: pointer;
    max-width: 200px;
    width: 100%;
}

#mega-menu,
.mega_button_dropdown_menu {
    height: 50px;
    position: absolute;
    top: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mega_button_dropdown_menu {
    top: -10px;
}

.home7_style #mega-menu {
    height: 60px;
    max-width: initial;
    top: -1px;
    width: 270px;
}

.home9_style #mega-menu {
    height: 60px;
    max-width: initial;
    top: -20px;
    width: 290px !important;
}

.mega_button_dropdown_menu.home4_style {
    border-radius: 0;
    top: 0;
    width: 300px;
}

.mega_button_dropdown_menu.active ul.menu {
    box-shadow: none;
}

.btn-mega,
#mega-menu .btn-mega,
.mega_button_dropdown_menu .btn-mega {
    line-height: 40px;
    position: relative;
    z-index: 98;
}

#mega-menu .btn-mega:after {
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    height: 30px;
    position: absolute;
    right: -20px;
    top: -3px;
    width: 1px;
}

.home4_style #mega-menu .btn-mega,
.home4_style .mega_button_dropdown_menu .btn-mega {
    color: #041e42;
}

.home3_style #mega-menu .btn-mega .pre_line,
.home3_style #mega-menu .btn-mega .pre_line:before,
.home3_style #mega-menu .btn-mega .pre_line:after,
.home4_style #mega-menu .btn-mega .pre_line,
.home4_style #mega-menu .btn-mega .pre_line:before,
.home4_style #mega-menu .btn-mega .pre_line:after {
    background-color: #041e42;
}

.btn-mega.home7_style:after,
.home5_style_megamenu_btn .btn-mega:after {
    display: none;
}

.home5_style_megamenu_btn #mega-menu {
    max-width: 30px;
}

.home5_style_megamenu_btn #mega-menu ul.menu:before {
    left: 10px;
}

header.header-nav.menu_style_home_one.home5_styles .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list {
    width: auto;
}

#mega-menu .btn-mega .ctr_title,
.mega_button_dropdown_menu .btn-mega .ctr_title {
    margin-left: 30px;
}

#mega-menu .btn-mega.home2.mega_button_dropdown_menu .btn-mega.home2 {
    background-color: transparent;
}

.mega_button_dropdown_menu .btn-mega.home2 .icon {
    display: none;
}

#mega-menu .btn-mega.home3,
.mega_button_dropdown_menu .btn-mega.home3 {
    background-color: #dd6764;
}

#mega-menu .btn-mega.home4,
.mega_button_dropdown_menu .btn-mega.home4 {
    background-color: #fff;
    border-radius: 0;
}

#mega-menu .btn-mega.home4 .pre_line,
#mega-menu .btn-mega.home4 .ctr_title,
#mega-menu .btn-mega.home4 .icon,
.mega_button_dropdown_menu .btn-mega.home4 .pre_line,
.mega_button_dropdown_menu .btn-mega.home4 .ctr_title,
.mega_button_dropdown_menu .btn-mega.home4 .icon {
    color: #041e42;
}

#mega-menu .btn-mega.home4 .icon,
#mega-menu .btn-mega.home7_style .icon,
.mega_button_dropdown_menu .btn-mega.home4 .icon {
    font-size: 16px;
    position: absolute;
    right: 25px;
    top: 15px;
}

#mega-menu .btn-mega.home4 .pre_line,
#mega-menu .btn-mega.home4 .pre_line:after,
#mega-menu .btn-mega.home4 .pre_line:before,
.mega_button_dropdown_menu .btn-mega.home4 .pre_line,
.mega_button_dropdown_menu .btn-mega.home4 .pre_line:after,
.mega_button_dropdown_menu .btn-mega.home4 .pre_line:before {
    background-color: #041e42;
}

#mega-menu ul.menu.home4_style,
.mega_button_dropdown_menu ul.menu.home4_style {
    border-radius: 0;
}

#mega-menu ul.menu.home4_style li .drop-menu,
.mega_button_dropdown_menu ul.menu.home4_style li .drop-menu {
    left: 270px;
}

#mega-menu:hover ul.menu,
.mega_button_dropdown_menu:hover ul.menu,
.mega_button_dropdown_menu.active ul.menu {
    opacity: 1;
    top: 10px;
    visibility: visible;
    width: 270px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mega-menu ul.menu:before {
    background-color: #ffffff;
    content: "";
    height: 10px;
    left: 35px;
    position: absolute;
    top: -5px;
    width: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}

#mega-menu ul.menu.home9_style:before {
    left: auto;
    right: 25px;
}

#mega-menu .btn-mega .pre_line,
.mega_button_dropdown_menu .btn-mega .pre_line {
    background-color: #fff;
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 22px;
    width: 20px;
}

.mega_button_dropdown_menu .btn-mega .pre_line:before {
    background-color: #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: -7px;
    width: 25px;
}

#mega-menu .btn-mega .pre_line:before,
#mega-menu .btn-mega .pre_line:after {
    background-color: #fff;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 15px;
}

.home5_style_megamenu_btn #mega-menu .btn-mega .pre_line,
.home5_style_megamenu_btn #mega-menu .btn-mega .pre_line:before,
.home5_style_megamenu_btn #mega-menu .btn-mega .pre_line:after {
    background-color: #041e42;
}

#mega-menu .btn-mega .pre_line:before {
    left: 5px;
    top: -8px;
    width: 15px;
}

#mega-menu ul.menu {
    border-radius: 0 0 0 6px;
}

#mega-menu ul.menu,
.mega_button_dropdown_menu ul.menu {
    background-color: #fff;
    border: 1px solid #eaeaea;
    opacity: 0;
    position: relative;
    top: 20px;
    z-index: 90;
    visibility: hidden;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mega-menu ul.menu li a,
.mega_button_dropdown_menu ul.menu li a {
    border-left: 2px solid transparent;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #eaeaea;
    display: block;
    position: relative;
}

#mega-menu ul.menu li {
    background-color: #ffffff;
    border-left: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mega-menu ul.menu li:hover {
    background-color: #f3f5f6;
    border-left: 2px solid #443297;
}

.home7_style #mega-menu ul.menu li.list:hover,
.mega_button_dropdown_menu.home7_style ul.menu li.list:hover {
    border-left: 2px solid #60c260;
}

.home7_style #mega-menu ul.menu li.list:hover a.dropdown,
.home7_style #mega-menu ul.menu li.list:hover a .menu-icn,
.home7_style #mega-menu ul.menu li.list:hover a .menu-title,
.home7_style #mega-menu ul.menu li.list:hover a.dropdown:after,
.mega_button_dropdown_menu.home7_style ul.menu li.list:hover a.dropdown,
.mega_button_dropdown_menu.home7_style ul.menu li.list:hover a .menu-icn,
.mega_button_dropdown_menu.home7_style ul.menu li.list:hover a .menu-title,
.mega_button_dropdown_menu.home7_style ul.menu li.list:hover a.dropdown:after {
    color: #60c260;
}

#mega-menu ul.menu li:hover a {
    color: #443297;
}

#mega-menu ul.menu li:last-child a,
.mega_button_dropdown_menu ul.menu li:last-child a {
    border-bottom: none;
}

#mega-menu ul.menu li:hover a span,
#mega-menu ul.menu li:hover a.dropdown:after,
.mega_button_dropdown_menu ul.menu li:hover a span,
.mega_button_dropdown_menu ul.menu li:hover a.dropdown:after {
    color: #443297;
}

#mega-menu ul.menu li a.dropdown:after,
.mega_button_dropdown_menu ul.menu li a.dropdown:after {
    content: "\f105";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    right: 29px;
    font-size: 14px;
    color: #041e42;
}

#mega-menu ul.menu li a .menu-icn,
.mega_button_dropdown_menu ul.menu li a .menu-icn {
    color: #041e42;
    font-size: 20px;
    margin-right: 8px;
    min-width: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

#mega-menu ul.menu li a .menu-title,
.mega_button_dropdown_menu ul.menu li a .menu-title {
    color: #041e42;
    font-size: 14px;
    line-height: 50px;
}

#mega-menu.style1 ul.menu,
.mega_button_dropdown_menu.style1 ul.menu {
    transform: translateY(0%);
    opacity: 1;
    top: -1px;
    visibility: visible;
    border-width: 1px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#mega-menu ul.menu li:hover .drop-menu,
.mega_button_dropdown_menu ul.menu li:hover .drop-menu {
    background-color: #f3f5f6;
    border-radius: 0 0 6px 0;
    opacity: 1;
    visibility: visible;
    transform: translateX(1.8%);
}

#mega-menu ul.menu li .drop-menu,
.mega_button_dropdown_menu ul.menu li .drop-menu {
    transform: translateX(-1%);
    opacity: 0;
    visibility: hidden;
    padding: 27px 7px 27px 0;
    position: absolute;
    top: -1px;
    left: 248px;
    width: 1140px;
    border-radius: 10px;
    z-index: -1;
    height: 523px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mega-menu ul.menu li .drop-menu .one-third:first-child {
    padding-left: 40px;
}

#mega-menu ul.menu li .drop-menu .one-third,
.mega_button_dropdown_menu ul.menu li .drop-menu .one-third {
    float: left;
    padding-left: 40px;
    width: 25%;
}

#mega-menu ul.menu li .drop-menu .one-third .cat-title,
.mega_button_dropdown_menu ul.menu li .drop-menu .one-third .cat-title {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}

#mega-menu ul.menu li .drop-menu .one-third ul li,
.mega_button_dropdown_menu ul.menu li .drop-menu .one-third ul li {
    background-color: transparent;
    border-bottom: none;
}

#mega-menu ul.menu li .drop-menu .one-third ul li a,
.mega_button_dropdown_menu ul.menu li .drop-menu .one-third ul li a {
    border-bottom: none;
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    line-height: 35px;
    
    padding: 0;
}

#mega-menu ul.menu li .drop-menu .one-third ul li:hover {
    border-color: transparent;
}

#mega-menu ul.menu li .drop-menu .one-third ul li:hover a,
.mega_button_dropdown_menu ul.menu li .drop-menu .one-third ul li:hover a {
    background-color: transparent;
}

#mega-menu ul.menu li .drop-menu .one-third ul li a:hover {
    color: #443297;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

/* Menu Mega Code End */
/* Top Search Code Start */
.top-search {
    position: relative;
}

.top-search form.form-search {
    position: relative;
}

.top-search form.form-search .box-search.pre_line:before {
    background-color: #ebebeb;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 1px;
}

.top-search form.form-search .box-search input {
    border: none;
    height: 50px;
    width: 525px;
    padding-left: 20px;
}

.top-search form.form-search .box-search .search-suggestions {
    border-radius: 0 0 6px 6px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 50px;
    visibility: hidden;
    width: 475px;
    z-index: 99;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.top-search.home7_style form.form-search .box-search.pre_line:before {
    background-color: #60c260;
}

.top-search form.form-search .box-search .search-suggestions.show {
    opacity: 1;
    visibility: visible;
}

.top-search.home4_style form.form-search .box-search input {
    width: 416px;
}

.top-search.home4_style form.form-search .box-search .search-suggestions {
    width: 416px;
}

.top-search.home6_style form.form-search .box-search input {
    background-color: #f3f5f6;
    width: 325px;
}

.top-search.home7_style form.form-search .box-search input {
    width: 380px;
}

.advscrh_frm_btn.home6_style .search-btn {
    background-color: #0053f6;
    color: #ffffff;
}

/* Search Sugguestions Code Start */
.search-suggestions .box-suggestions {
    background-color: #fff;
    border: 1px solid #ebebeb;
    padding: 20px 0 0;
    width: 100%;
}

.search-suggestions .box-suggestions ul li {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0 20px 15px;
}

.search-suggestions .box-suggestions ul li {
    border-bottom: 1px solid #ebebeb;
}

.search-suggestions .box-suggestions ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.search-suggestions .box-suggestions ul li .thumb {
    border-radius: 6px;
    float: left;
    height: 70px;
    margin-right: 25px;
    text-align: center;
    width: 70px;
}

.search-suggestions .box-suggestions ul li .info-product {
    overflow: hidden;
    margin-top: 8px;
}

.search-suggestions .box-suggestions ul li .info-product .item_title {
    color: #041e42;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}

.search-suggestions .box-suggestions ul li .info-product .price .sale {
    color: #443297;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    
}

/* Search Sugguestions Code End */
.checkout_country_form .select,
.actegory .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: left;
}

.actegory .select {
    height: 50px;
    width: 156px;
}

.actegory .options {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 6px;
    display: none;
    margin: 0 0;
    padding: 0 0;
    list-style: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 30px;
    width: 100px;
    z-index: 999;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.actegory .options {
    padding: 10px 0;
    top: 62px;
    width: 156px;
}

.shop_default_listing .options {
    width: 130px;
}

.checkout_country_form .options li,
.actegory .options li {
    color: #041e42;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    
    margin: 0;
    padding: 0 15px;
    text-align: left;
}

.actegory .options li,
.checkout_country_form .options li {
    padding: 0 20px;
}

.checkout_country_form .options li:hover,
.actegory .options li:hover {
    background-color: transparent;
    color: #86bc42;
}

.checkout_country_form .select {
    width: 100%;
}

.checkout_country_form .options {
    width: 100%;
}

/* home1 first banner coding start */
.banner_one.megamenu_style .details.style2 {
    position: absolute;
}

.banner_one_large {
    background-image: url("../images/background/banner1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
}

.banner_one.title_wa .details .title {
    width: auto;
}

.banner_one.home1_style {
    background-color: #ffffff;
}

.banner_one.home1_style .thumb .off_banner {
    position: relative;
}

.banner_one.home1_style.athome10 .thumb {
    position: relative;
}

.banner_one.home1_style.athome10 .details {
    left: 40px;
    top: 40px;
}

.banner_one.home1_style .thumb .off_banner img {
    position: absolute;
    right: 30%;
    top: 150px;
    width: 70px;
}

.banner_one:hover .thumb .off_banner img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.banner_one:hover .shop_btn:before {
    width: 100%;
}

.banner_one.home1_style {
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.banner_one.home1_style .details {
    position: absolute;
    left: 40px;
    top: 25%;
    z-index: 9;
}

.banner_one.home5_style.athome7 .details,
.banner_one.home1_style.athome7 .details {
    left: 30px;
    top: 13%;
}

.banner_one.home1_style .thumb,
.banner_one.home1_style .thumb img {
    position: relative;
}

.banner_one.home1_style .thumb img {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9;
}

.banner_one.home1_style.at_home6_home_area .thumb img {
    height: 240px;
}

.banner_one.home1_style.at_home6_home_area .details {
    top: 20%;
}

.banner_one.home1_style.color1 {
    background-color: #f2f2f2;
}

.banner_one.home1_style.color2 {
    background-color: #f6f5f2;
}

.banner_one.home1_style.color3 {
    background-color: #f4f5f7;
}

.banner_one.home1_style.color4 {
    background-color: #f4fbf4;
}

.banner_one.home1_style.color5 {
    background-color: #e0f0e6;
}

.banner_one.home1_style.color6 {
    background-color: #f3f5f6;
}

.banner_one.home1_style.color7 {
    background-color: rgba(75, 135, 244, 0.07);
}

.banner_one.home2_home_style img {
    width: auto;
}

.banner_one.home2_home_style .details {
    left: 0;
    margin: 0 auto;
    padding-top: 70px;
    position: relative;
    right: 0;
    text-align: center;
}

.banner_one.home2_home_style .details .title {
    margin: 10px auto;
    width: 50%;
}

.banner_one.home2_home_style .thumb {
    margin-top: 30px;
}

.banner_one.home2_home_style .thumb img {
    margin: 0 auto;
}

.banner_one.home1_style.home3_large_banner {
    height: 350px;
    background-image: url(../images/banner/banner1-home3.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_one.home1_style.home3_large_banner .details {
    left: 90px;
}

.banner_one.home1_style.home3_large_banner.athome7 {
    background-image: url(../images/banner/large_banner_home7.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.banner_one.home1_style.home3_large_banner.athome7 .details {
    left: 60px;
    top: 20%;
}

.banner_one.home1_style.home3_large_banner .details .title {
    font-size: 30px;
}

.banner_one.home4_style .details {
    left: 40px;
    top: 40px;
}

.banner_one.home4_main_banner {
    height: 570px;
}

.banner_one.home4_main_banner .thumb {
    bottom: 0;
    position: absolute;
    right: 0;
}

.banner_one.home4_main_banner a.btn {
    height: 52px;
    line-height: 35px;
    width: 140px;
}

.banner_one.home4_main_banner .details .title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 72px;
    margin-bottom: 0;
}

.banner_one.home4_main_banner .details .subtitle {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 58px;
}

.banner_one.home3_style.h900 {
    height: 900px;
}

.banner_one.home4_style.h450 {
    height: 450px;
}

.banner_one.home4_style.h400 {
    height: 400px;
}

.banner_one.home3_style .details {
    left: 50px;
    top: 10%;
}

.banner_one.home3_style .thumb,
.banner_one.home4_style .thumb {
    bottom: 0;
    position: absolute;
    right: 0;
}

.banner_one.home1_style.home4_style.twoimg .thumb {
    left: 0;
}

.banner_one.home1_style.home4_style.twoimg .thumb img {
    width: 100%;
}

.banner_one.home3_style .thumb.t0,
.banner_one.home4_style .thumb.t0 {
    top: 0;
}

.banner_one.home1_style:before {
    background-color: #ffffff;
    border-radius: 50%;
    bottom: -17px;
    content: "";
    height: 0;
    position: absolute;
    right: -17px;
    width: 0;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    z-index: 1;
}

.banner_one.home1_style.athome7:before {
    background-color: rgba(255, 255, 255, 0.5);
}

.banner_one:hover:before {
    border-radius: 100% 0 0 0;
    bottom: 0px;
    height: 75%;
    right: 0px;
    width: 45%;
}

.banner_one.athome7:hover:before {
    height: 60%;
    width: 45%;
}

.banner_one.home1_style.before_none:before {
    display: none;
}

.banner_one.home2_style .thumb img {
    height: 250px;
}

.banner_one.home9_style .details.style2 {
    z-index: 1;
}

.banner_one.home9_style .thumb:before {
    z-index: 1;
}

.banner_one.home2_style .details,
.banner_one.home6_style .details {
    top: 50px;
}

.banner_one.home5_style,
.banner_one.home5_style .thumb,
.banner_one.home5_style .thumb img {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.banner_one.home5_style .thumb {
    border-radius: 6px;
}

.banner_one.home5_style .details {
    left: 30px;
    position: absolute;
    top: 25%;
}

.banner_one.home5_style .details.style2 {
    left: 20px;
    top: 20%;
}

.banner_one.home5_style2 .details {
    top: 10%;
}

.banner_one.home5_style2 .details .icon {
    font-size: 50px;
    line-height: normal;
    margin-bottom: 10px;
}

.banner_one.home5_style2 .details .title {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    
    width: auto;
}

.banner_one.home5_style2 .details p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    
}

.banner_one.home5_style2.style2_home8 .thumb img {
    height: 300px;
}

.banner_one .details.style2 {
    left: 30px;
}

.banner_one .details .para {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}

.banner_one .details .title {
    color: #041e42;
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
    
    width: 70%;
}

.banner_one.home5_style .thumb img {
    height: 270px;
}

.banner_one.home5_style .details .title {
    width: auto;
}

.banner_one.home6_style.large_style .details {
    bottom: 40px;
    top: auto;
}

.banner_one.home6_style.large_style .details .title {
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
}

.banner_one.home6_style .details .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    
    width: auto;
}

.banner_one.large.home4_style .details .title {
    font-size: 24px;
}

.banner_one.home6_style.style2 .details .title {
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    
    margin-bottom: 15px;
    text-transform: capitalize;
    width: auto;
}

.banner_one.home6_style.style2 .details .para {
    margin-bottom: 17px;
}

.banner_home6_style {
    background-color: #f3f5f6;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.banner_home6_style .thumb {
    position: relative;
}

.banner_home6_style .thumb img {}

.banner_home6_style {
    height: 170px;
}

.banner_home6_style.large_style {
    height: 368px;
}

.banner_home6_style.large_style .details {
    bottom: 40px;
    left: 40px;
    position: absolute;
    top: auto;
}

.banner_home6_style .details {
    left: 30px;
    position: absolute;
    top: 35px;
}

.banner_home6_style.large_style .details .title {
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
}

.banner_home6_style .details .title {
    margin: 0;
}

.banner_home6_style .details p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    
}

.deal_large_widget {
    background-color: #fff;
    border: 2px solid #4b87f4;
    border-radius: 6px;
    padding-top: 30px;
    position: relative;
}

.home8_deal_of_the_day .shop_item_5grid_slider.owl-theme.owl-loaded .owl-prev,
.home8_deal_of_the_day .shop_item_5grid_slider.owl-theme.owl-loaded .owl-next {
    border: 2px solid #4b87f4;
    color: #4b87f4;
}

.banner_one.large {
    margin-left: 30px;
}

.banner_one.large .details {
    top: 60px;
}

.banner_one.large .details .para {
    color: #041e42;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0.1em;
}

.banner_one.large .details .title {
    margin-bottom: 20px;
    width: 75%;
}

.banner_one.large .shop_btn.style2 {
    color: #041e42;
}

.banner_one.large .shop_btn.style2:before {
    background-color: #041e42;
}

.banner_one.large .shop_btn.style2.white:before {
    background-color: #ffffff;
}

.banner_one.home7_style .thumb img {
    height: 730px;
}

.banner_one.home7_style .details.style2 {
    top: 60px;
}

.banner_one.home9_style {
    border-radius: 6px;
    height: 100%;
    max-height: 365px;
    overflow: hidden;
}

.banner_one.home9_style .thumb:before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.apple_widget_home1 {
    position: relative;
}

.apple_widget_home1 .title {
    font-size: 50px;
    font-weight: 600;
    line-height: 72px;
    
}

.apple_widget_home1 .para {
    color: #041e42;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    
}

.apple_widget_home1 a.btn {
    color: #041e42;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    
    padding: 10px 35px;
}

.home2_text_widgets {
    position: relative;
}

.home2_text_widgets .title {
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
}

.home2_text_widgets .para {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.home2_text_widgets a.btn {
    border-radius: 60px;
    height: 52px;
    line-height: 40px;
    padding: 5px 35px;
}

.vall_btn,
a.vall_btn {
    color: #0d6efd;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    
}

.vall_btn,
a.vall_btn:hover {
    color: #f7552d
}

.shop_btn,
a.shop_btn {
    color: #041e42;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    
    position: relative !important;
    text-align: left;
}

.shop_btn:before,
a.shop_btn:before {
    background-color: #041e42;
    bottom: -7px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 32px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_btn.white_style:before {
    background-color: #ffffff;
}

.shop_btn.thm3:before {
    background-color: #cf3e3b;
}

.shop_btn.thm4:before {
    background-color: #f2b23e;
}

.banner_one.dark .details .title,
.banner_one.dark .details .para {
    color: #041e42;
}

.banner_one.dark .details .shop_btn:before {
    background-color: #41544a;
}

.shop_btn.style2 {
    color: #41544a;
}

.shop_btn.style2:before {
    background-color: #41544a;
}

.custom_shop_category_nav_list_menu {
    overflow-x: auto;
    position: relative;
    margin: 5px 0;
    scrollbar-width: none;
}

.custom_shop_category_nav_list_menu ul {
    width: 1100px;
}

.custom_shop_category_nav_list_menu.home6_style ul {
    width: auto;
}

.custom_shop_category_nav_list_menu ul li {
    padding: 0;
}

.custom_shop_category_nav_list_menu ul li:last-child {
    margin-right: 0;
}

.custom_shop_category_nav_list_menu ul li a {
    color: #0f1930;
    padding: .15rem .85rem;
    font-weight: 600;
    font-size: 12px;
    position: relative;
    line-height: 1.2rem;   
    border-radius: 9999px;
    text-align: center;
    margin-right: .5rem;
    white-space: nowrap;
    background-color: #f7f7f7;    
}

.custom_shop_category_nav_list_menu ul li a:hover {
    color: #ffffff;
    background-color:rgb(124 58 237);
}

.custom_shop_category_nav_list_menu ul li a.active {
    font-weight: 600;
    color: #ffffff;
    background-color:rgb(124 58 237);
}


.custom_shop_category_nav_list_menu ul li a:hover:before,
.custom_shop_category_nav_list_menu ul li a:active:before,
.custom_shop_category_nav_list_menu ul li a:focus:before,
.custom_shop_category_nav_list_menu ul li a.active:before {
    left: 0;
    right: 0;
    width: 100%;
}

.custom_shop_category_nav_list_menu.home6_style ul li a.active,
.custom_shop_category_nav_list_menu.home6_style ul li a:hover {
    color: #0053f6;
}

.custom_shop_category_nav_list_menu.home6_style ul li a:before {
    background-color: #0053f6;
}

.custom_shop_category_nav_list_menu.home6_style ul li a {
    font-weight: 600;
}

.deal-item {
    padding: 15px !important;
    border: 2px solid #eee;
}

.shop_item {
    background-color: #ffffff;
    margin: 5px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_item .thumb {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: space-around;
}
.review_count {
    font-size: 13px;
    font-weight: 500;
}
.shop_item .details {
    position: relative;
}
.best-deals {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-items: start;
    gap: 10px;
    margin-top: 10px;
}
.deal-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 15px;
}
.deal-details h3 {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.deal-details h3:hover {
    color: rgb(92 35 190);
}
.deal-details .store-domain-name {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.deal-details .si_footer span.deal {
    color: rgb(92 35 190);
    font-size: 18px;
    font-family: 'Montserrat-Bold';
    font-weight: 600;
    line-height: 26px;
}

.deal-details .si_footer span.price {
    color: rgb(92 35 190);
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    
}
.si_footer, .price {
    color: rgb(92 35 190);
    font-size: 18px;
    font-family: 'Montserrat-Bold';
    font-weight: 600;
    line-height: 26px;
}

.shop_item .shop_item_cart_btn {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_item .shop_item_cart_btn a.btn {
    height: 52px;
    line-height: 40px;
    -webkit-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
    box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
}

.shop_item.home5_style .shop_item_cart_btn a.btn {
    border-radius: 0;
    -webkit-box-shadow: 0px 5px 20px rgba(41, 41, 41, 0.1);
    -moz-box-shadow: 0px 5px 20px rgba(41, 41, 41, 0.1);
    -o-box-shadow: 0px 5px 20px rgba(41, 41, 41, 0.1);
    box-shadow: 0px 5px 20px rgba(41, 41, 41, 0.1);
}

.shop_item.home6_style .shop_item_cart_btn a.btn {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 83, 246, 0.1);
    -moz-box-shadow: 0px 5px 20px rgba(0, 83, 246, 0.1);
    -o-box-shadow: 0px 5px 20px rgba(0, 83, 246, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 83, 246, 0.1);
}

.shop_item.home7_style .shop_item_cart_btn a.btn {
    -webkit-box-shadow: 0px 5px 20px rgba(0, 83, 246, 0.1);
    -moz-box-shadow: 0px 5px 20px rgba(0, 83, 246, 0.1);
    -o-box-shadow: 0px 5px 20px rgba(0, 83, 246, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 83, 246, 0.1);
}

.shop_item.home8_style .shop_item_cart_btn a.btn {
    -webkit-box-shadow: 0px 5px 20px rgba(75, 135, 244, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(75, 135, 244, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(75, 135, 244, 0.15);
    box-shadow: 0px 5px 20px rgba(75, 135, 244, 0.15);
}

.shop_item.home9_style .shop_item_cart_btn a.btn {
    -webkit-box-shadow: 0px 5px 20px rgba(68, 50, 151, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(68, 50, 151, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(68, 50, 151, 0.15);
    box-shadow: 0px 5px 20px rgba(68, 50, 151, 0.15);
}

.shop_item.home8_style .shop_item_cart_btn a.btn {
    -webkit-box-shadow: 0px 5px 20px rgba(102, 104, 178, 0.15);
    -moz-box-shadow: 0px 5px 20px rgba(102, 104, 178, 0.15);
    -o-box-shadow: 0px 5px 20px rgba(102, 104, 178, 0.15);
    box-shadow: 0px 5px 20px rgba(102, 104, 178, 0.15);
}

.shop_item .thumb_info {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_item .thumb_info ul li {
    background-color: #ffffff;
    border-radius: 50%;
    height: 34px;
    line-height: 38px;
    margin-bottom: 7px;
    text-align: center;
    width: 34px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_item .thumb_info ul li:last-child {
    margin-bottom: 0;
}

.shop_item .thumb_info ul li:hover {
    background-color: #f5c34b;
    -webkit-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -ms-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
}

.shop_item .thumb_info.home5_dark_style ul li:hover {
    background-color: #292929;
}

.shop_item .thumb_info.home6_style ul li:hover {
    background-color: #0053f6;
}

.shop_item .thumb_info.home6_style.gray_style ul li:hover {
    background-color: #f3f5f6;
}

.shop_item .thumb_info.home6_style.gray_style ul li:hover a {
    color: #041e42;
}

.shop_item .thumb_info.home5_dark_style ul li:hover a,
.shop_item .thumb_info.home6_style ul li:hover a {
    color: #ffffff;
}

.shop_item .thumb_info ul li a {
    color: #041e42;
    font-size: 14px;
}

.shop_item .details .sub_title {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
}

.shop_item .details .title,
.shop_item .details .title a {
    color: #041e42;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 28px;    
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shop_item.line_clip_less .details .title,
.shop_item.line_clip_less .details .title a {
    -webkit-line-clamp: 0;
    line-clamp: 0;
    max-width: initial;
}

.shop_item.small_font .thumb img {
    max-width: 190px;
}

.shop_item.small_font .details .title,
.shop_item.small_font .details .title a {
    font-size: 15px;
}

.shop_item.large_font .details .title,
.shop_item.large_font .details .title a {
    font-size: 20px;
}

.shop_item .details .title:hover a {
    color: #443297;
    text-decoration: none;
}

.shop_item.small_style .details .title,
.shop_item.small_style .details .title a {
    color: #041e42;
    font-size: 15px;
    font-weight: 600;
    line-height: 28px;
    
}

.shop_item.small_style .details .review_count {
    font-size: 14px;
}

.shop_item .details .si_footer {
    margin-top: 10px;
    position: relative;
}
.shop_item .details .si_footer span {
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    
    color: #ffffff;
    background: rgb(92 35 190);
    border-radius: 9999px;
    padding: 4px 15px;
}
.shop_item.list_style .details .title,
.shop_item.list_style .details .title h3 a {
    font-size: 20px;
}

.shop_item .details .si_footer .price,
.shop_item.list_style .si_footer .price {
    color: rgb(92 35 190);
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    
}

.shop_item .details .si_footer .price small,
.shop_item .details .si_footer .price small .off_tag,
.shop_item.list_style .si_footer .price small {
    color: #626974;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    
}
.si_footer .price small {
    color: #626974;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    
}
.shop_item.list_style .shop_item_cart_btn,
.shop_item.list_style .product_action_info {
    opacity: 1;
}

.shop_item.list_style:hover .shop_item_cart_btn,
.shop_item.list_style:hover .product_action_info,
.shop_item.list_style:hover .thumb_info,
.shop_item.list_style:hover .details .si_footer ul li a {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.shop_item:hover .shop_item_cart_btn,
.shop_item:hover .product_action_info {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.shop_item:hover .thumb_info,
.shop_item:hover .product_action_info {
    opacity: 1;
}

.shop_item:hover .thumb_info,
.shop_item:hover .details .si_footer ul li a {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.shop_item.home7_banr_slider:hover .thumb_info,
.shop_item.home7_banr_slider:hover .details .si_footer ul li a {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.shop_item .details .si_footer .line {
    background-color: #f3f5f6;
    border-radius: 6px;
    height: 6px;
    position: relative;
    width: 100%;
}

.shop_item .details .si_footer .sell_stock {
    color: #041e42;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    
}

.shop_item .details .si_footer .line:before {
    background-color: #f5c34b;
    border-radius: 6px;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 70%;
}

.shop_item.home2_style .shop_item_cart_btn {
    border-radius: 60px;
    overflow: hidden;
}

.home3_style.shop_item .details .si_footer .line:before {
    background-color: #cf3e3b;
}

.shop_item.style2:hover {
    -webkit-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
}

.shop_item.style5:hover .thumb_info {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}

.shop_item.style3 {
    border: 1px solid transparent;
}

.shop_item.style3:hover {
    border: 1px solid #eaeaea;
}

.shop_item.style4 .thumb_info,
.shop_item.style5 .thumb_info {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: auto;
}

.shop_item.style4 .thumb_info ul li {
    border-radius: 0;
    margin: 0 -3px;
    height: auto;
    overflow: hidden;
    width: auto;
}

.shop_item.style4 .thumb_info ul li:first-child {
    border-radius: 6px 0 0 6px;
}

.shop_item.style4 .thumb_info ul li:last-child {
    border-radius: 0 6px 6px 0;
}

.shop_item.style4 .thumb_info ul li a {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 0;
    display: block;
    height: 52px;
    line-height: 52px;
    margin: 0;
    width: 58px;
    -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;
}

.shop_item.style4 .thumb_info ul li a:hover,
.shop_item.style5 .thumb_info ul li a:hover {
    background-color: #f5c34b;
    border: 1px solid #f5c34b;
}

.shop_item.style5 .thumb_info ul li:last-child {
    margin-right: 0;
}

.shop_item.style5 .thumb_info ul li {
    background-color: transparent;
    height: 52px;
    line-height: 52px;
    margin-bottom: 0;
    margin-right: 5px;
    width: auto;
}

.shop_item.style5 .thumb_info ul li a {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    display: block;
    height: 52px;
    overflow: hidden;
    width: 52px;
    -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;
    -webkit-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -moz-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    -o-box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
    box-shadow: 0px 10px 50px rgba(4, 30, 66, 0.05);
}

.shop_item.style4 .thumb_info ul li a img,
.shop_item.style5 .thumb_info ul li a img {
    vertical-align: sub;
}

.shop_item.style4 .thumb_info ul li a span,
.shop_item.style5 .thumb_info ul li a span {
    color: #041e42;
    font-size: 18px;
    line-height: 3;
}

.shop_item.style6 .product_action_info ul li {
    margin-right: 10px;
    padding-right: 10px;
}

.shop_item.style6 .product_action_info ul li:first-child {
    border-right: 1px solid #eaeaea;
}

.shop_item.style6 .product_action_info ul li a {
    color: #041e42;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    
}

.shop_item.style6 .product_action_info ul li a span {
    color: #041e42;
    margin-right: 5px;
    vertical-align: middle;
}

.shop_item.style6 .product_action_info,
.shop_item.style6 .shop_item_cart_btn {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: relative;
    right: 0;
    width: 100%;
    visibility: hidden;
}

.shop_item.style6:hover .product_action_info,
.shop_item.style6:hover .shop_item_cart_btn {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.shop_item.style6:hover {
    padding-bottom: 0;
}

.shop_item.style6 .details .sifoter_bottom {
    display: none;
    height: 0;
    position: relative;
}

.shop_item.style6:hover .details .sifoter_bottom {
    display: block;
    position: relative;
    visibility: visible;
    height: 100%;
}

.shop_item.style6 .details,
.shop_item.style6 .si_footer {
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_item.style6:hover .si_footer {
    margin-bottom: 40px;
}

.shop_item .details .title,
.shop_item .details .title a {
    max-width: initial;
}

.shop_item.wishlist_style .close_list {
    background-color: #f3f5f6;
    border-radius: 6px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center;
    width: 30px;
}

.shop_item.wishlist_style .close_list span {
    color: #041e42;
    font-size: 10px;
}

.shop_item.list_style {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 20px;
    box-shadow: 1px 1px 10px 0px #dad4d487;
}

.shop_item.list_style:hover {
    box-shadow: none;
}

.shop_item.list_style .si_footer {
    margin-bottom: 20px;
}

.shop_item.list_style .product_action_info ul li:last-child {
    border-left: none;
}

.shop_item.list_style .product_action_info ul li a {
    color: #041e42;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    
}

.shop_item.list_style .product_action_info ul li a span {
    color: #041e42;
    margin-right: 5px;
    vertical-align: middle;
}

.shop_item.list_style .details {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.shop_item.list_style .shop_item_cart_btn {
    opacity: 1;
    position: relative;
    visibility: visible;
}

.shop_item_list_features {
    position: relative;
    text-align: left;
    background: #f6f6f6;
}

.shop_item_list_features ul li {
    margin-bottom: 0;
}

.shop_item_list_features ul li a {
    color: #041e42;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    
}

.shop_item_list_features.shop_single_style ul li a {
    font-size: 16px;
    line-height: 40px;
}

.shop_item.tiny_style {
    margin: 10px;
}

.shop_item.tiny_style img {
    max-width: 90px;
}
.shop_item.tiny_style .title,
.shop_item.tiny_style h3 {
    font-size: 16px;
    color: #0f1930;
    min-height: 70px;
    font-weight: 600;
    line-height: 25px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.shop_item.tiny_style .brand-offer h3 {
    font-size: 20px;
    line-height: 30px;
    min-height: 40px;
}

.exp-brand-offer {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.shop_item.tiny_style .exp-brand-offer h3 {
    font-size: 20px;
    line-height: 30px;
    color: #4d4b4b;
    min-height: 40px;
}

.store-offer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 5px;
}

.store-offer h3.title {    
    overflow: hidden;
    cursor: pointer;
}

.brand-offer {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.sub_title {
    font-weight: 600;
    font-size: 12px;
}
.sub_title a {
    font-weight: 600;
    font-size: 12px;
}
.offer-list {
    gap: 20px;
    padding: 10px;
}
.store-offer-list {
    padding: 10px;
}
.sdeal {    
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    min-width: 200px;
    text-align: center;
}

.sdeal-btn {
    height: 52px;
    line-height: 40px;
}
.store-footer {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}
.sifoter_bottom {
    display: flex;
    gap: 10px;
    padding: 2px 10px;
    flex-direction: column;
}

.ccount {
    font-size: 12px;
    font-weight: 600;
}
.deal_btn {
    height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.shop_item.tiny_style .para {
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    
}

.offbanenr_3 {
    position: absolute;
    z-index: 1;
}

.banner_home8_slider {
    position: relative;
}

.banner_home8_slider:after {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 50%;
    bottom: -17px;
    content: "";
    height: 0;
    position: absolute;
    right: -17px;
    width: 0;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    z-index: 0;
}

.banner_home8_slider:hover:after {
    border-radius: 100% 0 0 0;
    bottom: 0px;
    height: 75%;
    right: 0px;
    width: 45%;
}

/* Onlnie Delivery Css */
.online_delivery {
    background-color: rgba(245, 195, 75, 0.1);
    border-radius: 6px;
    padding: 40px 0 30px;
    position: relative;
}

.online_delivery .title {
    font-family: "Montserrat";
    font-style: normal;
    line-height: 28px;
}

.online_delivery.home6_style {
    background-color: rgba(0, 83, 246, 0.02);
    background-image: url(../images/background/tiny-divider-bg-home6.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.online_delivery.home6_style .title {
    color: #0053f6;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    
}

/* Delivery Coutner/countdown */
.deal_counter {
    border-radius: 30px;
    margin-bottom: 0;
    margin-left: 20px;
    margin-top: -5px;
    padding: 9px 0;
}

.deal_counter .title {
    color: #041e42;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    
}

.deal_counter .days,
.deal_counter .hours,
.deal_counter .minutes,
.deal_counter .seconds {
    color: #e7b641;
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    
}

.deal_counter .days,
.deal_counter .hours,
.deal_counter .minutes {
    margin-right: 4px;
}

.deal_counter .seperator {
    color: #fff;
}

.deal_counter .days span,
.deal_counter .hours span,
.deal_counter .minutes span,
.deal_counter .seconds span {
    display: none;
}

.deal_counter.home7_style {
    border-radius: 6px;
    padding: 8px 15px;
}

.deal_counter.home7_style .days,
.deal_counter.home7_style .hours,
.deal_counter.home7_style .minutes,
.deal_counter.home7_style .seconds {
    color: #041e42;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

/* Onlnie Delivery Css */
/* Partner Css */
.partner_item {
    position: relative;
    text-align: center;
}

.partner_item img {
    vertical-align: -webkit-baseline-middle;
}

.insta_post {
    position: relative;
}

/* mailchimp Css */
.mailchimp_widget {
    position: relative;
}

.mailchimp_widget .icon {
    color: #fff;
    font-size: 50px;
    margin-right: 20px;
    margin-top: -12px;
}

.mailchimp_widget.home2 .icon {
    color: #86bc42;
}

.mailchimp_widget .details .title {
    color: #041e42;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    
    margin-bottom: 30px;
}

.mailchimp_widget.home2_style .details .title {
    color: #ffffff;
}

.mailchimp_widget.home2 .details .para {
    color: #626974;
}

.mailchimp_widget.home6 .icon {
    color: #f2b23e;
}

.mailchimp_widget.home6 .details .title {
    color: #041e42;
}

.mailchimp_widget.home6 .details p {
    color: #626974;
}

/* Store locator page css */
.location_lists {
    margin-bottom: 50px;
}

.location_lists .title {
    color: #041e42;
    line-height: 26px;
    
    margin-bottom: 10px;
}

.location_lists ul {
    margin-bottom: 10px;
}

.location_lists ul li a {
    color: #041e42;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.locate_map_btn {
    color: #041e42;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    
    position: relative;
}

.locate_map_btn:before {
    background-color: #041e42;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 32px;
}

/* Vendor IconBox Css Start */
.vendor_iconbox {
    margin-bottom: 50px;
    position: relative;
}

.vendor_iconbox .icon img {
    -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;
}

.vendor_iconbox .details .title {
    color: #041e42;
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
    
    margin-top: 10px;
}

.vendor_iconbox.style2 .details .title {
    margin-top: 0;
}

.vendor_iconbox .details p {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

.funfact_content {
    background-color: #f5c34b;
    border-radius: 6px;
    padding: 50px 0 40px;
    position: relative;
}

/* Vendor IconBox Css End */
/*Shop Slider Contact Css*/
.sps_content .thumb img {
    margin: 0 auto;
    max-width: 418px;
    width: 100%;
}

.single_product {
    position: relative;
}

.single_product .product_popup {
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.single_product .product_popup span {
    color: #041e42;
    font-size: 16px;
}

.cart_list_home5_style {
    position: relative;
}

.cart_list_home5_style .thumb2 {
    position: relative;
}

.cart_list_home5_style .point {
    background-color: #041e42;
    border-radius: 50%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 30px;
}

.cart_list_home5_style .point.style1 {
    bottom: 22%;
    left: 10%;
}

.cart_list_home5_style .point.style2 {
    bottom: auto;
    left: 20%;
    top: 32.5%;
}

.cart_list_home5_style .point.style3 {
    bottom: 32%;
    left: auto;
    right: 20%;
}

.cart_list_home5_style .point:hover {
    cursor: pointer;
}

.cart_list_home5_style .point:hover .hover_details_content {
    display: block;
    opacity: 1;
}

.cart_list_home5_style .point .hover_details_content {
    position: absolute;
    display: none;
    opacity: 0;
    top: 35px;
    z-index: 1;
    -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;
}

.cart_list_home5_style .point:before {
    background-color: rgba(4, 30, 66, 0.2);
    border-radius: 50%;
    bottom: -5px;
    content: "";
    height: 40px;
    left: -5px;
    position: absolute;
    width: 40px;
    animation: pulse-blue 2s infinite;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -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;
}

@keyframes pulse-blue {
    0% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.cart_list_home5_style .point .count {
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    
}

.cart_list_home5_style .thumb {
    border: 1px solid #eaeaea;
    height: 120px;
    line-height: 120px;
    position: relative;
    text-align: center;
    width: 120px;
}

.cart_list_home5_style .thumb .badge {
    background-color: #041e42;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    height: 30px;
    line-height: 20px;
    position: absolute;
    right: -15px;
    text-align: center;
    top: -15px;
    width: 30px;
}

.cart_list_home5_style .title {
    color: #041e42;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.cart_list_home5_style del {
    color: #626974;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.cart_list_home5_style .price {
    color: #041e42;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.home5_cart_btn {
    background-color: #112137;
    border-radius: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 50px;
    height: 64px;
    position: relative;
}

.shop_single_sidebar {
    position: relative;
}

.icon_boxes {
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 5px 0 0;
    position: relative;
}

.icon_boxes .icon {
    font-size: 35px;
    line-height: initial;
    margin-right: 20px;
}

.icon_boxes .icon span {
    color: #041e42;
}

.icon_boxes .details .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
}

.icon_boxes .details .para {
    color: #626974;
    font-family: "Montserrat";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.icon_boxes.about_style .details .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    
}

.icon_boxes.about_style .details .para {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    
}

.about_page_shop_btn {
    background-color: #ffffff;
    border: 2px solid #f5c34b;
    border-radius: 6px;
    color: #041e42;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    height: 52px;
    line-height: 35px;
    width: 140px;
    box-shadow: 0px 5px 20px rgba(245, 195, 75, 0.15);
}

.about_page_shop_btn:hover {
    border-color: #e8b336;
}

.icon_boxes.home_style.athome7 .icon span {
    color: #60c260;
}

.bestseller_sidebar_slider,
.shop_item_1grid_slider,
.shop_item_2grid_slider,
.shop_item_3grid_slider,
.shop_item_4grid_slider,
.shop_item_7grid_slider,
.shop_item_8grid_slider {
    position: relative;
}

.shop_item_1grid_slider.nav_none.owl-theme .owl-nav,
.shop_item_2grid_slider.nav_none.owl-theme .owl-nav,
.shop_item_3grid_slider.nav_none.owl-theme .owl-nav,
.shop_item_4grid_slider.nav_none.owl-theme .owl-nav,
.shop_item_4grid_slider2.nav_none.owl-theme .owl-nav,
.shop_item_5grid_slider.nav_none.owl-theme .owl-nav,
.shop_item_6grid_slider.nav_none.owl-theme .owl-nav,
.shop_item_7grid_slider.nav_none.owl-theme .owl-nav,
.shop_item_8grid_slider.nav_none.owl-theme .owl-nav,
.shop_item_9grid_slider.nav_none.owl-theme .owl-nav,
.shop_item_10grid_slider.nav_none.owl-theme .owl-nav,
.bestseller_sidebar_slider.nav_none.owl-theme .owl-nav,
.single_product_slider.nav_none.owl-theme .owl-nav {
    display: none !important;
}

.banner-style-one.dots_none.owl-theme .owl-dots,
.shop_item_1grid_slider.dots_none.owl-theme .owl-dots,
.shop_item_2grid_slider.dots_none.owl-theme .owl-dots,
.shop_item_3grid_slider.dots_none.owl-theme .owl-dots,
.shop_item_4grid_slider.dots_none.owl-theme .owl-dots,
.shop_item_4grid_slider2.dots_none.owl-theme .owl-dots,
.shop_item_5grid_slider.dots_none.owl-theme .owl-dots,
.shop_item_6grid_slider.dots_none.owl-theme .owl-dots,
.shop_item_7grid_slider.dots_none.owl-theme .owl-dots,
.shop_item_8grid_slider.dots_none.owl-theme .owl-dots,
.shop_item_9grid_slider.dots_none.owl-theme .owl-dots,
.shop_item_10grid_slider.dots_none.owl-theme .owl-dots,
.bestseller_sidebar_slider.dots_none.owl-theme .owl-dots {
    display: none !important;
}

.bestseller_sidebar_slider.owl-theme .owl-nav .owl-prev,
.bestseller_sidebar_slider.owl-theme .owl-nav .owl-next,
.shop_item_1grid_slider.owl-theme .owl-nav .owl-prev,
.shop_item_1grid_slider.owl-theme .owl-nav .owl-next,
.shop_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-prev,
.shop_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-next,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav .owl-prev,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav .owl-next,
.shop_item_6grid_slider.owl-theme .owl-nav .owl-prev,
.shop_item_6grid_slider.owl-theme .owl-nav .owl-next {
    background-color: #ffffff;
    color: #041e42;
    position: absolute;
}

.bestseller_sidebar_slider.owl-theme .owl-nav .owl-prev,
.bestseller_sidebar_slider.owl-theme .owl-nav .owl-next {
    background-color: transparent;
}

.bestseller_sidebar_slider.home8_style.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.bestseller_sidebar_slider.home8_style.owl-theme .owl-nav .owl-next {
    right: 0;
}

.bestseller_sidebar_slider.home8_style.owl-theme .owl-nav .owl-prev,
.bestseller_sidebar_slider.home8_style.owl-theme .owl-nav .owl-next {
    top: 45%;
}

.shop_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-prev,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav .owl-prev {
    left: 0;
}

.shop_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-prev,
.shop_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-next,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav .owl-prev,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav .owl-next {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.bestseller_sidebar_slider.owl-theme .owl-nav .owl-next,
.shop_item_1grid_slider.owl-theme .owl-nav .owl-next,
.shop_item_6grid_slider.owl-theme .owl-nav .owl-next,
.shop_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-next,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav .owl-next {
    right: 0;
}

.bestseller_sidebar_slider.owl-theme .owl-nav .owl-prev:hover,
.bestseller_sidebar_slider.owl-theme .owl-nav .owl-next:hover,
.shop_item_6grid_slider.owl-theme .owl-nav .owl-prev:hover,
.shop_item_6grid_slider.owl-theme .owl-nav .owl-next:hover,
.shop_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-prev:hover,
.shop_item_4grid_slider.home10_style.owl-theme .owl-nav .owl-next:hover,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav .owl-prev:hover,
.shop_item_4grid_slider2.home10_style.owl-theme .owl-nav .owl-next:hover {
    color: #443297;
}

.category_list_box {
    border: 1px solid #eaeaea;
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 30px 40px 40px;
    position: relative;
}

.category_list_box .title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
}

.category_list_box.home4_style .title {
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 1;
    line-height: 30px;
    
    position: relative;
    z-index: 1;
}

.category_list_box ul {
    position: relative;
}

.category_list_box ul li:hover,
.category_list_box ul li:hover a {
    color: #041e42;
}

.category_list_box ul li a {
    color: #626974;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 35px;
}

.category_list_box .thumb {
    position: relative;
}

.category_list_box .thumb img {
    bottom: 0;
    position: absolute;
    right: -20px;
    width: 150px;
}

/* Zmart Owl Carousel Nav Dots CSS Start */
.navi_pagi_top_right.owl-theme.owl-carousel .owl-controls {
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -65px;
    width: 175px;
}

.navi_pagi_bottom_left.main-banner-wrapper .carousel-btn-block,
.navi_pagi_bottom_center.main-banner-wrapper .carousel-btn-block {
    bottom: 15%;
    left: 80px;
    position: absolute;
    top: auto;
    width: 175px;
}

.navi_pagi_bottom_center.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn,
.navi_pagi_bottom_center.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn,
.navi_pagi_bottom_left.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn,
.navi_pagi_bottom_left.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
    background-color: transparent;
    box-shadow: none;
}

.navi_pagi_bottom_left.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn,
.navi_pagi_bottom_center.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
    left: -20px;
    top: -18px;
}

.navi_pagi_bottom_center.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
    left: -10px;
}

.navi_pagi_bottom_left.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn,
.navi_pagi_bottom_center.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
    top: -18px;
}

.navi_pagi_bottom_center.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
    right: -10px;
}

.navi_pagi_bottom_center.main-banner-wrapper .carousel-btn-block {
    bottom: 50px;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.navi_pagi_bottom_left.main-banner-wrapper.carousel-btn-block.carousel-btn.left-btn {
    left: auto;
}

.navi_pagi_top_right.owl-theme.owl-carousel .owl-controls .owl-dots,
.navi_pagi_bottom_left.owl-theme.owl-carousel .owl-controls .owl-dots,
.navi_pagi_bottom_center.owl-theme.owl-carousel .owl-controls .owl-dots {
    margin: 0 auto;
}

.navi_pagi_bottom_left .owl-dots,
.navi_pagi_bottom_left .banner-style-one .owl-dots {
    bottom: 10%;
    left: 150px;
    max-width: 150px;
}

.navi_pagi_bottom_left.athome8 .owl-dots,
.navi_pagi_bottom_left.athome8 .banner-style-one .owl-dots {
    left: 80px;
}

.navi_pagi_top_right.owl-theme.owl-carousel .owl-nav,
.navi_pagi_bottom_left.owl-theme.owl-carousel .owl-nav,
.navi_pagi_bottom_center.owl-theme.owl-carousel .owl-nav,
.navi_pagi_bottom_left .banner-style-one.owl-theme.owl-carousel .owl-nav {
    width: 175px;
}

.navi_pagi_top_right.owl-theme .owl-nav .owl-prev,
.navi_pagi_top_right.owl-theme .owl-nav .owl-next,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next,
.navi_pagi_bottom_left.main-banner-wrapper.carousel-btn-block.carousel-btn.left-btn,
.navi_pagi_bottom_left.main-banner-wrapper.carousel-btn-block.carousel-btn.right-btn,
.navi_pagi_bottom_center.main-banner-wrapper.carousel-btn-block.carousel-btn.left-btn,
.navi_pagi_bottom_center.main-banner-wrapper.carousel-btn-block.carousel-btn.right-btn {
    color: #041e42;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    width: auto;
}

.navi_pagi_top_right.owl-theme .owl-nav .owl-prev,
.navi_pagi_top_right.owl-theme .owl-nav .owl-next,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev,
.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next {
    background-color: transparent;
    border: none;
    height: auto;
    width: auto;
}

.navi_pagi_bottom_center.owl-theme.owl-carousel .owl-controls {
    bottom: 0;
    margin: 30px auto 0;
    position: relative;
    width: 175px;
}

.navi_pagi_bottom_center.owl-theme .owl-nav .owl-prev,
.navi_pagi_bottom_center.main-banner-wrapper.carousel-btn-block.carousel-btn.left-btn {
    left: 0;
    right: auto;
    top: -5px;
}

.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next,
.navi_pagi_bottom_center.main-banner-wrapper.carousel-btn-block.carousel-btn.right-btn {
    left: auto;
    right: 0;
    top: -5px;
}

.navi_pagi_bottom_left.main-banner-wrapper.carousel-btn-block.carousel-btn.left-btn,
.navi_pagi_bottom_left.main-banner-wrapper.carousel-btn-block.carousel-btn.right-btn,
.navi_pagi_bottom_center.main-banner-wrapper.carousel-btn-block.carousel-btn.left-btn,
.navi_pagi_bottom_center.main-banner-wrapper.carousel-btn-block.carousel-btn.right-btn {
    background-color: transparent;
    box-shadow: none;
}

.navi_pagi_top_right.owl-theme .owl-nav .owl-prev,
.navi_pagi_bottom_left .banner-style-one.owl-theme .owl-nav .owl-prev {
    left: 0;
    right: auto;
    top: auto;
}

.navi_pagi_top_right.owl-theme.owl-loaded .owl-next {
    right: 0;
    top: auto;
}

.navi_pagi_top_right.owl-theme .owl-dots .owl-dot,
.navi_pagi_bottom_left.owl-theme .owl-dots .owl-dot,
.navi_pagi_bottom_center.owl-theme .owl-dots .owl-dot,
.banner-style-one.owl-theme .owl-dots .owl-dot {
    background-color: transparent;
    border-radius: 50%;
    height: 20px;
    margin-right: 3px;
    padding-top: 8px;
    position: relative;
    width: 20px;
    -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;
}

.navi_pagi_top_right.owl-theme .owl-dots .owl-dot.active:before,
.navi_pagi_top_right.owl-theme .owl-dots .owl-dot:before,
.navi_pagi_bottom_left.owl-theme .owl-dots .owl-dot.active:before,
.navi_pagi_bottom_left.owl-theme .owl-dots .owl-dot:before,
.navi_pagi_bottom_center.owl-theme .owl-dots .owl-dot.active:before,
.navi_pagi_bottom_center.owl-theme .owl-dots .owl-dot:before,
.banner-style-one.owl-theme .owl-dots .owl-dot.active:before,
.banner-style-one.owl-theme .owl-dots .owl-dot:before,
.banner-style-one.owl-theme .owl-dots .owl-dot.active:before,
.banner-style-one.owl-theme .owl-dots .owl-dot:before,
.banner-style-one.owl-theme .owl-dots .owl-dot.active:before,
.banner-style-one.owl-theme .owl-dots .owl-dot:before {
    background-color: transparent;
    border: 2px solid #112137;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -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;
}

.home1_style.at_home6.banner-style-one.owl-theme.owl-dots.owl-dot.active:before,
.home1_style.at_home6 .banner-style-one.owl-theme .owl-dots .owl-dot:before {
    border: 2px solid #ffffff;
}

.navi_pagi_top_right.owl-theme .owl-dots .owl-dot:hover:before,
.navi_pagi_top_right.owl-theme .owl-dots .owl-dot.active:before,
.navi_pagi_top_right.owl-theme .owl-dots .owl-dot:focus:before,
.navi_pagi_top_right.owl-theme .owl-dots .owl-dot:active:before,
.navi_pagi_bottom_left.banner-style-one.owl-theme.owl-dots.owl-dot:hover:before,
.navi_pagi_bottom_left.banner-style-one.owl-theme.owl-dots.owl-dot.active:before,
.navi_pagi_bottom_left.banner-style-one.owl-theme.owl-dots.owl-dot:focus:before,
.navi_pagi_bottom_left.banner-style-one.owl-theme.owl-dots.owl-dot:active:before,
.navi_pagi_bottom_left.owl-theme .owl-dots .owl-dot:hover:before,
.navi_pagi_bottom_left.owl-theme .owl-dots .owl-dot.active:before,
.navi_pagi_bottom_left.owl-theme .owl-dots .owl-dot:focus:before,
.navi_pagi_bottom_left.owl-theme .owl-dots .owl-dot:active:before,
.home1_style .banner-style-one.owl-theme .owl-dots .owl-dot:hover:before,
.home1_style .banner-style-one.owl-theme .owl-dots .owl-dot.active:before,
.home1_style .banner-style-one.owl-theme .owl-dots .owl-dot:focus:before,
.home1_style .banner-style-one.owl-theme .owl-dots .owl-dot:active:before,
.navi_pagi_bottom_center.owl-theme .owl-dots .owl-dot:hover:before,
.navi_pagi_bottom_center.owl-theme .owl-dots .owl-dot.active:before,
.navi_pagi_bottom_center.owl-theme .owl-dots .owl-dot:focus:before,
.navi_pagi_bottom_center.owl-theme .owl-dots .owl-dot:active:before,
.banner-style-one.owl-theme .owl-dots .owl-dot:hover:before,
.banner-style-one.owl-theme .owl-dots .owl-dot.active:before,
.banner-style-one.owl-theme .owl-dots .owl-dot:focus:before,
.banner-style-one.owl-theme .owl-dots .owl-dot:active:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.feature_property_slider.owl-theme .owl-dots .owl-dot span,
.bestseller_sidebar_slider.owl-theme .owl-dots .owl-dot span,
.shop_item_1grid_slider.owl-theme .owl-dots .owl-dot span,
.shop_item_2grid_slider.owl-theme .owl-dots .owl-dot span,
.shop_item_3grid_slider.owl-theme .owl-dots .owl-dot span,
.shop_item_4grid_slider.owl-theme .owl-dots .owl-dot span,
.shop_item_4grid_slider2.owl-theme .owl-dots .owl-dot span,
.shop_item_5grid_slider.owl-theme .owl-dots .owl-dot span,
.shop_item_7grid_slider.owl-theme .owl-dots .owl-dot span,
.navi_pagi_top_right.owl-theme .owl-dots .owl-dot span,
.navi_pagi_bottom_left.owl-theme .owl-dots .owl-dot span,
.navi_pagi_bottom_center.owl-theme .owl-dots .owl-dot span,
.navi_pagi_bottom_left .banner-style-one.owl-theme .owl-dots .owl-dot span,
.home1_style .banner-style-one.owl-theme .owl-dots .owl-dot span,
.banner-style-one.owl-theme .owl-dots .owl-dot span {
    background-color: #112137;
    border-radius: 50%;
    height: 4px;
    margin: 0 auto;
    width: 4px;
    -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;
}

.vendor_about {
    position: relative;
}

.vendor_about .title {
    font-size: 20px;
    line-height: 29px;
    
    margin-bottom: 20px;
}

.vendor_about .para {
    color: #041e42;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    
}

/* Zmart Owl Carousel Nav Dots CSS End */
/* Shop cart button number count increase and decrese Start */
.quantity-block {
    border: 1px solid #eaeaea;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.quantity-block.home_page_sidebar {
    border: 1px solid transparent;
    border-radius: 60px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.quantity-block.home_page_sidebar:hover {
    border: 1px solid #eaeaea;
}

.quantity-arrow-minus,
.quantity-arrow-plus,
.quantity-arrow-minus2,
.quantity-arrow-plus2,
.quantity-arrow-minus3,
.quantity-arrow-plus3 {
    background-color: transparent;
    border: none;
    border-radius: 6px;
    box-sizing: border-box;
    color: #041e42;
    font-size: 10px;
    height: 25px;
    line-height: 20px;
    outline: none;
    position: absolute;
    text-align: center;
    width: 25px;
}

.quantity-arrow-minus,
.quantity-arrow-minus2,
.quantity-arrow-minus3 {
    font-size: 10px;
    left: 0;
    top: 10px;
}

.quantity-arrow-plus,
.quantity-arrow-plus2,
.quantity-arrow-plus3 {
    background-color: #f3f5f6;
    font-size: 10px;
    right: 10px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quantity-arrow-minus.inner_page,
.quantity-arrow-minus.home_page_sidebar,
.quantity-arrow-minus2.inner_page,
.quantity-arrow-minus2.home_page_sidebar,
.quantity-arrow-minus3.inner_page,
.quantity-arrow-minus3.home_page_sidebar {
    border-radius: 50%;
    color: #041e42;
    left: 10px;
    top: 15px;
}

.quantity-num.inner_page,
.quantity-num2.inner_page {
    max-width: 145px;
}

.quantity-num.home_page_sidebar,
.quantity-num2.home_page_sidebar {
    max-width: 90px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.quantity-arrow-plus.inner_page,
.quantity-arrow-plus.home_page_sidebar,
.quantity-arrow-plus2.inner_page,
.quantity-arrow-plus2.home_page_sidebar,
.quantity-arrow-plus3.inner_page,
.quantity-arrow-plus3.home_page_sidebar {
    border-radius: 50%;
    color: #041e42;
    font-size: 8px;
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.quantity-arrow-minus.home_page_sidebar,
.quantity-arrow-plus.home_page_sidebar,
.quantity-arrow-minus2.home_page_sidebar,
.quantity-arrow-plus2.home_page_sidebar {
    top: 5px;
}

.quantity-arrow-minus.home_page_sidebar,
.quantity-arrow-minus2.home_page_sidebar {
    left: 5px;
}

.quantity-arrow-plus.home_page_sidebar,
.quantity-arrow-plus2.home_page_sidebar {
    right: 5px;
}

.quantity-arrow-minus.inner_page:hover,
.quantity-arrow-plus.inner_page:hover,
.quantity-arrow-minus.home_page_sidebar:hover,
.quantity-arrow-plus.home_page_sidebar:hover,
.quantity-arrow-minus2.inner_page:hover,
.quantity-arrow-plus2.inner_page:hover,
.quantity-arrow-minus2.home_page_sidebar:hover,
.quantity-arrow-plus2.home_page_sidebar:hover {
    background-color: #f3f5f6;
    color: #041e42;
}

.quantity-num,
.quantity-num2,
.quantity-num3 {
    border: none;
    border-radius: 4px 0 0 4px;
    font-size: 13px;
    height: 45px;
    max-width: 104px;
    outline: none;
    padding: 0;
    text-align: center;
    width: 100%;
}

.quantity-num.home_page_sidebar,
.quantity-num2.home_page_sidebar {
    height: 35px;
}

input.quantity-num[type="number"]::-webkit-inner-spin-button,
input.quantity-num[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* Countdown Timer Home 9 Custom Style */
.zmart_testimonial_slider .swiper-horizontal>.swiper-pagination-progressbar,
.zmart_testimonial_slider .swiper-pagination-progressbar.swiper-pagination-horizontal {
    display: none;
}

.zmart_testimonial_slider.home9_style .swiper-button-prev:after,
.zmart_testimonial_slider.home9_style .swiper-button-next:after {
    display: none;
}

.zmart_testimonial_slider.home9_style .swiper-button-prev,
.zmart_testimonial_slider.home9_style .swiper-button-next {
    background-color: transparent;
    border: 1px solid #eaeaea;
    color: #041e42;
}

.zmart_testimonial_slider.home9_style .swiper-button-prev:hover,
.zmart_testimonial_slider.home9_style .swiper-button-next:hover {
    border: 1px solid #112137;
}

/* Custom Radio Button Start */
.radio-custom {
    opacity: 0;
    position: absolute
}

.radio-custom,
.radio-custom-label {
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle
}

.radio-custom-label {
    position: relative
}

.radio-custom .radio-custom-label:before {
    content: '';
    border: 1px solid #EAEAEA;
    display: inline-block;
    height: 26px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 26px
}

.radio-custom.dark_bg .radio-custom-label.dark_bg:before {
    background-color: #041E42
}

.radio-custom.violet_bg .radio-custom-label.violet_bg:before {
    background-color: #443297
}

.radio-custom.light_blue_bg .radio-custom-label.light_blue_bg:before {
    background-color: #4A70B1
}

.radio-custom.yellow_bg .radio-custom-label.yellow_bg:before {
    background-color: #F5C34B
}

.radio-custom.gray_bg .radio-custom-label.gray_bg:before {
    background-color: #626974
}

.radio-custom.dark_bg:checked .radio-custom-label.dark_bg:before,
.radio-custom.violet_bg:checked .radio-custom-label.violet_bg:before,
.radio-custom.light_blue_bg:checked .radio-custom-label.light_blue_bg:before,
.radio-custom.gray_bg:checked .radio-custom-label.gray_bg:before {
    color: #FFF
}

.radio-custom .radio-custom-label:before {
    border-radius: 50%
}

.radio-custom.yellow_bg:checked .radio-custom-label.yellow_bg:before,
.radio-custom:checked .radio-custom-label:before {
    color: #041E42
}

.radio-custom:checked .radio-custom-label:before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro"
}

.radio-custom:focus .radio-custom-label {
    outline: none
}

.zoomContainer {
    height: 100px !important
}

.zmart_testimonial_slider .slidetotal:before {
    content: "/";
    position: absolute;
    left: 0;
}

.zmart_testimonial_slider .slidetotal {
    padding-left: 13px;
    position: relative;
    margin-left: 5px;
}

.zoomContainer {
    height: 0px !important;
}

.cursor-pointer {
    cursor: pointer;
}