* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #ffffff;
}
header .header-wrapper .search-box .set-search {
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  position: absolute;
  font-size: 20px;
}
header .header-wrapper .search-box input {
  height: 44px;
  border: 1px solid lightgrey;
  border-radius: 4px;
  padding: 0 16px 0 42px;
}
header .header-wrapper .search-box input:focus {
  border: 1px solid lightgrey;
  outline: 0;
  box-shadow: none;
}
header .header-wrapper .icons-wrapper .user-icon {
  background: transparent;
}
header .header-wrapper .icons-wrapper .user-icon:hover {
  background: #eee;
}
header .header-wrapper .icons-wrapper .set-icon {
  font-size: 32px;
  color: #555555;
}
header .header-wrapper .sub-header {
  height: 46px;
  display: flex;
  align-items: center;
  border-top: 1px solid lightgrey;
  border-bottom: 1px solid lightgrey;
}

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

.container-custom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .container-custom{
    max-width: 100%;
  }
}

.content-wrapper .product-wrapper .carousel {
  width: 100%;
}
.content-wrapper .product-wrapper .carousel .carousel-indicators {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 0;
  width: 20%;
  height: 500px;
  overflow-y: auto;
  padding-right: 12px;
}
.content-wrapper
  .product-wrapper
  .carousel
  .carousel-indicators::-webkit-scrollbar {
  width: 4px;
}
.content-wrapper
  .product-wrapper
  .carousel
  .carousel-indicators::-webkit-scrollbar-thumb {
  background-color: #747474;
}
.content-wrapper
  .product-wrapper
  .carousel
  .carousel-indicators::-webkit-scrollbar-track {
  background-color: gainsboro;
}
.content-wrapper .product-wrapper .carousel .carousel-indicators li {
  height: 80px;
  min-height: 80px;
  width: 100%;
  border: 1px solid darkgrey;
  margin: 0 auto;
  background: transparent;
  border-radius: 4px;
  margin-bottom: 8px;
}
.content-wrapper
  .product-wrapper
  .carousel
  .carousel
  .carousel-indicators
  li:last-child {
  margin-bottom: 0;
}
.content-wrapper .product-wrapper .carousel .carousel-indicators li img {
  height: 100%;
  width: 100%;
  display: block;
  opacity: 0.9;
  object-fit: contain;
}
.content-wrapper .product-wrapper .carousel .carousel-indicators li.active {
  border: 2px solid grey;
}
.content-wrapper .product-wrapper .carousel .carousel-indicators li.active img {
  opacity: 1;
}
.content-wrapper .product-wrapper .carousel .carousel-indicators li:hover img {
  opacity: 1;
}
.content-wrapper .product-wrapper .carousel .carousel-inner {
  width: 75%;
  margin: 0 0 0 auto;
}
.content-wrapper .product-wrapper .carousel .carousel-inner img {
  height: 500px;
  min-height: 500px;
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.content-wrapper
  .product-wrapper
  .carousel
  .carousel-inner
  .share-icons
  li
  .icons {
  font-size: 20px;
  cursor: pointer;
}
.content-wrapper .product-wrapper .carousel .carousel-arrows {
  position: absolute;
  top: -55px;
  left: 0;
  width: 25%;
  height: calc(100% + 100px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.content-wrapper .product-wrapper .carousel .carousel-control-next,
.content-wrapper .product-wrapper .carousel .carousel-control-prev {
  position: unset;
  font-size: 20px;
}
.content-wrapper .product-price-card {
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 12px #e5e5e5;
}
.content-wrapper .product-price-card .price-tag {
  font-size: 30px;
  color: #bd0f1b;
  font-weight: bold;
}
.content-wrapper .product-price-card .quantity-wrapper {
  border-top: 1px solid lightgrey;
  margin-top: 12px;
  padding-top: 12px;
}
.content-wrapper .product-price-card .quantity-wrapper .quantity-input {
  width: fit-content;
  padding: 12px;
  border: 1px solid lightgrey;
}
.content-wrapper .product-price-card .quantity-wrapper .quantity-input input {
  width: 80px;
  border: none;
  text-align: center;
}
.content-wrapper .product-price-card .add-custom-btn {
  height: 56px;
  width: 100%;
  color: #ffffff;
  font-weight: 500;
  background: #14718a;
  padding-top: 13px;
}
.content-wrapper
  .product-price-card
  .quantity-wrapper
  .quantity-input
  input:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}
.content-wrapper .product-price-card .sale-text {
  font-size: 16px;
  font-weight: 500;
  color: #bd0f1b;
  padding-left: 12px;
}
.content-wrapper .product-price-card .save-text #accordion {
  background: #e5e5e5;
  border-radius: 20px;
}
.content-wrapper .product-price-card .save-text #accordion .card {
  background: transparent;
  border: none;
  outline: 0;
}
.content-wrapper .product-price-card .save-text #accordion .card .card-header {
  background: transparent;
  border: none;
  outline: 0;
  border-radius: 20px;
}
.tab-list-wrapper .tab-list-content {
  border: 1px solid #eee;
  padding: 0 5px 0 5px;
}
.tab-list-wrapper .nav-tabs .nav-link {
  color: #000000;
  border: none;
}
.tab-list-wrapper .nav-tabs .nav-link.active {
  border: none;
  background: transparent;
  border-bottom: 3px solid #000000;
}
.table-wrapper {
  overflow-x: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  clear: both;
}
.table-wrapper table {
  clear: both;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
}
.table-wrapper table tbody tr td {
  font-size: 10px;
  padding: 12px 0;
}
.table-wrapper table tbody tr th {
  padding: 0 16px;
}
.table-wrapper table thead th {
  background: #eee;
  padding: 8px 0;
}
.table-wrapper .caption {
  padding: 12px;
  font-size: 16px;
  color: #fff;
  background-color: #333;
}
.table-wrapper table tr:nth-child(odd) {
  background: #fff;
}
.table-wrapper table tr:nth-child(even) {
  background: #eee;
}
footer {
  position: relative;
  background: #f0f0f0;
}
footer .footer-wrapper .list-head {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 12px;
}
footer .footer-wrapper .list {
  height: 44px;
  display: flex;
  align-items: center;
  line-height: 14px;
}
footer .footer-wrapper .list a {
  color: #000000;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}
footer .footer-wrapper .connect-wrapper {
  border-bottom: 1px solid lightgrey;
}
footer .footer-wrapper .connect-wrapper .connect-list li {
  font-size: 30px;
}
footer .footer-wrapper .copy-box {
  padding: 32px 0;
  border-top: 1px solid lightgrey;
}
.back-to-top {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #000000;
}
.back-to-top:hover {
  text-decoration: none;
  color: #000000;
}

.contact-us-detail span {
  color: #484848;
}
.contact-us-detail i {
  color: #1963b7;
}
.contact-us-detail .find-more {
  border-radius: 3rem;
  background: transparent;
  border: 1px solid #dfdfdf;
  height: 2.5rem;
  font-size: 0.75rem;
  line-height: 1.33333;
  padding: 0 1.5rem;
}
.contact-us-detail .find-more:hover {
  border-color: #929292;
}
.phone-no {
  color: #484848;
}
.phone-no:hover {
  color: #484848;
}

@media screen and (max-width: 767px) {
  header .header-wrapper .icons-wrapper .set-icon {
    font-size: 26px;
    color: #555555;
  }
  header .header-wrapper .sub-header {
    height: auto;
  }

  .content-wrapper .product-wrapper .carousel .carousel-indicators li {
    height: 60px;
  }
}
.card-wrapper-main {
  padding: 25px;
  background-color: #f4f4f4;
  row-gap: 15PX;
}

.card-one-wrapper {
  border-radius: 8px;
  border: solid 1px #eee;
  background-color: #fff;
  padding: 15px 10px;
}
.card-one-wrapper .apply-coupons-wrapper {
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.card-one-wrapper .apply-coupons-wrapper .percent-icon, .card-one-wrapper .apply-coupons-wrapper .usd-icon {
  color: #3EC3D5;
}
.card-one-wrapper .apply-coupons-wrapper .coupons-text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.33;
  color: #454545;
}
.card-one-wrapper .next-wrapper .angle-right-icon {
  color: #747474;
  font-size: 24px;
}

.card-two-wrapper {
  border-radius: 8px;
  border: solid 1px #eee;
  background-color: #fff;
  padding: 25px 15px;
}
.card-two-wrapper .brand-img-desc-wrapper {
  -moz-column-gap: 25px;
  column-gap: 25px;
}
.card-two-wrapper .brand-img-desc-wrapper .brand-img-wrapper {
  width: 150px;
}
.card-two-wrapper .brand-img-desc-wrapper .brand-img-wrapper .sale-wrapper {
  margin-top: 15px;
}
.card-two-wrapper .brand-img-desc-wrapper .brand-img-wrapper .sale-wrapper .sale-text {
  color: #CF223C;
  font-size: 12px;
  font-weight: 500;
  line-height: 11px;
  text-transform: capitalize;
}
.card-two-wrapper .brand-img-desc-wrapper .brand-img-wrapper .sale-wrapper .best-sale .old-sale {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
.card-two-wrapper .brand-img-desc-wrapper .brand-img-wrapper .sale-wrapper .best-sale .new-sale {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  font-weight: 600;
  color: #CF223C;
}
.card-two-wrapper .brand-img-desc-wrapper .brand-desc-wrapper {
  row-gap: 20px;
}
.card-two-wrapper .brand-img-desc-wrapper .brand-desc-wrapper .brand-text {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
}
.card-two-wrapper .brand-img-desc-wrapper .brand-desc-wrapper .brand-desc .brand-size {
  font-size: 12px;
  line-height: 22px;
}
.card-two-wrapper .brand-img-desc-wrapper .brand-desc-wrapper .brand-desc .brand-color {
  font-size: 12px;
  line-height: 22px;
}
.card-two-wrapper .brand-img-desc-wrapper .brand-desc-wrapper .save-wrapper {
  -moz-column-gap: 45px;
  column-gap: 45px;
}
.card-two-wrapper .brand-img-desc-wrapper .brand-desc-wrapper .save-wrapper .save-text {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  color: #444;
}
.card-two-wrapper .brand-img-desc-wrapper .brand-desc-wrapper .save-wrapper .trash-icon {
  color: #A1A1A1;
  font-size: 20px;
}
.card-two-wrapper .brand-img-desc-wrapper .brand-desc-wrapper .save-wrapper .qty-wrapper {
  -moz-column-gap: 15px;
  column-gap: 15px;
}
.card-two-wrapper .brand-img-desc-wrapper .brand-desc-wrapper .save-wrapper .qty-wrapper .qty-remove {
  font-size: 14px;
  color: #444;
}
.card-two-wrapper .brand-img-desc-wrapper .brand-desc-wrapper .save-wrapper .qty-wrapper .qty-text {
  font-size: 22px;
  font-weight: bold;
  line-height: 31px;
  letter-spacing: normal;
  text-align: center;
  color: #444;
}
.card-two-wrapper .brand-img-desc-wrapper .brand-desc-wrapper .save-wrapper .qty-wrapper .qty-add {
  font-size: 14px;
  color: #444;
}
.card-two-wrapper .product-delivery-wrapper {
  border-top: 1px solid #eee;
  margin-top: 15px;
  padding-top: 15px;
}
.card-two-wrapper .product-delivery-wrapper .product-delivery-date {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #222;
}
.card-two-wrapper .product-delivery-wrapper .product-delivery-icon {
  font-size: 24px;
  color: #454545;
}

.card-three-wrapper {
  border-radius: 8px;
  border: solid 1px #eee;
  background-color: #fff;
  padding: 25px 15px;
}
.card-three-wrapper .product-item-wrapper {
  padding-bottom: 10px;
}
.card-three-wrapper .product-item-wrapper .product-name {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.card-three-wrapper .product-item-wrapper .product-rate {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.card-three-wrapper .product-total-wrapper {
  padding-bottom: 10px;
}
.card-three-wrapper .product-total-wrapper .product-name {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-decoration: underline;
}
.card-three-wrapper .product-total-wrapper .product-rate {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.card-three-wrapper .product-total {
  border-top: 1px solid #c5c2c2;
  margin-top: 10px;
  padding-top: 10px;
}
.card-three-wrapper .product-total .product-name {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
}
.card-three-wrapper .product-total .product-rate {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
}
.card-three-wrapper .product-discount .discount-text {
  font-size: 16px;
  line-height: 26px;
  color: #d00;
  font-weight: 600;
}/*# sourceMappingURL=style.css.map */

.card-three-wrapper .chk-btn {
  border-radius: 8px;
  border: solid 1px #14718a;
  background-color: #14718a;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.93;
  text-align: center;
  color: #FFF;
  padding: 13px;
}

.menu-item  {
  display: flex;
  flex-direction: row;
}

.menu-item a {
  text-decoration: none;
  color: #212529;
  font-size: 14px;
  font-weight: 500;
  margin: 0 30px 0 0;
}
.btn-review {
  border: 1px solid #222;
  background: #000;
  color: #fff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  padding: 7px 13px;
}
.progress-wrapper ul, .slider-bar-wrapper ul {
  margin: 0;
  padding-left: 0;
}
.progress-wrapper ul li .progress .progress-bar {
  background: #000;
}
.progress-wrapper ul li .progress {
  height: 10px;
}
.progress-wrapper ul li {
  list-style: none;
  display: flex;
  align-items: center;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0;
}
.rating-text h6, .customer-rate-wrapper h6 {
  color: #222;
  font-size: 14px;
  font-weight: 400;
}
.customer-rate-wrapper h6 {
  width: 30%;
  margin-bottom: 0;
}
.rating-text p {
  font-size: 13px;
  color: #333;
  font-weight: normal;
}
.rate-number {
  width: 20%;
}
.w-15 {
  width: 10%;
}
.bv-cv2-cleanslate .bv-core-container-1398 .bv-section-summary-inline .bv-secondary-rating-summary .bv-table .bv-table-row span.bv-table-cell:first-of-type {
  width: 144px!important;
  padding-left: 20px!important;
}
.slider-bar-wrapper ul li {
  height: 12px!important;
  list-style: none;
  border: 1px solid #ccc!important;
}
.slider-bar-wrapper .halfway {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 12px;
  border-right: 1px solid #666;
  margin-left: -1px;

}
.value-container {
  position: relative;
    margin: 0 6px;
    top: -10px;
}

.value-container .value {
  position: absolute;
    top: 0;
    left: -6px;
    margin-top: -2px;
    display: block;
    height: 12px;
    width: 12px;
    z-index: 2;
    background: #000;
    box-shadow: inset 1px 0 0 rgba(255,255,255,.5),inset -1px 0 0 rgba(0,0,0,.25);
}
.value-container .value[data-left^="67"] {
  margin-left: 67%;
}
.value-container .value[data-left^="85"] {
  margin-left: 85%;
}
.value-container .value[data-left^="82"] {
  margin-left: 82%;
}
.small span {
  font-size: 10px;
  flex: 1;
  margin-top: 3px;
}
.sub-product-title {
    font-size: 15px;
    line-height: 0.73;
    letter-spacing: normal;
    color: #222;
    margin-top: 12px;
    padding-left: 4px;
    padding-bottom: 15px;
}
.sub-product-title a {
  color: #222;
  text-decoration: underline;
}
.rating-summary-wrap {
  display: flex;
  align-items: center;
  color: #222222;
  font-weight: 600;
    font-size: 14px;
}
.rating-summary-wrap ul {
  padding-right: 1em !important;
}
.rating-summary-wrap h6 {
  margin-bottom: 0;
  text-decoration: underline;

}
.rating-summary-wrap button {

    margin-left: 16px;
    background: transparent;
    border: none;
    text-decoration: underline;
}
.custom-width {
  width: 50%;
}

/*.container-custom-medium {*/
/*  max-width: 64em;*/
/*  margin: 0 auto;*/
/*}*/
.menu-item svg {
  min-width: 20px;
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .custom-width {
    width: 100%;
  }
  .menu-item a {
    margin: 0 0 0 0;
  }
  footer {
    padding: 0 24px;
  }
  .connect-wrapper ul li {
    margin: 0 8px !important;
  }
  .connect-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .customer-rate-wrapper > div {
    padding: 0;
  }
  .content-wrapper .product-wrapper .carousel .carousel-inner img {
    height: 300px;
    min-height: 300px;
    max-height: 300px;
  }
  .content-wrapper .product-wrapper .carousel .carousel-indicators {
    height: 300px;
  }
}

