@font-face {
    font-family: customFont;
    src: url('../fonts/Ido_font/Function-Light.ttf');
     font-weight: normal;
    font-style: normal;
}
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /*overflow-x: hidden;*/
}

/* header section include search bar */

.first-section{
    display:inline-block;
    flex:1fr;
    height:auto;
    padding-left:14px;
    vertical-align:top;
}

.second-section{
    width:100%;
    height:auto;
    flex:1fr;
    display:inline-block;
}
.responsive{
    display: inline-block;
    position: relative;
    width: 100%;
    max-width:260px;
    background:no-repeat center top;
    background-size: contain;
    padding-left:30px;
}



.third-section{
    float:right;
    flex:1fr;
    height:auto;
    vertical-align:top;
    display:inline-block;
}

.search-padd{
    width:100%;
    width:135px;
    background-color: transparent;
    color:white;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 1px solid white;
    margin-right:4px;
    outline:none;
}
.checkdata-padd{
    width:100%;
    width:150px;
    background-color: transparent;
    color:black;
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom-color: black;
    margin-right:4px;
    outline:none;
}
@media only screen and (min-width: 910px) and (max-width: 930px){
.gold-hover{

    font-size: 25px;

}
}
@media only screen and (min-width: 610px) and (max-width: 900px) {

.gold-hover{

    font-size: 20px;

}

}
@media only screen and (max-width:285px){

.checkdata-padd{
    margin-top: 16px;
}

.gold-hover{

font-size: 13px;

}

}

.search-padd::placeholder{
    color: white;
}

.search-button-padd{
    background-color: red;
    width:35px;
    border:none;
    border-radius:5px;
}

.search-box{
    height:auto;
    display:flex;
}

.search-box-media{
    display:none;
}


 /*  footer logo */

.footer-main-logo {
    background:no-repeat  top;
    background-size: contain;
    width: 100%;
    max-width:200px;
    height: auto;
    margin-right:60px;
}

body{
height: 100%;
background-color : white;
font-family: customFont;
font-weight: 400;
font-size: 16px;
line-height: 1.1;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
}

/* Banner above navigation bar*/


.HeaderText{
letter-spacing:0px;
text-decoration:underline;
text-decoration-thickness: 1px;
}
/* Navigation bar icon design*/
.header-icon{
text-align:right;
}
 /* Navigation bar icon design*/
.header-icon-a{
text-decoration:none;
color:#ffffff;
}
 /* Navigation bar design*/
.header-menu{
background-color:#fe0000;
opacity:1;
}
 /* footer design*/
.footer {
display:flex;
flex-direction:row;
border-top: 3px solid #d1c286;
}


.footer-logo{
    margin-top: 1.5rem !important;
}

.ft-logo-mobile-div{
    display:none;
}

.third-footer-padd{
margin-top: 1.5rem!important;
padding-left:0;
    line-height:24px;
}

@media only screen and (max-width:950px){

.third-footer-padd{
    margin-top: 1.5rem!important;
    padding-left:0;
}

.ft-logo-mobile-div{
    display:block;
}

.footer-main-logo{
    display: none;
}

.footer-logo{
    height: 120px;
    margin: 15px 0px 0px 0px;
    margin-bottom: 9px;
}

}

@media only screen and (max-width:550px){
.footer-logo{
    height: 72px;
    margin-bottom: -14px;
    margin-top: -10px !important;
}
}


.second-footer-padd {
    margin-top: 1.5rem!important;
    margin-left:10px;
    line-height: 24px;
}


#remove-link-padd{
    /*width:89px;*/
    padding-top:3px;
}


 /* to remove li decoration in footer*/
.footer-ul{
list-style-type:none;
font-size : 18px;
}
/*@media only screen and (min-width: 1020px) and (max-width: 1030px){

        .footer-ul{
        font-size: 28px;
        }

        }*/

        @media only screen and (min-width: 900px) and (max-width: 930px){
        .footer-ul{
        font-size: 30px;
        }

        }
@media only screen and (min-width: 760px) and (max-width: 840px){
        .footer-ul{
        font-size: 26px;
        }

        }
@media only screen and (max-width:450px){

.footer-ul{
list-style-type:none;
font-size : 18px;
margin-left: -1px;
margin-bottom: -28px
}

}
@media only screen and (max-width:395px){

.footer-ul{
list-style-type:none;
font-size : 17px;
margin-left: -12px;
}

}

@media only screen and (max-width:335px){

.footer-ul{
list-style-type:none;
font-size : 17px;
margin-left: -12px;
}

}

 /* to design the textbox in footer */
.footer-textbox{
 border:none;
 background: transparent;
 border-bottom: 1px solid #ffffff;
 margin-bottom:1px;
 color: white;

 }
  /* to include copyright area on footer*/
 .footer-lower{
 text-align:center;
 }
 /* to arrange submenu in  navigation bar*/
 .dropdown-menu li{
 position:relative;
 }
  /* to arrange inner submenu */
 .dropdown-menu .submenu{
 display:none;
 position:absolute;
 left:100%;
 top:-7px;
 }
  /* to hover the submenu of navigation bar*/
 .dropdown-menu>li:hover>.submenu{
 display:block;

 }
 /* to remove arrow from navigation bar*/
.dropdown-toggle::after {
 content: none;
 }

/* for navigation background*/
 .nav-bg-color{
 background-color:#fe0000;
 align-content:justify-center;
 }

.dataTable-color {
    color: #d1c286;
}

