/*******

********/



/* =========================
   🎯 PRIMARY COLORS
========================= */
.text-primary { color: #3B82F6 !important; }
.bg-primary { background-color: #3B82F6 !important; }

.text-secondary { color: #0dae7a !important; }
.bg-secondary { background-color: #0dae7a !important; }

.text-accent { color: #F59E0B !important; }
.bg-accent { background-color: #F59E0B !important; }


/* =========================
   💚 STATUS COLORS
========================= */
.text-success { color: #10B981 !important; }
.bg-success { background-color: #10B981 !important; }

.text-danger { color: #EF4444 !important; }
.bg-danger { background-color: #EF4444 !important; }

.text-warning { color: #FBBF24 !important; }
.bg-warning { background-color: #FBBF24 !important; }

.text-info { color: #06B6D4 !important; }
.bg-info { background-color: #06B6D4 !important; }


/* =========================
   🌑 DARK & NEUTRAL
========================= */
.text-dark { color: #0F172A !important; }
.bg-dark { background-color: #0F172A !important; }

.text-gray { color: #64748B !important; }
.bg-gray { background-color: #64748B !important; }

.text-white { color: #FFFFFF !important; }
.bg-white { background-color: #FFFFFF !important; }


/* =========================
   🌤️ LIGHT BACKGROUNDS
========================= */
.bg-light { background-color: #F1F5F9 !important; }
.text-light { color: #F1F5F9 !important; }

/* Soft sections */
.bg-soft { background-color: #F8FAFC !important; }
.bg-muted-light { background-color: #E2E8F0 !important; }


/* =========================
   ✨ EXTRA UTILITIES
========================= */
.text-muted { color: #94A3B8 !important; }

.border-primary { border-color: #3B82F6 !important; }
.border-secondary { border-color: #0dae7a !important; }


@FONT-FACE {
    font-family: "med";
    src: url(jost.woff2)
}

@FONT-FACE {
    font-family: "med";
    src: url(jost.woff2)
}



@FONT-FACE {
    font-family: "reg";
    src: url(jost.woff2)
}



@FONT-FACE {
    font-family: "Jost";
    src: url(jost.woff2)
}


/*== Typography ==*/
html {
font-size: 100%;
}
body{background-attachment: fixed;background-color: #ffffff;color: #777777;font-family: "reg";font-size: 15px;line-height: 1.642;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;}
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);}
img {max-width: 100%;}
p {color: #626974;font-weight: 400;}
b {font-weight: 600;}
ul, ol {list-style: none;margin: 0;padding: 0;}
iframe {border: none;width: 100%;}
a {
color: #555555;
text-decoration: none;
-webkit-font-smoothing: antialiased;
}
a:hover, a:focus {
color: #333333;
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 #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;
}
textarea.form-control {
height: auto;
}
textarea.form-control::placeholder {
color: #000;
}
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 {
line-height: 1.4;
color: #000;
font-weight: 600;
}
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: #000;
}
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: #000;
font-weight: 600;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
font-weight: 500;
font-weight: 600;
}
h5, h6, .h5, .h6 {
font-weight: 500;
font-weight: 600;
}
h1, .h1 {
font-size: 36px;
}
h2, .h2 {
font-size: 30px;
}
h3, .h3 {
font-size: 24px;
}
h4, .h4 {
font-size: 18px;
}
h5, .h5 {
font-size: 16px;
}
h6, .h6 {
font-size: 12px;
}
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: #5bcd44 !important;
}.hvr-text-thm:hover {
color: #5bcd44 !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: #00743d;
}.color-green {
color: #28b928;
}.color-gmart-gray {
color: F3F5F6;
}.bgct {
background-color: transparent;
}.bgc-gmart-gray {
background-color: #f3f5f6;
}.bgc-thm {
background-color: #5bcd44 !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;
}.bdrn {
border: none;
}.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 {
border-left: 1px solid #eaeaea;
}.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;
}.bb1 {
border-bottom: 1px solid #eaeaea;
}.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;
}
/*== Button Area ==*/
.btn {
border-radius: 6px;
  font-weight: 600;
font-size: 16px;
letter-spacing: 0em;
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: #219b40;
border: 1px solid #219b40;
color: #fff;
position: relative;
overflow: hidden;
z-index: 1;
}


.btn-thm-2 {
background-color: #00743d;
border: 1px solid #00743d;
color: #fff;
position: relative;
overflow: hidden;
z-index: 1;
}

.btn-thm:hover {
background-color: #5bcd44;
border: 1px solid #5bcd44;
}

.btn-thm-2:hover {
background-color: #219b40;
border: 1px solid #219b40;
color: #fff !important;
}

/*
.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: #219b40;
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: #219b40;
border-color: #219b40;
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: #219b40;
}*/.btn-blue {
background-color: #00743d;
border-color: #00743d;
color: #ffffff;
}.btn-blue:hover, .btn-blue:active, .btn-blue:focus {
border-color: #1c9b1f;
color: #ffffff;
background: #2a953f;
}


.btn-login {
height: 44px;
  margin: 15px auto 0;
  width: 50%;
  display: block;
line-height: 32px;
}


.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: #000;
border-color: #000;
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: #000;
}.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
background-color: #ffc416;
border-color: #ffc416;
color: #000;
}.btn-white {
background-color: #ffffff;
border: 2px solid #ffffff;
color: #000;
}.btn-white.bdr_thm {
border-color: #5bcd44;
}.btn-white:hover, .btn-white:focus, .btn-white:active {
background-color: #5bcd44;
border: 2px solid #5bcd44 !important;
}.btn-gray {
background-color: #d3d3d3;
border-color: #d3d3d3;
color: #ffffff;
}.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
background-color: #86bc42;
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: 500;
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 ==*/
.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: 500 !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;
}
/*== Custome Margin Padding ==*/
.p0 {
padding: 0 !important;
}.p1 {
padding: 1;
}.p10 {
padding: 10px;
}.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;
}.pt10 {
padding-top: 10px !important;
}.pt15 {
padding-top: 15px;
}.pt20 {
padding-top: 20px;
}.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;
}.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;
}.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;
text-align: center;
  font-size: 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: 15px;
}
.hm_log_fav_cart_widget .wrapper ul li:last-child {
margin-right: 0;
  margin-left: 10px;
}
.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: #000;
}.cart_btn.home_page_sidebar {
position: relative;
}.log_fav_cart_widget .home_page_sidebar.price {
bottom: 10px;
  color: #666;

font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 28px;
display: flex;
  align-items: center;
  gap: 5px;
}

.log_fav_cart_widget .price {
color: #000;
font-size: 13px;
font-weight: 500;
}.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: 19px;
flex-grow: 1;
flex-shrink: 0;
margin: 0 !important;
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: 15px;
width: 60px;
}.dropdown_content .list_content p {
color: #000;
margin-bottom: 0;
line-height: normal;
}.dropdown_content .list_content .close_icon {
color: #000;
font-size: 10px;
position: absolute;
right: 0;
top: 20px;
}.dropdown_content .list_content_total_price h5 {

font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
}.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: 500;
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;
letter-spacing: 0em;
}.radiobox_style2 .count {

font-size: 13px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0em;
}.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: #000;
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;
  background: #00743d;
padding: 7px 0;
}.header_top_iconbox {
position: relative;
}.header_top_iconbox .icon {
border-radius: 6px;
border: 1px solid rgba(255, 255, 255, 0.1);
height: 50px;
margin-right: 11px;
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: #fff;
}.header_top_iconbox.home2_style.at_home4 .details .title, .header_top_iconbox.home2_style.at_home4 .details .subtitle {
color: #fff;
}.header_top_iconbox:hover .icon {
background-color: rgba(255, 255, 255, 0.05);
}.header_top_iconbox .icon span {
font-size: 23px;
color: #fff;
}.header_top_iconbox .icon span.badge {
background-color: #cd1d28;
border-radius: 50%;
color: #fff !important;
font-size: 10px;
font-weight: 700;
letter-spacing: 0em;
height: 15px;
line-height: 7px;
padding: 0 !important;
position: absolute;
right: -2px;
top: 0;
width: 15px;
  height: 15px;
  line-height: 17px;
  text-align: center;
}.header_top_iconbox.home3_style .icon {
border: none;
}.header_top_iconbox .details {
display: block;
}.header_top_iconbox .details .subtitle {
color: #666;
font-size: 12px;
font-weight: 400;
line-height: 15px;
letter-spacing: 0em;
margin-bottom: 0;
}.header_top_iconbox.home6_style {
position: relative;
display: block;
}.header_top_iconbox.home6_style:before {
background-color: #eaeaea;
content: "";
height: 35px;
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: #00743d;
}.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: #000;
right: -7px;
  top: 9px;
}

.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: #000;
}.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;
line-height: 22px;
letter-spacing: 0em;
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: #000;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px;
letter-spacing: 0em;
}.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: #443297;
display: inline-block;
position: relative;
width: 100%;
padding: 17px 0;
}.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: #000;
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;
letter-spacing: 0em;
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: #5bcd44;
}.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 {

}.header_middle .header_top_logo_home3 .logo, .header_middle .header_top_logo_home4 .logo {
color: #000;
}.header_middle .header_top_logo_home6 .logo {
color: #00743d;
max-width: 240px;
}.main_logo .logo_title {
color: #112137;
}.header_middle_advnc_search {
position: relative;
  max-width: 500px;
  margin: 0 auto;
}.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: 60px 0 0 60px;
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: 0 60px 60px 0;
}.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: 14px;
padding: 0;
}.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: 136px;
}.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: #5bcd44;
border-radius: 0 4px 4px 0;
color: #443297;
height: 45px;
line-height: 40px;
text-align: center;
width: 54px;
}.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: #000;
font-size: 28px;
font-weight: 500;
line-height: 40px;
letter-spacing: 0em;
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: #5bcd44;
border-radius: 4px 0 0 4px;
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: #fff;

font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 22px;
}.social_and_help_widgets .helpful_link_lsit .btn {
color: #fff;

font-size: 13px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}.social_and_help_widgets .helpful_link_lsit .btn {
color: #fff;
}.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: #fff;
font-size: 16px;
vertical-align: middle;
}.delivery_widget li a {
color: #fff;
font-style: normal;
font-weight: 400;
line-height: 22px;
display: block;
  text-align: center;
}.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: 20px;
overflow: hidden;
  border-radius: 16px;
}

.iconbox .details {
position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 100px 13px 15px;
  background: linear-gradient(to top , #000c , #0001);
}




.iconbox .icon {
background-color: #f3f5f6;
line-height: 170px;
text-align: center;
position: relative;
-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;
overflow: hidden;
border-radius: 14px;
border: 1px solid #eee;

}

.iconbox .icon:after {
content: "";
  background-color: rgba(255, 255, 255, 0.2);
  background: #f6f6f61a;
  background: -webkit-linear-gradient(to right, #f6f6f61a, #fffc);
  background: linear-gradient(to right, #f6f6f61a, #fffc);
  background: linear-gradient(to right, #f6f6f61a, #ffffff4d);
  position: absolute;
  width: 35%;
  height: 200%;
  left: -100%;
  top: -50%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -moz-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.iconbox:hover .icon:after {
    left: 150%;
}


.iconbox .icon img {
width: 100% !important;
height: 330px !important;
object-fit: cover;
}


.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;
  letter-spacing: 0em;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}.iconbox .details .subtitle {
color: #626974;

font-size: 13px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}.iconbox:hover .details .title {

}.iconbox.home2_style .icon {
line-height: 150px;
text-align: center;
}.iconbox.home4_style .icon {
background-color: transparent;
}.iconbox.home6_style .icon {
background-color: #fff;

}.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: 15px;
line-height: 22px;
margin: 0;
}.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: #000;
}.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: #443297;
}.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: #000;
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: #000;
}
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: #000;
}
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: #fff;
}
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: #000;
font-weight: 500;
}
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: #000;
font-style: normal;
font-weight: 500;
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: #000;
}
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: #5bcd44;
}
header.header-nav.menu_style_home_one.home4_style .ace-responsive-menu li:hover a {
color: #000;
}
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: #5bcd44;
}
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: #000;
}
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: #000;
}
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: #000;
-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: #5bcd44;
}
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 {
padding: 13px 9px 15px;
}
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: #5bcd44;
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: #5bcd44;
}
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: #000;
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: #000;
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: #000;
font-weight: 500;
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 {
font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: med , jost;
}.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: #000;
}.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: #000;
}.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;

}.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 {

}.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: #000;
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: #000;
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: #000;
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: #000;

font-size: 15px;
font-weight: 500;
letter-spacing: 0em;
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: #000;
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: #000;

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: #000;

font-style: normal;
font-weight: 400;
font-size: 15px;
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: 500;
}.left_sidebar_department_widgets 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: #000;

font-size: 15px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0em;
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: #000;
display: block;

font-size: 14px;
font-weight: 500;
height: 52px;
letter-spacing: 0em;
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  */
.feature_iconbox_home5_style {
background-color: #ecead5;
padding: 140px 0 110px;
position: relative;
}.feature_img_box {
margin-bottom: 30px;
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-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 29px;
left: 30px;
}.feature_img_box .thumb .title span {

font-style: normal;
font-weight: 500;
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 .owl-nav > div {
border: 1px solid #ebebeb;
}.main-banner-wrapper .owl-carousel .owl-nav > div {
background-color: #fff3;
  backdrop-filter: blur(10px);
border-radius: 50%;
color: #fff;
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;padding: 0;
-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 .owl-carousel .owl-nav > div:hover {
background-color: #ffffff;
color: #626974;
opacity: 1;
}.main-banner-wrapper .owl-carousel .owl-nav > div.owl-next {
position: absolute;
right: 30px;
  top: 50%;
}.main-banner-wrapper .owl-carousel .owl-nav > div.owl-prev {
position: absolute;
left: 30px;
  top: 50%;
}.banner-style-one .slide {
background-repeat: no-repeat;
background-size: cover;
height: 500px;
display: grid; 
align-items: center;
}.banner-style-one .slide:before {
background-color: transparent;
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
background: #000c;
background: linear-gradient(to right , #000 , #000, #000c, #0009 ,#0003);
background: linear-gradient(to right , #00743d , #00743d, #0009, #0003 ,#0000);
background: linear-gradient(to right , #000c, #0003 ,#0000);
}.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: #000;
font-size: 60px;
font-style: normal;
font-weight: 1;
line-height: 74px;
letter-spacing: 0em;
}.home9_slider_style .banner-style-one p, .home9_slider_style .banner-style-one .active p {
color: #000;
font-size: 16px;
font-style: normal;
line-height: 24px;
letter-spacing: 0em;
}.banner-style-one .owl-nav {
display: none;
}


.home-content {

}



.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;
letter-spacing: 0em;
}.home6_style .banner-style-one .banner-title {
color: #000;
font-size: 45px;
font-style: normal;
font-weight: 1;
line-height: 55px;
letter-spacing: 0em;
}.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-size: 40px;
font-style: normal;
font-weight: 1;
letter-spacing: 0em;
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 !important;
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;
}
.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: #00743d;
border-radius: 6px;
color: #fff;

font-style: normal;
font-weight: 500;
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: #5bcd44;
color: #000;
}.home1_style .banner-style-one .tag.home7_style, .home1_style .banner-style-one .tag.home8_style {
background-color: #000;
color: #ffffff;
}.home1_style .banner-style-one .tag.home9_style {
background-color: #5bcd44;
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: #fff;

font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 50px;
margin-top: 15px;
text-transform: capitalize;
}

.home1_style .banner-style-one .banner-title span {
font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 8px 12px;
  background: #fff3;
  backdrop-filter: blur(10px);
}



.home1_style .banner-style-one p {
color: #000;

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: #000;
font-style: normal;
font-weight: 400;
font-size: 16px;
  height: 47px;
  line-height: 45px;
  padding: 0 35px;
  margin-top: 6px;
}

.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: #000;

font-size: 28px;
font-weight: 500;
line-height: 40px;
letter-spacing: 0em;
}.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: #000;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
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: #000;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.shoplist_style_v6 .banner-style-one .banner-title, .shoplist_style_v6 .banner-style-one .active .banner-title {
color: #ffffff;

