*{

    font-family: Trajan Pro Regular;
}


body{
  overflow: hidden;
  overflow-y: scroll;
}

.maintenance-bg{
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, 0.8)), url("../images/logos/Thangam Watermark-02.png");
  width: 100%;
  height: 500px;
}

.maintenance-inside{
  width: 100%;
  height: 500px;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.maintenance-inside h2{
  font-size: 25px;
  font-weight: bold;
  padding: 20px;
  opacity: 0;
  transform: translateY(100%);
      -webkit-transform: translateY(100%);
      animation: slide-in 0.5s forwards;
      -webkit-animation: slide-in 0.5s forwards;
}



.maintenance-inside h1{
  font-size: 40px;
  font-weight: bold;
  padding: 20px;
  transform: translateY(100%);
      -webkit-transform: translateY(100%);
      animation: slide-in 2s forwards;
      -webkit-animation: slide-in 2s forwards;
      opacity: 0;
}

.maintenance-inside img{
  width: 300px;
  padding: 20px;
  transform: translateY(100%);
  opacity: 0;
      -webkit-transform: translateY(100%);
      animation: slide-in 1s forwards;
      -webkit-animation: slide-in 1s forwards;
}

@keyframes slide-in {

    100% { transform: translateY(0%); opacity: 1;}
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateY(0%); opacity: 1;}
}

@keyframes slide-out {
    0% { transform: translateX(0%); }
    100% { transform: translateX(-100%); }
}

@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateX(0%); }
    100% { -webkit-transform: translateX(-100%); }
}

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

.wrapper1
{
    width: 100%;
    margin: auto;
    z-index: 2;
}

.mobMenu{
  display: none;
}

.top-bar
{
    width: 100%;
    padding: 5px 0px;
    text-align: center;
    background: #D4AF37;
}


.top-bar h6{
  color:#fff;
  font-size:16px;
  margin:auto;
  padding: 5px 0px;
  font-style: oblique;
  font-weight: 200;
  font-stretch: condensed;

}

.top-bar h6:hover{
  font-stretch: ultra-expanded;

}

.kites-form-group
{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 100px 50px;
}

.kites-form{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


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

  .kites-form-group
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 100px 50px;
  }
}



.main-logo
{
  width: 100%;
  margin: none;
  text-align: center;
}

.main-logo img
{
  width: 200px;
}

.header-cart-icon{
    width: 100%;
    height: 100%;
    padding: 10px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.header-cart-icon a{
  text-decoration: none;
  font-size: 18px;
  color: black;
  margin-bottom: 20px;
}

.header-cart-icon i{
  padding-right: 10px;
}

.header-cart-icon a:hover{
  text-decoration: none;
  color: #D4AF37;
}

.header-cart{
  display: none;
  width: 30%;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 40;
  background: white;
  z-index: 12;
  margin-top: 10px;
  cursor: pointer;

}

.header-cart a{
  width: 100%;
  background: #D4AF37;
  border: none;
  padding: 20px;
  text-align: center;
}

.header-cart a:hover{
  width: 100%;
  background: black;
  color: white;
}


.header-cart img{
  width: 100px;
}

.header-cart h4{
  font-size: 14px;
  font-weight: bold;
}

.header-cart h5{
  font-size: 12px;
}

.header-cart h6{
  font-size: 22px;
  font-weight: bold;
}

.header-cart input{
  width: 30%;
}

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

  .header-cart{
    width: 50%;
  }

}

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

  .header-cart{
    width: 100%;
  }

}

.popup{

  opacity: 0;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  text-align: center;
  z-index: 20;
  overflow: auto;
}

.show{
  opacity: 1;
  transition-delay: 5s;
}

.popup-close{
width: 100%;
height: 30px;
}

.popup i{
  float: right;
  cursor: pointer;
  font-size: 20px;
  color: grey;
}

.popup-content{
  padding: 20px;
  text-align: left;
}
.popup-content img{
  width: 150px;
}

.popup-content h2{
  width: 100%;
margin: none;
padding: none;
    text-align: left;
}

.popup-suscribe{
  width: 100%;
  padding: 20px;
}

.popup-suscribe button{
  margin-top: 20px;
}

.popup-suscribe button:hover{
  background: black;
  color: #D4AF37;
}


.popup-button {
  width: 100%;
  background: white;
  text-align: center;
}

