body {
    margin: 0 !important;
 
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
    background-color: #fafbfb;
    color:var(--color);
    padding: 0px !important;
    font-family: sans-serif;
   
  }


  a {
    text-decoration: none;
  }

  :root {
    --main-color:#0caf60;    
    --sub-color:#7350C7;
    --b-shadow :0px 2px 8px 6px rgb(0 0 0 / 5%);
    --light-grey:#F8F8F8;
    --light-sky:#b1c9f8;
    --bg-color:#fff;
    --color:#000;
    --yellow:#F4B41A;
    --bs-blue: #51459d;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #ff3a6e;
    --bs-orange: #fd7e14;    
    --bs-green: #6fd943;
    --bs-teal: #20c997;
    --bs-cyan: #3ec9d6;
    --bs-white: #ffffff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #51459d;
    --bs-secondary: #6c757d;
    --bs-success: #6fd943;
    --bs-info: #3ec9d6;
    --bs-warning: #ffa21d;
    --bs-danger: #ff3a6e;
    --bs-light: #f8f9fa;
    --bs-dark: #1c232f;
    --bs-primary-rgb: 81, 69, 157;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 111, 217, 67;
    --bs-info-rgb: 62, 201, 214;
    --bs-warning-rgb: 255, 162, 29;
    --bs-danger-rgb: 255, 58, 110;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 28, 35, 47;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 41, 50, 64;
    --bs-body-bg-rgb: 248, 249, 253;
    --bs-font-sans-serif: "Open Sans", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.875rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #293240;
  }
  @font-face {
    font-family: 'CollectionFree.otf';
    src: url(../fonts/CollectionFree.otf);
  }






  #navbar {
    overflow: hidden;
    background-color: #fff;
    padding: 20px 0px;
    z-index: 99;
  }
  
  #navbar a {
    float: left;
    display: block;
    color: #000;
    text-align: center;
    padding: 5px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  #navbar a:hover {
    background-color: #ddd;
    color: black;
  }
  
  #navbar a.active {
    background-color: #04AA6D;
    color: white;
  }
  .main-heading {
    text-transform: uppercase;
    font-family: 'Marcellus', serif;
    margin-bottom: 25px;
    font-size: 32px;
    
  }
  .main-heading span {
    font-family: 'CollectionFree.otf';
    font-size: 65px;
    text-transform: capitalize;
    font-weight: 500;
  
  }
  .content {
    padding: 16px;
    text-align:center;
  }
  
  .sticky {
    position: fixed;
    top: 0px;
    width: 100%;
  }
  
  .sticky + .content {
    padding-top: 160px;
  }
  .maga-menu {
    width: 100%;
  }
.top-right-icon {
  float: right;
  width: 60%;  
  margin-top: 8px;
}
.top-right-icon ul {
  padding: 0px;
  margin: 0px;
}
.top-right-icon ul li {
  list-style: none;
}
.top-right-icon ul li a {
  padding: 0 10px !important;
  
}
.top-right-icon ul li a img {
  width: 23px;
  color: #ccc;  
}
.search-icontop {
  width: 19px !important;
}
.pics-main-box {
  display: flex;
  overflow-x: auto;
}
.pic-box {
  margin: 0px 8px 0;
  position: relative; 
  min-width: 200px;
  max-width: 280px
}

/*.container {*/
/*  max-width: 1500px !important;*/
/*  width: 100%;*/
/*}*/
.pic-box a {
  color: #000;

}
.pics-links {
  background-color: transparent !important;

}
.pic-box h3 {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  font-family: sans-serif;
  text-transform: capitalize;
  letter-spacing: 1px;

}
.pic-box h4 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}
.pic2 {
  display: none;    
  top: 0px !important;  
}
.pic-box:hover .pic2 {
  display: block;
  position: absolute;
  top: 0px;
}
.pics-sizes {
  display: none; 
  position: relative;
  bottom: 0;
  width: 100%;
}
.like {
 right: 10px;
 position: absolute;
 top: 10px;
 background-color: #fff;
 height: 30px;
 width: 30px;
 text-align: center;
 border-radius: 50px;
 padding-top: 3px;
}