font-size: 28px;
font-weight: 500;
line-height: 40px;
letter-spacing: 0em;
}.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;
letter-spacing: 0em;
}.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-size: 15px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
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: #000;
font-size: 13px;
font-style: normal;
font-weight: 700;
height: 50px;
line-height: 16px;
letter-spacing: 0em;
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: #000;
font-size: 13px;
font-style: normal;
font-weight: 700;
height: 50px;
line-height: 16px;
letter-spacing: 0em;
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;
letter-spacing: 0em;
}.home8_main_slider .banner-style-one .banner_top_title {

font-size: 40px;
font-style: normal;
font-weight: 1;
line-height: 49px;
letter-spacing: 0em;
}.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;margin: 0 0 20px;
}.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;
}.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: 12px 0 0;
}.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-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.for_blog .details .tc_content .title, .for_blog .details .tc_content .title a {

font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 29px;
}.for_blog.blog_details_inner .details .tc_content .title, .for_blog.blog_details_inner .details .tc_content .title a {

font-style: normal;
font-size: 28px;
font-weight: 500;
line-height: 40px;
letter-spacing: 0em;
}.for_blog .thumb img {
border-radius: 6px;


height: 270px;
  width: 100%;
  object-fit: cover;

}.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: 500;
line-height: 38px;
letter-spacing: 0em;
}.for_blog.list-type .details p, .for_blog.blog_details_inner .details p {
color: #000;

font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.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: #000;
}.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: #000;
font-size: 50px;
font-weight: 500;
line-height: 72px;
letter-spacing: 0em;
}.funfact_one p {
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.funfact_one.home8_style .details .timer, .funfact_one.home8_style .details ul li span {
font-size: 30px;
font-weight: 600;
line-height: 43px;
letter-spacing: 0em;
}.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: #000;
font-size: 14px;
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.home2_style li a {
color: #ffffff;
}.footer_mobile_app_widget .mobile_app_list li a {
color: #000;
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: #000;
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: #000;
}.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: #000;
border: none;
border-radius: 0;
color: #ffffff;
font-size: 15px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
padding: 0 25px;
text-align: center;
}.footer_mailchimp_form.home5.at_home6 .col-auto input.form-control {
border-radius: 0 6px 6px 0;
}.footer_mailchimp_form.home5.at_home6 button {
background-color: #00743d;
border-color: #00743d;
border: none;
border-radius: 6px 0 0 6px;
}.footer_mailchimp_form.home5.at_home6.home9_style button {
background-color: #5bcd44;
color: #000;
}.footer_mailchimp_form.home5 p {
color: #626974;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
}.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: #000;
}.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: #000;
}.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: #000;
font-size: 15px;
font-style: normal;
font-weight: 500;
height: 60px;
letter-spacing: 0em;
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: #000;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 16px;
letter-spacing: 0em;
}.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: 40px 0 0;
}.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: #000;
}.copyright-widget p, .copyright-widget p a, .copyright-widget.home10 p {
color: #000;

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: #000;
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: #000;

font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 22px;margin-bottom: 4px;
}.contact_icon_box .contact_iconbox .details a, .footer_contact_iconbox .details a {

font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 22px;
color: #000;
}.footer_contact_widget.home2 ul li a, .footer_contact_widget.home6 ul li a {
color: #626974;
}.footer_contact_widget.home6 ul li a {
color: #000;
}.footer_qlink_widget {
position: relative;
}.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: #000;
font-style: normal;
font-weight: 500;
letter-spacing: 0em;
line-height: 26px;
margin-bottom: 30px;
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: #000;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px;
letter-spacing: 0em;
}.footer_qlink_widget.home4 h4 {
color: #000;
}.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: #000;
font-size: 15px;
font-style: normal;
font-weight: 400;
letter-spacing: 0em;
line-height: 40px;
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;
}.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: 100%;
}*/.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: #000;
}.sidebar_contact_widget li {
line-height: 35px;
}
/*== Inner Pages Breadcrumb ==*/
.inner_page_breadcrumb {
padding: 25px 0;
position: relative;
}.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: #000;
}.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: #000;

font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 22px;
}.inner_page_breadcrumb .breadcrumb-item.active a {
color: #626974;
}.breadcrumb_content.style2 {
text-align: center;
}.breadcrumb_content.style2 h2 {
color: #000;
}.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: 500;
line-height: 72px;
letter-spacing: 0em;
}.breadcrumb_content.style4 p {
color: #ffffff;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
margin-bottom: 20px;
}.breadcrumb_content.style4 .btn {
height: 52px;
line-height: 35px;
width: 122px;
}.breadcrumb-item.active.style2 {
color: #000;
}.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: #000;
}.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;
}

.blog_single_post img {
height: 450px;
object-fit: cover;
width: 100%;
}



.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: 500;
line-height: 35px;
letter-spacing: 0em;
margin-bottom: 30px;
}.about_us_content p {
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.aboutus_mission_vision {
position: relative;
}.aboutus_mission_vision .title {
font-size: 22px;
line-height: 29px;
letter-spacing: 0em;
margin-bottom: 15px;
}.aboutus_mission_vision p {
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.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: #000;
font-size: 14px;
}.zmart_testimonial1 .testimonial_contents {
margin-bottom: 75px;
position: relative;
}.zmart_testimonial1 .testimonial_contents .main_title {
color: #000;
font-size: 26px;
font-weight: 500;
line-height: 50px;
letter-spacing: 0em;
margin-bottom: 30px;
}.zmart_testimonial1 .testimonial_contents .author {
color: #000;
font-size: 16px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;
margin: 0;
}.zmart_testimonial1 .testimonial_contents .author_post {
color: #000;
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;

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: #000;

font-size: 18px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0em;
z-index: 0;
}.zmart_testimonial_slider .slideactive, .zmart_testimonial_slider .slidecount_divider, .zmart_testimonial_slider .slidetotal {
color: #000;
font-size: 18px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0em;
}.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;
letter-spacing: 0em;
}.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: #000;
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;
letter-spacing: 0em;
}.vendor_grid .details .sub_title {
font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}.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: #000;
font-size: 18px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0em;
}.vendor_grid.shop_single_style .price del {
color: #626974;
font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}.vendor_grid.shop_single_style a.btn {
padding: 2px 45px;
}.shop_single_item {
position: relative;
}.shop_single_item .title {
font-size: 20px;
font-weight: 500;
line-height: 29px;
letter-spacing: 0em;
}.shop_single_item .custom_checkbox {
color: #000;

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: #000;
font-size: 10px;
}.shop_single_item .price_ss2_single {
color: #000;

font-size: 26px;
font-weight: 500;
line-height: 38px;
letter-spacing: 0em;
}.shop_single_qna {
position: relative;
}.shop_single_qna .search_field input.form-control {
height: 50px;
}.shop_single_qna .search_field button.btn {
background-color: #5bcd44;
border: 1px solid #eaeaea;
border-radius: 0px 6px 6px 0px;
height: 50px;
width: 50px;
}.shop_single_qna .question_with_poster .title {

font-style: normal;
font-weight: 400;
line-height: 28px;
margin-bottom: 10px;
}.shop_single_qna .question_with_poster .author {
color: #626974;

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: #000;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.vendor_address ul li a {
color: #000;

font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.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-size: 26px;
font-weight: 500;
line-height: 38px;
letter-spacing: 0em;
}.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-size: 50px;
font-weight: 500;
line-height: 72px;
letter-spacing: 0em;
}.seller_banner_content p {
color: #ffffff;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.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: #000;
font-size: 14px;
}.team_member .details {
padding: 25px 0 0;
}.team_member .details p {
font-size: 15px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
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{
left: -30px;
top: 40%;
}.single_product_slider.owl-theme.owl-loaded .owl-prev, .shop_item_5grid_slider.owl-theme.owl-loaded .owl-prev {
right: -30px;
top: 190px;
  left: auto;
}.shop_item_5grid_slider.owl-theme.owl-loaded .owl-prev:hover, .shop_item_5grid_slider.owl-theme.owl-loaded .owl-next:hover {

}.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: #000;
position: absolute;
}
/*== Our Partners ==*/
.our-partner {
padding: 40px 0;
}.error_page_content {
position: relative;
}.error_page_content .erro_code {
color: #000;

font-style: normal;
font-weight: 500;
font-size: 150px;
line-height: 0.94;
}.error_page_content .error_title {
color: #000;
font-size: 50px;
font-weight: 500;
line-height: 72px;
letter-spacing: 0em;
margin-bottom: 10px;
}.error_page_content p {
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
margin-bottom: 15px;
}.btn_error {
display: inline-block;
font-size: 15px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
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: 500;
line-height: 29px;
letter-spacing: 0em;
margin-bottom: 15px;
}.help_support_box ul li a {
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 40px;
letter-spacing: 0em;
-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: 500;
line-height: 26px;
letter-spacing: 0em;
margin-bottom: 10px;
}.brand_item_box ul li a {
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
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-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 26px;
padding: 25px 30px;
}.compare_table .table-borderless th.cp_price del {
color: #626974;

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: #000;

font-style: normal;
font-weight: 500;
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: #000;

font-style: normal;
font-weight: 500;
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: #000;

font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
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: 500;
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: #000;
-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: #000;

font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.login_form p a, .sign_up_form p a {
color: #000;
font-size: 16px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;
text-align: center;
}.login_form .btn-fpswd {
color: #443297;

font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
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: #000;
border: 1px solid #041e42;
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: #000;
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: #000;

font-size: 16px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;
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: 55px;
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: #000;

font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
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: #000;

font-size: 16px;
font-weight: 400;
height: 40px;
left: 0;
letter-spacing: 0em;
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: #000;
}.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: #000;
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: #5bcd44;
}.login_form .form-check-input {
height: 17px;
width: 17px;
}.login_form .form-check-label {
color: #000;
font-size: 14px;
padding-left: 0;
}.login_form .btn-log {
background-color: #5bcd44;
border-radius: 6px;
color: #000;

font-size: 15px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
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: #000;
}.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: #000;
}.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-size: 28px;
font-weight: 500;
line-height: 40px;
letter-spacing: 0em;
}.tracking_page p {
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.tracking_page .btn-track {
border: 1px solid #5bcd44;
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: #000;
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;
letter-spacing: 0em;
line-height: 16px;
height: 50px;
}.sign_up_form p {
color: #626974;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
}.sign_up_form .btn-signup {
border-radius: 6px;


font-size: 15px;
font-weight: 500;
height: 50px;
line-height: 22px;
letter-spacing: 0em;
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-size: 20px;
font-weight: 500;
line-height: 29px;
letter-spacing: 0em;
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: #000;
}.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: 15px;
}.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;
}.shortcode_widget_accprdons  .faq_according  .accordion  .card  .card-header  .btn-link {
color: #000;
display: flex;
font-size: 20px;
font-weight: 500;
line-height: 40px;
letter-spacing: 0em;
padding: 0;
text-decoration: none;
}.sidebar_accordion_widget .accordion .card .card-header .btn-link {
color: #000;
display: flex;

font-size: 18px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0em;
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 {
padding: 0;
}.sidebar_accordion_widget .blog_search_widget input.form-control {
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: #000;
font-size: 28px;
font-weight: 500;
line-height: 40px;
letter-spacing: 0em;
margin-right: 10px;
vertical-align: initial;
}.shortcode_widget_accprdons .faq_according .accordion .card .card-body {
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
padding: 0 0 10px;
}.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: #000;
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: #000;
content: "\f107";
font-size: 30px;
float: right;
font-weight: lighter;
line-height: 35px;
margin-top: 0;
}.shop_single_description {
position: relative;
}.shop_single_description .title {
font-size: 20px;
font-weight: 500;
line-height: 29px;
letter-spacing: 0em;
}.shop_single_description .para {
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.shop_single_description a {
color: #443297;
font-size: 16px;
font-weight: 400;
line-height: 40px;
letter-spacing: 0em;
}.shop_single_description .accordion-flush .accordion-item .accordion-button {
background-color: transparent;
box-shadow: none;
outline: none;
}.shop_single_description  .accordion-flush  .accordion-item  .accordion-button:after {
display: none;
}.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: #000;

font-size: 15px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
height: 45px;
}.dashboard_page_add_listing .btn.btn-gray {
background-color: #f3f5f6;
border: 1px solid #f3f5f6;
color: #000;
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 #5bcd44;
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: 500;
line-height: 29px;
letter-spacing: 0em;
margin-bottom: 10px;
}.terms_condition_grid .grids p {
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 35px;
letter-spacing: 0em;
}.terms_condition_widget {
margin-bottom: 30px;
position: relative;
}.terms_condition_widget.filter_sidebar {
padding: 15px 0px;
}.terms_condition_widget .title {
color: #000;
font-size: 18px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0em;
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: #000;
font-size: 15px;
font-weight: 400;
line-height: 45px;
letter-spacing: 0em;
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: #000;

font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
letter-spacing: 0em;
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;
}.ui_kit_tab .nav.nav-tabs .nav-link {
color: #626974;
display: block;

font-size: 16px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;
padding: 0;
margin-right: 30px;
}.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 {
background-color: transparent;
border-color: transparent;
border-style: solid;
border-bottom: 2px solid #041e42;
color: #000;
}.ui_kit_tab .tab-content .tab-pane {
color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.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: 18px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0em;
padding-bottom: 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: #000;

font-size: 16px;
font-weight: 500;
letter-spacing: 0em;
line-height: 50px;
padding-left: 30px;
}.ui_kit_table .table td {
border: none;

font-size: 15px;
font-weight: 400;
letter-spacing: 0em;
height: 50px;
line-height: 50px;
padding-left: 30px;
}.ui_kit_message_box .alert {
border-radius: 4px;

font-style: normal;
font-weight: 500;
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: 500;
height: 50px;
line-height: 22px;
letter-spacing: 0em;
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;
letter-spacing: 0em;
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: #000;
}
/*== 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: #000;

font-size: 15px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
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 ==*/
.ui_kit_tooltip .btn {
background-color: #f3f5f6;
border-radius: 6px;
color: #000;
font-size: 16px;
font-weight: 400;
letter-spacing: 0em;
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: #000;
cursor: pointer;
font-size: 15px;
font-weight: 400;
line-height: 39px;
letter-spacing: 0em;
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;
letter-spacing: 0em;
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: #000;
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: #5bcd44;
}.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-size: 15px;
font-weight: 500;
height: 52px;
line-height: 40px;
letter-spacing: 0em;
}.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-size: 15px;
font-weight: 500;
height: auto;
line-height: 22px;
letter-spacing: 0em;
}.custom_checkbox input:checked ~ .checkmark {
background-color: #000;
}.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;
letter-spacing: 0em;
line-height: 33px;
margin-left: 20px;
}.ui_kit_whitchbox .form-check-input:checked {
background-color: #000;
box-shadow: none;
}.ui_kit_whitchbox  .custom-control-input:checked  ~ .custom-control-label::before {
background-color: #000;
}.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 12px;
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: #000;
font-size: 15px;

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-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-size: 20px;
font-weight: 500;
line-height: 29px;
letter-spacing: 0em;
}.ui_page_heading .short_code_title {
font-size: 18px;
line-height: 26px;
letter-spacing: 0em;
}.ui_page_heading p {
color: #000;

font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
width: 94%;
}.ui_page_heading .blockquote {
border-left: 5px solid #5bcd44;
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: 500;
line-height: 35px;
letter-spacing: 0em;
}.ui_page_heading .blockquote .blockquote-footer:before {
display: none;
}.order_list {
margin-bottom: 0;
}.order_list li {
padding-left: 30px;
position: relative;
line-height: 28px;
}.order_list li a span {
background-color: #000;
color: #000;
left: 0;
position: absolute;
}.order_list li a {
color: #000;

font-size: 16px;
font-weight: 400;
letter-spacing: 0em;
}.list-style-type-bullet li {
color: #000;
list-style-type: disc;
margin-bottom: 15px;
margin-left: 15px;
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: #000;
-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: #000;
-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: #000;
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: #000;
-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-size: 15px;
font-weight: 400;
line-height: 40px;
letter-spacing: 0em;
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: #000;
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: #000;
}.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-style: normal;
font-weight: 500;
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: #000;

font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
margin-bottom: 0;
}.mbp_pagination ul.page_navigation li.active .page-link {
background-color: #5bcd44;
border: 1px solid #5bcd44;
color: #000;
}.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: #000;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.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;
letter-spacing: 0em;
}.bsp_comments .sspd_postdate {
color: #626974;

font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}.bsp_comments p {
color: #000;

font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.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: #000;
}.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: #000;
border: none;

font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: normal;
}.sale_product_item .event_counter_plugin_content ul li span {
color: #e7b641;

font-style: normal;
font-weight: 500;
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: #000;
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: #000;
display: block;
font-size: 28px;
font-weight: 500;
line-height: 35px;
letter-spacing: 0em;
}.event_counter_plugin_content ul li span.schdule {
color: #000;
font-size: 14px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
text-transform: uppercase;
}.event_counter_plugin_content ul li .time_text {
color: #000;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 14px;
letter-spacing: 0em;
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: 500;
line-height: 29px;
letter-spacing: 0em;
}.shop_single_countdown .event_counter_plugin_content ul li {
border: 1px solid #68b65b;
color: #68b65b;

font-size: 14px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
}.shop_single_countdown .event_counter_plugin_content ul li span {
color: #68b65b;

font-style: normal;
font-weight: 500;
font-size: 28px;
line-height: 40px;
}
/*== Blog Grid Post ==*//*== Search Widget Blog Page ==*/
.sidebar_feature_listing .title {
color: #000;

font-size: 18px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0em;
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: #000;

font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
}.sidebar_feature_listing .flex-grow-1 a {
color: #626974;

font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}.sidebar_feature_listing .flex-grow-1 ul li {
font-size: 14px;
color: #000;
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: #000;
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: #000;
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-size: 18px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0em;
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: 500;
letter-spacing: 0em;
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: #000;
color: #ffffff;
}.mbp_blockquote {
border-radius: 3px;
margin-top: 25px;
}.mbp_blockquote .blockquote {
border-left: 5px solid #5bcd44;
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-size: 18px;
font-weight: 500;
line-height: 35px;
letter-spacing: 0em;
}.mbp_blockquote .blockquote .icon {
color: #626974;
line-height: 0;
}.mbp_blockquote .blockquote em {
font-size: 16px;
color: #000;
font-style: italic;
font-weight: 500;
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: #000;

font-size: 16px;
font-weight: 400;
line-height: 40px;
letter-spacing: 0em;
}.bsp_tags {
position: relative;
}.blog_post_share li:first-child {
color: #000;

font-size: 16px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;
}.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: #000;
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: #000;
font-size: 14px;
}.mbp_pagination_tab .pag_prev .detls .ptitle, .mbp_pagination_tab .pag_next .detls .ptitle {
line-height: 28px;
letter-spacing: 0em;
}.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: #000;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.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: #000;
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: #000;

