



html{
    overflow-x: hidden;  
      scroll-behavior: smooth;

}

body{
    margin: 0;
    overflow-x: hidden;
background-color: #fff;
}
/*shrinks*/
body.modal-open {
    padding-right: 0 !important;
}
a{
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
a:hover {
       text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}


@media (min-width: 1200px) {
    .container {
        max-width: 1192px;
    }
}

.marquee {
  overflow: hidden;
  background-color: #052E70;
  padding: 9px 0;
  position: relative;
  float: left;
  width: 100%;
}

.marquee-track {
  display: flex;
  width: fit-content;
  white-space: nowrap;
  will-change: transform;
}

.marquee-content {
  display:flex;
  gap: 40px;
  font-size: 15.25px;
  font-weight: 500;
  color: #D09C51;
  font-family: "Rubik", sans-serif;
  line-height: 18.4px;
}
.marquee-content span:first-child {
  margin-left: 40px; /* Same as gap */
}
.bullet {
    margin: 0 15px;
  font-size: 20px;  /* Increase bullet size */
  line-height: 18.4px;
  color: #D09C51;   /* Optional: match text color */
}


.header-1{
    height: 41px;
    float: left;
    width: 100%;
    background-image: url("../images/hh.png");
    background-repeat: no-repeat;
    padding: 10px 0px 10px 0px;
    background-position-y: bottom;
    background-size: cover;
}
.header-1 h1{
      font-family: 'Rubik', sans-serif;
      float: left;
      width: 100%;
      text-align: center;
      font-weight: 500;
      font-size: 14px;
      line-height: 18px;
      color: #fff;
}
.header-1 h1 a{

   color: #fff;
}
.header-1 h1 span{
    margin: 0px 11px;
    font-weight: 300;
}

@media(max-width:767px)
{
    .mob-search{
        display: block;
    }
    .desk-search{
        display: none;
    }

}
@media(min-width:767px){
    .mob-search{
        display: none;
    }
     .desk-search{
        display: block;
    }
}




@media(max-width:990px)
{
    .menuarea{
        display: none;
    }
    .mobile-nav{
        display: block;
        float: right;
    }
        .no-desk {
            display: none;
        }
  
}
@media(min-width:990px){
    .mobile-nav{
        display: none;
    }
     .menuarea{
        display: block;
    }
      .no-desk {
            display: block;
        }
  
}
/*search*/

/* Search container styling */
.search-container {
  position: relative;

  cursor: pointer; /* Indicates it's clickable */
}

/* Search trigger (icon and label) */
.search-trigger {
  display: flex;
 
}




/* Search bar styling */
.search-bar {
  position: absolute;
  top: 78px; /* Adjusted for positioning below the search container */
  left: 0;
  width: 100%;
  max-height: 0; /* Start collapsed */
  overflow: hidden; /* Hide overflowing content */
  background: tra;
  border-radius: 4px;
  z-index: 9999;
  /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
  transition: max-height 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
  opacity: 0;
  pointer-events: none;
}

.search-bar.open {
  max-height: 150px; /* Adjust to fit your content */
  opacity: 1;
  pointer-events: auto;
}

.search-bar input {
  width: 59%;
  height: 49px;
  margin: 20px auto;
  display: block;
  border: 1px solid #ddd;
  border-radius: 11px;
  padding: 8px 16px;
  font-size: 14px;
  box-sizing: border-box;
}

.search-icon img{
 
width: 21px;
 
float: left;
 
margin-right: 8px;
 
/* margin-top: 4px; */
}

.h2-img{
    margin-right: 10px;
  
  
    width: 40px;
  
    position: relative;
}

.header-2{
    float: left;
    width: 100%;
    padding: 13px 0px 16px 0px;
}
.logobox{
    width: 100%;
    float: left;
    /* padding: 10px 0px; */
}
.logobox img{
    width: 258px;
    object-fit: cover;
    float: left;
}
.header-search-btn img{
  
width: 17px;
}
.header-2 form button{
  
position: absolute;
  
right: 11px;
  
background: transparent;
  
border: 0;
  
top: 11px;
}
.header-2 input{
    font-size: 14px;
    width: 254px;
    height: 38px;
    border-radius: 22px;
    color: #909090;
    padding: 10px 20px;
    border: none;
    margin: 0;
    /* border: 1px solid #e9e9e9; */
    font-weight: 400;
    background: #F5F5F5;
    font-family: 'Rubik',sans-serif;
}
.header-2 form{

float: right;

padding: 8px 0%;

position: relative;
}
.h2-box{
    float: right;
    margin-top: 12px;
    margin-left: 21px;
    align-items: center;
    justify-content: center;
}
.h2-in1{
    width: auto;
    float: left;
   
}

.h2-img{
    margin-right: 16px;
    float: left;
    position: relative;
}
.h2-img:hover{
    
}
.h2-in1 img {
    width: 32px;
    float: left;
    align-items: center;
    justify-content: center;
}
.h2-in1 h5{
 
font-size: 18px;
 
color: #4A171F;
 
font-weight: 500;
 
background-color: #e7ad51;
 margin-bottom: 0px;
 
border-radius: 24px;
 
width: 98px;
 
text-align: center;
 
height: 49px;
 
display: flex;
 
align-items: center;
 
justify-content: center;
 cursor: pointer;
    box-shadow: inset 0 0 0 0 #4A171E;
    transition: ease-out 0.4s;
}

/* Hover Effect */
.h2-in1:hover h5 {
    box-shadow: inset 0 0 0 50px #4A171E;
    color: white;
}


.h2-img h3 {
    float: right;
    border-radius: 50px;
    background: #052e70;
    width: 15px;
    height: 15px;
    font-size: 11px;
    color: white;
    font-weight: 400;
    position: absolute;
    top: -2px;
    margin: 0px;
    /* padding: 1.5px 0px; */
    text-align: center;
    right: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Rubik',sans-serif;
}


.banner-1{
    float: left;
    width: 100%;
    background-color: #c28a3c;
    padding: 35px 0px 20px 0px;
}



.menuarea{
           width: 100%;
           float: right;
           position: relative;
           padding: 13px 0px 3px 0px;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: transparent;
   
    border-color: transparent;
}

.menuarea > ul{
 
width: 100%;
 
display: inline-block;
 
vertical-align: middle;
 
margin-bottom: 0px;
 
padding-left: 7px;
 
float: left;
 
transition: all ease-in-out 0.5s;
 
-o-transition: all ease-in-out 0.5s;
 
-ms-transition: all ease-in-out 0.5s;
 
-moz-transition: all ease-in-out 0.5s;
 
-webkit-transition: all ease-in-out 0.5s;
}
    
.menuarea > ul > li{
     /* padding-bottom: 39px !important; */
     float: left;
     width: auto;
     display: inline-block;
     vertical-align: middle;
     position: relative;
     padding: 0px 15px;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
}

.menuarea > ul > li > a{
       padding-bottom: 14px;
       font-weight: 400;
       width: auto;
       color: #000;
       float: left;
       position: relative;
       font-size: 16px;
       z-index: 111;
       transition: all ease-in-out 0.5s;
       -o-transition: all ease-in-out 0.5s;
       -ms-transition: all ease-in-out 0.5s;
       -moz-transition: all ease-in-out 0.5s;
       -webkit-transition: all ease-in-out 0.5s;
       text-decoration: none;
       text-align: center;
       position: relative;
       font-family: 'Rubik',sans-serif !important;
    }
    .dropdown::after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-left: 11px;
        border-right: 1.5px solid #333;
        border-bottom: 1.5px solid #333;
        transform: rotate(45deg);
        top: 6px;
        right: 1px;
        }

      
.menuarea > ul > li > a:hover{color: #080695 !important;-o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;text-decoration: none;position: relative;}

.activeli{
  position: relative;
}

/*
.menu li:hover > ul {
     columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
    visibility: visible;
    opacity: 1;
    z-index: 99999;
   
    transform: scale(1.0);
}*/
.nested{
  left: 288px !important;
  top: 0px !important;!i;!;
}






/* Mega Menu Base Style */
.mega-menu {
  float: left;
  position: absolute;
  top: 40px;
  left: -214px;
  width: 640px;
  background: #ffffff;
  padding: 10px 20px;
  display: flex;
  gap: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
  z-index: 999;
}

/* Show mega menu on hover */
.mega-dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.mega-column {
  flex: 1;
}

.mega-column h4 {
  font-family: 'RocaOne';
  color: #d09d52;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  font-weight: 400;
}

.mega-column ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mega-column ul li {
  margin-bottom: 8px;
}

.mega-column ul li a {
  color: #0e326c;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s;
  width: 100%;
  float: left;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  font-family: 'Rubik',sans-serif;
}

.mega-column ul li a:hover {
  color: #c28a3c;
}



.trending-box:hover .trending-box2 h5{
    color: #D09C51;
      -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s; 
     -moz-transition: all ease-in-out 0.5s; 
     -webkit-transition: all ease-in-out 0.5s;
}
.trending-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.trending-box {
  position: relative;
  pointer-events: none; /* Prevents default clicking */
}

.trending-box * {
  pointer-events: auto; /* Allows clicks inside the box */
}

.action-btn {
  pointer-events: auto; /* Ensures Buy Now & Add to Cart buttons work */
}

.trending-box{
    width: 100%;
    float: left;
    /* padding: 6px 0px; */
    border: 1px solid #DCDCDC; 
    background: white;
    border-radius: 16px;
}
.trending-box2{
    float: left;
    width: 100%;
    padding: 10px 12px 9px 12px;
    margin-top: -1px;
    border-top: none;
}
.trending-box2 h5
{
    color: #052E70;
    font-size: 20px;
    font-weight: 500;
    float: left;
    width: 100%;
    line-height: 22px;
    font-family: 'Rubik',sans-serif;
    margin-bottom: 15px;
}
.trending-box2 h5 span{
    float: left;
    width: 100%;
    color: #827E76;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
    font-family: 'poppins',sans-serif;
    letter-spacing: 1px;
}
.trending-box2 h6{
    /* padding-top: 6px; */
    color: #434345;
    font-size: 22px;
    font-weight: 500;
    float: left;
    width: 100%;
    margin-bottom: 12px;
    font-family: 'Rubik',sans-serif;
}
.trending-box2 h6 span{
    font-size: 18px;
    color: #DA291C;
    text-decoration: line-through;
    padding-left: 10px;
}

.t-img
{
    background-color: white;
    /* padding-bottom: 11px; */
    border-bottom: 1px solid #f0f2f5;
    height: 207px;
    object-fit: cover;
    border-radius: 16px;
    /* border-top-right-radius: 16px; */
    width: 100%;
}
.trend-fav{
    width: 31px;
    height: 31px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 8px;
    border: 0;
    background: #fff;
    padding: 6px;
    border-radius: 30px;
}
.trend-fav img {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.red-bac{
      background: #e21f1f !important;  
}

.action-btn{
    float:left;
    width:100%;
    margin-top: 0px;
    /* padding-left: 18px; */
 }
.add-cart{
    /* margin-right: 17px; */
    border-radius: 13px;
    width: 56px;
    height: 57px;
    float: left;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-out 0.4s;
    border: 1px solid #052E70;
     box-shadow: 0 3px 0px rgb(255 255 255);
}
.add-cart:hover{
        transform: translateY(-2px);
        box-shadow: 0 4px 0px rgb(5 46 112);
}
.add-cart img {
    width: 33px !important;!i;!;
    float: left;
    align-items: center;
    justify-content: center;
}
.buy-now{
    float:left;
    border-radius: 13px;
    background-color:white;
    width: 186px;
    height: 57px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-right: 8px;
    text-align:center;
    line-height: 34px;
    background-color: #052E70;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: ease-out 0.4s;
    font-family: 'Rubik',sans-serif;
    box-shadow: 0 3px 0px rgb(255 255 255);
}

/* Hover Effect */
.buy-now:hover  {
     transform: translateY(-2px);
     box-shadow: 0 4px 0px rgb(204 151 78);
}


.new-arrival{
      float: left;
      background: #D0BB51;
      padding: 4px 11px;
      font-size: 14px;
      color: #fff;
      font-weight: 500;
      top: 0px;
      border-radius: 16px 0px 16px 0px;
      position: absolute;
      font-family: 'poppins',sans-serif;
      left: 0px;
}

.offer-save{
      float: left;
      background: #D0BB51;
      padding: 4px 11px;
      font-size: 14px;
      color: #fff;
      font-weight: 600;
      top: 0px;
      border-radius: 16px 0px 16px 0px;
      position: absolute;
      font-family: 'poppins',sans-serif;
      left: 0px;
}
.ofs{
      float: left;
      background: #c72121;
      padding: 4px 11px;
      font-size: 14px;
      color: #fff;
      font-weight: 600;
      top: 0px;
      border-radius: 16px 0px 16px 0px;
      position: absolute;
      font-family: 'poppins',sans-serif;
      left: 0px;
}

.p3-carousel .owl-nav {
 float: left;
   
    position: absolute;
       top: 10px;
       right: 0px;
  
    
}

.p3-carousel .owl-prev img {
  object-fit: cover;
  width: 45px;
  margin-right: 10px;
}
.p3-carousel .owl-next img {
    width: 45px;
object-fit: cover;
}

.p3-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    width: 100%;
    float: left;
}



.p3-carousel .owl-nav {
 float: left;
 width:100%;
 position: absolute;
 left: 0;
 top: 30px;
}

.p3-carousel .owl-prev img {
  object-fit: cover;
  float: right;
  top: -95px;
  right: 65px;
  position: relative;
}
.p3-carousel .owl-next img {
    object-fit: cover;
    right: 21px;
    float: right;
    position: relative;
    top: -140px;
}
.p3-carousel .owl-nav.disabled {
    display: block !important;
}


.banner-4{
    float: left;
    width: 100%;
    padding: 62px 166px;
    background-color: #E7F0FF;
}
.b4-box{

float: left;

padding: 0px 0px;

width: 20%;
}
.b4-box img{
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 81px;
    height: auto;
    /* object-fit: contain; */
    margin-bottom: 16px;
}
.b4-box h1{
    float: left;
    width: 100%;
    margin-top: 0px;
    font-size: 20px;
    font-weight: 400;
    color: #071F44;
    font-family: 'Rubik',sans-serif;
    text-align: center;
    margin-bottom: 0px;
}
.b4-box p{
    float: left;
    width: 100%;
    text-align: center;
    color: #6D6D6D;
    line-height: 156%;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}
.action-btn-sp{
    float:left;
    width:100%;
    margin-top:15px;
    /* padding-left: 18px; */
 }
.add-cart-sp
{
    cursor: pointer;
    float:left;
    border-radius:50px;
    background-color: #000;
    width: 110px;
    height: 35px;
    border: solid 1px #000;
    color: #ddcbcf;
    font-weight:500;
    font-size: 14px;
    }
.add-cart-sp:hover
{
    background-color:white; 
    border: solid 1px #7f1431;
    color: #7f1431;
       transition: all ease-in-out 0.5s; 
       cursor:pointer;
    -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s; 
     -moz-transition: all ease-in-out 0.5s; 
     -webkit-transition: all ease-in-out 0.5s;
 }
.buy-now-sp{
    cursor: pointer;
    float:left;
    border-radius:50px;
    background-color:white;
    width: 110px;
    height: 35px;
    border: solid 1px #7f1431;
    color: #7f1431 !important;
    font-weight:500;
    font-size:15px;
    margin-left:10px;
    text-align:center;
    line-height: 34px;
}
.buy-now-sp:hover
{
    background-color:#000;
     border:solid 1px #000; 
     color:#ddcbcf !important; 
    
      text-decoration:none;
  }

  .banner-5{
    float: left;
    width: 100%;
    padding-bottom: 95px;
    padding-top: 108px;
    position: relative;
  }
  .banner5img{
    float: left;
    width: 100%;
    object-fit: cover;
    height: 497px;
    position: relative;
    z-index: 9;
  }
  .tear-img{
    position: absolute;
    width: 100%;
    bottom: 88px;
    left: 0;
    right: 0;
    z-index: 11;
  }

.ticker-wrapper {
  padding: 12px 0px 26px 0px;
  overflow: hidden;
  background-image: url("../images/banner-4.png");
  white-space: nowrap;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: bottom;
}

.ticker-track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.ticker-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  margin-right: 50px;
  color: white;
  font-size: 34px;
  font-weight: 400;
  font-family: 'RocaOne', sans-serif;
  letter-spacing: 1px;
  flex-shrink: 0;
}