.set-sizes {
  position: absolute;
  bottom: 110px;
  width: 100% !important;  
  text-align: center;
}

.set-sizes a {
  background-color: #000 ;
  padding: 7px 14px;
  color: #fff;
  font-size: 12px;
  left: -10px;
  text-decoration: none !important;
}
.set-sizes a:hover {  
  color: #fff;  
}
.set-sizes button {
  background-color: #000 ;
  padding: 8px 14px;
  color: #fff;
  border: none;
  margin-top: 15px;
  width: 100%;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}
.set-sizes button:hover {
  background-color: #303030 ;

}

.pic-box:hover .pics-sizes {
  display: block;
  position: absolute;
  top: 0px;
  z-index: 9;
}
.view-all {  
  position: absolute;
  bottom: 250px;
  left: 50px;  
}
.view-all button {  
  border: #e8e8e8 solid 1px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 0px;
  letter-spacing: 2px;
  color: #000;
}

.testimonial-main {
  padding: 50px 10px;
 
}
.testimonial-bg {
  background-color: #f9f9f9;
  padding: 50px 10px;  
}
.testimonial-box {  
  box-shadow: 0 10px 25px #0000001a;
  text-align: center;
  padding: 30px 20px;
  background-color: #fff;
  
  
}
.testimonial-box a {
  text-decoration: none;
  color: #000;  
} 
.testimonial-box a:hover {
  text-decoration: none;
  color: #000;  
} 
.testimonial-box h2 {
  font-size: 17px;
  
} 
.testimonial-box i {
  font-size: 17px;
  margin-bottom: 25px;  
} 
.testimonial-box p {
  font-size: 15px;
  
} 


.text-top-main {
  height: 35px;
  background-color: #ece0d2;
  text-align: center;
  color: #000 !important;
  padding-top: 7px;
  font-size: 13px;
  padding-bottom: 7px;
}
.t-text a {
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 12px;

}
.t-text a:hover {
  color: #000;

}
.after-pay {
  background-color: #efe8dd;
  margin-top: 60px;
}
.after-pay img {
  padding: 0 20px; 
}
.insta-main {
  text-align: center; 
  width: 90%;
}
.insta-main p {
  font-size: 18px;
}
.insta-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.insta-pic {  
  margin-bottom: 6px;
  width: 24.6%; 
  overflow:hidden;
  height:289px;
  position:relative;
}
.insta-img {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
}
.insta-pic:hover .insta-img {
  opacity: 0.2;
}
.insta-shop-main {
  position: relative;
}
.insta-shop {
  position: absolute;
  bottom: 70px;
  left: 0px;
  right: 0px;
  margin: auto;
  text-align: center;  
  display: none;
}
.insta-pic:hover .insta-shop {
  display: block;
}
.insta-shop button {
  width: 60%;
  display: block;
  margin: auto;  
}
.insta-shop i {
  font-size: 35px !important;
  color: #000;
  margin-bottom: 20px;
}

.load-more a {
    background-color: #000;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 7px 0px;    
    margin: auto;
  
}
.load-more a:hover {  
  color: #fff;
}
.main-pad {
  padding: 0px 0px 45px 0px;
}
.main-banner {
  padding: 0px 0px 20px 0px;
}
.insta-pad {
  padding: 0px 0px 60px 0px;
}
.new-arrivals {
  padding: 30px 0px 45px 0px;
}
.banner2-pad {
  padding: 0 0 30px 0px;
}
.related-products-pad {
  padding: 0 0 30px 0px;
}

.subscribe-pad {
  padding: 0px 0 30px 0px;
}



