#product #infoContainer .h1 {
  font-size: 2rem;
  line-height: 20px;
}
@media (min-width: 768px) {
  #product #infoContainer .h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

.accordion .group > div:nth-child(2), #description .scrollLink, #product .product-add-to-cart .control-label, #product .product-variants .control-label, #product #main #rightBox span.category-name {
  font-size: 1.3rem;
  line-height: 19px;
}

#product .countdown p {
  font-size: 1.1rem;
}

@media (max-width: 767px) {
  #product #content-wrapper {
    padding-top: 0;
  }
}
#product #titleBox h1 {
  font-size: 3.2rem;
  margin: 10px 0px 30px 0px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 767px) {
  #product #titleBox h1 {
    font-size: 2rem;
    line-height: 20px;
    margin-bottom: 15px;
  }
}
#product #titleBox h1 span {
  display: block;
  font-size: 20px;
}
#product .product-information {
  position: relative;
  z-index: 2;
}
#product .countdown {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
}
#product .countdown p {
  padding-bottom: 5px;
  display: block;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
}
#product .countdown .is-countdown {
  display: inline;
}
#product .countdown .countdown-section {
  width: auto;
  margin-right: 10px;
}
#product .countdown .countdown-amount {
  border: 1px solid #000000;
  width: 32px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #000000;
  font-weight: 700;
}
#product .countdown .countdown-period {
  color: #000000;
  text-align: center;
  display: block;
  font-size: 0.9rem;
  text-transform: lowercase;
}
#product .images-container {
  width: 100%;
}
#product #product-images {
  z-index: 8;
  position: relative;
}
#product #main {
  width: 100%;
}
#product #main #rightBox {
  margin-bottom: 4rem;
}
@media (max-width: 575px) {
  #product #main #rightBox {
    margin-bottom: 2rem;
  }
}
#product #main #rightBox .product-reference {
  color: #a7a7a7;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: -2px;
}
#product #main #rightBox .product-reference > div {
  display: inline;
  padding-right: 10px;
}
#product #main #rightBox .product-reference > div a {
  color: #2B2B2B;
}
#product #main #rightBox .product-reference > div a:hover {
  color: black;
  text-decoration: underline;
}
#product #main #rightBox .product-reference label {
  text-transform: lowercase;
}
#product #main #imageBox > div,
#product #main #imageBox .images-container,
#product #main #imageBox .images-miniatures-container {
  height: 100%;
}
#product #main #imageBox .product-flags {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  flex-direction: column;
  left: auto;
}
#product #main #imageBox .product-flags li {
  margin-right: 0;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  #product #main #rightBox,
