<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** ---------- reset css ------  */
ul {
  padding: 0;
  margin: 0;
}

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

a {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #212121;
  text-decoration: none;
}

/* heading styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-family: "Helvetica Neue", "Helvetica-Neue", serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #212121;
}

h6 {
  font-family: "Helvetica Neue", "Helvetica-Neue", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}

span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

label {
  margin: 0px;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  outline: none;
}

p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

button {
  background: #009FDF;
  border-radius: 28px;
}

.Subtitletwo {
  font-family: "Helvetica Neue", "Helvetica-Neue", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212121;
}

.heading5 {
  margin-bottom: 16px;
}

input:focus-visible {
  outline: none;
}

/**-------- utilities class  ------ */
.padding-40px {
  padding: 40px 0px;
}

.padding-60px {
  padding: 60px 0px;
}

.mar-top-60px {
  margin-top: 60px;
}

.btn-white {
  padding: 8px 16px;
  width: auto;
  background: #FFFFFF;
  border: 1.5px solid #009EDD;
  border-radius: 28px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #009EDD;
}

.btn-blue {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  padding: 12px 16px;
  width: auto;
  border: none;
  background: #009FDF;
  border-radius: 28px;
}

.btn-white:hover {
  background: #009FDF;
  color: #FFFFFF;
}

.btn-blue:hover {
  background: #FFFFFF;
  color: #009FDF;
}

.pages-heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #212121;
}

/**-------- contact-details  start ------ */
.contactdetails-wrap {
  background: #00957A;
  padding: 0px 0px;
}

.contact-details {
  display: flex;
  justify-content: center;
  padding: 12px 30px;
  cursor: context-menu;
}

.contactdetails-box {
  display: flex;
  justify-content: center;
}

.contact-details span {
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 9px;
}

/**-------- banner Carousel  ------ */
.bannerCarouselmediumimage {
  height: 440px;
  width: auto;
}

.bannerCarouselsmallimage {
  height: auto;
  width: 100%;
  border-radius: 16px;
  padding-bottom: 24px;
}

.bannerCarousel-box {
  padding: 24px;
}

.circle-btnbanner .carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.circle-btnbanner .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -40px;
}

.circle-btnbanner .carousel-indicators [data-bs-target] {
  background-color: #8F8F8F;
  border: 1px solid #8F8F8F;
  opacity: 1;
}

.circle-btnbanner .carousel-indicators .active {
  background-color: #ffffff;
}

.borderadiusbtn .fa-angle-left:before {
  content: "\f104";
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(33, 33, 33, 0.04);
  color: #009EDD;
  font-size: 30px;
  border-radius: 50%;
  padding: 9px 19px;
  cursor: pointer;
}

.borderadiusbtn .fa-angle-right:before {
  content: "\f105";
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(33, 33, 33, 0.04);
  color: #009EDD;
  font-size: 30px;
  border-radius: 50%;
  padding: 9px 19px;
  cursor: pointer;
}

.borderadiusbtn .carousel-control-next,
.borderadiusbtn .carousel-control-prev {
  opacity: 1;
}

.special-Offer {
  z-index: 1;
  position: absolute;
  max-width: 228px;
  left: 96px;
  top: 36px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px 16px;
}

.special-Offerh3 {
  font-weight: 700;
  font-family: "Helvetica Neue", "Helvetica-Neue", serif;
  font-size: 40px;
  line-height: 48px;
  color: #212121;
}

.special-Offerpercent {
  font-family: "Helvetica Neue", "Helvetica-Neue", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #003366;
  margin-top: 12px;
}

.special-Offerp {
  letter-spacing: 0.25px;
  color: #003366;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.special-Offerbtn {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #009FDF;
  padding: 12px 16px;
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 28px;
  display: block;
}

.special-Offerbtn:hover {
  color: #FFFFFF;
  background: #009FDF;
}

.special-Offerdiscount {
  background: rgba(0, 159, 223, 0.08);
  border-radius: 16px;
  padding: 4px 8px;
  margin-bottom: 16px;
  margin-top: 8px;
}

