/***************************** Product (start) ****************************************/

.product-img {
  position: relative;
}

.product-img__badge-bundle {
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 2%;
  left: 3%;
  background-color: #1d1b1b;
  color: white;
  border-radius: 4px;
}

.product-img__btn {
  display: block;
  width: 60px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  background-color: #000;
  opacity: 0.4;
  position: absolute;
}

.product-img__btn svg {
  height: 35px;
  width: 35px;
  fill: white;
  color: white;
}

#product-img__btn-1 {
  top: 46%;
  left: 0;
}

#product-img__btn-2 {
  top: 46%;
  right: 0;
  transform: rotate(180deg);
}

.product-img_btn-cmpr {
  color: #232323;
  font-size: 14px;
  text-decoration-line: underline;
  text-decoration-color: #232323;
  text-underline-offset: 2.5px;
  position: absolute;
  bottom: 4%;
  right: 6%;
}

.product-img_btn-cmpr:focus {
  color: #232323;
}

.product-exprt {
  border: 1px solid #e6e6e6;
  margin: 2rem 0.7rem;
  padding-top: 5.5px;
  width: 300px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.product-exprt svg {
  height: 20px;
  width: 20px;
}

.product-exprt a {
  text-decoration: none;
  color: #202020;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 60px;
  position: relative;
  top: -5px;
}

.product-shop__breadcrumb {
  margin-bottom: 15px;
  padding: 17px 0;
}

.product-shop__breadcrumb a,
.product-shop__breadcrumb--slash {
  text-decoration: none;
  color: grey;
  font-size: 14px;
  line-height: 26px;
}

.product-shop__breadcrumb--txt {
  color: #202020;
  font-size: 14px;
  line-height: 26px;
}

.product-shop__title h1 {
  font-family: var(--font-DS);
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
  padding-right: 20px;
  color: #202020;
  text-transform: capitalize;
}

.product-shop__title a {
  padding: 0 5px;
  text-decoration: none;
  font-size: 14px;
  line-height: 36px;
  border: 1px solid white;
  box-shadow: 0 3px 7px 0 rgb(0 0 0 / 20%);
}

.product-shop__title a > svg {
  color: black;
  fill: black;
  width: 24px;
  height: 30px;
}

.product-shop__grp-itm > span {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 12px;
}

.product-shop__grp-itm > span img {
  height: 12px;
  width: 12px;
}

.product-shop__grp-itm > span > span:last-of-type {
  color: #505050;
  margin-left: 10px;
  font-size: 15px;
  line-height: 22px;
}

.product-shop__grp-itm > div:last-of-type {
  margin-bottom: 20px;
}

.product-shop__grp-itm > div:last-of-type svg {
  position: relative;
  top: 4px;
}

.product-shop__grp-itm > div:last-of-type > span {
  color: #ff1800;
  font-size: 15px;
  line-height: 22px;
}

.product-shop__prdct-infr {
  margin-bottom: 12px;
}

.product-shop__prdct-infr label {
  color: #808080;
  font-size: 15px;
  line-height: 24px;
}

.product-shop__prdct-infr span {
  color: #202020;
  font-size: 15px;
  line-height: 24px;
}

.product-shop__price {
  color: #202020;
  font-family: var(--font-DS);
  font-size: 34px;
  margin-bottom: 25px;
}

.product-shop__descrptn {
  margin-bottom: 25px;
  color: #505050;
  font-size: 15px;
  line-height: 26px;
}

.product-shop__form > form {
  position: relative;
}

.product-shop__form > form > a {
  background: url("../images/icon_sizechar.png") no-repeat;
  color: #505050;
  font-size: 13px;
  line-height: 22px;
  padding-left: 36px;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 2%;
}

.product-shop__form--hdr > span:first-of-type {
  color: grey;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.product-shop__form--hdr > span:last-of-type {
  color: #202020;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.product-shop__form--imgs {
  margin-bottom: 20px;
}

.product-shop__form--imgs > div > div {
  width: 74px;
  height: 104px;
}

#product-shop__form--img1 {
  background: url("../temp-imgs/temp-product-swatch1.jpg") 50% / cover
    content-box no-repeat;
}

#product-shop__form--img2 {
  background: url("../temp-imgs/temp-product-swatch2.jpg") 50% / cover
    content-box no-repeat;
}