#product #main #tableBox {
    margin-top: -1px;
  }
}
#product #main #rightBox > .box {
  margin-bottom: 20px;
}
#product #main #rightBox > .box:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #product #main #rightBox > .box {
    border-radius: 0;
  }
}
#product #main #rightBox .h2 {
  margin-top: 0;
}
#product #main #rightBox span.category-name {
  text-transform: uppercase;
}
#product #main #rightBox .product-delivery-info ul,
#product #main #rightBox .benefits ul {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
#product #main #rightBox .product-delivery-info ul li,
#product #main #rightBox .benefits ul li {
  line-height: 1.4;
  padding: 5px 25px 5px 5px;
  color: #a7a7a7;
}
#product #main #rightBox .product-delivery-info ul li i,
#product #main #rightBox .benefits ul li i {
  font-size: 1.5rem;
  display: inline-flex;
  padding-right: 4px;
}
@media (max-width: 767px) {
  #product #main #titleBox {
    order: 1;
  }
  #product #main #imageBox {
    order: 1;
  }
  #product #main #rightBox {
    order: 2;
  }
  #product #main #long_product_description {
    order: 4;
  }
  #product #main #product-techinfo {
    order: 4;
  }
  #product #main #tableBox {
    order: 5;
  }
  #product #main #product-attachments {
    order: 5;
  }
  #product #main #productTabs {
    order: 5;
  }
  #product #main #afterProductTabs {
    order: 3;
  }
  #product #main #footerProduct {
    order: 6;
  }
}
#product .images-col {
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  #product .images-col {
    padding: 0;
  }
}
#product #thumbnails {
  margin-top: 20px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  #product #thumbnails {
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  #product #thumbnails {
    padding: 0;
  }
}
#product #thumbnails img {
  background: white;
  cursor: pointer;
  padding: 4px;
  border-radius: 5px;
}
#product #thumbnails img.active {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
}
#product #thumbnails .owl-nav button i {
  font-size: 11px;
  color: #cfcfcf;
}
#product .tax-shipping-delivery-label {
  display: none;
}
#product .product-prices {
  display: flex;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (max-width: 575px) {
  #product .product-prices {
    margin-bottom: 0;
  }
}
#product .product-prices .current-price .product-discount {
  display: inline;
}
#product .product-prices .current-price p {
  font-family: 600;
  color: #cfcfcf;
  margin-top: 2px;
}
#product .product-prices .current-price span.one-day-price {
  padding-left: 10px;
  color: #cfcfcf;
  font-size: 2rem;
}
#product .product-prices .current-price span {
  font-size: 3.2rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  #product .product-prices .current-price span {
    margin-bottom: 10px;
  }
}
#product .product-prices .current-price span.regular-price {
  font-size: 1.8rem;
  font-weight: 400;
  color: #2B2B2B;
  position: relative;
}
#product .product-prices .current-price span.discount {
  margin: 0;
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  color: #2B2B2B;
  position: relative;
}
#product .product-prices .current-price span.netto {
  font-size: 2rem;
  font-weight: 400;
}
#product .product-prices > div {
  margin-right: 10px;
}
#product .regular-price {
  color: #a7a7a7 !important;
  font-weight: 400 !important;
  padding-left: 10px;
  text-decoration: line-through;
}
#product .product-discounts {
  margin-bottom: 15px;
}
#product .product-discounts .product-discounts-title {
  font-weight: bold;
}
#product .product-discounts .table-product-discounts {
  width: 100%;
  text-align: left;
}
#product .product-discounts .table-product-discounts th,
#product .product-discounts .table-product-discounts td {
  padding-left: 10px;
  border: 1px solid #cfcfcf;
}
#product .product-variants {
  padding-bottom: 0px;
  text-align: left;
}
#product .product-variants .product-variants-item {
  margin-bottom: 20px;
}
#product .product-variants .control-label {
  margin-bottom: 8px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
#product .product-variants li {
  display: block;
  margin-right: 2px;
  margin-bottom: 7px;
  margin-left: 0;
}
@media (max-width: 767px) {
  #product .product-variants li {
    margin-right: 2px;
  }
}
#product .product-variants li label {
  cursor: pointer;
  width: 100%;
  display: flex;
  line-height: 1.7;
  font-size: 1.3rem;
}
#product .product-variants .radio-color label .radio-label {
  border: none;
  width: 30px;
  height: 26px;
  flex: 0 0 30px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-right: 0;
  padding: 2px;
  border: 2px solid transparent;
  border-radius: 4px;
}
#product .product-variants .radio-color label .radio-label > span {
  width: 100%;
  height: 100%;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}
#product .product-variants .radio-color label .radio-label:before {
  display: none;
}
#product .product-variants .radio-color label .custom-radio input:checked ~ span:nth-child(2) {
  border-color: #707070;
  color: #000000;
}
#product .product-variants .radio {
  display: flex;
  flex-wrap: wrap;
}
#product .product-variants .radio > li {
  margin-right: 5px;
  flex: 0 0 88px;
  width: 88px;
  border: 1px solid #cfcfcf;
  padding: 5px 9px;
  border-radius: 5px;
}
#product .product-variants .radio label {
  width: 100%;
}
#product .product-variants .radio label > span {
  width: inherit;
}
#product .product-variants .radio label .radio-label {
  border: none;
  display: flex;
  align-items: center;
  margin-right: 5px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
