/* Icon 1 */
*:focus {
    outline: 0 !important;

}
*{
  margin: 0;
  padding: 0;
  overflow-x: unset;
}
.discount_no_coupons{
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 200px;
    margin-bottom: 200px;
}
.sticky-div{
    width: 305px;
}
.sticky-div.fixed{position:fixed;}
.sticky-div.footstick{position:absolute; bottom:0; top:inherit!important}
.right_side{float: right;width:100%;}

html, body {
  max-width: 100%;
  overflow-x: hidden;
  min-height:100vh;
}
.dropdown-toggle::after {
    vertical-align: middle!important;
}
.dropdown .dropdown-menu {
  transition: all 0.5s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
  border:none;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
}

.navbar-light .navbar-nav .nav-item a:hover{
    
    color:#BE9C65;
    
}

.dropdown-item{
    padding: .25rem 0.5rem;
}

.dropdown-menu a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background:  #BE9C65;
    transition: width .3s;
}
.dropdown-menu a:hover::after{
    width:100%;
}


a{
    color: #606060;
}
a:hover{
    color: #606060;
}
 .desc-font-resp{
        font-size:20px;
    }
  
  .resp-font-mob{
        font-size: 20px;
    }  

.navbar-nav .dropdown-menu {
    position: absolute;

}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
 }


#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.modalconent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 80%;
    padding: 20px;
}
.close{
    position: absolute;
    right: 11px;
}
.modalbg{
background-image: url(../img/Sakshi-Popup-BG.png)

}
.modal-body{
    width: 100%;
    display: block;
    padding:0;

}
.modal-body img{
    width:100%;
}
.modal-dialog {
    max-width: 500px;
   margin: 8.75rem auto;
}
.form-abs{
position: absolute;
   bottom: 116px;
    width: 100%;
    justify-content: left;
    left: 32px;
}

.form-abs .form-inline .form-control{
        border: none;
    
}

.form-check{
    position: absolute;
    left: 0;
    padding:10px 43px;
    bottom: 22px;
}


.popup-form{
font-size:14px;
border-radius: 0;

}
.popup-btn{
font-size:14px;
background-color: #BE9C65;
border-radius: 0;
color: white;
}




#loading {
  background: url('../img/Loader.gif') no-repeat center center;
  background-color: rgba(255, 255,255, 1);
  position: Fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999;
}
.no-padding{
  padding: 0px;
  margin: 0px;
}
/* .sec2 .col-md-3
          {
          display: inline-block;
          margin-left:-4px;
          } */
.custom-padding{
  padding-top: 80px;
}
.menuresp{
  display: none;
}
.menurespbtn{
  display: none!important;
  
}
.navbar-light .navbar-toggler {

    border:None;
    padding: 0px;
    z-index: 99998;
}
.navbar{
  position: fixed;
    width: 100%;
    top: 0;
}

.navbar-nav{
  float: right;
  flex-direction: row;
}
.navbar-collapse{
  margin-top: 39px;
  position: absolute;
  padding: 0px 81px;
}


/* .navbar-collapse {
  position: absolute;
  left: 100%;
  width: 100%;
  margin-top: 39px;
  padding: 0px 60px;
  transition: all 0.2s ease;
  display: block;
}
.navbar-collapse.collapsing {
  height: auto !important;
  margin-left: 50%;
  left: 50%;
  transition: all 0.2s ease;
}
.navbar-collapse.show {
  left: 0;
} */

.border-right{
  border-right: solid black;
  border-width: 2px;

}

/* .navbar-nav {
  flex-flow: row nowrap;
}

.navbar {
    flex-flow: row nowrap;
     display: inline-flex;
} */
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #BE9C65;
  }
  .carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 50px;
  margin-left: -25px;
  background-size: 100%, 100%;
  border-radius: 50%;

 
}

.carousel-control-prev-icon {
    background-image: url(../img/Sakshi-Left-Arrow.png);
}
.carousel-control-next-icon {
    background-image: url(../img/Sakshi-Right-arrow.png);
}


.sec2 .carousel-control-prev-icon,
.sec2 .carousel-control-next-icon{
  height: 50px;
  width: 50px;


  background-size: 100%, 100%;
  border-radius: 50%;

  
}
.sec2 .carousel-control-next-icon{
  margin-left: 20px;
}
/*.carousel-control-next-icon:after*/
/*{*/
/*  content: '>';*/
/*  font-size: 55px;*/
/*  color: #BE9C65;*/
/*  font-family: 'Times New Roman', Times, serif;*/
/*}*/
.sec1 .carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}