#product-shop__form--img3 {
  background: url("../temp-imgs/temp-product-swatch3.jpg") 50% / cover
    content-box no-repeat;
}

#product-shop__form--img4 {
  background: url("../temp-imgs/temp-product-swatch4.jpg") 50% / cover
    content-box no-repeat;
}

.swatch-hdr > span:first-of-type {
  color: grey;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.swatch-hdr > span:last-of-type {
  color: #202020;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.swatch-bdy__optn {
  margin-top: 0.75rem;
}

.swatch-bdy__optn input[type="radio"] {
  display: none;
}

.swatch-bdy__optn label[for] {
  background-color: #eaeaea;
  color: black;
  border: 1px solid #eaeaea;
  padding: 7px 3px 3px 3px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  height: 40px;
  min-width: 80px;
  text-align: center;
}

.swatch-bdy__optn label[for]:hover {
  box-shadow: 0 3px 7px 0 rgb(0 0 0 / 20%);
}

.swatch-bdy__optn input[type="radio"]:checked + label {
  font-weight: 400;
  background-color: white;
  color: black;
  box-shadow: 0 3px 7px 0 rgb(0 0 0 / 20%);
}

.product-shop__form--slctrs {
  margin-top: 1rem;
  margin-bottom: 30px;
}

/* .product-shop__form--slctrs > div:first-of-type > div {
  border: 1px solid #d0d0d0;
  width: 90px;
  height: 60px;
}

.product-shop__form--slctrs
  > div:first-of-type
  > div
  > input[inputmode="numeric"] {
  display: inline-block;
  border: none;
  width: 100%;
  padding: 7px 10px 5px 18px;
  text-align: center;
  position: relative;
  top: 20%;
  font-size: 14px;
}

.product-shop__form--slctrs
  > div:first-of-type
  > div
  > input[inputmode="numeric"]:focus {
  outline: none;
} */

.prdct-atc__cntnr {
  position: relative;
  bottom: 1.9%;
}

#prdct-atc {
  width: 100%;
  margin-left: 10px;
  padding: 20px 15px 18px 15px;
  background-color: #293552;
  border: 1px solid #293355;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 23px;
  text-transform: uppercase;
  color: white;
}

#prdct-atc:hover {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background-color: #1b223a;
}

#add-to-wishlst {
  display: block;
  padding: 20px 10px;
  border: 1px solid #d0d0d0;
  width: 70px;
  height: 60px;
  text-align: center;
  position: relative;
  top: 1.5%;
  left: 30%;
}

#add-to-wishlst:hover {
  transition: all 0.25s ease-in-out;
  background-color: #293355;
  color: white;
  fill: white;
}

#add-to-wishlst > svg {
  width: 22px;
  height: 20px;
  color: #232323;
  fill: #232323;
}

#add-to-wishlst > svg:hover {
  fill: inherit;
  color: inherit;
}

#icn-shr {
  display: inline-block;
  padding: 5px 5px;
  padding-top: 18.5px;
}

#icn-shr svg {
  width: 20px;
  height: 20px;
}

.product-shop__form--chckbox {
  margin-bottom: 28px;
}

#conditions {
  cursor: pointer;
}

.product-shop__form--chckbox > div [for="conditions"] {
  font-size: 14px;
  line-height: 22px;
  padding-left: 12px;
  text-transform: capitalize;
  position: relative;
  top: -1.2px;
  color: #202020;
}

.product-shop__form--chckbox > div [for="conditions"] a {
  color: black;
  text-decoration-color: black;
  text-decoration-line: underline;
  text-underline-offset: 2.5px;
}

.product-shop__form--btn-chckout {
  margin-bottom: 15px;
}