#product .product-variants .radio label .radio-label > span {
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-right: 6px;
}
#product .product-variants .radio label .radio-label:before {
  display: none;
}
#product .product-variants .radio label .custom-radio input:checked ~ span:nth-child(2) {
  color: #707070;
  background: rgb(255, 255, 255);
}
#product .product-variants .radio label .custom-radio input:checked ~ span:nth-child(2) span {
  border-color: #707070;
}
#product .product-variants .radio label .custom-radio input:checked ~ span:nth-child(2) span:before {
  flex: 0 0 10px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  bottom: 50%;
  margin: auto;
  left: 5px;
  background: #707070;
  border-radius: 50%;
  display: inline-block;
  content: "";
}
#product .product-variants .name-label {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 0px 6px;
  line-height: 2;
}
#product .product-variants .absence {
  position: relative;
}
#product .product-variants .radio-color .absence {
  position: relative;
}
#product .product-variants .radio-color .absence label .custom-radio:after {
  content: "";
  display: inline-block;
  font-size: 1.5rem;
  position: absolute;
  color: #cfcfcf;
  top: -1px;
  left: 7px;
  font-family: icons;
  content: "\ea14";
  text-shadow: 0px 1px 0px black;
}
#product .product-variants .radio .absence label .custom-radio {
  opacity: 0.4;
}
#product .product-variants .radio .absence label .custom-radio:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #DB3811;
  top: 10px;
  left: 20px;
  width: 48px;
  height: 1px;
  transform: rotate(15deg);
}
#product .product-reference label {
  text-transform: lowercase;
}
#product #tab-content {
  max-width: 700px;
}
#product #infoContainer .h1 {
  text-transform: lowercase;
}
#product #infoContainer > div .h1 {
  margin-bottom: 47px;
  display: block;
}
@media (max-width: 767px) {
  #product #infoContainer > div .h1 {
    margin-bottom: 20px;
  }
}
#product #infoContainer > * {
  margin-bottom: 62px;
  margin-top: 45px;
}
#product .product-add-to-cart {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* position: relative; */
  overflow: hidden;
  padding-top: 27px;
}
#product .product-add-to-cart .control-label {
  margin-top: -27px;
  margin-bottom: 8px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
#product .product-add-to-cart span#product-availability {
  font-size: 1.5rem;
}
#product .product-add-to-cart span#product-availability span.product-available {
  color: #008867;
  font-weight: normal;
}
#product .qty {
  margin-right: 4px;
}
#product .product-quantity.clearfix {
  justify-content: left;
  margin-bottom: 5px;
  display: flex;
}
#product .product-unavailable {
  color: #DB3811;
  font-size: 1.3rem;
  margin-bottom: 10px;
  display: block;
}
#product div#product-description-short {
  margin-bottom: 20px;
  font-size: 13px;
  border-bottom: 1px solid #cfcfcf;
  line-height: 1.5;
}
@media (max-width: 575px) {
  #product div#product-description-short {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
#product div#product-description-short > p {
  padding-bottom: 20px;
}
#product .featured-products {
  padding: 0;
}
#product #rightBox button[name=dssubmit_askproductform] {
  max-width: 460px;
}
#product .thumb-container img {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  #product .thumb-container img {
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
}
#product .product-additional-info {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  text-align: left;
  color: #000;
}
#product .product-additional-info .js-mailalert {
  margin-top: 45px;
}
@media (max-width: 575px) {
  #product .product-additional-info .js-mailalert {
    margin-top: 10px;
  }
}
#product .product-additional-info .js-mailalert .h2 {
  margin-bottom: 5px;
}
#product .product-additional-info .js-mailalert p {
  margin-bottom: 20px;
  line-height: 1.5;
}
#product .product-additional-info .js-mailalert .form-control {
  width: calc(100% - 140px);
}
@media (max-width: 1599px) {
  #product .product-additional-info .js-mailalert .form-control {
    max-width: 100%;
  }
}
#product .product-additional-info .js-mailalert .btn {
  width: 100%;
  max-width: 150px;
  padding: 0;
  position: absolute;
  right: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#product .product-additional-info .product-notification .form-group {
  margin-bottom: 0px;
}
#product .product-additional-info .product-notification .form-group input {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  #product .product-additional-info .product-notification .form-group input {
    margin-bottom: 10px;
  }
}
#product .product-additional-info .product-notification h3 {
  margin-top: 0px;
}
#product .product-additional-info .product-notification button {
  text-align: center;
  width: 100%;
}
#product .product-additional-info .product-notification #gdpr_consent {
  margin-top: 10px;
}
@media (max-width: 767px) {
  #product .product-additional-info .product-notification span .js-mailalert {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #product .product-additional-info .product-notification span .js-mailalert > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#product-features > .data-sheet {
  position: relative;
}
#product-features > .data-sheet dt,
#product-features > .data-sheet dd {
  border-bottom: 1px solid #F5F5F5;
  padding-top: 10px;
  padding-bottom: 10px;
}
#product-features > .data-sheet dd {
  padding-top: 10px;
  padding-bottom: 10px;
}
#product-features > .data-sheet dt {
  border-right: 1px solid #F5F5F5;
  text-transform: capitalize;
  text-align: left;
}
#product-features .name {
  display: inline;
  text-transform: lowercase;
}
#product-features .value {
  display: inline;
  text-transform: lowercase;
}