.subscribe-main {
  text-align: center;
  background-color: #ece0d0;
  padding: 80px 0px;
}

 .search{
 position: relative;
 box-shadow: 0 0 40px rgba(51, 51, 51, .1);
   
 }

 .search input{
  height: 50px;
  text-indent: 14px;
  border: 0px solid #d6d4d4;
  border-radius: 0px;
 }


 .search input:focus{
  box-shadow: none;
  border: 1px solid #000;
 }

 .search .fa-search{
  position: absolute;
  top: 20px;
  left: 16px;
 }

 .search button{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 50px;
  width: 110px;
  background-color: #000;
  border-radius: 0px;
  border: none;

 }
 .search button:hover {  
  background: #000;

 }
 .subscribe-main h3 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 25px;
  font-family: 'Marcellus', serif; 

 }
 .bottom-bar {
  margin-bottom: 25px;
 }
.bottom-bar ul {
  padding: 0px;
  margin: 0px;
}
.bottom-bar ul li {
  padding: 0px;
  margin: 0px;  
  list-style: none;  
}
.bottom-bar ul li a {
  color: #000;  
  text-decoration: none;
  font-size: 14px;
  line-height: 35px;
}
.bottom-bar h5 {  
  font-size: 14px;  
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.bottom-smicon ul li {
  float: left;
}
.bottom-smicon ul li {
  font-size: 22px;
  padding: 0 10px 0px 0px;
}
.sm-top-line{
  border-top: #ececec solid 1px;
  padding-top: 15px;
}

.select-featured {
  padding: 10px 10px !important;
  border: #e8e8e1 solid 1px !important;
  border-radius: 0px !important;
}
.pic-list-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 
}
.list-pic {  
  width: 19% !important;
  position: relative; 
}
.list-pic:hover .pic2 {
  display: block;
  position: absolute;
  top: 0px;
}
.list-pic:hover .pics-sizes {
  display: block;
  position: absolute;
  top: 0px;
  z-index: 9;
}
.prod-name  {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
  font-family: sans-serif;
  text-transform: capitalize;
  letter-spacing: 1px;
  
}
.prod-price{
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}
.stars {
  margin-bottom: 25px;
}
.stars span i {
  font-size: 13px;
  color: #000;
}
.stars span {
  font-size: 13px;
  color: #757575;
}
.prod-list {
  position: relative;

}

.prod-list:hover .pic2 {
  display: block;
  position: absolute;
  top: 0px;
}
.prod-list h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.filler-b {
  background-color: #fff !important;
  border: #e8e8e1 solid 1px !important;
  border-radius: 0px; 
  padding: 12px 26px;
}
.prod-number {
  font-size: 15px;
  padding-top: 11px;
}
.sidebar {
  padding: 0 20px;
}

.accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: #ffffff !important;
  /*box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);*/
}

.sidepanel  {
  width: 350px;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  left: -350px;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 24px;
  z-index: 101;
  background-color: #fff;
  box-shadow: var(--b-shadow); 
}

.sidepanel a {
  padding: 8px 8px 8px 22px;
  text-decoration: none;
  font-size: 15px;
  color: #333;
  display: block;
  transition: 0.3s;
  line-height: 31px;
  font-weight: 600;
}

.sidepanel a:hover {
  color: #898989;
}
.sidepanel a img {
  margin-right: 5px;
}
.sidepanel .closebtn {
  position: absolute;
  top: 14px;
  right: 10px;
  font-size: 36px;
}