.ticker-item img {
  height: 52px;
  margin-top: 9px;
  /* margin-left: 20px; */
  margin-right: 31px;
}





/*right to left*/


.news-ticker-wrapper {
  padding: 12px 0px 26px 0px;
  overflow: hidden;
background-color: #fff;  white-space: nowrap;
  width: 100%;
  position: relative;
  background-size: 100%;
  background-position: bottom;
}

.news-ticker-track {
  display: flex;
  white-space: nowrap;
  will-change: transform;
}

.news-ticker-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-ticker-item {
  display: inline-flex;
  align-items: center;
  margin-right: 50px;
  color: #052E70;
  font-size: 34px;
  font-weight: 400;
  font-family: 'RocaOne';
  letter-spacing: 1px;
  flex-shrink: 0;
}

.news-ticker-item img {
  height: 52px;
  margin-top: 9px;
  /* margin-left: 20px; */
  margin-right: 31px;
}



















.footer{
    float: left;
    width: 100%;
    background-image: url("../images/ftr-ban2.webp");
    background-repeat: no-repeat;
    padding-top: 118px;
    /* padding-bottom: 60px; */
    background-size: cover;
}



.f-part1{
    float: left;
    width: 31%;
}
.f-part2{
    float: left;
    width: 15%;
}


.f-part3{
    float: left;
    width: 17%;
}


.f-part4{
    float: left;
    width: 17%;
}


.f-part5{
    float: left;
    width: 20%;
}