font-size: 16px;
font-weight: 500;
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: #ffd700;
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-size: 60px;
font-weight: 500;
line-height: 70px;
letter-spacing: 0em;
}.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: #5bcd44;
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;
  margin-left: 0;
}.sspd_review ul li:last-child {
color: #ebebeb;
font-size: 12px;
}.review_post_meta {
color: #000;

font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
position: relative;
}.review_content_para {
position: relative;
}.review_content_para p {
color: #000;

font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.review_cansel_btns {
position: relative;
}.review_cansel_btns a {
border: 2px solid transparent;
border-radius: 6px;
color: #626974;

font-size: 15px;
font-weight: 500;
height: 42px;
line-height: 27px;
letter-spacing: 0em;
-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: #000;
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: #000;
font-style: normal;
font-weight: 500;
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: #000;
}.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: 500;
line-height: 28px;
letter-spacing: 0em;
margin: 0;
}.account_details_user .content_details .stitle {
color: #000;
font-size: 15px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}.account_details_page {
position: relative;
}.account_details_page .second_step_setup .title {
color: #000;
font-size: 16px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;
margin-bottom: 0;
}.account_details_page .second_step_setup p {
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.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: #000;
display: block;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 47px;
letter-spacing: 0em;
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: #000;

font-size: 24px;
font-weight: 500;
line-height: 34px;
letter-spacing: 0em;
margin: 10px 0;
}.statistics_funfact .title .badge {
border-radius: 6px;
color: #ffffff;

font-size: 13px;
font-weight: 400;
height: 25px;
line-height: 25px;
letter-spacing: 0em;
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: #000;

font-size: 15px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
}.statistics_funfact .subtitle2 {
color: #000;

font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 22px;
}.statistics_funfact .subtitle2 span {
color: #443297;

font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 22px;
}.statistics_funfact .icon {
background-color: #f3f5f6;
border-radius: 16px;
color: #000;
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: #000;
display: block;

font-size: 14px;
font-weight: 400;
letter-spacing: 0em;
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: #000;
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: #000;
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: 500;
}.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: #000;
font-weight: 500;
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: 500;
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: 500;
color: #000;
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: #000;
font-size: 15px;
font-weight: 500;
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: #000;
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: #000;
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: #000;
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: #000;
}.message_container .message_input form button.btn {
background-color: #5bcd44;
border: 1px solid #5bcd44;
border-radius: 6px;
color: #000;
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: #000;
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: #000;
display: flex;

font-style: normal;
font-weight: 500;
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: #5bcd44;
color: #000;
}.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: #000;

font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.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-size: 14px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
width: 55px;
flex-shrink: 0;
position: relative;
color: #000;
}.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: #000;

font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 22px;
}.dashboard-timeline-label .timeline-item .ra_pcontent .subtitle {
color: #000;

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: #000;
font-size: 14px;
font-weight: 400;
height: 45px;
line-height: 22px;
letter-spacing: 0em;
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: #000;
}.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: #000;
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: #000;
font-size: 14px;
font-weight: 400;
letter-spacing: 0em;
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: #000;
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: #000;
font-size: 16px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;
}.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: #000;
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: #000;

font-style: normal;
font-weight: 500;
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: 100px 0;
position: relative;
}.main-title {
position: relative;
margin-bottom: 15px;
}.main-title h2 {

font-size: 22px;
font-weight: 600;
line-height: 40px;
letter-spacing: 0em;text-transform: capitalize;
}.main-title h3 {
display: inline-block;
margin-bottom: 10px;
margin-top: 0;
}.main-title p {
font-size: 16px;

}.main-title p a {
color: #000;

font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
}.title_more_btn {
color: #000;

font-size: 15px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
position: relative;
}.title_more_btn:before {
background-color: #000;
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: #00743d;
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;
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;width: 45px;
}.scrollToHome:hover {
color: #ffffff;
}.scrollToHome.show {
bottom: 30px;
right: 30px;
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: #000;
}
/*== 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;
letter-spacing: 0em;
}.order_complete_message .para {
color: #000;
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: #000;
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;
letter-spacing: 0em;
}.shop_order_box .order_details .od_content .product_name_qnt, .order_sidebar_widget .product_name_qnt {
color: #000;
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: #000;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 22px;
}.shop_order_box .order_details .od_content .subtitle p {
color: #000;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 35px;
}.shop_order_box .order_details .od_content .subtitle span {
color: #000;
font-style: normal;
font-weight: 500;
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;
letter-spacing: 0em;
}.shop_order_box .order_details .od_content .subtitle .fwn_bd_color {
color: #000;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 35px;
}.list_last_content .para {
color: #000000;

font-size: 15px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
}.checkout_form {
position: relative;
}.checkout_form.style2 {
position: relative;
}.checkout_form .title {
font-style: normal;
font-weight: 500;
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: 50px;
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;
letter-spacing: 0em;
}.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: #000;
}.checkout_form .checkout_coupon form input.form_control:active::placeholder, .checkout_form .checkout_coupon form input.form_control:focus::placeholder {
color: #000;
}.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;
letter-spacing: 0em;
height: 50px;
padding-left: 20px;
width: 100%;
}.checkout_form .checkout_coupon form .apply_count_btn {
position: absolute;
right: 10px;
top: 10px;
text-decoration: underline;
}.checkout_form .checkout_coupon form textarea {
background-color: transparent;
border: 1px solid #eaeaea;
border-radius: 6px;
color: #000;

font-size: 15px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
padding: 20px;
}.checkout_form .checkout_coupon form button {
border-radius: 6px;

font-size: 15px;
font-weight: 500;
height: 52px;
line-height: 22px;
letter-spacing: 0em;
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: 12px;
}.checkout_form .checkout_coupon .form2 label {
color: #000;

font-size: 15px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;  margin-bottom: 4px;
}.checkout_form .checkout_coupon .form2 .ai_title {
color: #000;

font-size: 16px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;
margin-bottom: 5px;
}.checkout_form .checkout_coupon .form2 p {
font-size: 16px;
color: #000;
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: #000;

font-style: normal;
font-weight: 500;
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;  padding: 15px 20px;
}.order_sidebar_widget .title {
color: #000;
font-size: 20px;
font-weight: 500;
line-height: 29px;
letter-spacing: 0em;
margin-bottom: 15px;
}.order_sidebar_widget .subtitle p, .order_sidebar_widget .subtitle.style2 span {
color: #000;

font-size: 16px;
font-weight: 400;
line-height: 35px;
letter-spacing: 0em;
margin-bottom: 0;
display: flex;
  justify-content: space-between;
}.order_sidebar_widget .subtitle.totals p {
color: #000;

font-size: 16px;
font-weight: 500;
line-height: 35px;
letter-spacing: 0em;
}.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: #000;
font-size: 15px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
position: absolute;
right: 0;
top: 0;
}.order_sidebar_widget.checkout_page li.subtitle p {
color: #000;

font-size: 16px;
font-weight: 500;
line-height: 35px;
letter-spacing: 0em;
}.order_sidebar_widget.checkout_page .payment_method .pm_content {
padding-bottom: 10px;
margin-bottom: 10px;
}.order_sidebar_widget.checkout_page .payment_method .pmtitle {
color: #000;

font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 35px;
}.order_sidebar_widget.checkout_page .payment_method .pm_details p {
color: #626974;

font-size: 15px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}.ui_kit_checkbox.checkout_pm .custom_checkbox {
color: #000;

font-size: 15px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
margin-bottom: 20px;
}.ui_kit_checkbox.checkout_pm .custom_checkbox .checkmark {
top: 5px;
}.payment_widget_btn .btn-block {
font-size: 15px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
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: #000;
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: #000;
font-size: 16px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;
text-align: center;
}.shopping_cart_table .table tbody.table_body tr td:last-child {
color: #000;
cursor: pointer;
font-size: 14px;
}.shopping_cart_table .table tbody.table_body tr th, .shopping_cart_table .table tbody.table_body tr td {
padding: 12px 8px;
}.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: #000;
font-size: 15px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}.shopping_cart_table .table thead tr th {
color: #000;

font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
}.shopping_cart_table tbody.table_body th .cart_list .cart_title {
color: #000;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
}.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: 10px;

}.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: #000;

font-size: 14px;
font-weight: 500;
height: 32px;
line-height: 32px;
letter-spacing: 0em;
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: #000;
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-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
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: #000;
}.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;
letter-spacing: 0em;
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: #000;
border: none;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 14px;
letter-spacing: 0em;
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-size: 22px;
line-height: 32px;
}.shop_single_product_details p {
color: #3e3f40;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
  margin: 0;
}.shop_single_product_details h4 {
color: #000;
font-size: 22px;
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: 44px;
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: 11px;
}.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: 11px;
}.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: #000;

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: #000;
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 38px;  direction: ltr;
}.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: #000;

font-size: 16px;
font-weight: 500;
line-height: 60px;
letter-spacing: 0em;
padding-left: 30px;
}.shop_single_table tbody tr td {
color: #000;

font-size: 16px;
font-weight: 400;
line-height: 60px;
letter-spacing: 0em;
}.shop_single_table.style3 thead tr th, .shop_single_table.style3 tbody tr th, .shop_single_table.style3 tbody tr td {
color: #000;

font-style: normal;
font-weight: 500;
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: #000;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 30px;
letter-spacing: 0em;
padding-left: 0;
text-align: left;
}.shop_item_pack ul li:first-child a:hover {
border: transparent;
color: #000;
}.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;
letter-spacing: 0em;
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: #000;

font-style: normal;
font-weight: 500;
font-size: 15px;
height: 52px;
margin: 0;
padding: 10px 35px;
width: 230px;
}.shop_single_product_details .sspd_sku li a {
color: #000;

font-size: 16px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0em;
}.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: #000;
font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}.shop_single4_sidebar_list li a {
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.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: #000;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 14px;
letter-spacing: 0em;
}.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: #000;
font-size: 20px;
font-weight: 500;
line-height: 29px;
letter-spacing: 0em;
margin-bottom: 35px;
}.review_star li p {
font-size: 14px;
color: #000;
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: #000;
}.bsp_reveiw_wrt label.form-check-label {
color: #000000;

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-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: #000;
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-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: #000;

font-size: 15px;
font-weight: 500;
letter-spacing: 0em;
height: 52px;
line-height: 40px;
width: 116px;
}.bsp_reveiw_wrt .comments_form label {
color: #000;

font-size: 16px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;
}
/*== Invoice Page ==*/
.invoice_down_print {
border-radius: 6px;
color: #000;
display: inline-block;
font-style: normal;
font-weight: 500;
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: #000;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
letter-spacing: 0em;
}.invoice_table .table tr th.tbl_title, .invoice_table .table tr td.tbl_title {
color: #000;
font-size: 15px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}.invoice_table .table tr td.tblpr_title {
color: #000;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
}.invoice_table .table tr th.tblp_title, .invoice_table .table tr td.tblp_title {
color: #000;
font-size: 18px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0em;
}.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: #000;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 22px;
vertical-align: middle;
}.account_user_deails .order_table .table th {
font-weight: 500;
}.account_user_deails.dashboard_page {
padding-left: 25px;
}.account_user_deails.dashboard_page .order_table .table th {

font-size: 16px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;
}.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-size: 13px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
}.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: 500;
line-height: 26px;
letter-spacing: 0em;
}.account_user_deails .dboard_address .title span {
color: #443297;
cursor: pointer;
position: relative;
}.account_user_deails .dboard_address p {
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 23px;
letter-spacing: 0em;
}.order_table .table th {
color: #000;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 17px;
letter-spacing: 0em;
}.order_table .table td {
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
}.order_table .table thead th {
color: #000;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 16px;
letter-spacing: 0em;
}.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: #000;
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: 500;
font-size: 16px;
line-height: 28px;
}.invoice_table .invoice_deails h3 {
font-style: normal;
font-weight: 500;
font-size: 26px;
line-height: 38px;
}.invoice_table .invoice_address h3 {
color: #000;
font-size: 18px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0em;
}.invoice_table .invoice_address h5 {
color: #140342;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
}.invoice_table .invoice_address p {
color: #000;
font-size: 15px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}.invoice_table .invoice_deails span {
color: #000;

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: #000;
font-size: 15px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}.invoice_footer_content ul li:hover a {
color: #5bcd44;
}.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: #5bcd44;
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: #000;
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-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
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: #000;
}.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: #000;
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: 500;
line-height: 40px;
letter-spacing: 0em;
}.contact_page_content p {
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.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: #000;
}.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: #000;
}.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: #000;
}.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: #000;
}
#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: #000;
}
#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: #000;
}
#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: #000;
}
#mega-menu ul.menu li a .menu-icn, .mega_button_dropdown_menu ul.menu li a .menu-icn {
color: #000;
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: #000;
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: #000;

font-style: normal;
font-weight: 500;
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: #000;
font-size: 16px;
font-weight: 400;
height: auto;
line-height: 35px;
letter-spacing: 0em;
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: 45px;
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: 300px;
}.top-search.home7_style form.form-search .box-search input {
width: 380px;
}.advscrh_frm_btn.home6_style .search-btn {
background-color: #00743d;
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: #000;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 22px;
}.search-suggestions .box-suggestions ul li .info-product .price .sale {
color: #443297;
font-size: 14px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
}
/* 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: #000;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 35px;
letter-spacing: 0em;
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-style: normal;
font-weight: 500;
font-size: 50px;
line-height: 72px;
margin-bottom: 0;
}.banner_one.home4_main_banner .details .subtitle {

font-style: normal;
font-weight: 500;
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 {
right: 30px;
position: absolute;display: none;
top: 25%;  z-index: 1;
}.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;
letter-spacing: 0em;
width: auto;
}.banner_one.home5_style2 .details p {
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px;
letter-spacing: 0em;
}.banner_one.home5_style2.style2_home8 .thumb img {
height: 300px;
}.banner_one .details.style2 {
left: 30px;
}.banner_one .details .para {

font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 22px;
}.banner_one .details .title {
color: #000;
font-size: 26px;
font-weight: 500;
line-height: 38px;
letter-spacing: 0em;
width: 70%;
text-transform: capitalize;
}.banner_one.home5_style .thumb img {
/*
height: 230px;
transform: rotatey(180deg);*/
}

.banner_one.home5_style {
position: relative;
  z-index: 1;
border-radius: 16px;
  overflow: hidden;	
}
/*
.banner_one.home5_style:after {
background-color: transparent;
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
background: #000c;
background: linear-gradient(to right , #000 , #000, #000c, #0009 ,#0003);
background: linear-gradient(to right , #00743d , #00743d, #0009, #0003 ,#0000);
background: linear-gradient(to right , #000c, #0003 ,#0000);

background: linear-gradient(to right , #00743d, #00743dcf , #00743d7a,#0000);
 
}*/





.banner_one.home5_style .details .title {
width: auto;
}.banner_one.home6_style.large_style .details {
bottom: 40px;
display: none;
top: auto;
}.banner_one.home6_style.large_style .details .title {
font-size: 26px;
font-weight: 500;
line-height: 38px;
}.banner_one.home6_style .details .title {
font-size: 16px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;
width: auto;
}.banner_one.large.home4_style .details .title {
font-size: 24px;
}.banner_one.home6_style.style2 .details .title {

font-size: 25px;
font-style: normal;
font-weight: 600;
line-height: 35px;
letter-spacing: 0em;
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;display: none;
top: auto;
}.banner_home6_style .details {
left: 30px;
position: absolute;
top: 35px;
}.banner_home6_style.large_style .details .title {
font-size: 26px;
font-weight: 500;
line-height: 38px;
}.banner_home6_style .details .title {
margin: 0;
}.banner_home6_style .details p {
font-size: 15px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}.deal_large_widget {
background-color: #fff;
border: 2px solid #5bcd44;
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 #5bcd44;
color: #5bcd44;
}.banner_one.large {
margin-left: 30px;
}.banner_one.large .details {
top: 60px;
}.banner_one.large .details .para {
color: #000;
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: #000;
}.banner_one.large .shop_btn.style2:before {
background-color: #000;
}.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: 500;
line-height: 72px;
letter-spacing: 0em;
}.apple_widget_home1 .para {
color: #000;
font-size: 16px;
font-weight: 500;
line-height: 23px;
letter-spacing: 0em;
}.apple_widget_home1 a.btn {
color: #000;
font-size: 15px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
padding: 10px 35px;
}.home2_text_widgets {
position: relative;
}.home2_text_widgets .title {
font-style: normal;
font-weight: 500;
font-size: 28px;
line-height: 40px;
}.home2_text_widgets .para {
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.home2_text_widgets a.btn {
border-radius: 60px;
height: 52px;
line-height: 40px;
padding: 5px 35px;
}.shop_btn, a.shop_btn {
color: #000;

font-size: 15px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
position: relative !important;
text-align: left;
}.shop_btn:before, a.shop_btn:before {
background-color: #000;
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: #000;
}.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 {
position: relative;
}.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 {

}.custom_shop_category_nav_list_menu ul li:last-child {
margin-right: 0;
}.custom_shop_category_nav_list_menu > ul > li > a {
color: #000;
display: block;
font-style: normal;
font-weight: 400;
font-size: 15px;
height: 50px;
line-height: 50px;
position: relative;
text-transform: capitalize;
}

.custom_shop_category_nav_list_menu > ul > li > a span {
color: #000;
}

.custom_shop_category_nav_list_menu > ul > li > a .arrow {
font-size: 16px;
margin-left: 12px;
position: relative;
right: 0;
top: 2px;
}



.custom_shop_category_nav_list_menu ul li a.active {
font-weight: 500;
}.custom_shop_category_nav_list_menu > ul > li > a:before {
background-color: #000;
bottom: 0;
content: "";
height: 2px;
left: 50%;
position: absolute;
width: 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;
}.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: #00743d;
}.custom_shop_category_nav_list_menu.home6_style ul li a:before {
background-color: #00743d;
}.custom_shop_category_nav_list_menu.home6_style ul li a {
font-weight: 600;
}.shop_item {
background-color: #ffffff;
padding: 30px 20px 20px;
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;
margin-bottom: 0;
}.shop_item .thumb {
position: relative;
text-align: center;
height: 250px;
display: grid;
align-items: center;
align-items: center;
justify-content: center;
}

.shop_item .thumb img { 
max-height: 220px;
margin: 0 auto;
display: block;
}



.shop_item .details {
position: relative;
}.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: 44px;
line-height: 32px;
-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: 30px;
-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: #f7f5f5;
border-radius: 50%;
height: 38px;
line-height: 42px;
margin-bottom: 7px;
text-align: center;
width: 38px;
-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: #5bcd44;
-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: #00743d;
}.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: #000;
}.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: #000;
font-size: 14px;
}

