body {
  margin: 0;
  padding: 0;
  font-family: "Lyon Display Web", Times, serif;
  background-color: #f3f3f4 !important;
}

header {
  position: relative;
  top: 0;
  left: 0;
  padding: 0 100px;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  height: 75px;
}

header .logo {
  display: block;
  height: 75px;
  width: 200px;
  float: left;
  font-weight: bold;
  /*-webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);*/
  /*box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);*/
}

header .logo img {
  width: 100%;
}

header nav {
  float: left;
  margin-left: 150px;
}

header nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav ul .pers a {
  color: #955d74;
  font-size: 18px;
}

header nav ul .pers a:hover {
  color: #955d74;
}

header nav ul li {
  list-style: none;
  font-family: 'Segoe UI' !important;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header nav ul li a {
  height: 75px;
  line-height: 75px;
  padding: 0 15px;
  color: #222;
  text-decoration: none;
  display: block;
}

header nav ul li a:hover, header nav ul li a.active {
  color: #222;
  text-decoration: none;
}

.fixed {
  position: fixed;
  z-index: 999999;
}

.toggle {
  display: none;
}

.myslide li {
  list-style: none;
}

.phone {
  display: none;
  position: fixed;
  height: 65px;
  width: 100%;
  z-index: 10000;
  float: left;
  bottom: 10px;
}

.phone .col1 {
  height: 45px;
  width: 45px;
  border-radius: 45px;
  background-color: #383838;
  float: right;
  left: 10px;
  position: absolute;
  bottom: 5px;
}

.phone .col1 a {
  color: #fff;
  font-size: 18px;
}

.phone .col1 a i {
  padding: 12px;
  font-size: 20px;
}

.phone .col2 {
  height: 45px;
  width: 45px;
  border-radius: 45px;
  background-color: #21960a;
  float: left;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.phone .col2 a {
  color: #fff;
  font-size: 18px;
}

.phone .col2 a i {
  font-size: 30px;
  padding-left: 9px;
  padding-top: 9px;
}

/* Search style */

.search {
  margin: 15px 5px;
}

.search button {
  border-color: #1d137a;
  color: #1d137a;
}

.search button:hover {
  background-color: #d34052;
  border-color: #1d137a;
}

.search button:focus {
  background-color: #d34052 !important;
  border-color: #1d137a !important;
}

/* *language */

.language {
  width: 150px;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  margin: 15px 5px;
}

.language li {
  display: inline-block;
  list-style: none;
  cursor: pointer;
}

.language img {
  width: 40px;
  height: 40px;
  margin: 1px 0px;
}

/* product */

.cf {
  zoom: 1;
}

.cf:before {
  content: "";
  display: table;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* footer start */

/* STYLES SPECIFIC TO FOOTER */

.footer-section {
  background: #151414;
  position: relative;
  top: 15px;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #ddb6c6;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Segoe UI' !important;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #DD4B39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #ddb6c6;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #ddb6c6;
}

.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #ff5e14;
  padding: 13px 20px;
  border: 1px solid #ff5e14;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #202020;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}

.copyright-text p a {
  color: #ddb6c6;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #ddb6c6;
  text-decoration: none;
}

.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

/* Responsive */

/* footer end */

@media (max-width: 991px) {
  header {
    padding: 0px;
    z-index: 10000 !important;
  }
}

@media (max-width: 991px) {
  header nav {
    float: right;
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 991px) {
  header nav ul .pers a {
    color: #D9D2CF;
    font-size: 10px;
  }
}

@media (max-width: 991px) {
  header .logo {
    margin: 0;
  }
}

@media (max-width: 991px) {
  header .language {
    visibility: hidden;
  }
}

@media (max-width: 991px) {
  header .mobilLang {
    visibility: visible;
    top: 0;
    position: fixed;
    margin-left: 35px;
  }
}

@media (max-width: 991px) {
  .pimg li {
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .deskop-search {
    display: none;
  }
}

@media (max-width: 991px) {
  div[role=search] {
    display: inline-block !important;
  }
}

@media (max-width: 991px) {
  .footer .col {
    padding: 0px 50px 20px 20px;
  }
}

@media (max-width: 991px) {
  .footer .row {
    padding: 0px !important;
  }
}

@media (max-width: 991px) {
  .footer-hr {
    display: none;
  }
}

@media (max-width: 991px) {
  .wrapper {
    margin: 20px 30px 0;
  }
}

@media (max-width: 991px) {
  .product {
    margin: 20px;
  }
}

@media (max-width: 991px) {
  .phone {
    display: block;
  }
}

@media (max-width: 991px) {
  .toggle {
    display: block;
    position: fixed;
    top: 15px;
    right: 20px;
    max-width: 40px;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 30px;
    padding: 0 20px;
    line-height: 40px;
  }
}

@media (max-width: 991px) {
  .toggle:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c9";
    display: inline-block;
    padding-right: 3px;
    font-weight: 900;
    color: #222222;
    display: block;
    cursor: pointer;
  }
}

@media (max-width: 991px) {
  .toggle.active:before {
    font-family: "Font Awesome 5 Free";
    content: "\f057";
    display: inline-block;
    padding-right: 3px;
    font-weight: 900;
    color: #222;
    line-height: 40px;
    display: block;
  }
}

@media (max-width: 991px) {
  header nav {
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: #f2f2f2;
    opacity: 1;
    top: 50px;
    left: -100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }
}

@media (max-width: 991px) {
  header nav.active {
    top: 0;
    left: 0;
    display: block;
    width: 80%;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  }
}

@media (max-width: 991px) {
  header nav ul {
    display: block;
    text-align: center;
    padding: 20px;
  }
}

@media (max-width: 991px) {
  header nav li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: left;
    font-size: 20px;
    color: #222 !important;
    border-bottom: 1px solid #ddb6c6;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ddb6c6;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #f2f2f2;
}

.top {
  width: 100%;
  height: 30px;
  margin: 0px;
  padding: 0px;
  background-color: #776b4b;
  position: relative;
}

.top .social {
  position: absolute !important;
  float: right !important;
  right: 95px;
  margin-top: 5px;
}

.top .social ul li {
  font-size: 14px !important;
  color: #f2f2f2 !important;
}

.top .social ul li .fa-youtube::before, .top .social ul li .fa-instagram::before {
  color: #f2f2f2;
}

.top .social ul li .fab, .top .social ul li .fas {
  font-size: 16px;
}

.info-small {
  position: relative;
  margin: 10px 10px;
}

.info-small .box-txt {
  margin: auto;
  width: 100%;
}

.info-small .box-txt h5 {
  font-size: 30px;
  color: #ddb6c6;
  text-align: center !important;
}

.info-small .box-txt p {
  text-align: center !important;
}

.info-medium {
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.info-medium img {
  width: 100%;
  height: 400px;
  opacity: 0.4 !important;
}

.info-medium::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black !important;
}

.info-medium .box-txm h5 {
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 1;
  color: #f2f2f2;
  padding-left: 15px;
}

.info-medium .box-txm p {
  position: absolute;
  top: 155px;
  width: 50%;
  color: #f2f2f2;
  margin: 0px;
  padding-left: 15px;
  opacity: .8;
  z-index: 1;
}

.info-medium .box-txm a {
  background-color: #ddb6c6;
  color: #f2f2f2;
  cursor: pointer !important;
  padding: 5px;
}

.blog img {
  width: 100% !important;
  height: 400px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.blog .col-md-6.right {
  background-color: #1d1d1d !important;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.blog .col-md-6.right h5 {
  margin-top: 10px;
  color: #f2f2f2;
  font-size: 35px !important;
}

.blog .col-md-6.right p {
  font-size: 15px;
  color: #f2f2f2;
  font-style: italic;
}

.box-txm h6 {
  position: relative;
  top: 10px;
  width: 100%;
  color: #ddb6c6;
  padding: 10px 15px 10px 15px;
  border-left: 2px solid #ddb6c6;
  font-size: 20px;
}

.model-txt {
  background-color: #8d8d8d !important;
  height: 40px;
  line-height: 40px;
  color: #f2f2f2;
  text-align: center;
}

.x-row img {
  width: 100% !important;
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.contact {
  background-color: #ddb6c6;
  color: #fff;
}

.contact:hover {
  background-color: #ddb6c6;
  color: #fff;
}

.shadow {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.title small {
  position: absolute;
  float: left;
  bottom: 10px;
  margin-left: 15px;
  color: #fff;
}

.title h2 {
  background-color: #ddb6c6;
  color: #fff;
  text-transform: uppercase;
  padding-left: 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.title h6 {
  text-transform: uppercase;
  color: #ddb6c6;
}

.title p {
  color: #ddb6c6;
}

/* # sourceMappingURL=main.css.map */

/* ******************** shopping Demo-1 ********************* */

.product-grid {
  font-family: 'Segoe UI' !important;
  text-align: center;
  padding: 0 0 72px;
  border: 1px solid rgba(0,0,0,.1);
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #ffffff;
}

.product-grid .product-image {
  position: relative;
  transition: all .3s ease 0s;
}

.product-grid .product-image a {
  display: block;
}

.product-grid .product-image img {
  width: 100%;
  height: 200px;
  object-fit: scale-down;
}

.product-grid .pic-1 {
  opacity: 1;
  transition: all .3s ease-out 0s;
}

.product-grid:hover .pic-1 {
  opacity: 1;
}

.product-grid .pic-2 {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-out 0s;
}

.product-grid:hover .pic-2 {
  opacity: 1;
}

.product-grid .social {
  width: 150px;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 60%;
  left: 50%;
  z-index: 1;
  transition: all .3s ease 0s;
}

.product-grid:hover .social {
  opacity: 1;
  top: 50%;
}

.product-grid .social li {
  display: inline-block;
}

.product-grid .social li a {
  color: #fff;
  background-color: #ddb6c6;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  height: 40px;
  width: 40px;
  margin: 0 2px;
  display: block;
  position: relative;
  transition: all .3s ease-in-out;
}

.product-grid .social li a:hover {
  color: #fff;
  background-color: #ddb6c6;
}

.product-grid .social li a:after, .product-grid .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 1px 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}

.product-grid .social li a:after {
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -20px;
  z-index: -1;
}

.product-grid .social li a:hover:after, .product-grid .social li a:hover:before {
  opacity: 1;
}

.product-grid .product-discount-label, .product-grid .product-new-label {
  color: #fff;
  background-color: #ddb6c6;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 7px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}

.product-grid .product-discount-label {
  background-color: #333;
  left: auto;
  right: 0;
}

.product-grid .rating {
  color: #ddb6c6;
  font-size: 12px;
  padding: 12px 0 0;
  margin: 0;
  list-style: none;
  position: relative;
  z-index: -1;
}

.product-grid .rating li.disable {
  color: rgba(0,0,0,.2);
}

.product-grid .product-content {
  background-color: #fff;
  text-align: center;
  padding: 0px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -27px;
  z-index: 1;
  transition: all .3s;
}

.product-grid:hover .product-content {
  bottom: 0;
}

.product-grid .title {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  letter-spacing: .5px;
  text-transform: capitalize;
  margin: 0 0 10px;
  transition: all .3s ease 0s;
  font-family: "Lyon Display Web", Times, serif;
}

.product-grid .title a {
  font-size: 22px;
  font-weight: 400;
  color: #000;
}

.product-grid .title a:hover, .product-grid:hover .title a {
  color: #033E7A;
}

.product-grid .price {
  color: #333;
  font-size: 17px;
  font-family: 'Segoe UI' !important;
  font-weight: 700;
  letter-spacing: .6px;
  margin-bottom: 8px;
  text-align: center;
  transition: all .3s;
}

.product-grid .price span {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 3px;
  display: inline-block;
}

.product-grid .add-to-cart {
  color: #f2f2f2;
  font-size: 13px;
  font-weight: 600;
  background-color: #ddb6c6;
  padding: 10px;
}

@media only screen and (max-width:990px) {
  .product-grid {
    margin-bottom: 30px;
  }
}

#cssmenu, #cssmenu ul, #cssmenu li, #cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'Segoe UI' !important;
  font-size: 14px;
  position: relative;
}

#cssmenu a {
  line-height: 1.3;
}

#cssmenu {
  width: 100%;
  margin-top: 5px;
}

#cssmenu > ul > li > a {
  padding-right: 40px;
  font-size: 25px;
  font-weight: bold;
  display: block;
  background: #f2f2f2;
  color: #222;
  border-bottom: 1px solid #f2f2f2;
  text-transform: uppercase;
}

#cssmenu > ul > li > a > span {
  background: #EAEAE9;
  padding: 10px;
  display: block;
  font-size: 13px;
  font-weight: 300;
}

#cssmenu > ul > li > a:hover {
  text-decoration: none;
}

#cssmenu > ul > li.active {
  border-bottom: none;
}

#cssmenu > ul > li.active > a {
  color: #fff;
}