div.dataTables_length select {
  background-color: white !important;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: 5%;
  margin-bottom: 0%;
}
.img1{
width: 48.1666666%;
}

@media only screen and (max-width:985px){

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: 0%;
}
.image{

margin-bottom: 5%;

}

}


/*  ---------------------------hover css --------------------------- */


.navbar-nav{
    column-gap: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    left: 21px;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

@media only screen and (max-width:950px) {

     .navbar-nav{
        column-gap: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 6px;
        gap: 46px;
    }

}

@media only screen and (max-width:435px) {
    .navbar-nav{
        column-gap: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 8px;
        gap: 40px;
}
  }

@media only screen and (max-width:415px) {
    .navbar-nav{
        column-gap: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 5px;
        gap: 40px;
}
  }
  @media only screen and (max-width:380px) {
    .navbar-nav{
        column-gap: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 5px;
        gap: 35px;
}
  }
  @media only screen and (max-width:365px) {
    .navbar-nav{
        column-gap: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 10px;
        gap: 40px;
}
  }
  @media only screen and (max-width:285px) {
    .navbar-nav{
        column-gap: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        left: 3px;
}
  }
/*  ----------------------------------------------- */





.product-text {
font-size: 0.9em;
letter-spacing: 3px;
font-weight: bold;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;

}
@media only screen and (max-width:950px){

.product-text{
   font-size: 12px;
}

}
@media only screen and (max-width:395px){

.product-text{
   font-size: 12px;
}

}

@media only screen and (max-width:365px){

.product-text{
   font-size: 13px;
}

}

.btn-product{
color : #ffffff;
border-color : #858384;
background-color : #858384;
font-size : 0.70em;
padding : .20rem 0.7rem;
border-radius: 0 !important;
font-weight: bold;
font-size: 1em;
}

.btn-product:hover{
border-color : #858384;
color : black;
}

.btn-product:active{
border-color : #fe0000 !important;
color : #fe0000 !important;
}

.btn-product:disabled{
border-color : #fe0000 !important;
color : #fe0000 !important;
}

.navbarMenu{
background-color: #babec5;
border: 1px solid #babec5;
box-shadow: 3px 3px #131923;
}

.font-card{
font-size : 0.625rem;
}

.footer-ul li{
font-size: .7em;
}


.footer-last{
font-size: .8em;
margin-left: 70px;
}

/*@media only screen and (min-width: 1020px) and (max-width: 1030px){

.footer-last{
font-size: 23px;
margin-left: 22px;
}
}*/


@media only screen and (max-width:950px){

.footer-last{
font-size: .8em;
margin-left: 0px;
}

}
@media only screen and (min-width: 900px) and (max-width: 930px){
.footer-last{
font-size: 26px;
margin-left: 0px;
}

}
@media only screen and (min-width: 760px) and (max-width: 840px){
.footer-last{
font-size: 21px;
margin-left: 0px;
}
}

@media only screen and (max-width:440px){

.footer-last{
font-size: 15px;
margin-left: 0px;
}

}
@media only screen and (max-width:330px){

.footer-last{
font-size: 16px;
margin-left: 0px;
}

}

.footer-select{
background-color : #000;
border : none;
color : white;
font-size: 0.625rem;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: block;
}

@media only screen and (max-width:950px){

.gototop{
      bottom: -20px;

}

}

.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: #d1c286;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width:985px){

.gototop a {
  width: 50px;
  height: 50px;
  margin-bottom: 68px;
  display: table;
  background: #d1c286;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
  color:#fe0000;
}

.passwordEyeIcon{
margin-left: -40px;
cursor: pointer;
font-size : 24px;
}

.footer-main-div{
  grid-area: footer;
}


/* ---------------------from outside template --------------- */

#fh5co-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}a
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 24px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .desc {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .desc .price {
  font-size: 14px;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 20px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
  font-size: 18px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}

/* --------------------- product details padding --------------- */

#h5-padd{
    margin:0;
}

.shop-now-padd {
    margin-bottom: 1.0rem!important;
    margin-top: 1.0rem!important;
}

/*.mb-2 {
    margin-bottom: 2.0rem!important;
}*/


h1, h2, h3, h4, h5, h6, figure {
  font-family: customFont;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 20px 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}


.product {
  margin-bottom: 20px;
}
.product .product-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 500px;
  margin-bottom: 20px;
  margin-top: 5%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


.product .product-grid .sale {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  z-index: 100;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.middleproduct .sales{
  padding: 10px;
  z-index: 100;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.product .product-grid .inner {
  display: table;
  height: 350px;
  width: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .product .product-grid .inner {
    opacity: 1;
    background: transparent;
  }
}
.product .product-grid .inner p {
  display: table-cell;
  vertical-align: middle;
}
.product .product-grid .inner p .icon {
  padding: 7px 10px;
  color: #fff;
  background: #d1c286;
}
.product .product-grid .inner p .icon:hover, .product .product-grid .inner p .icon:focus {
  color: #d1c286;
  background: #fff;
}
.product .desc h3 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 24px;
}
.product .desc h3 a {
  color: #000;
}
.product .desc .price {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product:hover .product-grid, .product:focus .product-grid {
  -webkit-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
}
.product:hover .inner, .product:focus .inner {
  opacity: 1;
}
.product:hover .desc h3 a, .product:focus .desc h3 a {
  color: #d1c286;
}

.product-carousel {
  margin-bottom: 7em;
}

.middleproduct .middleproduct-grid {
   display: flex;
   justify-content: center;
   align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  margin-bottom: 10px;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width:985px){

.middleproduct .middleproduct-grid {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 600px;
  margin-bottom: 10px;
  margin-right: 2.5%;
  margin-left: 2.5%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}




}



.middleproduct .middleproduct-grid .middlesale {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  z-index: 100;
  background: #d1c286;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}


/* ---------------------from outside template --------------- */

.alink{
color : #aba4eb;
text-decoration : none;
}

.row_margin{
margin-right : 0px;
}

.fa{
font-size:20px;
color:black;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
     z-index: 2;
}



/* ------------mobile navbar---------------- */

.multi-level, .item ul, .mob-nav input[type="checkbox"] {
    display: none;
}
#menu:checked ~ .multi-level, .item input:checked ~ ul {
    display: block;
}

/*Arrow*/

.arrow {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    float: left;
    z-index: 0;
    margin: 17px 1em 0 2em;
}


.item input + .arrow {
    transform: rotate(-90deg);
    transition: 0.1s;
}
.item input:checked + .arrow {
    transform: rotate(0deg);
    transition: 0.1s;
}

/*Styles*/

.nav-label:hover {
    cursor: pointer;
}
.nav-label {
    width: 100%;
    display: block;
    z-index: 3;
    position: relative;
}
.mob-nav {
    width: 100%;
    background-color: red;
    overflow-x: hidden;
    margin-top : -1px;
}

#nav-icon {
    display: none;
    font-size: 28px;
    line-height: 50px;
    padding-left: 10px;
    color: #dee2e6;
    background-color: #fe0000;
}

.mob-nav ul, .mob-nav li, .nav-label {
    line-height: 50px;
    margin: 0;
    padding: 0 2em;
    list-style: none;
    text-decoration: none;
    color: #90A4AE;
    font-weight: 100;
    width: 100%;
}

.nav-label-no-item {
    line-height: 50px;
    margin: 0;
    padding: 0 3.8em;
    list-style: none;
    text-decoration: none;
    color: #90A4AE;
    font-weight: 100;
    width: 100%;
    padding-left: 4%;
}
.item ul {
    padding: 0 0.25em;
}
.mob-nav li a {
    line-height: 50px;
    margin: 0;
    padding: 0 4em;
    list-style: none;
    text-decoration: none;
    color: white;
    font-weight: 100;
}

.mob-nav-link{
    text-decoration: underline;
    text-decoration-thickness: 1px;
    color: white;
}


#mob-nav-sublink{
    padding: 0 ;
}



@media only screen and (max-width:985px) {
 .navbar{
    display: block;
 }
 .my-41{

 margin-left: 0%;
 }

/* .bi-search{
    position:absolute;
    left:0;
    margin-left:45px;
 }
 .bi-person-fill{
    position:absolute;
    left: 0;

    margin-left: 10px;

 }
 .bi-bag{
    position: absolute;
    right: 0;
 }
 */
 #nav-icon{
    padding-left:90%;
 }

 .gis-header-font1 {
 margin-top:10px;
 margin-left: -43px;
 }

 .slider-container{
  font-size: 1.1em;
  text-align:justify;
}
.head-logo-padd{
  display: block;
   transition: height 2s;
  max-width: 95%;
  height: auto;
}



.footer-main-logo {
    padding-top:10px;
    margin-right:10px;
}

.search-box{
    display:none;
}

.mobile-search{
    display:block;
}

.search-box-media{
    display:block;
}

.navbar{
    display:flex;
}



.slider-container{
  font-size: 1.1em;
  text-align:justify;
}

#remove-link-padd{
    padding-top:0;
}

}