.js-touchspin {
  height: auto !important;
  width: auto !important;
  border: 0;
  position: absolute;
  z-index: 9;
  top: 15px;
  padding: 0 5px !important;
  cursor: pointer;
  line-height: 18px;
}
@media (max-width: 400px) {
  .js-touchspin {
    top: 13px;
  }
}

.bootstrap-touchspin {
  width: auto;
  display: inline-block;
  position: relative;
}
.bootstrap-touchspin .btn-touchspin:hover {
  background: transparent;
  color: #2B2B2B;
}
.bootstrap-touchspin input:focus {
  outline: none;
}

.bootstrap-touchspin-up {
  right: 10px;
}

.bootstrap-touchspin-down {
  left: 10px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  font-family: "icons" !important;
  font-size: 1.3rem;
  color: black;
  margin: 0;
  top: 0;
}

span.product-last-items {
  display: none;
}

#description .scrollLink {
  text-decoration: underline;
  color: #000000;
  padding: 0;
  display: unset;
}
#description .scrollLink i {
  top: 2px;
  font-size: 14px;
  position: relative;
}

.tabs,
.accordion {
  background: white;
}
.tabs #extra-0,
.accordion #extra-0 {
  cursor: pointer;
}
.tabs .tab-pane,
.accordion .tab-pane {
  padding-top: 2px;
}
.tabs .tab-content > div,
.accordion .tab-content > div {
  line-height: 150%;
}
.tabs .tab-content > div a.scrollLink,
.accordion .tab-content > div a.scrollLink {
  font-size: 1.8rem;
  padding: 14px 0 14px 35px;
  display: block;
  position: relative;
}
.tabs .tab-content > div a.scrollLink i,
.accordion .tab-content > div a.scrollLink i {
  left: 0;
}
.tabs .nav-tabs,
.accordion .nav-tabs {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.tabs .nav-tabs .nav-link,
.accordion .nav-tabs .nav-link {
  border: 0 solid transparent;
}
.tabs .nav-tabs .nav-link.active,
.accordion .nav-tabs .nav-link.active {
  border: none;
  color: #000000;
}
.tabs .nav-tabs .nav-link.active:after,
.accordion .nav-tabs .nav-link.active:after {
  width: 100%;
  opacity: 1;
}
.tabs .nav-tabs .nav-link:hover,
.accordion .nav-tabs .nav-link:hover {
  color: #000000;
}
.tabs .nav-tabs .nav-item,
.accordion .nav-tabs .nav-item {
  margin: 12px 0px;
}
@media (min-width: 768px) {
  .tabs .nav-tabs .nav-item,
.accordion .nav-tabs .nav-item {
    display: inline-block;
    padding-right: 3vw;
    margin: 8px 0px;
  }
}
.tabs .nav-tabs .nav-item a,
.accordion .nav-tabs .nav-item a {
  font-size: 2.2rem;
  padding: 5px 0;
  display: inline-block;
  letter-spacing: 2px;
}
.tabs .product-features .data-sheet dt,
.tabs .product-features .data-sheet dd,
.accordion .product-features .data-sheet dt,
.accordion .product-features .data-sheet dd {
  border-bottom: 1px solid #F5F5F5;
  padding: 10px 0;
}
.tabs .product-features .data-sheet dd,
.accordion .product-features .data-sheet dd {
  padding: 10px 20px;
}
.tabs .product-features .data-sheet dt,
.accordion .product-features .data-sheet dt {
  border-right: 1px solid #F5F5F5;
  text-transform: capitalize;
  text-align: left;
}
.tabs .product-quantities,
.accordion .product-quantities {
  margin-bottom: 20px;
}

.accordion > div {
  overflow: hidden;
}
.accordion h2 {
  margin: 0;
}
.accordion .group {
  border-bottom: 0;
  margin-bottom: -1px;
  background: white;
}
.accordion .group i {
  transform: rotate(0);
  transition: 0.4s transform;
  display: inline-block;
  position: absolute;
  font-size: 1.8rem;
}
.accordion .group .title {
  display: flex;
  border-bottom: 1px solid #cfcfcf;
  justify-content: space-between !important;
  cursor: pointer;
  font-size: 1.6rem;
}
.accordion .group .title span {
  position: relative;
  padding-left: 35px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.accordion .group .title span:after {
  left: 0;
  width: 0;
  height: 2px;
  position: absolute;
  background: #000000;
  content: "";
  bottom: -11px;
  transition: 0.4s width;
}
.accordion .group > div:nth-child(2) {
  display: none;
  padding: 10px 0 20px 0;
}
.accordion .group.active {
  border-bottom: 1px solid #cfcfcf;
}
.accordion .group.active .title span {
  font-weight: 500;
}
.accordion .group.active .title span:after {
  width: 100%;
}
.accordion .group.active i {
  transform: rotate(180deg);
}

#delivery_table {
  text-align: left;
  font-size: 13px;
  line-height: 13px;
  width: 100%;
}
#delivery_table th {
  background: #F5F5F5;
}
#delivery_table td,
#delivery_table th {
  padding: 5px 10px;
  border-bottom: 1px solid #cfcfcf;
  vertical-align: middle;
}
#delivery_table img {
  height: 20px;
  margin: auto;
  display: block;
}