.product-shop__form--btn-chckout [type="button"] {
  width: 100%;
  height: 60px;
  padding: 11px 15px 7px 15px;
  border: none;
  background-color: white;
  text-transform: uppercase;
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
  font-size: 14px;
  font-weight: 700;
  color: #232323;
  cursor: pointer;
}

.buy-it-now {
  width: 100%;
  height: 60px;
  padding: 11px 15px 7px 15px;
  border: none;
  color: white;
  text-transform: uppercase;
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
  font-size: 14px;
  font-weight: 700;
  background-color: #293355;
  margin-bottom: 18px;
}

.product-shop__form--btn-chckout [type="button"]:hover {
  transition: all 0.2s ease-in-out;
  background-color: #293355;
  color: white;
}

.product-shop__form--totl-pric {
  margin-bottom: 18px;
}

.product-shop__form--totl-pric > label {
  font-size: 15px;
  font-weight: 500;
  color: grey;
}

.product-shop__form--totl-pric > span {
  color: #202020;
  font-size: 15px;
  font-weight: 700;
}

.product-shop__cstmr-view svg {
  position: relative;
  top: 4px;
  margin-right: 0.5rem;
}

.product-shop__cstmr-view span {
  color: #505050;
  font-size: 14px;
}

.product-shop__secur-shpng {
  margin-top: 40px;
  margin-bottom: 20px;
}

.product-shop__secur-shpng > img {
  max-width: 300px;
}

.product-shop__vrtcl-tabs {
  margin-top: 2.5rem;
}

.vrtcl-tabs__wrpr {
  margin-top: 16px;
  margin-bottom: 16px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.vt-wt_b {
  border-top: 1px solid #e6e6e6;
}

.vrtcl-tabs__wrpr-tab > a {
  display: inline-block;
  text-decoration: none;
  color: #202020;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 20px 0px;
}

.vrtcl-tabs__wrpr-tab > a > span {
  margin-right: 10px;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  top: 2.9px;
}

.vrtcl-tab-1__cntnt {
  margin-bottom: 25px;
}

.vrtcl-tab-1__cntnt h4 {
  margin-bottom: 5px;
  color: #202020;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
}

.vrtcl-tab-1__cntnt p {
  margin-bottom: 28px;
  color: #505050;
  font-size: 14px;
  line-height: 26px;
}

.vrtcl-tab-2__cntnt {
  margin-bottom: 25px;
}

.vrtcl-tab-2__cntnt p {
  margin-bottom: 28px;
  color: #505050;
  font-size: 14px;
  line-height: 26px;
}

.vrtcl-tab-2__cntnt dl {
  display: flex;
  margin-bottom: 6px;
}

.vrtcl-tab-2__cntnt dl > dt {
  color: #202020;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  min-width: 180px;
  margin-right: 5px;
}

.vrtcl-tab-2__cntnt dl > dd {
  color: #505050;
  font-size: 14px;
  line-height: 26px;
}

@media (min-width: 1441px) {
  .product-img > #main_product_img {
    margin: 0px 80px 0px 0px;
    padding-right: 20px;
  }

  .product-img > .product-img__badge-bundle {
    left: 1%;
    top: 1%;
  }
  #product-img__btn-1 {
    top: 46%;
    left: 1.5%;
  }

  #product-img__btn-2 {
    top: 46%;
    right: 3.2%;
    transform: rotate(180deg);
  }

  .product-shop {
    padding: 15px 400px 0px 10px;
  }
}

@media (max-width: 1440px) {
  .product-shop {
    padding-top: 15px;
    padding-right: calc((100vw - 1200px) / 2);
    padding-left: 60px;
  }

  .product-shop__form--btn-chckout [type="button"] {
    height: 60px;
  }

  .prdct-atc__cntnr {
    padding: 0px 20px;
  }
}