.shop_item .details .sub_title a,
.shop_item .details .sub_title {
font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #000;
}.shop_item .details .title, .shop_item .details .title a {
color: #545454;
font-size: 14px;
font-weight: 500;
letter-spacing: 0em;
margin-bottom: 0;
max-width: 90%;
-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;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;height: 50px;  align-content: end;
-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: underline;
}.shop_item.small_style .details .title, .shop_item.small_style .details .title a {
color: #000;
font-size: 15px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;
}.shop_item.small_style .details .review_count {
font-size: 14px;
}.shop_item .details .si_footer {
margin-top: 10px;
position: relative;
}.shop_item.list_style .details .title, .shop_item.list_style .details .title a {
max-width: 90%;
}.shop_item .details .si_footer .price, .shop_item.list_style .si_footer .price {
color: #000;
font-size: 17px;
font-weight: 600;
line-height: 26px;
letter-spacing: 0em;  direction: ltr;
}.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;
  color: #e52929;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;  margin-left: 10px;
}.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: #000;

font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}.shop_item .details .si_footer .line:before {
background-color: #5bcd44;
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;
}*/

.popular_listing_sliders .owl-stage-outer {
border-left: 1px solid #eaeaea;
border-right: 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: #5bcd44;
border: 1px solid #5bcd44;
}.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: #000;
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: #000;
font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}.shop_item.style6 .product_action_info ul li a span {
color: #000;
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: #000;
font-size: 10px;
}.shop_item.list_style {
display: flex;
padding: 15px 20px;
}.shop_item.list_style .si_footer {
margin-bottom: 20px;
}.shop_item.list_style .product_action_info ul li:last-child {
border-left: 1px solid #eaeaea;
}.shop_item.list_style .product_action_info ul li a {
color: #000;

font-size: 14px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}.shop_item.list_style .product_action_info ul li a span {
color: #000;
margin-right: 5px;
vertical-align: middle;
}.shop_item.list_style .details {
position: relative;
}.shop_item.list_style .details:before {
background-color: #eaeaea;
content: "";
height: 100%;
right: 20px;
position: absolute;
width: 1px;
}.shop_item.list_style .shop_item_cart_btn {
opacity: 1;
position: relative;
visibility: visible;
}.shop_item_list_features {
position: relative;
}.shop_item_list_features ul li {
margin-bottom: 0;
}.shop_item_list_features ul li a {
color: #000;

font-size: 14px;
font-weight: 400;
line-height: 34px;
letter-spacing: 0em;
}.shop_item_list_features.shop_single_style ul li a {
font-size: 16px;
line-height: 40px;
}.shop_item.tiny_style {
padding: 15px 0 10px;
}.shop_item.tiny_style img {
max-width: 90px;
}.shop_item.tiny_style .title, .shop_item.tiny_style a {
color: #000;
font-size: 14px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
}.shop_item.tiny_style .para {

font-size: 14px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
}.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-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: #00743d;

font-size: 18px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0em;
}
/* Delivery Coutner/countdown */
.deal_counter {
border-radius: 30px;
margin-bottom: 0;
margin-left: 20px;
margin-top: -5px;
padding: 9px 0;
}.deal_counter .title {
color: #000;
font-size: 16px;
font-weight: 500;
line-height: 28px;
letter-spacing: 0em;
}.deal_counter .days, .deal_counter .hours, .deal_counter .minutes, .deal_counter .seconds {
color: #e7b641;

font-size: 28px;
font-weight: 500;
line-height: 40px;
letter-spacing: 0em;
}.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: #000;

font-style: normal;
font-weight: 500;
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: #000;

font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 40px;
letter-spacing: 0em;
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: #000;
}.mailchimp_widget.home6 .details p {
color: #626974;
}
/* Store locator page css */
.location_lists {
margin-bottom: 50px;
}.location_lists .title {
color: #000;
line-height: 26px;
letter-spacing: 0em;
margin-bottom: 10px;
}.location_lists ul {
margin-bottom: 10px;
}.location_lists ul li a {
color: #000;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 28px;
}.locate_map_btn {
color: #000;
font-size: 15px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0em;
position: relative;
}.locate_map_btn:before {
background-color: #000;
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: #000;
font-size: 26px;
font-weight: 500;
line-height: 38px;
letter-spacing: 0em;
margin-top: 10px;
}.vendor_iconbox.style2 .details .title {
margin-top: 0;
}.vendor_iconbox .details p {
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}.funfact_content {
background-color: #5bcd44;
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%;
}



.thumb-full {
border-radius: 16px;
overflow: hidden;
position: relative;
}



.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: #000;
font-size: 16px;
}.cart_list_home5_style {
position: relative;
}.cart_list_home5_style .thumb2 {
position: relative;
}.cart_list_home5_style .point {
background-color: #000;
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;
letter-spacing: 0em;
}.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: #000;
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: #000;
font-style: normal;
font-weight: 500;
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: #000;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 28px;
}



.home5_cart_btn {
background-color: #112137;
border-radius: 0;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 50px;
height: 64px;
position: relative;
}.shop_single_sidebar {
position: relative;
}.icon_boxes {
  align-items: center;
margin-bottom: 30px;
position: relative;
}

.icon_boxes .icon {
font-size: 35px;
  margin-right: 15px;
  min-width: 65px;
  height: 60px;
  background: #00743d;
  border-radius: 12px;
  width: 60px;
  line-height: 55px;
  text-align: center;
}

.icon_boxes .icon img {
width: 40px;
  margin: 0 auto;
  filter: brightness(0) invert(1);
}


.icon_boxes .icon span {
color: #000;
}.icon_boxes .details .title {
font-size: 16px;
font-style: normal;
line-height: 28px;
margin: 0;
}.icon_boxes .details .para {
color: #626974;

font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 22px;
margin: 0;
}.icon_boxes.about_style .details .title {
font-size: 18px;
font-weight: 500;
line-height: 26px;
letter-spacing: 0em;
}.icon_boxes.about_style .details .para {
font-size: 15px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0em;
}.about_page_shop_btn {
background-color: #ffffff;
border: 2px solid #5bcd44;
border-radius: 6px;
color: #000;
font-style: normal;
font-weight: 500;
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_nonetp.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: #000;
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-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 26px;
margin-bottom: 15px;
}.category_list_box.home4_style .title {

font-size: 20px;
font-style: normal;
font-weight: 1;
line-height: 30px;
letter-spacing: 0em;
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: #000;
}.category_list_box ul li a {
color: #626974;

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 .owl-nav > div.owl-next,
.navi_pagi_bottom_center.main-banner-wrapper .owl-nav > div.owl-prev,
.navi_pagi_bottom_left.main-banner-wrapper .owl-nav > div.owl-next,
.navi_pagi_bottom_left.main-banner-wrapper .owl-nav > div.owl-prev{
background-color: transparent;
box-shadow: none;
}
.navi_pagi_bottom_left.main-banner-wrapper .owl-nav > div.owl-next,
.navi_pagi_bottom_center.main-banner-wrapper .owl-nav > div.owl-next{
left: -20px;
top: -18px;
}
.navi_pagi_bottom_center.main-banner-wrapper .owl-nav > div.owl-next{
left: -10px;
}
.navi_pagi_bottom_left.main-banner-wrapper .owl-nav > div.owl-prev,
.navi_pagi_bottom_center.main-banner-wrapper .owl-nav > div.owl-prev{
top: -18px;	
}
.navi_pagi_bottom_center.main-banner-wrapper .owl-nav > div.owl-prev{
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;max-width: 100px;
  overflow: hidden;
}.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: #000;
font-size: 16px;
line-height: 20px;
padding: 0;
width: auto;margin: 0;
}.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: 0 auto;
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: 0;
}.navi_pagi_bottom_center.owl-theme .owl-nav .owl-next, .navi_pagi_bottom_center.main-banner-wrapper.carousel-btn-block.carousel-btn.right-btn {
right: 0;
left: auto;
top: 0;
}.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;
letter-spacing: 0em;
margin-bottom: 20px;
}.vendor_about .para {
color: #000;
font-size: 16px;
font-weight: 400;
line-height: 28px;
letter-spacing: 0em;
}
/* 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: #000;
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 {

font-size: 10px;
right: 10px;
top: 10px;

}.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: #000;
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: #000;
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: #000;
}.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: #000;
}.zmart_testimonial_slider.home9_style .swiper-button-prev:hover, .zmart_testimonial_slider.home9_style .swiper-button-next:hover {

}
/* 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: #5bcd44
}.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;}





.co-row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(var(--bs-gutter-y) * -1);
margin-right: calc(var(--bs-gutter-x) * -.5);
margin-left: calc(var(--bs-gutter-x) * -.5);
justify-content: space-between;
align-items: center;
}



.section-padding {
  padding: 15px 0;
  position: relative;
}


@media only screen and (min-width:1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 1270px;
}}


.gray-bg {
background: #fafafa;
}



.shop_item_5grid_slider .partner_item {
display: grid;
align-items: center;
justify-content: center;
height: 120px;
width: 90%;
margin: 0 auto;
border: 1px solid #eee;
border-radius: 12px;
padding: 10px;
}


.shop_item_5grid_slider .partner_item img {

max-height: 100px;
}


.pad-le-40 {
padding-left: 40px;
}



.pad-le-70 {
padding-left: 70px;
}








/*================================================
Breadcrumb
================================================*/

.pq-breadcrumb {
	color: #ffffff;
	padding: 0;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
background-size: cover;
background-color: #f9f9f9;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
}

.pq-breadcrumb {

}


/*.pq-breadcrumb:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #f9f9f9;
background-size: cover;
background-color: #000;
opacity: 0.3;
}*/

.pq-breadcrumb-container {
	text-align: center;
}

.pq-breadcrumb nav {
position: relative;
display: flex;  padding: 13px 0;
justify-content: space-between;align-items: center;
}

.pq-breadcrumb .pq-breadcrumb-title h1 {
font-size: 18px;
  margin-bottom: 0;
  text-align: center;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
}

.pq-breadcrumb-container .breadcrumb {

	padding: 0;
	margin: 0;
	justify-content: center;
	display: inline-flex;
}

.pq-breadcrumb-container .breadcrumb li {
	list-style-type: none;
padding-left: 20px;
	text-transform: capitalize;
position: relative;
}

.pq-breadcrumb-container .breadcrumb li:first-child {
	padding-left: 20px;
}


.pq-breadcrumb-container .breadcrumb li a i {
	margin-right: 10px;
}

.pq-breadcrumb-container .breadcrumb li.active {
	color: #000;
}

.pq-breadcrumb-container .breadcrumb li a {
	color: #444;
}

.pq-breadcrumb-container .breadcrumb li a:hover {
	color: #000;
}

.pq-breadcrumb-container .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
content: "/";
font-size: 13px;
color: #444;
float: none;
opacity: 0.4;
position: absolute;
left: 7px;
  padding-left: 0;
  padding-right: .5rem;
}


.page-padding {
padding: 40px 0;
}





/******************************************/




.arrivals-product-area,
.det-prod {
padding: 50px 0;
}




.productDetails, .projectDetails {
  clear: both;
  margin-bottom: 0;}


.productShortDesc, .showroomDescription {
  font-size: 14px;

  color: #353535;
  margin-bottom: 20px;
}

.productShortDesc {
  margin: 10px 0;
}

.productShortDesc strong {
font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
}
.product-extra-buttons {

}

.product-extra-buttons > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: currentColor;
  text-decoration: none;
}
.product-extra-buttons > * i {
  position: relative;
  font-size: 1.0625rem;
  margin-right: 3px;
  top: -1px;
}
.product-extra-buttons > * + * {
  margin-left: 0.625rem;
}


.owl-nav.disabled {
display: none;
}



.pageshop {
padding:30px 0;
}

.product-details-area {
padding:30px 0;
margin:30px 0;
}


#sync1 .owl-stage-outer {
border: 1px solid #eee;
border-radius: 20px;
  overflow: hidden;
}


#sync1 .item {
  color: #fff;
  text-align: center;

height: 409px;
display: grid;
align-items: center;
background: #fff;

}


#sync1 .item a {
display: block;
}


#sync1 .item a img {
width: auto;
max-height: 400px;
object-fit: cover;
max-width: 100%;
margin: auto !important;
}

#sync2 .item {

  /* padding: 10px 0px; */
margin: 5px 1px;
color: #fff;
height: 97px;
display: grid;
align-items: center;
text-align: center;
cursor: pointer;
border: 1px solid #eee;
border-radius: 16px;
  overflow: hidden;
}

#sync2 .item img {
max-height: 96px;
width:100%;
max-width: 90%;
  margin: 0 auto;
}

#sync2 .item h1 {
  font-size: 18px;
}

#sync2 .current .item img {
opacity: 1
}

.owl-theme .owl-nav [class*="owl-"] {
  transition: all 0.3s ease;
}
/*
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}
*/
#sync1.owl-theme {
  position: relative;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 35px;
  height: 35px;
  margin-top: -20px;
  position: absolute;
  top: 50%;background: #0006;
font-size: 22px;
padding: 0;
opacity: 0;
line-height: 55px;
text-align: center;
color: #fff;
}


#sync1.owl-theme:hover .owl-next,
#sync1.owl-theme:hover .owl-prev {
opacity: 1;
}


#sync1.owl-theme .owl-prev {
  right: 0;

}

#sync1.owl-theme .owl-next {
  left: 0;}
/* animate fadin duration 1.5s */
.owl-carousel .animated {
  animation-duration: 1.5s !important;
}
/* ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â§Ãƒâ€¦Ã‚Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¾Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â©Ãƒâ€¹Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ÃƒÆ’Ã‚Â¨Ãƒâ€ Ã¢â‚¬â„¢Ãƒâ€¦Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚ÂªÃƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¤Ãƒâ€šÃ‚Â§ */
#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  width: 35px !important;
  height: 55px !important;
}
#sync1 svg {
  width: 22px !important;
}




.gallery__trigger .fa-expand-arrows {
  position: absolute;
  left: 13px;
  top: 15px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  min-width: 45px;
  height: 45px;
  border-radius: 30px;
  background: #c91d25;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
justify-content: center;

}


.det-prod {
padding: 50px 0 0;
}




.availability span {
  padding: .2rem .7rem;
  color: #fff;
  background: #19897e;
}



.availability.false span {
background-color: #effbf1;
color: #147b0b;
padding: 9px 6px 5px;
margin: 2px;
border-radius: 4px;
}


.availability.gray-order span {
background-color: #666;
color: #fff;
padding: 2px 5px;
border-radius: 4px;
}





.minicart-product-list .list_content {
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #ddd;
margin-bottom: 15px
position: relative;
  position: relative;
}


.minicart-product-list .list_content:first-child {
margin-bottom: 0;
}





.tag.offer-tag {

position: absolute;
  top: 10px;
  left: 10px;
  padding: 4px 12px;
  background: #f42e2e;
  border-radius: 30px;
z-index: 1;
  color: #fff;}


.tag.product-tag {
position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 12px;
  background: #00743d;
  border-radius: 30px;
z-index: 1;
  color: #fff;}










/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  z-index: 1;
}

.contact-one__inne {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 20px;margin-bottom: 25px;
}

.contact-one__list {
  position: relative;padding: 0;
}


.contact-one__single {
position: relative;
display: flex;
margin-bottom: 12px;
padding-bottom: 12px;
border-bottom: 1px solid #eee;
align-items: center;
gap: 15px;
}





.contact-one__single:last-child {
padding-bottom: 0;
border-bottom: 0;
}


/*
.contact-one__single:before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -3px;
  right: -81px;
  width: 1px;
  background-color: #eee9db;
}

.contact-one__single:last-child:before {
  display: none;
}*/

.contact-one__icon {
  display: flex;
  align-items: center;
  justify-content: center;
min-height: 55px;
min-width: 55px;
  background-color: #be0a16;
background: #F5F5F5;
  border-radius: 10%;
  transition: all 500ms ease;
}


/*
.contact-one__single:nth-child(2) .contact-one__icon {
  background-color: #3b8c81;
}

.contact-one__single:nth-child(3) .contact-one__icon {
  background-color: #643b8c;
}


.contact-one__single:nth-child(4) .contact-one__icon {
  background-color: #be0a16;
}


.contact-one__single:nth-child(5) .contact-one__icon {
  background-color: #d0d534;
}
*/



.contact-one__single:hover .contact-one__icon {
  background-color: #219b40;
}

.contact-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #219b40;
  transition: all 500ms ease;
}

.contact-one__single:hover .contact-one__icon span {
  color: #ffffff;
}

/*
.contact-one__single:last-child .contact-one__icon span {
  font-size: 35px;
}*/

.contact-one__content {
  position: relative;
  display: block;
}

.contact-one__sub-title {
font-size: 16px;
line-height: 25px;
margin: 0;
color: #000;
font-weight: 500;
}

.contact-one__number {
  font-size: 14px;
  line-height: 25px;text-transform: capitalize;color: #555;
}

.contact-one__number a {
  color: #000;
  transition: all 500ms ease;color: #555;
}

.contact-one__number a:hover {
  color: #be0a16;
}
.throu-donate {
position: relative;
display: block;
background-color: rgb(255, 255, 255);
box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.08);
padding: 26px;
border-radius: 20px;
margin-bottom: 25px;
}


.throu-donate .form-control {

background: #f7f7f7;
margin-bottom: 15px;
}


.title-area .sec-title {
text-align: center;
  margin-bottom: 25px;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 400;
}



.shop_item_5grid_slider .item {
position: relative;
}


.do-nt {
margin: 15px auto 0;
  display: block;
  text-align: center;
  font-size: 15px;
}


.do-nt a {
color: #000;
}

.bootstrap-select .dropdown-toggle .filter-option {
  text-align: left;
}


.bootstrap-select .dropdown-menu {

  text-align: left;
  inset: 0px 0 auto auto !important;}


