
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/*

html, body {
  overflow-x: hidden;
}*/

.flow-hidden{ overflow:hidden; }


body {
margin:0;
font-family: "Montserrat", sans-serif;
font-size:13px;
line-height:1.4;
background:#fff;
/*background-color:#e5e5e5;*/
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
margin: 0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
.bg-white{ background:#fff !important;}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
aside{ position:relative;}
/* pageskin */

/*== HTML5 Elements
*=================================*/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block
}
/*== Typography Elements
*=================================*/

.color-red
{
    color:red;
}

.color-green
{
    color:green;
}

iframe {
display:block
}

a img {
border:0
}
:focus {
outline:0
}
time{ font-family:inherit; font-size:11px; color:#aaa; font-weight: 400;} time a{ color:#aaa;}
a {
color:#6c66e7;
text-decoration:none;
outline:0;
-webkit-transition:background-color .15s linear,color .15s linear;
-moz-transition:background-color .15s linear,color .15s linear;
-o-transition:background-color .15s linear,color .15s linear;
-ms-transition:background-color .15s linear,color .15s linear;
transition:background-color .15s linear,color .15s linear;
}

ul,ol {
list-style:none;
margin:0;
padding:0;
}
ul,ol,p,table,form,pre {
margin:0 0 0px
}
h1,h2,h3,h4,h5,h6 {
color:#263238;
margin:0 0 5px;
}
h1,h2,h3 {
line-height:1.25;
}
h1 {
font-size:24px
}
h2 {
font-size:20px
}
h3 {
font-size:16px
}
h4 {
font-size:14px
}
h4,h5,h6 {
font-size:13px
}
blockquote {
margin-left:10px;
padding-left:40px;
color:#777;

}
abbr[title],acronym[title] {
border-bottom:1px dotted #666;
cursor: help;
}
/*== Code Elements
*=================================*/
pre,code,kbd,samp,var {
font-size: 12px;
}
pre {
padding:20px 20px;
nowhitespace:afterproperty;
line-height:20px;
white-space:pre-wrap;
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
border:1px solid #DDD;
/* CSS-3 */
white-space:-o-pre-wrap;
/* Mozilla,since 1808080 */
word-wrap:break-word;
/* Opera 4-6 */;
/* IE 5.5+*/
}
/*== Table Elements
*=================================*/
table {
width:100%;
nowhitespace:afterproperty;
border-collapse:collapse;
border-spacing:0;
/* tables still need 'cellspacing="0"' in the markup */
}
th,td,caption {
padding:5px 10px
}
caption {
font-weight:bold
}
/*th,td {
border: 2px solid #282828;
} */
th{background:#36304a; color: #fff}
td{background:#f5f5f5;}
tr:nth-of-type(odd) td, tr.odd td { background: #FBFBFB }
img, video {
    height: auto;
    max-width: 100%;
}
img { vertical-align: top }
/*== Form Elements
*=================================*/
input {
    /* -webkit-appearance: none; */
    border-radius: 0;
}
label,input,textarea,select,button,.btn {
font-size:17px; font-family: inherit;
line-height:19px;
}

.page-overflow-auto{ max-height: calc(100vh - 75px);
    overflow-y: auto; }

input,textarea,select,button {
display:inline-block;
padding:4px;
margin:0;

background-color:#FFF;
border:1px solid #191919;
-webkit-border-radius:2px;
border-radius:0px;

}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #000 !important; /* Keep text visible */
    background-color: transparent !important;
}

input[type="text"],input[type="password"],textarea {
-webkit-box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
-webkit-transition:background .15s;
-moz-transition:background .15s;
-ms-transition:background .15s;
-o-transition:background .15s;
transition:background .15s;
}



::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #351684;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #351684;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #351684;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #351684;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #351684;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #351684;
}

input[type="submit"]{
cursor:pointer;
cursor:hand;
}
textarea {
overflow:auto
}

input[type="checkbox"],input[type="radio"] {
vertical-align:text-top;
padding:0;
margin:1px 0 0;
border:0;
}
i{ vertical-align:middle; }

/* css */
.pb-3{ padding-bottom:30px !important; }
.page_bg{ background-repeat:no-repeat; background-size:cover; background-position:center; }
header{ padding:15px 0 0 0; margin:0px;  width:100%;  }
.container{ display:block; width:100%; max-width:1440px; margin:0 auto; padding:0 15px; }
.container1{ display:block; width:100%; max-width:1440px; margin:0 auto; padding:0 15px; }
.header_wrap{ display: flex; justify-content: space-between;  padding: 15px 20px;  align-items: center;}
.site-header__logo{ width: 140px; } .site-header__logo img{ width:100%; }
.nav_menu{ display: flex; align-items: center; background: #FFFFFF0D; padding: 10px 20px; border-radius: 100px;
    border: 2px solid #ffffff1a;}
.nav_menu h2{ font-family:inherit; font-size: 18px; color: #643b14; font-weight: 600; margin-bottom:5px; padding:0 10px; text-transform: uppercase;
    letter-spacing: 2px;}
.nav_menu h2 a{ padding:0px; } .nav_menu h2 a i{ font-size: 22px;  vertical-align: bottom; } 
.nav_menu ul{ padding:0px; margin:0px; }
.nav_menu ul li{ list-style:none; padding:0px 15px; margin:0px; display:inline-block; position:relative; }
.nav_menu ul li:first-child{ padding-left:0px; }
.nav_menu ul li a{  display: block; font-family: "Ubuntu", sans-serif; font-size: 19px; color: #fff; font-weight: 500; }
.nav_menu ul li a:hover, .nav_menu ul li a.active{ color:#f99d24 }
.cart img{ width:36px; cursor:pointer; }
.cart { position:relative; margin:0px 0 0 20px; display:inline-block; }
.cart span{ position:absolute; right:-5px; top: -8px; width:22px; height:22px; border-radius: 50px; background:#ff4c21; font-family:inherit; font-weight: 500; color: #fff; font-size:14px; text-align:center; line-height:20px; }
.usr_login{ display:inline-block; position:relative; background: #8326ff; cursor: pointer;  padding: 8px 10px 6px 20px; font-size: 16px;
    font-weight: 700; border-radius: 30px;} 
.usr_login:hover{ background:#fff; } .usr_login:hover a{ color:#8326ff }     
.usr_login a{ color:#fff; }
.usr_login a i{ background: #42009A; border-radius: 100%; color: #fff; width: 34px; height: 34px;
    font-size: 22px; text-align: center; line-height: 34px; margin-left: 10px; }
.e-con-inner{ padding-top:75px; width:75%; max-width:100%; margin:0 auto; padding-bottom:350px; } 
.about-con-inner{ padding-top:75px; width:75%; max-width:100%; margin:0 auto; padding-bottom:50px; }  

.text_title{ font-family:"Ubuntu", sans-serif; font-size:60px; font-weight:900; color:#fff; text-align:center; padding-bottom:20px; }
.text_title strong{ display:block; font-size:45px; font-weight:500; color: #fdc441;}
.e-con-inner p{ text-align:center; font-size:19px; }
.inner_eco{ width:100%; max-width:1140px; margin:0 auto; display:flex; flex-direction:column; }
.elementor-widget-container{ margin:-312px 0px 0px 0px; }
.elementor-widget-container img{ width:100%; border-radius: 20px 20px 20px 20px;box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.21); border:4px solid #ada1cd; }
.colum_sec{ text-align:center; margin-top:30px; padding: 0 10px;}
.colum_sec p{ font-family:inherit; font-size:16px; color:#4a4a4a; font-weight:500; }
.colum_sec h2{ font-family:"Ubuntu", sans-serif; font-size:24px; color:#2a2558; padding-bottom:10px; font-weight:600; }
.colum_sec span{ width:70px; display:inline-block; margin-bottom:15px; }

.menu_right{ display: flex; justify-content: end; align-items:center; }
.u_name{ font-family:inherit; font-size:19px; color:#351684; font-weight:500; display: inline-block; cursor: pointer;} .u_name i{ font-size:36px; margin-right:5px; }
.u_name i:last-child{ font-size:24px; } .u_name em{ font-style:normal; }
.user_menu{ max-width:100%; width:100%; }
.user_menu a{ font-family:inherit; font-size:17px; color:#351684; font-weight:500; padding:8px 5px; display:block; }
.user_menu a:hover{ background: #ffeedc; border-radius: 4px; }
.user_menu a i{ margin-right:8px; font-size: 25px;} 
.user_drop{  position:absolute; top: 35px; width:250px; background:#fff;  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.25);
    border-radius: 15px; padding: 20px; left: 0; 
    /*transform: translate(-50%, 5px); */
    z-index: 10;}
.input-error {
    font-family: inherit;
    font-size: 17px;
    color: #f53131;
    font-weight: 400;
}
.title_site{ font-family:"Ubuntu", sans-serif;  font-size:60px; color:#351684; font-weight:600; padding-bottom:15px; }
.title_site span{ color:#f99d24 }
.title_site em{ font-size: 40px;  font-style: normal; display:block; }
.title_site div{ display:block; color:#f0e34e }
.desc_txt{ font-family:inherit; font-size:20px; color:#000;  font-weight:400; }
.frgot{ background: #fff3ec; padding: 30px; border-radius: 10px; box-shadow: 0 2px 10px rgb(229 221 216); border: 2px solid #492b0e;}
.frgot p{ margin-bottom:20px; }
.shop_now{     
   background: linear-gradient(to left, #ffeedc 50%, #351684 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    padding: 15px 30px;
    display: inline-block;
    color: #351684;
    font-size: 18px;
    font-family: inherit;
    font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
    border-radius: 40px; margin-top:10px; }

.shop_now:hover{ background-position: left !important; color:#fff; }   

.pshop{  background: linear-gradient(to left, #351684 50%, #351684 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    color:#fff !important ; padding: 15px 30px;
    display: inline-block;   
    font-size: 18px;
    font-family: inherit;
    font-weight: 700; letter-spacing: 1px; text-transform: uppercase;
    border-radius: 40px; margin-top:10px; } 

.pshop:hover{ background-position: left !important; }
.pshop i, .shop_now i{ vertical-align:bottom; margin-left:4px; }

.overlay-content{ background:transparent !important; }
.overlay-content h2{ color:#351684; font-size:55px; font-family:inherit; text-align: left; line-height: 90px; font-weight: 400; letter-spacing: 2px;}
.wrapper_row{ display:flex; flex-wrap:wrap; margin:0px;  }
.column_wrap{ flex-basis:33.33%; max-width:33.33%; padding:10px; } .column_4wrap{ flex-basis:35%; max-width:35%; padding:6px; }
.column_2wrap{ flex-basis:50%; max-width:50%; padding:10px; } .column_3wrap{ flex-basis:33.33%; max-width:33.33%; padding:10px; }
.column_5wrap{ flex-basis:20%; max-width:20%; padding:10px; }
.title_page_center{ font-family: inherit; font-size: 55px; color: #351684; margin-bottom: 50px; font-weight: 600; text-align:center; }
.howit{ position:relative; height: 100%;  border-radius: 20px;  text-align: center;}
.howit span{ width:50px; height:50px; background:#ffffff; color:#351684; border-radius:50px; left:50%; top:0px; position:absolute; transform:translate(-50%, -50%);     text-align: center;
    line-height: 50px;  font-size: 20px;  font-family: inherit;  font-weight: 500;     border: 1px solid #351684;}
.howit p{ font-size: 18px;  font-family: inherit;  font-weight: 500; color: #000}   
.howit h2{ font-size: 27px;  font-family: "Ubuntu", sans-serif;  color: #351684; font-weight:600; margin-top:25px; margin-bottom:15px; } 
.h_img_div{ position:relative; padding: 30px; border-radius: 20px;} 
.h_img_div img{ border-radius:15px; }
.PRTDS p{ font-size:19px !important; }
.pb-40{ padding-bottom:40px; } .p-20{ padding:20px 0; }
.payment_secure{ display:flex; align-items:center; border-right: 2px solid #ffb19e7a;  margin-right: 10px;}
.payment_secure:last-child{ border-right:0px; }
.payment_secure span{ width:60px; padding:0px; margin:0px 15px 0 0;  display: inline-block;} .payment_secure span img{ width:100%; }
.payment_secure h3{ font-family:inherit; font-size:21px; color:#fff;font-weight:400; }
.pconet p, .pconet h2{ color:#fff !important; }

.column_4wrap{flex-basis:25%; max-width:25%; padding:10px;}
.img_thumb{ padding-top:100%; width:100%; position:relative; display:block; }
.img_thumb img{ width:100%; height:100%; position:absolute; top:0px; left:0px;  object-fit:cover; object-position:center; }
.ygddsdk{ background-color: rgb(207, 168, 202);} .nywfjs{ background-color:rgb(238, 125, 128); } .hwrwrds{ background-color:rgb(239, 160, 33); }
.thumb_info{ color:#351684; padding:10px 20px 20px 20px; position:relative; }
.curve{ position: absolute; top: -35px; width: 100%; left: 0px; right: 0px; }
.thumb_info h2{ font-size: 25px; font-family: inherit; margin: 0px 0 5px; font-weight: 400; color: #fff; letter-spacing: 1px;}
.thumb_info h3{ font-size: 32px; font-family: inherit; margin: 0px 0 5px; font-weight: 400; color: #351684;}
.thumb_info p{ font-family:inherit; font-size:21px; font-weight:500; color: #2e2e2e;}
.sec_item{ height:100%; border-radius: 15px; overflow: hidden;} .sec_item1{ height:100%; border-radius: 15px;}
.p40{ padding:50px 0; } .jhfk_pb{ padding:100px 0 250px; }
.con_word{background: #ffeedc; padding: 100px 0;}
.center_content{ text-align:center; font-family:"Ubuntu", sans-serif; font-size:65px; color:#351684; font-weight: 500; padding-bottom: 30px;}
.pbig{ padding-top:130% !important; } 
.transs_sgf{ -webkit-transform: translateY(-259px);  transform: translateY(-259px); }
.page_title{ font-family: "Ubuntu", sans-serif; font-size: 60px; color: #450954; padding:0 10px 20px 10px; font-weight: 600;}
.rptd{ padding:5px; display: block;} 
.pt_b0{ padding:60px 0 0; } .pr-40{ padding-right:60px; } .p-0{ padding:0px !important; }
.pl-40{ padding-left:60px; } .pr-15{ padding:0 15px; }
.full_txt{ padding:0 50px 0 230px; } .full_txt h3, .full_txt p{ color:#fff; }
.gradient-divider {
    background-image: linear-gradient(165deg, #f75819, #a91cf4 54%, #312782);
    width: 120px;
    height: 4px;
}

.policy_main{
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 900px;
}

.policy_main h2{ 
    font-family: "Ubuntu", sans-serif;
    color: #351684;
    font-weight: 500;
    font-size: 28px;
    padding-bottom: 15px;
    margin: 0px;
}

.policy_main p{ 
    font-family: inherit;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 15px;
    margin: 0px;
}

.policy_main ul{ padding:0px; margin: 15px 0; }
.policy_main ul li{ list-style:lower-alpha; font-family: inherit;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 15px;
    margin: 0px 0 0 35px; }

 .accordion {
      background: #eee;
      cursor: pointer;
      padding: 15px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 16px;
      transition: background 0.3s;
      font-family: "Ubuntu", sans-serif;
      color: #351684; font-weight: 500; font-size: 23px;
      margin-bottom: 4px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      transition: background 0.3s;
    }
    .accordion.active, .accordion:hover {
      background: #ccc;
    }
     .accordion .material-icons {
      font-size: 22px;
      transition: transform 0.3s;
    }
    .panel {
        max-height: 0;
         overflow: hidden;
          transition: max-height 0.4s ease;
     
     
      background: white;     
      border: 1px solid #ddd;
       

    }

    .panel p{ color:#2b0f01; font-family:inherit; font-size:17px; font-weight:500;  padding: 10px 15px; }   

.text-right{ text-align:right !important; } .text-center{ text-align:center !important; } .text-left{ text-align:left !important; }
.text-blk{ color:#000 !important }
.pconet{ padding:60px; text-align:center; }
.app_mimg{ position: relative; width: 80%}
.sec_content{ max-height:450px; overflow: hidden;} .meight{ max-height:520px !important; }
.bradius{ border-radius:20px; }
.prt-sec .img-thum {
    padding-top: 100%;
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
}
.prt-sec .img-thum img {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    height: 75%;
    object-position: center; border-radius: 10px; object-fit: contain;
    transform: translate(0px, -50%);  
}
.mlr-auto{ margin:0 auto !important; }

.purple_txt{ color:#5b455f !important }
.mb-15{ margin-bottom:15px;; }

.slide_banner .slick-track{ gap:unset }
.slick-track{ gap:20px; display:flex !important; } .slick-slide{ height:auto !important; }
.pod_div{ width:100%; max-width:1000px; margin:30px auto; }
.pod_div ul{ padding:0px; margin:0px; display:flex; flex-wrap:wrap; }
.pod_div ul li{ flex-basis:25%; max-width:25%; padding: 10px;  text-align: center;} 
.pod_div ul li h3{ font-family:inherit; font-size:21px; font-weight:500; color:#fff; text-transform:uppercase; text-align:center; padding-top:15px; }

/* Ensure inner content takes full height */

.empty_cart { padding: 20px 0; text-align: center;} .empty_cart img { height: 150px;}
.close_c{ vertical-align:middle; margin-left:10px; cursor:pointer; }
.clearall{ font-size: 16px; font-weight: 500; color: #351684;}

.copyright{ padding: 10px 0; margin-top: 10px; border-top: 1px solid rgb(255 255 255 / 13%); display: flex; justify-content: center }
.copyright p{ font-family: inherit; font-size: 16px; color: #ffffff !important; font-weight: 400; line-height: 25px;}


    .empty_cart p {
    font-size: 24px;
    color: #000;
    font-weight: 600;
   margin: 25px 0 10px;
}
.empty_cart span {
    font-size: 16px;
    color: #222;
    display: block;
    padding-bottom: 15px;
}
.paratext{
    font-size: 21px;
    font-family: inherit;
    font-weight: 500;
    color: #000; text-align: center; padding-bottom: 15px;
}
.main-gateway {
    width: 100%;
    flex: 1;
    padding: 30px 15px;
}
.gateway_wrap {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
}
.gateway_wrap .title{ margin-bottom:20px; }
.message_imp {
    font-family: inherit;
    font-size: 18px;
    color: #ff4e4e;
    padding: 20px 0;
    font-weight: 500;
    text-align: center;
}


.bg_black h2, .bg_black p{color: #fff !important;}
.bg_black{ background:#351684; }
.shadow_overlay{ position:absolute; top:0px; bottom:0px; width:100%; background:rgba(0, 0, 0, .1); }
p{ font-family:inherit; color:#fff; font-size:20px; } .align-items-center{align-items:center; }

.thumb-description .product__title{ font-family: inherit; font-size: 18px; color: #000; letter-spacing: 0.5px;  font-weight: 600; margin-bottom: 10px;}

.page-slider .slick-next { right: 0px; top: -60px;} .page-slider .slick-prev{ right: 55px; top: -60px; }
.your-slider .slick-prev { left: 15px;}
.journl_div{ border-radius:15px; border:2px solid #fff; display:flex; flex-wrap:wrap; overflow:hidden; }
.jurnl_p{ padding:30px; margin:0px; max-width:40%; flex-basis:40%; }
.jurnl_p h2{ font-family:inherit; color:#351684; font-size:35px; padding-bottom:10px; }
.jurnl_p p{ padding-bottom:15px; }
.sfjsf{max-width: 60%; flex-basis: 60%;} .sfjsf img{ height:560px; width: 100%;  object-fit: cover; object-position: center;
    border: 0px; display: inherit;}
.black_bg{ background:#351684; } .black_bg h2, .black_bg p{ color:#fff; } .black_bg .page_title{ color:#fff; font-family: inherit;  font-size: 60px; font-weight:400 }
.rmore_btn{ border: 2px solid #fff; color: #fff; font-family: inherit; padding: 15px 50px;
    border-radius: 6px; background: linear-gradient(to left, #351684 50%, #351684 50%) right;
    background-size: 200%;
    transition: .5s ease-out; font-size: 20px; margin: 15px 0 0; cursor: pointer; display: inline-block; font-weight: 500;}
.text_clr{ color:#ff4c21; font-style:normal; }    

.rmore_btn:hover{  color:#fff; background-position: left !important;  border: 2px solid #351684;}
.social_content h2{font-family:"Ubuntu", sans-serif; font-size:40px; color:#450954; margin-bottom:20px; font-weight: 600;}
.social_content p{ font-family:inherit; font-size:22px; color:#351684;  font-weight: 500; line-height: 28px; padding-bottom: 20px;}
.social_content p strong{ text-decoration:underline; } .social_content p em{ font-style:normal; color:#ff3a3a }
.app_icon{ margin:20px 0 0 0; padding:0px; } .app_icon a{ display:inline-block; margin:0 5px; } .app_icon a:first-child{ margin-left:0px; }
.app_icon a img{ height:65px; }
.enquiry_form{ width:100%; max-width:600px; padding:0px; margin:20px 0 0 }
.enquiry_form input, .enquiry_form textarea{ font-family:inherit; font-size:15px; font-weight: 500; color:#351684; border:1px solid #363636; border-radius:8px; margin-bottom:15px; width:100%;
height:auto; padding:13px 15px; }
.enquiry_form textarea{ height:auto !important; }
.btn{ display: inline-block;  padding: 15px 25px;  font-family: inherit; font-size: 22px; color: #fff; background: linear-gradient(90deg, #2a024d 25%, #450954 50%);
    background-size: 200%;
    transition: .5s ease-out;
    font-weight: 600; border-radius: 6px; cursor:pointer; border:0px; }
.btn:hover{ color:#fff; background-position: left !important;}
.empty_pages{ width:100%; max-width:1200px; display:block; margin: 30px auto;  }
.content_pages{ width:100%; max-width:1200px; display:block; margin: 30px auto;  }
.empty_pages h2{ font-family:inherit; font-size:24px; font-weight:500; margin-bottom:15px; }
.empty_pages p{  font-family:inherit; font-size:18px; font-weight:500; margin-bottom:15px; width:80%; margin:auto; color: #333;}
.empty_pages button{ font-size:17px; font-weight:500; width: 50%; border-radius: 4px; background: #34a853; }
.empty_img{ text-align:center; padding-bottom:20px; display: block; } .empty_img img{ width:350px;}
.make_address{ display: block; margin: 30px 0; text-align: left; }
.make_address ul{ padding:0px; margin:0px; }
.make_address ul li{ font-family:inherit; font-size:18px; color:#333; font-weight:500; padding:5px 0; }
.make_address ul li i{ margin-right: 10px; vertical-align: middle; font-size: 30px; color:#351684 }
.make_address p{ width:auto; padding:20px 0; color:#666 }
footer{ background: #351684; padding: 40px 0px 20px 0px; position: relative;} 
footer:after{ content:""; position:absolute; width:100%; top:0px; bottom:0px; z-index: 10; opacity: 0.94; background-image: linear-gradient(180deg, #13021fe0 0%, #13021f 100%);  }
.p-relative{ position:relative; }
.lines{ position:absolute; bottom:0px; right:0px; text-align:right; } .lines img{ width:70%; }
.flogo img{ width:160px; }
.quick_links li{ padding:0px; margin:0px; font-family:inherit; color:#fff; display:block; padding-bottom:10px; font-size:15px; font-weight:400; }   
.quick_links li a{ color:#fff; text-decoration:none; display:block; }
.quick_links li a:hover{ color:#ffffff82; text-decoration:underline; }
.quick_links li em{ font-style:normal; color: #ffffff82; padding-right: 5px;}
.quick_heading{ font-family:"Ubuntu", sans-serif; font-size:22px; color:#ff4c21; font-weight:600; padding-bottom:10px; }
.footer_bdiv h2{ font-family:inherit; font-size:25px; color:#fff; } .footer_bdiv p{ font-family:inherit; font-size:15px; padding-bottom:10px; }
.footer_bdiv{ margin:20px 0 0; } .footer_bdiv a{ color:#fff; font-size:15px; }
.social li {
    display: inline-block;
    padding: 0 12px 0 0;
}
.social li a img {
    width: 30px;
}
footer h3 {
    font-family: "Ubuntu", sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 21px;
    padding-bottom: 10px;
    margin: 0px;
}
.copy_rights {
    padding: 15px 0 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .1);
    margin-top: 10px;
}
.copy_rights p{ font-family:inherit; font-size:15px; color:#fff; display:flex; align-items:center; justify-content:center; }
.copy_rights a {
    display: inline-block;
    padding-left: 5px;
}
.copy_rights a img {
    height: 30px;
}
.img_div{ padding:40px 0; display:block; }
.btn_white{ background:#fff; color:#351684;  } .btn_white:hover{ background:transparent; border:2px solid #fff; color:#fff; }
.social_icon{ text-align:center; padding: 20px 0 0;}
.social_icon a{ display:inline-block; margin:0 20px; } 
.social_icon a img{ width:65px; }
.go-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 8px;
    display: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    background: #232323;
    border-radius: 3px;
}


.go-top i {
    color: #fff;
    font-size: 30px;
}
.enquiry_text{ font-family:inherit; font-size:60px; color:#351684; margin-bottom:30px; }
.menu_drop{  position:absolute; top: 35px; width:800px; background:#fff;  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.25);
    border-radius: 15px; padding: 24px; left: 0; 
    /*transform: translate(-50%, 5px); */
    z-index: 10;}
.menu_drop_wrap{  display: flex; flex-wrap: wrap; }    
.columb_menu{ max-width:50%; flex-basis:50%; padding:0px; }  
.columb_menu a{ display:block; font-family:inherit; font-size:18px !important; color:#000 !important; font-weight: 400 !important; padding:5px 10px; border:0px !important; }  
.columb_menu a:hover{ background:#fff; border:0px !important; color: #351684 !important;}
.toggle-arrow {
  vertical-align: middle;
  transition: transform 0.3s ease;
}
.rotate {
  transform: rotate(180deg);
}
.page_name{ background:#2b0f01; padding:70px 0 70px 0; }
.page_top{ text-align:center; padding:0px ; margin:0px; }
.page_top h2{ font-family:inherit;  font-size:60px;  color:#ff4c21; font-weight:400; margin-bottom:10px; }
.bg_white{ background:#fff }
.thumb_img{ width:100%; display:block; position:relative; padding-top:130%;  }
.thumb_img img{ position:absolute; left:0px; top:0px; width:100%; height:100%; object-fit:cover; object-position:center; border-radius:10px; }
.thumb_description{ padding:10px 0; }
.ptitle{ font-family:inherit; color:#351684; font-size:21px; padding-bottom:5px; }
.price{ font-family:inherit; color:#351684; font-size:21px; padding-bottom: 5px; display: block;     font-weight: 600;}
.desc_text{ font-family:inherit; font-size:17px !important; color:#222 !important;  overflow: hidden;  display: -webkit-box;  -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}


/* open menu */

.burger-menu{ display: flex;cursor: pointer; height: 50px; padding: 5px; margin-top:20px; } 
.burger-menu i{ color:#fff; font-size:40px; }
span img{ width:100%; }
.burger {
  z-index: 3;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 15px; padding: 0px;
  background: url("../img/density_medium_50dp_000000_FILL0_wght400_GRAD0_opsz48_w.png");
  background-size: 100%; display: none;
  
}


.side-menu {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #351684;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
  z-index: 1000;
}

.side-menu a {
  padding: 12px 20px;
  text-decoration: none;
  font-size: 21px;
  color: white;
  display: block;
  transition: 0.3s;
  font-weight: 400;
  border-bottom: 1px solid #dddddd1a;
      font-family: "Ubuntu", sans-serif;
}

.side-menu a img{ margin-right:8px; }

.side-menu a:hover {
  background-color: #ffd4ca5c;
  
}

.side-menu .close-btn {
  position: absolute;
    top: -10px;
    right: 0px;
    font-size: 45px;
    color: white;
    text-decoration: none;
    border-bottom: 0px;
}

/* Existing styles... */

.dropdown-content {
  display: none;
  flex-direction: column;
  padding-left: 20px;
}

.dropdown-content a {
  padding: 10px 0 10px 40px;
  font-size: 19px;
  color: #ffd4ca;
}

.dropdown a {
  cursor: pointer;
}

.dropdown-arrow {
  float: right;
  transition: transform 0.3s ease;
}

.dropdown-arrow.rotate {
  transform: rotate(180deg);
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  transition: 0.3s;
}
#openMenu {
  font-size: 20px;
  padding: 10px 15px;
  
  color: white;
  border: none;
  cursor: pointer;
  margin: 10px;
}


/* menu end */  

.product-info-wrap h3 {
    font-family: inherit;
    font-size: 40px;
    color: #000;
        font-weight: 500;
}
.favorite_i {
    width: 44px;
    height: 44px;
    position: absolute;
    display: flex;
    top: 0px;
    right: 5px;
    background: #fff;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ajdgskf {
    display: block;
    padding: 5px 0;
}
.stls .cllprice {
    font-size: 30px;
}

.cllprice {
    text-align: left;
    font-family: inherit;
    margin-right: 15px;
    font-size: 20px;
    color: #000;
    display: inline-block;
    font-weight: 500;
}

.stls .delprice {
    font-size: 25px;
    margin-right: 10px;
}
.delprice {
    text-align: left;
    font-family: inherit;
    font-size: 18px;
    border-radius: 4px;
    display: inline-block;
    margin: auto;
    font-weight: 400;
    color: #ee0000;
    text-decoration: line-through;
}
.rglr {
    font-family: inherit;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background: #EE0000;
    display: inline;
    text-transform: uppercase;
    height: 28px;
    line-height: 28px;
    border-radius: 2px;
    padding: 0 10px;
}
.main-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.grid-item {
    max-width: 50%;
    flex-basis: 50%;
    padding: 0px 0 30px;
}

.product-info-wrap {
    max-width: 50%;
    flex-basis: 50%;
    padding: 0px 0 0px 30px;
}
.product-info-box {
    /*border: 1px solid #35168447;*/
    border-radius: 20px;
    padding: 0 0 0 30px;
    position: relative;
}

.product-info-box .multi_price span em { width: 36px;  height: 36px; line-height: 36px; font-size:18px; }
.product-info-box .multi_price span{ font-size:21px; }
.pck {
    display: block;
    font-size: 16px;
    font-family: inherit;
    color: #000000;
    margin-bottom: 3px;
    font-weight: 500;
}
.buy-now-btn .btn{ 
    background: #351684;    
    margin-bottom: 10px;
    height: 50px;
    color: #fff;
    font-family: inherit;
    font-size: 20px;
    font-weight: 500;
 }
.buy-add-btn.w-100{ width:60%; }
 
.product-info-box .btn-control input{ width:100%; }
.brand {
    font-size: 16px;
    color: #555;
    font-family: inherit;
    padding-bottom: 15px;
    display: block;
    font-weight: 500;
}
.brand a {
    color: #351684;
}
.info-title {
    font-family: inherit;
    font-size: 28px;
    color: #351684;
    font-weight: 600;
    margin: 20px 0 10px;
    border-top: 1px dashed rgba(54, 0, 111, .3);
    padding-top: 15px;
}
.product-info-box p{ color:#000 }   
.quntity-btn{ margin:5px 0 15px; padding:0px; }
.quntity-btn span{ font-family:inherit; font-size:18px; color:#000; font-weight:500; }
.btn-control{  border: 1px solid #351684; border-radius: 2px; display:flex;     width: 170px;}
.btn-control button{ width: 50px;
    height: 50px; border:0px; display:inline-block; padding: 0px;
    font-size: 28px; cursor: pointer; font-family: inherit; font-weight: 500;
     } 
.btn-control input{ width:70px; height: 50px;  font-size: 20px; text-align:center; display:inline-block; border:0px; padding: 0px; font-family: inherit;
    font-weight: 500; line-height: 50px;}
.w-50{ width:50%; } .w-75{ width:75%; } .w-100{ width:100%; } .w-25{ width:25%; }
 
.buy-add-btn{ display: inline-block;
    height: 50px; 
    color: #351684;
    background: red;
    background: linear-gradient(to left, #35168400 50%, #351684 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    font-size: 20px;
    font-family: inherit;
    font-weight: 500;
    border: 2px solid #351684;
    border-radius: 6px; cursor: pointer; margin-bottom:10px; }

.buy-add-btn:hover{  background-position: left; color: #fff; border: 2px solid #351684;}

.div {
       display: inline-block;
   
    text-align: center;
    color: white;
    background: red;
    background: linear-gradient(to left, #351684 50%, #f99d24 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
    font-size: 20px;
    font-family: inherit;
    font-weight: 500; padding: 15px 30px;
    border: 0px;
    border-radius: 6px; cursor: pointer;
}
.div:hover {
    background-position: left;
}


   .product-gallery {
     max-width: 800px;
    width: 100%;
}
    .main-image {
      display: flex;
      flex-direction: column;
      align-items: center;
      border: 1px solid #35168447;
    border-radius: 10px;
    margin-bottom: 20px;
    }

    .thumbnail-images {
      display: flex;      
      gap: 10px;
      margin-top: 10px;
      flex-wrap: wrap;
    }

    .thumbnail-images img {
      width: 80px;
      height: 80px;
      object-fit: cover;
      cursor: pointer;
      border: 2px solid #d9bfb036;
    }

    .thumbnail-images img.active {
      border-color: #351684;
    }

   
.custom-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.6);
}

.custom-modal .modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  border-radius: 8px;
  position: relative;
}

.modal-title{  text-align: center; border-bottom: 1px solid #ddcbbf; padding-bottom: 10px; margin-bottom: 10px; }

.custom-modal .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}



    /* Modal Zoom */
    .modal {
      display: none;
      position: fixed;
      z-index: 100;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background: rgba(0, 0, 0, 0.9);
    }

    .modal-content {
      margin: 0 auto;
    display: block;
    max-width: 500px;
    background: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    }
    .modal-content .close{  display: flex; cursor: pointer; padding: 5px; justify-content: right; margin-bottom: 15px; margin-top: -10px; }
    .modal-content .close i{ font-size: 30px;  font-weight: 600; }
    .modal-content p{ color:#000; font-weight:500; padding-bottom:10px; font-size: 24px;}
    .modal-content h2{ font-size:35px; color:#450954; } .modal-content h2 i{ font-size: 38px;  margin-right: 10px; }

    .modal-close {
      position: absolute;
      top: 20px;
      right: 30px;
      color: white;
      font-size: 35px;
      font-weight: bold;
      cursor: pointer;
    }

     .modal-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: white;
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
      padding: 20px;
    }

    .modal-prev {
      left: 10px;
    }

    .modal-next {
      right: 10px;
    }
    .pct_description p{ padding-bottom:15px; font-size:18px; font-weight:400 }
    .pct_description p b{ font-weight:700; font-size:20px; font-family:'Cash Sans', sans-serif, arial; }

    #dropdownBtn {
    padding: 10px 15px;
    cursor: pointer;
    width: 50%;
    text-align: left;
    font-family: inherit;
    font-size: 19px;
    position: relative;
    height: 50px;
    border: 1px solid #351684;
    border-radius: 4px;
    background: transparent; font-weight: 500; margin: 10px 0;
    color: #351684;
    }

    #dropdownBtn span{ position:absolute; right: 6px; top: 12px;  color: #351684;}

    .dropdown_s .dropdown {
      position: relative;
      display: inline-block; width: 100%;
    }

    .dropdown_s .dropdown-content {
      display: none;
      position: absolute;
      left: 0; /* 👈 align to left */
      background-color: white;
      min-width: 160px;
      border: 1px solid #351684;
      z-index: 1;
    }

    .dropdown_s .dropdown-content a {
      padding: 10px;
      display: block;
      text-decoration: none;
      color: black; font-family: inherit; font-size: 19px; font-weight: 500;
    }

    .dropdown_s .dropdown-content a:hover {
      background-color: #f0f0f0;
    }

    .dropdown_s .dropdown.show .dropdown-content {
      display: block;
    }

    .dropdown-content.arrow-top:after {
  content: " ";
  position: absolute;
  left: 30px;
    top: -9px;
    border-top: none;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #351684;
}
.ksy_points{ padding:10px 0 0; }
.ksy_points h2{ font-family:inherit; font-size:21px; color:#351684; font-weight: 700; padding-bottom:15px; text-decoration:underline; }
.ksy_points em{ font-family:inherit; font-weight:700; font-size:19px; font-style:normal; }
.ksy_points div{ font-family:inherit; font-size:17px; font-weight:500; color: #351684;}

.prt-sec { padding: 0px; height: 100%; position: relative; padding-bottom: 55px;}
.img-thum {
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
    /*border: 1px solid rgb(0 0 0 / 6%);
    background: #fff;*/
    padding-top: 100%;
    display: block;
    width: 100%;
}

.img-thum img {
    width: 100% !important;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: contain;
    /*padding: 20px;*/
}
.thumb-description {
    padding: 15px 0px 5px;
}
.slick-slide {
    height: auto !important;
}
.title-section { display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.title {
    font-family: inherit !important;
    font-size: 40px;
    color: #351684;
    font-weight: 700;
}
.p-code {
    font-family: inherit;
    font-size: 13px;
    text-transform: uppercase;
    color: #351684;
    padding-bottom: 4px;
    display: block;
    font-weight: 500;
}
.slick-dots{ display:none !important; }

.see-more{ font-family: inherit;
  font-size: 16px;
  color: #222222; 
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  font-weight: 500; text-align: right;}
.c-see-more{ font-family: inherit; background: #351684; 
  font-size: 19px;
  color: #fff; 
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 500; cursor: pointer; border: 0px;}  

.c-see-more:hover{ background:#f0282a }  
.see-more i, .c-see-more i{ font-size: 17px;
    transition: 0.1s ease-in;
    position: relative;
    top: -3px;
    border: 1px solid #351684;
    border-radius: 100%;
    padding: 5px;
    margin-left: 7px;}

.product__titles{
    font-size: 22px !important;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
    font-family: inherit;
        min-height: 46px;
    height: 46px;
    color: #351684;
    letter-spacing:0.5px;
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.my-slider .slick-next {
    right: -50px; 
}

.my-slider .slick-prev { left:-50px !important; }

.add_cart {
    position: absolute;
    padding: 0px;
    margin: 10px 0 0;
    width: 100%;
    bottom: 0px;
}
.border-skin-primary {
    color: #fff;
    padding: 15px 0;
    width: 100%;    
    cursor: pointer;
    font-family: "Ubuntu", sans-serif;
    font-size: 21px;
    border: 0px;
    font-weight: 500;
    background: linear-gradient(90deg, #2a024d 25%, #450954 50%);
    border-radius: 6px;
}

/* floating input */
.floating-label {
  position: relative;
  margin: 20px 0;
  font-family: inherit;
}

.floating-label input {
  width: 100%;
  padding: 14px 12px 14px 12px;
  font-size: 17px;
  border: 1px solid #492b0e;
  border-radius: 4px; font-weight: 500;
  outline: none;
  background: transparent;
  font-family: inherit;
}

.floating-label input[type="checkbox"], .floating-label input[type="radio"] {
    width: 20px !important;
    height: 20px !important;
    margin-right: 5px;
} 

.font_st{ position:initial !important }

.floating-label label {
  position: absolute;
  left: 12px;
  top: 14px;
  color: #ff4f4f;
  background: #fff3ec;
  padding: 0 4px;
  pointer-events: none;
  transition: 0.2s ease all;
  font-family: inherit; font-size: 17px; font-weight: 500;
}

/* When input is focused OR not empty, float the label */
.floating-label input:focus + label,
.floating-label input:not(:placeholder-shown) + label {
  top: -8px;
  font-size: 16px;
  color: #351684; font-weight: 500; z-index: 10;
}

.login_wrap{ width:100%; max-width:500px; margin:0 auto; display:block; }
.fgot{ font-family:inherit;  font-size: 17px; color: #351684; text-align: right; font-weight: 500; }
.fgot:hover{ text-decoration:underline; }
.ltext_big{ font-size: 45px; font-family: inherit;  text-align: center;  font-weight: 500; color: #351684;
    letter-spacing: 2px;  margin-bottom: 10px;}
 .login_wrap p{ font-size: 18px; color: #36200c; font-family: inherit; text-align: center; font-weight: 400;}  
 .create_page{ font-family:inherit; font-size:17px; color:#000; text-align:center; display:block; font-weight:500; } 
 .create_page a{ color:#351684;} .create_page a:hover{ text-decoration:underline; }
/* end */
.e-con-inner{ position:relative; z-index:1 }
.bg_colr{ position:relative; }

.elementor-element{ display:flex; flex-wrap:wrap; }
.section_first{ max-width:50%; flex-basis:50%; padding:0px 20px 20px; } .section_last{ max-width:50%; flex-basis:50%; padding:0px 20px 20px; }
.section_last img{ border-radius:20px; }
.curve_jks{ background:#ff4c21;  border-radius: 0 0 250px 250px; padding: 50px 20px 20px; }
.about_title{ font-family:"Ubuntu", sans-serif; font-size:43px; color:#351684; font-weight:800; padding-bottom:15px; margin:0px; }
.para_text{ font-family:inherit; font-size:18px; color:#2b0f01; font-weight:500; padding-bottom:15px; margin:0px; }
.boxs_about{ padding:50px; background:#2b0f01; border-radius: 20px; margin-top: 50px;}
.boxs_about h2{ font-family: inherit; font-size:24px;  color: #ff4c21; font-weight: 400;}
.boxs_about h3{ font-family: inherit; font-size:24px;  color: #ff4c21; font-weight: 400;}
.boxs_about p{ font-family:inherit; font-size:18px; color:#fff; font-weight:500; padding-bottom:15px; margin:0px; }
.para_txt{ font-size: 19px;  color: #36200c;  font-family: inherit;  text-align: center;  font-weight: 500 }
.zoom_bg{ position:relative; z-index:1 }
.pdt_thumb{ float:left; width:100px; padding: 5px; margin-right:15px; font-family:inherit; font-size:15px; text-transform:uppercase; font-weight:600; color: #492b0e;}
.cart_wrapper{ margin-top:50px; display: inline-block; width: 100%;}
.cart_all{ overflow:hidden; padding:0px; display:flex; flex-wrap:wrap; }
.cart_all .clwidth{ max-width:30%; flex-basis: 30%; text-align:right; padding: 5px; font-family:inherit; font-size:19px;  font-weight:400; color: #000;}
.cart_all .clwidth:first-child{ max-width:40%; flex-basis: 40% }
.main_wrap{ overflow:hidden; padding:0px; width:100%; }
.brb{ border-bottom: 1px solid #492b0e63; padding-bottom: 5px; }
.pdt_thumb span{  padding: 5px; width: 70px;  height: 70px; border: 1px solid #492b0e36; display: block; margin: 5px 0 0 -5px; border-radius: 2px; }
.pdt_thumb span img{ width:100%; }
.clwidth .btn-control{ width: 130px; float: right;} .clwidth .btn-control button{ width: 34px; height: 34px; } .clwidth .btn-control input{ width: 60px; height: 34px; line-height:34px; }
.cart_row{ align-items: center; display: flex; border-bottom: 1px solid #492b0e38;  padding-bottom: 5px;}
.prd_name_cart{ text-align: left; float: left; padding-right: 30px; width: calc(100% - 100px); }
.prd_name_cart a{ color:#492b0e; text-transform:none; }
.bottom_wrap{ display:flex; justify-content:end; flex-wrap: wrap; }
.s_totals{ margin: 15px 0 15px 0; max-width: 100%; flex-basis: 100%; text-align: end;  font-size: 20px; font-family: inherit; font-weight: 500; }
.empty_cart { padding: 20px 0; text-align: center;} .empty_cart img { height: 150px;}
.close_c{ vertical-align:middle; margin-left:10px; cursor:pointer; }
.empty_cart p {
    font-size: 24px;
    color: #000;
    font-weight: 500;
}
.empty_cart span {
    font-size: 16px;
    color: #222;
    display: block;
    padding-bottom: 15px;
}
.paratext{
    font-size: 21px;
    font-family: inherit;
    font-weight: 500;
    color: #000; text-align: center; padding-bottom: 15px;
}
.fluid-wrap { flex-wrap: wrap; display: flex; margin: 0px -10px; padding: 0px;}
.column_30 { flex-basis: 25%; max-width: 25%; padding: 0px;}
.column_70 { flex-basis: 75%; max-width: 75%; padding: 0px; }
.cart-body { padding: 0 15px; display: flex; flex-direction: column; height: 100%;}
.AccountPageSidebar_sidebar { padding: 20px 0 0 0; margin: 0px;}
.AccountMenu_links__G59FF li a i, .lgout i{ margin-right:8px; vertical-align: text-top; }
.AccountPageSidebar_title_block__hjWgP{ margin: 0px 8px 20px 8px; }
.AccountPageSidebar_title_block__hjWgP h1{ font-family:inherit; font-size:24px; font-weight:600; color: #351684;}
.AccountPageSidebar_title_block__hjWgP span{ font-size:16px; color:#333; }
.AccountMenu_links__G59FF { padding:0px; margin:0px; list-style:none; }
.AccountMenu_links__G59FF li{  width: 100%; list-style-type: none; font-family:inherit; font-size:16px; }
.AccountMenu_links__G59FF li a{ font-family:inherit; font-size:17px; color:#242424; font-weight:500; margin:0rem 0 0.5rem; display:block; padding: 8px 5px; border-radius: 4px;}
.AccountMenu_links__G59FF li a:hover, .AccountMenu_links__G59FF li a.active{ background:#fff3ec; color:#351684 }
.AccountMenu_links__G59FF li a:hover, .lgout:hover{ color:#351684; }
.lgout{ font-size:16px; color:#242424; font-weight:500;  padding: 5px;  margin-top: .5rem; cursor: pointer;}
.lgout a{ padding:0px; margin:0px; }
.form_profile{ width: 100%;  display: block; padding:0px; }
.form_profile .f-row { display: flex; margin: 0px -10px 25px; flex-wrap: wrap;}
.form_profile .f-2column { flex-basis: 50%; max-width: 50%; padding: 0 10px;}
.form_profile .f-1column { flex-basis: 100%; max-width: 100%; padding: 0 10px;}
.form_profile .floating-label{ margin:0px; }
.page_wrapped_s{ padding:30px; } .page_wrapped_s .page_title{ padding:0px 0 15px 0; }
.sddress_box
{ 
    padding:20px;
    border: 2px solid #351684;
    border-radius: 6px;
    margin-bottom: 10px;
    display: flex;
    cursor: pointer; justify-content: space-between;
}  
.sddress_box.select {
    border: 2px solid #ff4c21;
}
   .radio-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100%;
  }

  .radio-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
    font-weight: 500;
  }

  .radio-option:hover {
    background: #f9f9f9;
  }

  .radio-option input[type="radio"] {
    margin-right: 10px;
    transform: scale(1.2);
    width: 16px; height: 16px;
        margin-top: 3px;
  }

  .age-label {
    font-weight: 500;
    color: #333;
  }

.adres_colmn{ padding-right:10px; } 
.adres_colmn span{ font-family: inherit; font-size: 18px; text-transform: uppercase; color: #351684; font-weight: 700; padding-bottom: 5px; letter-spacing: 1.5px;} 
.adres_colmn p{ font-family: inherit;  font-size: 17px;  color: #000; font-weight: 500; margin-bottom: 5px;}    
.sedit{  font-family: inherit; font-size: 14px; background: #351684; color: #fff; display: flex; padding: 0px 10px; align-items: center;
    border-radius: 4px; height: 30px; line-height: 30px; text-transform: uppercase; font-weight: 500; }
.sedit i{ font-size: 18px; vertical-align: sub; margin-right: 5px; }  
.NEWADD {
    position: relative;
    background: #fff3ec;
    border-radius: 6px;
    padding: 20px 20px 0 20px;
    border: 1px solid #351684;
    margin-bottom: 20px;
}
.cancel{ background: #f0282a !important; 
    /*border: 2px solid #f0282a;*/
}
.points_bullet{ padding:0px; margin:0px; }
.points_bullet li{ font-family:inherit; font-size:16px; color:#43210c; padding:5px 0; margin-left: 25px; list-style:disc; }
.hkslf{ color: #351684; font-size: 22px; }
.toggle-password{  position: absolute; right: 0px; top: 1px; cursor: pointer; padding: 12px; }
.profileeditbox{ margin:25px 0; display:block; padding: 15px; border: 1px solid #773a13; border-radius: 6px;}
.orderblock {
    display: inline-block;
    width: 100%;
    padding: 6px 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #773a1359;
}
.redeem-btn{ background: #3bff4a;
    color: #21005b;
    font-family: "Phudu", serif;
    width: 100%;
    font-weight: 500;
    font-size: 19px;
    border-radius: 6px;
    margin: 5px 0 0;
    cursor: pointer;
    border: 0px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    padding: 0px 30px; }
.orderblock:last-child{ border-bottom:0px; margin-bottom:0px; }
.myorderswrap {
    width: 100%;
    display: inline-block;
    margin-bottom: 0px;
}
.odminwarp {
    width: 100%;
    display: inline-block;
}
.myorderpnametag {
    margin-bottom: 10px;
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    float: left;
}
.myorderproductname {
    font-size: 17px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #000;
    font-family: inherit;
    line-height: 22px;
    margin-bottom: 4px;
    font-weight: 500;
}
.myorder-info .amounttext {
    display: block;
    margin-bottom: 10px;
}
.amounttext {
    font-family: inherit;
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    color: #d22027;
}
.orderstatus {
    text-align: right;
    float: right;
}
.stat1 {
    display: block;
    font-size: 15px;
    color: #444;
    font-family: inherit;
    font-weight: 500;
    margin-bottom: 0px;
}
.deliverdnt {
    display: block;
    font-size: 15px;
    color: #4a5460;
    font-family: inherit;
    font-weight: 500;
    margin-bottom: 0px;
}
.deliverdnt {
    display: block;
    font-size: 15px;
    color: #4a5460;
    font-family: inherit;
    font-weight: 500;
    margin-bottom: 0px;
}
.status-text {
    font-size: 15px;
    font-family: inherit;
    font-weight: 500;
    color: #48a360;
}
.endbtn1 {

    min-width: 100px;
    padding: 8px 25px;
    font-size: 16px;
    color: #fff;
    font-family: inherit;
    font-weight: 500;
    border: none;
    outline: none;
    background-color: #3279f9;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    cursor: pointer;
    display: inline-block;
    margin: 5px 0 0 0;
    
}
.disabled {
    background: #351684 !important;
    color: #fff !important;
    cursor: default;
}
.order_header{ display:flex; justify-content:space-between; margin-bottom:15px; flex-wrap:wrap; }
.order_colmn{ flex-basis:100%; max-width:100%;   }
.f-fcolumn{ float:left; padding-left:5px; }
.fsjfs{ margin:20px 0px 0px 0px; }
.f-right{ float:right !important; }
.profileeditbox{ margin:25px 0; display:block; padding: 15px; border: 1px solid #ddd; border-radius: 6px;}
.lty_wrap{ padding:10px; border-radius:15px; width:100%; }
.lty_wraps{ padding:10px 0px; border-radius:15px; width:100%; border:1px solid #ddd; }
.lyrt_box{ display:flex; flex-wrap:wrap; padding:0px; margin:0px -5px; }
.lty_colmn{ max-width:50%; flex-basis:50%; padding:5px; justify-content:center; align-items:center;  }
.lty_1colmn{ max-width:100%; flex-basis:100%; padding:5px; justify-content:center; align-items:center;  }
.sec_lty{ background:#fff; text-align:center; border-radius:10px; padding:10px; }
.sec_lty h3{ font-family:inherit; font-size:34px; color:#000;  }
.sec_lty span{ font-family:inherit; font-size:18px; color:#000; font-weight: 500; }

.form-control select, .form-control input {
    font-family: inherit;
    font-size: 17px;
    color: #000;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    border: 1px solid #adadad8c;
    box-shadow: none;
    border-radius: 4px;
    position: relative !important;
    opacity: 1 !important;
    z-index: 10 !important;
        font-weight: 500;
}
.form-control label{ font-family:inherit; font-size:17px; font-weight:500; }
.form-control select option { color: #000; font-size: 16px; padding: 0 5px;}
.calendar-icon { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); cursor: pointer;
    color: gray; z-index: 2;}
.date-wrapper {  position: relative; width: 100%; margin-bottom: 15px;}
.date-wrapper:after {
    content: "";
    position: absolute;
    top: 1px;
    background: #fff;
    right: 1px;
    width: 38px;
    height: 48px;
    z-index: 1;
    border-radius: 0px 4px 4px 0;
}
.date-wrapper input{ position:unset !important; }

/* view_order */
._fsjf {
    font-family: inherit;
    font-size: 30px;
    color: #351684;
    padding: 0px 0 5px 0;
    font-weight: 400;
} 
._pfile_side_right_box{ display: flex; flex-wrap: wrap; margin: 25px 0; padding: 10px; border: 1px solid #ecd5bf; border-radius: 6px;}
._2sgsf{ max-width:30%; flex-basis:30%; padding: 0 20px 0 10px; }
._2sgsf span{ display:block; font-family:inherit; font-size:22px; font-weight:600; padding-bottom: 5px;     color: #351684;}
._2sgsf p{ font-family:inherit; font-size:17px; color:#000; margin-bottom: 5px;}
._3sgsf {
    max-width: 70%;
    flex-basis: 70%;
    border-left: 1px solid #ecd5bf;
    padding: 0 20px 0 0;
}
.mb-2 {
    margin-bottom: 30px !important;
}
.detailswrap{ padding:20px; }
.table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch;}
table { width:100%; nowhitespace:afterproperty; border-collapse:collapse; border-spacing:0;}
table tr td{ font-size: 16px; padding: 10px; font-weight: 500; color:#333; }
table tr th{ text-align: left;  font-size: 16px; font-weight: 500; color:#fff;}
hr{ margin: 20px 0; width: 100%; display: block; overflow: hidden; border: 0.5px solid #d0d0d0; }
table tr td a{ text-decoration: underline; }
table tr td strong{ font-weight:500; color:#000 }
.dinvoice_btn{ text-align:center; padding:20px 0; }
.dinvoice_btn i{ vertical-align:text-top; margin-right:10px; }
.clstimeline {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.clstimeline:hover {
    color: #000 !important;
    font-weight: 800!important;
}

.timetxttitle span {
    vertical-align: middle;
    margin-left: 5px;
    color: #351684;
}
.timetxttitle {
    display: block;
    font-family: inherit;
    font-weight: 500;
    color: #351684;
    font-size: 22px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ecd5bf;
    padding: 10px;
    position: relative;
    width: 100%;
}

.timeline-warp {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 20px 0px;
    width: 100%;
    overflow: hidden;
}

.timeline {
    display: flex;
    display: -webkit-flex;
    position: relative;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    max-width: 25%;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.timeline-content {
    font-size: 14px; text-align: center;
    font-family: inherit;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    height: 40px;
    overflow: hidden;
}

.timeline-warp .active .timeline-content {
    color: #19a161;
}

.timelinecircle {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    background: #e0e0e0;
    position: relative;
/*    z-index: 9;*/
}

.t-dnt {
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    color: #747272;
    display: block;
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
}

.t-dntbold {
    font-weight: 400;
    color: #000;
}

.timeline-warp .active .t-dntbold {
    color: #19a161;
}

.timeline::after {
    content: "";
    width: 100%;
    height: 3px;
    background: #e0e0e0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    transform: translatey(-50%);
    display: block;
}

.timeline:last-child::after {
    display: none !important;
}

.timeline-warp .active::after {
    background: #19a161 !important;
}

.timeline-warp .active .timelinecircle {
    background: #19a161 !important;
}

/* checkout */
.dlivry_type{ padding: 10px 15px; background: #fafbff; margin-bottom: 10px; border-radius: 6px; }
.text-tits-big{ font-size: 20px; padding: 0px; font-weight: 400; margin:0px 0 15px; font-family: inherit; letter-spacing: .5px; color: #ff4c21;}
.cart_count{ padding: 15px; border: 1px solid #e5e5e5; border-radius: 10px; }
.art_row{ display:flex; justify-content:space-between; padding-bottom:15px; }
.txt_JFH{ font-family:inherit; font-size:18px; color:#000;  font-weight: 500;}
.txtt_JFH{ font-family:inherit; font-size:22px; color:#000;  font-weight: 600;}
 .accordion--radio {--theme: #ff5252;}
 .tab {
  position: relative;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  
}
.form-controls{ padding:20px; }
.tab__content {
  max-height: 0; 
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: 30rem; background: #fff3ec; border-radius: 0 0 4px 4px;
  border-left:1px solid #dedede; border-right:1px solid #dedede; border-bottom:1px solid #dedede;
}
.dd{ width:100px !important; } .yyy{ width:180px !important; }
.FSFH .floating-label{display: inline-block; margin: 0px;}
.ProductTileLine_wrapper{  display:flex; align-items:center; justify-content:space-between; }
.icns i {
    font-size: 26px;
    margin-right: 8px;
    vertical-align: text-bottom;
}
.price_tx {
    font-family: inherit;
    font-size: 19px;
    color: #351684;
    font-weight: 600;
}
.cart-item {
    padding: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
}
.text-tits {
    font-size: 18px;
    padding: 10px 0 10px;
    font-weight: 600;
    margin: 0px;
}
.check_page {
    max-height: 50vh;
}
.qntities {
    text-align: center;
    padding: 0 0 0 30px;
}
.Product_wrapper__UKuyu {
    display: flex;
    flex-direction: column;   
    border-bottom: 1px solid #dddddd78;
    padding: 8px 10px;  
    margin-bottom: 2px;
}
.ProductTileLine_image{  height: 70px; margin-right: 0.8rem; flex-shrink: 0;}
.ProductTileLine_image img {
    object-fit: contain; width: 70px; height: 70px;
}
.ProductTileLine_basic_info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-right: .875rem;
    width: calc(100% - 0px);
}
.ProductTileLine_basic_info p{ font-size:19px; font-weight:500; color: #351684}
.ProductTileLine_basic_info span{ color: #f0282a; font-size: 12px; font-weight: 500; }

.djghkldg{ color:#643b14 }
.mbtext{ color:#ee1212; font-family:inherit; font-size:16px; font-weight: 400; padding-bottom: 5px;
    display: block;}

    .mbtext1{ color:#ee1212; font-family:inherit; font-size:16px; font-weight: 400; padding-bottom: 5px;
    display: block;}
.multi_price span{ display:inline-block; margin-right: 8px; margin-bottom:4px; font-family:inherit; font-size:16px; color:#ee1212; font-weight: 500;}
.multi_price span em{  width: 26px;
    height: 26px;
    background: #ee1212;
    border-radius: 50%;
    font-family: inherit;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    line-height: 26px;
    color: #fff;
    font-style: normal;
    font-weight: 500; margin-right:5px; }

/* Visual styles */
.accordion {
 
  overflow: hidden;
}
.tab__label,
.tab__close {
  display: flex;
    color: #000;
    border: 2px solid #ddd;
    cursor: pointer;
}
.tab__label {
  justify-content: space-between;
  padding: 1rem;
  font-size: 17px;
    font-family: inherit;
    font-weight: 500;

}
.jhdgh{ font-size: 16px !important; margin: -15px 0 15px !important; color: #643b14;
    font-weight: 500;}

.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}

.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.tab input:checked + .tab__label {background:#f0f5ff; border:2px solid #1773b0; }

.tab__content p {
  margin: 0;
  padding: 1rem; font-size: 16px;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordion--radio {
  --theme: #ff5252;
}

/* Arrow animation */
/*.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}*/

.column2 {
    flex-basis: 50%;
    max-width: 50%;
    padding: 10px;
}
.tab__content .form-controls input, .tab__content .form-controls textarea, .tab__content .form-control select {
    z-index: 10 !important;
    opacity: 1; position: relative;
}

/* end */
/*.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}*/

.accordion__item {
    border: 1px solid #e5f3fa;
    border-radius: 10px;
    overflow: hidden;
}

.accordion__header {
padding: 12px 25px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.accordion__header::after {
    content: '';
    background: url(../img/angle-down.svg) no-repeat center;
    width: 20px;
    height: 20px;
    transition: .4s;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.tab__content input[type="checkbox"], .tab__content input[type="radio"] {
    vertical-align: text-top;
    padding: 0;
    margin: 1px 0 0;
    border: 0;
    width: 20px !important;
    height: 20px !important;
    margin-right: 5px;
}

.accordion__header.active {
    background: #e5f3fa;
}

.accordion__header.active::after {
    transform: rotateX(180deg);
}

 .accordion__content {
    padding: 0px;
    max-height: 0;
    transition: .5s;
    overflow: hidden;
}
.indicate, .asas {
    color: #ff2124 !important;
    font-family: inherit;
    font-size: 17px;
}


.paynow {
    height: 52px;
    line-height: 52px;
    font-family: inherit;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    background: #34a853;
    border: 0px;
    padding: 0 30px;
    border-radius: 4px;
    margin: 10px 0 0;
}
.pays {
    margin: 15px auto;
    display: flex;
}

.mwcenter_div{ max-width: 48rem; margin: 0 auto;}
.section-content p{ font-family:inherit; font-size:16px; color:#643b14; margin-top:1.25rem }
.false_ul{ list-style:disc; padding-left: 1.25rem;}
.section-content{ padding:30px 0; }
.section-content h1{color: #351684; text-align: center; font-family: inherit; font-size: 44px;}

/* checkout end */

@media only screen and (max-width: 960px) { .center_content, .black_bg .page_title, .title_page_center, .page_title{ font-size:35px; } .jhfk_pb{ padding: 30px 0 20px; }
  .column_3wrap, .column_2wrap { flex-basis: 100%; max-width: 100%; padding: 10px 0px;}  
  .column_4wrap{ flex-basis: 50%; max-width: 50%; padding:10px 0px;  }
  .journl_div{ flex-direction: column-reverse; } .jurnl_p, .sfjsf{  max-width: 100%; flex-basis: 100%; }
  .nav_menu ul{ display:none; } .burger{ display:block; margin: 15px 15px 15px 0;} .header_wrap{ padding: 10px 0px; } .container1{ max-width:100%; }
  /*.wrapper_row{ margin:0 -10px; } */
  .social_content{ padding:15px; } .page-slider .slick-next{ top: -10px; } .page-slider .slick-prev{ top: -10px; }
  .p-0{ padding:0 10px !important; } .jurnl_p{ padding:15px; } .jurnl_p h2{ font-size: 32px; } .p40{ padding: 25px 0; }
  .page_title{ padding: 0 0px 20px 0px; } .thumb_info{  padding: 10px 15px 20px 15px; } .transs_sgf{ -webkit-transform: translateY(-10px);
    transform: translateY(-10px) } .con_word{ padding: 20px 0; }

  /* slider */
    .image-bg{  object-fit: cover; object-position: top center; height:300px !important; width:auto; }
    .overlay-content{ position:relative !important; top:0px !important; transform:translate(-20%, -0%) !important } .overlay-content h2{ font-size:40px; line-height:normal; }
    .image-overlay-wrapper{ height: 500px !important;  display:flex !important; flex-direction: column-reverse; width: auto !important;}
    .sl2{ background:#f0d9e3 } .sl1{ background:#dcc4ac } .sl3{ background:#f4e7d7 } .slick-prev, .slick-next{ display:none !important; }

  /* slider end */ 
  .page_name{ padding: 50px 0 50px 0; }  .page_top h2{ font-size:35px; } .social_icon a img{ width:44px; } .site-header__logo{ width:110px; }
  .elementor-element{ flex-direction:column-reverse; } .section_last, .section_first{  max-width: 100%; flex-basis: 100%; } .section_first{ padding:20px 0px; }
  .boxs_about{ padding:30px; } .column_5wrap{ flex-basis: 50%; max-width: 50%; padding:10px 0; } 
  .flogo img { width: 180px;} .column_70, .column_30{   flex-basis: 100%; max-width: 100%; } .fluid-wrap{ padding: 10px 0; margin:0px; } .page_wrapped_s{ padding:0px; }
.sddress_box{ padding:15px; } .btnsss{ margin-bottom:20px; } .NEWADD{ padding:20px 15px 0px 15px; }
.f-fcolumn{ padding: 0px; float: none; flex-basis: 49%; max-width: 49%; } .date-wrapper input{ padding:0 15px; } .gap { gap: 2%; display: flex; flex-wrap: wrap;}
.fsjfs{ margin:0px 0 10px; } .f-fcolumn .div{ width:100%; } .profileeditbox{ padding:10px; } .myorderpnametag { width: 100% } .myorderproductname{ float:left; }
.amounttext{ float:right; font-size:20px; } .div, .btn{ font-size:20px; font-weight:500; } .product__titles{ font-size:17px !important; }
.u_name em{ display:none; } .u_name i:last-child{ display:none; } .cart{ margin: 0px 0 0 5px; } .u_name i{ font-size:40px; }
.cart_row.brb{ display:none; } .cart_all .clwidth, .cart_all .clwidth:first-child{  max-width: 100%; flex-basis: 100%; } .cart_row{ align-items:flex-start }
.pdt_thumb{ width:80px; margin-right: 10px; } .prd_name_cart{ padding-right: 0px; width: calc(100% - 80px); }
.grid-item, .product-info-wrap{  max-width: 100%; flex-basis: 100%; padding:0px } .main-row{ margin:0px; } .product-info-box{ padding:0px; }
.thumbnail-images img{ width:75px; height:75px; margin-bottom:30px; } .favorite_i{ top:-10px; } .product-info-wrap h3{ font-size:27px; } .main-image{ border-radius:5px; }
.column2{ flex-basis: 100%; max-width: 100%; padding: 10px 0;} .Product_wrapper__UKuyu{ padding: 8px 0px; } .cart-body{ padding:0px; } 
.tab__label img{ width:50%; } .user_drop{ right:0px; left:auto }  .column_30{ display:none; }

._2sgsf, ._3sgsf{ flex-basis: 100%;  max-width: 100%; } .detailswrap { padding: 2px;} ._3sgsf { border-left: 0px; padding-right: 0px; }

table{ width:800px; } ._fsjf{ font-size:26px; } #openMenu{ margin:10px 0; } .nav_menu{ border:0px; background:transparent; border-radius:unset;
padding: 10px 1px; } .full_txt{ padding: 15px; } .e-con-inner{ width:100%; padding-top:40px; padding-bottom: 280px;}
.elementor-widget-container { margin: -250px 10px 0px 15px;} .title_site, .text_title strong{ font-size:35px; } .text_title{ font-size:45px; }

} 


@media only screen and (max-width: 600px) { 
   
  .column_4wrap, .form_profile .f-2column{ flex-basis: 100%; max-width: 100%;  } .form_profile .f-2column{ margin-bottom:15px; padding:0px 0px; } .form_profile .f-row{ margin: 0px 0px 0px; }
  .form_profile .f-1column{ padding:0px; }  .title{ font-size:25px; } .see-more{ padding: 5px 0px } .border-skin-primary{ font-size: 17px; }
  .modal-nav{ font-size:25px; } .modal-content{ max-width: 352px; width: 100%; position: absolute; top: 50%; transform: translate(0px, -50%); }
  #dropdownBtn{ width:100%; } .app_icon{ text-align:center; } .app_icon a img { height: 50px;}
}

@media only screen and (max-width: 420px) { 
  .btnsss .div{ width:100%; margin-bottom:5px; }  
}


            
                
.added_cls{
    color: black;
}               
                
                

.ebcf_modal-content {
      height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 100vh;
    background-color: #fefefe;
    padding: 1.5rem;
        max-width: 490px;
    width: 100%;
    position: relative;
    box-shadow: 0 0 20px #0000000f, 0 16px 32px #00000026;
    border-radius: 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.ebcf_modal-content_box {
      height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 100vh;
    background-color: #fefefe;
    padding: 0px;
        max-width: 420px;
    width: 100%;
    position: relative;
    box-shadow: 0 0 20px #0000000f, 0 16px 32px #00000026;
    border-radius: 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ebcf_close{ position: absolute; right: 15px; top: 0px; font-size: 40px; font-family: inherit; cursor:pointer; }

.ebcf_modal-content P{ color: #000000; font-size: 20px; font-weight: 500; margin-bottom: 10px;}


.rc-anchor-light.rc-anchor-normal, .rc-anchor-light.rc-anchor-compact {
    border: 1px solid #d3d3d3;
}


.rc-anchor-normal {
    height: 74px;
    width: 300px;
}

.rc-anchor {
    border-radius: 3px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 4px 1px rgba(0,0,0,.08);
}