@media (max-width: 1024px) {
  .product-shop {
    padding-top: 15px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .prdct-atc__cntnr {
    padding: 0px;
  }

  #icn-shr {
    margin-left: 10px;
  }
  #product-img__btn-1 {
    top: 46%;
    left: 0;
  }

  #product-img__btn-2 {
    right: 0%;
  }
  #add-to-wishlst {
    width: 60px;
    height: 60px;
    padding: 20px 0px;
    top: 1.5%;
    left: 10%;
    background-color: #293355;
    border: 1px solid #293355;
  }
  #add-to-wishlst > svg {
    color: white;
    fill: white;
  }
}

@media (max-width: 768px) {
  .product-shop {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 425px) {
  .bstrp-fun1-sol {
    margin-top: 1rem;
  }
  .product-shop {
    padding: 10px;
  }
  #icn-shr {
    margin-left: 0px;
  }
  .product-img > #main_product_img {
    margin: 0px;
  }
}

@media (max-width: 375px) {
  .bstrp-fun2-sol {
    position: absolute;
    right: -5%;
  }
}

@media (max-width: 320px) {
  .bstrp-fun2-sol {
    position: absolute;
    right: -7%;
  }
}

/***************************** Product (end) ******************************************/

/***************************** Frequently Bought Together (start) *********************/
#Frequently_BT .bs-prod-body .product-item .product-info form > label {
  font-size: 14px;
  font-weight: 400;
}
#Frequently_BT .bs-prod-body .product-item .product-info > span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 5px;
}
#Frequently_BT .FBT-arrow-prev img,
#Frequently_BT .FBT-arrow-next img {
  width: 35px;
  height: 35px;
}
#Frequently_BT .FBT-arrow-prev {
  position: absolute;
  top: 20px;
  left: 40%;
  width: 60px;
  height: 40px;
  padding-top: 3.5px;
  padding-left: 13px;
  color: black;
}
#Frequently_BT .FBT-arrow-next {
  position: absolute;
  top: 20px;
  right: 40%;
  width: 60px;
  height: 40px;
  padding-top: 3.5px;
  padding-left: 13px;
  color: black;
}
#Frequently_BT .FBT-arrow-next:hover,
#Frequently_BT .FBT-arrow-prev:hover {
  background-color: rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}

#Frequently_BT input[type="checkbox"] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

#Frequently_BT input[type="checkbox"] {
  display: none;
}

#Frequently_BT input[type="checkbox"] + label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: middle;
  color: transparent;
  transition: 0.2s;
}

#Frequently_BT input[type="checkbox"] + label:active:before {
  transform: scale(0);
}

#Frequently_BT input[type="checkbox"]:checked + label:before {
  background-color: white;
  border-color: black;
  color: black;
}

#Frequently_BT input[type="checkbox"]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

#Frequently_BT input[type="checkbox"]:checked:disabled + label:before {
  transform: scale(1);
  background-color: white;
  border-color: black;
}
.bs-prod-hdr h5 {
  font-family: var(--font-DS);
  font-weight: 400;
  text-align: center;
  font-size: 2.125rem;
  line-height: 2.65625rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #202020;
}

.bs-prod-body {
  margin-top: 1.875rem;
}

.bs-prod__card--img-container {
  cursor: pointer;
  position: relative;
}

.bs-prod__card--img-container > img {
  width: 16rem;
  height: auto;
}

.fr-lst {
  padding-top: 42%;
  margin-left: 1rem;
  position: relative;
}

.fr-lst__total {
  margin: 18px 0;
}

.fr-lst__total > span:first-of-type {
  font-size: 14px;
  font-weight: 500;
  color: #202020;
  position: relative;
  bottom: 1px;
}

.fr-lst__total > span:last-of-type {
  font-size: 18px;
  font-weight: 900;
  color: #ba7a2d;
  display: inline-block;
  position: relative;
  left: 90px;
}

.fr-lst__atc > [type="button"] {
  padding: 20px 15px;
  border: 1px solid #293355;
  background-color: #293355;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
}

.fr-lst__atc > [type="Submit"] {
  padding: 20px 15px;
  border: 1px solid #293355;
  background-color: #293355;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  cursor: pointer;
}

.bs-prod__card__ftr {
  margin: 0;
  margin-top: 0.895rem;
  padding: 0;
}