.tab-content > .active {
  display: block;
}

.tab-content .title {
  justify-content: space-between;
  position: relative;
  display: flex;
  padding: 10px 0;
  align-items: center;
  border-radius: 5px;
  /*
      .navbar-toggler {
          position: absolute;
          right: 15px;
          top: 15px;
      }
      */
}
.tab-content .collapse {
  display: none;
}
.tab-content .collapse.in {
  display: block;
}
.actions_cart_favourite {
  display: flex;
  flex-wrap: wrap;
}

.long-desc-title {
  text-align: left;
  border-bottom: 1px solid #cfcfcf;
  font-weight: 600;
  margin-top: 0;
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .long-desc-title {
    padding-bottom: 10px;
  }
}
.long-desc-title i {
  color: #a7a7a7;
  margin-right: 8px;
}

#product-details {
  color: #a7a7a7;
}

#long_product_description {
  color: #000;
}
@media (max-width: 767px) {
  #long_product_description {
    overflow: hidden;
  }
}
#long_product_description p,
#long_product_description li,
#long_product_description ul,
#long_product_description a,
#long_product_description span,
#long_product_description div {
  /*         font-size: 1.6rem!important;
  line-height: 2.3rem!important; */
  width: 100%;
}
@media (max-width: 575px) {
  #long_product_description p,
#long_product_description li,
#long_product_description ul,
#long_product_description a,
#long_product_description span,
#long_product_description div {
    font-size: 14px;
  }
}
#long_product_description p,
#long_product_description li {
  margin-bottom: 12px;
}
#long_product_description iframe,
#long_product_description img {
  max-width: 100%;
  margin: 50px 0;
}
#long_product_description iframe {
  height: 510px;
}
#long_product_description ul {
  list-style: disc;
  padding-left: 3rem;
  margin-bottom: 60px;
}
#footerProduct {
  width: 100%;
}

#post-product-comment-form .star-content .star-on,
#post-product-comment-form .star-content .star {
  color: #FEBF00;
}

#accessories {
  margin-top: 45px;
}
@media (min-width: 768px) {
  #accessories {
    margin-top: 80px;
  }
}

#product-comment-posted-modal .modal-body {
  padding: 0 5px;
}

#tab-content .expand_card {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 1.1rem;
  margin-left: 7px;
}
#tab-content .desc p,
#tab-content .desc_continue p {
  display: inline;
}
#tab-content .title {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#tab-content .desc {
  display: block;
}
#tab-content .desc_continue {
  display: none;
}
#tab-content div[aria-expanded=true] .desc {
  display: none;
}
#tab-content div[aria-expanded=true] .desc_continue {
  display: block;
}