@media only screen and (max-width:435px){

    .head-logo-padd{


          width: 160px;
          margin-top:-15px;
    }

}
/*@media only screen and (max-width:415px){

    .head-logo-padd{

          margin-right: -87px;
          width: 130px;
    }

}
@media only screen and (max-width:365px){

    .head-logo-padd{

          margin-right: -57px;
          width: 121px;
    }

}
@media only screen and (max-width: 365px) and (height: 760px){

.head-logo-padd{

          margin-right: -72px;
          width: 132px;
    }
}
@media only screen and (max-width:335px){

    .head-logo-padd{

          margin-right: -57px;
          width: 107px;
    }

}*/
@media only screen and (min-width:985px) {
 .mob-nav{
 display: none;
}
}

.noSelect {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.noSelect:focus {
    outline: none !important;
}

.mob-nav li a:hover{
color : #d1c286
}
/* ----------Mobile Navbar --------------*/
.dropdown-menu > li > a:hover {
    background-color: #babec5;
    color:white;
}


.alinkSold{
color : red;
font-size: 30px;
text-decoration : none;
font-weight: bold;
margin: 250px 90px 250px 105px;

}
@media only screen and (max-width: 380px){

.alinkSold{
color : red;
font-size: 30px;
text-decoration : none;
font-weight: 500;

}

}
@media only screen and (min-width: 390px){
.alinkSold{
color : red;
font-size: 30px;
text-decoration : none;
font-weight: 500;

}

}

@media only screen and (min-width: 410px){

.alinkSold{
color : red;
font-size: 30px;
text-decoration : none;
font-weight: 500;

}


}

@media only screen and (min-width: 600px){

.alinkSold{
color : red;
font-size: 30px;
text-decoration : none;
font-weight: 500;
}

.image{

margin-bottom: 4%;

}



}
@media only screen and (min-width: 985px){
.alinkSold{
color : red;
font-size: 30px;
text-decoration : none;
font-weight: 500;
}



}


/*@media only screen and (max-width:700px){

.alinkSold{
color : red;
font-size: 30px;
text-decoration : none;
font-weight: bold;
margin: 250px 5px 250px 95px;

}

}*/

@media only screen and (min-width:700px){

.alinkSold{
color : red;
font-size: 30px;
text-decoration : none;
font-weight: 500;

}

}

@media only screen and (min-width:980px){

.alinkSold{
color : red;
font-size: 30px;
text-decoration : none;
font-weight: 500;

}

}

@media only screen and (min-width:1281px){

.alinkSold{
color : red;
font-size: 30px;
text-decoration : none;
font-weight: 500;

}





}


/* ----------reset button padd --------------*/

.reset-button-padd{
    margin-left:40px;
    margin-bottom:8px;
}

.back-to-padd{
    margin-left:8px;
}


.soldoutcatalog {

  top: 250px;
  left: 90px;
  transform: translate(30%, -600%);
  color:red;
  font-size:60px;
}

@media only screen and (max-width:925px){

.soldoutcatalog {

  top: 250px;
  left: 90px;
  transform: translate(22%, -500%);
  color:red;
  font-size: 12px;
  margin-right: 5%;
}

.hai{
    padding-left:0;
    margin-top: -50px;
}

}
@media only screen and (min-width:280px){

.soldoutcatalog {

  top: 250px;
  left: 90px;
  transform: translate(23%, -353%);
  color:red;
  font-size: 30px;
  margin-right: 1%;
  padding-top: 2.3%;
}
}
@media only screen and (min-width:340px){

.soldoutcatalog {

  top: 250px;
  left: 90px;
  transform: translate(25%, -416%);
  color:red;
  font-size: 35px;
  margin-right: 1%;
  padding-top: 2.3%;
}
}


@media only screen and (min-width:370px){

.soldoutcatalog {

  top: 250px;
  left: 90px;
  transform: translate(32%, -700%);
  color:red;
  font-size: 22px;
  margin-top: 1%;
  margin-right: -1%;
  padding-top: 1%;
}

}

@media only screen and (min-width:390px){

.soldoutcatalog {

  top: 250px;
  left: 90px;
  transform: translate(27%, -475%);
  color:red;
  font-size: 35px;
  margin-right: 2%;
  padding-top: 1.5%;
}

}
@media only screen and (min-width:410px){

.soldoutcatalog {

  top: 250px;
  left: 90px;
  transform: translate(30%, -480%);
  color:red;
  font-size: 35px;
  margin-right: 1%;
  padding-top: 2.3%;
}
}
@media only screen and (min-width:500px){

.soldoutcatalog {

  top: 250px;
  left: 90px;
  transform: translate(29%, -500%);
  color:red;
  font-size: 45px;
  margin-right: 1%;
  padding-top: 2.3%;
}
}

@media only screen and (min-width:600px){

.soldoutcatalog {

  top: 250px;
  left: 90px;
  transform: translate(31%, -481%);
  color:red;
  font-size: 35px;
  margin-right: 1%;
  margin-left: 7%;
  padding-top: 5.6%;
}

}
@media only screen and (min-width:700px){
.soldoutcatalog {

  top: 250px;
  left: 90px;
  transform: translate(30%, -470%);
  color:red;
  font-size: 35px;
  margin-right: 18%;
  padding-top: 1.3%;
  margin-top: 4%;
}

}
@media only screen and (min-width:820px){
.soldoutcatalog {

  top: 250px;
  left: 90px;
  transform: translate(18%, -371%);
  color:red;
  font-size: 45px;
  padding-top: 1.3%;
  margin-top: 4%;
}

}
@media only screen and (min-width:980px){

.soldoutcatalog {

  top: 250px;
  left: 90px;
  transform: translate(25%, -600%);
  color:red;
  font-size: 35px;
  padding-top: 6.7%;
  margin-left: 17%;
  margin-top: 4%;
}



}
@media only screen and (max-width:825px){

.hai{
    padding-left:0;
    margin-top: -56px;
}

}

@media only screen and (max-width:815px){

.hai{
    padding-left:0;
    margin-top: -50px;
}

}

@media only screen and (max-width:770px){

.hai{
    padding-left:0;
    margin-top: 30px;
}

}

.pdctCat {
        display:none;
    }

/* ----------Text Color --------------*/
.bgColor{
color : #252129;
margin-top: 2.5%;

}
/* ----------Text Color end--------------*/

/* ----------Slide Text Banner--------------*/



/* (A) OUTER CONTAINER */


  /* (C) SLIDES - FORCE INTO ONE LONG HORIZONTAL ROW */
  .hslide {
    width: 100%;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    letter-spacing:3px;
    font-size:12px;
    line-height: 2.4;
    vertical-align:center;
  }

  /* (D) SLIDE ANIMATION */
  @keyframes slideh {
    /* (D0) THE IDEA - USE KEYFRAMES TO SHIFT SLIDES *
    0% { right: 0; }
    33% { right: 100%; }
    66% { right: 200%; }
    100% { right: 0; }

    /* (D1) BUT THE ABOVE WILL SHIFT NON-STOP */
    /* SO WE ADD PAUSES BETWEEN EACH SLIDE */
    0% { right: 0; }
    20% { right: 0; }
    25% { right: 100%; }
    45% { right: 100%; }
    50% { right: 200%; }
    70% { right: 200%; }
    75% { right: 300%; }
    95% { right: 300%; }
    100% { right: 0; }
  }
  .gis-slider-column2 { animation: slideh linear 20s infinite; }



/* ----------Slide Text Banner End--------------*/

.removeLink{
color: white;
text-decoration: none;
}

.removeLink:hover{
color:#d1c286;
text-decoration: none;
}

.removeLink-black{
color: black;
text-decoration: none;
}

.removeLink-black:hover{
color:#d1c286;
text-decoration: none;
}

.btn-header{
background: #bc9d77;
width:200px;
font-size: 95%;
color: white;
border-color: red;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-color: red;
line-height: 1.1;
margin-right: 10px;
}


@media only screen and (max-width:985px){

.btn-header{
width:70px;
background: #bc9d77;
font-size: 60%;
color: white;
border-color: red;
padding-left: 18px;
padding-top: 7%;
padding-bottom: 5%;
padding-right: 18px;
border-color: red;
line-height: 1.1;
margin-right: 10px;
}
}

/* ----------Line when hovered--------------*/

.product-btn{
background: transparent;
font-weight: 800;
border-style: solid;
border-width: thin;
border-color: gray;
}
.product-btn:hover{

background-color: #858384;
color: white;
border-color:gray;
transition: 0.4s;
}

.product-btn-vipDeal{

background: #fe0000;
font-weight: 800;
color: #bc9d77;
border: red;
padding-left: 25px;
padding-right: 25px;
}


.dropdown a {
  display: inline-block;
  padding: 2px 20px;
  position: relative;
  color: black;
}

.dropdown a:hover{
    color:#d1c286;
}
.dropdown-menu .dropdown-item:hover {
  background-color: black;
}

@media only screen and (max-width:985px){

.dropdown a{
color: white;

}
.dropdown-menu .navlinks:hover {
color: #d1c286;
    background-color: red; /* Set to the default background color or any other desired style for mobile */
  }

  .dropdown-menu .navlinks:active,.navlinks:focus  {
  color: #d1c286;
    background-color: red; /* Set to the default background color or any other desired style for mobile */
  }
}

/*
.dropdown a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.dropdown a:hover:after {
  width: 100%;
  left: 0;
}

.dropdown-toggle::after{
border-style: none;

}
*/

/* ----------Line when hovered end--------------*/

.btn-slide-show{
background: transparent;
color: #d1c286;
border: 2px solid #d1c286;
}

.btn-slide-show:hover{
background: transparent;
color: #d1c286;
border: 2px solid black;
}

.btn-slide-show:active{
background: transparent;
background-color: transparent !important;
color: #d1c286 !important;
border: 2px solid black;
}




@-moz-document url-prefix() {
.bgColor {
    color: #524a4a;
}
}

.bgColor-ProductTitle{
color : #252129;
font-weight : bold;
}



/* ----------Model size chart--------------*/

.model-MainHeading{
font-weight: bold;
}

.model-paragraph{
margin-bottom : 0px;
}

.model-hr-start{
margin-bottom : 3px;
margin-top : 3px;
opacity: .7;
border: 0.5px solid black;
width:10%;
}

.model-hr-middle{
margin-bottom : 0px;
margin-top : 0px;
width: 25%;
border: 1px solid;
}

.model-table-head{
font-weight: normal;
}

.model-table-Text-small{
font-size: .6em;
}

.model-table-Th{
background-color: rgba(0, 0, 0, 0.05);
}

.model-table-Th-middle{
background-color: transparent;
}

.model-table{
border-left: 1px solid #c8c9ca;
border-right: 1px solid #c8c9ca;
border-top: 1px solid #c8c9ca;
border-bottom: 1px solid #c8c9ca;
}

.model-button{
background-color: transparent;
border: transparent;

}
/* ----------Model size chart end--------------*/

/* ----------All auth login signup checkout--------------*/
.account-form{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
width: 500px;
border-radius: 8px;
}
@media only screen and (min-width: 900px) and (max-width: 930px){

.account-form{
font-size: 24px;
}
}
@media only screen and (min-width: 760px) and (max-width: 840px){
.account-form{
font-size: 20px;
}
}
@media only screen and (min-width:710px){

.account-form{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
width: 450px;
border-radius: 8px;
margin-bottom: 10%;
margin-top: 7%;
padding-top: 10%;
padding-bottom: 10%;
}

.account-form-padd{


margin-bottom: 6%;
margin-top: 6.5%;

}




}
@media only screen and (min-width:800px){

.account-form{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
width: 600px;
border-radius: 8px;
margin-top: 13.5%;
padding-top: 10%;
padding-bottom: 10%;

}

.account-form-padd{


margin-bottom: 6%;
margin-top: 6.5%;





}


}
@media only screen and (min-width:985px){

.account-form{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
width: 500px;
border-radius: 8px;
margin-top: 2%;
padding-top: 0px;
padding-bottom: 0px;
margin-bottom: 3.5%;
}

.account-form-padd{


margin-bottom: 2%;
margin-top: 2.5%;





}


}




@media only screen and (max-width:700px){

.account-form{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
width: 330px;
border-radius: 8px;
margin-bottom: 10%;
margin-top: 4%;
padding-top: 10%;
padding-bottom: 12.5%;
}

.account-form-padd{


margin-bottom: 6%;
margin-top: 6.5%;


}

}
@media only screen and (max-width:330px){

.account-form{
width: 285px;

}

}
@media only screen and (max-width:380px){


.account-form-logg{

margin-bottom: 16%;
margin-top: 2.5%;
margin-left: 7%;


}

}
@media only screen and (min-width:390px){


.account-form-logg{

margin-bottom: 16%;
margin-top: 7.5%;
margin-left: 6.5%;


}

}

@media only screen and (max-width:450px){


.account-form-logg{

margin-bottom: 16%;
margin-top: 3.5%;
margin-left: 6.5%;
padding-bottom: 27%;
padding-top: 20%;



}

}
@media only screen and (min-width:700px){


.account-form-logg{

margin-top: 10.5%;
margin-left: 4%;



}

}
@media only screen and (min-width:800px){

.account-form-logg{

margin-top: 18.5%;
margin-left: 4%;

}

}
@media only screen and (min-width:950px){


.account-form-logg{

margin-top: 2.5%;
margin-bottom: 6%;
margin-left: 3%;
padding-top: 5%;
padding-bottom: 5%;
width: 400px;



}

}



.auth-input input[type=text] {
width: 250px;
height: 40px;
border-radius: 4px;
border: solid 1px #7d7575;
}

.auth-input input[type=password] {
width: 250px;
height: 40px;
border-radius: 4px;
border: solid 1px #7d7575;
}

.auth-input input[type=email] {
width: 250px;
height: 40px;
border-radius: 4px;
border: solid 1px #7d7575;
}

.auth-input input[type=email]:focus{
  color: #212529;
  background-color: #fff;
  border-color: #d1c286 !important;
  outline: 0;
  box-shadow: 0 0 0 0.1rem #d1c286 !important;
}

.auth-input input[type=password]:focus{
  color: #212529;
  background-color: #fff;
  border-color: #d1c286 !important;
  outline: 0;
  box-shadow: 0 0 0 0.1rem #d1c286 !important;
}

.auth-input input[type=text]:focus{
  color: #212529;
  background-color: #fff;
  border-color: #d1c286 !important;
  outline: 0;
  box-shadow: 0 0 0 0.1rem #d1c286 !important;
}

.auth-input input[type=checkbox]:checked{
    background-color:black;
}

.removeLink-auth{
color: #252129;
text-decoration: none;
}

.text-error{
    color: #fe0000;

}

#text-error-padd-login{
    padding-inline-start:0;
    margin-left:1px;
    text-align:center;
}