.dealoftheweek-box {
  position: relative;
  margin-bottom: 24px;
}

.dealoftheweek-position {
  position: absolute;
  width: 168px;
  height: 156px;
  left: 16px;
  top: calc(50% - 156px/2);
  border-radius: 16px;
  padding: 12px;
  background: #FFFFFF;
}

.dealoftheweek-Offer {
  font-family: "Helvetica Neue", "Helvetica-Neue", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212121;
  margin-bottom: 8px;
}

.dealoftheweek-des {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  max-width: 171px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #424242;
}

.dealoftheweek-Offerbtn {
  padding: 8px 16px;
  width: 144px;
  background: #FFFFFF;
  border-radius: 28px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #009EDD;
  display: block;
}

.dealoftheweek-Offerbtn:hover {
  background: #009FDF;
  color: #FFFFFF;
}

.dealoftheweek-box-image {
  height: auto;
  width: auto;
  border-radius: 16px;
}

.Receive_advice-box {
  position: relative;
}

.Receive_advice-position {
  position: absolute;
  width: 168px;
  height: 176px;
  right: -8px;
  top: calc(50% - 176px/2);
  border-radius: 16px;
  padding: 12px;
  background: #FFFFFF;
}

.Receive_advice-Offer {
  font-family: "Helvetica Neue", "Helvetica-Neue", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #212121;
  margin-bottom: 8px;
}

.Receive_advice-des {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  max-width: 171px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #424242;
}

.Receive_advice-Offerbtn {
  padding: 8px 16px;
  width: 144px;
  background: #FFFFFF;
  border-radius: 28px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #009EDD;
  display: block;
}

.Receive_advice-Offerbtn:hover {
  background: #009FDF;
  color: #FFFFFF;
}

.Receive_advice-box-image {
  height: auto;
  width: auto;
  border-radius: 16px;
}

/* Types of products */
.Types-products-p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  max-width: 171px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Types-products {
  display: flex;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #E9ECEF;
  border-radius: 16px;
  height: 136px;
  box-shadow: 4px 2px 6px #e9ecef;
}

.Types-products-descrption {
  margin-left: 19px;
}

.Types-products-links {
  display: block;
  color: #212121;
}

.Types-products h6 {
  margin-bottom: 8px;
}

.Types-products-icon {
  height: 35px;
  width: 41px;
}

.Types-products-heading {
  margin-bottom: 16px;
}

/* product-tabs   + slider */
.product-tabs-box-wrap {
  background: #FFFFFF;
}

.product-tabs-box-wrap .product-card-list.card .card-body .card-title {
  min-height: 20px;
}

.product-tabs-heading {
  margin-bottom: 16px;
}

.product-tabs-nav-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #424242;
}

.product-tabs-nav-pills .product-tabs-nav-link {
  background: rgba(0, 159, 223, 0.04);
  border: 0;
  border-radius: 16px;
  padding: 12px 12px;
  font-size: 15px;
}

.product-tabs-nav-pills .product-tabs-nav-link.active,
.product-tabs-nav-pills .show &gt; .product-tabs-nav-link {
  background-color: #ffa50000;
  border-radius: 0px;
  border-bottom: 2px solid #009FDF;
  color: #212121;
  font-weight: 700;
}

.product-tabs-nav-item {
  padding: 12px 0px;
  position: relative;
  margin-right: 8px;
}

.product-tabs-nav-item:hover {
  background: #003d7a00;
  border-radius: 0px;
}

.product-tabs-nav-link:focus,
.product-tabs-nav-link:hover {
  color: #212121;
}

.gotoall {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #009EDD;
  margin-left: 16px;
}

.allproducts {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8F8F8F;
  margin-left: 16px;
}

.product-tabs-slider {
  min-height: 450px;
}

.product-tabs-slider .product-card-grid.card:hover .product-hoverlap {
  position: relative;
}

/* productsnewtabs */
.productsnewtab-content {
  min-height: 450px;
}