.filter-heading {
  font-family: 'Marcellus', serif; 
}
.accordion-button:focus {
  z-index: 3;
  border-color: none !important;
  outline: 0;
  /*box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25) !important;*/
}
.accordion-item {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.125) !important;
}
.accordion-button {  
  border-top: #eaeaea solid 1px !important;
  padding: 20px 0px !important;
  font-family: 'Karla', sans-serif;
  font-size: 14px !important;
  box-shadow:none !important;
}
.accordion-body {
  padding: 10px 0px !important;
}
.seasons-main ul {
  padding: 0px;
  margin: 0px;
}
.seasons-main ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
 
}
.seasons-main ul li a {
  line-height: 30px;
  padding: 0px;
  font-weight: 400;
  font-family: 'Karla', sans-serif;
}
.seasons-main ul li a:hover {
  text-decoration: underline;
  
}
.colors-filter ul {
  padding: 0px;
  margin: 0px;
}
.colors-filter ul li {
  padding: 0px;
  margin: 0px;
  /* float: left; */
  list-style: none;
  margin-bottom: 10px;
}
.colors-filter ul li a {
  padding: 6px 5px 0px 5px !important;
  /* margin-bottom: 10px; */
}
.colors-filter ul li a img {
  width: 37px;
  margin-right: 9px;
  /* border: #d9d9d9 solid 1px; */
  padding: 3px;
}
/* .colors-filter ul li a img:hover { 
  border: #161616 solid 1px;
 
} */
.sizes-main a {
  /* float: left; */
  /* border: #ccc solid 1px; */
  padding: 3px 11px;
  margin-right: 8px;
  /* margin-bottom: 9px; */
  color: #979797;
  font-weight: 400;
  display: block;
}
/* .sizes-main a:hover {
  border: #000 solid 1px;
  color: #000;
  background-color: #f3f3f3;
} */
.footer-main-box {
  padding-top: 40px;
}
.mob-footer {
  padding: 0 0px !important;
}
.copyright {
  font-size: 12px;
}







.product-page {
  display: flex;
  position: relative;
}
.img-display {
  flex-grow: 1;
  max-width: 1399px;
  margin-top: 8px;
}

.thumb {
  opacity: .7;
  margin: 0 .25rem .25rem 0; 
  transition: opacity .25s ease-out;
  margin-bottom: 12px; 
}

.zoom {
  display: inline-block;
}
#v-sliders-thumb {
  max-width: 120px;
}
.thumbnails {  
  width: 141px;
  overflow: auto;
}
.thumb-main {
  height: 679px;
}

.thumb img{
  width:100%;
  max-width: 105px;
}
.zoom img{
  max-width:100%;
}
.arow-down {
  font-size: 23px;
  bottom: 0px !important;
  margin: auto;
  display: table;
}

.arow-top {
  font-size: 23px;
  bottom: 0px !important;
  margin: auto;
  display: table;
}




/* scrollbar custom */
/* ::-webkit-scrollbar {
  width: 3px;
  height: 0px;
  border: #fff solid 1px;
} */

#sizeChartModal .modal-body::-webkit-scrollbar {
    width: 4px;
    height: 0px;
    border: #fff solid 1px;
    background: #555;
}

/* Track */
::-webkit-scrollbar-track {

}
 
/* Handle */
::-webkit-scrollbar-thumb {
background: #fff; 

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #fff; 

}
.scrolling-wrapper {
  -webkit-overflow-scrolling: touch;
 
}
/* scrollbar custom */

.view-all-b {
  margin-top: 40px;
}
button.view-all-b  {
  border: #e8e8e8 solid 1px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 0px;
  letter-spacing: 2px;
  color: #000;
}