.text-error ul {
    list-style-type: none;
    margin-bottom : 0px;
    padding-right:20px;
    text-align:center;
}
/* ----------All auth login signup checkout end--------------*/
.shoppingCart-number{
   /* display: none; */
    border-radius: 8px;
    height: 16px;
    line-height: 15px;
    position: absolute;
    /* margin-top: 13px; */
    padding: 0 5px;
    min-width: 7px;
    background-color: #333;
    color: #fff;
    font-size: 1rem;

}

.alert-close{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}


.logoPointer{
cursor : pointer;
}

/* ----------shopping cart--------------*/
.shoppingCartMain{
box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
border-radius: 8px;
}

.delete-cart-btn{
padding-left: 0px;
padding-right: 0px;
border : none;
}

.delete-cart-btn:active{
border : none;
}

.cart-btn{
border : none;
}

.cart-btn:active{
border : none;
}

/* ----------shopping cart end--------------*/



.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }

.form-group label{
margin-top : 8px;
margin-bottom : 8px;
}

.paymentMethod-label{
padding-top : 4px;
}

.form-check-label{
padding-top : 3px;

}

@media only screen and (max-width:330px){

.form-check-label{
padding-top : 3px;
font-size: 14px;

}


}

/* ----------search function style--------------*/

.search-nav-bar{
    width:100%;
    height:auto;
    margin: 15px;
}

