@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Work+Sans:wght@400;500&display=swap");
html {
  height: 100%;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {
  html {
    height: auto;
  }
}

body {
  font-size: 1rem;
  line-height: 1.3;
  color: #000;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  margin: 0 0 20px;
}

h1 {
  font-size: 3.14rem;
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2.14rem;
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 1.7rem;
  }
}

h3 {
  font-size: 1.42rem;
}

h4 {
  font-size: 1.1rem;
}

h5 {
  font-size: .9rem;
}

input, button {
  border: 0;
}

h2 {
  font-size: 2.2rem;
}

a, input {
  transition: all .2s ease;
}

.navmenu, .slick-dots {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.navmenu li, .slick-dots li {
  display: inline-block;
  margin: 0 8px;
}

.navmenu li a, .slick-dots li a {
  display: block;
  font-weight: bold;
  color: #000;
}

.container {
  max-width: 1400px;
}

.container--full {
  max-width: 100%;
  width: auto;
  padding: 0 20px;
}

.container--sm {
  max-width: 1270px;
}

@media only screen and (max-width: 991px) {
  .desk {
    display: none;
  }
}

.mob {
  display: none;
}

@media only screen and (max-width: 991px) {
  .mob {
    display: block;
  }
}

.button {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 12px 30px;
  font-weight: bold;
  border-radius: 4px;
}

.button--lg {
  font-size: 1.2rem;
  padding: 15px 40px;
}

.button--trans {
  position: relative;
  background-color: transparent;
  color: #000;
}

.button--trans:hover {
  background-color: #000;
  color: #fff;
}

.button--trans::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
}

.button:hover {
  background-color: #0a0a0a;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
}

.stitle {
  text-align: center;
  padding-top: 20px;
}

.absimg, .sbsfull > img, .banner-image > img, .product-banner > img, .testi__inner > img, .contactrow__left img, .insta__inner img, .cta > img, .bannertrans > img, .bannertrans::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.padder {
  padding: 60px 0;
}

@media only screen and (max-width: 991px) {
  .padder {
    padding: 40px 0;
  }
}

.res-embed {
  padding-top: 56.25%;
  position: relative;
}

.res-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.primary {
  color: #c93521;
}

.carrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.2s ease;
}

.carrow:hover {
  transform: scale(1.1) translateY(-50%);
}

.carrow--prev {
  left: 0;
}

.carrow--next {
  right: 0;
}

.announce {
  background-color: #536d1b;
  padding: 25px 0;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .announce {
    padding: 15px 0;
  }
}

.announce h3 {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .announce h3 {
    text-align: left;
    font-size: 1.1rem;
  }
}