.ft-logo{
    float: left;
    width: 100%;
}
.ftr-logo{
    float: left;
    width: 244px;
}
.ft-logo p{
    float: left;
    width: 79%;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #dbdfe7;
    font-family: 'Rubik',sans-serif;
    margin-top: 16px;
}
.quicklink{
    float: left;
    width: 100%;
    /* margin-top: 15px; */
}
.quicklink h2{
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #D09C51;
    margin-bottom: 9px;
    line-height: 18px;
    font-family: 'Rubik',sans-serif;
}
.quicklink a{
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #dbdfe7;
    font-family: 'Rubik',sans-serif;
    margin-top: 15px;
    line-height: 22px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.quicklink a:hover{
    text-decoration: none;
    color: #D09C51;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;

}



.ft-contact{
    float: left;
    width: 100%;
}
.ft-contact h2{
 float: left;
 width: 100%;
 font-weight: 600;
 font-size: 18px;
 color: #D09C51;
 margin-bottom: 24px;
 line-height: 19px;
 font-family: 'Rubik',sans-serif;
}
.ft-contact h4{
    margin-bottom: 15px;
    /* margin-left: -222px; */
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #dbdfe7;
    /* margin-top: 7px; */
    line-height: 19px;
    font-family: 'Rubik',sans-serif;
}
.ft-contact h4 img{
    float: left;
    width: 19px;
    margin-right: 8px;
    margin-bottom: 10px;
}
.ftr-imgsp{
    margin-bottom: 42px !important;
}
.ft-contact h4 a{
     font-size: 16px;
     font-weight: 400;
     color: #dbdfe7;
     margin-top: 9px;
     font-family: 'Rubik',sans-serif;
     line-height: 19px;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
}
.ft-contact h4 a:hover{
    text-decoration: none;
    color: #D09C51;
    transition: all ease-in-out 0.5s;
      -o-transition: all ease-in-out 0.5s;
      -ms-transition: all ease-in-out 0.5s;
      -moz-transition: all ease-in-out 0.5s;
      -webkit-transition: all ease-in-out 0.5s;

}
.ft-social{
    float: left;
    width: 100%;
    /* margin-top: 4px; */
    margin-left: -10px;
}
.ft-social a{
    float: left;
    width: auto;
}




.ft-social-img {
    width: 63px;
    height: auto;
    /* margin-right: -2px; */
    float: left;
    /* object-fit: revert-layer; */
   }

    .copy{
        float: left;
        width: 100%;
        padding: 15px 0px;
        border-top: 1px solid #ffffff7d;
        margin-top: 114px;
    }
    .copy h6{
        float: left;
        font-size: 16px;
        color: #f8f8f8;
        font-weight: 400;
        margin-bottom: 0;
            font-family: 'Rubik',sans-serif;

width: 100%;
text-align: center;
    }
  
.ftr-1 a h6:hover {
color: #D09C51;
       transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}
.ftr-in1 h4:hover {
color: #D09C51;
       transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}
.ftr-3 a:hover {
color: #D09C51;
       transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}


.menu-wrapper .menu-item a:hover {
color: #da9aab;
   transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;
}





@media(min-width:576px)
{
    .mob-login{
        display: none;
    }
}



@media (min-width:990px)
{
    .ftr-mbf{
        display: none;
    }
}

@media (max-width:990px)
{
    .ftr-mbf{
        display: block;
    }



}



/* responsive */

@media (min-width:992px) and (max-width:9500px) {
.mobile-sr{display:none;}
.mb-filters{display:none !important;}

}
.bc-adc {
    background: #fdf3e5;
    float: left;
    width: 100%;
    padding: 10px 01%;
}.bc-adc a {
    font-size: 15px;
    color: #162315;
    font-weight: 500;


}


.rating{
    float: left;
    margin-right: 14px;

}
/*cartpage*/
.cart-content{
    padding-bottom: 2px;
}
.cart-1 {
    float: left;
    width: 63%;
    padding-right: 28px;
}
.cart-2 {
    float: left;
    width: 36%;
}
.cart-box:last-child{
    border-bottom: none;
}
.width-cartquant{
    width: 127px !important;
    height: 44px!important;
    float: lt;
    margin-top: 46px;
}
.cart-full-box {
    float: left;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
}
.cart-head{
    float: left;
    width: 100%;
    color: #052E70;
    font-family: 'RocaOne';
    font-weight: 400;
    font-size: 40px;
    /* margin-bottom: 20px; */
    margin-top: 7px;
    margin-bottom: 0px;
}
.cart-head span{
    font-size:16px ;
    color: #7d7d7d;
    padding-left:8px ;
    font-family: 'Rubik',sans-serif;
}
.cart-main {
    float: left;
    width: 100%;
    padding-bottom: 33px;
}
.cart-box{
    float: left;
    width: 100%;
    /* margin-bottom: 20px; */
    padding: 20px 7px 23px  9px;
    /* background-color: #fff; */
    /* border-radius: 20px; */
    border-bottom: 1px solid #e6e6e6;
}
.cart-img{
    float: left;
    width:125px;
    height: 125px;
    margin-right: 16px;
    display: block;
    object-fit: cover;
    border: 1px solid #eeeeee;
    border-radius: 9px;
}
.close-img{
    width: 34px;
    float: right;
    object-fit: cover;
    /* margin-top: 18px; */
}

.cart-box h2{font-family: 'Rubik',sans-serif;color: #000;font-size: 20px;font-weight: 500;/* float: left; */line-height: 28px;}


.cart-box h5{
    /* float: left; */
    padding-top: 5px;
    color: #611109;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Rubik',sans-serif;
}
.cart-box h5 span{
    color: #7d7d7d;
    padding-left: 3px;
}


.cart-box h6{
    padding-top: 31px;
    color: #052E70;
    font-size: 24px;
    font-weight: 500;
    float: left;
    margin: 0;
    font-family: 'Rubik',sans-serif;
}
.cart-box h6 span{
    font-size: 16px;
    color: #8A8A8A;
    text-decoration: line-through;
    padding-left: 10px;
}

.cart {
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 0px;
}
.plus-minus{
    float: left;
    width: 100%;
  
}



.summary {
    float: left;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    padding: 18px 27px;
    /* margin-top: 22px; */
}
.summary h3{font-size: 24px;font-weight: 500;color: #000;float: left;width: 100%;margin-bottom: 20px;font-family: 'Rubik',sans-serif;}
.summary p{width: 100%;font-size: 16px;font-weight: 400;color:#5F6C72;float: left;margin-bottom: 16px;font-family: 'Rubik',sans-serif;}



.summary p span{
    float: right;
    
color: #343434;
}

.total-text{width: 100%;font-size: 24px;font-weight: 500;color: #000;float: left;border-top: 1px solid #e6e6e6;padding: 19px 0px;font-family: 'Rubik',sans-serif;}

.total-text span{
    float: right;
    
color: #343434;
}

.promo-row {
      display: flex;
      gap: 10px;
      float: left;
      margin-bottom: 15px;
      width: 100%;
    }

    .promo-input {

      flex: 1;
      padding: 15px;
      border: none;
      background: #f1f1f1;
      border-radius: 10px;
      font-size: 16px;
      display: flex;
      align-items: center;
      color: #888;
      height: 48px;
      font-weight: 400;
      font-family: 'Rubik',sans-serif;
    }

    .promo-input::placeholder {
      color: #888;
    }

    .apply-btn {
      background-color: #D09C51;
      color: white;
      border: none;
      border-radius: 10px;
      padding: 0 20px;
      font-size: 14px;
      width: 119px;
      height: 48px;
      cursor: pointer;
    transition: ease-out 0.4s;
    font-family: 'Rubik',sans-serif;
    box-shadow: 0 3px 0px rgb(255 255 255);
}

/* Hover Effect */
.apply-btn:hover  {
     transform: translateY(-2px);
     box-shadow: 0 4px 0px #052E70;
}

    .checkout-btn {
      float: left;
      width: 100%;
      background-color: #052c77;
      color: white;
      border: none;
      border-radius: 12px;
      padding: 12px 0px;
      font-size: 16px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      cursor: pointer;
      font-family: 'Rubik',sans-serif;
      transition: ease-out 0.4s;
    box-shadow: 0 3px 0px rgb(255 255 255);
}

/* Hover Effect */
.checkout-btn:hover  {
     transform: translateY(-2px);
     box-shadow: 0 4px 0px #D09C51;
}


    .info-text {
      float: left;
      margin-top: 15px;
      font-size: 13px;
      color: #333;
      line-height: 1.4;
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-weight: 400;
      font-family: 'Rubik',sans-serif;
    }

    .info-icon {
      /* width: 20px; */
      /* height: 20px; */
      /* background-color: #d5f7d2; */
      /* color: green; */
      /* font-weight: bold; */
      /* border-radius: 5px; */
      /* display: flex; */
      /* align-items: center; */
      justify-content: center;
      /* font-size: 14px; */
    }

/*checkoutpag*/
#cart-bg {
    float: left;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.billing-bg {
    float: left;
    width: 100%;
    /* background-color: white; */
    /* padding-left: 0px !important; */!I;!;
}
.billing-bg .panel-default {
    float: left;
    width: 100%;
    background-color: white;
    margin-bottom: 38px;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #fff;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.billing-bg .panel-title {
    margin-bottom: 0px !important;
}
.panel-default>.panel-heading a[aria-expanded="true"] {
 
}
.panel-default>.panel-heading a {
       
font-size: 24px !important;
       
font-weight: 500;
       
color: #3D3D3D;
       
float: left;
       
width: 100%;
       
font-family: 'Rubik', sans-serif;
}
.collapse.in {
    display: block !important;
}
.billing-bg .panel-body {
    float: left;
    width: 100%;
    background-color: white;
    border-top: none;
    padding-top: 27px;
}
.saved-bg {
    float: left;
    width: 100%;
    /* background-color: #fff2f6; */
    padding-right: 13px;
    padding-left: 19px;
    padding-top: 22px;
    padding-bottom: 32px;
    border-radius: 35px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 16px;
    border: 1px solid #E8E8E8;
    /* margin-right: 6px; */
    transition: border-color 0.3s ease-in-out;
    cursor: pointer;
}

.saved-bg.selected {
    border-color: #E2B144;
}
.saved-bg h2 {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
}

.saved-bg p {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #7F7F7F;
    /* line-height: 26px; */
    padding-top: 6px;
    margin-bottom: 5px;
    font-family: 'Rubik', sans-serif;
}

.mail-save {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #7F7F7F;
    padding-bottom: 8px;
}
.mail-save span {
    color: #7F7F7F;
    font-weight: 400;
    /* padding-right: 3px; */
}
.yellow-down{
    width: 16px;
    margin-left: 18px;
}

.new-address {
    width: 100%;
    float: left;
    /* border-radius: 50px; */
    /* text-align: center; */
    /* background-color: #7f1431; */
    color: #3d3d3d;
    font-weight: 500;
    font-size: 24px;
    margin-top: 24px;
    /* padding: 17px 30px; */
    margin-bottom: 6px;
    border: none;
    /* padding-left: 25px; */
    /* padding-right: 25px; */
    cursor: pointer;
    font-family: 'Rubik', sans-serif;
}
.new-address:hover {
    /* color: #f6f6f6; */
    /* background-color: #212121; */
}


.card-clp {
    float: left !important;
    width: 100% !important;
}

.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;
}

.card-shipping {
    float: left !important;
    width: 100% !important;
    border: none !important;
    padding: 0px !important;
}
.shipping-form {
    float: left;
    width: 100%;
    /* border-top: solid 5px #ecfbe8; */
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 30px;
}


.radio-h1{
    margin-right: 41px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    float: left;
}
.radio-p{
    float: left;
}
.space{
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}
.space [type="radio"]:checked,
.space [type="radio"]:not(:checked) {
    position: absolute;
    display: none;
}
.space [type="radio"]:checked + label,
.space [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 37px;
    margin-right: 20px;
    cursor: pointer;
    line-height: 20px;
    font-weight: 500;
    top: 0px;
    display: inline-block;
    color: #212121;
    margin-bottom: 0px;
}
.space [type="radio"]:checked + label:before,
.space [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px;
    width: 26px;
    height: 26px;
    border: 1px solid #c0c0c0;
    border-radius: 100%;
    background: #fff;
}
.space [type="radio"]:checked + label:after,
.space [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #7f1431;
    position: absolute;
    top: 2px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.space [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.space [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.shipping-form form {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.titel-address {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #0F172A;
    font-weight: 500;
    /* padding-top: 7px; */
    margin-bottom: 10px;
    font-family: 'Rubik', sans-serif;
}

.field-type {
    float: left;
    width: 100%;
    height: 40px;
    border-radius: 6px;
    border: solid 1px #d4d9e7;
    color: black;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    font-weight: 400;
    margin-bottom: 26px;
    font-family: 'Rubik',sans-serif;
    background-color: #FAFAFA;
}
.flag {
    background-image: url(../img/flag.png);
    background-repeat: no-repeat;
    background-position-y: 7px;
    background-size: 47px;
    padding-left: 50px;
}
.field-type-address {
    float: left;
    width: 100%;
    height: 50px;
    border-radius: 8px;
    border: solid 1px #A1ABCA;
    color: black;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
    /* margin-top: 12px; */
    margin-bottom: 18px;
    height: 81px;
    padding: 15px;
    background-color: #FAFAFA;
}


.frm-save {
    float:left;
    border-radius: 13px;
    background-color:white;
    width: 187px;
    height: 49px;
    border: none;
    color: #fff;
    font-weight:500;
    font-size: 16px;
    margin-right: 14px;
    text-align:center;
    line-height: 34px;
    background-color: #052E70;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    /* box-shadow: inset 0 0 0 0 #4A171E; */
    transition: ease-out 0.4s;
    margin-right: 10px;
    font-family: 'Rubik';
    /* transform: translateY(-2px); */
    box-shadow: 0 4px 0px #fff;
}

/* Hover Effect */
.frm-save:hover  {
    /* box-shadow: inset 0 0 0 50px #4A171E; */
    /* color: white; */
    transform: translateY(-2px);
    box-shadow: 0 4px 0px #d09c51;
}


.frm-cancel {
   float:left;
   border-radius: 13px;
   background-color:white;
   width: 108px;
   height: 49px;
   border: solid 1px #272727;
   color: #000;
   font-weight:500;
   font-size: 16px;
   margin-right: 14px;
   text-align:center;
   line-height: 34px;
   background-color: #fff;
   display: flex;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   /* box-shadow: inset 0 0 0 0 #4A171E; */
   transition: ease-out 0.4s;
   margin-right: 10px;
   font-family: 'Rubik';
   transition: ease-out 0.4s;
   font-family: 'Rubik', sans-serif;
   box-shadow: 0 3px 0px rgb(255 255 255);
}

/* Hover Effect */
.frm-cancel:hover  {
    /* box-shadow: inset 0 0 0 50px #4A171E; */
    /* color: white; */
    transform: translateY(-2px);
    box-shadow: 0 4px 0px #052E70;
}
.payment-container {
    padding-top: 22px;
    width: 100%;
    border-radius: 12px;
    float: left;
}

/* Payment row setup */
.payment-option {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
    width: 100%;
    position: relative; /* To position icons properly */
}

/* Radio button styling */
.payment-option input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    accent-color: black;
}

/* Label styling */
.payment-option label {
    margin-bottom: 0px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Rubik',sans-serif;
}

/* Payment icons specific to Bank row */
.payment-option .payment-icons {
    position: absolute;
    right: 0; /* Sticks icons to the right */
    display: flex;
    gap: 8px;
}

/* Icon image styling */
.payment-icons img {
    height: auto;
    width: 201px;
    object-fit: cover;
}



/*sucesspage*/
.success-main{
    float: left;
    width: 100%;
    padding: 98px 0px 41px 0px;
    position: relative;
    border-top: 1px solid #ededed;
}
.success-box{
    float: none;
    margin:auto;
    display: block;
    width: 49%;
    background-color: #f8f8f8;
    border: 1px solid #d4d4d4;
    border-radius: 24px;
    padding: 47px 62px;
}
.success-img{
    float: none;
    margin:auto;
    display:block;
    width: 281px;
}

.success-box h1{
    text-align: center;
    width: 100%;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-top: 12px;
    font-family: 'Rubik',sans-serif;
}
.success-box h1 span{
    color:#7f1431 ;
}
.success-box h2{
    text-align: center;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #6D7176;
    margin-top: 11px;
    line-height: 144%;
    font-family: 'Rubik',sans-serif;
}
.success-box h3{
     text-align: center;
     width: 100%;
     font-size: 22px;
     font-weight: 400;
     color: #7f1431;
     margin-top: 25px;
}
.success-box a h5{
    width: 166px;
    float: none;
    height: 49px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 18px;
    font-size: 16px;
    background-color: #052E70;
    border-radius: 13px;
    padding: 15px 0px;
    text-align: center;
    color: #fff;
    font-family: 'Rubik',sans-serif;
    font-weight: 500;
    /* border: 1px solid  #7f1431; */
    /* box-shadow: inset 0 0 0 0 #4A171E; */
    transition: ease-out 0.4s;
    box-shadow: 0 3px 0px rgb(255 255 255) !important;
}

/* Hover Effect */
.success-box a h5:hover  {
    box-shadow: inset 0 0 0 50px #4A171E;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 3px 0px rgb(208 156 81) !important;
}


        
.stock-container {
  width: 100%;
  max-width: 600px;
  float: left;
  width: q;
}

.stock-info {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}

.green-dot {
  width: 8px;
  height: 8px;
  background-color: #4CAF50;
  border-radius: 50%;
  box-shadow: 0 0 4px 1px #53c358;
  margin-right: 8px;
}

.stock-text {
  color: #000;
  font-family: 'Rubik',sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.stock-bar {
  width: 100%;
  height: 4px;
  background-color: #cccccc;
  /* border-radius: 3px; */
  overflow: hidden;
}

.stock-fill {
  height: 100%;
  background-color: #4CAF50;
  width: 0%;
  border-radius: 0px;
  transition: width 0.4s ease;
}

/* Hover Effect */
.view-item:hover  {
    box-shadow: inset 0 0 0 50px #4A171E;
    color: white;


        }
        .cancel-order {
            color: #4a171e;
            cursor: pointer;
            font-size: 16px;
            float: left;
            font-weight: 500;
            line-height: 166%;
        }


/*checkout-part2*/
.apply-discount {
    float: left;
    width: 100%;
    /* border-radius: 20px; */
    padding-bottom: 15px;
    background-color: white;
}

.apply-discount form {
  float: left;
  width: 100%;
  /* padding: 15px 20px; */
  padding-top: 17px;
}
.discount-label{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    padding-top: 7px;
}
.field-etc{
          height: 46px;
          border-radius: 50px;
          border: solid 1px #000000;
}
.apply-code {
       float: right;
       border-radius: 50px;
       text-align: center;
       background-color: #E2B144;
       color: #4a171e;
       font-weight: 500;
       font-size: 16px;
       margin-top: 0px;
       padding: 0px 36px;
       margin-bottom: 15px;
       border: none;
       /* padding-left: 25px; */
       /* padding-right: 25px; */
       cursor: pointer;
       width: 93%;
       height: 46px;
        box-shadow: inset 0 0 0 0 #4A171E;
    transition: ease-out 0.4s;
}



/* Hover Effect */
.apply-code:hover  {
    box-shadow: inset 0 0 0 50px #4A171E;
    color: white;
}




.view-coupons {
    float: left;
    width: 100%;
    color: #052e70;
    font-weight: 400;
    font-size: 16px;
    padding-top: 8px;
    /* letter-spacing: 1px; */
    text-decoration: underline;
    margin-top: 0px;
    /* position: relative; */
    top: 0px;
    font-family: 'Rubik',sans-serif;
}
.coupon-img{
    float: left;
    width: 40px;
    margin-right: 15px;
    object-fit: cover;
    position: relative;
    top: -7px;
}
.view-coupons:hover{
    color: #000;
       text-decoration: underline;
}

.apply-summary {
    float: right;
    width: 94%;
    /* padding-top: 22px; */
    padding-bottom: 25px;
    background-color: white;
    /* margin-top: 15px; */
    border-radius: 20px;
    border: 1px solid #ddd;
    padding: 22px 17px;
    /* margin-left: 26px; */
}
.apply-summary h3{
        float: left;
        width: 100%;
        color: #000;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 0px;
        font-family: 'Rubik';
}
  .detail-box {
            float: left;
            background: white;
            width: 350px;
            border-radius: 12px;
            /* padding: 20px; */
            /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
            width: 100%;
            padding-top: 28px;
        }

    

        .detail-item {
            display: flex;
            align-items: center;
            margin-bottom: 24px;
        }

        .detail-item img {
            width: 90px;
            height: 65px;
            border-radius: 8px;
            margin-right: 10px;
        }

        .detail-name {
            flex: 1;
            font-size: 16px;
            font-weight: 400;
            font-family: 'Rubik',sans-serif;
            color: #343434;
        }

        .detail-price {
            font-size: 16px;
            font-weight: 400;
            font-family: 'Rubik';
            color: #343434;
        }

        .summary-details {
            /* font-size: 14px; */
            /* border-bottom: 1px solid #ddd; */
            padding-top: 0px;
        }

        .summary-details div {
            display: flex;
            justify-content: space-between;
            /* margin-bottom: 8px; */
            border-bottom: 1px solid #ddd;
            padding-bottom: 12px;
            padding-top: 9px;
            font-size: 18px;
            font-weight: 400;
            font-family: 'Rubik',sans-serif;
        }

        .detail-total {
            font-weight: bold;
            font-size: 16px;
            /* border-top: 2px solid #000; */
            padding-top: 19px !important;!i;!;
            font-weight: 600 !important;!I;!;
            color: #052E70;
            font-family: 'Rubik',sans-serif;
        }
.payment-btn{
    float: left;
    width: 100%;
    background-color: #d09c51;
    border-radius: 13px;
    height: 46px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    border:none;
    font-family: 'Rubik',sans-serif;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #4A171E;
    transition: ease-out 0.4s;
    cursor: pointer;
}



/* Hover Effect */
.payment-btn:hover  {
  
     transform: translateY(-2px); 
    box-shadow: 0 4px 0px #052e70;
}


.coupon-apply {
    float: left;
    width: 100%;
    padding: 15px;
    border-bottom: solid 1px rgb(0 0 0 / 8%);
    padding-top: 20px;
    padding-bottom: 20px;
}
.coupon-apply h2 {
    float: left;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    color: black;
    font-family: 'Rubik',sans-serif;
}
.coupon-apply p {
    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 13px;
    font-family: 'Rubik',sans-serif;
}
.apply-btn-coupon {
    background-color: #D09C51;
      color: white;
      border: none;
      border-radius: 10px;
      font-size: 14px;
      cursor: pointer;
    transition: ease-out 0.4s;
    font-family: 'Rubik',sans-serif;
    box-shadow: 0 3px 0px rgb(255 255 255);
    float: left;
     width: 119px;
      height: 48px;
      font-size: 16px;
      font-weight: 500;
      text-align: center;

}

/* Hover Effect */
.apply-btn-coupon:hover  {
     transform: translateY(-2px);
     box-shadow: 0 4px 0px #052E70;
}
.clp-card {
    float: left;
    width: 100%;
    padding: 0px !important;
}
.coupon-apply img {
    float: right;
    width: 25px;
    margin-top: 10px;
}




/*audiogadjetmedi*/

@media(max-width:767px)
{

.pro-new-arrival {

    padding: 4px 15px 4px 14px;
    font-size: 11px;
    border-radius: 30px 20px 20px 0px;
}
.pro-ofs{

    padding: 4px 15px 4px 14px;
    font-size: 11px;
    border-radius: 30px 20px 20px 0px;
}
.p-img {
 
    height: 165px;
    width: 75%;
   border-bottom: none;
    float: none;
    margin: auto;
    display: block;
}
.product-fav {
    width: 28px;
    right: 25px;
    top: 13px;
    
    padding: 6px;
}
.product-box {
 margin-bottom: 20px;
    border-radius: 18px;
    }

    .offer-product {

    padding: 5px 8px 5px 13px;
    font-size: 11px;
   
      margin-top: -43px;
    margin-right: -10px;
}
.product-box2 h3 {
    font-size: 12px;
    }
.product-box2{
        padding: 15px 10px;
    border-top:1px solid #f0f2f5;

    border-radius: 0px 0px 30px 30px;

}
.product-box2 h6 span {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 21px;
   
    padding-left: 0px;
}
.product-box2 h5 {
   
    font-size: 14px;
    }
    .pro-add-cart {
    width: 100%;
    margin-bottom: 5px;
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.pro-buy-now {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: table;
}
.mar-top {
    margin-top: 0px;
}

}

@media(min-width:1024px) and (max-width:1200px)
{
   .min-price {
    float: left;
    width: 87px;
}
  .max-price {
    float: left;
    width: 87px;
}


.pro-new-arrival {
    padding: 5px 19px 5px 18px;
    font-size: 13px;
}
.pro-ofs{
 padding: 5px 19px 5px 18px;
    font-size: 13px;
}
.p-img {
 

    width: 75%;
   border-bottom: none;
    float: none;
    margin: auto;
    display: block;
}

.product-box {
 margin-bottom: 20px;
 
    }
    .product-fav {
  
    right: 32px;
  
    top: 14px;
}

    .offer-product {

    padding: 5px 8px 5px 13px;
    font-size: 11px;
   
      margin-top: -43px;
    margin-right: -10px;
}
.product-box2 h3 {
    font-size: 12px;
    }
.product-box2{
        padding: 15px 10px;
    border-top:1px solid #f0f2f5;

    border-radius: 0px 0px 30px 30px;

}

.mar-top {
    margin-top: 0px;
}
}

@media (min-width:767px) and (max-width:1024px)
{
    .min-price {
    float: left;
    width: 87px;
}
  .max-price {
    float: left;
    width: 87px;
}


.pro-new-arrival {
    padding: 5px 19px 5px 18px;
    font-size: 13px;
}
.pro-ofs{
 padding: 5px 19px 5px 18px;
    font-size: 13px;
}
.p-img {
 

    width: 75%;
   border-bottom: none;
    float: none;
    margin: auto;
    display: block;
}

.product-box {
 margin-bottom: 20px;
 
    }
    .product-fav {
  
    right: 32px;
  
    top: 14px;
}

    .offer-product {

    padding: 5px 8px 5px 13px;
    font-size: 11px;
   
      margin-top: -43px;
    margin-right: -10px;
}
.product-box2 h3 {
    font-size: 12px;
    }
.product-box2{
        padding: 15px 10px;
    border-top:1px solid #f0f2f5;

    border-radius: 0px 0px 30px 30px;

}

.mar-top {
    margin-top: 0px;
}
    .pro-add-cart {
    width: 100%;
    margin-bottom: 5px;
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.pro-buy-now {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    display: table;
}


}


@media(min-width:1200px) and (max-width:1500px)
{

    .pro-new-arrival{
            padding: 5px 18px 5px 16px;
    font-size: 13px;
    }
    .pro-ofs{
            padding: 5px 18px 5px 16px;
    font-size: 13px;
    }
}





/*checkoutpagemedia*/

@media(max-width:767px)
{
    .width-cartquant {
    width: 127px !important;
    height: 44px !important;
    float: lt;
    margin-top: 46px;
}
    .billing-bg .panel-body {
padding-top: 0px;
}
.del-ed {
 float: left;
    position: unset;
}
.edit-a {
    float: left;
   
    margin-right: 0px;
    margin-left: 10px;
}
.del-a {
    float: left;
    }
.saved-bg{
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0px;
}
.radio-h1 {
    width: 100%;
    margin-bottom: 15px;
   margin-right: 0px;
}
.space {
    float: left;
    margin-top: 30px;
    margin-bottom: 0px;
}

.order-1 h4 {
   
    font-size: 14px;
    }
}
@media(min-width:575px) and (max-width:767px)
{


    .frm-save{
    padding: 15px 60px !important ;
    width: unset !important;
}
.frm-cancel{
       padding: 15px 60px !important;
    width: unset !important;

}
}

@media(min-width:1250px) and (max-width:1394px)
{
    .coupon-img {

    top: 0px !important;
}
}
@media(min-width:991px) and (max-width:1300px)
{
    .apply-discount form {
   
    padding: 15px 10px;
}
.field-etc {
    height: 51px;
    border-radius: 15px;
}

.field-type {
    margin-bottom: 25px;
}
.coupon-img {
    float: left;
    width: 30px;
    margin-right: 9px;

    top: -1px;

    }
    .order-1 h2 {
    width: 100%;
  
    text-align: left;
}
.order-1 h4{
    width: 100%;
}
.sub-50 {
    float: left;
    width: 100%;
    }
    .os-gr {
 
    text-align: left;
}
.payment-btn{
        padding: 10px 0px;

    font-size: 18px;
}
}




/*shoppingcartmedia*/
@media(max-width:767px)
{
    .cart-box {
        padding: 30px 0px;

}
.plus-minus {
   
    padding-top: 20px;
}
.cart-img {
    float: lne;
    /* width: 64%; */
    }
    .close-img {
   
float: left;
   
margin-top: 0px;
   
/* position: absolute; */
   
top: -16px;
   
right: 15px;
}
.cart-box h2 {
    /* margin-top: 20px; */
    /* color: #000; */
    /* font-size: 19px; */
}
}
@media(min-width:767px) and (max-width:991px)
{
    .close-img {
   
/* margin-top: 0px; */
   
position: absolute;
   
/* top: -17px; */
   
right: 15px;
}
.plus-minus {
  
    margin-top: 20px;
}
}
@media(min-width:991px) and (max-width:1200px)
{
.summary {
    float: left;
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 20px;
    padding: 18px 18px;
}
  .media-class3 {
    /* width: 100%; */
    flex: 100%;
    /* float: left !important; */
    /* min-width: 100%; */
    /* max-width: 100%; */
}

.close-img {
    /* width: 36px; */
    /* margin-top: 0; */
    /* position: absolute; */
    left: 0px;
    top: -23px;
    }
    .plus-minus {
    /* padding-top: 25px; */
}
.cart-check{
        padding: 30px 15px;
}
}

@media(min-width:1200px) and (max-width:1388px)
{

.media-class3 {

    max-width: 25.666667% !important;

}
.media-cls4{
        max-width: 57.666667% !important;
}
    
}

/*sucesspage*/



/*whishlist*/

.wish-products{
    float: left;
    width: 100%;
    padding: 10px 0px 50px 0px;
}
.wish-box{
    width: 100%;
    float: left;
    padding: 6px 0px;
    border: 1px solid #ededed;
    background: white;
    border-radius: 30px;
    margin-bottom: 30px;
}
.wish-box2{
    background-color: white;
    float: left;
    width: 100%;
    padding: 20px 20px;
    margin-top: 0px;
    border-radius: 30px;
}
.wish-box2 h5
{
    color: #000;
    font-size: 15px;
    font-weight: 500;
    float: left;
    width: 100%;
    line-height: 22px;
}
.wish-box2 h6{
    padding-top: 5px;
    color: #7f1431;
    font-size: 15px;
    font-weight: 600;
    float: left;
    width: 100%;
}
.wish-box2 h6 span{
    font-size: 13px;
    color: #565656;
    text-decoration: line-through;
    padding-left: 10px;
}
.wish-box2 h3{
    font-size: 13px;
    color: #797777;
    font-weight: 600;
    float: left;
    width: 100%;
    padding-top: 7px;
}
.w-img
{
    background-color: white;
    /* padding-bottom: 11px; */
    border-bottom: 1px solid #f0f2f5;
    height: 200px;
    object-fit: contain;
    width: 100%;
    border-radius: 30px 30px 0px 0px;

}

.rating-wish{
    float: left;
    width: 100%;
}
.ratingbox-wish {
    color: #fd8c26;
    font-size: 13px;
}
.rate-home-wish {
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 0px;
}
.wish-action-btn{
    float:left;
    width:100%;
    margin-top:15px;
    /* padding-left: 18px; */
 }

    .wish-remove{
        float: right;
        border: none;
        background-color: white;
        cursor: pointer;
    }
    .wish-remove img{
       width: 36px;
    object-fit: cover;
    margin-top: -2px;
    }

     .offer-wish{
      float: right;
    background: #633232;
  padding: 7px 18px 5px 18px;
    font-size: 13px;
    color: #ece7e7;
    font-weight: 500;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
        margin-top: -52px;
    margin-right: -21px;
    position: relative;
    z-index: 111;
}
.wish-new-arrival{
      float: left;
      background: #086f1b;
      padding: 8px 26px 8px 22px;
      font-size: 14px;
      border-radius: 30px 20px 20px 5px;
      color: #eaebe6;
      font-weight: 500;
      top: 0px;
      /* border-bottom-right-radius: 30px; */
      position: absolute;
      /* border-top-right-radius: 30px; */
}
.wish-ofs{
      float: left;
    background: #c72121;
 padding: 8px 26px 8px 22px;
      font-size: 14px;
      border-radius: 30px 20px 20px 5px;
    color: #ffffff;
    font-weight: 500;
    top: 0px;
 
    position: absolute;
}
.wish-add-cart
{
    float:left;
    border-radius:50px;
    background-color: #1a1716;
    width: 110px;
    height: 35px;
    border: solid 1px #1a1716;
    color: #ddcbcf;
    font-weight:500;
    font-size: 14px;
    }
.wish-add-cart:hover
{
    background-color:white; 
    border:solid 1px #121611;
     color:#121611;
       transition: all ease-in-out 0.5s; 
       cursor:pointer;
    -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s; 
     -moz-transition: all ease-in-out 0.5s; 
     -webkit-transition: all ease-in-out 0.5s;
 }



.wish-remove-cart
{
    float:left;
    border-radius:50px;
   color: #fff;
  background-color: #e92020;
    width: 110px;
    height: 35px;
    border: solid 1px #e92020;
    font-weight:500;
    font-size:15px;
    margin-left:10px;
    text-align:center;
    line-height: 34px;
    }
.wish-remove-cart:hover
{
    background-color:#fff;
     border:solid 1px #e92020; 
     color:#e92020 !important; 
    
      text-decoration:none;
       cursor:pointer;
    -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s; 
     -moz-transition: all ease-in-out 0.5s; 
     -webkit-transition: all ease-in-out 0.5s;
 }
@media(max-width:1200px)
{
    .wish-remove{
        display: none;
    }
    .wish-remove-cart{
            width: 100%;
   
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
    }

}
@media(min-width:1200px)
{
    .wish-remove-cart{
        display: none;
    }
}
/*whishlistmedia*/


 @media(max-width:767px)
{

.wish-new-arrival {

    padding: 4px 15px 4px 14px;
    font-size: 11px;
    border-radius: 30px 20px 20px 0px;
}
.wish-ofs{

    padding: 4px 15px 4px 14px;
    font-size: 11px;
    border-radius: 30px 20px 20px 0px;
}
.w-img {
 
    height: 165px;
    width: 75%;
   border-bottom: none;
    float: none;
    margin: auto;
    display: block;
}

.wish-box {
 margin-bottom: 20px;
    border-radius: 18px;
    }

    .offer-wish {

    padding: 5px 8px 5px 13px;
    font-size: 11px;
   
      margin-top: -43px;
    margin-right: -10px;
}
.wish-box2 h3 {
    font-size: 12px;
    }
.wish-box2{
        padding: 15px 10px;
    border-top:1px solid #f0f2f5;

    border-radius: 0px 0px 30px 30px;

}
.wish-box2 h6 span {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 21px;
   
    padding-left: 0px;
}
.wish-box2 h5 {
   
    font-size: 14px;
    }
    .wish-add-cart {
    width: 100%;
    margin-bottom: 5px;
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

}

@media(min-width:1024px) and (max-width:1200px)
{
  
.wish-new-arrival {
    padding: 5px 19px 5px 18px;
    font-size: 13px;
}
.wish-ofs{
 padding: 5px 19px 5px 18px;
    font-size: 13px;
}
.w-img {
 

    width: 75%;
   border-bottom: none;
    float: none;
    margin: auto;
    display: block;
}

.wish-box {
 margin-bottom: 20px;
 
    }
    .product-fav {
  
    right: 32px;
  
    top: 14px;
}

    .offer-wish {

    padding: 5px 8px 5px 13px;
    font-size: 11px;
   
      margin-top: -43px;
    margin-right: -10px;
}
.wish-box2 h3 {
    font-size: 12px;
    }
.wish-box2{
        padding: 15px 10px;
    border-top:1px solid #f0f2f5;

    border-radius: 0px 0px 30px 30px;

}


}

@media (min-width:767px) and (max-width:1024px)
{



.wish-new-arrival {
    padding: 5px 19px 5px 18px;
    font-size: 13px;
}
.wish-ofs{
 padding: 5px 19px 5px 18px;
    font-size: 13px;
}
.w-img {
 

    width: 75%;
   border-bottom: none;
    float: none;
    margin: auto;
    display: block;
}

.wish-box {
 margin-bottom: 20px;
 
    }

    .offer-wish {

    padding: 5px 8px 5px 13px;
    font-size: 11px;
   
      margin-top: -43px;
    margin-right: -10px;
}
.wish-box2 h3 {
    font-size: 12px;
    }
.wish-box2{
        padding: 15px 10px;
    border-top:1px solid #f0f2f5;

    border-radius: 0px 0px 30px 30px;

}





    .wish-add-cart {
    width: 100%;
    margin-bottom: 5px;
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
}


}


@media(min-width:1200px) and (max-width:1500px)
{

    .wish-new-arrival{
            padding: 5px 18px 5px 16px;
    font-size: 13px;
    }
    .wish-ofs{
            padding: 5px 18px 5px 16px;
    font-size: 13px;
    }
}







/*dashboard*/
.main-header {
    float: left;
    width: 100%;
}
#panel-two {
    float: left;
    width: 100%;
    padding: 28px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
    border-bottom: 1px solid #ededed;
}
.dash-header {
      /* background: #D09C51 !important; */
}
.acnt-img {
      width: 206px !important;
      margin-top: 9px !important;
      /* margin-bottom: 15px !important; */
      /* filter: brightness(100); */
}
.cls {
    float: right;
    /* margin-top: 20px; */
}
.login {
    float: left;
    width: 140px;
    height: 52px;
    border-radius: 13px;
    background-color: #D09C51;
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    font-family: 'Rubik',sans-serif;
    /* padding-top: 13px; */
    display: flex;
    align-items: center;
    justify-content: center;
 transition: ease-out 0.4s;
    font-family: 'Rubik',sans-serif;
    box-shadow: 0 3px 0px rgb(255 255 255);
}

/* Hover Effect */
.login:hover  {
     transform: translateY(-2px);
     box-shadow: 0 4px 0px #052e70;
}


.login img {
    width: 26px;
    margin-left: 14px;
}
.menu-right {
    float: right;
    /* display: flex; */
    /* align-items: center; */
    justify-content: center;
}
@media (min-width: 991px) 
{
.header_area {
    display: none !important;
}
}
.hover-acc {
    color: white !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

#cart-bg2 {
    float: left;
    width: 100%;
       background: #fff4f7;
        padding-top: 50px;
    padding-bottom: 50px;
}
.order-white {
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #f4f4f4;
    border-radius: 15px;
}
.order-white img {
    width: 55px;
        filter: brightness(0);

}


.order-white span {
    float: left;
    width: 100%;
    font-size: 18px;
    padding-top: 13px;
    color: black;
    font-weight: 500;
    font-family: 'Rubik',sans-serif;
}
.order-white span strong {
    color: #ffffff;
    font-size: 14px;
    margin-left: 5px;
    background: #052e70;
    border-radius: 6px;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 500;
    font-family: 'Rubik',sans-serif;
}
.or-history {
    float: left;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 0px;
}
.or-history h1 {
    float: left;
    width: 100%;
    color: black;
    font-size: 24px;
    font-weight: 500;
    margin-top: 25px;
    font-family: 'Rubik',sans-serif;
    margin-bottom: 25px;
}
.order-detail-box {
    float: left;
    width: 100%;
    /* padding: 35px; */
    background-color: white;
    border-radius: 15px;
}

.order-btn {
    font-size: 14px;
    background: #052e70;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: white;
    border-radius: 8px;
    float: left;
    /* width: 100%; */
    text-align: center;
transition: ease-out 0.4s;
    font-family: 'Rubik',sans-serif;
    box-shadow: 0 3px 0px rgb(255 255 255);
}

/* Hover Effect */
.order-btn:hover  {
     transform: translateY(-2px);
     box-shadow: 0 4px 0px #D09C51;
}



.frm-save-dash {
    float:left;
    border-radius: 13px;
    background-color:white;
    width: 214px;
    height: 50px;
    border:none;
    color: #fff;
    font-weight:500;
    font-size: 16px;
    margin-right: 14px;
    text-align:center;
    line-height: 34px;
    background-color: #052e70;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #fff;
    transition: ease-out 0.4s;
    font-family: 'Rubik',sans-serif;
  transition: ease-out 0.4s;
    margin-right: 10px;

}

/* Hover Effect */
.frm-save-dash:hover  {
  
    transform: translateY(-2px);
    box-shadow: 0 4px 0px #d09c51;
}
.frm-cancel-dash {
     border: 1px solid #052e70;
     float:left;
     border-radius: 13px;
     background-color:white;
     width: 183px;
     height: 50px;
     color: #052e70;
     font-weight:500;
     font-size: 16px;
     margin-right: 14px;
     text-align:center;
     font-family: 'Rubik',sans-serif;
     line-height: 34px;
     background-color: #fff;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     box-shadow: inset 0 0 0 0 #e2b144;
     transition: ease-out 0.4s;
 box-shadow: inset 0 0 0 0 #fff;
    transition: ease-out 0.4s;
    font-family: 'Rubik',sans-serif;
  transition: ease-out 0.4s;
    margin-right: 10px;

}

/* Hover Effect */
.frm-cancel-dash:hover  {
  
    transform: translateY(-2px);
    box-shadow: 0 4px 0px #052e70;
}




.dash-tag {
        margin-top: 15px;
        float: left;
        border-radius: 13px;
        background-color: rgb(208 156 81);
        color: white;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
        margin-bottom: 20px;
        font-family: 'Rubik',sans-serif;
        font-weight: 500;
}
.edit-address {
    float: left;
    border-radius: 13px;
    background-color: #052e6f;
    text-align: center;
    border:none;
    color: #fff;
    padding: 11px 0px;
    font-size: 14px;
    width: 100px;
    font-weight: 500;
    height: 42px;
    transition: ease-out 0.4s;
    font-family: 'Rubik',sans-serif;
    transition: ease-out 0.4s;
    margin-right: 10px;
}

/* Hover Effect */
.edit-address:hover  {
  
    transform: translateY(-2px);
    box-shadow: 0 4px 0px #d09c51;
}
.delete-address {

float: left;

border-radius: 13px;

background-color: #e30635;

text-align: center;

color: white;

padding: 10px 0px;

font-size: 14px;

border:1px solid #e30635;

width: 100px;

height: 42px;

font-weight: 500;

margin-left: 9px;

transition: ease-out 0.4s;

font-family: 'Rubik',sans-serif;

transition: ease-out 0.4s;

margin-right: 10px;
}

/* Hover Effect */
.delete-address:hover  {
  
    transform: translateY(-2px);
    box-shadow: 0 4px 0px #d09c51;
}
.del-edit {
    float: left;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 8px;
}
.thgreen {
    background: #052e70 !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #fff !important;!I;!;
    font-family: 'Rubik',sans-serif;
}

@media  (max-width: 991px)
{
.menu-right {
    display: none;
}}





.td-50{
    width: 50%;
    float: left;
}




/*dashboard*/

@media(min-width:1025px) and (max-width:1200px)
{
.login {
    float: left;
    width: 128px;
     height: 48px;
   
    text-align: center;
    /* padding-top: 13px; */
    padding: 9px 10px;
}
.NavMenu li a {
    font-size: 15px;
    padding: 13px 10px;
}

    .acnt-img {
    width: 146px !important;
}
}
@media(min-width:991px) and (max-width:1024px)
{
  .login img {
    margin-left:0px;
}
.login {
    margin-top: 13px;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.NavMenu li a {
    font-size: 15px;
}
.login span{
    display: none;
}
    .acnt-img {
    width: 202px !important;
}
 .NavMenu {
            padding-left: 0px !important;

    }
    .NavMenu li a {
  
    font-size: 16px !important;
}
}

@media (min-width:575px) and (max-width:991px) {
.header_area{
    float:right;
}
.nav-toggle{
          margin-top: -2px !important;
          right: 0px !important;
 }
.payment-card img{
    width:100%;
}
}
@media(max-width: 991px)
{
.tab-dash {
    float: left !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
    margin-bottom: 25px;
}
}
@media(max-width:991px)
{
    .NavMenu{
        display: none;
    }
}
@media  (max-width:575px) {
.nav-toggle{
          margin-top: 4px !important;
      }
.cls {
    float: right;
    margin-top: 20px;
}
.navigation-portrait {
    height: 36px;
}

.login{
    width: 40px !important;
    height: 40px;
    margin-top: -13px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}
.login span{
    display:none;
}
.login img{

margin-left: 0px;

/* margin-top: -9px; */

display: flex;

align-items: center;

justify-content: center;

}
 .header_area{
    float:right;
}
}


@media(max-width:767px)
{


div.dataTables_wrapper div.dataTables_filter label {

 font-weight: 400;
    text-align: center;
    white-space: nowrap;
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Horizontally center content */
    align-items: center; /* Vertically center content */
    width: 50%; /* Full width of the parent container */
    margin: 0 auto; /* Center the element itself */
    margin-bottom: 0px;

}


.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 0em;
}
.dataTables_wrapper .dataTables_filter input {
 
    margin-bottom: 0px;
}
    div.dataTables_wrapper div.dataTables_length label {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Horizontally center content */
    align-items: center; /* Vertically center content */
    width: 150px ;/* Full width of the parent container */
    margin: 0 auto; /* Center the element itself */
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
        margin-bottom: 0.5rem;
}
.dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
}
}
@media(max-width:575px)
{
 .nav-toggle{
        margin-top: -11px;
        right: 0px;
 }
 #panel-two{
        /* padding-top: 15px; */
 }
.or-history h1 {
margin-top: 0px;
}
.order-detail-box {
    float: left;
    width: 100%;
    /* padding: 18px; */
}
.frm-save-dash {
    width: 100%;
    padding: 10px 0px;
}
.frm-cancel-dash {
margin-right: 0px;
  width: 100%;
    padding: 10px 0px;
    margin-top: 5px;
}
.td-50{
    width: 100%;
}

}



.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
     padding: 0px !important;     margin-left: 7px;
}
.page-link {
    color: #000;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.page-link:hover {
    z-index: 2;
    color: #000000;
    text-decoration: none;
    background-color: white;
    border-color: #e0e0e0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background-color: transparent;
    box-shadow: transparent;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%); !important;
}


@media (max-width: 575px) {
    .login span {
        display: none;
    }
}

/*product-detail*/


/* Product Container */
.product-container {
    float: left;
    margin: auto;
    /* padding-left: 4px; */
    width: 100%;
}

/* Title */
.product-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
    float: left;
    width: 100%;
    color: #000;
    font-family: 'Rubik',sans-serif;
    margin-bottom: 14px;
}

/* Reviews */
.pd-ban4{
    float: left;
    width: 100%;
    padding-top: 56px;
    padding-bottom: 12px;
}
.fa {
   
font-size: 19px !important;
}
.product-reviews {
   
float: left;
   
width: 100%;
   
margin-bottom: 9px;
}
.review-no{
     font-size: 16px;
     color: #414446;
     line-height: 147%;
     font-weight: 400;
     float: left;
     margin-right: 9px;
     font-family: 'Rubik',sans-serif;
}
.in-stock {
    color: #36B333;
    font-weight: bold;
    font-size: 23px;
    float: left;
    position: relative;
    top: -5px;
    margin-right: 10px;
}
.stars{
    float: left;
    /* width: 22px; */
    margin-right: 9px;
    font-size: 19px;
}
.stock{
       font-size: 16px;
    color: #414446;
    font-weight: 500;
    float: left;
}
/* Price Section */
.product-price {
    float: left;
    margin-top: 5px;
    width: 100%;
}

.current-price {
    font-weight: 600;
    font-size: 34px;
    color: #000;
    font-family: 'Rubik',sans-serif;
}

.original-price {
    text-decoration: line-through;
    color: #DA291C;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Rubik',sans-serif;
}

/* Description */
.product-description {
    font-size: 16px;
    color: #575858;
    margin-top: 14px;
    float: left;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 133%;
    font-family: 'Rubik',sans-serif;
}

/* Section Titles */
.section-title {
    font-weight: 500;
    display: block;
    margin-top: 25px;
    float: left;
    font-size: 16px;
    float: left;
    width: 100%;
    font-family: 'Rubik',sans-serif;
    margin-bottom: 10px;
}

.quantity-selector {
  display: flex;
  align-items: center;
  border: 1px solid #171717;
  border-radius: 13px;
  overflow: hidden;
  width: 239px;
  height: 52px;
  font-family: 'Rubik', sans-serif;
}
.extra-quantity{
    float: left;
    width: 100%;
    display: flex;
    gap: 12px;
    margin-bottom: 17px;
}
.qty-btn {
  width: 39px;
  height: 100%;
  border: none;
  font-size: 20px;
  cursor: pointer;
  background-color: white;
}

.qty-btn.minus {
  border-right: 1px solid #171717;
}

.qty-btn.plus {
  background-color: #002f6c; /* Navy blue */
  color: white;
  border-left: 1px solid #ccc;
}

.quantity-value {
  flex: 1;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Rubik',sans-serif;
}

/* Buttons */

.action-btn-details{
    float:left;
    width:100%;
    margin-top: 0px;
    /* padding-left: 18px; */
 }
.add-cart-details{
    /* margin-right: 17px; */
    border-radius: 13px;
    width: 56px;
    height: 54px;
    float: left;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-out 0.4s;
    border: 1px solid #052E70;
    box-shadow: 0 3px 0px rgb(255 255 255);
}
.add-cart-details:hover{
        transform: translateY(-2px);
        box-shadow: 0 4px 0px rgb(5 46 112);
}
.add-cart-details img {
    width: 33px !important;!i;!;
    float: left;
    align-items: center;
    justify-content: center;
}
.buy-now-details{
    float:left;
    border-radius: 13px;
    background-color:white;
    width: 236px;
    height: 53px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-right: 8px;
    text-align:center;
    line-height: 34px;
    background-color: #D09C51;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: ease-out 0.4s;
    font-family: 'Rubik',sans-serif;
    box-shadow: 0 3px 0px rgb(255 255 255);
}

/* Hover Effect */
.buy-now-details:hover  {
     transform: translateY(-2px);
     box-shadow: 0 4px 0px #052E70;
}
.feature{
    margin-top: 14px;
    float: left;
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 20px 12px;
    border-radius: 6px;
    background-color: #E0ECFF;
}
.feature-boxes-details {
  display: flex;
  gap: 20px;
  background-color: #e6f0ff;
  padding: 20px;
  border-radius: 12px;
  justify-content: center;
}

.feature-box-details {
  border: 2px dotted #052E70;
  border-radius: 7px;
  padding: 9px 14px;
  width: 33.33%;
  text-align: center;
  background-color: #e6f0ff;
  float: left;
}

.feature-box-details img {
  width: 40px;
  height: auto;
  margin-bottom: 10px;
}

.feature-box-details p {
    font-family: 'Rubik',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #071F44;
    margin: 0;
}


@media(min-width:767px)
{
.action-btn-pd-media{

    display: none;
    /* padding-left: 18px; */
 }
}
.action-btn-pd-media{
    float:left;
    width:100%;
    margin-top:15px;

    /* padding-left: 18px; */
 }

.action-btn-pd{
    float:left;
    width:100%;
    margin-top:15px;
    /* padding-left: 18px; */
 }
.add-cart-pd
{
    float:left;
    border-radius:50px;
    background-color: #7f1431;
    width: 160px;
    height: 50px;
    border: solid 1px #7f1431;
    color: #efe4e6;
    font-weight: 400;
    font-size: 14px;
    }
.add-cart-pd:hover
{
    background-color: #212121;
    border:solid 1px #121611;
    color: #fdfffd;
    transition: all ease-in-out 0.5s;
    cursor:pointer;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
 }
.buy-now-pd{
    margin-top: 18px;
    float:left;
    border-radius:50px;
    background-color: #e2b144;
    width: 100%;
    height: 42px;
    border: solid 1px #212121;
    color: #4a171e !important;
    font-weight: 500;
    font-size: 16px;
    /* margin-left:10px; */
    text-align:center;
    /* line-height: 34px; */
    padding: 14px 0px;
}
.buy-now-pd:hover
{
    background-color: #7f1431;
    border:solid 1px #7f1431;
    color: #ddd8d9 !important;
    text-decoration:none;
  }
.scroll-pd-box{
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 0px;
    border-radius: 30px;
    max-height: 500px;
    overflow-y: scroll;
    /* padding-left: 20px; */
}
.scroll-main-pd{
    float: left;
    width: 100%;
        padding-bottom: 14px;
    float: left;
    width: 100%;
    border: 1px solid #eeeeee;
    border-radius: 20px;
}

.scroll-main-pd h1{
    margin-bottom: 20px;
    font-size: 20px;
    float: left;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    color: #fff;
    background-color: #000;
    border-radius: 15px 15px 0px 0px;
  
    font-weight: 400;
}
.saved-pd{
border-bottom: 1px solid #eeeeeec7;
float: left;

width: 100%;

background-color: #fff;

padding-right: 20px;

padding-left: 20px;

padding-top: 24px;

padding-bottom: 25px;

border-radius: 0px;

margin-bottom: 0px;

position: relative;
}
.saved-pd .container2 {
    position: absolute;
    left: 20px;
    top: 17px;
}
.saved-pd input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    right: 0;
}
.checkmark-pd {
    position: absolute;
    top: 7px;
    left: 0;
    cursor: pointer;
    height: 23px;
    width: 23px;
    background-color: transparent;
    border: 1px solid #ebdbe0;
    border-radius: 50px;
    background: white;
}
.seller-img{
 padding: 14px 0px;
 height: 89px;
 width: 90px;
 float: left;
 margin-right: 15px;
 margin-left: 35px;
 border-radius: 15px;
 border: 1px solid #dedede;
}
.seller-img img{
        /* height: 51px; */
        width: 100%;
        object-fit: contain;
        margin: auto;
        display: block;
        float: none;
}
.saved-pd h6{
        font-size: 17px;
        font-weight: 500;
        color: #000;
}
.saved-pd a h4{
        font-size: 14px;
        font-weight: 400;
        text-decoration: underline;
        color: #7f1431;
}

.saved-pd input:checked ~ .checkmark-pd:after {
    display: block;
}
.saved-pd .checkmark-pd:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 13px;
    border: solid #59a446;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark-pd:after {
    content: "";
    position: absolute;
    display: none;
}
.rating-scroll{
  
}
.ratingbox-scroll {
    color: #fd8c26;
    font-size: 13px;
}
.rate-home-scroll {
  
    text-align: left;
    padding-top: 0px;

}
/* ===== Scrollbar CSS ===== */

 

 
.scroll-pd-box::-webkit-scrollbar-track
{
    border-radius: 50px;
    background-color: #eae9e9;
       height: 3px;
       border-top-left-radius: 50px;
}

.scroll-pd-box::-webkit-scrollbar
{    border-radius: 50px;
    width: 4px;
    height: 3px;
    background-color:  #eae9e9;
}

.scroll-pd-box::-webkit-scrollbar-thumb
{
    border-radius: 50px;
    background-color: #7f1431;
       height: 3px;
}

.pd-ban2{
    float: left;
    width: 100%;
    padding: 50px 0px;

}
.product-detail{
    float: left;
    width: 100%;

}
.product-detail h1{
    padding: 20px 0px;
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 22px;
    font-weight: 500;
}
.product-detail h2{
  float: left;
    font-weight: 500;
    font-size: 18px;
    color: #7f1431;
    width: 100%;
    text-decoration: underline;
    margin-top: 25px;
        margin-bottom: 25px;

}

.product-detail p{
    padding-right: 63px;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    width: 100%;
    line-height: 31px;
}

.review-box{
    float: left;
    width: 100%;
    padding-bottom: 5px;
}
.review-box h5{
    float: left;
    /* width: 50%; */
    font-size: 24px;
    font-weight: 600;
    color:#000;
    padding-top: 20px;
    margin-bottom: 0;
    font-family: 'Rubik',sans-serif;
}
.review-box h5 span{

color: #8d8d8d;

font-weight: 400;

font-size:16px;

line-height: 22px;
}
.review-btn {
      float: right;
      border-radius: 13px;
      background-color:#052E70;
      width: 166px;
      height: 49px;
      color: #fff;
      font-weight: 600;
      font-size: 16px;
      margin-right: 8px;
      text-align:center;
      line-height: 34px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: ease-out 0.4s;
      font-family: 'Rubik',sans-serif;
      box-shadow: 0 3px 0px rgb(255 255 255);
      border: none;
}

/* Hover Effect */
.review-btn:hover  {
     transform: translateY(-2px);
   box-shadow: 0 4px 0px #D09C51;
}
.tick-img{
    width: 22px;
    margin-left: 3px;
    margin-top: -3px;
}
.review-scroll{
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 0px;
    max-height: 500px;
    overflow-y: scroll;
    margin-top: 30px;
}


.review-actions{
    float: right;
    margin-top: 10px;
}




.review-box1{
    float: left;
    width: 100%;
    border: 1px solid #e2e2e2;
    border-radius: 18px;
    padding: 28px 20px 28px 34px;
    margin-top: 20px;
}
.review-box1 h4{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-top: 11px;
    line-height: 105%;
    margin-bottom: 10px;
    font-family: 'Rubik',sans-serif;
}
.review-box1 p{
     float: left;
     font-weight: 400;
     font-size: 16px;
     color: #7d7d7d;
     width: 100%;
     margin-bottom: 19px;
     line-height: 22px;
     font-family: 'Rubik',sans-serif;
}


.review-box1 h6{
      float: left;
      width: 100%;
      font-size: 16px;
      font-weight: 400;
      color: #7d7d7d;
      margin-top: 5px;
      margin-bottom: 2px;
          font-family: 'Rubik',sans-serif;

}
.review-box1 h6 span{
 
}






.review-scroll::-webkit-scrollbar-track
{
    border-radius: 50px;
    background-color: #eae9e9;
       height: 3px;
       border-top-left-radius: 50px;
}

.review-scroll::-webkit-scrollbar
{    border-radius: 50px;
    width: 5px;
    height: 3px;
    background-color: #eae9e9;
}

.review-scroll::-webkit-scrollbar-thumb
{
    border-radius: 50px;
    background-color: #7f1431;
       height: 1px;
}

/*modal-review*/
.attach-label {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    font-family: 'Rubik',sans-serif;
}
.attach-label span {
    /* color: #7f1431; */
}
.attach-close {
    padding: 0px !important;
    background-color: black !important;
    border-top-left-radius: 20px;
    height: 59px;
    width: 40px;
}
.rv-name-md {
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    color: black;
    font-family: 'Rubik',sans-serif;
}
.rv-desc {
    float: left;
    width: 100%;
    color: black;
    font-size: 14px;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 20px;
    font-family: 'Rubik', sans-serif;
}
.rv-frm {
    float: left;
    width: 100%;
}
.log_set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
}
.tt-b2b {
    float: left;
    width: 100%;
    font-size: 14px;
    color: black;
    font-weight: 500;
    padding-bottom: 16px;
    font-family: 'Rubik', sans-serif;
}
.log_form .log_set input[type="text"], .log_form .log_set input[type="password"], .log_form .log_set input[type="mail"], .log_form .log_set input[type="email"], .log_form .log_set input[type="tel"], .log_form .log_form .log_set select, .log_form .log_set textarea {
    width: 100%;
    float: left;
    position: relative;
    height: 55px !important;
    border: solid 1px rgba(0, 0, 0, 0.15) !important;
    padding: 10px 0px 22px;
    font-size: 13px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
}
.rv-frm-str {
    float: left;
    width: 50%;
}
.str-none {
    padding-bottom: 5px !important;
}
.rating-one {
    float: left;
}
.submit-star {
    float: right;
    border-radius: 13px;
    text-align: center;
    color: white;
    font-size: 15px;
    font-weight: 500;
    background-color: #052E70;
    border: none;
    padding: 13px;
    padding-left: 45px;
    padding-right: 45px;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    margin-right: 0px;
    transition: ease-out 0.4s;
    font-family: 'Rubik',sans-serif;
    /* transform: translateY(-2px); */
    box-shadow: 0 4px 0px #fff;
}

/* Hover Effect */
.submit-star:hover  {
    /* box-shadow: inset 0 0 0 50px #4A171E; */
    /* color: white; */
    transform: translateY(-2px);
    box-shadow: 0 4px 0px #d09c51;
}



/*product-detailmedia*/

@media(max-width:575px)
{
    .pd-1 img {
    width: 90%;
    float: none;
    object-fit: cover;
    margin: auto;
    display: block;
}
.pd-2 img {
    width: 60px;
    }
    .pd-3 h1 {
    float: left;
    width: 100%;
    font-size: 22px;
    margin-top: 10px;
}
.pd-3 h6 {
margin-bottom: 10px;

}
.scroll-main-pd {
    margin-top: 30px;
    }
    .product-detail p {
    padding-right: 0px;
}
.review-box h5 {
    width: 100%;
    }
    .review-btn {
    float: left;
}
}




@media(min-width:575px) and (max-width:767px)
{
    .pd-1 img {
    width: 85%;
    float: none;
    object-fit: cover;
    margin: auto;
    display: block;
}

    .pd-3 h1 {
   
    margin-top: 20px;
}
.pd-3 h6 {
margin-bottom: 10px;

}
.scroll-main-pd {
    margin-top: 30px;
    }
    .product-detail p {
    padding-right: 0px;
}
.review-box h5 {
    width: 100%;
    }

.scroll-main-pd {
    float: left;
    width: 100%;
    }
}

@media(min-width:767px) and (max-width:991px)
{
    .pd-1 img {
    width: 55%;
    float: none;
    object-fit: cover;
    margin: auto;
    display: block;
}
.pd-2{
    margin-bottom: 30px;
}
}

@media(min-width:991px) and (max-width:1200px)
{
    .pd-1 img {
    width: 75%;
    float: none;
    object-fit: cover;
    display: block;
    margin: auto;
}
.pd-3 h1 {
    float: left;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    }
    .pd-3 h6 {
       margin-bottom: 5px;
    font-size: 25px;
}

 
.saved-pd h6 {
    padding-top: 13px;
    width: 100%;
    float: left;
        text-align: center;
}
.rating-scroll {
    float: left;
    width: 100%;
        text-align: center;
    }
    .saved-pd a h4 {
    width: 100%;
    float: left;
    font-size: 14px;
        text-align: center;
}
.saved-pd img {

    float: none;
    margin-right: auto;
    margin-left: auto;
   
    display: block;
    }
    .review-box h5{

    }
    .product-detail p {
    padding-right: 15px;

}
}
@media(min-width:1200px) and (max-width:1400px)
{
    .review-box h5 {
    
   
}
}














/*login*/

.log_set .option {
    width: 100%;
    float: left;
    /* padding: 0 18px; */
    font-size: 13px;
    line-height: 30px;
    color: #454545;
    font-weight: 500;
    text-align: left;
    margin: 0px 0px;
    position: relative;
}
.log_set .option > input {
    position:absolute;
    height:100%;
    width:100%;
    opacity:0;
    left:0;
    top: 0;
    z-index: 10;
    cursor: pointer;
    font-family: 'Rubik', sans-serif;
}

.log_set .checkbox {
    position:relative;
    margin-right:5px;
    background:#fff;
    display:inline-block;
    border: 2px solid #B5C1C7;
    margin-bottom:0;
    margin-top:0;
    height:16px;
    width:16px;
    top:4px;
}
.log_set .checkbox:before {
    content:'';
    display:none;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    -o-box-sizing:content-box;
    box-sizing:content-box;
    padding:0;
    margin:0
}
.log_set input:checked + .checkbox:before {
    display:block
}
.log_set .checkbox:before{
    position:absolute;
    top:3px;
    left:2px;
    width:6px;
    height:3px;
    border: solid #118405;
    border-width:0 0 2px 2px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
.log_set input:checked + .checkbox {
    border: 2px solid #118405;
}
.log_set input:hover + .checkbox {
    border-color: #7f1431;
}
.log_set input:focus + .checkbox {
    border-color: #7f1431;
}
.log_set input:focus + .checkbox:before{
    border-color:#ee3425;
}


.reset-psw{
        position: absolute;
        right: 0;
        bottom: 33px;
        font-size: 11px;
        font-weight: 500;
        z-index: 11;
        color: #b3190e;
        right: 20px;
        font-family: 'Rubik', sans-serif;
}

.otp-req{
    width: 100%;
    background: #fff;
    border: 0;
    height: 43px;
    display: flex;
    float: left;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 13px;
    justify-content: center;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out.5s;
    -webkit-mask-origin: border-box;
    border: solid 1px #052e70;
    color: #052e70;
    transition: ease-out 0.4s;
    font-family: 'Rubik';
    /* transform: translateY(-2px); */
    box-shadow: 0 4px 0px #fff;
    margin-bottom: 3px;
    font-family: 'Rubik',sans-serif;
}

/* Hover Effect */
.otp-req:hover  {
    /* box-shadow: inset 0 0 0 50px #4A171E; */
    /* color: white; */
    transform: translateY(-2px);
    box-shadow: 0 4px 0px #052e70;
}
.footer_link .link_left {
    text-align: left;
    list-style: none;
}

.footer_link > li {
    /* width: 50%; */
    /* float: left; */
}
.footer_link .link_right {
    text-align: right;
    list-style: none;
}

.footer_link > li > a {
    width: 100%;
    float: left;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    color: #052e70;
    font-weight: 400;
    margin: 30px 0 5px;
    text-decoration: none !important;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    }

.footer_link > li > a:hover {
    color: #30382e;
}

.footer_link{
      float: left;
    width: 100%;
    padding-left: 0px;
}

.login_panel .log_area .log_box p {
    color: rgba(105, 105, 105, 0.95);
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    /* margin: 0 0 10px !important; */
    font-family: 'Rubik', sans-serif;
}

.login_panel .log_area .log_box p > a {
    color: #3f880e;
    text-decoration: none !important;
}

.close_form {
    display: block !important;
    position: absolute;
    width: 40px;
    height: 40px;
    right: -50px;
    top: 0px;
    background: transparent url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}


.submit_frm {

width: 100%;

background: #D09C51;

border: 0;

height: 43px;

display: flex;

float: left;

align-items: center;

font-size: 16px;

font-weight: 500;

cursor: pointer;

border-radius: 13px;

justify-content: center;

color: #fff;

transition: ease-out 0.4s;

font-family: 'Rubik';

/* transform: translateY(-2px); */

box-shadow: 0 4px 0px #fff;

margin-bottom: 3px;
}

/* Hover Effect */
.submit_frm:hover  {
    /* box-shadow: inset 0 0 0 50px #4A171E; */
    /* color: white; */
    transform: translateY(-2px);
    box-shadow: 0 4px 0px #052e70;
}

.login_panel {
    float: left;
    width: 100%;
    padding:20px 25px 20px 25px;

}

.login_panel .log_area .log_box .or {
    font-size: 17px;
    font-weight: 500;
    color: #30382e;
    text-align: center;
    padding: 21px 0;
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    margin-bottom: 5px;
    font-family: 'Rubik', sans-serif;
}

.log_set {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 17px;
}
.log_set label {
    width: 100%;
    float: left;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    margin: 0 0 0;
    text-align: left;
}
.log_form .log_set input[type="text"], .log_form .log_set input[type="password"], .log_form .log_set input[type="mail"], .log_form .log_set input[type="email"], .log_form .log_set input[type="tel"], .log_form  .log_form 
 .log_set select, .log_form .log_set textarea {
    width: 100%;
    float: left;
    position: relative;
    height: 55px !important;
    border: solid 1px rgba(0,0,0,0.15) !important;
    padding: 10px 0px 22px;
    font-size: 13px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Rubik', sans-serif;
    }
.log_set textarea {
    height: 100px !important;
}
.log_set input[type="text"]:focus,
.log_set input[type="password"]:focus,
.log_set input[type="mail"]:focus,
.log_set textarea:focus {
    border-color: #118405 !important;
}
.log_box{
        float: left;
    width: 100%;

}

.login-continue {
width: 100%;
float: left;
background: #D09C51;

border: 0;

height: 43px;

display: flex;

float: left;

align-items: center;

font-size: 16px;

font-weight: 500;

cursor: pointer;

border-radius: 13px;

justify-content: center;

color: #fff;

transition: ease-out 0.4s;

font-family: 'Rubik';

/* transform: translateY(-2px); */

box-shadow: 0 4px 0px #fff;

margin-bottom: 3px;
}

/* Hover Effect */
.login-continue:hover  {
    /* box-shadow: inset 0 0 0 50px #4A171E; */
    /* color: white; */
    transform: translateY(-2px);
    box-shadow: 0 4px 0px #052e70;
}

.pr-modal {
    position: relative !important;
    width: auto !important;
    margin: 1.75rem auto !important;
}

.wl-login h2 {
    float: left;
    width: 100%;
    font-size: 27px;
    color: #052e70;
    font-weight: 500;
    font-family: 'Rubik',sans-serif;
}
.wl-login h2 span {
    /* color: #7f1431; */
    /* padding-left: 0px; */
}
.wl-login p {
    float: left;
    width: 100%;
    font-size: 14px !important;
    font-weight: 400px !important;
    text-align: left !important;
    line-height: 20px !important;
    font-family: 'Rubik', sans-serif;
}
.login_panel .log_area .log_box p > a {
    color: #d09c51;
    text-decoration: none !important;
}


@media (min-width: 576px)
{
.modal-dialog {
    max-width: 500px !important;
    /* margin: 1.75rem auto !important; */
}
}
.modal-etc{
    position: unset !important;
    max-height: unset !important;
    width: unset !important;
    height: unset !important;
}




/*contactus*/

.contact-full{

width: 100%;

float: left;

padding-bottom: 40px;

/* background-color: #fff8e9; */
}
.conatct-1{
    float: left;
    width: 100%;
   
 
}
.contact-inn{
    float: left;
    width: 100%;
    background-color: #e6efff;
    border-radius:24px;
    padding: 20px;
    margin-bottom: 20px;
}
.quick_enq {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    /* text-transform: uppercase; */
    padding-bottom: 30px;
    font-family: 'Rubik',sans-serif;
}
.location_bg {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.contact_icons {
    color: #1b1a1a;
    padding-right: 6px;
}
.location_bg h4 {
    width: 50%;
    float: left;
    position: relative;
    font-size: 16px;
    line-height: 35px;
    font-weight: 500;
    margin: 0px 0px 5px;
    padding: 0;
    text-align: left;
    color: #052e70;
    text-transform: uppercase;
    font-family: 'Rubik',sans-serif;
}

.contact2{
   
float: left;
   
width: 100%;
   
height: auto;
   
padding: 20px;
   
border: 1px solid #f0f0f0;
   
border-radius: 24px;
}
.contact2 h1 {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    /* text-transform: uppercase; */
    padding-bottom: 0px;
    font-family: 'Rubik',sans-serif;
}
.contactform{
    margin-top: 35px;
    width: 100%;
    float: left;
}
.contact-label {
   float: left;
   width: 100%;
   text-align: left;
   font-size: 15px;
   color: #001e42;
   font-weight: 500;
   font-family: 'Rubik',sans-serif;
}
.mct_form {
    border-bottom: 1px solid #b0aaaa;
    color: #272626;
    display: block;
    font-weight: 400;
    font-size: 15px;
    /* text-transform: uppercase; */
    height: 43px;
    margin-bottom: 15px !important;
    padding: 0 20px;
    outline: none;
    background: #fafafa;
    width: 100%;
    padding-left: 0px;
    border: none;
    transition: all 500ms ease;
    border: solid 1px #A1ABCA;
    margin-top: 3px;
    width: 100%;
    float: left;
    padding: 8px 10px;
    margin-top: 10px;
    border-radius: 6px;
    font-family: 'Rubik',sans-serif;
}
.info-tag {
       float: left;
   font-size: 14px;
    color: rgba(0, 0, 0, 0.93);
    text-align: left;
    /* margin-top: 15px; */
    line-height: 28px;
    margin-top: 15px;
}
.contact-snd2 {
       margin-top: 15px;
       cursor: pointer;
       border: 1px solid transparent;
       background-color: #052e70;
       text-decoration: none;
       float: left;
       width: 182px;
       height: 49px;
       font-family: 'Rubik', sans-serif;
       text-align: left;
       font-size: 15px;
       font-weight: 500;
       align-items: center;
       justify-content: center;
       display: flex;
       border-radius: 13px;
       color: #fff;
       box-shadow: inset 0 0 0 0 #4A171E;
       transition: ease-out0.4s;
       /* transition: all ease-in-out .5s; */
       /* -webkit-transition: all ease-in-out .5s; */
       -moz-transition: all ease-in-out .5s;
   transition: ease-out 0.4s;
    box-shadow: 0 4px 0px #fff;
}

/* Hover Effect */
.contact-snd2:hover  {
    /* box-shadow: inset 0 0 0 50px #4A171E; */
    /* color: white; */
    transform: translateY(-2px);
    box-shadow: 0 4px 0px #d09c51;
}

.contact-full p{

text-align: justify;

font-size: 16px;

color: #000;

line-height: 28px;

margin-bottom: 10px;

font-weight: 400;

font-family: 'Rubik',sans-serif;
}


@media(max-width:767px)
{
    .contact-full p {
    text-align: right;
}
.contactform {
    margin-top: 15px;
    }
}
@media(min-width:767px) and (max-width:991px)
{
    .location_bg h4 {
    width: 56%;
    float: left;
    position: relative;
    font-size: 13px;
}
}


/*aboutus*/
.aboutus{
    float: left;
    width: 100%;
    /* padding: 22px 0px; */
    padding-bottom: 51px;
}
.ab-img {
    margin-bottom: 20px;
    float: right;
    object-fit: cover;
    max-width: 100%;
    margin-left: 36px;
    margin-top: 44px;
    margin-right: 50px;
    width: 323px;
}
.aboutus h3{
        line-height: 40px;
    font-size: 40px;
    color: #000;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: left;
}
.aboutus h3 span{
    color:#7f1431 ;
}
.aboutus p{
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #000;
        text-align: justify;
        font-family: 'Rubik',sans-serif;
}

.vision-box{

width: 100%;

float: left;

margin-bottom: 30px;

margin-top: 30px;

border: 1px solid #ededed;

border-radius: 20px;

padding: 33px 32px;
}
.vision-box h2{

color: #000;

font-size: 30px;

font-weight: 500;

font-family: 'Rubik',sans-serif;
}
.vision-box p{
    
font-size: 16px;
    
font-weight: 400;
    
line-height: 32px;
    
color: #000;
    
text-align: justify;
    }
.abt-3{

width: 100%;

float: left;

padding: 64px 0px;

background-color: #f5f5f5;

margin-bottom: 73px;
}
.abt-3 h6{display: none;margin-bottom: 15px;text-align: center;float: left;width: 100%;font-size: 20px;color: #000;font-weight: 400;font-family: 'Rubik',sans-serif;}
.abt-3 h2{

text-align: center;

font-size: 34px;

font-family: 'RocaOne';

color: #052e70;

font-weight: 400;

float: left;

margin-bottom: 25px;

width: 100%;

text-transform: capitalize;
}
.abt-3 h2 span{

/* font-weight: 600; */

float: left;

width: 100%;
}
.abt3-box{

width: 100%;

float: left;

text-align: center;

margin-top: 30px;

background-color: #fff;

border-radius: 16px;

padding: 23px 20px;

height: 331px;
}
.abt3-box h5{width: 100%;font-size: 25px;color: #000;font-weight: 500;margin-top: 20px;font-family: 'Rubik',sans-serif;}
.abt3-box p{
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin-bottom: 0px;
    font-family: 'Rubik',sans-serif;
}

.abt-3 img{
  width: 56px;
  object-fit: cover;
  float: none;
  display: block;
  margin: auto;
}




.outer {
 margin:0 auto;
width: 100%;
}
#big .item 
{
  /* padding: 10px 0px; */
  margin:2px;
  color: #FFF;
  }
 #thumbs .owl-item.current .thumbs-img  {
    border: 1px solid #E2B144; /* Adds a yellow border */
    /* border-radius: 18px; */ /* Optional: Rounds the corners */
    padding: 0px; /* Optional: Adds some spacing */
    width: 100%;!;!I;!;
    float: left;
}
#thumbs .item { 
        background: white;
    padding: 0;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}}
#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item {  }

#big.owl-theme { position: relative; }
 #big .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
     display:none; 
}

 #thumbs .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
     display: none; 
}

.landban2 .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
     display:inline; 
     width: 100%;  display: none;
}