#cssmenu > ul > li.active > a span {
  background: #ddb6c6;
}

#cssmenu > ul > li > a span:hover {
  background: #ddb6c6 !important;
  color: #fff;
}

#cssmenu span.cnt {
  position: absolute;
  top: 8px;
  right: 15px;
  padding: 0;
  margin: 0;
  background: none;
}

/* Sub menu */

#cssmenu ul ul {
  display: none;
}

#cssmenu ul ul li {
  border: 1px solid #e0e0e0;
  border-top: 0;
}

#cssmenu ul ul a {
  padding: 10px;
  display: block;
  color: #ddb6c6;
  font-size: 13px;
}

#cssmenu ul ul a:hover {
  color: #ddb6c6;
}

#cssmenu ul ul li.odd {
  background: #f4f4f4;
}

#cssmenu ul ul li.even {
  background: #fff;
}

.pimg li {
  list-style: none !important;
  padding: 80px;
  margin-right: 50px !important;
  margin-top: 10px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.pimg li img {
  width: 100% !important;
  object-fit: scale-down !important;
  cursor: pointer;
}

.product {
  margin: 0;
  padding: 0;
}

.product .cat a {
  color: rgb(94, 94, 94);
  text-decoration: none;
}

.container-prod {
  height: 350px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 0px #F2F2F2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.image {
  width: 100%;
  height: 270px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.information .image {
  height: 150px;
}

.container-information {
  height: 40px;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #031E16;
  color: #FFFFFF;
}

.information .container-information {
  height: 160px;
}

.container-information .title {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background-color: #f2f2f2;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}

.close {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #f2f2f2;
  position: absolute;
  right: -40px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  color: #FFFFFF;
}

.information .close {
  right: 0;
}

.container-information .description {
  padding: 10px;
  height: 120px;
  overflow-x: hidden;
  overflow-y: auto;
}

.sharing {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -50px;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background-color: #031E16;
  z-index: 1;
}

.social-sharing .sharing {
  bottom: 40px;
}

.sharing a {
  color: #FFFFFF;
  font-size: 20px;
  width: 25%;
  height: 40px;
  line-height: 40px;
}

.sharing a:hover {
  color: #d34052;
}

.buttons {
  position: relative;
  z-index: 2;
}

.buttons a {
  text-align: center;
  width: 25%;
  height: 40px;
  line-height: 40px;
  background-color: #d34052;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.buttons a > span > span {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
}

.buttons a > span:before {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 40px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.buttons a:hover > span:before {
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.information .buttons a.more > span:before, .social-sharing .buttons a.share > span:before {
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.information .buttons a.more > span:before, .social-sharing .buttons a.share > span:before {
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.buttons a.cart.added > span:before {
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

.buttons a.cart.added > span > span.check {
  top: 0;
  color: #11956c;
}

.buttons a.cart.added > span > span.add {
  top: -40px;
}

.buttons a.cart > span > span.check {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 40px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.buttons a.cart > span > span.add {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.buttons a i {
  font-size: 20px;
}

.buttons a:first-of-type {
  width: 50%;
}

div[role=search] {
  margin: 0 0 1vw;
  padding: 0 1vw 1vw;
  position: relative;
  display: none;
}

#searchform {
  background: #fff;
  font: inherit;
  font-size: 1.5em;
  height: 4em;
  padding: 0;
  position: relative;
  vertical-align: middle;
}

#searchform #s {
  border: 1em solid #eee;
  border-radius: 0;
  box-shadow: none;
  color: #999;
  display: inline-block;
  font: inherit;
  font-size: 1em;
  height: 100%;
  outline: none;
  padding: 0 1em;
  transition: border-color 500ms ease;
  -webkit-transition: border-color 500ms ease;
  vertical-align: middle;
  width: 100%;
  -webkit-appearance: none;
}

#searchform #s:focus {
  border-color: rgba(85, 113, 128, 0.3);
}

label[for="s"] {
  color: #999;
  height: 2em;
  left: 2em;
  line-height: 2em;
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: none;
  position: absolute;
  top: 1em;
  transition: opacity 300ms linear;
  -webkit-transition: opacity 300ms linear;
  vertical-align: middle;
}

#searchform #s:focus + label, #searchform #s:valid + label {
  opacity: 0;
  filter: alpha(opacity=0);
}

#go {
  background: #ddb6c6;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  font: inherit;
  font-size: 1em;
  font-weight: 900;
  height: 2em;
  padding: 0 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  transition: background 300ms linear;
  -webkit-transition: background 300ms linear;
  -webkit-appearance: none;
}

#go:hover {
  background: #55717f;
  cursor: pointer;
}

/* *company */

.company {
  margin: 0px;
  padding: 0px;
}

.company img {
  width: 100%;
}

.company h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ddb6c6;
}

/* FILE ARCHIVED ON 09:23:21 Jan 09, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:21:26 Jul 13, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)). */

/* playback timings (ms):
  captures_list: 68.592
  exclusion.robots: 0.09
  exclusion.robots.policy: 0.079
  cdx.remote: 0.063
  esindex: 0.012
  LoadShardBlock: 46.08 (3)
  PetaboxLoader3.datanode: 112.304 (5)
  load_resource: 259.331 (2)
  PetaboxLoader3.resolve: 93.407 (2) */