.js-qv-mask {
  position: relative;
  width: 100%;
  height: 100%;
}
.js-qv-mask .box {
  position: relative;
}
@media (min-width: 768px) {
  .js-qv-mask {
    margin-bottom: 25px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .js-qv-mask {
    margin: auto;
  }
}
.js-qv-mask .lds-ring {
  left: calc(50% - 30px);
  position: absolute;
  z-index: 7;
  top: calc(50% - 88px);
}

.add {
  max-width: 254px;
  width: 100%;
}

.product-additional-special-icons .product-flag {
  height: 45px;
  min-width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.product-additional-special-icons .product-flag .Client_List_Types {
  background: #707070;
  color: white;
  border: none;
  font-size: 2.5rem;
  cursor: pointer;
  padding: 0;
}
.product-additional-special-icons .product-flag .Client_List_Types:hover {
  background: #000000;
  border: none;
}
.product-additional-special-icons .share-button-mybytton {
  height: 45px;
  min-width: 45px;
  background: #707070;
  color: white;
  border: none;
  margin-bottom: 2px;
  padding: 0;
  margin: 0;
  margin-left: 4px;
}
.product-additional-special-icons .share-button-mybytton:hover {
  background: #000000;
}
@media (max-width: 400px) {
  .product-additional-special-icons .share-button-mybytton {
    height: 39px;
    min-width: 39px;
  }
}

.share-button span {
  display: none;
}

.share-button-mybytton svg {
  margin-right: 0 !important;
}

.product-delivery-info {
  font-size: 14px;
}

.ds-comment-form h2 {
  font-size: 18px;
  font-weight: 500;
}

.banners {
  margin: 40px 0 20px 0;
}
.banners .row {
  margin-bottom: 0;
}
.banners .row .img {
  margin: 0;
  text-align: center;
  padding: 3px;
}
.banners .row .img img {
  max-width: 100%;
  height: 100%;
}

table {
  border: 1px solid #cfcfcf;
  margin-top: 1rem;
  border-radius: 5px;
}
table td {
  padding: 5px 10px;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
@media (max-width: 359px) {
  table td {
    padding: 5px;
  }
}
table td:last-of-type {
  border-right: 0;
}
table tr:first-of-type {
  background: #F5F5F5;
  font-weight: bold;
}
@media (max-width: 575px) {
  table tr,
table td {
    font-size: 14px;
  }
}

#productTabs #description {
  line-height: 1.7;
  color: #a7a7a7;
}
#productTabs .tab-content .title {
  border-radius: 0;
}

.attachments-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}
@media (max-width: 767px) {
  .attachments-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .attachments-grid {
    grid-template-columns: 1fr;
  }
}

.attachment {
  border: 1px solid #cfcfcf;
  border-radius: 5px;
  padding: 10px;
}
.attachment .size,
.attachment .desc {
  color: #a7a7a7;
}
.attachment h4 {
  margin-bottom: 5px;
}
.attachment p {
  line-height: 1.5;
}
.attachment a:hover {
  text-decoration: underline;
}
@media (max-width: 575px) {
  .attachment p,
.attachment a {
    font-size: 14px;
  }
}

#product-techinfo dl {
  border: 1px solid #cfcfcf;
  border-bottom: 0;
}
#product-techinfo dl:nth-child(2n+1) {
  background: #fbfbfb;
}
#product-techinfo dl:hover {
  background: #F5F5F5;
}
#product-techinfo dl:first-of-type {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#product-techinfo dl:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom: 1px solid #cfcfcf;
}
#product-techinfo dd,
#product-techinfo dt {
  padding: 1rem;
}
@media (max-width: 575px) {
  #product-techinfo dd,
#product-techinfo dt {
    padding: 0.5rem;
    font-size: 14px;
  }
}
#product-techinfo dt {
  border-right: 1px solid #cfcfcf;
}

#tableBox tr:first-of-type {
  background: #fff;
  font-weight: normal;
}
#tableBox table th {
  background: #F5F5F5;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
#tableBox table th:last-of-type {
  border-right: 0;
}/*# sourceMappingURL=product.css.map */