.big-img {
  
width: 100% !important;
  
display: block;
  
float: left;
  
margin: auto;
  
height: 417px;
  
border-radius: 18px;
}


#thumbs .owl-nav{
    width: 100%;
    position: relative;
    float: left;
    top: -93px;
}
#thumbs .owl-prev img{
    float: left;
    width: 30px;
    position: relative;
    left: -4px;
}
#thumbs .owl-next img{

width: 30px;

float: right;

position: relative;

right: -9px;
}
#thumbs button.owl-prev{float: left;
        width: auto;
}
#thumbs button.owl-next{float: right;
        width: auto;
}
.thumbs-img {
    display: block;
    /* width: 75% !important; */
    float: none;
    margin: auto;
    border-radius: 12px;
    height: 100px;
    object-fit: cover;
    }

.col-width{
max-width: 52% !important;
}





.detail-fav{
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 18px;
    border: 0;
    background: #fff;
    padding: 6px;
    border-radius: 30px;
}
.detail-share{
    width: 32px;
    height: 32px;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 59px;
    border: 0;
    background: #fff;
    padding: 6px;
    border-radius: 30px;
}
.detail-fimg {
    display: flex !important;
    width: 17px !important;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 2px;
    right: -1px;
}

.detail-simg {
    display: flex !important;
    width: 17px !important;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0px;
    right: 0px;
}