.prod-details h3 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 1px;
}
.prod-details h4 {
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
.prod-details h5 {
  font-size: 18px;  
  letter-spacing: 2px;  
}
.available-colors h5 {
  margin-top: 30px;
}

.prod-details p {
  text-align: justify; 
}

.available-colors ul {
  padding: 0px;
  margin: 0px;
}
.available-colors ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display:inline-block;
  margin-right: 10px;
}
.available-colors img {
  width: 70px;

}
.available-size h5 {
  margin-top: 45px;
}
.available-size ul {
  padding: 0px;
  margin: 0px;
  display:table;
}
.available-size ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  float: none;
  display:inline-block;
}
.available-size ul li a {
  border: #e1e1e1 solid 1px;
  padding: 10px 15px;
  margin-right: 5px;  
  display: block;
  margin-bottom: 10px;
}
.select-size {
  border: #000 solid 1px !important;
}
.details-button {
  display: flex;
  margin-top: 50px;
}
.details-button button, .details-button a {
  margin-right: 5px;
  background-color: #fff;
  color: #000;
  /*padding: 8px 28px;*/
  border: #000 solid 1px;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0px;
  letter-spacing: 2px;
}
.details-button button:hover {
  color: #ccc !important;
  background-color: #fff; 
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0 0rem rgba(13, 110, 253, 0.25) !important;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #000 !important;
 background-color: #fff !important;
  border-color: #000 !important;
  box-shadow: 0 0 0 0rem rgba(66, 70, 73, 0.5) !important;
}
.modal-backdrop { 
  z-index: 1 !important;
}
.modal-dialog {
  max-width: 700px !important;  
  top: 20px;
}

#lightbox .modal-content {  
  width: 100%;  
  background-color: transparent;
}
#lightbox .modal-body {
  position: relative;
}
#lightbox .close {
  opacity: 1;
  color: rgb(255, 255, 255);
  background-color: rgb(25, 25, 25);
  padding: 5px 8px;
  border-radius: 30px;
  border: 2px solid rgb(255, 255, 255);
  position: absolute;
  top: 15px;
  right: 15px;
  z-index:1032;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;  
  background-image: url(../imgs/arrow-down2.svg) !important;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.detail-info p {
  font-size: 15px;
}
.detail-info ul {
  padding: 0px;
  margin: 0px;  
  margin-bottom: 20px;
}
.detail-info ul li {
  padding: 0px;
  margin: 0px;  
  list-style: none;
  line-height: 30px;
}

.detail-info h5 {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;  
}


/* old design css */

.q-heading{
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  text-align: center;
  margin-top: 10px !important;
  color: #333;
  text-transform: uppercase;
  font-weight: 300;
  padding-top: 10px;
}

.sec4 {
  background-size: 100% !important;
  display: block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 60%;
  background-repeat: no-repeat !important;
}
.marBot10 {
  margin-bottom: 10px;
}
.b-heading {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  color: #333;
  margin-bottom:2px;
}
.marBot8 {
  margin-bottom: 8px;
}
.marBot15 {
  margin-bottom: 15px;
}
.c-box_cont-pad h3{
  font-size: 26px;
}

/* end old */

#loginModal{
  color: #000;
}


/*@media (min-width: 2500px) {  */
/*  .full-width-content {*/
/*      width:100%;*/
/*      display:table;*/
/*  }*/
/*}*/
.full-width-content {
  width:100%;
  display:table;
}

.instagram-dropdown {
    position: absolute;
    background: #ece0d0;
    padding: 5px 15px !important;
    border-radius: 5px;
    display:none;
    right:0;
    z-index:99999;
}
.instagram-dropdown li {
    float:none !important;
    list-style:none;
}
.instagram-dropdown li a {
    font-size: 15px !important;
    text-align:left;
}
.dropdown-btn:hover .instagram-dropdown, .sidebar-dropdown-btn:hover .instagram-dropdown {
    display:table;
}
.dropdown-btn {
    position:relative;
    display:inline-block;
}
.mobile-nav__social-item.dropdown-btn .instagram-dropdown li a, .mobile-nav__social-item.sidebar-dropdown-btn .instagram-dropdown li a {
    padding: 5px 15px !important;
}

@media (min-width: 992px) and (max-width: 1200px) {  
  .instagram-dropdown {
        position: absolute;
        background: #ece0d0;
        padding: 5px 15px !important;
        border-radius: 5px;
        display:none;
        right:0;
    }
}

