@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}
video {
  width: 100%;
  height: 100%;
  z-index: 1;
  margin-top: -200px;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0 !important;
}
*:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
  margin: 0 auto;
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
p, h1, h2, h3, h4, h5, h6, a {
  widows: 3;
  text-justify: distribute;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot');
  src: url('fontawesome-webfont.eot') format('embedded-opentype'), url('fontawesome-webfont.woff') format('woff'), url('fontawesome-webfont.ttf') format('truetype'), url('fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.button-popup {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button-popup:hover {
  background: red;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 10000;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  width: 300px;
  transition: all 5s ease-out;
  margin: 0 auto !important;
  position: absolute;
  top: 50%;
  left: 40%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popup h2 {
  margin-top: 0;
}
.popup .close {
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000 !important;
  z-index: 10000;
}
.popup .close:hover {
  color: red;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }
  .popup {
    width: 70%;
  }
}
/* Popup container - can be anything you want */
.popup1 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 11px;
  color: #000;
  padding: 7px 0px 7px 20px;
  font-style: italic;
  text-align: left;
  font-family: 'Poppins', sans-serif;
}
/* The actual popup */
.popup1 .popuptext {
  visibility: hidden;
  position: absolute;
  z-index: 10000;
  width: 300px;
}
/* Popup arrow */
.popup1 .popuptext::after {
  position: absolute;
  top: 100%;
  left: 50%;
}
/* Toggle this class - hide and show the popup */
.popup1 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* #Basic(1)
================================================== */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  pointer-events: visible;
}
article, aside, figure, footer, header, hgroup, nav, section {
  display: block;
}
a, a:visited {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  color: inherit;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}
img, object, embed {
  max-width: 100%;
  border: none
}
form.search input[type=text] {
  padding: 10px;
  font-size: 11px;
  border-bottom: 1px solid black;
  float: left;
  width: 100px;
  background: #fff;
}
form.search button {
  float: left;
  width: 20%;
  padding: 10px;
  color: #000;
  font-size: 14px;
  cursor: pointer;
  margin-left: -30px;
}
.pad48px{padding-bottom: 48px;}
/* #HEADER(2)
================================================== */
.desktop-menu {
  display: block;
}
.mobile-menu {
  display: none;
}
.logo {
  width: 120px;
  hwight: auto;
  float: left;
  margin: 16px auto auto 60px;
}
#nav {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  height: 70px;
  background: #fff;
  font-weight: bolder;
  font-size: 10px;
}
#nav > a {
  display: none;
}
#nav li {
  position: relative;
}
#nav li a {
  color: #fff;
  display: block;
}
/* first level */
#nav > ul {
  display: block;
  padding-top: 28px;
  float: right;
}
#nav > ul > li {
  width: auto;
  height: 100%;
  float: left;
  list-style: none;
  padding: 0 30px;
}
#nav > ul > li:nth-child(5), #nav > ul > li:nth-child(6), #nav > ul > li:nth-child(7) {
  float: left;
  padding: 0 20px;
}
#nav > ul > li:nth-child(7) {
  padding-right: 60px;
}
i {
  margin-top: -6px;
}
#nav > ul > li > a {
  font-size: 12px;
  text-align: center;
  color: #000;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
}
#nav ul li a:hover{
    opacity: 0.5;
}
#nav > ul > li > a > i {
  font-size: 16px;
}
#nav > ul > li:hover > a, #nav > ul:not( :hover) > li.active > a {
  background-color: #fff;
}
/* second level */
#nav li ul {
  background-color: #fff;
  display: none;
  position: absolute;
  top: 100%;
  left: 0 !important;
  z-index: 100000;
  width: 160px;
}
#nav li ul li:last-child {
  padding-bottom: 18px;
}
#nav li ul li:first-child {
  padding-top: 18px;
}
#nav li:hover ul {
  display: block;
  left: 16% !important;
  list-style: none;
  padding: 0;
  letter-spacing: 1px;
}
#nav li:not( :first-child):hover ul {
  left: -1px;
}
#nav li ul a {
  font-size: 10px;
  color: #000;
  padding: 7px 0px 7px 24px;
  font-style: italic;
  text-align: left;
}
#nav li ul a:hover {
  color: grey
}
.currency ul {
  width: 10px !important;
  margin-left: 20px !important;
}
.login ul {
  width: 80px !important;
}
/* #ABOUT
================================================== */
.padding-bellow {
  padding: 30px 0;
  width: 100%;
  height: auto;
}
.about {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 60px 0;
}
.about h1 {
  color: #000;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: lighter;
  font-size: 14px;
  line-height: 34px;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bolder;
}
.about p {
  color: #000;
  text-align:center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  width: 800px;
  margin: 0 auto;
  line-height: 18px;
  letter-spacing: 1px;
}
.product-care {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 60px 0;
}
.product-care img {
  margin: 30px auto;
  width: 100%;
}
.product-care h1 img {
  width: 300px;
}
.product-care h1 {
  color: #000;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 34px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700 !important;
  padding-left: 12px;
}
.product-care h2 {
  color: #000;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 1000;
  font-size: 12px;
  margin: 24px auto 0 auto;
  line-height: 18px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 100%;
}
.product-care p {
  color: #000;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;
  padding: 6px 0;
  width: 64%;
  font-weight: 400;
  font-size: 12px;
  margin: 0 auto;
  line-height: 18px;
}
.details h2 {
  color: #000;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 1000;
  font-size: 12px;
  margin: 0 auto;
  line-height: 24px;
  letter-spacing: 1.5px;
  padding: 6px 0;
  text-transform: uppercase;
  width: 100%;
}
.details p {
  color: #000;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: lighter;
  font-size: 11px;
  margin: 0 auto;
  line-height: 24px;
  letter-spacing: 1.1px;
  padding: 6px 0;
  width: 100%;
}
.small img {
  width: 100px !important;
  height: auto;
  float: none;
  cursor: pointer;
  margin-bottom: -24px !important;
  margin-left: -12px !important;
}
.big img {
  width: 100% !important;
  height: auto;
}
.menu-bar {
  width: 100%;
  height: 30px;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  color: #696969;
  margin-bottom: -24px;
  letter-spacing: 1.2px;
}
.menu-bar a {
  padding: 0 10px;
  font-size: 11px;
}
.menu-bar i {
  font-size: 15px;
}
.details {
  margin-top: 30px;
}
#select-size {
  width: 200px;
  height: 24px;
  border-radius: 0 !important;
  border: 1px solid #000;
  font-size: 10px;
  margin-top: 24px;
}
#sub {
  border: 1px solid #000;
  padding: 2px 12px 7px 12px;
  border-right: none;
  margin-right: -6px;
  margin-top: 12px;
}
#add {
  border: 1px solid #000;
  padding: 2px 12px 7px 12px;
  border-left: none;
  margin-right: -6px;
}
#one {
  border: 1px solid #000;
  padding: 3px 12px;
  margin-right: -6px;
  font-size: 10px;
  padding: 7px 8px 8px 24px;
}
.add-button {
  padding: 8px 48px;
  font-size: 10px;
  font-family: 'Poppins', sans-serif;
  border: 1px solid #000;
  letter-spacing: 1.5px;
  margin: 24px 0;
}
.product-details p {
  color: #000;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: lighter;
  font-size: 11px;
  margin: 0 auto;
  line-height: 24px;
  letter-spacing: 1.1px;
  padding: 6px 0;
  width: 100%;
}
.product-details {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.product-details li {
  color: #000;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: lighter;
  font-size: 10px;
  margin: 0 auto;
  line-height: 12px;
  letter-spacing: 1.1px;
  padding: 6px 0;
  width: 100%;
}
.panel, .accordion {
  padding: 4px 0;
  text-align: left;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  cursor: pointer;
  letter-spacing: 1.5px;
  margin: 6px 0;
  line-height: 24px;
  width: 100%;
}
.accordion {
  border-bottom: solid 1px #000;
  text-transform: uppercase;
}
.accordion i {
  font-size: 8px;
  font-weight: 100;
}
.panel {
  padding: 0px;
  display: none;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
}
.card h1 {
  color: #000;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 300 !important;
  margin-top: -12px;
}
.card p {
  color: #000;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  font-size: 11px;
  width: 100%;
  letter-spacing: 1.2px;
  margin-top: -12px;
}
.card {
  position: relative;
  display: inline-block;
}
.a1 {
  margin:0 45px !important;
}
.card .img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.card:hover .img-top {
  display: inline;
}
.khadi-icon {
  width: 180px;
  height: auto;
  margin: -24px auto -48px 0;
}
/* #INFORMATION
================================================== */
.info {
  width: 100%;
  height: auto;
}
.info h1 {
  color: #000;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 28px;
  padding: 20px 0 6px 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.info p {
  color: #000;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  margin: 0 auto;
  line-height: 18px;
  letter-spacing: 0.5px;
  padding-left: 0px;
}
hr {
  width: 240px;
  height: 1px;
  background: #000;
  margin: 0px 0 12px 0;
}
/* #FOOTER
================================================== */
.footer {
  background: #fff !important;
  height: auto;
  width: 100%;
  color: #000;
  border-top: 1px solid #000;
  margin: 10px 0;
  padding: 30px 0;
}
form.newsletter {
  border: 1px solid #000;
  width: 180px;
  background: #fff;
  color: #000;
  font-family: 'Poppins', sans-serif;
  padding: 8px;
}
.newsletter h1 {
  font-size: 14px;
  float: left;
  width: 200px;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-top: 12px;
}
.newsletter i {
  float: left;
  margin: -2px 0px 0px -70px;
  font-size: 24px;
}
form.newsletter::after {
  content: "";
  clear: both;
  display: table;
}
.social {
  float: right;
  text-align: right;
}
.social i {
  padding: 0 15px;
  margin-top: 10px;
}
.sfooter {
  display: block;
  width: 100%;
  height: 30px;
  margin: 0 auto;
  list-style: none;
}
.sfooter ul {
  margin: 0px auto 0px auto;
}
.sfooter ul li {
  display: inline;
  padding: 12px;
}
.sfooter ul li a {
  color: #000;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: lighter;
  font-size: 11px;
  width: 100%;
  margin: 0 auto;
  line-height: 24px;
  letter-spacing: 1px;
  list-style: none;
  text-transform: uppercase;
  font-weight: bolder;
  text-justify: auto;
}
.sfooter ul:nth-child(2) {
  margin-top: 12px;
}
.cfooter {
  font-weight: lighter !important;
  font-size: 9px !important;
}
.social i:hover, .sfooter a:hover, .newsletter a:hover {
  opacity: 0.5;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}
@media only screen and (min-width: 1601px) and (max-width: 1920px) {
  #nav > ul:first-child {
    padding-left: 600px;
  }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  #nav > ul:first-child {
    padding-left: 500px;
  }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {
  #nav > ul:first-child {
    padding-left: 450px;
  }
  #nav > ul > li:nth-child(5), #nav > ul > li:nth-child(6), #nav > ul > li:nth-child(7), #nav > ul > li:last-child {
    float: right;
    padding: 0 15px;
  }
  #nav > ul > li:nth-child(5) {
    margin-right: 20px;
  }
  .a1 {
    margin: 0 41px 0 41px !important;
  }
}
@media only screen and (min-width: 1251px) and (max-width: 1280px) {
  #nav > ul:first-child {
    padding-left: 400px;
  }
  #nav > ul > li {
    padding: 0 20px;
  }
  #nav > ul > li:nth-child(5), #nav > ul > li:nth-child(6), #nav > ul > li:nth-child(7), #nav > ul > li:last-child {
    float: right;
    padding: 0 12px;
  }
  #nav > ul > li:nth-child(5) {
    margin-right: 10px;
  }
  .a1 {
    margin: 0 41px -24px 41px !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1250px) {
  .a1 {
    margin: 0 34px -24px 34px !important;
  }
  #nav > ul:first-child {
    padding-left: 250px;
  }
  #nav > ul > li {
    padding: 0 20px;
  }
  #nav > ul > li:nth-child(5), #nav > ul > li:nth-child(6), #nav > ul > li:nth-child(7), #nav > ul > li:last-child {
    float: right;
    padding: 0 12px;
  }
  #nav > ul > li:nth-child(5) {
    margin-right: 10px;
  }
  .sfooter ul li a {
    width: 0%;
    margin: 0 6px;
    line-height: 24px;
    letter-spacing: 1px;
    list-style: none;
    text-transform: uppercase;
    font-weight: bolder;
    text-justify: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .a1 {
    margin: 0 32px -32px 32px !important;
  }
  .card .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: -12px;
    z-index: 99;
  }
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .about p {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .product-care p {
    text-align:left;
    padding: 6px 0;
    width: 90%;
  }
  .social {
    float: left;
    text-align: left;
  }
  .product-care {
    padding: 30px 0;
  }
  .sfooter .fourteen .columns {
    height: 300px !important;
  }
  .a1 {
    margin: 0 !important;
  }
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .about p {
    width: 100%;
    text-align: left;
  }
  .footer {
    margin: 40px 0;
    padding: 30px 12px;
  }
  .social i {
    padding: 0 0px;
    margin-top: 0px;
  }
  .sfooter ul {
    margin: 0px auto;
  }
  .sfooter ul li {
    display: block;
    padding: 0px;
  }
  .info p {
    padding-bottom: 16px;
    padding-left: 0px;
  }
  .newsletter i {
    float: left;
    margin: -2px 0px 0px -80px;
    font-size: 24px;
  }
  .padding-bellow {
    padding: 0;
  }
  .product-care h1 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700 !important;
    padding-left: 12px;
  }
  .product-care h2 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 1000;
    font-size: 12px;
    margin: 24px auto 0 auto;
    line-height: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    width: 100%;
  }
  .product-care p {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    padding: 6px 0;
    width: 84%;
    font-weight: 400;
    font-size: 14px;
    margin: 0 auto;
    line-height: 26px;
  }
  .about h1 {
    color: #000;
    text-align: left;
    padding: 0;
    margin-left: -10px;
  }
  .about {
    padding: 48px 0 24px 0;
  }
    .padding-bellow {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 767px) {
    .pad48px{padding-bottom: 24px;}

 .about {
    padding: 48px 0 24px 0;
  }
  .about h1 {
    color: #000;
    text-align: left;
    padding: 0;
    margin-left: -10px;
  }
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .about p {
    width: 100%;
    text-align: left;
  }
  .footer {
    margin: 0px 0;
    padding: 24px 0px;
  }
  form.newsletter input[type=text] {
    margin-left: 20px;
  }
  .social {
    float: none;
    text-align: left;
  }
  .social i {
    padding: 2px 20px 0 6px;
    margin-top: 0px;
  }
  .sfooter ul {
    margin: 0px auto;
  }
  .sfooter ul li {
    display: block;
    padding: 6px;
    text-align: left;
  }
  .product-care p {
    width: 90%;
  }
  .padding-bellow {
    padding: 24px 0;
  }
  .product-care h1 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 700 !important;
    padding-left: 0px;
  }
  .product-care h2 {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 1000;
    font-size: 12px;
    margin: 24px auto 0 auto;
    line-height: 18px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    width: 100%;
    padding-left: 0px;
  }
  
   .product-care {
    padding: 60px 0 30px 0;
}
    
   .product-care p {
    color: #000;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
   width: 100%;
    margin: 0 auto;
    line-height: 18px;
    letter-spacing: 1px;
}
  .a1 {
    margin: -16px 0px !important;
  }
  .sfooter ul li a {
    line-height: 10px;
  }
  video {
    width: 100%;
    height: 100%;
    z-index: 1;
    margin-top: -20px;
  }
}