.sec2 .carousel-control-next, .carousel-control-prev{
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;

}

/*.carousel-control-prev-icon:after {*/

/*  font-size: 55px;*/
/*  color: #BE9C65;*/
/*  font-family: 'Times New Roman', Times, serif;*/
/*}*/

/*.sec2 .carousel-control-next-icon:after*/
/*{*/
/*  content: '>';*/
/*  font-size: 55px;*/
/*  color: #BE9C65;*/
/*  font-family: 'Times New Roman', Times, serif;*/
/*}*/

/*.sec2 .carousel-control-prev-icon:after {*/
/*  content: '<';*/
/*  font-size: 55px;*/
/*  color: #BE9C65;*/
/*  font-family: 'Times New Roman', Times, serif;*/
/*}*/





 .animated-icon2 {
    width: 30px;
    height: 20px;
    margin: 10px 12px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    }

    .animated-icon2 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    }

 

    .animated-icon2 span {
    background: #002561;
    }

  

  


    /* Icon 3*/

    .animated-icon2 span:nth-child(1) {
    top: 0px;
    }

    .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 10px;
    }

    .animated-icon2 span:nth-child(4) {
    top: 20px;
    }

    .animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%;
    }

    .animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    }

    .animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }

    .animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%;
    }

    

.socialicons{
  /* margin-bottom: 11px; */
  padding: 4px 6px;
}

.searchbtn{
  color: #BE9C65;
}

.category-card-border{
  border-color: #BE9C65;
}

.sakshi-gold-text{
  color: #BE9C65;
}

.sakshi-grey-text{
  color: #606060;
}
.sakshi-white-text{
  color: white;
}

.play-fair-font{
  font-family: 'Playfair Display', serif;
}
.bg-gray{
  background-color: rgba(0, 37, 97, 0.03);
}
.category-bg{
  background-image: url(../img/Categories-BG.jpg);
}
.zoom {

  
  transition: transform .2s; /* Animation */
  
}

.zoom:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.3); 
}

.carousel-control-prev1,
.carousel-control-next1{

top: auto;
bottom: auto;

}

