@font-face {
  font-family: 'Philosopher';
  src: url('../fonts/Philosopher.eot');
  src: url('../fonts/Philosopher.eot?#iefix') format('embedded-opentype'), url('../fonts/Philosopher.woff2') format('woff2'), url('../fonts/Philosopher.woff') format('woff'), url('../fonts/Philosopher.ttf') format('truetype'), url('../fonts/Philosopher.svg#Philosopher') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Philosopher Bold';
  src: url('../fonts/Philosopher-Bold.eot');
  src: url('../fonts/Philosopher-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Philosopher-Bold.woff2') format('woff2'), url('../fonts/Philosopher-Bold.woff') format('woff'), url('../fonts/Philosopher-Bold.ttf') format('truetype'), url('../fonts/Philosopher-Bold.svg#Philosopher-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Philosopher' !important;
  font-weight: 400;
  color: #666;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
}
.font1 {
  font-family: 'Philosopher Bold' !important;
}
#st-1 .st-btn {
  height: 30px !important;
  width: 30px;
  border-radius: 30px !important;
  line-height: 30px !important;
  padding: 0 !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.topbar {
  background: #CCAF6B;
  padding: 15px 0;
}
.topbar .right,
.topbar .left {
  display: flex;
  align-items: center;
}
.topbar .left p {
  color: #fff;
  font-size: 16px;
  padding-right: 20px;
  margin: 0;
  position: relative;
}
.topbar .left p:after {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  display: table;
  content: ' ';
  width: 1px;
  height: 10px;
  background: #fff;
}
.topbar .left .medias {
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.topbar .left .medias a {
  margin: 0 15px;
}
.topbar .right #form-language {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.topbar .right #form-language .txt {
  font-size: 16px;
  color: #fff;
}
.topbar .right #form-language:after {
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  display: table;
  content: ' ';
  width: 1px;
  height: 10px;
  background: #fff;
}
.topbar .right > .links {
  display: flex;
  align-items: center;
}
.topbar .right > .links > a {
  margin: 0 15px;
  display: flex;
}
.topbar .right > .links > a i {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 12px;
  margin-left: 5px;
  font-style: normal;
}
header .pc_menu ul {
  padding: 0;
}
header .pc_menu ul li {
  list-style: none;
}
.banner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  align-items: center;
}
.banner .text h1 {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}
.banner .text p {
  font-size: 24px;
  margin-bottom: 30px;
}
.banner .text a {
  padding: 10px 30px;
  background: #CCAF6B;
  font-size: 14px;
}
.about-index {
  padding: 108px 0;
  background: url(../images/Group17.png) no-repeat center / cover;
}
.about-index .about-index-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-index .about-index-box .left h6 {
  color: #CCAF6B;
  font-size: 18px;
  text-transform: uppercase;
}
.about-index .about-index-box .left p {
  color: #000;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  width: 45vw;
}
.about-index .about-index-box .about-a {
  display: block;
  width: 260px;
  height: 260px;
  transition: all 0.5s;
  background: url("../images/about before.png") no-repeat center / 100% 100%;
}
.about-index .about-index-box .about-a:hover {
  background: url("../images/about us after.png") no-repeat center / 100% 100%;
}
.home-product h3 {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  margin: 50px 0px 30px;
  font-size: 30px;
}
.home-product h3:before,
.home-product h3:after {
  display: table;
  content: ' ';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 41%;
  height: 1px;
  background: #CCAF6B;
}
.home-product h3:before {
  left: 0;
}
.home-product h3:after {
  right: 0;
}
.services {
  width: 100%;
  height: 40vh;
  background: url("../images/645645.png") no-repeat center;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  margin-top: 30px;
}
.subscribe {
  padding: 60px 0;
  text-align: center;
}
.subscribe h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}
.subscribe p {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
}
.subscribe .subscribe-form {
  width: 75%;
  margin: 50px auto 0;
  position: relative;
}
.subscribe .subscribe-form input {
  border: 0;
  box-shadow: initial;
  border-bottom: 1px solid #000;
  height: 50px;
  font-size: 18px;
  background: transparent;
}
.subscribe .subscribe-form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  box-shadow: initial;
  color: #000;
}
footer {
  background: #CCAF6B;
}
footer hr {
  border-color: #fff;
}
footer .top,
footer .buttom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .top p,
footer .buttom p,
footer .top a,
footer .buttom a {
  font-size: 14px;
  color: #fff;
}
footer .top ul,
footer .buttom ul {
  display: flex;
}
footer .top ul li,
footer .buttom ul li {
  margin: 0 10px;
  list-style: none;
}
footer .top ul li a,
footer .buttom ul li a {
  color: #fff;
  font-size: 16px;
}
.filter-wrapper {
  padding: 15px 0;
}
.filter-wrapper .wrapper-box {
  display: flex;
  justify-content: space-between;
}
.filter-wrapper .wrapper-box .input-group-addon {
  background-color: transparent !important;
  border-color: transparent !important;
  font-size: 16px;
  color: #000;
}
.filter-wrapper .wrapper-box .input-group-addon:first-child {
  padding-left: 0;
}
.filter-wrapper .wrapper-box select {
  width: 70px;
  height: 40px;
  border-radius: 40px !important;
  background: #F4F4F4;
  border: 1px solid #E5E5E5;
}
.filter-wrapper .wrapper-box #input-sort {
  width: 150px;
}
.filter-wrapper .wrapper-box .right {
  display: flex;
  align-items: center;
  justify-content: end;
}
.filter-wrapper .wrapper-box .right button {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #CCCCCC;
  color: #CCCCCC;
  background: #F4F4F4;
  font-size: 19px;
  text-align: center;
  line-height: 40px;
  margin-left: 15px;
}
.filter-wrapper .wrapper-box .right button.active,
.filter-wrapper .wrapper-box .right button:hover {
  background: #CCAF6B;
  color: #fff;
}
.filter-wrapper .wrapper-box:after,
.filter-wrapper .wrapper-box:before {
  display: none;
}
.topbar #form-language .ico {
  display: none;
}
body:not(.common-home) .subscribe {
  background: #FFFCF9;
  margin-top: 30px;
}
.need-help {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.need-help p {
  margin: 0;
  margin-right: 10px;
}
.need-help button {
  padding: 10px 25px;
  border-radius: 25px;
  border: 0;
  box-shadow: initial;
  font-size: 16px;
  margin-right: 10px;
}
.need-help button img {
  margin-right: 5px;
}
.need-help .request {
  background: rgba(71, 97, 125, 0.1);
  color: #47617D;
}
.need-help .whatsapp {
  background: rgba(59, 180, 39, 0.1);
  color: #3BB427;
}
.help-box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000000000000;
  transition: all 0.5s;
}
.help-box .help-form {
  width: 560px;
  max-width: 90%;
  background: #fff;
  position: relative;
  padding: 40px;
}
.help-box .help-form .divclose {
  position: absolute;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  top: -20px;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #707070;
}
.help-box .help-form .divclose i {
  opacity: 1;
}
.help-box .help-form .divclose i img {
  width: 100%;
}
.help-box .help-form form h1 {
  text-align: center;
  font-size: 36px;
  color: #333333;
  margin-bottom: 40px;
}
.help-box .help-form form input,
.help-box .help-form form textarea {
  margin-bottom: 15px;
  height: 40px;
  box-shadow: initial;
  font-size: 14px;
  border: 1px solid #CCCCCC;
  padding-left: 14px;
}
.help-box .help-form form textarea {
  height: 160px;
}
.help-box .help-form form button {
  width: 100%;
  border: 0;
  background: #CCAF6B;
  padding: 15px 0;
  color: #fff;
  font-size: 14px;
}
.help-box .help-form .need-help {
  justify-content: end;
}
.help-box .help-form .need-help button {
  margin: 0;
}
.help-box.black {
  display: flex;
}
.pro-big .swiper-slide {
  background: #EEEEEE;
}
.pro-big .prev,
.pro-big .next {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10000;
  background: #CCAF6B;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  box-shadow: 0 0 5px #ccc;
}
.pro-big .prev img,
.pro-big .next img {
  width: 16px;
}
.pro-big .next {
  left: 60px;
}
.pro-big .prev img {
  transform: rotate(180deg);
}
.pro-big .prev:hover,
.pro-big .next:hover {
  background: #bd9a3c;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .about-index .about-index-box .left p {
    width: 60vw;
  }
  .about-index .about-index-box .about-a {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1005px) {
  .container {
    padding: 0 15px;
  }
  .about-index .about-index-box .left p {
    width: 60vw;
  }
  .about-index .about-index-box .about-a {
    width: 200px;
    height: 200px;
  }
  .pc_menu .navmenu a {
    padding: 12px 10px !important;
    min-width: initial !important;
  }
  .topbar .left > p {
    display: none;
  }
  .topbar .left .medias {
    padding-left: 0;
  }
  header {
    padding: 30px 0 24px;
  }
  .zw {
    width: 100%;
    height: 0px;
  }
}
@media (max-width: 992px) {
  .banner {
    height: 25vh;
  }
  .banner img {
    height: 100%;
    object-fit: cover;
  }
  .about-index {
    padding: 15px 0;
  }
  .about-index .about-index-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-index .about-index-box .left {
    text-align: center;
  }
  .about-index .about-index-box .left p {
    font-size: 20px;
    width: 100%;
    text-align: center;
  }
  .about-index .about-index-box .about-a {
    background: transparent;
    border: 1px solid #CCAF6B;
    border-radius: 5px;
    width: 150px;
    height: 40px;
    text-align: center;
  }
  .about-index .about-index-box .about-a:after {
    content: 'About Us';
    line-height: 40px;
    color: #CCAF6B;
  }
  .about-index .about-index-box .about-a:hover {
    background: #CCAF6B;
    color: #fff;
  }
  .about-index .about-index-box .about-a:hover:after {
    color: #fff;
  }
  .home-product h3 {
    font-size: 21px;
  }
  .home-product h3:before,
  .home-product h3:after {
    width: 27%;
  }
  .home-product .product-wrapper > div {
    width: 50%;
  }
  .subscribe {
    padding: 30px 0;
  }
  .subscribe .subscribe-form {
    width: 100%;
  }
  footer .top,
  footer .buttom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  footer .top p,
  footer .buttom p,
  footer .top a,
  footer .buttom a {
    font-size: 14px;
    color: #fff;
  }
  footer .top ul,
  footer .buttom ul {
    padding: 0;
    margin-top: 20px;
    display: flex;
  }
  footer .top ul li,
  footer .buttom ul li {
    margin: 0 15px;
    list-style: none;
  }
  footer .top ul li a,
  footer .buttom ul li a {
    color: #fff;
    font-size: 16px;
  }
  footer .top ul {
    flex-wrap: wrap;
  }
  footer .top ul li {
    width: 50%;
    text-align: center;
    margin: 0 0 10px;
  }
  .breadcrumb-wrapper {
    height: 15vh;
  }
  .breadcrumb-wrapper .breadcrumb {
    top: 68%;
    padding: 0 15px;
  }
  .breadcrumb-wrapper .breadcrumb h1 {
    left: 15px;
    font-size: 24px;
  }
  .filter-wrapper .wrapper-box {
    flex-wrap: wrap;
  }
  .filter-wrapper .wrapper-box .right > div {
    width: 100%;
  }
  .filter-wrapper .wrapper-box .right > div:first-child {
    display: none;
  }
  .filter-wrapper .wrapper-box #input-sort {
    width: 130px;
  }
  .product-wrapper .product-list .product-thumb .caption .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 10px 0 25px;
  }
  .proone .prodetail .pro-cart {
    width: auto !important;
  }
  .proone .prodetail .pro-cart button {
    padding: 8px 13px;
  }
  .popup-close:hover {
    background: #C29051 !important;
  }
}
@media (max-width: 768px) {
  .zw {
    width: 100%;
    height: 50px;
  }
  .need-help {
    flex-wrap: wrap;
  }
  .need-help p {
    margin: 0;
    margin-right: 10px;
  }
  .need-help .whatsapp {
    margin-top: 15px;
    margin-left: 85px;
  }
}
@media (max-width: 365px) {
  .filter-wrapper .left {
    margin-bottom: 15px;
  }
  #grid-view {
    margin: 0;
  }
  .product-wrapper .product-thumb .caption .buttons-pro button {
    padding: 8px;
  }
  .banner .text h1 {
    margin: 0;
  }
}
/*# sourceMappingURL=razzi.css.map */