.wishlist-icon-padd{
    margin-right: 15px;
    margin-top: 6px;
}

.wishlist-icon-padd-mob{
    display:none;
    margin-top:3px;
}

.user-icon-pad{
    margin-left:105px;
    margin-top:1px;
}

.account-details-container{
    width:50%;
}

@media only screen and (min-width: 760px) and (max-width: 840px){
.account-details-container{
font-size: 25px;
}

}

@media only screen and (max-width:950px){

.user-container{
    gap:30px;
}

.account-details-container{
    width:100%;
}

.wishlist-icon-padd{
    display:none;
}

.wishlist-icon-padd-mob{
    display:block;
    margin-right: 20px;
}

.user-icon-pad{
    margin-left:0;
}

}

@media only screen and (max-width:435px){

    .user-icon-pad{
        margin-left:0;
        /*margin-right: 6px;*/
}

}

@media only screen and (max-width:415px){

    .user-icon-pad{
        margin-left:0;
        /*margin-right: 8px;*/
}

}

@media only screen and (max-width:365px){

    .user-icon-pad{
        margin-left:0;
        /*margin-right: 15px;*/
}

}


/* ----------vip membership page style--------------*/


.vip-sub-heading1{
    text-align:center;
    margin:20px;

}

.vip-sub-heading2{
    color:#86714b;
    text-align:center;
    margin:20px;
}