.about-us-img{
  background-image: url('../img/2.jpg');
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-toppicks{
  /* background-image: url('../img/Bg-Top-Picks.jpg'); */

  width: 100%;
  margin-top: 50px;
  background-repeat: no-repeat;
  /* background-size: contain; */

}

.bg-usp{
  /* background-image: url('../img/USP-1.png'); */
  /*width: 100%;*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bg-topmargin{
margin-top: 50px;
}

.category-card-border1:hover{
  border-color: #BE9C65;
}
.text-small{
  font-size: 18px;
}

.form-book{
  border-radius: 0px;
  border: 2px solid #BE9C65;

}

.btn-gray{
  background-color: rgba(0, 37, 97, 0.03) ;
  font-size: 22px;
}

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%),
    linear-gradient(to right, #BE9C65, #BE9C65);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.1em;
  background-repeat: no-repeat;
}

select {

  /* styling */
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sub-font{
  font-size: 25px;
}

.margint{
  margin-top: 147px;
}

.text-overlay{
  z-index: 20;
  padding-left: 20px;
}

.headerimg{
  background-image: url("../img/Header-Bg.png");
  background-repeat: no-repeat;
  padding: 7px 0px;
 width: 100%;

}

/* .sec2 img:hover{
 opacity: 0.2;
 transition: ease-out 5;
} */


  .sec3 img  {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .4s ease-in-out;
  }
  .sec3 img:hover  {
    opacity: .5;
  }

  /* .sec2 img  {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .sec2 img:hover {
    -webkit-transform: scale(1);
    transform: scale(1);
  } */



  .preview {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

      .preview {
        margin-bottom: 20px; } }
  
  .preview-pic {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  
  .preview-thumbnail.nav-tabs {
    border: none;
    margin-top: 15px; }
    .preview-thumbnail.nav-tabs li {
      width: 18%;
      margin-right: 2.5%; }
      .preview-thumbnail.nav-tabs li img {
        max-width: 100%;
        display: block; }
      .preview-thumbnail.nav-tabs li a {
        padding: 0;
        margin: 0; }
      .preview-thumbnail.nav-tabs li:last-of-type {
        margin-right: 0; }
  
  .tab-content {
    overflow: hidden; }
    .tab-content img {
      width: 100%;
      -webkit-animation-name: opacity;
              animation-name: opacity;
      -webkit-animation-duration: .3s;
              animation-duration: .3s; }
  
  .no-border{
    border: none;
    outline:none;
  }

  .preview-thumbnail li.active img {
    opacity: 1;
    border: 2px solid;
    border-color: #BE9C65;
  }

  .preview-thumbnail li img {
    display: block;
    opacity: 0.5;
}

.cardresp{
  width: 204;
  height: 359;
}



.collapsiblebutton{

  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all 0.1s ease-in-out;

}

.fa-angle-up{
  display: none;
}
.fa-angle-down{
  display: block;
}

.contentfilter {
  
  padding: 18px 18px;
  display: none;
  overflow: hidden;

  margin-bottom: 14px;
  margin-top: 14px;
  transition: all 0.5s ease-in-out;
}

.big-font{
  font-size: 22px;
}
.no-text-decoration{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
.fa:hover{
  text-decoration: none;
}

.offerbackground{
  margin-top: 50px;


}

.bg-custom{
  /* background-image: url('../img/Customize-your-design-Image.jpg'); */
  background-repeat: no-repeat;
  background-size: contain;
  /* width: 100vw; */
  background-position: center;
}

.custom .col-md-9 {
  max-width: 100%;

}
/* input[type="file"] {
  display: none;
} */
.custom-file-upload {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 3px 12px;
  cursor: pointer;
  background-color: #BE9C65;
  color: white;
  margin-bottom: 0px;
}
.offerhead{
  background-image: url('../img/Offer-Header.jpg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  background-position: center;
}
.holiday{
  background-repeat: no-repeat;
  background-size: contain;
  /*height: 40px;*/
  background-position: center;
  width:100%;
  /*height: 100vh;*/

}

.font-small{
  font-size: 13px;
}
.font-medium{
  font-size: 17px;
}
.bg-footer{
  background-color: #F9F6F2;
  bottom: 0px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
.animateMe{
  opacity: 0;
}
 
.animateMe .animated{
    opacity: 1;
}

.animateMe img:hover{
  opacity: 0.6;
}

.blog-form{
  background-color: #F9F6F2 ;
  margin: 84px 0 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-top: 1rem;
  margin-bottom:0px;
}

.section-sakshi-pink{
  background-color: #F9F6F2;
}
.open-sans-font{
  font-family: 'Open Sans', sans-serif;
}

.pt-serif-font{
  font-family: 'PT Serif', serif;
}
.no-bold{
font-weight: 400;
}
.semi-bold{
  font-weight:bold;
}

.related-product img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .4s ease-in-out;
}
.related-product img:hover  {
  opacity: .5;
}
.related-product .carousel-control-next-icon{
  margin-left: 20px;
}


/* filterbuttons */
#filterbutton .filtercollapbutton{
  background-color: #BE9C65;
  color: white;
}
.contentfilter {
  
  padding: 18px 18px;
  display: none;
  overflow: hidden;
  background-color: #F9F6F2;
  font-family: 'PT Serif';
  font-size: 16px;
  color: #333333;
  margin-bottom: 14px;
  margin-top: 14px;
  transition: all 0.5s ease-in-out;
}
.contentfilter1 {
  overflow: hidden;
 
   font-family: 'PT Serif';
   font-size: 16px;
   color: #333333;
   margin-bottom: 14px;
   transition: all 0.5s ease-in-out;
 }

 
.collapsible {
  background-color: #F9F6F2;
  font-family: 'PT Serif';
  color: #BE9C65;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: all 0.1s ease-in-out;
}

.collapsiblebutton{

    background-color: #BE9C65;
    font-family: 'PT Serif';
    color:  white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: all 0.1s ease-in-out;

}

.collapsible:focus {
  outline: none;
}
.collapsiblebutton:focus {
  outline: none;
}
.collapsiblebutton:focus {
  outline: none;
}


.activebutton, .collapsible:hover {
  background-color: #BE9C65;
  color:white;
}
.activebutton, .collapsiblebutton:hover {
  background-color: #BE9C65;
  color:white;
}
.btn-filter{
  background-color:#BE9C65;
  color: white;
  width:124px;
  font-family: 'PT Serif';
}
.customarrow{
  float: right;
  font-size: 16px;
  font-weight: bold;
}

.checkbox {
  display: inline-flex;
  cursor: pointer;
  position: relative;
}

.checkbox > span {
  color: #34495E;
  padding: 0.5rem 0.25rem;
}

.checkbox > input {
  height: 15px;
    width: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 1px solid #34495E;
  outline: none;
  transition-duration: 0.3s;
  background-color: white ;
  cursor: pointer;
}

.checkbox > input:checked {
  border: 1px solid #BE9C65;
  background-color: #BE9C65;
}

.checkbox > input:checked + span::before {
  content: '✓';
  display: block;
  font-weight: bolder;
  font-size: 9px;
  text-align: center;
  color: #E5F9F8;
  position: absolute;
  left: 0.2rem;
  top: 0.1rem;
}

.checkbox > input:active {
  border: 2px solid #34495E;
}
.btn-sakshi{
  background-color: #BE9C65;
  color: white;
}
.btn-sakshi2{
  background-color:rgba(0, 37, 97, 0.03) ;
  color:#BE9C65;
}

.custom-margin-top{
  margin-top: 96px;
}
.custom-margin-top-bottom{
  margin-top: 80px;
  margin-bottom: 80px;

}
.instagram {
  display: inline-block;
  width: 44px;
  /* height: 133px; */
  text-align: center;
  border-radius: 71px;
  color: #fff;
  font-size: 34px;
  line-height: 47px;
  /* padding: 0px 10px; */
  /* vertical-align: middle; */
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 9px rgba(0,0,0,.25);
}

.fa-facebook {
  background: #3B5998;
  color: white;
  padding: 10px;
  font-size: 30px;
  width: 49px;
  text-align: center;
  text-decoration: none;
  margin: 0px -3px;
  border-radius: 34px;
}
.fa-phone {
  background: #BE9C65;
  color: white;
  padding: 10px;
  font-size: 30px;
  width: 49px;
  text-align: center;
  text-decoration: none;
  margin: 0px -3px;
  border-radius: 34px;
}

.bg-bookstore{
  /* background-image: url(../img/Homepage-Book-A-Store-Visit.jpg); */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
}

table td ,table th{
  /* border-left: 3px solid #BE9C65 !important; */
  border-top : 1px solid #BE9C65 !important;
  border-bottom : 1px solid #BE9C65 !important;
}

.table td{
  padding: 7px 1px;
}
table td:first-child {
  border-left: none;
}

table td:last-child {
  border-right: none;
}

.floating-btn{
  z-index: 2;
  position: fixed;
  bottom: 75px;
  right: 20px;
  font-size: 14px;
  transition: bottom .2s;
}
.img-width{
  width: 100%;
  background-size: contain;
}
.margin-b{
  margin-bottom: 15px;
}

.padding-vert{
  padding-left: 35px;
    padding-right: 28px;
}
.activepage{
  background-color: #BE9C65;
    color: white;
    width: 35px;
    align-items: center;
    text-align: center;
    padding: 6px;

}
.paginatorlist{
  text-decoration: none;
  color: #333333;
}
#newsletter{
  margin-top: 100px;
  margin-bottom: 100px;
}
#amount {
  border: 0;
  color:#BE9C65;
  font-weight: bold;
  background-color: #F9F6F2;
}
.ui-slider-horizontal .ui-slider-range {

  background: #BE9C65;
}




  del{
    text-decoration: none;
    position: relative;
 
  }
  del:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;
    color: #BE9C65;
  
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
  }
  ins {
    text-decoration: none;
    padding: 0px 7px;
  
  }

.sol table td ,.sol table th{
  /* border-left: 3px solid #BE9C65 !important; */
  border-top : none !important;
  border-bottom : none !important;
}

.sol-margin-top{
    margin-top:100px;
}

.great-vibe-font{
    font-family: 'Great Vibes', cursive;
    font-size: 48px;
    margin-left: 23px;
    color: #BE9C65;

}
.sol-page img{
  width: 100%;
}