.pay-check {
    text-align: center;
    width: 100%;
    float: left;
    padding-top: 23px;
    /* margin-left: -29px; */
}


    .pay-check img {
    width: 78px;
    object-fit: cover;
    margin-right: 10px;
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #052e70;
    border-color: #052e70;
    font-family: 'Rubik',sans-serif;
    }
    .page-link {
          color: #052e70;
      }
      .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000 !important;
    /* border: 1px solid #979797; */
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: #c4ecc4;
    border-radius: 8px;
}




.red-pending {
    color: red;
}
.th-size {
    font-size: 14px !important;
    font-family: 'Rubik',sans-serif;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
  background-color: #fff;
    border-color: #ffffff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 10px 5px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: unset!important;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 0.5em;
    padding: 0px 0px;
    margin-left: 14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #fff;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
        box-shadow: unset;
    }



select.form-control-sm:not([size]):not([multiple]){


    height: calc(1.8125rem + 2px);
    width: 62px;
}

@media(max-width:449px)
{
    .acnt-img {
    width: 156px !important;
}
}


/*lightening*/
.b3-effect {
  position: relative;
  overflow: hidden;
    border-radius: 16px;
}
.b3-effect::before {
        border-radius: 16px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(8 6 149 / 12%); /* Light colored overlay */
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  transition: transform 1.8s ease;
  z-index: 2;
  pointer-events: none;
}
.b3-effect:hover::before {
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}
.med-im{
      position: relative;
  z-index: 1;
}
.b3-effect:hover .med-im {
  transform: scale(1.05);
}



.b3-effect:hover .section-2 img {
  transform: scale(1.05);
}


.pad-6{
    padding-top: 0px !important;
    padding-bottom: 90px !important;

}.go-button {
    background-color: #D09C51;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 36px;
    border: none;
    border-radius: 13px;
    cursor: pointer;
      margin-top: 20px;
    transition: all 0.25s ease;
    width: 100%;
}

.go-button:hover {
       transform: translateY(-2px);
    box-shadow: 0 4px 0px rgb(204 151 78);
    background-color: #052E70;
}



.land-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {    width: auto;
    float: none;}

.land-carousel .owl-nav {
    float:left;
    margin-top:8px;
    position: relative;
    right:.0px;
}

.land-carousel  .owl-prev img{
  width:50px;
  margin-right: 10px;
}

.land-carousel  .owl-next img{
  width:50px;
}