.announce a {
  color: #fff;
  padding-left: 15px;
  text-decoration: underline;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .announce a {
    text-align: right;
  }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {
  .announce a {
    font-size: 1rem;
  }
}

.announce .container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner__item {
  position: relative;
}

.banner__item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__item .container {
  z-index: 1;
  position: relative;
  max-width: 1400px;
  padding: 150px 0;
}

@media only screen and (max-width: 991px) {
  .banner__item .container {
    padding: 60px 15px;
  }
}

.banner__item .container img {
  max-height: 75px;
}

.banner__item .container h1 {
  font-size: 2.8rem;
  margin: 30px 0;
}

@media only screen and (max-width: 991px) {
  .banner__item .container h1 {
    font-size: 2rem;
  }
}

.catrousel__item {
  padding: 0 2px;
}

.catrousel__inner {
  position: relative;
  padding-top: 65%;
  display: block;
  color: #fff;
}

.catrousel img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catrousel h3 {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 0;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}

.catrousel h3 a {
  color: #fff;
}

.title {
  margin: 0 0 50px;
}

@media only screen and (max-width: 991px) {
  .title {
    margin: 0 0 35px;
    font-size: 2rem;
  }
}

.title--center {
  text-align: center;
}

.title small {
  display: block;
  font-weight: bold;
  font-size: 55%;
}

.title-group {
  margin: 0 0 60px;
}

.title-group h1,
.title-group h2 {
  margin: 0 0 20px;
}

.title-group p {
  margin: 0;
}

.bq {
  text-align: center;
  padding: 80px;
}

@media only screen and (max-width: 991px) {
  .bq {
    padding: 50px 20px;
  }
}

.bq h2 {
  font-style: italic;
  font-weight: 300;
  font-size: 2.5rem;
}

@media only screen and (max-width: 991px) {
  .bq h2 {
    font-size: 2rem;
  }
}

.bq h4 {
  text-align: right;
  margin: 0;
}

.product-feature__img {
  position: relative;
}

.product-feature__img img {
  width: 50%;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 991px) {
  .product-feature__img img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.product-feature__line {
  position: absolute;
  width: 40%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  left: 0;
}

@media only screen and (max-width: 991px) {
  .product-feature__line {
    display: block;
    width: 100%;
    position: static;
  }
}

.product-feature__line:before {
  content: "";
  display: block;
  height: 1px;
  flex: 0 0 calc(100% - 190px);
  background-color: #000;
}

@media only screen and (max-width: 991px) {
  .product-feature__line:before {
    display: none !important;
  }
}

.product-feature__line--1 {
  top: 10%;
  left: 0;
}

.product-feature__line--2, .product-feature__line--4 {
  flex-direction: row;
  left: auto;
  right: 0;
}

.product-feature__line--2 {
  top: 28%;
}

.product-feature__line--3 {
  top: 46%;
}

.product-feature__line--4 {
  top: 64%;
}

.product-feature__line--5 {
  top: 82%;
}

.product-feature__inner {
  flex: 0 0 180px;
}

@media only screen and (max-width: 991px) {
  .product-feature__inner {
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px;
    margin: 0 0 10px;
    background-color: #fff;
  }
  .product-feature__inner br {
    display: none;
  }
}

.product-feature__content {
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .product-feature__content {
    text-align: center;
    padding-top: 20px;
  }
}

.product-feature__content h2 {
  margin: 20px 0 5px;
}

.product-feature__content p {
  font-size: 1.3rem;
  margin: 0 0 20px;
}

.product-feature__icons img {
  margin-left: 5px;
  max-height: 40px;
}

.pf-slides {
  background-color: #E9E3D3;
  padding: 80px 0;
}

.tabslider__tabs,
.prc__tabs {
  margin: 0 0 20px;
}

.tabslider__tabs .navmenu, .tabslider__tabs .slick-dots,
.prc__tabs .navmenu,
.prc__tabs .slick-dots {
  display: flex;
}

.tabslider__tabs .navmenu li, .tabslider__tabs .slick-dots li,
.prc__tabs .navmenu li,
.prc__tabs .slick-dots li {
  display: block;
  flex: 1;
  margin: 0;
}

.tabslider__tabs .navmenu li a, .tabslider__tabs .slick-dots li a,
.prc__tabs .navmenu li a,
.prc__tabs .slick-dots li a {
  font-size: 1.7rem;
  text-align: center;
  display: block;
  font-weight: normal;
  border-bottom: 3px solid #E9E3D3;
  padding: 10px 15px;
}

.tabslider__tabs .navmenu li:hover a, .tabslider__tabs .slick-dots li:hover a, .tabslider__tabs .navmenu li.current a, .tabslider__tabs .slick-dots li.current a,
.prc__tabs .navmenu li:hover a,
.prc__tabs .slick-dots li:hover a,
.prc__tabs .navmenu li.current a,
.prc__tabs .slick-dots li.current a {
  border-color: #000;
  text-decoration: none;
}

.tabslider__slide,
.prc__slide {
  padding: 15px 15px;
}

.tabslider__inner,
.prc__inner {
  padding: 20px;
  text-align: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.tabslider__inner img,
.prc__inner img {
  max-height: 220px;
  margin: 0 auto;
}

.tabslider__inner h5,
.prc__inner h5 {
  margin: 0;
}

.tabslider__inner p,
.prc__inner p {
  margin: 0 0 5px;
}

.tabslider__price,
.prc__price {
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 1.2rem;
}

.tabslider .carrow,
.prc .carrow {
  font-size: 3.5rem;
}

.tabslider .carrow--prev,
.prc .carrow--prev {
  left: -35px;
}

.tabslider .carrow--next,
.prc .carrow--next {
  right: -35px;
}

.tabslider .rate,
.prc .rate {
  margin: 0 0 10px;
}

.tabslider__item,
.prc__item {
  display: none;
}

.tabslider__item.current,
.prc__item.current {
  display: block;
}

.prc__wrap {
  margin: 0 0 60px;
}

@media only screen and (max-width: 991px) {
  .prc__wrap {
    margin: 0 0 30px;
  }
}

.prc__wrap--small {
  padding-top: 40px;
}

@media only screen and (max-width: 991px) {
  .prc__wrap--small {
    padding-top: 0;
  }
}

.prc__wrap--small .container {
  max-width: 1200px;
}

.prc__item {
  display: flex !important;
  flex-flow: row wrap;
  margin: 0 -15px;
}

.prc__slide {
  padding: 0 15px;
  flex: 0 0 33.33%;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .prc__slide {
    flex: 0 0 50%;
  }
}

@media only screen and (max-width: 767px) {
  .prc__slide {
    flex: 0 0 100%;
  }
}

.prc__inner {
  box-shadow: none;
  margin: 0 0 30px;
}

.prc__inner img {
  max-height: 250px;
  margin: 0 0 15px;
}

.prc__inner p {
  font-size: 1.3rem;
  font-weight: bold;
}

.prc__inner .button {
  border-radius: 0;
  font-size: 1.2rem;
}

.rate {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rate--left {
  justify-content: flex-start;
}

.rate__stars {
  margin-right: 5px;
  font-size: 1.2rem;
  color: #fec600;
}

.rate__stars i {
  margin-right: 2px;
}

.tslider {
  text-align: center;
}

.tslider__inner {
  padding: 0 50px;
}

@media only screen and (max-width: 991px) {
  .tslider__inner {
    padding: 0 15px;
  }
}

.tslider__inner small {
  display: block;
  max-width: 500px;
  margin: 0 auto 20px;
  font-size: 1.2rem;
  font-weight: bold;
}

.tslider__inner h2 {
  font-style: italic;
  margin: 0 0 10px;
  font-weight: 300;
  font-size: 3.5rem;
}

@media only screen and (max-width: 991px) {
  .tslider__inner h2 {
    font-size: 2rem;
  }
}

.tslider__inner h3 {
  font-style: italic;
  margin: 0;
  font-weight: 300;
  font-size: 3.1rem;
}

@media only screen and (max-width: 991px) {
  .tslider__inner h3 {
    font-size: 1.6rem;
  }
}

.slick-dots {
  padding-top: 50px;
}

.slick-dots li {
  height: 12px;
  width: 12px;
  display: inline-block;
  border-radius: 6px;
  margin: 0 4px;
  background-color: #E9E3D3;
}

.slick-dots li.slick-active {
  background-color: #000;
}

.slick-dots li button {
  display: none;
}

.press {
  background-color: #eecf63;
  padding: 27px 0;
}

@media only screen and (max-width: 991px) {
  .press {
    text-align: center;
  }
  .press__item {
    margin: 0 0 10px;
  }
}

.press img {
  max-height: 47px;
}

.sbs__text {
  padding: 45px;
}

.sbs__text > *:first-child {
  margin: 0 0 5px;
}

.sbs__action {
  padding-top: 30px;
}

.sbsfull {
  position: relative;
  background-color: #f8f8f8;
}

.sbsfull > img {
  width: 50%;
  left: 50%;
}

@media only screen and (max-width: 991px) {
  .sbsfull > img {
    left: 0;
    width: 100%;
  }
}

.sbsfull__content {
  padding: 120px 50px 120px 0;
  font-size: 1.1rem;
}

@media only screen and (max-width: 991px) {
  .sbsfull__content {
    padding: 20% 30px;
    color: #fff;
    text-align: center;
    margin: 0 -15px;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.sbsfull__content h2 {
  margin: 0 0 30px;
}

.sbsfull__point {
  margin: 0 0 25px;
}

.sbsfull__point h4 {
  margin: 0;
}

.sbsfull--invert .row {
  flex-flow: row-reverse;
}

.sbsfull--invert .sbsfull__content {
  padding: 120px 0 120px 50px;
}

@media only screen and (max-width: 991px) {
  .sbsfull--invert .sbsfull__content {
    padding: 20% 30px;
  }
}

.sbsfull--invert > img {
  left: 0;
}

.banner-image {
  position: relative;
}

@media only screen and (max-width: 991px) {
  .banner-image > img {
    object-position: 10% center;
  }
}

.banner-image__inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  padding: 11% 0;
}

@media only screen and (max-width: 991px) {
  .banner-image__inner {
    padding: 18% 0;
  }
}

.banner-image__inner h1 {
  text-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}

.banner-image__inner p {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.banner-image--white {
  color: #000;
}

.banner-image--white h1,
.banner-image--white p {
  text-shadow: none;
  color: #000;
}

.banner-image--white .banner__inner {
  padding: 8% 0;
}

@media only screen and (max-width: 991px) {
  .banner-image--white .banner__inner {
    padding: 50px 0;
  }
}

.icon-image {
  flex: 0 0 20%;
  padding: 0 40px;
  margin: 0 0 40px;
}

.icon-image-wrap {
  text-align: center;
  flex-flow: row wrap;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .icon-image-wrap {
    display: block;
  }
}

.icon-image img {
  margin: 0 0 20px;
}

@media only screen and (max-width: 991px) {
  .icon-image img {
    max-height: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .icon-image {
    margin: 0 auto 30px;
    max-width: 280px;
    padding: 0 35px;
  }
}

.product-banner {
  text-align: center;
  position: relative;
  padding: 12% 0;
}

.product-banner .container {
  max-width: 700px;
  z-index: 1;
  position: relative;
}

.product-banner .container h2 {
  border-bottom: 2px solid #000;
  margin: 0 0 5px;
  text-transform: uppercase;
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .product-banner .container h2 {
    font-size: 1.4rem;
    letter-spacing: 3px;
  }
}

.product-banner .container h1 {
  text-transform: uppercase;
}

.product-banner .container .button {
  margin-top: 30px;
}

.product-banner__left, .product-banner__right {
  top: 50% !important;
  transform: translateY(-50%);
  object-fit: contain !important;
  margin-top: 40px;
  max-width: 22vw;
}

@media only screen and (max-width: 991px) {
  .product-banner__left, .product-banner__right {
    display: none;
  }
}

.product-banner__left {
  left: 20px !important;
}

.product-banner__right {
  right: 0 !important;
  left: auto !important;
}

.product-banner .mob {
  margin-top: 36px;
}

.testi {
  max-width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  .testi {
    margin: 0 -15px;
  }
}

.testi__item {
  padding: 15px;
}

.testi__inner {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: url(../images/quote.png) no-repeat 20px 20px;
  background-size: 100px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 991px) {
  .testi__inner {
    text-align: center;
  }
}

.testi__inner > img {
  width: 30%;
  right: 0;
  left: auto;
}

@media only screen and (max-width: 991px) {
  .testi__inner > img {
    width: 100%;
    bottom: 0;
    right: auto;
    left: 0;
    height: 300px;
    top: auto;
    border-radius: 20px 20px 0 0;
    object-position: center top;
  }
}

.testi__content {
  padding: 50px calc(30% + 40px) 50px 50px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 991px) {
  .testi__content {
    padding: 40px 30px 330px;
    font-size: 1rem;
  }
}

.testi__content h5 {
  font-size: 1.4rem;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .testi__content h5 {
    font-size: 1rem;
  }
}

.testi .carrow {
  padding: 0 20px;
  font-size: 3rem;
  transform: none;
  top: 50%;
  margin-top: -20px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #f8f8f8;
}

.testi .carrow:hover {
  background-color: #000;
  color: #fff;
}

.testi .carrow--prev {
  left: -80px;
}

.testi .carrow--next {
  right: -80px;
}

.image-2 {
  padding: 130px 0;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .image-2 {
    padding: 50px 0;
  }
}

.image-2 img {
  max-height: 113px;
}

@media only screen and (max-width: 991px) {
  .image-2 img {
    max-height: 70px;
  }
}

.image-2__item {
  max-width: 450px;
  margin: 0 auto;
}

.image-2__item h2 {
  margin: 30px 0;
}

.contactrow {
  background-color: #f8f8f8;
  position: relative;
}

.contactrow h1 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  color: #fff;
  text-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 991px) {
  .contactrow h1 {
    width: 100%;
    text-align: center;
  }
}

.contactrow__left img {
  width: 50%;
}

@media only screen and (max-width: 991px) {
  .contactrow__left {
    position: relative;
    padding-top: 100%;
  }
  .contactrow__left img {
    width: 100%;
  }
}

.contactrow .row {
  flex-flow: row-reverse;
}

.contactrow__content {
  padding: 150px 0 150px 60px;
}

@media only screen and (max-width: 991px) {
  .contactrow__content {
    padding: 10%;
    text-align: center;
  }
}

.try {
  background-color: #eecf63;
  padding: 15px 0 0;
}

@media only screen and (max-width: 991px) {
  .try {
    padding: 30px 0;
  }
}

.try__inner {
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .try__inner {
    display: block;
    text-align: center;
  }
}

.try__mid {
  flex: 1;
}

.try__mid h2 {
  font-size: 3.5rem;
  letter-spacing: 6px;
  margin: 0 0 0;
}

@media only screen and (max-width: 991px) {
  .try__mid h2 {
    letter-spacing: 0;
    font-size: 2rem;
  }
}

.try__mid p {
  font-size: 1.4rem;
  font-weight: bold;
}

.try .button {
  min-width: 220px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .try img {
    max-height: 100px;
  }
}

.insta__slide {
  padding: 0 5px;
}

.insta__inner {
  padding-top: 100%;
  position: relative;
}

.insta .carrow {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 20px;
  font-size: 3rem;
  transform: none;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insta .carrow:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.insta .carrow--prev {
  left: 0;
}

.insta .carrow--next {
  right: 0;
}

@media only screen and (max-width: 991px) {
  .miniform {
    margin: 0 0 30px;
  }
}

.miniform__title {
  margin: 0 0 25px;
}

.miniform__title h3 {
  margin: 0;
}

.miniform__title p {
  margin: 0;
  font-size: 1.2rem;
  min-height: 47px;
}

@media only screen and (max-width: 991px) {
  .miniform__title p {
    min-height: 0;
  }
}

.miniform form {
  display: flex;
  align-items: center;
}

.miniform form input {
  flex: 0 0 calc(100% - 100px);
  border: 1px solid #000;
  border-radius: 0;
}

.miniform form button {
  flex: 0 0 100px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}

.miniform form input,
.miniform form button {
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
}

.disclaimer {
  text-align: center;
  font-size: 0.8rem;
  padding-bottom: 25px;
}

.disclaimer p {
  margin: 0 0 8px;
}

@media only screen and (max-width: 991px) {
  .boxc__item {
    margin: 0 0 30px;
  }
}

.boxc__item h6 {
  font-weight: bold;
  position: relative;
  margin-top: 9px;
  cursor: pointer;
  font-size: 1.1rem;
}

.boxc__item h6 .fa {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.boxc__item.active .boxc__collapse {
  display: block;
}

.boxc__item.active h6 .fa::before {
  content: "\f068";
}

.boxc__collapse {
  display: none;
}

.ctitle {
  text-align: center;
  padding: 25px 0;
  border-bottom: 1px solid #000;
}

.ctitle h1 {
  margin: 0;
  font-size: 2.6rem;
}

.reviews {
  padding-top: 50px;
}

.reviews .title {
  margin: 0 0 20px;
}

.reviews .rate {
  display: block;
  margin: 0 0 25px;
}

.reviews .rate__stars {
  margin: 0 0 10px;
}

.reviews .rate .fa {
  font-size: 1.4rem;
}

.reviews .navmenu li, .reviews .slick-dots li {
  margin: 0;
}

.reviews .navmenu li a, .reviews .slick-dots li a {
  font-weight: normal;
  padding: 5px 25px;
  border-bottom: 2px solid transparent;
}

.reviews .navmenu li.current a, .reviews .slick-dots li.current a {
  border-bottom: 2px solid #000;
  font-weight: bold;
}

.reviews__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin: 0 0 20px;
}

@media only screen and (max-width: 991px) {
  .reviews__top {
    display: block;
  }
}

.reviews__top .button-icon {
  display: block;
  margin-top: 8px;
  min-width: 250px;
}

.reviews__filter {
  max-width: 600px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  margin: 0 0 20px;
}

.reviews__select {
  padding-top: 25px;
}

.reviews__select select {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  margin-right: 15px;
  border: 1px solid #000;
  min-width: 140px;
}

.reviews__user {
  display: flex;
}

.reviews__avatar {
  height: 45px;
  width: 45px;
  border-radius: 23px;
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.reviews__avatar .fa {
  background: #1cc286;
  border-radius: 7px;
  color: #fff;
  font-size: 9px;
  padding: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.reviews__item {
  position: relative;
  padding-bottom: 25px;
  margin: 0 0 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.reviews__date {
  position: absolute;
  top: 0;
  right: 0;
}

.reviews__content {
  padding-left: 20px;
}

.reviews__content .rate {
  margin: 5px 0 15px;
}

.reviews__text {
  padding-top: 10px;
}

.reviews__action {
  text-align: right;
}

.reviews__thumb {
  margin: 0 6px;
  opacity: 0.8;
}

.reviews__thumb .fa {
  margin-right: 4px;
}

.reviews__sorter {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}

.reviews__sorter select {
  border: 0;
  padding: 0;
  outline: none;
  min-width: 140px;
  font-size: 0.9rem;
}

.button-icon {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 35px;
  color: #000;
  text-align: center;
}

.button-icon:hover {
  background-color: #E9E3D3;
  text-decoration: none;
  color: #000;
}

.button-icon .fa {
  margin-right: 6px;
  font-weight: bold;
}

.ctag {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
  padding: 5px 18px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.ctag:hover {
  background-color: rgba(0, 0, 0, 0.25);
  text-decoration: none;
  color: #000;
}

.bc ul {
  margin: 15px 0;
  list-style-type: none;
  padding: 0;
}

.bc ul li {
  display: inline-block;
}

.bc ul li:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  margin: 0 5px;
}

.bc ul li a {
  color: #000;
}

.bc ul li:last-child:after {
  display: none;
}

.or {
  position: relative;
  margin: 30px 0;
  text-align: center;
}

.or span {
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.or::before {
  content: "";
  display: block;
  width: 100%;
  background-color: #E9E3D3;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.coform h5 {
  font-size: 1.2rem;
  font-weight: normal;
  margin: 30px 0 15px;
  font-weight: 500;
}

.coform__top {
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.coform__top h5,
.coform__top p {
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .coform__top {
    align-items: flex-end;
  }
  .coform__top h5 {
    flex: 0 0 150px;
  }
  .coform__top p {
    flex: 1;
  }
}

.coform__field {
  margin: 0 0 10px;
}

.coform__field input:not([type="checkbox"]),
.coform__field select {
  height: 46px;
  line-height: 46px;
  display: block;
  width: 100%;
  border: 1px solid #E9E3D3;
  border-radius: 4px;
  padding: 0 10px;
}

.coform__field--check input {
  transform: translateY(1px);
  margin-right: 5px;
}

.coform__field--submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 50px;
  border-bottom: 1px solid #E9E3D3;
}

.coform__field--submit a {
  font-weight: 500;
}

.coform__row {
  display: flex;
  margin: 0 -5px;
}

.coform__row .coform__field {
  padding: 0 5px;
  flex: 1;
}

.coform__bot {
  padding: 10px 0;
}

.coform__bot a {
  margin-right: 15px;
  font-size: 0.9rem;
}

.cbanner {
  position: relative;
}

.cbanner > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cbanner .container {
  max-width: 1700px;
}

.cbanner__inner {
  padding: 80px 0;
  z-index: 1;
  position: relative;
  text-align: center;
  max-width: 600px;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .cbanner__inner {
    padding: 60px 30px;
    background-color: rgba(0, 0, 0, 0.5);
    margin: 0 -15px;
  }
}

.cbanner__inner h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.1;
  margin: 0 0 10px;
}

.cbanner__inner p {
  font-size: 1.5rem;
  font-weight: 600;
}

.catfeat__inner {
  text-align: center;
  padding: 50px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 0 0 60px;
}

@media only screen and (max-width: 991px) {
  .catfeat__inner {
    margin: 0;
    padding: 25px 0;
  }
}

.catfeat__inner h3 {
  margin: 0 0 50px;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .catfeat__inner h3 {
    margin: 0 0 25px;
  }
}

.catfeat__inner h3 span {
  display: inline-block;
  border-bottom: 1px solid #000;
}

.catfeat__items > div {
  margin: 0 25px;
  display: inline-block;
}

@media only screen and (max-width: 991px) {
  .catfeat__items > div {
    margin: 0 10px;
  }
}

.catfeat__items img {
  max-height: 84px;
  margin: 0 0 25px;
}

@media only screen and (max-width: 991px) {
  .catfeat__items img {
    max-height: 50px;
  }
}

.catfeat__items h5 {
  font-size: 1.1rem;
}

@media only screen and (max-width: 991px) {
  .catfeat__items h5 {
    font-size: 0.9rem;
  }
}

.seals {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .seals {
    padding-top: 0;
  }
}

.seals img {
  max-height: 100px;
  margin: 5px;
}

@media only screen and (max-width: 991px) {
  .seals img {
    max-height: 40px;
  }
}

.srform {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
  padding: 20px;
  display: none;
}

.srform__close {
  text-align: right;
}

.srform__close a {
  display: inline-block;
  padding: 10px 0 10px 10px;
  font-size: 1.2rem;
  color: #000;
}

.srform input {
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  width: 100%;
}

.bancenter {
  background: url(../images/bancenter.jfif) no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 8% 0;
}

.bancenter h1 {
  font-size: 5rem;
  color: #fff;
  margin: 0;
}

.bancenter p {
  font-size: 1.6rem;
  color: #fff;
  margin: 0;
  font-weight: bold;
}

.bancenter .container {
  max-width: 440px;
}

.iconbox {
  border: 1px solid #000;
  padding: 22% 20px;
}

.iconbox .fa {
  color: #c93521;
  font-size: 4.5rem;
}

.iconbox h3 {
  margin: 20px 0 0;
}

.iconbox p {
  margin: 0;
}

.vip {
  background-color: rgba(217, 115, 72, 0.08);
  padding: 30px;
  max-width: 850px;
  margin: 0 auto;
  text-align: left;
}

.vip h2 {
  margin: 0 !important;
}

.vip .progress {
  margin: 5px 0;
}

.vip__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vip__text *:nth-child(2) {
  opacity: 0.7;
}

.rwbox {
  padding: 25px;
  border: 1px solid #c93521;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.rwbox * {
  margin: 0;
}

.rwbox h3 {
  margin: 5px 0;
}

.rwbox .fa {
  font-size: 3rem;
  color: #c93521;
}

.rwbox p {
  font-size: 1.4rem;
}

.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1.4rem;
}

.checklist li {
  padding-left: 34px;
  position: relative;
}

.checklist li .fa {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 1.5rem;
}

.bannerc2 {
  position: relative;
}

.bannerc2__text {
  padding: 10% 0;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .bannerc2__text {
    padding: 20% 0;
  }
}

.bannerc2__text h1 {
  margin: 0 0 30px;
  text-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 991px) {
  .bannerc2__text h1 {
    font-size: 2rem;
  }
}

.bannerc2__text p {
  margin: 0 0 20px;
  line-height: 1.7;
}

.bannerc2__left, .bannerc2__right {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
}

.bannerc2__left img, .bannerc2__right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bannerc2__left {
  left: 0;
}

@media only screen and (max-width: 991px) {
  .bannerc2__left {
    width: 100%;
  }
}

.bannerc2__left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}

.bannerc2__right {
  left: 50%;
}

@media only screen and (max-width: 991px) {
  .bannerc2__right {
    display: none;
  }
}

.video-trigger {
  color: #fff;
}

.video-trigger .fa {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  font-size: 2rem;
  color: #000;
}

.video-trigger .fa:before {
  transform: translateX(4px);
  display: block;
}

.video-trigger span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  transform: translateY(-5px);
  letter-spacing: 1px;
}

.video-trigger:hover {
  color: #fff;
  transform: scale(1.1);
  opacity: 0.7;
}

.video-trigger:hover span {
  color: #fff;
}

.cta {
  position: relative;
  padding: 150px 0;
}

.cta__inner {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .cta__inner {
    padding-right: 10%;
  }
}

.cta__buttons {
  padding-top: 29px;
}

.cta__buttons .button {
  border-radius: 0;
  padding: 15px 80px;
  margin-right: 10px;
}

@media only screen and (max-width: 991px) {
  .cta__buttons .button {
    text-align: center;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}

.cta__buttons .button:last-child {
  margin-right: 0;
}

.mainseal {
  background-color: #454d48;
  padding: 50px 0;
}

.seal__inner {
  display: flex;
  align-items: center;
  padding: 0 110px;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .seal__inner {
    display: block;
    text-align: center;
  }
}

.seal__inner img {
  max-height: 140px;
}

@media only screen and (max-width: 991px) {
  .seal__inner img {
    margin: 0 0 20px;
  }
}

.seal__inner div {
  padding-left: 50px;
  line-height: 1.7;
}

@media only screen and (max-width: 991px) {
  .seal__inner div {
    padding-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .seal__inner {
    padding: 0;
  }
}

.bannertrans {
  position: relative;
}

.bannertrans::before {
  content: "";
  width: 50%;
  left: 50%;
  height: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 991px) {
  .bannertrans::before {
    width: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.bannertrans .container {
  display: flex;
  justify-content: flex-end;
}

.bannertrans__text {
  padding: 14% 80px;
  width: 50%;
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .bannertrans__text {
    padding: 20px;
    width: 100%;
    padding: 25% 0;
  }
}

.bannertrans__text p {
  margin: 0 0 30px;
}

.logsign {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 30px 0;
}

.logsign__inner {
  background-color: #fff;
  padding: 50px;
}

@media only screen and (max-width: 991px) {
  .logsign__inner {
    padding: 30px;
  }
}

.sform__field {
  margin: 0 0 15px;
}

.sform__field label {
  display: block;
  margin: 0 0 4px;
  font-weight: bold;
}

.sform__field input:not([type="checkbox"]) {
  width: 100%;
  line-height: 45px;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 10px;
}

.sform__link {
  margin: 0 0 15px;
  font-weight: bold;
}

.sform__link a {
  border-bottom: 1px solid #000;
  color: #000;
}

.sform .button {
  width: 100%;
}

.sform__check {
  margin: 0 0 15px;
}

.sform__check input {
  transform: translateY(1px);
  margin-right: 3px;
}

.acc__item {
  margin: 0 0 20px;
}

.acc__item > *:last-child {
  margin: 0;
}

.acc__item--label h4 {
  margin: 0;
}

.acc__item .button {
  display: inline-block;
  width: auto;
}

.acc__actions {
  text-align: right;
}

.acc__actions .button {
  display: inline-block;
  width: auto;
}

.htop {
  background: #000;
  color: #fff;
  position: relative;
  padding: 15px 0;
}

@media only screen and (max-width: 991px) {
  .htop {
    display: none;
  }
}

.htop a {
  color: #fff;
}

.htop__slider {
  max-width: 500px;
  margin: 0 auto;
}

.htop__slider h5 {
  margin: 0;
}

.htop__right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  padding: 15px 20px 15px 0;
}

.htop__right:hover .htop__sub {
  display: block;
}

.htop__sub {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 15px;
}

.htop__sub a {
  color: #000;
  padding: 10px 0;
  display: block;
}

.htop__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.htop__search {
  padding-right: 10px;
}

.htop__search input, .htop__search button {
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  background-color: #fff;
  border: 0;
  outline: none !important;
}

.menu-tog {
  display: none;
}

@media only screen and (max-width: 991px) {
  .menu-tog {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 1.5rem;
  }
}

.header {
  padding: 20px 0;
  border-bottom: 1px solid #000;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .header {
    padding: 10px 0;
  }
}

.header--clone {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.15);
  z-index: 999;
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .header .logo {
    position: relative;
    padding-left: 35px;
  }
}

.header .logo img {
  max-height: 45px;
}

@media only screen and (max-width: 991px) {
  .header .logo img {
    max-height: 30px;
  }
}

.header .main-nav {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .header .col-md-2 {
    position: static;
  }
}

.header__right {
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .header__right {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
}

.header__right li {
  margin: 0 0 0 10px;
}

.header__right li a {
  font-size: 1.5rem;
}

.header .col-md-8 {
  position: static;
}

@media only screen and (max-width: 991px) {
  .main-nav {
    display: none;
  }
}

.main-nav .navmenu > li > a, .main-nav .slick-dots > li > a {
  font-size: 1.2rem;
}

.main-nav .navmenu > li:hover .msub, .main-nav .slick-dots > li:hover .msub {
  opacity: 1;
  z-index: 999;
  transition: all .3s ease;
}

.navmenu > li, .slick-dots > li {
  vertical-align: middle;
}

.navmenu__flag img {
  max-height: 30px;
}

.navmenu i, .slick-dots i {
  font-size: 2rem;
}

.navmenu__cart:hover a {
  opacity: .7;
  text-decoration: none;
}

.navmenu__cart a {
  position: relative;
}

.navmenu__cart a small {
  height: 15px;
  width: 15px;
  text-align: center;
  display: block;
  border-radius: 50%;
  background-color: #98e6a1;
  position: absolute;
  bottom: 6px;
  left: 18px;
  font-size: 10px;
  font-weight: bold;
}

.navmenu__cart a span {
  font-size: 1.2rem;
  padding-left: 6px;
}

.mactive.msub {
  display: flex !important;
}

.msub {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 0 0 30px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  width: 100vw;
  z-index: 10;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: none !important;
  opacity: 0;
  z-index: -999;
  transition: all .8s ease .5s;
}

.msub.minisub {
  width: 200px;
  background-color: #fff;
  left: 0;
  padding: 20px;
}

.msub.minisub ul {
  padding: 0;
  text-align: left;
}

.msub.minisub ul li {
  margin: 0;
}

.msub.minisub ul li a {
  padding: 5px 0;
}

@media only screen and (max-width: 991px) {
  .msub {
    display: none;
  }
}

.msub__inner {
  display: flex;
}

.msub__col {
  flex: 1;
  text-align: left;
  padding: 15px;
}

.msub__col:first-child, .msub__col:last-child {
  flex: 0 0 18%;
}

.msub__col:first-child {
  background-color: rgba(0, 0, 0, 0.05);
}

.msub__col:last-child img {
  margin: 0 0 7px;
}

.msub__col ul {
  margin: 0 0 15px;
  padding: 0;
}

.msub__col ul li {
  margin: 0 0 5px;
  display: block;
}

.msub__col ul li a {
  font-weight: 300;
  font-size: .9rem;
}

.msub__col h4, .msub__col h5 {
  margin: 0 0 15px;
}

.msub__col h4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.resmenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}

.resmenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
}

.resmenu ul li a {
  display: block;
  padding: 15px 15px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.resmenu ul li a.hasdrop:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f067";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.resmenu ul li a.hasdrop.active:after {
  content: "\f068";
}

.resmenu ul li a.hasdrop.active + ul {
  display: block;
}

.resmenu ul li a.hasdrop.active + form {
  display: flex;
}

.resmenu ul li a.menu-black, .resmenu ul li a.menu-black + ul a, .resmenu ul li a.menu-black + ul {
  background-color: #000 !important;
  color: #fff !important;
}

.resmenu ul li ul {
  padding-left: 10px;
  display: none;
}

.resmenu ul li ul li a {
  text-transform: none;
  font-weight: 300;
}

.resmenu .htop__search {
  display: none;
  background-color: #000;
  color: #fff;
  padding: 10px;
}

.resmenu .htop__search input, .resmenu .htop__search button {
  height: 35px;
  line-height: 35px;
}

.resmenu .htop__search input {
  flex: 1;
}

.footer {
  background-color: #2d2d2d;
  color: #fff;
  padding: 45px 0;
}

.footer h3 {
  font-size: 1.2rem;
}

.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer ul li {
  margin: 0 0 3px;
}

.footer ul li a {
  color: #fff;
}

.footer__1 .navmenu, .footer__1 .slick-dots {
  padding-top: 15px;
}

.footer__1 .navmenu li, .footer__1 .slick-dots li {
  margin-right: 4px;
}

.footer__1 .navmenu li a, .footer__1 .slick-dots li a {
  color: #2d2d2d;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background-color: #fff;
  font-size: 1.3rem;
}

.footer__1 .navmenu li a:hover, .footer__1 .slick-dots li a:hover {
  text-decoration: none;
}

.footer__bot {
  padding-top: 40px;
}

.footer__terms {
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .footer__terms {
    text-align: left;
    padding-top: 10px;
  }
}

.footer__terms li {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  padding-left: 5px;
}

@media only screen and (max-width: 991px) {
  .footer__terms li:first-child {
    border-left: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .footer__menu {
    padding-top: 25px;
  }
}

.h21 .container {
  max-width: 800px;
}

.h21__item {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .h21__item {
    margin: 0 0 25px;
  }
}

.h21__item img {
  margin: 0 0 20px;
}

@media only screen and (max-width: 991px) {
  .h21__item img {
    max-height: 80px;
  }
}

.h21__button {
  text-align: center;
  padding-top: 40px;
}

@media only screen and (max-width: 991px) {
  .h21__button .button {
    width: 100%;
  }
}

.opps1 {
  text-align: center;
}

.pmain {
  padding-top: 40px;
}

@media only screen and (max-width: 991px) {
  .pmain {
    padding-top: 20px;
  }
}

.pgallery {
  font-size: 0;
}

.pgallery__col {
  display: inline-block;
  vertical-align: top;
  width: 100px;
}

.pgallery__col:last-child {
  padding-left: 15px;
  width: calc(100% - 100px);
}

.pthumbs__item.slick-current .pthumbs__inner {
  border-color: #000;
}

.pthumbs__inner {
  padding: 4px;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.phigh {
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}

.phigh .slick-list {
  width: 100%;
}

.phigh .slick-list img {
  display: inline-block;
}

.phigh__badge {
  text-align: center;
  padding-top: 20px;
}

@media only screen and (max-width: 991px) {
  .phigh__badge {
    display: none;
  }
}

.phigh__badge img {
  max-height: 50px;
  margin: 0 10px;
}

@media only screen and (max-width: 991px) {
  .pcontent {
    padding-top: 20px;
  }
}

.pcontent__1 h1 {
  margin: 0;
  font-size: 1.8rem;
}

.pcontent__1 .rate {
  margin: 0 0 10px;
}

.pcontent__1 .rate__text {
  font-weight: bold;
  opacity: .7;
}

.psee {
  margin: 0 0 15px;
}

.psee a {
  font-weight: bold;
  color: #000;
  border-right: 2px solid #000;
  line-height: 1;
  padding-right: 5px;
  margin-right: 5px;
}

.psee a:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}

.psize {
  margin: 0 0 15px;
}

.psize h5 {
  margin: 0 0 10px;
}

.psize a {
  padding: 10px 15px;
  border: 2px solid #000;
  color: #000;
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}

@media only screen and (max-width: 991px) {
  .psize a {
    padding: 5px 10px;
    margin-bottom: 5px;
  }
}

.psize a:hover, .psize a.active {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.pradio {
  margin: 25px 0;
}

.pradio label {
  display: block;
}

.pradio input {
  transform: translateY(2px);
  margin-right: 4px;
}

.pradio input:checked + span {
  font-weight: bold;
}

.pradio__inner {
  padding: 8px 20px 15px;
  display: none;
}

.pradio__del {
  margin: 0 0 10px;
  position: relative;
}

.pradio__del a {
  color: #000;
  font-style: italic;
}

.pradio__del:hover .pradio__hover {
  display: block;
}

.pradio ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pradio ul .fa {
  margin-right: 5px;
}

.pradio ul li {
  margin: 0 0 2px;
}

.pradio__hover {
  position: absolute;
  top: 100%;
  left: 0;
  max-width: 255px;
  background-color: #000;
  color: #fff;
  display: none;
  padding: 15px;
}

.pradio__hover p:last-child {
  margin: 0;
}

.pguarantee > i {
  margin-right: 6px;
}

.pguarantee span {
  font-weight: bold;
  cursor: pointer;
}

.pguarantee span:hover + div {
  display: block;
}

.pguarantee__i {
  background-color: rgba(0, 0, 0, 0.2);
  height: 12px;
  width: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 12px;
  display: inline-block;
  color: #000;
  font-size: 10px;
}

.pguarantee__pop {
  display: none;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-top: 10px;
}

.pactions {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
}

.pactions .button {
  border-radius: 0;
}

.qty {
  flex: 0 0 140px;
  max-width: 140px;
}

.qty__inner {
  display: flex;
}

.qty__inner input, .qty__inner a {
  height: 50px;
  line-height: 5px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 1.2rem;
  display: flex;
  border: 1px solid rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: center;
}

.qty__inner input {
  margin: 0 5px;
  text-align: center;
  max-width: 68px;
}

.pbutton {
  flex: 1;
  padding-left: 5px;
}

.pbutton .button {
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
  padding: 0 15px;
}

.upsell__item {
  margin: 0 0 5px;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 10px;
  padding-right: 20px;
}

.upsell__item img {
  max-height: 98px;
  background-color: #fff;
  border: 1px solid #E9E3D3;
}

.upsell__item h5 {
  margin: 0;
  font-size: 1rem;
}

.upsell__top {
  display: flex;
  align-items: center;
}

.upsell .rate {
  margin: 5px 0;
}

@media only screen and (max-width: 991px) {
  .upsell .rate {
    display: block;
  }
  .upsell .rate__text {
    font-size: .8rem;
  }
}

.upsell__mid {
  flex: 1;
  padding: 0 20px;
}

@media only screen and (max-width: 991px) {
  .upsell__mid {
    padding: 0 10px;
  }
}

.upsell .button {
  border-radius: 0;
}

.upsell__price {
  font-weight: bold;
}

.upsell__actions {
  padding-top: 15px;
  display: flex;
  align-items: center;
}

.upsell__actions .pslider__select {
  flex: 1;
  margin: 0 5px 0 0;
}

.psbs {
  padding: 40px 0;
}

.psbs__img {
  padding-right: 40px;
}

@media only screen and (max-width: 991px) {
  .psbs__img img {
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 991px) {
  .psbs__img {
    padding-right: 0;
  }
}

.psbs__img--right .psbs__img {
  padding-right: 0;
  padding-left: 40px;
}

@media only screen and (max-width: 991px) {
  .psbs__img--right .psbs__img {
    padding-left: 0;
  }
}

.psbs__text {
  padding-left: 40px;
}

@media only screen and (max-width: 991px) {
  .psbs__text {
    padding-left: 0;
  }
}

.psbs__text--right .psbs__text {
  padding-right: 40px;
  padding-left: 0;
}

@media only screen and (max-width: 991px) {
  .psbs__text--right .psbs__text {
    padding-right: 0;
  }
}

.psbs--right .row {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
  .psbs--right .row {
    flex-direction: column-reverse;
  }
}

.pslider .carrow {
  font-size: 3rem;
}

.pslider__item {
  padding: 0 15px;
  text-align: center;
}

.pslider__item h5 {
  margin: 0 0 5px;
}

.pslider__item .rate {
  margin: 0 0 5px;
}

.pslider__item img {
  max-height: 200px;
  margin: 0 auto 15px;
}

.pslider__price {
  margin: 0 0 25px;
  font-weight: bold;
  font-size: 1.2rem;
}

.pslider__select {
  margin: 0 0 15px;
}

.pslider__select select {
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  border: 1px solid #000;
  border-radius: 0;
}

.pslider__actions .button {
  width: 100%;
  text-align: center;
  border-radius: 0;
}

.pslider--popular .pslider__inner {
  position: relative;
}

.pslider--popular .pslider__select {
  display: none;
}

.pslider--popular .pslider__actions {
  position: absolute;
  top: 135px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 80px);
  opacity: 0;
  transition: all .2s ease;
}

.pslider--popular .pslider__item:hover .pslider__actions {
  opacity: 1;
}

.sc {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: flex-end;
}

@media only screen and (max-width: 991px) {
  .sc {
    z-index: 9999;
  }
}

.sc__inner {
  max-width: 500px;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-flow: column wrap;
}

@media only screen and (max-width: 991px) {
  .sc__inner {
    max-width: 85%;
  }
}

.sc__body {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}

.sc__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.sc__head h3 {
  margin: 0;
  line-height: 1.3;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  flex: 1;
}

.sc__head a {
  color: #000;
}

.sc__progress {
  padding: 0 20px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.sc__progress > div {
  position: relative;
  margin: 0 10px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 20px;
  border-radius: 10px;
  flex: 1;
  overflow: hidden;
}

.sc__progress > div div {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.sc__body {
  padding: 20px;
}

.sc__bottom {
  padding: 20px;
}

.sc__sub small {
  display: block;
}

.sc__items {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 30px;
}

.sc__item {
  margin: 0 0 15px;
  padding: 0 0 15px;
  display: flex;
  align-items: center;
}

.sc__item h5 {
  margin: 0;
  font-size: 1.2rem;
}

.sc__item img {
  max-height: 80px;
  margin-right: 20px;
}

.sc__item .qty {
  margin-top: 10px;
  max-width: 130px;
}

.sc__item .qty__inner a, .sc__item .qty__inner input {
  height: 24px;
  line-height: 24px;
  font-size: 1rem;
  text-align: center;
}

.sc__mid {
  flex: 1;
}

.sc__last {
  display: flex;
  justify-content: flex-end;
  align-items: space-between;
  flex-flow: column wrap;
  text-align: right;
  height: 100%;
}

.sc__last p {
  margin: 0;
}

.sc__last a {
  color: #000;
  opacity: .8;
  margin: 0 0 20px;
  font-size: 1.2rem;
}

.sc__last a:hover {
  opacity: 1;
  color: red;
}

.sc__suggest h3 {
  max-width: 400px;
}

.sc__bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.sc__bottom .pguarantee {
  padding-top: 15px;
}

.sc__bottom .button {
  width: 100%;
}

.sc__bottom .button .fa {
  margin-right: 5px;
}

.tot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  font-weight: bold;
}

.noteicon {
  font-size: .9rem;
  padding: 5px 0;
}

.noteicon .fa {
  margin-right: 4px;
}
/*# sourceMappingURL=style.css.map */