

.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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.carrow:hover {
  -webkit-transform: scale(1.1) translateY(-50%);
          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;
}

.isonsands {
    font-size: 0.8rem;
    margin-left: 12px;
    color: #8fd5d5;
    font-weight: 800;
}

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner__item {
  position: relative;
}

.banner__item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     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%;
  -o-object-fit: cover;
     object-fit: cover;
}

.catrousel h3 {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  }
}

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

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 190px);
          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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          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 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          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;
}
.prc__wrap {
  margin: 0 0 60px;
}

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

.prc__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px;
}

.prc__slide {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}

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

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

.prc__inner {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.prc__inner img {
  max-height: 400px;
}

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

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

.rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rate--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.rate__stars {
  margin-right: 5px;
  color: #fec600;
}

.tslider {
  text-align: center;
}

.tslider__inner {
  padding: 0 50px;
}

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



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

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

.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;
    -webkit-transform: translateY(-50%);
            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:hover .msub, .main-nav .slick-dots > li:hover .msub {
  opacity: 1;
  z-index: 999;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.mactive.msub {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.msub {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 0 0 30px;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          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;
  -webkit-transition: all .8s ease .5s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.msub__col:first-child, .msub__col:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

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

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

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

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
  }
}

.pmain {
  padding-top: 40px;
}

.pgallery {
  font-size: 0;
}

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

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

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

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

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

@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;
}

.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 4px;
}

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

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

.pradio {
  margin: 0 0 15px;
}

.pradio label {
  display: block;
}

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

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

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

.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;
}

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

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

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

.qty__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.pbutton .button {
  text-align: center;
}

.upsell__item {
  margin: 0 0 5px;
  background-color: rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  padding-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.upsell__item h5 {
  margin: 0;
}

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

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

.upsell__mid {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px;
}

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

.upsell .button {
  border-radius: 0;
  border-radius: 4px !important;	
}

.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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          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__price {
  margin: 0 0 25px;
}

.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;
}

.checkout .header, .checkout .footer, .checkout .htop, .checkout .announce {
  display: none;
}

.checkout__logo img {
  max-height: 60px;
}

.checkout__inner {
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}

.checkout__inner .container {
  max-width: 1000px;
}

.checkout__inner .col-md-5:before {
  content: "";
  display: block;
  background-color: #FAFAFA;
  height: 120%;
  width: 300%;
  position: absolute;
  top: -20%;
  left: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.checkout__items {
  margin: 0 0 30px;
  border-bottom: 1px solid #E9E3D3;
  padding-bottom: 30px;
}

.checkout__right {
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

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

.checkout__left {
  padding-right: 30px;
}

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

.checkout__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout__item div:nth-child(1) {
  max-width: 65px;
  padding: 5px;
  border: 1px solid #E9E3D3;
  border-radius: 4px;
  position: relative;
}

.checkout__item div:nth-child(1) span {
  position: absolute;
  display: block;
  right: -5px;
  top: -5px;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  height: 16px;
  width: 16px;
  line-height: 16px;
  border-radius: 8px;
  text-align: center;
}

.checkout__item div:nth-child(2) {
  padding: 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.checkout__item div:nth-child(2) span {
  display: block;
}

.checkout__coupon {
  border-bottom: 1px solid #E9E3D3;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.checkout__coupon form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout__coupon form input {
  margin-right: 10px;
  border-radius: 5px;
  border: 1px solid #E9E3D3;
  height: 46px;
  line-height: 46px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
}

.checkout__sub {
  border-bottom: 1px solid #E9E3D3;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.checkout__sub > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}

.checkout__sub > div:last-child {
  margin: 0;
}

.checkout__total {
  padding-bottom: 30px;
}

.checkout__total > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 10px;
}

.checkout__total > div small {
  padding-right: 5px;
}

.checkout__total > div big {
  font-weight: 500;
  font-size: 150%;
}

.checkout__total > div:last-child {
  margin: 0;
}

.checkout__note small {
  display: block;
  margin: 0 0 8px;
}

.checkout__note img {
  max-height: 32px;
}

.express {
  border: 1px solid #E9E3D3;
  padding: 28px 28px 20px;
  text-align: center;
  position: relative;
  margin-top: 30px;
}

.express h5 {
  font-weight: normal;
  text-align: center;
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
  position: absolute;
  top: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1rem;
}

.express__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.express__links a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 2px;
  text-align: center;
  padding: 10px 10px;
  border-radius: 3px;
}

.express__links a img {
  max-height: 19px;
}

.express__links a.pay-shoppay {
  background-color: #5a31f4;
}

.express__links a.pay-amazon {
  background-color: #fad676;
}

.express__links a.pay-paypal {
  background-color: #ffc439;
}

.express__links a.pay-gpay {
  background-color: #000;
}

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

.sc__inner {
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

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

.sc__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sc__head h3 {
  margin: 0;
  line-height: 1.3;
}

.sc__head a {
  color: #000;
}

.sc__body {
  padding: 20px;
  z-index: 800 !important;
}

.main-navigation {
	z-index: 200;
}

.sc__bottom {
  padding: 20px;
}

.sc__sub small {
  display: block;
}

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

.sc__item h5 {
  margin: 0;
}

.sc__item img {
  max-height: 90px;
}

.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 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sc__last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          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 .button {
  width: 100%;
}

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

.tot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 00;
}

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

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

.rewards {
  text-align: center;
}

.rw1 h2 {
  margin: 0;
}

.rw1 p {
  margin: 0 0 40px;
  font-size: 1.5rem;
  font-weight: bold;
}

.rw2 .row {
  padding-top: 40px;
}

.rw4 h2 {
  margin: 0 0 50px;
}

.rw5 hr {
  background-color: #000;
  margin: 20px 0;
}

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

.rw6 .container {
  max-width: 630px;
}

.rw6 h2 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
}

.rw6 h2 + p {
  margin: 0 0 40px;
}

.rwform {
  background-color: #fff;
  padding: 35px;
  font-size: 1.2rem;
}

.rwform__field {
  text-align: left;
}

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

.rwform .button {
  margin: 35px 0;
}

.rwform__links a {
  padding: 0 5px;
  color: #000;
}

.rwform__links a .fa {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: #000;
  margin-right: 5px;
}