.cards-container {
			  display: flex;
			  flex-wrap: wrap;
			  justify-content: center;
			}

.vip-membership-container{
    padding:0 0 0 0;
    background-color:black;
}

.vip-card-banner{
    width:100%;
    height:auto;
}

.vip-plan-card{
    background-color:#f5f5f5;
    padding-top:15px;
}

.vip-card-sec1{
    justify-content:space-evenly;
    flex-wrap:wrap;
}

.card1 {
			width: 250px;
			height: 250px;
			padding:20px;
			background-color: #f5f5f5;
			box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
			cursor: pointer;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			text-align: center;
			margin:50px 0px 50px 0px
		}

		.card1:hover {
			box-shadow: 0px 5px 20px rgba(0,0,0,0.5);
		}

.vip-button {
	background-color: #d1c286;
    border: none;
	color: white;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius:5px;
	font-family:pertibd;
		}



.membership-card {
  width: 250px;
  margin: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
  border-radius: 5px;
  overflow: hidden;
}

.membership-card:hover {
  transform: translateY(-10px);
}

.membership-cardimg {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.card-content {
  padding: 15px;
}

/* ----------user profile page style--------------*/

  .user-profile-card{
    width: 400px;
    height: 200px;
  }

  .user-profile-icon{
    margin-top:42px;
    font-size:35px;
  }

  .user-container{
    display:flex;
    justify-content:space-evenly;
    margin-top:30px;
  }

  .mt30{
    margin-top:30px;
  }

  .mb30{
    margin-bottom:30px;
  }

  @media only screen and (max-width:280px){
    .user-container{
        flex-wrap:wrap;
    }
}

    @media only screen and (max-width:360px){
        .user-profile-card{
            height:215px;
        }
    }

    @media only screen and (max-width:380px){
        .user-profile-card{
            height:215px;
        }
    }



.footerlink{

/*margin-left: 350px;*/

}
@media only screen and (max-width:950px){
.footerlink{

margin-left: 140px;

}
}
@media only screen and (max-width:650px){
.footerlink{

margin-left: 0px;

}
}

  /* BASE STYLING */

.gis-slider-column1{
    width: 100%;
    height: 45px; /* OPTIONAL */

    /* (A2) COSMETICS */
    color: white;
    background: black;
    overflow: hidden; /* HIDE SCROLLBARS */
}

.gis-slider-column2{
    display: flex;
    position: relative;
    top: 0; right: 0;
}

.gis-slider-font1{
    width: 100%;
    color: white;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    letter-spacing:3px;
    font-size:12px;
    line-height: 1.2;
    vertical-align:center;
    font-weight:bold !important;
}

@media only screen and (min-width: 900px) and (max-width: 930px){

.gis-slider-font1{
    font-size: 20px;

}

}

@media only screen and (min-width: 760px) and (max-width: 840px){

.gis-slider-font1{
    font-size: 20px;

}
}
@media only screen and (width: 375px) and (min-height: 667px){
.gis-slider-font1{
    font-size: 9px;
    letter-spacing:1px;
    white-space: nowrap;

}

}

@media only screen and (max-width:335px){
.gis-slider-font1{
    font-size: 10px;

}

}

@media only screen and (max-width:285px){
.gis-slider-font1{
    font-size: 8px;

}

}

.gis-header-font1{
    text-decoration:none;
    font-size:15px;
    font-weight:bold !important;
}

.gis-golden-border{
    border-top : 2px solid #d1c286;
}

.gis-body{
    display:flex;
    flex-direction:column;
    min-height: 100vh;
}

.gis-vip-logo-style{
    display: flex;
    text-decoration:none;
    justify-content: center;
    align-items: center;
    width: 140px;
}


  /* NORMAL FONT USED IN BODY */
.gis-font-h3{
    font-size:17px !important;
    text-decoration:none;
}

  /* NORMAL BUTTON USED IN BODY */
.gis-button1{
    height:33px;
    color : #ffffff;
    border :3px solid #d1c286;
    background-color : red;
    min-width:150px;
    font-size : 14px;
    padding : .20rem 0.7rem;
    border-radius: 5px !important;
    font-weight: bold;
}

/*@media only screen and (min-width: 1000px) and (max-width: 1030px){

.gis-button1{

margin-top: 10px;

}

}

@media only screen and (max-width:335px){
.gis-button1{

    min-width:120px;
}

@media only screen and (max-width:285px){
.gis-button1{

    min-width:110px;
}*/

#nav-tab{
font-size:13px;
}