ul#productsnewtabs-nav {
  list-style: none;
  margin: 0;
  padding: 12px 0px;
  overflow: auto;
}

ul#productsnewtabs-nav li {
  float: left;
  margin-right: 8px;
  padding: 8px 10px;
  cursor: pointer;
  background: rgba(0, 159, 223, 0.04);
  border-radius: 16px;
}

ul#productsnewtabs-nav li.active {
  background-color: #ffa50000;
  border-radius: 0px;
  border-bottom: 2px solid #009FDF;
  color: #212121;
  font-weight: 700;
}

#productsnewtabs-nav li a {
  text-decoration: none;
  color: #212121;
}

/*  Need help  */
.Needhelp-leftside {
  position: relative;
}

.Needhelp-leftside img {
  border-radius: 16px;
  width: 100%;
}

.Needhelp-position {
  position: absolute;
  max-width: 220px;
  left: 24px;
  top: 24px;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 16px;
}

.Needhelp-heading {
  font-family: "Helvetica Neue", "Helvetica-Neue", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #212121;
}

.Needhelp-des {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #424242;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.Needhelp-Offerbtn {
  padding: 12px 16px;
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  border-radius: 28px;
  display: block;
  text-align: center;
  color: #009EDD;
}

.Needhelp-Offerbtn:hover {
  background: #009FDF;
  color: #FFFFFF;
}

/*  owl-carousel-two  new-product with popup */
.owl-carousel .product-card-grid.card:hover .product-hoverlap {
  position: relative;
}

.min-height-for-slidre {
  min-height: 532px;
}

.owl-carousel .owl-nav button.owl-prev {
  height: 48px;
  width: 48px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 151px;
  left: -30px;
  color: #009EDD;
  font-size: 32px;
  line-height: 16px;
  box-shadow: 0px 4px 4px rgba(33, 33, 33, 0.11);
}

.owl-carousel .owl-nav button.owl-next {
  height: 48px;
  width: 48px;
  background-color: #FFFFFF;
  border: none;
  border-radius: 30px;
  position: absolute;
  top: 151px;
  right: -30px;
  color: #009EDD;
  font-size: 32px;
  line-height: 16px;
  box-shadow: 0px 4px 4px rgba(33, 33, 33, 0.11);
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #86979100;
  color: #009EDD;
  text-decoration: none;
}

/* new-product-tabs-box-wrap */
.new-product-tabs-box-wrap {
  background: #FFFFFF;
  display: block;
}

/* DiscoverTork */
.DiscoverTork-heading {
  font-size: 32px;
  line-height: 40px;
}