.fr-lst__dt {
  color: #505050;
  font-size: 14px;
  text-align: center;
  padding: 0 20;
  margin-top: 15px;
}

.fr-lst-atc-cntnr {
  color: #232323;
  font-size: 14px;
  font-weight: 700;
  background-color: white;
  width: 205px;
  height: 56px;
  text-transform: uppercase;
  position: absolute;
  bottom: 36px;
  right: 24px;
  text-align: center;
  padding-top: 19px;
}

.fr-lst-atc-cntnr:hover {
  transition: all 0.2s ease-in-out;
  color: white;
  background-color: #293355;
}

.bs-prod__card__ftr > label {
  color: #202020;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.bs-prod__card__ftr > span {
  display: block;
  color: #202020;
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .bs-prod {
    padding: 0px;
  }
  .fr-lst__total > span:last-of-type {
    color: #ba7a2d;
    display: inline-block;
    position: relative;
    left: 80px;
  }
}
@media (max-width: 768px) {
  .fr-lst__total > span:last-of-type {
    color: #ba7a2d;
    display: inline-block;
    position: relative;
    left: 40px;
  }
  .bs-prod {
    padding: 0px;
  }
  .bs-prod__card > .fr-lst__atc,
  .bs-prod__card > .fr-lst {
    margin-left: 0px;
  }
  .FBT-slider {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #Frequently_BT .FBT-arrow-prev {
    position: absolute;
    top: -10px;
    left: 35%;
  }
  #Frequently_BT .FBT-arrow-next {
    position: absolute;
    top: -10px;
    right: 35%;
  }

  #Frequently_BT {
    margin-bottom: 50px;
  }
}

@media (max-width: 425px) {
  .fr-lst__total > span:last-of-type {
    color: #ba7a2d;
    display: inline-block;
    position: relative;
    left: 240px;
  }
  .bs-prod__card > .fr-lst__atc,
  .bs-prod__card > .fr-lst {
    margin: 0px;
    padding: 0px;
  }

  .bs-prod__card .fr-lst__atc > input {
    width: 90%;
    margin-left: 5%;
    padding: 10px 15px 8px;
  }
  .FBT-slider {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .fr-lst__total {
    width: 90%;
    margin-left: 5%;
  }

  #Frequently_BT .navigation-arrow-FBT {
    left: 0;
    padding: 0px 120px;
  }
  #Frequently_BT .FBT-arrow-prev {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
  }
  #Frequently_BT .FBT-arrow-next {
    position: relative;
    display: inline-block;
    top: 0;
    right: 0;
  }

  #Frequently_BT {
    margin-bottom: 50px;
  }
}

@media (max-width: 375px) {
  .fr-lst__total > span:last-of-type {
    color: #ba7a2d;
    display: inline-block;
    position: relative;
    left: 190px;
  }

  #Frequently_BT .navigation-arrow-FBT {
    left: 0;
    padding: 0px;
    padding-left: 90px;
  }

  #Frequently_BT {
    margin-bottom: 40px;
  }
}

@media (max-width: 320px) {
  .bs-prod-body > .row > div:last-of-type {
    margin-left: -6%;
  }
}

/***************************** Frequently Bought Together (end) ***********************/

/***************************** Banner Section (start) *********************************/

.bnr-sctn {
  margin-top: 5rem;
}

.bnr-sctn__hdr {
  text-align: center;
}

.bnr-sctn__hdr > span:first-of-type {
  display: block;
  color: #202020;
  font-size: 34px;
  font-family: var(--font-DS);
  line-height: 34px;
  margin-bottom: 40px;
}

.bnr-sctn__hdr .BSD_detail {
  display: block;
  color: #202020;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 60px;
  width: 100%;
}

.bnr-sctn__ftr {
  margin-top: 75px;
  color: #202020;
  margin-left: 90px;
  margin-right: 90px;
}

.bnr-sctn__ftr > div:first-of-type > p {
  margin: 0 0px 60px 0px;
  font-size: 15px;
  line-height: 26px;
  color: #202020;
  text-align: center;
}