@media only screen and (min-width: 900px) and (max-width: 930px){

.custom-control-label{
    font-size:25px;
}

.form-check-label{

font-size: 25px;
}

}
@media only screen and (min-width: 760px) and (max-width: 840px){

.custom-control-label{
    font-size:20px;
}
.form-check-label{
font-size:20px;
}

}

.navbar-toggler-icon{

background-size: 80%;

}



.gis-button1:hover{
    background-color: black;
    border :3px solid #d1c286;
    color : white;
}

.btnrespo{
    font-size : 14px;
    min-width: 150px;
}

@media only screen and (max-width:1280px) {
     .btnrespo{
        font-size : 12px;
        min-width: 110px;
    }

}
@media only screen and (min-width: 530px) and (max-width: 840px){

.btnrespo{
        font-size : 17px;
        min-width: 135px;
    }

}
@media only screen and (max-width:435px) {
    .btnrespo{
        font-size : 12px;
       width: 100px;
    }
  }

@media only screen and (max-width:415px) {
    .btnrespo{
        font-size : 11px;
        width: 100px;
    }
  }

  @media only screen and (max-width:395px) {
    .btnrespo{
        font-size : 10px;
        width: 100px;
        margin-left: -12px;
    }
  }
  @media only screen and (max-width:380px) {
    .btnrespo{
        font-size : 10px;
        width: 94px;
        margin-left: -12px;
    }
  }

  @media only screen and (max-width:365px) {
    .btnrespo{
        font-size : 11px;
        width: 98px;
        margin-left: -16px
    }
  }
   @media only screen and (max-width:335px) {
    .btnrespo{
        font-size : 10px;
        min-width: 0px;
        margin-left: -19px
    }
.custom-control-label{
font-size: 14px;


}
    #nav-tab{
font-size:11px;
}
  }

  /* SMALL BUTTON USED IN BODY */