.fa, .fas, .fa-solid, .far, .fa-regular, .fal, .fa-light, .fat, .fa-thin, .fad, .fa-duotone, .fab, .fa-brands,
.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa {
  line-height: inherit;
}





.privacy-wrap img {
height: 280px;
width: 100%;
object-fit: cover;
margin-bottom: 25px;
}


.lang-bttn {
padding-left: 15px;
  margin-left: 10px;
  border-left: 1px solid #fff;
}


.actegory .dropdown-menu {
margin-left: 12px !important;
  margin-top: 14px !important;
  padding: .2rem 0;	
}



.actegory .dropdown-menu .dropdown-menu {
margin-left: 0 !important;
  margin-top: 0 !important;

}








/*******************/



/*===== fooer dummy  =====*/
#pq-footer .widget .footer-title {
margin-bottom: 17px;
  padding: 0;
  font-size: 20px;
  position: relative;
  line-height: 32px;

}

#pq-footer .widget_calendar table caption {

	color: #ffffff;

}

#pq-footer .widget #recentcomments--1 .recentcomments a {
	padding: 0;
}

#pq-footer .widget #recentcomments--1 .recentcomments a:before,
#pq-footer .widget ul li .rsswidget:before,
#pq-footer .pq-footer-social ul li a:before {
	display: none;
}

#pq-footer .widget ul li a:hover {
	color: #fff;
}

#pq-footer .widget ul li .comment-author-link a {
	padding: 0;
}

#pq-footer .widget ul li.recentcomments a {
	padding: 0;
}

#pq-footer .wp-block-latest-comments li .wp-block-latest-comments__comment-author {
	color: #ffffff;

}

#pq-footer label {
	color: #ffffff;
}

#pq-footer label input#rememberme {

	vertical-align: middle;
}

#pq-footer .login-submit .button {
	 background: #000;
}

#pq-footer ul.wp-block-social-links li.wp-social-link {
	margin-bottom: 0;
}

#pq-footer ul.wp-block-social-links li.wp-social-link a:hover {
	color: #ffffff;
}

#pq-footer .wp-block-search .wp-block-search__button {
	background: #ac857c; background: #000;
}

#pq-footer .wc-block-grid__product .wc-block-grid__product-add-to-cart a.wp-block-button__link {
	background: #ac857c; background: #000;
}

#pq-footer .wc-block-product-search .wc-block-product-search__button {
	background: #ac857c; background: #000;
}

#pq-footer .widget.widget_recent_comments #recentcomments--1 li.recentcomments span a {
	color: #000;
}


#pq-footer table td {
	border: 1px solid #f6f4f5;
}


#pq-footer table th {
	border: 1px solid #f6f4f5;
}

#pq-footer .calendar_wrap table caption {
	padding: 0 0 10px;
	
	
	color: #ffffff;
}

#pq-footer .calendar_wrap td#today {
	background: #ffffff;
	color: #1a1a19;
}

#pq-footer .calendar_wrap td#today a {
	color: #1a1a19;
}

#pq-footer ul li a.rsswidget {
	padding-right: 0;
	font-size: 15px;
	color: #1a1a19;
	font-weight: 400;
	
}

#pq-footer ul li .rss-date {
	font-size: 13px;
	color: #000;
	line-height: 1;
	float: right;
	display: inline-block;
	width: 100%;
	margin: 5px 0;
}

#pq-footer ul li cite {
	font-weight: 400;
	margin-top: 5px;
	display: inline-block;
	width: 100%;
}

#pq-footer .search-form {
	position: relative;
}

#pq-footer .search-form .search-submit {
	background: #ac857c; background: #000;
	border: none;
	position: absolute;
	text-align: center;
	line-height: 54px;
	height: 54px;
	width: 54px;
	top: 0;
	left: 0;

	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;

}

#pq-footer .search-form .search-submit:before {
	content: "\e610";
	font-family: 'themify';
	font-weight: 400;
}

#pq-footer .search-form .search-submit:hover {

	outline: none;
}

#pq-footer .search-form input {
	background: #ffffff;
	border-color: #ffffff;
	padding: 8px;
}

#pq-footer .tagcloud .tag-cloud-link {
	font-size: 14px !important;
	color: #1a1a19;
	background: #ffffff;
	margin: 0 10px 10px 0;
	display: inline-block;
	float: right;
	padding: 4px 16px;
	border: 1px solid #ffffff;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	line-height: 22px;
}

#pq-footer .tagcloud .tag-cloud-link:hover {
	color: #ffffff;
}

#pq-footer .woocommerce-product-search button {
	background: #ac857c; background: #000;

}

#pq-footer .widget ul.menu li {
	margin-bottom: 10px;
}

#pq-footer .widget ul.menu li a,
#pq-footer .pq-widget-menu .pq-service li a {
	position: relative;
	border: none;
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
}

#pq-footer .widget ul.menu li a:first-child {
	padding-top: 0;
}

#pq-footer .widget ul.menu li a:hover {
	color: #fff;
}

#pq-footer .pq-widget-menu .pq-service li a:hover {
	color: #fff;
}


#pq-footer .wp-calendar-nav .wp-calendar-nav-prev {
	background: transparent;
	border: 1px solid #ffffff;
	border-top: 0;
}


#pq-footer .wp-calendar-nav .wp-calendar-nav-next {
	background: transparent;
	border: 1px solid #ffffff;
	border-top: 0;
}

#pq-footer .wp-calendar-nav .wp-calendar-nav-prev a {
	color: #ffffff;
}

#pq-footer .wp-calendar-nav .wp-calendar-nav-next a {
	color: #ffffff;
}

#pq-footer .wp-caption p.wp-caption-text {
	color: #1a1a19;
}

#pq-footer .pq-widget-menu .pq-service li a:before {
	content: "";
	position: absolute;
	top: 18px;
	bottom: 0;
	right: 0;
	width: 5px;
	height: 5px;
	display: inline-block;
	background: #ac857c; background: #000;
	margin: 0;
}

/*=========*/
#pq-footer .pq-footer-style-1 .pq-footer-social {
	display: inline-block;
}

#pq-footer .pq-footer-style-1 .pq-footer-social ul {
	margin: 0;
	padding: 0
}

#pq-footer .pq-footer-style-1 .pq-footer-social ul li {
	list-style: none;
	float: right;
	margin-bottom: 0;
}

#pq-footer .pq-footer-style-1 .pq-footer-social ul li+li {
	margin-right: 24px;
}

#pq-footer .pq-footer-style-1 .pq-footer-social ul li a {
	color: #000;
}

#pq-footer .pq-footer-style-1 .pq-footer-social ul li a:hover {
	color: #000;
}

#pq-footer .pq-footer-style-1 .pq-foote-recent-post .pq-foote-recent-post-info h6 {
	color: #000;
}

/*=========*//*
#pq-footer .widget:first-child {
	margin-bottom: 45px;
}*/

#pq-footer .pq-footer-logo {
	width: 240px;	margin-bottom: 15px;

}

#pq-footer .pq-footer-logo~p {
	margin-bottom: 0;
}

#pq-footer .widget .footer-title {
	color: #fff;
}

#pq-footer .widget ul.menu li a {
	color: #c0c0c0;
}

#pq-footer .pq-widget-menu .pq-service li a {
	color: #c0c0c0;
}

#pq-footer .widget ul li a {
	color: #c0c0c0;
}

#pq-footer .widget ul.menu li {
	color: #c0c0c0;
}






#pq-footer .pq-widget-menu .pq-service li {
color: #c0c0c0;
}

#pq-footer .widget ul li {
	color: #c0c0c0;
  margin-right: 8px;
}



.menu-navigate-menu-container ul {
width: 50%;
  float: right;
}



/*================================================
Footer
================================================*/

.pq-subscribe {
	display: inline-block;
	width: 100%;

	color: #ffffff;
	position: relative;
	z-index: 10;
}

.pq-subscribe .pq-subscribe-description {
	margin: 20px 0;
}

.pq-subscribe-from input::placeholder {
	color: #ffffff;
}

.pq-subscribe-from p {
color: #c0c0c0;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.pq-subscribe-from input.form-control {
	border: none;
	color: #74787c;
	background: #242424;
	padding: 0;padding-right:18px;
	text-transform: capitalize; font-size: 13px;
width: 100%;
  border: 1px solid #111;
  padding: 7px 7px 7px 15px;
}


.pq-subscribe-from input.form-control::-webkit-input-placeholder {
	color: #74787c;
}


.pq-subscribe-from input.form-control::placeholder {
	color: #74787c;
}

.pq-subscribe-from input.submit {
	background: transparent;
	font-size: 0;
	padding: 0;
	width: 100px;
	height: 54px;
	position: absolute;
	left: 0;
	z-index: 9;
}

.pq-subscribe-from .subscribe-form {
	
	position: relative;
  align-items: center;
}

.pq-subscribe-from .subscribe-form button {
position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  padding: 10px;
  background: #191919;
  color: #fff;
  text-transform: capitalize;
  font-size: 14px;  border: 0;
}


.pq-subscribe-from i {
position: absolute;
left: 16px;
top: 26px;
transform: translateY(-50%);
font-size: 17px;
}

.pq-subscribe-from input {
	margin-bottom: 0;
}


#pq-footer .pq-footer-style-1 {

}

#pq-footer {
	background:#f7f7f7;
	display: inline-block;
	width: 100%;
	color: #74787c;
	float: right;
	position: relative;
  background: #191919;


}




/*
#pq-footer:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
background: url(../images/page-header-bg3.jpg);
}
#pq-footer:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
background: #0d0d0df2;
  background: #0d0d0dc7;
}*/


#pq-footer .pq-footer-top {
	position: relative;
	z-index: 9;
}

#pq-footer .pq-copyright-footer {
  background: #151515;
	position: relative;
}

#pq-footer .pq-copyright-footer .container {
padding: 6px 15px;
}

#pq-footer .pq-copyright-footer .pq-copyright {
	display: block;
	color: #939393;
	text-align: right;
	padding: 5px 0;
	position: relative;  font-size: 13px;

}


#pq-footer .pq-copyright-footer .pq-copyleft:before {
	content: '';
	width: 1000%;
	height: 1px;
	right: 100%;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	top: -1px;

}

#pq-footer .pq-copyright-footer .pq-copyleft:before {
	display: none;
}

#pq-footer .pq-copyright-footer .pq-copyright a {
	color: #000;
}

#pq-footer .pq-copyright-footer .pq-copyright a:hover {
	color: #000;
	text-decoration: underline;
}

/*======= Footer Top list =======*/
#pq-footer .pq-footer-bottom-list {
	padding: 0 0 60px;
	margin-top: -60px;
	position: relative;
	z-index: 9;
}

#pq-footer .pq-footer-bottom-list .row {
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
	-moz-box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
	box-shadow: 0px 0px 30px 0px rgba(21, 21, 21, 0.1);
}

#pq-footer .pq-footer-bottom-list .row .col-lg-4 {
	border-left: 1px solid #f6f4f5;
}

#pq-footer .pq-footer-bottom-list .row .col-lg-4:last-child {
	border-left: none;
}

#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items {
	padding: 30px;
	display: flex;
	align-items: flex-start;
}

#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items i {
	align-self: center;
	font-size: 48px;
	line-height: 56px;
	color: #000;
}

#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items h4 {
	font-size: 24px;
	float: right;
	line-height: 32px;
	width: 100%;
	display: inline-block;
}

#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items .pq-footer-items-info {
	margin-right: 15px;
}

#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items .pq-footer-items-info a {
	color: #ffffff;
}

#pq-footer .pq-footer-top .pq-footer-bottom-list .pq-footer-items .pq-footer-items-info span {
	color: #ffffff;
}

/*===== Footer Widget =====*/
#pq-footer .widget {
	background: transparent;
	padding: 0;
	box-shadow: none;
	border: none;
	margin-bottom: 20px;
}

#pq-footer .widget .footer-title {
	margin-bottom: 17px;
	padding: 0;
	font-size: 18px;
	position: relative;
	line-height: 32px;
}

#pq-footer .widget ul#menu-useful-links li {
	display: inline-block;
	width: 48%;
	margin-bottom: 12px;
}

#pq-footer .widget .footer-title+p+ul li a {
	padding-right: 0;
}

#pq-footer .pq-foote-recent-post {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 15px;
}

#pq-footer .pq-foote-recent-post:last-child {
	border: none;
	padding: 0;
}

#pq-footer .widget ul li {

}

#pq-footer .widget ul li:last-child {
	margin-bottom: 0;
}

#pq-footer .widget ul#menu-navigate-menu li a {
	display: inline-block;
  position: relative;
}

/*
#pq-footer .widget ul#menu-navigate-menu li a:after {
position: absolute;
  content: '\f105';
  right: 0;
  font-size: 13px;
  top: 3px;
  color: inherit;
  font-family: "Font Awesome 5 Pro";
  line-height: normal;  color: #fff;
}*/


#pq-footer .widget .menu-product-menu-container ul li a {
	padding-right: 0;
}



#pq-footer .widget ul.pq-contact li span {
display: block;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 5px;
}

#pq-footer .widget ul.pq-contact li a {
	padding: 0;
}

#pq-footer .widget ul.pq-contact li {
margin-bottom: 12px;
  padding-right: 30px;

}


#pq-footer .widget ul.pq-contact li a:before {
	display: none;
}

#pq-footer .widget ul.pq-contact li i {
	margin-left: 15px;
	color: #fff;
  right: 0;
  position: absolute;
}

#pq-footer .widget select {
	border: 1px solid #ffffff;
}


#pq-footer .pq-footer-social ul li a {
	padding: 0;
}

footer#pq-footeret.brd-left {
padding-left: 30px;
}









.footer-header {
    border-bottom: 1px solid #ffffff1a;
margin-bottom: 20px;
  padding: 15px 0;
}
.footer-social-links {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}
.footer-social-link-title h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
}


.footer-logo img {
width: 180px;
}


.footer-social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-social-links ul li {
    display: inline-flex;
    margin-left: 5px;
}
.footer-social-links ul li:last-child {
    margin-left: 0;
}
.footer-social-links ul li a {
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff0a;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    transition: all 0.3s ease-in-out;
}



.copyright-sidebar ul {
padding: 0;  margin: 0;
  display: inline-block;
}

.copyright-sidebar ul li {
  display: inline-block;
margin-right: 15px;
}

.copyright-sidebar ul li a {
color: #939393;
font-size: 13px;
}







.super-row {
width: 88%;
margin: 0 auto;
}



.category-cell {
text-align: center;
}

.category-cell a {
display: block;
}

.category-cell img {
border-radius: 50%;
margin-bottom: 12px;
  width: 118px;
}


.category-cell .caption span {
color: #000;
}






.acceped_card_list ul li a img {
width: 36px;
}



.quick-center-links {
display: inline-block;
  width: calc(100% + 50px);
  margin-right: -40px;}





.cart-list-cart img {
max-width: 90px;
}


.text-danger,
.text-danger p {
  color: #e50808 !important;
}




/************************/





.custom-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 10px;
}


.payment-details p,
.custom-radio h5 {
margin: 0;
}

.custom-radio:hover {
  border-color: #000;
}

.custom-radio input {
  display: none;
}

.radio-box {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #aaa;
  position: relative;
}

.radio-box::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: 0.2s;
}

.custom-radio input:checked + .radio-box::after {
  transform: translate(-50%, -50%) scale(1);
}

.payment-details {
  padding: 10px 15px;
  font-size: 14px;
  color: #666;
}


.edsc-text strong {
margin-bottom: 10px;
  display: block;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}



.product-big-image .owl-nav {
  direction: ltr;
  margin: 0;
}








/***********/



.accordion-box .accordion {
    position: relative;
    border-radius: 0;
    
    display: block;/*
-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
box-shadow: 0 1px 15px rgba(108, 118, 134, 0.08);*/
border: 1px solid #eee;
background: #ffffff;
margin-bottom: 10px;
border-radius: 12px;
overflow: hidden;

}
.accordion-box .accordion .accord-btn {
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 0.5s ease;border-bottom: 1px solid transparent;
padding: 5px;
}

.accordion-box .accordion .accord-btn h4 {
color: #333;
font-size: 15px;
min-height: 46px;
line-height: 25px;
transition: all 0.5s ease;
padding: 5px 0 0 15px;
margin-right: 20px;
margin-left: 20px;
display: grid;
align-items: center;
  margin-bottom: 0;
}
.accordion-box .accordion .accord-btn::after {
font-family: 'Font Awesome 6 Pro';
position: absolute;
content: "\f107";
top: 14px;
right: 15px;
color: #000;
font-size: 20px;
line-height: 20px;
text-align: center;
transition: all 0.5s ease 0s;
line-height: 31px;
width: 31px;
border-radius: 50%;
  color: #2a2e32d9;
  font-weight: 300;
}

/*
.accordion-box .accordion .accord-btn::before {
font-family: 'Font Awesome 5 Pro';
position: absolute;
content: "\f06e";
top: 0;
left: 0;
font-size: 16px;
text-align: center;
transition: all 0.5s ease 0s;
line-height: 55px;
width: 40px;
}*/



.accordion-box .accordion .accord-btn.active {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;border-bottom-color: #eeeeee;
}
.accordion-box .accordion .accord-btn.active h4 {
    color: #212529;
}

.accordion-box .accordion .accord-btn.active:after {
content: "\f106";
}


.accordion-box .accordion .accord-content {

    display: none;
    position: relative;
padding: 15px;
font-size: 14.5px;

}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content p {
    color: #000;
    margin: 0;
}


.tp-section-title {
  position: relative;
  font-size: 19px;
  text-transform: capitalize;
  padding-bottom: 15px;
  color: #000000;
  line-height: 1.5;
  margin: 0;
    margin-bottom: 0px;
}


.tp-section-title::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 45px;
  background: #ffbf19;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}