.bnr-sctn__ftr--lst {
  margin-bottom: 20px;
}

.bnr-sctn__ftr--lst > div {
  padding-right: 20px;
}

.bnr-sctn__ftr--lst h4 {
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 900;
  line-height: 26px;
}

.bnr-sctn__ftr--lst ul,
.bnr-sctn__ftr--lst ol {
  margin-bottom: 20px;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
}

.bnr-sctn__ftr--lst ul li {
  padding-left: 18px;
  margin-bottom: 3.75px;
}

.bnr-sctn__ftr--lst ul li::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #202020;
  position: relative;
  right: 16px;
  bottom: 2px;
}

.bnr-sctn__ftr--lst li {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.bnr-sctn__ftr--qte {
  padding: 40px 112px;
  border: 1px solid #eaeaea;
  margin-bottom: 80px;
  text-align: center;
}

.bnr-sctn__ftr--qte h4 {
  color: #202020;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 14px;
}

.bnr-sctn__ftr--qte p {
  font-size: 18px;
  font-style: italic;
  line-height: 26px;
}

@media (max-width: 1024px) {
  .bnr-sctn__ftr--qte {
    padding: 40px 40px;
  }
  .bnr-sctn__hdr .BSD_detail {
    display: block;
    color: black;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    margin: 0px 5px 60px;
  }
  .bnr-sctn__ftr {
    color: #202020;
    margin: 40px 0px 50px;
    font-weight: 300;
  }

  .bnr-sctn__ftr--lst ul {
    padding-left: 50px;
  }
  #bnr-sctn__ftr--lst-1st {
    padding-left: 50px;
  }
}

@media (max-width: 425px) {
  .bnr-sctn__ftr--lst ul,
  .bnr-sctn__ftr--lst ol {
    padding-left: 10px;
  }
  #bnr-sctn__ftr--lst-1st {
    padding-left: 10px;
  }
  #bnr-sctn__ftr--lst-2st {
    padding-left: 10px;
  }

  .bnr-sctn-2 {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 425px) {
  .bnr-sctn__ftr--lst ul,
  .bnr-sctn__ftr--lst ol {
    padding-left: 0px;
    text-align: left;
  }
  #bnr-sctn__ftr--lst-1st {
    padding-left: 0px;
    text-align: left;
  }
  #bnr-sctn__ftr--lst-2st {
    padding-left: 0px;
    text-align: left;
  }

  .bnr-sctn-2 {
    display: flex;
    flex-direction: column-reverse;
  }
}

/***************************** Banner Section (end) ***********************************/

/***************************** Sub Banner Section (start) *****************************/
.sub-banner {
  margin-top: 4em;
  margin-bottom: 4em;
  justify-content: center;
}

.sub-banner__row--image-container {
  padding: 0;
  overflow: hidden;
}

.sub-banner__row--image-container > img {
  max-width: 100%;
  height: 100%;
  filter: grayscale(8%);
  filter: saturate(90%);
}

/***************************** Sub Banner Section (end) *******************************/

/***************************** Product Review Section (start) *************************/
.prdct-rvw {
  margin-bottom: 78px;
}

.prdct-rvw__hdr {
  margin-top: 75px;
  margin-bottom: 40px;
}

.prdct-rvw__hdr > div:first-of-type {
  margin-bottom: 14px;
  font-family: var(--font-DS);
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  color: #202020;
}

.prdct-rvw__hdr--two {
  text-align: center;
}
.prdct-rvw__hdr--two i {
  color: #ba7a2d;
}

.prdct-rvw__hdr--two span {
  color: #505050;
  font-size: 15px;
  line-height: 22px;
  margin-left: 12px;
}

.prdct-rvw__hdr--wrt-btn {
  text-align: center;
  margin-top: 25px;
}

.prdct-rvw__hdr--wrt-btn > button {
  padding: 0 25px;
  border: 0;
  border-radius: 0;
  background-color: white;
  box-shadow: 0 3px 5px 0 rgb(0 0 0 / 20%);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}