.gis-button2{
    height:33px;
    color: #fff;
    background-color: #212529;
    border :3px solid #d1c286;
    min-width:70px;
    font-size:14px;
    padding : .20rem 0.7rem;
    border-radius: 5px !important;
    font-weight: bold;
    /*font-size : 0.70em;
    font-size: 1em;*/
}

.gis-button2:hover{
    border :3px solid #d1c286;
    color : white;
    background-color: red;
}

  /* LARGE BUTTON USED IN BODY */
.gis-button3{
    height:33px;
    color: #fff;
    background-color: #212529;
    border :3px solid #d1c286;
    min-width:160px;
    padding : .20rem 0.7rem;
    border-radius: 5px !important;
    font-weight: bold;
    font-size: 14px;
}

.gis-button3:hover{
    border :2px solid red;
    color : white;
    background-color: #d1c286;
}

.gis-size-button{
    color: black;
    border: 1px solid red;
    width: 28px;
    height:28px;
    background: transparent;
}
.gis-size-button-color{
      background-color: #d1c286;
}

.gis-size-button:active,
.gis-size-button:focus {
  background-color: #d1c286;
}

.text-danger-red {
    color: red;
  }

  .text-danger-red:hover {
    color: red;
  }

  .popup1 {
    position: relative;
    display: inline-block;
  }
  .popup-content1 {
    visibility: hidden;
    background-color: black;
    color: White;
    border: 4px solid #d1c286;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    text-align: center;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s;
  }
  .popup1:hover .popup-content1 {
    visibility: visible;
    opacity: 1;
  }

  .popup {
    position: relative;
    display: inline-block;
  }
  .popup-content {
    visibility: hidden;
    background-color: black;
    color: White;
    border: 4px solid #d1c286;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    text-align: center;
    opacity: 0;
    transition: visibility 0.5s, opacity 0.5s;
  }
  .popup:hover .popup-content {
    visibility: visible;
    opacity: 1;
  }


.sub-link-padd {
  padding: 0.15rem;
}

.sub-link-padd:hover {
  color: white;
  background-color: black;
}

.sub-link-padd:hover a {
  color: white;
}
@media only screen and (max-width:980px) {


.sub-link-padd:hover {
  color: white;
  background-color: red;
}

.sub-link-padd:hover a {
  color: #d1c286;
}
}

.custom-radio {
  display: inline-flex;
  align-items: center;
  margin-right: 10px; /* Adjust spacing between options */
}

.custom-radio input[type="radio"] {
  display: none; /* Hide the default radio button */
}

.custom-radio label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px; /* Adjust the width of the square */
  height: 30px; /* Adjust the height of the square */
  border: 1px solid rgba(0,0,0,0.1); /* Border color for the square */
}

.custom-radio input[type="radio"]:checked + label {
  border: 1px solid #ff0000;
  background: #d1c286; /* Background color of the selected square */
  color: #fff; /* Text color for the selected option */
}
.radio-button {
  display: inline-block;
  margin-right: 10px;
height: 30px;
    width: 30px;
  border: 1px solid rgba(0,0,0,0.1);
  cursor: pointer;
  background-color: white;
  color: #333;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.radio-button input[type="radio"] {
  display: none;
}

.radio-button span {
  display: inline-block;
  vertical-align: middle;
}


.radio-button input[type="radio"]:checked + span {
  color: white;
  background-color: #d1c286;
  border: 1px solid red;
}

.font-weight-bold{
    font-weight: bold;
}


.price-large{
    font-size: 22px;
}
@media only screen and (min-width: 1020px) and (max-width: 1030px){

.price-large{
    font-size: 26px;
}

}

.title-color{
    color: #252129;
}

/* Form control focus style */

.form-control:focus{
  color: #212529;
  background-color: #fff;
  border-color: #d1c286 !important;
  outline: 0;
  box-shadow: 0 0 0 0.1rem #d1c286 !important;
}

/* Radio button style */

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.50em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

.form-check-input:checked {
    background-color: #212529;
    border: 1px solid rgba(0,0,0,.25);
}

.form-check-input:focus {
    border: 1px solid rgba(0,0,0,.25);
    outline: 0;
    box-shadow: 0 0 0 0 #212529 !important;
}

.m-radio{
    margin-top: -0.1em !important;
}

.gold-hover:hover{
    color:#d1c286;
}

.fixedHeader{
    position: fixed;
    top: 0;
    /* right: 0; */
    z-index: 2;
    width: 100%;
}

.gis-red-color{
    color:#fe0000;
}

#newpassword:focus{
    box-shadow:none !important;
}

.auth-input-style:focus{
    color: #212529;
    background-color: #fff;
    border-color: #d1c286 !important;
    outline: 0;
    box-shadow: 0 0 0 0.1rem #d1c286 !important;
}