.box-faqq {
  background-color: #f6f6f9;
  border-radius: 24px;
  padding: 56px;
  margin: 0 auto;
  position: relative;
}

.box-faqq .shape-faq {
  position: absolute;
  right: 20px;
  top: -90px;
  width: 120px;
}

.faqq-padding {
  padding: 100px 0 50px;
}


.btn.btn-signup {
width: 100%;
  padding: 10px;
  margin: 20px 0 15px;
}




.policy-text p {
	color: #000;
	font-size: 18px;
	line-height: 30px;
}

.policy-text strong {
display: block;
margin: 12px 0;
color: #00a5a5;
font-weight: normal;
}


.policy-text ul {
	padding-left: 20px;
}

.policy-text ul li {
	font-size: 18px;
	list-style: initial;	
line-height: 30px;
color: #000;	
}


.pol-links {
	padding: 30px;
text-align: center;
display: grid;
align-items: center;
justify-content: center;
gap: 25px;
}


.pol-links a {
	font-size: 18px;
color: #000;
}

.pol-links a.active {
color: #00a5a5 !important;
}



.empty-data {
  text-align: center;
  height: 350px;
  overflow: hidden;
  display: grid;
  align-items: center;
  justify-content: center;
}


.empty-data img {
  max-height: 200px;
}






/* ==========================
   Dashboard Custom Style
========================== */

.full-row{
    background:#f4f7fc;
    padding:50px 0;
}

/* Cards */
.account-info,
.sidebar-blog{
    background:#fff !important;
    border:none !important;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.05);
    transition:.3s;
}

.widget.account-info {
  padding: 25px;
  height: 100%;
}


/*
.account-info:hover,
.sidebar-blog:hover{
    transform:translateY(-3px);
}*/

/* Sidebar */
.sidebar-blog{
    padding:25px;
    position:sticky;
    top:30px;
}

.sidebar-blog .widget-title{
    font-size:20px;
    font-weight:700;
    margin-bottom:25px;
    color:#222;
}

.sidebar-blog ul{
    padding:0;
    margin:0;
    list-style:none;
}

.sidebar-blog ul li{
    margin-bottom:10px;
}

.sidebar-blog ul li a{
    display:flex;
    align-items:center;
    padding:14px 18px;
    border-radius:12px;
    text-decoration:none;
    color:#000;
    font-weight:600;
    transition:.3s;
    background:#fafafa;
}

.sidebar-blog ul li a i{
    width:25px;
    font-size:18px;
}