.popup-button button{
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #D4AF37;
  border: none;
}

.popup-button button:hover{
  background: black;
  color: #D4AF37;
}

.popup-image{
  background-image: url('../images/jewel smith 3.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
}


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

  .main-logo img
  {
    width: 200px;
  }

  .main-icons-left{
    text-align: center;
  }

  .main-icons-right{
    text-align: center;

  }

  .popup{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


  .popup-content{
    width: 100%;
    padding: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .popup-content img{
    width: 100%;
  }

  .popup-content h2{
    font-size: 20px;
    width: 100%;
  margin: none;
  padding: none;
      text-align: left;
  }

  .popup-suscribe{
    width: 100%;
    padding: 20px;
  }

  .popup-suscribe button{
    margin-top: 20px;
  }

  .popup-suscribe button:hover{
    background: black;
    color: #D4AF37;
  }


  .popup-button {
    width: 100%;
    background: white;
    text-align: center;
  }

  .popup-button button{
    width: 100%;
    padding: 10px;
    text-align: center;
    background: #D4AF37;
    border: none;
  }

  .popup-button button:hover{
    background: black;
    color: #D4AF37;
  }

  .popup-image{
    background-image: url('../images/jewel smith 3.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
  }




}


nav
{
    font-size: 16px;
    background: #fff;
    width: 100%;
    border-top: .5px solid black;

}

nav > ul{
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    padding: 0px;
}

nav a{
  display: block;
  color:black;
  text-decoration: none;
  text-transform: uppercase;
}

nav ul li{
  color: #fff;
  list-style: none;
  transition: 0.5s;
}

ul img{
  width: 100%;
}

nav > ul > li > a{
  padding: 15px 25px;
  text-decoration: none;
  color: black;
}

nav ul li h4{
  font-size:20px;
  font-weight: 800px;
}

nav ul>li.dropdown1 > a:after{
  position: relative;
  float: right;
  content: '';
  margin-left: 10px;
  margin-right: 8px;
}

nav > ul > li:hover{
  background: #D4AF37;
}

nav > ul > li > a:hover{
  color:#fff;
    text-decoration: none;
}


nav ul.menu-area1{
  padding: 40px 20px 0 20px;
  background:#fff;
  border-top: 5px solid #D4AF37;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
  z-index: 1;
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  top: -9999px;
  left: 0;
  opacity: 0;

}

.menu-area1 img{
  height: 300px;
  object-fit: cover;
}

nav ul li:hover ul.menu-area1{
  top: 100%;
  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 1s ease-in;
         -o-transition: opacity 1s ease-in;
                                  opacity: 1;
}

nav ul.menu-area1 ul{
  width: 25%;
  margin-bottom: 40px;
  color: #262626;

}

nav ul.menu-area1 h4{
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

nav ul.menu-area1 ul li{
  display: block;
}

nav ul.menu-area1 ul li a{
  margin-top: 10px;
  color:#000;
  text-transform: none;
}

nav ul.menu-area1 ul li a:hover{
  color:#DFB052;
  transition: 0.5s;
  text-transform: none;
}


@media only screen and (max-width: 900px) {
.wrapper1{
  display: none;
}
.mobMenu{
  display: block;
  width: 100%;
  margin: auto;
  z-index: 2;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobMenu i{
  font-size: 25px;
  transition: .5s;
  cursor: pointer;
}

.mobMenu i:hover{
  color: gold;
}

nav > ul{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}

nav ul li:first-child{
  display: none;
}

nav ul li{
  width: 100%;
  text-align: center;
}

.menu-area1 img{
  height: 300px;
  object-fit: cover;
}

nav ul li:hover ul.menu-area1{
  top: 100%;
  -webkit-transition: opacity 0.5s ease-in;
       -moz-transition: opacity 1s ease-in;
         -o-transition: opacity 1s ease-in;
                                  opacity: 1;
}

}

/*------PRE-LOADER -------*/

.loader-container{
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;

}

.loader{
  width: 200px;
  height: 200px;
  border: 5px solid;
  color:#DFB052;
  border-radius: 50%;
  border-top-color: transparent;
  animation: Loader 1.2s linear infinite;
}

.loader-image{
  width: 150px;
  height: 150px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.loader-image img{
  width: 70%;
}

@keyframes Loader {

  to{
    transform: rotate(360deg);
  }

}
/*------END PRE-LOADER -------*/

/*------HOME PAGE -------*/


/*------HOME PAGE SLIDER-------*/



/*------END HOME PAGE SLIDER-------*/

.carousel-item img{
  width: 100%;
  height: 550px;
  object-fit: cover;
}


.carousel-button{
  padding: 10px;
  text-align: center;
  background: #D4AF37;
    border-radius: 20px 0px 20px 0px;
  border: none;
}

.carousel-button:hover{
  background: black;
  color: #D4AF37;
}

.carousel-caption{
  height: 100%;
  width: 30%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;

}

.carousel-caption h1{
  font-size: 35px;

}

.carousel-caption p{
  font-size: 12px;

}

.carousel-caption button{
  font-size: 16px;

}


/*------HOME PAGE COLLECTION-------*/

.collection{
  width: 100%;
  padding: 100px 50px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.collection h2{
  padding: 20px;
}



.collection img{
  transition: 1s;
  width: 280px;
  height: 300px;
  margin: 20px 0px;
  object-fit: cover;

}

.collection a{
  color: black;
  text-decoration:none;
  transition:.5s;

}

.collection a:hover{
  color: #D4AF37;
  text-decoration:none;

}

.wholesale-collection{
  padding: 100px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wholesale-collection h2{
  font-size: 40px;
  margin-bottom: 20px;
}

.wholesale-collection-content{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.wholesale-collection-item{
  padding: 5px;
}

.wholesale-collection-item img{
  width: 100%;
  transition: .5s;
}

.wholesale-collection-item img:hover{
  width: 102%;
}

.add_to_wishlist a{
  padding: 0px 5px;
  color: grey;
}

.add_to_wishlist a:hover{

  color: #DFB052;
}

.shop-container{
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.collection-container{
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.retail-collection{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home_category{
  padding: 50px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.category_outer{
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.category_item{
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: none;
}

.category_item a{
  width: 200px;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: .5s;
  text-decoration: none;
}

.category_item a:hover{
  text-decoration: none;
}

.category_item h6{
  color: #D4AF37;
  transition: .5s;
}

.category_item h6:hover{
  text-decoration: none;
  color: black;
  transform: scale(1.1);
}

.category_item img{
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  object-fit: contain;
  transition: .5s;
}

.category_item img:hover{
  transform: scale(1.1);
}


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

  .collection img{
    height: 150px;
    transition: 1s;
  }

  .collection img:hover{
    height: 160px;
  }

  .collection a h6{
    text-decoration:none;
    font-size:13px;
    color: #D4AF37;
  }

  .shop-container{
    display: grid;
    grid-template-columns: auto auto;
  }

  .collection-container{
    display: grid;
    grid-template-columns: auto auto auto;
  }




}

@media only screen and (max-width: 1080px) {
  .collection-container{
    display: grid;
    grid-template-columns: auto auto;
  }

}

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

  .collection img{
    height: 300px;
    transition: 1s;
  }
  .collection img:hover{
    height: 325px;
  }

  .collection a h6{
    text-decoration:none;
    font-size:18px;
    color: #D4AF37;
  }

  .shop-container{
    display: grid;
    grid-template-columns: auto;
  }

  .wholesale-collection-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .collection-container{
    display: grid;
    grid-template-columns: auto;
  }

}


/*------HOME PAGE STORY-------*/

.story{
  height: 500px;
  margin-left: 0;
  margin-right: 0;
  line-height: 1;

}

.story_text{
  padding: 10px;
  margin: 10%;
  text-align: left;
  color:grey;
  background: white;
  height: 80%;
  line-height: 20px;
}

.story_text a{
  background: none;
  border: none;
  color: #DFB052;
}

.story_text a:hover{
  background: none;
  border: none;
  color:grey;
}

.story_border{
  margin-top: auto;
  margin-bottom: auto;
  padding: 5%;
  border:5px solid grey;
  height:100%;
}

.left-story{

  background-image: url('../images/jewel smith 3.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
  width: 60%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}


.right-story{

  background-image: url('../images/Thangam_story_image1.jpg');
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
  height: 500px;
  width: 40%;
  overflow: hidden;

}


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

  .story_text{
    font-size: 12px;
  }

  .story_text{
    height: 400px;
    line-height: 20px;
  }


  .story_border{
    padding: 20px 20px;
  }



}

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

  .story{
    height: 1000px;

  }


  .story_text{
    height: 500px;
    line-height: 15px;
  }

  .left-story{
    height: 600px;
    width: 100%;

  }


  .right-story{
    width: 100%;

  }

}







/*------HOME PAGE GIFTS-------*/


.gift_item{
  padding: 50px 100px;
  height: 800px;
  width: 50%;
  text-align: center;

}

.gift_item img{
  width: 500px;
  height: 500px;
  object-fit: cover;

}

.gift_item h3{
  font-size: 28px;
  padding: 10px;

}

.gift_item p{
  font-size: 20px;
}

.gift_item a{
  text-decoration: none;
  background: none;
  border: none;
  color:grey;
  font-size: 20px;
  font-weight: bold;
}

.gift_item a:hover{
  text-decoration: none;
  background: none;
  border: none;
  color:#DFB052;
}



/*------HOME PAGE PROMOTION PAGE-------*/


.promotions
{
  background-image: url('https://www.gourmetgiftbaskets.com/Blog/wp-content/uploads/2018/10/GiftsLayout.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
    text-align: right;
}

.promotions h3{
  font-size: 30px;

}

.promotions p{
  font-size: 25px;
}

.promotions a{
  text-decoration: none;
  background: none;
  border: none;
  color:white;
  font-size: 25px;
  font-weight: bold;
}

.promotions a:hover{
  text-decoration: none;
  background: none;
  border: none;
  color:#DFB052;
}



/*-----FOOTER -----*/


.footer{
  padding: 0;
  background: white;
  width: 100%;
  color: black;
}


.footer_logo{

  text-align: center;
  width: 100%;

}

.footer_logo img{
  padding: 50px;
  height: 300px;
  width: 100%;
  object-fit: contain;


}

.footer-map{
  padding: 30px;
  margin: 0;
  background: #DFB052;
}

.footer-map-inner{
  padding: 0;
  margin: 0;
  background: #DFB052;
}

.footer-map-inner iframe{
  width: 100%;
  height: 450px;
  margin: 0;
  padding: 0;
  background: #DFB052;
}

.footer-address{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  background: #DFB052;
}

.footer-address h1{
  font-size: 50px;
  margin-bottom: 10px;
}

.copyright{
  background: black;
  width: 100%;
  padding: 10px;

}
.copyright h6{
  color:white;
  text-align: center;
}

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

  .footer{
    text-align: center;
    height: 1100px;
  }

  .footer_logo{
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .footer_logo img{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;


  }



}


/*------ END HOME PAGE ----*/


/*------ COLLECTION PAGE ----*/


.breadcrumb{
  width: 100%;
  background:linear-gradient(0deg, white, rgba(255, 255, 255, .5)), url('../images/logos/Thangam Watermark-02.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
  height: 200px;
}

.breadcrumb-content{
  width: 100%;
  margin-top: 5%;
  text-align: center;
  color: white;
}

.breadcrumb-content h4{
  font-size: 2rem;
  color: black;
}

.collection-page{
  padding: 75px 30px;
}

.filter_sidebar{
    width:100%;
    display:flex;
    flex-direction:row;
    align-items:flex-start;
    justify-content:flex-start;
    padding:20px;
}

.collections-outer{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.collection_products{
  display: grid;
  grid-template-columns: auto auto auto auto;
}

.product{
  width: 300px;
  margin: 10px;
  border: 1px solid black;
  padding: 10px;
  overflow: hidden;
}


.img-watermark{
  width: 280px;
  height: 200px;
  position: absolute;
  overflow: hidden;
}

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

.product img{
height: 200px;
width: 100%;
object-fit: cover;
}

.product-footer{
  padding: 10px;
  width: 100%;
}

.product-footer h5{
text-align: center;
}

.product-footer-button{
  width: 100%;
  text-align: center;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}

.product-footer-button a{
  background: #D4AF37;
  padding: 10px 20px;
  margin: 0px 10px;
  border-radius: 10px 0px 10px 0px;
  color: black;
}

.product-footer-button a:hover{
  background:black;
  color: white;
  text-decoration: none;
}


.price{
  position: flex;
  flex-direction: row;
  justify-content: right;
  border: 1px solid #D4AF37;
  padding: 10px 20px;
  border-radius: 10px 0px 10px 0px;
  font-weight: bolder;
}

.sale{
  text-align: center;
  position:absolute;
  color: red;

  border:1px solid red;
  padding: 5;
  border-radius: 10px 0px 10px 0px;
  font-weight: bolder;
  font-size:12px;
}

.product p{
text-align: center;
font-size: 12px;

}

.view_more{
  width: 100%;
  text-align: center;
  padding: 20px;
}

.view_more button{
  background: #D4AF37;
  padding: 10px 50px;
  border: none;
  border-radius: 20px 0px 20px 0px;
  font-weight: bolder;
  text-decoration: none;
}

.view_more button:hover{
background: black;
color: #D4AF37;


}

.filter-side-bar-search{
  padding: 20px 20px;
}

.filter-side-bar-price{
  padding: 20px 20px;
}

.filter-product-category{
  padding: 20px 20px;
}

.shop_filter_button{

  background: #D4AF37;
  padding: 10px 50px;
  border: none;
  border-radius: 20px 0px 20px 0px;
  font-weight: bolder;
  text-decoration: none;
  text-align: right;

}

.shop_filter_button:hover{

  background: black;
  color:white;

}



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


  .collection_products{
    display: grid;
    grid-template-columns: auto auto auto;
  }
  .product-footer-button{
    width: 100%;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

  }

  .product-footer-button a{
    margin: 5px 0px;
  }

}

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


  .collection_products{
    display: grid;
    grid-template-columns: auto auto;
  }

}

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


  .collection_products{
    display: grid;
    grid-template-columns: auto;
  }

}




/*------ END COLLECTION PAGE ----*/

/*------ SINGLE PRODUCT PAGE ----*/

.single-product{
  padding: 100px;
}

.single-product-left{
  text-align: center;
  padding-left: 50px;

}

.img-watermark-single{
  width: 500px;
  height: 500px;
  position: absolute;
  overflow: hidden;
}

.img-watermark-single img{
  width: 100%;
  object-fit: cover;
}

.single-main-product{
  width: 500px;
  height: 500px;
  text-align: center;
  object-fit: contain;
}

.single-sub-product-items{
  width: 150px;
  height: 150px;
  padding: 20px;
  text-align: center;
}

  .single-sub-product img{
    width: 150px;
    height: 150px;

  }


.single-product-right{
  padding-right: 50px;


}

.single-product-right h3{
  padding-left: 20px;

}
.single-product-right h1{
  padding: 20px 0px 0px 20px;

}

.single-product-right h4{
  padding: 20px;

}

.single-product-right p{
  padding: 20px;

}

.add-to-cart-button{

  background: #D4AF37;
  padding: 10px 50px;
  border: none;
  border-radius: 20px 0px 20px 0px;
  font-weight: bolder;
  text-decoration: none;

}

.single_product_qty{
  position: relative;
  padding: 5px;
  margin-left: 20px;


}

.single_product_qty input{
  width: 80%;
  padding: 10px 20px;
  border: 1px solid #D4AF37;
    border-radius: 0px 20px 0px 20px;
      font-size: 16px;
      font-weight: bold;
}

.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
.single-product-table {
  margin-left: 20px;
}

.single-product-table th{
  background: #F5F5F5;
  width: 40%;
}

.single-product-sale{
  color: grey;
  text-decoration:line-through;
  padding: 0 0 0 20px;

}

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

  .single_product{
    padding: 20px;
  }

  .single-product-left{
    padding: none;

  }

  .img-watermark-single{
    width: 300px;
    height: 300px;
    position: absolute;
    overflow: hidden;
  }

  .single-main-product{
    width: 300px;
    height: 300px;
    padding: none;
    margin: none;
  }

  .single-sub-product{
    width: 50%;
    border: 1px solid black;
  }

  .single-sub-product-items{
    display: inline;
    padding: 20px;
    object-fit: cover;
  }

  .single-sub-product img{
      width: 150px;
      height: 150px;

    }


  .single-product-right{
    padding: 20px;
    text-align: center;


  }

  .single-product-right h3{
    font-size: 25px;
  }

  .single-product-right h1{
    font-size: 32px;
  }

  .single-product-right h2{
    font-size: 20px;
  }

  .single-product-right h4{
    font-size: 16px;
  }


  .add-to-cart-button{

  margin: 10px;

  }

  .single-product-right p{
    text-align: justify;
  }

  .single-product-sale{
    color: grey;
    text-decoration:line-through;
    padding: 0 0 0 20px;

  }

}
/*------ END SINGLE PRODUCT PAGE ----*/


/*------ CART PAGE ----*/



.cart-page{
  padding: 100px 50px;
  justify-content: center;
}
.cart-page-right{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;

}

.cart-page-right-order{
  width: 90%;
  padding: 25px;
  border: 3px solid #D4AF37;
  border-radius: 20px 0px 20px 0px;
}

.cart-page-left h5{
  font-size: 20px;
  font-weight: bold;
}

.cart-page-left h6{
  font-size: 14px;
}

.cart-page-left img{
  width: 150px;
}

.cart-page-left select{
  height: 50px;
  width: 100px;
  border-radius: 20px 0px 20px 0px;
  text-align: right;
  float: right;
}

.thangam-align-right{
  text-align: right;
}

.cart-page-right h5{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}

.cart-page-right-order table{
  margin-top: 20px;
  font-size: 16px;
  line-height: 40px;
  color: black;
}

.cart-page-right-order table th{
  border-top: 1px solid black;
}

.cart-page-right-order table td{
  border-top: 1px solid black;
  text-align: right;
}

.cart-page-right-order tfoot th{
  font-size: 22px;
  font-weight: bold;
  padding-top: 30px;
}

.cart-page-right-order tfoot td{
  font-size: 22px;
  font-weight: bold;
  padding-top: 30px;
  text-align: right;
}

.cart-page-right-order h6{
  text-align: center;
  font-size: 18px;
  padding: 10px;
}

.check_out_button{
  border: none;
  width: 100%;
  padding: 20px;
  background: #D4AF37;
  color: black;
  font-weight: bold;
}

.check_out_button:hover{
  background: black;
  color: #D4AF37;
}


/*------ END CART PAGE ----*/


/*------ MY ACCOUNT PAGE ----*/


.my-account-page{
  padding: 100px;
}

.my-account-menu ul{

  width: 100%;
  list-style: none;
  display: block;
}

.my-account-menu li{
  padding: 10px;
  background: black;
  border: 1px solid white;
  color: white;
  cursor: pointer;
  margin: 0px auto 0;
}

.my-account-menu li:hover{
  background: #D4AF37;
  color: black;
}

.my-account-menu a{
  text-decoration: none;
}


.my-account-menu a:hover{
  text-decoration: none;
}

.my-account-menu-details{
  display: none;
  padding: 20px;
  background: #F5F5F5;
}

.my_account_form{

  padding: 10px 50px;

}

.my_account_image{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  text-align: right;

}

.my_account_image img{
  width: 100%;
  margin-bottom: 10px;
  object-fit: cover;
}

.my_account_image button{
    text-align: right;
    margin-top: 10px;
    padding: 10px 20px;
    object-position: right;
}

#my_account_email
{
  font-family: sans-serif;
  font-style: normal;
}

.my-account-menu-order{
  padding: 20px;
  background: #F5F5F5;
  display: none;
}


.my-account-menu-transactions{
  padding: 20px;
  background: #F5F5F5;
  display: none;
}

.my-account-menu-order img{
  max-width: 150px;
  max-height: 150px;
  padding: 20px;
}

.my-account-order-table{
  padding: 20px;
  background: white;

}

.my-account-order-table thead tr{
  text-align: left;
}
/*------ END MY ACCOUNT PAGE ----*/


.wholesale-popup{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid red;
  top: 0;
}

.wholesale-popup-outer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

.wholesale-popup-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #F5F5F5;
  padding: 50px;
  background: white;
  position: absolute;
}

.wholesale-popup-content i{
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.wholesale-popup-content a{

  padding: 10px 20px;
  margin: 10px;
  font-size: 20px;
  text-decoration: none;
  color: black;
}

.wholesale-popup-content a:hover{

  text-decoration: none;
}

.wholesale-popup-buttons{
  display: flex;
  flex-direction:row;
  align-items: center;
  justify-content: center;
}

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

.wholesale-popup-buttons{
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
}
}



/*------ WHOLESLAE ABOUT US PAGE ----*/

.about_us_image{
  width: 30%;
  background-image: url("../images/about us/gold_land_building_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  border: 2px solid #D4AF37;;
}


.about_us_content{
  width: 70%;
  padding: 20px;
}

.about_us_vision{
  background: #D4AF37;
  padding: none;
  text-align: justify;
}

.about_us_vision_content{
  padding: 20px;
}
.about_us_vision_content h3{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.about_us_director_message{
  padding: 50px;
  padding-bottom: 0;
  border-bottom: 1px solid #F5F5F5;
}

.director_content{
  padding: 0px 40px;
  width: 70%;
  text-align: justify;
  align-items: flex-start;
}

.director_content h2{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.director_image
{
  width: 50%;

}

.director_image_inner img{
  width: 100%;
  object-fit: contain;
}



.director_image img{
  width: 100%;
}

.thangam_team_outer h2{
  font-size: 30px;
  font-weight: bold;
}

.thangam_team_image{
  width: 100%;
  border: 5px solid #D4AF37;
  margin-bottom: 20px;
}

.thangam_team_image img{
  width: 100%;
}

.thangam_team{
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.thangam_team_member{
  padding: 10px;
  border: 1px solid #D4AF37;
  border-radius: 20px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 10px;
  padding-bottom: 20px;
}

.thangam_team_member img{
  width: 80%;
  max-width: 300px;
  padding: 10px;
  border-radius: 360px;
}

.thangam_team_member h3{
  font-weight: bold;
  font-size: 25px;
}

.team_contact{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 5px 0px;
}

.team_contact i{
  font-weight: bold;
  font-size: 20px;
  margin-right: 20px;
  color: #D4AF37;
}


.thangam_exhibitions{
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.t_exhibition{
  border-radius: 20px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 10px;
  background: #D4AF37;
    transition: .5s;
}


.exhibition_image img{
  width: 300px;
  max-height: 150px;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}

.t_exhibition:hover{
  transform: scale(1.05);
}

.exhibiton_name h2{
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  color: black;
  padding-top:10px;
  text-align: center;
}

.exhibiton_name p{
  width: 100%;
  font-size: 16px;
  color: black;
  padding-bottom: 10px;
  text-align: center;
}


@media only screen and (max-width: 1360px) {
  .thangam_team{
    display: grid;
    grid-template-columns: auto auto;
  }

  .thangam_exhibitions{
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

}



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

  .about_us_image{
    width: 100%;
    height: 300px;
  }

  .about_us_content{
    width: 100%;
  }

  .director_content{
    padding: 20px;
    width: 100%;
  }

  .director_image
  {
    width: 100%;
  }

  .director_image_inner img{
    object-fit: contain;
  }

  .thangam_team{
    display: grid;
    grid-template-columns: auto;
  }

  .thangam_exhibitions{
    display: grid;
    grid-template-columns: auto;
  }

}

/*------ END WHOLESLAE ABOUT US PAGE ----*/
.thangam_story_outer{
  padding: 50px 100px;
  background-image: url('../images/jewel smith 3.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  background-attachment: fixed;
  border: 20px solid white;
}

.thangam_story_inner{
  background: #D4AF37;
  padding: 20px;
}


.thangam_story{
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 20px;
}

.story_item{
  width: 300px;
  height: 200px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: justify;
  padding: 20px;
  border-radius: 20px;
  transition: .5s;
  background: white;
}

.story_item:hover{
  transform: scale(1.03);
}

.story_item h2
{
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #D4AF37;
}


.story_item p
{
  font-size: 17px;
  text-align: center;
  color: black;
  line-height: 20px;
}



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

  .thangam_story_outer{
    padding: 50px 20px;
  }

  .thangam_story{
    grid-template-columns: auto auto auto;
  }

  .story_item{
    width: 200px;
    height: 250px;
  }

  .story_item h2
  {
    font-size: 18px;
  }

  .story_item p
  {
    font-size: 16px;
  }
}




@media only screen and (max-width: 768px) {
  .thangam_story{
    grid-template-columns: auto;
  }

  .story_item{
    width: 100%;
    height: 200px;
  }

}

.contactUs{
padding: 50px 100px;
}

.contactUs_address{
  padding: 20px;
  width: 30%;
}

.contactUs_address h2{
  font-weight: bold;
  font-size: 30px;
}

.contactUs_address a{
  color: black;
  text-decoration: none;
  transition: .5s;
}

.contactUs_address a:hover{
  color: #D4AF37;
  text-decoration: none;
}

.contactUs_map{
  width: 70%;
}