.DiscoverTork-des {
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.DiscoverTork-icon {
  width: 48px;
  height: 48px;
}

.DiscoverTork-list {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #424242;
}

.DiscoverTork-descrip {
  font-style: normal;
  letter-spacing: 0.25px;
  color: #424242;
  margin-left: 16px;
}

.DiscoverTorkKnowmore {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #009EDD;
}

.DiscoverTorkdiv {
  display: flex;
  position: relative;
  background: #FFFFFF;
  border-radius: 16px;
}

.DiscoverTork-box-left {
  padding: 40px 64px;
  width: 50%;
}

.DiscoverTork-image {
  position: absolute;
  right: 0px;
  top: -25px;
}

.DiscoverTork-link {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #009EDD;
  margin-bottom: 16px;
  display: block;
  text-decoration: underline;
}

/* most-bought-product-tabs-box */
.most-bought-product-box-wrap {
  background: #FFFFFF;
}

.most-bought-product-box-wrap .product-card-list.card .card-body .card-title {
  min-height: 20px;
}

/* opinion-box */
.opinion-box {
  position: relative;
}

.opinion-start {
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  border-radius: 16px;
  padding: 40px;
  position: relative;
  z-index: 5;
  height: 382px;
}

.opinion-start .ratingdate-slider {
  top: 8px;
}

.opinion-Placeholder {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: #424242;
  height: 20px;
}

.opinionclient {
  font-style: normal;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 42px;
  height: 120px;
  overflow: hidden;
}

.opinion-name {
  font-style: normal;
  letter-spacing: 0.25px;
  color: #212121;
  margin-bottom: 4px;
}

.opinion-profile {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #8F8F8F;
}

.opinion-instruction {
  background: #0079AD;
  width: 388px;
  height: 302px;
  border-radius: 16px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  position: absolute;
  right: 0px;
  top: 40px;
  padding: 90px 61px;
}

.opinion-Your {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.opinion-reviews {
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
}

.ratingdate-slider {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #8F8F8F;
  position: relative;
  left: 40px;
  top: 2px;
}

.opinion-start .owl-carousel .owl-nav button.owl-prev {
  top: 82px;
  left: -64px;
}

.opinion-start .owl-carousel .owl-nav button.owl-next {
  top: 82px;
  right: -64px;
}

.opinion-start .owl-theme .owl-nav [class*=owl-]:hover {
  background: #FFFFFF;
}

/* newsletter */
.newsletter-wrap {
  background: #990099;
  border-radius: 24px 24px 0px 0px;
}

.newsletter-flex {
  display: flex;
}

.newsletter-image {
  border-radius: 100px;
}

.newsletter-de {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.newsletter-ti {
  font-weight: 400;
  color: #FFFFFF;
}

.newsletter-content {
  margin-left: 16px;
}

.newsletter-input {
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  border-radius: 12px;
  padding: 12px 16px;
}

.newsletter-btn {
  float: right;
  margin-top: 24px;
  padding: 12px 40px;
  border: none;
}

.newsletter-input::-webkit-input-placeholder {
  /* Edge */
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8F8F8F;
}

.newsletter-input:-ms-input-placeholder {
  /* Internet Explorer */
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8F8F8F;
}

.newsletter-input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8F8F8F;
}

/* fixed newsletter */
.fixed-newsletter-wrap {
  background: #990099;
  border-radius: 24px 0px 0px 0px;
  height: 0px;
  max-width: 360px;
  position: fixed;
  bottom: 0px;
  z-index: 1056;
  right: 0px;
}

.fixed-newsletter-flex {
  display: flex;
  padding: 16px 0px;
}

.autoheight {
  height: auto;
}

.fixed-newsletter-image {
  border-radius: 100px;
}

.fixed-newsletter-de {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.fixed-newsletter-ti {
  font-weight: 400;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 16px;
}

.fixed-newsletter-content {
  margin-left: 16px;
}

.fixed-newsletter-input {
  background: #FFFFFF;
  border: 1px solid #E9ECEF;
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 16px;
}

.fixed-newsletter-btn {
  float: right;
  padding: 12px 40px;
  margin-bottom: 16px;
  border: none;
}

.fixed-newsletter-input::-webkit-input-placeholder {
  /* Edge */
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8F8F8F;
}

.fixed-newsletter-input:-ms-input-placeholder {
  /* Internet Explorer */
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8F8F8F;
}

.fixed-newsletter-input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8F8F8F;
}

.togglearrow {
  position: absolute;
  width: 56px;
  height: 48px;
  left: 304px;
  top: -36px;
  background: #990099;
  border-radius: 16px 16px 0px 0px;
}

.fixed-newsletter-hide {
  display: none;
  padding: 16px 16px 0px 16px;
}

.fixed-newsletter-arrow {
  position: absolute;
  top: 18px;
  left: 20px;
}

.fixed-newsletter-crobs {
  position: absolute;
  top: 18px;
  left: 20px;
  display: none;
}

.right-side-banner-for-responsive {
  display: none;
}

/**-------- new-product-popup-modal-box  ------ */
.new-product-popup-modal-box .product-model-wrap .modal-dialog {
  max-width: 1200px;
  width: 100%;
}

.new-product-popup-modal-box .product-model-wrap .modal-dialog .modal-content {
  max-width: 1200px;
  width: 100%;
  border-radius: 24px;
}

.DiscoverTork-bold {
  font-style: normal;
  letter-spacing: 0.25px;
}

.error-msg-shownews {
  color: #ff4747;
}

.product-tabs-box .owl-carousel .owl-nav button.owl-prev {
  top: 215px;
}

.product-tabs-box .owl-carousel .owl-nav button.owl-next {
  top: 215px;
}

.most-bought-product-tabs-box .owl-carousel .owl-nav button.owl-prev {
  top: 215px;
}

.most-bought-product-tabs-box .owl-carousel .owl-nav button.owl-next {
  top: 215px;
}

.new-product-tabs-box-wrap .owl-carousel .owl-nav button.owl-prev {
  top: 184px;
}

.new-product-tabs-box-wrap .owl-carousel .owl-nav button.owl-next {
  top: 184px;
}

.new-product-tabs-box-wrap .owl-carousel .owl-stage {
  right: 56px;
}

.btneffect {
  background-color: #009EDD;
  color: #ffffff;
}

.btneffect:hover {
  background-color: #46b9e7;
  color: #ffffff;
}

.btneffect:active {
  background-color: #7dcceb;
  color: #ffffff;
}

.btn.disabled {
  background: #E9ECEF;
  color: #8F8F8F;
}

.productCardLoading::before {
  content: "";
  display: block;
  font-size: 10px;
  width: 50px;
  height: 50px;
  position: relative;
  top: 45%;
  left: 50%;
  border: 15px solid #0080ff;
  border-radius: 100%;
  border-bottom-color: transparent;
  -webkit-animation: spinner 1s linear 0s infinite;
  animation: spinner 1s linear 0s infinite;
}

/**-------- new-product-popup-modal-box  ------ */
.modalprice-wrap .price-wrap {
  position: relative;
  width: 60%;
  float: left;
}

.modalprice-wrap .price-wrap .precio {
  font-size: 14px;
  color: #424242;
}

.modalprice-wrap .price-wrap .price {
  padding: 5px 0 0;
  font-size: 32px;
  line-height: 40px;
  display: block;
}

.modalprice-wrap .price-wrap .price .old-price {
  padding: 10px 0 0;
}

.modalprice-wrap .pieces-wrap {
  font-family: "Helvetica Neue", "Helvetica-Neue", serif;
  font-style: normal;
  line-height: 20px;
  float: left;
  position: relative;
  top: 3px;
}

.modalprice-wrap .pieces-wrap .incluye {
  font-size: 14px;
  font-weight: 400;
  color: #424242;
  display: block;
  margin-bottom: 10px;
}

.modalprice-wrap .pieces-wrap .disponible.unavailable {
  color: #E03C31;
  text-decoration: line-through;
}

.modalprice-wrap .pieces-wrap .disponible {
  font-size: 14px;
  font-weight: 400;
  background: #EBF7F4;
  border-radius: 8px;
  color: #00957A;
  width: auto;
  padding: 1px 12px;
  line-height: 20px;
}

.bannerCarousel-box .carousel-inner {
  border-radius: 16px;
}

/**-------- medium-desktop-hidden  ------ */
@media screen and (min-width: 1400px) and (max-width: 2560px) {
  .bannerCarouselmediumimage {
    height: 440px;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .contact-details img {
    width: 26%;
    height: auto;
  }

  .contact-details {
    align-items: center;
    padding: 12px 0px;
    margin-right: 10px;
  }

  .contact-details span {
    font-size: 11px;
    line-height: 14px;
  }

  /**-------- banner Carousel  ------ */
  .special-Offerh3 {
    font-size: 28px;
    line-height: 32px;
  }

  .special-Offerpercent {
    font-size: 32px;
    line-height: 40px;
  }

  /* opinion-box */
  .opinion-instruction {
    width: 100%;
    position: relative;
    top: 20px;
    height: auto;
  }

  .opinionclient {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 26px;
  }

  /* DiscoverTork */
  .DiscoverTorkdiv {
    flex-direction: column-reverse;
  }

  .DiscoverTork-box-left {
    padding: 40px 64px;
    width: 100%;
  }

  .DiscoverTork-image {
    position: relative;
    width: 100%;
    top: 0px;
  }

  .DiscoverTork-list {
    display: flex;
    align-items: center;
  }

  .DiscoverTork-descrip {
    line-height: 14px;
  }
}
/* tablet device */
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }

  .container {
    max-width: 762px;
  }

  .special-Offer {
    max-width: 180px;
    top: calc(50% - 232px/2);
    padding: 12px 8px;
  }

  .special-Offerh3 {
    font-size: 18px;
    line-height: normal;
  }

  .special-Offerbtn {
    padding: 3px 10px;
  }

  .left-side-banner {
    margin-bottom: 40px;
  }

  .dealoftheweek-position {
    top: calc(50% - 156px/2);
  }

  /* productsnewtabs */
  ul#productsnewtabs-nav {
    display: flex;
  }

  #productsnewtabs-nav li a {
    min-width: 180px;
    display: block;
  }

  /*  Need help  */
  .Needhelp-leftside {
    margin-bottom: 10px;
  }

  .Needhelp-heading {
    font-size: 14px;
    line-height: 10px;
  }

  .Needhelp-Offerbtn {
    font-size: 16px;
    line-height: 24px;
  }

  .Needhelp-position {
    top: calc(50% - 176px/2);
  }

  .Needhelp-positionright {
    right: 24px;
    left: auto;
  }

  /* Types of products */
  .Types-products {
    margin-bottom: 20px;
  }

  /* DiscoverTork */
  .DiscoverTorkdiv {
    flex-direction: column-reverse;
  }

  .DiscoverTork-box-left {
    padding: 40px 64px;
    width: 100%;
  }

  .DiscoverTork-image {
    position: relative;
    width: 100%;
    top: 0px;
  }

  .DiscoverTork-list {
    display: flex;
    align-items: center;
  }

  .DiscoverTork-descrip {
    line-height: 14px;
  }

  /* newsletter */
  .row-newsletter-input {
    display: block;
  }

  .newsletter-input {
    margin-bottom: 16px;
  }

  .newsletter-btn {
    margin-top: 0px;
  }

  .newsletter-de {
    font-size: 20px;
    line-height: 28px;
  }

  .newsletter-ti {
    font-weight: 400;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
  }

  .togglearrow {
    left: auto;
    right: 0px;
  }

  .new-product-tabs-box .product-card-grid.card .product-hoverlap {
    border-radius: 24px 0px;
    border-left: 1px solid #E9ECEF;
    border-top: 1px solid #E9ECEF;
  }

  .productsnewtabs .product-card-grid.card .product-hoverlap {
    border-radius: 24px 0px;
    border-left: 1px solid #E9ECEF;
    border-top: 1px solid #E9ECEF;
  }

  /* productsnewtabs */
  .productsnewtab-content .rating .rating-content {
    display: block;
  }

  .new-product-tabs-box-wrap .owl-carousel .owl-nav button.owl-prev {
    top: calc(100% - 280px);
  }

  .new-product-tabs-box-wrap .owl-carousel .owl-nav button.owl-next {
    top: calc(100% - 280px);
  }

  .new-product-tabs-box-wrap .owl-carousel .owl-stage {
    right: auto;
  }

  .new-product-tabs-box-wrap .rating .rating-content {
    display: block;
  }

  .bannerCarouselmediumimage {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .on-Mobile-hidden {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .on-Desktop-hidden {
    display: none !important;
  }
}
/* mobile device */
@media only screen and (max-width: 480px) {
  .padding-0px-mobile {
    padding: 0px 0px;
  }

  h5 {
    font-size: 22px;
  }

  .contact-details img {
    width: 17px;
    height: 15px;
  }

  .bannerCarousel-box {
    padding: 0px;
  }

  .bannerCarouselmediumimage {
    border-radius: 0px;
    width: auto;
    min-width: 100%;
    height: auto;
  }

  .carousel-control-prev {
    display: none;
  }

  .dealoftheweek-box-image {
    width: 100%;
    height: auto;
  }

  .Receive_advice-box-image {
    width: 100%;
    height: auto;
  }

  .Receive_advice-position {
    right: 16px;
  }

  /* Types of products */
  .Types-products {
    display: block;
    min-height: 184px;
    padding: 8px;
    margin: 4px;
  }

  .Types-products-icon {
    width: auto;
    height: 33px;
  }

  .Types-products-descrption {
    margin-left: 0px;
    margin-top: 11px;
  }

  .Types-products h6 {
    margin-bottom: 8px;
    min-height: 58px;
  }

  /**-------- carousel-item ------ */
  .special-Offer {
    left: 16px;
  }

  .dealoftheweek-box {
    margin-bottom: 16px;
  }

  .Needhelp-leftside {
    height: 200px;
  }

  .Needhelp-leftside img {
    width: 100%;
    height: 100%;
  }

  .right-side-banner {
    display: none;
  }

  .right-side-banner-for-responsive {
    display: block;
  }

  /* DiscoverTork */
  .DiscoverTork-image {
    top: 0px;
    width: 100%;
    position: relative;
  }

  .DiscoverTork-box-left {
    width: 100%;
    padding: 24px 24px;
  }

  .DiscoverTorkdiv {
    flex-direction: column-reverse;
  }

  .DiscoverTork-descrip {
    margin-left: 8px;
    font-size: 14px;
  }

  .DiscoverTork-icon {
    width: 40px;
    height: 40px;
  }

  .DiscoverTork-list {
    margin-bottom: 16px;
  }

  /* product-tabs   + slider */
  ul#productsnewtabs-nav li {
    margin-right: 21px;
    text-align: center;
  }

  .owl-carousel .price {
    padding: 5px 0px;
  }

  /* opinion-box */
  .opinion-instruction {
    height: auto;
    width: 94%;
    padding: 24px 14px;
    margin: 0 auto;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  .opinion-start .ratingdate-slider {
    left: 10px;
  }

  .opinion-start .owl-carousel .owl-nav button.owl-prev {
    top: 102px;
    left: -40px;
  }

  .opinion-start .owl-carousel .owl-nav button.owl-next {
    top: 102px;
    right: -40px;
  }

  .padding-60px {
    padding: 40px 0px;
  }

  .min-height-for-slidre {
    min-height: 532px;
  }

  .padding-40px {
    padding: 20px 0px;
  }

  /* product-tabs   + slider */
  .product-tabs-box .gotoall {
    margin-left: 0px;
    display: block;
  }

  /* new-product-tabs-box-wrap */
  .new-product-tabs-box .allproducts {
    margin-left: 0px;
    display: flex;
  }

  .new-product-tabs-box .gotoall {
    margin-left: 0px;
    float: left;
    position: relative;
    left: 130px;
    margin-top: -24px;
  }

  /* most-bought-product-tabs-box */
  .most-bought-product-box-wrap {
    background: #FFFFFF;
  }

  .most-bought-product-tabs-box .allproducts {
    margin-left: 0px;
    display: flex;
  }

  .most-bought-product-tabs-box .gotoall {
    margin-left: 0px;
    float: left;
    position: relative;
    left: 130px;
    margin-top: -24px;
  }

  /* most-bought-product-tabs-box */
  .most-bought-product-box-wrap .rating .rating-content {
    display: block;
  }

  /* newsletter-image */
  .newsletter-image {
    width: 56px;
    height: 56px;
  }

  .shield img {
    width: 33px;
    height: 41px;
  }

  .contact-details span {
    font-size: 8px;
  }

  .size-incresed {
    width: 35px;
    height: 33px;
  }

  .bannerCarousel-box .carousel-inner {
    border-radius: 0px;
  }

  .borderadiusbtn .carousel-control-next {
    right: 6px;
    top: -10px;
  }
}
</pre></body></html>