@media (max-width: 991px) {  
  .instagram-dropdown {
      bottom: 30px;
  }
}

@media (max-width: 768px) {  
  .instagram-dropdown {
      left: 0 !important;
  }
}
@media (min-width: 769px) {  
    .prod-detail-margin-bottom {
        margin-left:auto;
        margin-right:auto;
        display:table;
        /*margin-bottom:0 !important;*/
    }
}

#textslider .item {
  opacity: 0;
  transition: opacity .5s;
  /*display: flex;*/
  position: fixed;
  align-items: center;
  justify-content: center;
  text-align:center;
  left:0;
  right:0;
  margin:auto;
}
.filler-b i, .filler-b {
    color:black !important;
}
.footer-main-box img {
    display: inline-block;
    transform: translateZ(0);
    max-height: 100%;
    max-width: 75% !important;
}
.prod-detail-margin-bottom {
    margin-bottom:15px;    
}



.container-faq {
  max-width: 900px !important;
  width: 100%;
  margin: auto;
}
.faq-header {
  max-height: 500px;
  overflow: hidden;
}
.faq-pad {
  padding: 10px 0px !important;
  font-weight: 600;
  font-size: 16px !important;
}
.accordion-button::after {  
  width: 15px !important;
  height: 15px !important;  
  background-size: 14px !important;  
  font-weight: bold !important;
}
.contact-form input {
  border: #e8e8e1 solid 1px !important;
  margin-bottom: 25px;
  border-radius: 0px;
}
.contact-form textarea {
  border: #e8e8e1 solid 1px !important;
  margin-bottom: 25px;
  border-radius: 0px;
}
.contact-form button {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 0px;
  padding: 8px 20px;
  background-color: #000;
}
.contact-form p {  
  font-size: 20px;  
}
.captcha {
  font-size: 12px !important;
  margin-top: 25px;
}
.about-sec {
  margin-top: 180px;
  padding: 0 20px;
}
.pp-heading {
  letter-spacing: 0px;
  font-size: 16px;
  text-decoration: underline;
  text-transform: capitalize;
  margin-top: 30px;
  margin-bottom: 15px;
}
img.search-zoom {
    display:none !important;
}
.showOnDesktop {
    display:block;
}
.showOnMobile {
    display:none;
}
.thumb.active {
    opacity: 1;
}
#sizeChartModal {
    overflow: auto !important;
    z-index:9999;
}
#sizeChartModal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    max-height: 700px;
    overflow: scroll;
}
.tiktok-img {
    width: 21px !important;
    vertical-align: initial;
    padding-top: 7px;
}
.tiktok-img2 {
    width: 18px !important;
    vertical-align: initial;
    padding-top: 7px;
}
.tiktok-img3 {
    width: 28px !important;
}
i.play-video-icon.fa.fa-play-circle-o {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 35px;
    padding: 0;
}
.video-a {
    position:relative;
}
.pagination li.page-item .page-link {
    color: #000 !important;
    background-color: #ece0d0 !important;
    border-color: #ece0d0 !important;
}
.pagination li.page-item.active .page-link {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}
.pagination li.page-item a.page-link {
    border-radius: 4px!important;
    padding: 8px 16px!important;
}

.pagination li.page-item {
    padding: 0 5px!important;
    float: left;
}
.pagination li.page-item span.page-link, .pagination li.page-item:last-child a.page-link {
    padding: 8px 20px !important;
}
.list-page-pad .pagination, #products_div .pagination{
    margin: 0;
    padding: 20px 0;
    text-align: center;
    margin: auto;
    display: table;
    width: auto;
}
.main-footer {
    background: #fff;
    z-index: 9999;
    position: relative;
}
.MsoNormal a {
    font-weight: bold;
    text-decoration: underline;
}
.post-inner img {
    width: 100% !important;
    height: auto !important;
}
.footer-main-box img.tiktok-img2{
  max-width: 100% !important;
}