.prdct-rvw__hdr--wrt-btn > button:focus {
  outline: none;
}

.prdct-rvw__hdr--frm {
  margin: 0 auto;
  margin-top: 60px;
  padding: 0 20px;
  max-width: 380px;
}

.prdct-rvw__hdr--frm > form > h3 {
  text-align: center;
  margin-bottom: 15px;
  color: #202020;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.prdct-rvw__hdr--frm .rvw-frm__lbl {
  display: block;
  color: #202020;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.prdct-rvw__hdr--frm .rvw-frm__inpt {
  width: 100%;
  border: 1px solid #cbcbcb;
  padding: 7px 12px 5px 12px;
  margin-bottom: 15px;
}

.prdct-rvw__hdr--frm .rvw-frm__inpt::placeholder {
  text-align: left;
  font-size: 14px;
  color: #808080;
}

.prdct-rvw__hdr--frm .rvw-frm__inpt:focus {
  outline: none;
}

.prdct-rvw__hdr textarea::placeholder {
  text-align: left;
  color: black;
}

.prdct-rvw__hdr--frm button[type="submit"] {
  padding: 20px 40px;
  border: 1px solid #293355;
  background-color: #293555;
  color: white;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  max-width: 140px;
}

.prdct-rvw__bdy {
  margin-top: 52px;
  margin: 0 auto;
  text-align: center;
}

.rvw-prdct {
  padding: 30px 40px;
  border: 1px solid #eaeaea;
  width: 100%;
  height: auto;
}
.prdct-rvw__hdr--frm i {
  color: #ba7a2d;
}

.rvw-prdct__hdr > span {
  display: inline-block;
  margin-bottom: 8px;
}

.rvw-prdct__hdr span > i {
  color: #ba7a2d;
}

.rvw-prdct__hdr > h3 {
  margin-bottom: 15px;
  color: #202020;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
}

.rvw-prdct__bdy {
  margin-bottom: 24px;
  color: #202020;
  font-size: 16px;
  line-height: 26px;
}

.rvw-prdct__ftr > span {
  color: grey;
  font-size: 13px;
  line-height: 18px;
  float: right;
}

.rvw-prdct__ftr > span::after {
  content: "";
  display: block;
  clear: both;
}

/***************************** Product Review Section (emn) *************************/
/***************************** related Products (start) ***********************/
.related-viewed-slick .arrow-prev img,
.related-viewed-slick .arrow-next img {
  width: 35px;
  height: 35px;
}
.related-viewed-slick .arrow-prev {
  position: absolute;
  top: 50%;
  left: 15%;
  width: 60px;
  height: 40px;
  padding-top: 3.5px;
  padding-left: 13px;
  color: black;
}
.related-viewed-slick .arrow-next {
  position: absolute;
  top: 50%;
  right: 15%;
  width: 60px;
  height: 40px;
  padding-top: 3.5px;
  padding-left: 13px;
  color: black;
}
.related-viewed-slick .arrow-next:hover,
.related-viewed-slick .arrow-prev:hover {
  background-color: rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}

@media (max-width: 1440px) {
  .related-viewed-slick .arrow-prev {
    top: 50%;
    left: 5%;
  }
  .related-viewed-slick .arrow-next {
    top: 50%;
    right: 5%;
  }
}
@media (min-width: 0px) and (max-width: 1024px) {
  .related-viewed-slick .arrow-prev img,
  .related-viewed-slick .arrow-next img {
    display: none !important;
  }
}

@media (max-width: 320px) {
  .related-viewed-slick .product-item .btns button {
    width: 100%;
  }
}

/***************************** related Products (end) ***********************/

/***************************** Recently Viewed Products (start) ***********************/

@media (max-width: 320px) {
  .recently-cart-product-slider .product-item .btns button {
    width: 100%;
  }
}

/***************************** Recently Viewed Products (end) *************************/

#mrgn-spt-sctn {
  margin-bottom: 0;
}

#mrgn-mf {
  margin-top: 0;
}