.sidebar-blog ul li a:hover,
.sidebar-blog ul li a.active{
    background:linear-gradient(135deg,#10b981,#059669);
    color:#fff;
    transform:translateX(-5px);
}

/* Buttons */
.mybtn1{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border:none;
    border-radius:12px;
    padding:12px 25px;
    font-weight:600;
    text-decoration:none;
    background:linear-gradient(135deg,#10b981,#059669);
background: linear-gradient(135deg,#10b981,#059669);
    color:#fff !important;
    transition:.3s;
}

.mybtn1:hover{
  background: linear-gradient(-135deg,#10b981,#059669);
}

.mybtn1.sm{
    padding:10px 18px;
    font-size:14px;
}

.mybtn1.sm1{
    padding:8px 16px;
    font-size:13px;
}

/* Titles */
.widget-title{
position: relative;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}


.header-card .widget-title {
  margin-bottom: 0;
}


.header-card .control-label {
position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #222;
}

.widget-title:after{
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:70px;
    height:2px;
    border-radius:30px;
    background:linear-gradient(135deg,#10b981,#059669);
}

/* User Info */
.user-info .title{
font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.user-info p{
    margin-bottom:12px;
    color:#666;
    font-size:15px;
}

.user-info p span {

}

.user-info {

}

.user-title{
    color:#111;
    font-weight:700;
}

.w-price{
    font-size:34px;
    font-weight:800;
    color:#10b981;
}

.w-title{
    color:#555;
}

/* Statistics Cards */
.c-info-box-area{
    display:flex;
    align-items:center;
    padding:25px !important;
  flex-direction: inherit;
}

.c-info-box{
    width:80px;
    height:80px;
    min-width:80px;
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.c-info-box p{
    margin:0;
    font-size:26px;
    font-weight:800;
    color:#fff;
}

.box1{
    background:linear-gradient(135deg,#ef4444,#dc2626);
}

.box2{
    background:linear-gradient(135deg,#10b981,#059669);
}

.c-info-box-content{
    padding-left:20px;
}

.c-info-box-content .title{
    font-size:20px;
    font-weight:700;
    margin-bottom:5px;
}

.c-info-box-content .text{
    color:#888;
    margin:0;
}

/* Table */
.order-table{

}

.order-table thead th{
    background:#f8fafc;
    color:#444;
    border:none;
    padding:12px;
    font-weight:700;
}

.order-table tbody tr{
    background:#fff;
  border-bottom: 1px solid #eee;
}

.order-table tbody td{
    border:none;
    padding:8px;
    vertical-align:middle;
}

.order-table tbody tr td:first-child{
    border-radius:15px 0 0 15px;
}

.order-table tbody tr td:last-child{
    border-radius:0 15px 15px 0;
}

/* Status */
.order-status{
    display:inline-block;
    padding:8px 15px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
}

.order-status.pending{
    background:#fff7ed;
    color:#ea580c;
}

/* Mobile Button */
.dashboard-sidebar-btn{
    width:50px;
    height:50px;
    border-radius:12px !important;
    display:flex;
    align-items:center;
    justify-content:center;
background: linear-gradient(135deg,#10b981,#059669) !important;
  color: #fff;
}

/* Responsive */
@media(max-width:991px){

    .sidebar-blog{
        margin-bottom:25px;
    }

    .c-info-box-area{
        flex-direction:column;
        text-align:center;
    }

    .c-info-box-content{
        padding:15px 0 0;
    }


.c-info-box-content .title,
    .widget-title{
        font-size:17px;
    }


.c-info-box p,
    .w-price{
        font-size:20px;
    }


.c-info-box-area {
  padding: 15px !important;
}


}






.val-dolar {
font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}



.header-card {
display: flex;
  align-items: start;
  justify-content: space-between;
}





.order-status{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 16px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    border:1px solid transparent;
}

/* قيد الانتظار */
.order-status.pending{
    color:#d97706;
    background:#fffbeb;
    border-color:#fde68a;
}

/* قيد المعالجة */
.order-status.processing{
    color:#2563eb;
    background:#eff6ff;
    border-color:#bfdbfe;
}

/* تم الشحن */
.order-status.shipped{
    color:#059669;
    background:#f5f3ff;
    border-color:#ddd6fe;
}

/* مكتمل */
.order-status.delivered{
    color:#059669;
    background:#ecfdf5;
    border-color:#a7f3d0;
}

/* ملغي */
.order-status.cancelled{
    color:#dc2626;
    background:#fef2f2;
    border-color:#fecaca;
}

/* مسترجع */
.order-status.refunded{
    color:#0891b2;
    background:#ecfeff;
    border-color:#a5f3fc;
}

/* فشل */
.order-status.failed{
    color:#991b1b;
    background:#fee2e2;
    border-color:#fca5a5;
}

/* الدائرة الصغيرة */
.order-status:before{
    content:'';
    width:8px;
    height:8px;
    border-radius:50%;
    background:currentColor;
}





.account-table{
    width:100%;
    border-collapse:collapse;
    margin-top:15px;
    border-radius:12px;
    overflow:hidden;
}

.account-table tr{
    transition:.3s;
}

.account-table tr:hover{
    background:#f8fafc;
}

.account-table th,
.account-table td{
    border:1px solid #e5e7eb;
    padding:8px;
    text-align: left;
}

.account-table th{
    background:#f8fafc;
    color:#374151;
    font-weight:700;
}

.account-table td{
    color:#6b7280;
    font-weight:500;
}




/* ==========================
   Deposit Table Style
========================== */

#example{
    border-collapse:separate !important;
    border-spacing:0 5px !important;
    margin-top:15px !important;
}

#example thead th{
    background:#f8fafc;
    border:none !important;
    padding:12px !important;
    color:#374151;
    font-size:14px;
    font-weight:700;
    white-space:nowrap;
}

#example tbody tr{
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    transition:.3s;
}

#example tbody tr:hover{
    transform:translateY(-2px);
}

#example tbody td{
    border:none !important;
    padding:12px !important;
    vertical-align:middle;
}

#example tbody tr td:first-child{
    border-radius:15px 0 0 15px;
}

#example tbody tr td:last-child{
    border-radius:0 15px 15px 0;
}

/* Amount */

.amount{
    font-weight:700;
    color:#10b981;
    font-size:15px;
}

/* Status */

.deposit-status{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
}

.deposit-status:before{
    content:'';
    width:8px;
    height:8px;
    border-radius:50%;
    background:currentColor;
}

/* مكتمل */

.deposit-status.completed{
    color:#059669;
    background:#ecfdf5;
    border:1px solid #a7f3d0;
}

/* قيد الانتظار */

.deposit-status.pending{
    color:#d97706;
    background:#fffbeb;
    border:1px solid #fde68a;
}

/* مرفوض */

.deposit-status.rejected{
    color:#dc2626;
    background:#fef2f2;
    border:1px solid #fecaca;
}

/* ملغي */

.deposit-status.cancelled{
    color:#991b1b;
    background:#fee2e2;
    border:1px solid #fca5a5;
}

/* تحت المراجعة */

.deposit-status.review{
    color:#2563eb;
    background:#eff6ff;
    border:1px solid #bfdbfe;
}

/* Search */

.dataTables_filter input{
    border:1px solid #e5e7eb !important;
    border-radius:12px !important;
    padding:10px 15px !important;
    min-width:220px;
}

.dataTables_filter input:focus{
    outline:none;
    border-color:#10b981 !important;
}

/* Length */

.dataTables_length select{
    border:1px solid #e5e7eb !important;
    border-radius:10px;
    padding:8px 12px;
  margin-left: 5px;
  background: #fafafa;
}

/* Pagination */

.dataTables_paginate{
    margin-top:20px !important;
}

.paginate_button{
    border:none !important;
    background:#fff !important;
    border-radius:10px !important;
    margin:0 3px !important;
    box-shadow:0 3px 10px rgba(0,0,0,.05);
}

.paginate_button.current{
    background:linear-gradient(135deg,#10b981,#059669) !important;
background: linear-gradient(135deg,#10b981,#059669);
    color:#fff !important;
}

/* Header */

.header-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    flex-wrap:wrap;
}

@media(max-width:768px){


    .dataTables_filter input{
        min-width:100%;
    }
}







/* =========================
   STEPS (PROCESS BAR)
========================= */

.process-steps{
    display:flex;
    justify-content:space-between;
    padding:0;
    margin:0 0 30px 0;
    list-style:none;
    position:relative;
}

.process-steps:before{
    content:'';
    position:absolute;
    top:22px;
    left:0;
    right:0;
    height:3px;
    background:#e5e7eb;
    z-index:0;
    border-radius:50px;
}

.process-steps li{
    text-align:center;
    position:relative;
    flex:1;
}

.process-steps .icon{
    width:45px;
    height:45px;
    margin:auto;
    border-radius:50%;
    background:#f3f4f6;
    color:#6b7280;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    position:relative;
    z-index:2;
    transition:.3s;
    border:2px solid #e5e7eb;
}

.process-steps .title{
    margin-top:10px;
    font-size:13px;
    color:#6b7280;
    font-weight:600;
}

/* ACTIVE STEP */

.process-steps li.active .icon{
    background:linear-gradient(135deg,#10b981,#059669);
    color:#fff;
    border-color:transparent;
    box-shadow:0 10px 25px rgba(79,70,229,.25);
}

.process-steps li.active .title{
    color:#111827;
}

/* CONNECTED LINE ACTIVE */

.process-steps li.active ~ li .icon{
    background:#f3f4f6;
    color:#9ca3af;
}

/* =========================
   ORDER TITLE
========================= */

.order-code{
    font-size:20px;
    font-weight:800;
    color:#111827;
    margin-bottom:10px;
}

.order-code strong{
    color:#10b981;
}

/* =========================
   PRINT BUTTON
========================= */

.print-order-btn{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 16px;
    background:#111827;
    color:#fff !important;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.print-order-btn:hover{
    transform:translateY(-2px);
    background:#10b981;
}

/* =========================
   SECTIONS CARDS
========================= */

.shipping-add-area,
.billing-add-area{
    margin-top:20px;
    padding:20px;
    border-radius:16px;
    background:#f9fafb;
    border:1px solid #e5e7eb;
}

.shipping-add-area h5,
.billing-add-area h5{
    font-weight:700;
    margin-bottom:10px;
    color:#111827;
}

/* =========================
   ADDRESS STYLE
========================= */

address{
    margin:0;
    line-height:1.8;
    color:#6b7280;
    font-style:normal;
}

/* =========================
   PAYMENT STATUS
========================= */



.text-danger{
/*
    background:#fee2e2;
    color:#dc2626 !important;
    padding:4px 10px;
    border-radius:20px;
    font-weight:700;
    font-size:13px;*/
}





/* =========================
   PRODUCTS TABLE (ORDER ITEMS)
========================= */

.veiw-details-table{
    border-collapse:separate !important;
    border-spacing:0 12px !important;
    width:100%;
    margin-top:10px;
}

.veiw-details-table thead th{
    background:#f8fafc;
    border:none !important;
    padding:14px;
    font-weight:700;
    color:#374151;
}

.veiw-details-table tbody tr{
    background:#fff;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    transition:.3s;
}

.veiw-details-table tbody tr:hover{
    transform:translateY(-3px);
}

.veiw-details-table td{
    border:none !important;
    padding:14px;
    vertical-align:middle;
}

/* PRODUCT LINK */

.veiw-details-table a{
    color:#10b981;
    font-weight:700;
    text-decoration:none;
}

.veiw-details-table a:hover{
    text-decoration:underline;
}

/* =========================
   BACK BUTTON
========================= */

.back-btn{
    display:inline-flex;
    margin-top:25px;
    padding:12px 20px;
    border-radius:12px;
    color:#fff !important;
    text-decoration:none;
    font-weight:700;
    background:linear-gradient(135deg,#10b981,#059669);
    transition:.3s;
}

.back-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 25px rgba(79,70,229,.25);
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

    .process-steps{
        flex-direction:column;
        gap:20px;
    }

    .process-steps:before{
        display:none;
    }

    .shipping-add-area .row,
    .billing-add-area .row{
        flex-direction:column;
    }

}





/* =========================
   DATATABLES FOOTER STYLE
========================= */

.dataTables_info{
    margin-top:15px;
    font-size:14px;
    color:#6b7280;
    font-weight:600;
}

/* =========================
   PAGINATION WRAPPER
========================= */

.dataTables_paginate{
    margin-top:20px;
    display:flex;
    justify-content:flex-end;
    gap:6px;
    flex-wrap:wrap;
}

/* =========================
   BUTTONS
========================= */

.paginate_button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:38px;
    height:38px;
    padding:0 12px;
    border-radius:10px !important;
    background:#fff !important;
    border:1px solid #e5e7eb !important;
    color:#374151 !important;
    font-weight:600;
    font-size:13px;
    cursor:pointer;
    transition:.25s;
    box-shadow:0 3px 10px rgba(0,0,0,.04);
}

/* HOVER */

.paginate_button:hover{
    background:#10b981 !important;
    color:#fff !important;
    border-color:#10b981 !important;
    transform:translateY(-2px);
}

/* CURRENT PAGE */

.paginate_button.current{
    background:linear-gradient(135deg,#10b981,#059669) !important;
    color:#fff !important;
    border-color:transparent !important;
    box-shadow:0 10px 25px rgba(79,70,229,.25);
}

/* DISABLED */

.paginate_button.disabled{
    opacity:.4;
    cursor:not-allowed;
    pointer-events:none;
    background:#f3f4f6 !important;
}

/* PREVIOUS / NEXT */

#example_previous,
#example_next{
    font-weight:700;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

    .dataTables_paginate{
        justify-content:center;
    }

    .dataTables_info{
        text-align:center;
    }
}


.modal {
background: #000000b0;
}







/* =========================
   MODAL CUSTOM STYLE
========================= */

.modal .modal-dialog{
    max-width:100%;
    width:850px;
}

.modal .modal-content{
    border:none;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.15);
}

/* =========================
   HEADER
========================= */

.modal .modal-header{
    background:linear-gradient(135deg,#10b981,#059669);
    color:#fff;
    border-bottom:none;
    padding:18px 20px;
}

.modal .modal-title{
    font-size:18px;
    font-weight:800;
  color: #fff;
}

.modal .close{
    background:rgba(255,255,255,.15);
    border:none;
    width:36px;
    height:36px;
    border-radius:10px;
    color:#fff;
    font-size:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
}

.modal .close:hover{
    background:rgba(255,255,255,.3);
    transform:rotate(90deg);
}

/* =========================
   BODY
========================= */

.modal .modal-body{
    background:#f8fafc;
    padding:25px;
}

/* =========================
   TABLE WRAPPER
========================= */

.modal .show-table table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

/* ROWS */

.modal .show-table tr{
    transition:.25s;
}

.modal .show-table tr:hover{
    background:#f9fafb;
}

/* TH */

.modal .show-table th{
    width:50%;
    padding:14px 16px;
    background:#f1f5f9;
    color:#374151;
    font-weight:700;
    border-bottom:1px solid #e5e7eb;
    text-align: left;
}

/* TD */

.modal .show-table td{
    padding:14px 16px;
    color:#6b7280;
    font-weight:600;
    border-bottom:1px solid #f1f5f9;
}

/* =========================
   SPECIAL STYLES
========================= */

/* AMOUNT */
.modal td:first-child{
    font-weight:800;
    color:#10b981;
}

/* NEGATIVE / POSITIVE AMOUNT SUPPORT */
.modal td:contains("-"){
    color:#dc2626;
}

/* =========================
   MOBILE
========================= */

@media(max-width:768px){

    .modal .modal-dialog{
        margin:10px;
    }

    .modal .show-table th,
    .modal .show-table td{
        padding:12px;
        font-size:13px;
    }
}






.withdraw-status{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:7px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    border:1px solid transparent;
    white-space:nowrap;
}

/* dot */
.withdraw-status:before{
    content:'';
    width:8px;
    height:8px;
    border-radius:50%;
    background:currentColor;
}

/* =========================
   STATUS COLORS
========================= */

/* 🟡 قيد الانتظار */
.withdraw-status.pending{
    color:#d97706;
    background:#fffbeb;
    border-color:#fde68a;
}

/* 🔵 قيد المعالجة */
.withdraw-status.processing{
    color:#2563eb;
    background:#eff6ff;
    border-color:#bfdbfe;
}

/* 🟢 تمت الموافقة */
.withdraw-status.approved{
    color:#059669;
    background:#ecfdf5;
    border-color:#a7f3d0;
}

/* 🔴 مرفوض */
.withdraw-status.rejected{
    color:#dc2626;
    background:#fef2f2;
    border-color:#fecaca;
}

/* 🟣 مكتمل */
.withdraw-status.completed{
    color:#7c3aed;
    background:#f5f3ff;
    border-color:#ddd6fe;
}







/* ===========================
   UCHAT USERS (SCOPED)
=========================== */

.uchat-users{
    height:100vh;
    padding:20px;
}

/* Container */

.uchat-users .chat-container{
    max-width:1000px;
    height:90vh;
    margin:auto;
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

/* Header */

.uchat-users .chat-header{
    padding:20px 25px;
    background:#fff;
    border-bottom:1px solid #eef2f7;
}

.uchat-users .user-info{
    display:flex;
    align-items:center;
    gap:15px;
}

.uchat-users .user-info img{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
}

.uchat-users .user-info h4{
    font-size:18px;
    color:#222;
    margin-bottom:4px;
}

.uchat-users .online{
    color:#22c55e;
    font-size:13px;
    display:flex;
    align-items:center;
    gap:5px;
}

/* Body */

.uchat-users .chat-body{
    flex:1;
    overflow-y:auto;
    padding:25px;
    background:
    radial-gradient(circle at top right,#eef4ff 0%,transparent 30%),
    radial-gradient(circle at bottom left,#f4eeff 0%,transparent 30%),
    #f8fafc;
}

/* Scrollbar */

.uchat-users .chat-body::-webkit-scrollbar{
    width:8px;
}

.uchat-users .chat-body::-webkit-scrollbar-thumb{
    background:#d5dbe5;
    border-radius:20px;
}

/* Date */

.uchat-users .chat-date{
    text-align:center;
    margin-bottom:25px;
}

.uchat-users .chat-date span{
    background:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:12px;
    color:#64748b;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
}

/* Messages */

.uchat-users .message{
    display:flex;
    flex-direction:column;
    margin-bottom:20px;
}

.uchat-users .message.received{
    align-items:flex-end;
}

.uchat-users .message.sent{
    align-items:flex-start;
}

.uchat-users .bubble{
    max-width:75%;
    padding:15px 18px;
    line-height:1.9;
    font-size:14px;
    border-radius:18px;
    word-break:break-word;
}

/* Received */

.uchat-users .message.received .bubble{
    background:#fff;
    border:1px solid #e5e7eb;
    color:#334155;
    border-bottom-right-radius:5px;
}

/* Sent */

.uchat-users .message.sent .bubble{
    background:linear-gradient(135deg,#3d3d3d,#111);
    color:#fff;
    border-bottom-left-radius:5px;
}

.uchat-users .message-time{
    margin-top:6px;
    font-size:11px;
    color:#94a3b8;
    display:flex;
    align-items:center;
    gap:5px;
}

/* Typing */

.uchat-users .typing-indicator{
    width:75px;
    height:40px;
    background:#fff;
    border-radius:50px;
    display:flex;
    justify-content:center;
    align-items:center;
    gap:5px;
    box-shadow:0 5px 15px rgba(0,0,0,.05);
}

.uchat-users .typing-indicator span{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#94a3b8;
    animation:uchatTyping 1.2s infinite;
}

.uchat-users .typing-indicator span:nth-child(2){
    animation-delay:.2s;
}

.uchat-users .typing-indicator span:nth-child(3){
    animation-delay:.4s;
}

@keyframes uchatTyping{
    0%,100%{ transform:translateY(0); opacity:.4; }
    50%{ transform:translateY(-4px); opacity:1; }
}

/* Footer */

.uchat-users .chat-footer{
    padding:20px;
    background:#fff;
    border-top:1px solid #eef2f7;
}

.uchat-users .chat-form{
    display:flex;
    gap:12px;
    align-items:center;
}

.uchat-users .chat-form textarea{
    flex:1;
    resize:none;
    border:none;
    background:#f8fafc;
    border-radius:18px;
    padding:16px;
    min-height:60px;
    outline:none;
    font-size:14px;
}

.uchat-users .chat-form textarea:focus{
    box-shadow:0 0 0 2px #0dae7a;
}

/* Button */

.uchat-users .send-btn{
    width:60px;
    height:60px;
    border:none;
    border-radius:18px;
    background:linear-gradient(135deg,#0dae7a,#5cf6a7);
  transform: rotate(180deg);
    color:#fff;
    font-size:20px;
    cursor:pointer;
    transition:.3s;
}

.uchat-users .send-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 25px rgba(99,102,241,.25);
}

/* Mobile */

@media(max-width:768px){
    .uchat-users{
        padding:0;
    }

    .uchat-users .chat-container{
        height:100vh;
        border-radius:0;
    }

    .uchat-users .bubble{
        max-width:90%;
    }
}






.act-btn .fa-eye{
    color:#2563eb;
    background:#eff6ff;
    border-color:#bfdbfe;
  border-radius: 6px;

width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;


}


.act-btn .fa-trash{
    color:#dc2626;
    background:#fef2f2;
padding: 4px 6px;
  border-radius: 6px;
    border-color:#fecaca;

width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
}

















/* ===========================
   UPLOAD IMAGE AREA
   NO HTML CHANGES
=========================== */

.upload-img{
    display:flex;
    align-items:center;
    gap:20px;
    padding:20px;
}

/* Image Container */

.upload-img .img{
    width:90px;
    height:90px;
    border-radius:50%;
    overflow:hidden;
    flex-shrink:0;
    border:4px solid #fff;
    box-shadow:0 10px 25px rgba(0,0,0,.12);
    background:#e2e8f0;
}

.upload-img .img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Upload Button Wrapper */

.upload-img .file-upload-area{
  
}

/* Label Button */

.upload-img .upload-file label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:10px 50px;
    border-radius:1px;
    cursor:pointer;
    font-size:14px;
    font-weight:600;
    color:#000;
    background: #fff;
    transition:.3s;
border: 1px solid #111;
}



/* Hide default file input */

.upload-img input[type="file"]{
    display:none;
}

/* Responsive */

@media(max-width:768px){

    .upload-img{
        flex-direction:column;
        text-align:center;
    }

    .upload-img .file-upload-area{
        justify-content:center;
    }
}








/* ===========================
   UCHAT USERS - NEW CARD SPLIT LAYOUT
=========================== */

.elegant-pricing-tables.style-2{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 18px 50px rgba(0,0,0,.06);
    border:1px solid #eef2f7;
    transition:.3s;
    position:relative;
height: 100%;
}


/* Decorative glow */

.elegant-pricing-tables.style-2::before{
    content:"";
    position:absolute;
    top:-50px;
    right:-50px;
    width:120px;
    height:120px;
    background:radial-gradient(circle,#0dae7a,transparent 70%);
    opacity:.15;
}


/* ===========================
   TOP SECTION (TITLE + PRICE)
=========================== */

.elegant-pricing-tables .pricing-head{
    padding:22px 20px;
 
}

.pricing-head h3{
    font-size:18px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:10px;
}

/* Price Block redesigned */

.elegant-pricing-tables .price{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
}

.elegant-pricing-tables .price sup{
    font-size:14px;
    color:#64748b;
}

.price-digit{
    font-size:38px;
    font-weight:900;
    color:#000;
    line-height:1;
}

.price-month{
color: #64748b;
  background: #fafafa;
  padding: 10px 30px;
  border-radius: 50px;
  font-size: 17px;
  font-weight: 600;
}

/* ===========================
   MIDDLE SECTION (DETAILS)
=========================== */

.elegant-pricing-tables .pricing-detail{
    padding:20px;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.pricing-detail div{
    color:#475569;
    padding:10px 12px;
    background:#f8fafc;
    border-radius:12px;
    border:1px solid #eef2f7;
    position:relative;
}

/* Icon-like bullet effect */
.pricing-detail div::before{
  content: "\2713";
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
    position:absolute;
    left:10px;
    color:#22c55e;
    font-size:12px;
}

/* ===========================
   BOTTOM SECTION (ACTION)
=========================== */

.elegant-pricing-tables .btn{
    margin:15px auto 30px;
    display:block;
    width:85%;
    text-align:center;
    padding:12px;
    border-radius:14px;
    font-weight:700;
    transition:.3s;
}

/* Current plan button */
.elegant-pricing-tables .btn-default{
    background:#f1f5f9;
    color:#334155;
    border:1px solid #e2e8f0;
}

/* Hover button */
.elegant-pricing-tables .btn-default:hover{
    background:#e2e8f0;
}

/* Extra info */
.elegant-pricing-tables small,
.elegant-pricing-tables a u{
    display:block;
    text-align:center;
    margin-top:8px;
    font-size:12px;
    color:#64748b;
}

/* ===========================
   RESPONSIVE
=========================== */

@media(max-width:768px){
    .price-digit{
        font-size:30px;
    }

    .pricing-detail div{
        font-size:13px;
    }
}



.dashbaord-sidebar-close {
position: absolute;
  top: 17px;
  right: 15px;
  color: #14155d;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #f4f7fc;    cursor: pointer;z-index: 9;
  border-radius: 50%;}










/* ===========================
   DASHBOARD SIDEBAR - MOBILE OFFCANVAS
=========================== */

/* Overlay */
.dashboard-overlay{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:998;
}

/* Sidebar base */
#sidebar{
    transition:.4s ease;
}

/* ===========================
   MOBILE ONLY OFFCANVAS
=========================== */

.for_blog .details .tc_content .title {
line-height: 25px;
overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  height: 25px;
  align-content: end;
  -webkit-box-orient: vertical;

}


.for_blog .details .tc_content .title a {
font-size: 18px;
}


.small-description p,
.small-description {
line-height: 22px;
overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  height: 44px;
  align-content: end;
  -webkit-box-orient: vertical;
}















.quickview-popup{max-width:900px;}
.quickview-popup .modal-header{-webkit-box-shadow:0px 3px 50px 0px rgba(0, 0, 0, 0.07); -moz-box-shadow:0px 3px 50px 0px rgba(0, 0, 0, 0.07); box-shadow:0px 3px 50px 0px rgba(0, 0, 0, 0.07); padding:15px 18px;}
.quickview-popup .modal-header h5{color:#231f20; font-size:18px; line-height:22px; font-weight:700; text-transform:uppercase;}
.quickview-popup .modal-header .shopping{color:#716a6c; font-size:14px; font-weight:700; line-height:18px; text-transform:uppercase;}
.quickview-popup .modal-header .shopping:hover{color:#eb2245;}
.modal-header .close{padding:0; margin:0 0 0 12px; opacity:1;}
.quickview-popup .modal-header .icon-error{color:#cccccc; font-size:20px;}
.quickview-popup .modal-header .icon-error:hover{color:#eb2245;}
.quickview-popup .modal-body{padding:25px 20px;}
.quickview-popup .modal-body .social-share{padding-top:15px;}
.quickview-popup .modal-body .social-share label{display:block; color:#231f20;  font-size:16px; margin-bottom:0;}
.quickview-popup .modal-body .social-share ul{display:flex; margin:0; padding: 0; justify-content:center;}
.quickview-popup .modal-body .social-share ul li{margin:0 8px;}
.quickview-popup .modal-body .social-share ul li a{color:#969696;   font-size: 14px;}
.quickview-popup .modal-body .social-share ul li a:hover{color:#000;}
.quickview-popup .modal-body .product-details-content{text-align:left;}
.quickview-popup .modal-body .product-details-content .product-details-content .product-tit{margin-bottom:10px; font-size:30px; line-height:38px; font-weight:700;}
.quickview-popup .modal-body .product-details-content .single-product-reviews{margin-bottom:24px;}
.quickview-popup .modal-body .product-details-content .price{font-size:18px; margin-bottom:20px; color:#000;}
.quickview-popup .modal-body .product-details-content .short-discription p{color:#545051; font-size:14px; line-height:20px;}
.quickview-popup .modal-body .product-details-content .two-part{}
.quickview-popup .modal-body .product-details-content .two-part .lpart{padding-right:10px;}
.quickview-popup .modal-body .product-details-content .two-part .lpart,.quickview-popup .modal-body .product-details-content .two-part .rpart{}
.product-details-content .description-list{margin:0; padding: 0;}

.product-details-content .description-list li{margin-bottom:4px;   color: #737373;}
.product-details-content .description-list li span{  color: #313131;}

.quickview-popup .modal-body .product-details-content .color-and-size{flex-flow:column;}
.quickview-popup .modal-body .product-details-content .color-and-size .size{width:100%; padding-left:0; display:flex;}
.quickview-popup .modal-body .product-details-content .color-and-size .color{padding:0; width:100%; display: flex; margin-bottom:10px;}
.quickview-popup .modal-body .product-details-content .color-and-size .color label{margin-bottom:0;}
.quickview-popup .modal-body .product-details-content .color-and-size .size{color:#231f20; font-weight:700; margin-bottom:10px;}
.quickview-popup .modal-body .product-details-content .color-and-size .size label{margin-bottom:0;}
.quickview-popup .modal-body .product-details-content .color-and-size .size ul.size-list{display:flex; margin:0 0 0 40px;}
.product-details-content .cart-btn-div{margin-bottom:0; margin-top:15px;}
body.modal-open{padding-right:0 !important;}



.pro-img.part {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-img.part img {
  max-height: 290px;
  width: auto;
  display: block;
}

.oro-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  background: #231f20;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.modal .oro-top {
  position: initial;
}

.modal .pq-sitle, .size-box-holder .pq-sitle {
  font-size: 18px;
  margin: 0;
  color: #fff;
}


@media(max-width:991px){

    /* Sidebar becomes offcanvas */
    #sidebar{
        position:fixed;
        top:0;
        left:-110%;
        width:400px;
        height:100vh;
        background:#fff;
        z-index:999;
        overflow-y:auto;transition: all 0.4s ease;
        box-shadow:-10px 0 30px rgba(0,0,0,.1);    max-width: 100%;    border-radius: 0 25px 25px 0;
    }

    /* When active (JS adds class like .active) */
    #sidebar.active{
        left:0;
    }

    /* Overlay active */
    .dashboard-overlay.active{
        opacity:1;
        visibility:visible;
    }


    .dashbaord-sidebar-close:hover{
        color:#ef4444;
    }


.full-row {
  padding: 20px 0;
}


.widget.account-info {
  padding: 20px;
  height: auto;
  margin-bottom: 20px;
}

body,p,.text {
  font-size: 14px;
}


tbody, td, tfoot, th, thead, tr {
  white-space: nowrap;
}

.modal .modal-dialog {
  max-width: 96%;}


.header-card {
  gap: 8px;
}





}

/* ===========================
   DESKTOP KEEP NORMAL
=========================== */

@media(min-width:992px){
    .dashboard-overlay{
        display:none;
    }
}



/*
.text-end {
  text-align: left !important;
}

.text-start {
  text-align: right !important;
}


.ms-2 {
  margin-left: 0 !important;
  margin-right: .5rem !important;
}

.ms-3 {
  margin-left: 0 !important;
  margin-right: .5rem !important;
}

.ps-2 {
  margin-left: 0 !important;
  padding-right: .5rem !important;
}


@media (min-width: 576px) {
  .text-sm-start {
    text-align: right !important;
  }
}
*/






.checkout {
	padding: 70px 0px 70px;
}
.checkout {
	overflow: hidden;
}
a.btn.btn-secondary.rounded-0.checkout {
	padding: 0 25px !important;
}
.checkout-area .checkout-process {
	display: block;
	margin-bottom: 40px;
	text-align: center;
}
.checkout-area .checkout-process ul {
	display: inline-block;
}
.checkout-area .checkout-process li {
	display: inline-block;
	margin-right: 20px;
	text-align: left;
	margin-bottom: 10px;
}
ul li {
	list-style: none;
}
.checkout-area .checkout-process li a.active {
	background: #18b146;
	color: #fff !important;
}
.checkout-area .checkout-process li a {
	background: #e9ecef;
	padding: 0px;
	margin: 0px;
	line-height: 70px;
	padding-left: 35px;
	font-weight: 600;
	width: 200px;
	height: 70px;
	position: relative;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}
.checkout-area .checkout-process li a.active::before {
	border-left: 20px solid #18b146;
}
.checkout-area .checkout-process li a::before {
	position: absolute;
	content: "";
	left: 100%;
	top: 0px;
	border-top: 35px solid transparent;
	border-left: 20px solid #e9ecef;
	border-bottom: 35px solid transparent;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.checkout-area .checkout-process li a.active span,
.checkout-area .checkout-process li a:hover span {
	background: #333;
}
.checkout-area .checkout-process li a span {
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #666;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
	margin-right: 7px;
	-webkit-box-shadow: 3px 3px 7px 1px rgb(0 0 0 / 25%);
	box-shadow: 3px 3px 7px 1px rgb(0 0 0 / 25%);
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.checkout-area .checkout-process li a.active i,
.checkout-area .checkout-process li a:hover i {
	opacity: 0.7;
	right: 0px;
	font-size: 34px;
}
.checkout-area .checkout-process li a i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 45px;
	opacity: 0.1;
	right: 30px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.checkout-area .checkout-process li a::after {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	border-top: 35px solid transparent;
	border-left: 20px solid #ffffff;
	border-bottom: 35px solid transparent;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.checkout-area .tab-content {
	-webkit-box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 5%);
	box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 5%);
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.checkout-area .content-box .content {
	padding: 20px 20px 20px;
}
.closed a {
	width: 30px;
	height: 30px;
	background-color: var(--theme-white-color);
	border: 1px solid var(--theme-gray-color);
	color: var(--theme-dark-color);
	margin-top: 4px;
	margin-bottom: 4px;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 30px;
	padding-left: 0px;
}
.autocomplete {
	display: block;
}
.autocomplete-items {
	-webkit-box-shadow: 0px 2px 7px rgb(0 0 0 / 11%);
	box-shadow: 0px 2px 7px rgb(0 0 0 / 11%);
}
.autocomplete-items {
	position: absolute;
	border-top: none;
	z-index: 99;
	top: 100%;
	background: #fff;
	right: 22%;
	-webkit-box-shadow: 0px 2px 7px rgb(0 0 0 / 11%);
	box-shadow: 0px 2px 7px rgb(0 0 0 / 11%);
	width: 27%;
	margin-top: 2px;
}
@media screen and (max-width: 991px) {
	.autocomplete-items {
		width: 100%;
		max-width: 320px;
	}
}
@media screen and (max-width: 450px) {
	.autocomplete-items {
		max-width: 100%;
		right: 0;
	}
}
.border-dash {
	border-bottom: 1px dotted grey;
}
a.active {
	color: var(--theme-primary-color);
}
.docname {
	width: 100% !important;
	border-bottom: 1px solid rgba(84, 82, 82, 0.09) !important;
	padding: 13px 8px;
}
.user-info p {
	line-height: 15px;
}
.post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.post .post-img {
	margin-right: 15px;
}
.post .post-img img {
	width: 50px;
	height: 50px;
}
.post .post-details {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.post .post-details .date {
	font-size: 12px;
	line-height: 20px;
	color: #8798b8;
	font-weight: 400;
	margin-bottom: 0px;
}
.docname a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.docname a img {
	width: 50px;
	height: 50px;
}
.search-content p {
	margin-top: 0;
	margin-bottom: 0rem;
}
.search-content {
	padding-left: 10px;
}
.closed a:hover {
	background-color: var(--theme-primary-color);
	border: 1px solid var(--theme-primary-color);
	color: var(--theme-white-color);
}
.submit-loader {
	background: rgba(251, 251, 251, 0.52);
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	position: absolute;
}
.submit-loader img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
img {
	max-width: 100%;
}
.checkout-area .content-box .content .title {
	display: block;
	padding-bottom: 5px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	text-align: left;
}
.checkout-area .content-box .content .form-control {
	height: 45px;
	width: 100%;
	font-size: 14px;
	line-height: 30px;

	border-radius: 0.25rem;
}
input[type="checkbox"] {
	content: "\2714";
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.2em;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
	color: transparent;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	margin-right: 5px;
	margin-top: 3px;
}
input[type="checkbox"] + label {
	display: block;
	cursor: pointer;
	font-size: 14px !important;
	margin-top: 2px;
}
.checkout-area .content-box .content label {
	font-size: 16px;
	font-weight: 600;
}

.form-check {
	display: flex;
	padding-left: 5px;
}
.form-check-input:checked {
	background-color: #a439ee;
	border: none !important;
}
.form-check .form-check-input {
	float: left;
	width: 14px;
	height: 14px;
	margin: 0;
	margin-top: -2px;
}
.form-check .form-check-label {
	width: calc(100% - 20px);
	margin-left: 0;
	padding-left: 15px;
}
.checkout-area .content-box .content .set-account-pass {
	margin-top: 10px;
}
.checkout-area .content-box .content .billing-address {
	margin-top: 25px;
}
.checkout-area .content-box .content .billing-address input,
.checkout-area .content-box .content .ship-diff-addres-area input {
	margin-bottom: 10px;
}
.checkout-area .content-box .content .ship-diff-addres-area {
	margin-top: 20px;
}
.mybtn1 {
	font-size: 16px;
	font-weight: 400;
	padding: 8px 18px;
	display: inline-block;
	color: #fff;

	border: 0px;
	cursor: pointer;
	border-radius: 3px;

	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.order-table {
	color: #767c89;
}
.c-info-box-area {
	padding: 40px 30px 38px;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}










/*
.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}
*/

.c-info-box-area .c-info-box.box2 {
	border-color: #90ebf5;
}
.c-info-box-content {
	text-align: center;
	margin-top: 20px;
}
.c-info-box-area .c-info-box.box1 {
	border-color: #f5c765;
}
.c-info-box-area .c-info-box p {
	font-size: 30px;
	font-weight: 600;
	line-height: 160px;
}
.c-info-box-area .c-info-box {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	border-width: 20px;
	border-style: solid;
	text-align: center;
	border-radius: 50%;
}
.order-status {
	color: #fff;
	border-radius: 50px;
	text-align: center;
	display: inline-block;
	padding: 1px 15px;
}
.process-steps-area {
	margin-bottom: 100px;
	display: block;
}
.process-steps {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.user-dashbord .user-profile-details .order-details .header-area {
	display: block;
	margin-top: 80px;
}
a.back-btn.theme-bg {
	background: #a439ee;
	padding: 5px 20px;
	color: white;
}
table.dataTable tbody tr {
	background-color: #f8f8f8;
}
input#code {
	margin-right: 3%;
}
.upload-img {
	padding: 18px 0px 20px;
	display: flex;
	align-items: center;
}
.upload-img .img {
	width: 100px;
	height: 100px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	margin-right: 30px;
	overflow: hidden;
}
.upload-img .file-upload-area {
	flex: 1;
}
.upload-img .file-upload-area .upload-file {
	width: 150px !important;
	height: 40px;
	cursor: pointer;
	position: relative;
}
.edit-info-area .upload-img .img img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
}
.upload-file label {
	padding: 10px;
	background: red;
	display: table;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.upload-file input[type="file"] {
	display: none;
}
.message-modal .modal-dialog {
	position: absolute;
	right: 0;
	width: 100%;
	bottom: 0;
}
.message-modal .modal .modal-dialog .modal-header {
	padding: 12px 30px !important;
	text-align: right;
}
.message-modal .modal .modal-dialog .modal-header .modal-title {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
}
.message-modal .modal .contact-form .submit-btn {
	width: 100%;
	height: 50px;
	background: #03c95a;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	font-weight: 600;
	text-align: center;
	border: 0px;
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.process-steps li {
	width: 25%;
	float: left;
	text-align: center;
	position: relative;
}
.print-order.text-right {
	text-align: right;
}
.process-steps li .title {
	font-weight: 600;
	font-size: 13px;
	color: #777;
	margin-top: 8px;
}
a.print-order-btn {
	background: #a439ee;
	padding: 10px 20px;
	color: white;
}
.process-steps li .icon {
	height: 30px;
	width: 30px;
	margin: auto;
	background: #efefef;
	border-radius: 50%;
	line-height: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	position: relative;
}
.process-steps li:after {
	position: absolute;
	content: "";
	height: 3px;
	width: calc(100% - 30px);
	background: #efefef;
	top: 21px;
	z-index: 0;
	right: calc(50% + 15px);
}
.process-steps li:first-child::after {
	display: none;
}
.process-steps li.done .icon {
	color: transparent;
}
.process-steps li.done:after,
.process-steps li.active:after,
.process-steps li.active .icon {
	color: #fff;
	background: #a439ee;
}
.process-steps li.done .icon:before {
	position: absolute;
	content: "";
	left: 11px;
	top: 7px;
	width: 8px;
	height: 14px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.order-status.pending {
	background: rgb(243, 188, 85);
}
.order-status.decline {
	background: rgb(248, 107, 107);
}
.order-status.completed {
	background: rgb(74, 163, 74);
}
.order-status.processing {
	background: #73cbf6;
}
div#example_length {
	margin-bottom: 20px;
}
.order-status.on.delivery {
	background: #ce8bee;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}
@media (max-width: 1649px) {
	.mybtn1 {
		padding: 8px 12px;
		margin-bottom: 10px;
	}
}
.checkout-area .content-box .content .order-area .order-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.checkout-area .content-box .content .order-area .order-item .product-img img {
	width: 135px;
	height: auto;
	margin-right: 20px;
}
.checkout-area .content-box .content .order-area .order-item .product-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.checkout-area
	.content-box
	.content
	.order-area
	.order-item
	.product-content
	.name {
	margin-bottom: 5px;
}
.right-area .order-box {
	-webkit-box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 5%);
	box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 5%);
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 21px 25px;
}
.right-area .order-box .title {
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 15px;
}
.right-area .order-box .order-list {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.right-area .order-box .order-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.right-area .order-box .order-list li p {
	font-size: 14px;
	font-weight: 600;
}
.right-area .order-box .order-list li p b {
	font-weight: 700;
}
.right-area .order-box .order-list {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.right-area .order-box .total-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-weight: 600;
	padding-top: 5px;
}
.right-area .order-box .cupon-box {
	text-align: center;
	margin-bottom: 30px;
}
.cupon-box #coupon-link img {
	width: 25px;
	margin-right: 5px;
}
.right-area .order-box .cupon-box #coupon-link {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 25px;
	text-decoration: underline;
	cursor: pointer;
}
.cupon-box #check-coupon-form {
	display: none;
}
.cupon-box #check-coupon-form input {
	width: 190px;
	height: 35px;
	background: #f3f8fc;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0px 10px;
	font-size: 14px;
}
.cupon-box #check-coupon-form button {
	width: 80px;
	height: 35px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.right-area .order-box .title {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 15px;
}
.radio-design {
	display: block;
	position: relative;
	padding-left: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 7px;
}
.radio-design input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 9;
	width: 100%;
	height: 100%;
}
.sub-categori .left-area .filter-result-area .body-area .price-range-block {
	text-align: center;
	margin-top: 34px;
}
.price-range-block #slider-range {
	margin-bottom: 21px;
}
.ui-widget.ui-widget-content {
	border: none;
	border-radius: 0px;
	background: #d2d2d2;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: 0.7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.radio-design .checkmark {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	border: 1px solid rgba(0, 0, 0, 0.2);
	top: -2px;
}
.radio-design input:checked ~ .checkmark::after {
	width: 80%;
	height: 80%;
}
.sliderText {
	margin-bottom: 30px;
	border-bottom: 2px solid #c48272;
	padding: 10px 0 10px 0px;
	font-weight: bold;
}
.ui-slider-horizontal {
	height: 5px;
}
.ui-slider-horizontal {
	margin-bottom: 15px;
}
.ui-widget-header {
	background: #c48272;
}
.price-range-search {
	width: 70px;
	background-color: #f9f9f9;
	border: 1px solid #6e6666;
	display: inline-block;
	height: 30px;
	margin-bottom: 20px;
	font-size: 16px;
}
.price-range-field {
	width: 100px;
	background-color: none;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: black;
	height: 30px;
	text-align: center;
}
.search-results-block {
	position: relative;
	display: block;
	clear: both;
}
.price-range-block #slider-range {
	margin-bottom: 21px;
}
button.filter-btn.btn.btn-primary {
	margin-left: 24%;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -7px;
	margin-left: -0.6em;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: #c48272;
	border-radius: 50%;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
	border: 3px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.25);
}
.ui-slider .ui-slider-handle:focus {
	outline: 0px;
}
.ui-widget.ui-widget-content {
	border: none;
	border-radius: 0px;
	background: #d2d2d2;
}
.radio-design label {
	font-size: 16px;
	
	margin-bottom: 0px;
	position: relative;
	top: -4px;
	left: 35px;
}
.radio-design label small {
	display: block;
}
.order-box .final-price {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	margin-top: 15px;
	padding-top: 15px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wallet-price {
	margin-top: 10px;
	padding-top: 5px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.radio-design .checkmark::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 0%;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	z-index: 99;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #03c95a;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
select.form-control,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: calc(100% - 15px) 52%/8px no-repeat;
	padding: 5px 30px 5px 10px;
	cursor: pointer;
}
.form-boder .form-control {
	padding: 10px 15px;
}
textarea.form-control {
	height: auto;
}
select:focus {
	outline: none;
}
.product-slide-thumb .active img {
	background-color: var(--theme-light-color);
}



.overlay-dark {
position: relative;
  z-index: 1;}

.overlay-dark:after {
    
    background-color: transparent;
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
background: #000c;
background: linear-gradient(to right , #000 , #000, #000c, #0009 ,#0003);
background: linear-gradient(to right , #00743d , #00743d, #0009, #0003 ,#0000);
background: linear-gradient(to right , #000c, #0003 ,#0000);

background: linear-gradient(to right , #00743d, #00743dcf , #00743d7a,#0000);
   z-index: -1; 
}








/*----------------------------------------- SUPPORT AREA DESIGN STARTS -------------------------------------------- */
.support-ticket-wrapper .panel-body img {
	height: 60px;
	width: 60px;
	border-radius: 100%;
}
.support-ticket-wrapper .panel-heading {
	font-size: 16px;
}
.support-ticket-wrapper button {
	border: 0px;
}
.support-ticket-wrapper .panel-footer {
	background-color: #ffffff;
	padding: 20px 0px 0px;
}
.support-ticket-wrapper table tr > td {
	width: 100%;
	border-top: none;
}
.support-ticket-wrapper .panel {
	border-color: #dddddd;
}
.support-ticket-wrapper .panel,
.support-ticket-wrapper .panel-heading,
.support-ticket-wrapper textarea,
.support-ticket-wrapper button {
	border-radius: 0;
}
.support-ticket-wrapper .ticket-date {
	font-size: 14px;
	color: #737373;
	margin-bottom: 0px;
}
.single-reply-area.user {
	background-color: #ddd;
	padding: 10px;
}
.support-ticket-wrapper .panel-body img {
	height: 60px;
	width: 60px;
	border-radius: 100%;
}
.support-ticket-wrapper .single-reply-area.user {
	padding: 20px 30px;
}
.support-ticket-wrapper .single-reply-area.user .reply-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.support-ticket-wrapper .single-reply-area.user .reply-area .left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.support-ticket-wrapper .single-reply-area.user .reply-area .right {
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 30px;
}
.support-ticket-wrapper .single-reply-area.admin {
	padding: 20px 30px;
	background: #f1f1f1;
}
.support-ticket-wrapper .single-reply-area.admin .reply-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.support-ticket-wrapper .single-reply-area.admin .reply-area .left {
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 30px;
}
.support-ticket-wrapper .single-reply-area.admin .reply-area .right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}
/*----------------------------------------- SUPPORT AREA DESIGN ENDS -------------------------------------------- */
.checkout-area .content-box .content .payment-information {
	margin-top: 15px;
}
.checkout-area .content-box .content .payment-information .nav a img {
	width: 80px;
	height: 40px;
}
.checkout-area .content-box .content .payment-information .nav a {
	padding: 6px 0px 0px 30px;
	position: relative;
}
.checkout-area .content-box .content .payment-information .nav a .icon {
	position: absolute;
	left: 0px;
	margin-top: 1px;
}
.checkout-area .content-box .content .payment-information .nav a span {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.2);
}
.checkout-area .content-box .content .payment-information .nav a p small {
	display: block;
}
.checkout-area .content-box .content .payment-information .nav a span::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 0%;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #c9030f;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.checkout-area
	.content-box
	.content
	.payment-information
	.nav
	a.active
	span:after {
	width: 80%;
	height: 80%;
}
.checkout-area .content-box .content .payment-information .nav a p {
	display: inline-block;
	margin-bottom: 0px;
	position: relative;
	top: -5px;
	left: 5px;
	font-weight: 600;
	color: #767678;
}
.checkout-area .content-box .content .payment-information .tab-content {
	margin-top: 20px;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	padding: 20px 20px 20px 20px;
}
.checkout-area .content-box .content .payment-information .tab-content input {
	margin-bottom: 15px;
}
.order-box .final-price {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	margin-top: 10px;
	padding-top: 5px;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
span#color-bar {
	border-radius: 50% !important;
}
input[type="checkbox"] + label {
	display: block;
	cursor: pointer;
	font-size: 14px !important;
	margin-top: 4px;
}
input[type="checkbox"] {
	display: none;
}
input[type="checkbox"] + label:before {
	content: "\2714";
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.2em;
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: bottom;
	color: transparent;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	margin-right: 10px;
}
input[type="checkbox"] + label:active:before {
	-webkit-transform: scale(0);
	transform: scale(0);
}
input[type="checkbox"]:checked + label:before {
	background-color: #c9030f;
	border-color: #c9030f;
	color: #fff;
}
input[type="checkbox"]:disabled + label:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}
input[type="checkbox"]:checked:disabled + label:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: #9e9e9e;
	border-color: #9e9e9e;
}
.checkout {
	padding: 70px 0px 70px;
}
.radio-design {
	display: block;
	position: relative;
	padding-left: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom: 7px;
}
.radio-design label {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px;
	position: relative;
	top: -4px;
	left: 35px;
}
.radio-design label small {
	display: block;
}
/* Hide the browser's default radio button */
.radio-design input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 9;
	width: 100%;
	height: 100%;
}
.cupon-box #coupon-link img {
	width: 25px;
	margin-right: 5px;
}
/* Create a custom radio button */
.radio-design .checkmark {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	border: 1px solid rgba(0, 0, 0, 0.2);
	top: -2px;
}
.radio-design .checkmark::after {
	position: absolute;
	content: "";
	width: 0%;
	height: 0%;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	z-index: 99;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #c9030f;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}



.home-content h5 {
font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 1;
  background: #ffffff24;
  display: inline-block;
  padding: 6px 20px;
  backdrop-filter: blur(7px);}