.catalog-product-view .product-left,
.catalog-product-view .product-right {
  float: left;
  width: 49.05660377%;
}
.catalog-product-view .product-left {
  clear: both;
  width: 42.45283019%;
}
.catalog-product-view .product-right {
  float: right;
}
.catalog-product-view .product-fullwidth {
  clear: both;
  width: 100%;
}
.catalog-product-view .col-main {
  margin-bottom: 75px;
}
/*--------------------------------------------------------------
    PRODUCT IMAGE
--------------------------------------------------------------*/
.product-img-box {
  margin: 5px 0 30px 0;
  overflow: hidden;
}
.product-img-box .desktop-zoom {
  display: block;
}
.product-img-box .desktop-zoom p {
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}
.product-img-box .product-image {
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.product-img-box .product-image img {
  width: 100%;
  height: auto;
}
.product-img-box .product-image .MagicZoomHint {
  display: block !important;
  visibility: visible !important;
  z-index: 99 !important;
}
.product-img-box .product-image:hover .MagicZoomHint {
  display: none !important;
}
.product-img-box .industrial-badge {
  background: url("../images/sprite.png") 0 -95px no-repeat;
  display: inline-block;
  content: "";
  width: 108px;
  height: 99px;
  position: absolute;
  z-index: 111;
}
.product-img-box .more-views {
  margin-top: 25px;
}
.product-img-box .more-views ul {
  text-align: center;
}
.product-img-box .more-views ul li {
  margin-right: 10px;
  display: inline-block;
}
.product-img-box .more-views ul li a {
  display: block;
  border: 1px solid #eeeeee;
}
.product-img-box .more-views ul li a.active {
  border: 1px solid #007c9e;
}
.product-img-box .more-views ul li img {
  width: 48px;
  height: 48px;
  display: block;
}
.product-img-box .more-views ul .video-link,
.product-img-box .more-views ul .tumblr-link {
  margin: 10px 0 0;
}
.product-img-box .more-views ul .video-link .icon-social-youtube2,
.product-img-box .more-views ul .tumblr-link .icon-social-youtube2 {
  padding: 13px;
  color: #2b2b2b;
}
.product-img-box .more-views ul .video-link .icon-social-youtube2:before,
.product-img-box .more-views ul .tumblr-link .icon-social-youtube2:before {
  color: #007c9e;
  font-size: 28px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-img-box .more-views ul .video-link .icon-social-youtube2 span,
.product-img-box .more-views ul .tumblr-link .icon-social-youtube2 span {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  top: -8px;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-img-box .more-views ul .video-link .icon-social-youtube2.show,
.product-img-box .more-views ul .tumblr-link .icon-social-youtube2.show {
  color: #cccccc;
}
.product-img-box .more-views ul .video-link .icon-social-youtube2.show:before,
.product-img-box .more-views ul .tumblr-link .icon-social-youtube2.show:before {
  color: #cccccc;
}
.product-img-box .more-views ul .video-link a,
.product-img-box .more-views ul .tumblr-link a {
  border: none;
}
.product-img-box .more-views ul .video-link img,
.product-img-box .more-views ul .tumblr-link img {
  width: inherit;
}
.product-img-box #pdp-video {
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
}
.product-img-box #pdp-video.show {
  visibility: visible;
  margin-top: 25px;
}
.product-img-box #pdp-video.show div.video-frame {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-img-box #pdp-video.hide {
  height: 0 !important;
}
.product-img-box #pdp-video .icon-close {
  position: absolute;
  right: 0;
  top: -20px;
}
.product-img-box #pdp-video .icon-close.hide {
  visibility: hidden;
}
.product-img-box #pdp-video div.video-frame {
  position: relative;
  padding-bottom: 56%;
  margin-bottom: 30px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.product-img-box #pdp-video iframe {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
.MagicZoomHint {
  font-size: 10px;
  color: #b5b5b5;
  text-transform: uppercase;
}
.mobile-carousel {
  display: none;
}
.catalog-product-view .carousel-container .carousel {
  max-height: none;
  overflow: visible;
}
.catalog-product-view .carousel-container .carousel .item {
  max-height: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.catalog-product-view .carousel-container .carousel .item.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.catalog-product-view .carousel-container .carousel-nav {
  bottom: -20px;
  text-align: center;
}
.catalog-product-view .carousel-container .carousel-nav li a {
  background: #e3e3e3;
}
.catalog-product-view .carousel-container .carousel-nav li.active a {
  background: #007c9e;
}
/*--------------------------------------------------------------
    PRODUCT ESSENTIAL
--------------------------------------------------------------*/
.product-shop.nopurchase .request-btn {
  float: left;
}
.product-essential .button > span {
  padding: 20px 50px;
}
.product-essential h1 {
  margin-bottom: 0;
  word-break: break-word;
}
.product-essential .ribbon {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #007c9e;
  text-transform: uppercase;
  font-weight: 700;
}
.product-essential .product-main-info p,
.product-essential .grouped-main-info p {
  display: inline-block;
  text-transform: uppercase;
  margin-right: 15px;
}
.product-essential .product-main-info p.availability span,
.product-essential .grouped-main-info p.availability span {
  font-weight: bold;
}
.product-essential .product-main-info p.out-of-stock,
.product-essential .grouped-main-info p.out-of-stock {
  color: #9c1d23;
  font-style: italic;
}
.product-essential .product-main-info p.usa-made,
.product-essential .grouped-main-info p.usa-made {
  padding-left: 30px;
  background: url('../images/sprite.png') no-repeat -308px -1px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
}
.product-essential .configurable-options-wrapper {
  clear: both;
  margin-top: 25px;
}
.product-essential .configurable-options-wrapper label {
  text-transform: uppercase;
  color: #777777;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 6px;
}
.product-essential .configurable-options-wrapper dl {
  margin-bottom: 40px;
}
.product-essential .configurable-options-wrapper dt {
  margin-top: 10px;
}
.product-essential .configurable-options-wrapper .product-options-bottom {
  overflow: hidden;
}
.product-essential .configurable-options-wrapper .price-box {
  margin: 0 0 40px;
}
.product-essential .add-to-cart {
  float: left;
  width: 48.07692308%;
}
.product-essential .add-to-cart input[type="text"] {
  width: 24%;
  max-width: 54px;
  height: 54px;
  background: #ffffff;
  border: solid 1px #cccccc;
  text-align: center;
  margin-right: 10px;
  float: left;
}
.product-essential .add-to-cart button {
  width: 72%;
}
.product-essential .add-to-cart label {
  display: none;
}
.product-essential .price-box {
  clear: both;
  margin-top: 30px;
}
.product-essential .price-box span {
  font-size: 24px;
  font-weight: bold;
}
.product-essential .price-box .price-text {
  font-weight: normal;
  font-size: 16px;
}
.product-essential .add-to-box {
  margin-top: 30px;
  position: relative;
}
.product-essential .request-btn {
  float: right;
  width: 48.07692308%;
  text-align: center;
  z-index: 102;
  overflow: hidden;
}
.product-essential .request-btn > span {
  width: 100%;
  padding: 18px 5px;
  text-align: center;
}
.product-essential .request-btn p {
  display: none;
  color: #2b2b2b;
  padding: 10px 0 0 0;
}
.product-essential .request-btn.open:hover > span {
  background: #ffffff !important;
  color: #007c9e;
  border-bottom: none;
}
.product-essential .request-btn.open span {
  border-bottom: none;
}
.product-essential .request-btn.open span > span:after {
  font-family: "baileigh";
  content: '\e60a';
  margin-left: 10px;
  font-size: 12px;
}
.product-essential .request-btn.open p {
  display: block;
}
.product-essential .quote-request {
  display: none;
  width: 100%;
  top: -2px;
  padding: 20px;
  border: solid 2px #007c9e;
  background: #ffffff;
  z-index: 101;
  position: relative;
  clear: both;
}
.product-essential .quote-request .fieldset {
  margin: 0;
}
.product-essential .quote-request .form-list em {
  display: none;
}
.product-essential .quote-request .form-list .field .input-text,
.product-essential .quote-request .form-list .field textarea {
  width: 100%;
}
.product-essential .quote-request .form-list li.fields .field {
  margin-top: 0;
  float: right;
  clear: none;
}
.product-essential .quote-request .form-list li.fields .field:first-child {
  clear: both;
  float: left;
}
.product-essential .quote-request .form-list li.fields .input-dbl {
  width: 48.07692308%;
}
.product-essential .quote-request .form-list li.fields .input-text {
  width: 100%;
}
.product-essential .quote-request .custom-styled-select .outer {
  max-width: 9999px;
}
.product-essential .quote-request #product-quotes {
  display: none;
}
.product-essential .add-to-links {
  width: 100%;
  clear: both;
  padding-top: 30px;
}
.product-essential .add-to-links li {
  display: inline;
}
.product-essential .add-to-links .link-wishlist {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
}
.product-essential .add-to-links .link-wishlist:before {
  content: '+';
  margin-right: 5px;
}
.product-essential .product-leasing {
  margin: 35px 0;
  border: solid 1px #cccccc;
  padding: 15px 10px;
  text-align: center;
}
.product-essential .product-leasing a {
  white-space: nowrap;
  margin-left: 5px;
}
.giftcard-product .actions .add-to-cart {
  float: none;
}
.giftcard-form .fieldset {
  margin-top: 18px;
}
.giftcard-form .form-list .input-text {
  width: 100%;
}
.giftcard-form .form-list label,
.giftcard-form .form-list .input-box {
  text-align: left;
}
.giftcard-form .form-list label em,
.giftcard-form .form-list .input-box em {
  display: none;
}
.giftcard-form .form-list .fields .field {
  float: left;
  width: 48.07692308%;
  margin-top: 0;
  margin-left: 3.84615385%;
}
.giftcard-form .form-list .fields .field:first-child {
  margin-left: 0;
}
.giftcard-form .form-list .fields .custom-styled-select .outer {
  padding: 16px 25px 16px 10px;
}
.giftcard-form .form-list textarea {
  height: 140px;
}
/*--------------------------------------------------------------
    PRODUCT SHARE
--------------------------------------------------------------*/
.product-share {
  clear: both;
  margin: 50px 0 0 0;
  border-top: dotted 1px #cccccc;
  border-bottom: dotted 1px #cccccc;
  padding: 35px 0;
  font-weight: bold;
}
.product-share a {
  float: right;
  margin-left: 30px;
}
.product-share span {
  display: inline;
  text-transform: uppercase;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  color: #2b2b2b;
}
/*--------------------------------------------------------------
    PRODUCT COLLATERAL
--------------------------------------------------------------*/
#product-attribute-specs-table tr.odd th,
#product-attribute-specs-table tr.odd td {
  background: #eeeeee;
}
#product-attribute-specs-table th,
#product-attribute-specs-table td {
  font-size: 14px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
}
#product-attribute-specs-table th {
  padding: 5px 20px 5px 5px;
  width: 45%;
  text-transform: none;
}
#product-attribute-specs-table td {
  padding: 5px 5px 5px 20px;
}
.product-collateral {
  border-top: dotted 1px #cccccc;
  padding-top: 30px;
  clear: both;
}
.product-collateral h2 {
  margin-bottom: 0;
}
.product-collateral .product-description {
  line-height: 19px;
}
.product-collateral .product-description .product-description-text {
  overflow: hidden;
}
.product-collateral .product-description .product-description-text ul {
  list-style-type: disc;
  padding-left: 16px;
}
.product-collateral .product-description a.read-more,
.product-collateral .product-description a.read-less {
  display: none;
}
.product-collateral a.read-more,
.product-collateral a.read-less {
  margin-top: 5px;
}
.product-collateral .previous-next .read-less {
  display: none;
}
.product-collateral .previous-next .read-more {
  display: block;
}
.product-collateral .opened ~ .previous-next .read-less {
  display: block;
}
.product-collateral .opened ~ .previous-next .read-more {
  display: none;
}
#collateral-tabs .header {
  padding: 15px 0;
  border-top: dotted 1px #cccccc;
  margin-top: 20px;
}
#collateral-tabs .header h2 {
  margin-bottom: 0;
}
#collateral-tabs .header h2:before {
  content: "+";
  float: right;
  margin-left: 10px;
  color: #007c9e;
  font-weight: 300;
  font-size: 38px;
  font-family: initial;
  line-height: 30px;
}
#collateral-tabs .header.opened h2:before {
  content: "–";
  line-height: 22px;
}
#collateral-tabs .content > div {
  padding-bottom: 10px;
}
#collateral-tabs .specs {
  min-height: 59px;
}
#collateral-tabs .testimonials {
  min-height: 84px;
}
#collateral-tabs .testimonials .review-testimonial {
  margin-top: 10px;
  border-top: solid 1px #e0e0e0;
  padding-top: 10px;
}
#collateral-tabs .testimonials .review-testimonial:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
#collateral-tabs .testimonials .review-testimonial p {
  margin-bottom: 10px;
}
#collateral-tabs .testimonials .review-testimonial p.review-title,
#collateral-tabs .testimonials .review-testimonial p.review-author {
  font-weight: bold;
  margin-bottom: 0;
}
#collateral-tabs .customers p {
  margin-bottom: 20px;
}
#collateral-tabs .customers .images {
  margin-bottom: 15px;
}
#collateral-tabs .customers .images:before,
#collateral-tabs .customers .images:after {
  content: " ";
  display: table;
}
#collateral-tabs .customers .images:after {
  clear: both;
}
#collateral-tabs .customers .images img {
  float: left;
  width: 28.88888889%;
  margin-left: 6.66666667%;
}
#collateral-tabs .customers .images img:first-child {
  margin-left: 0;
}
#collateral-tabs .qa {
  min-height: 78px;
}
#collateral-tabs .qa p {
  margin-bottom: 25px;
}
#collateral-tabs .resources {
  padding-top: 15px;
  border-top: dotted 1px #cccccc;
  margin-top: 20px;
}
#collateral-tabs .resources h2 {
  margin-bottom: 10px;
}
#collateral-tabs .resources a {
  display: block;
  margin-bottom: 10px;
}
#collateral-tabs .resources a span {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  display: inline-block;
}
#collateral-tabs .resources a:before {
  margin-right: 5px;
  font-size: 16px;
}
/*--------------------------------------------------------------
    Related Products
--------------------------------------------------------------*/
.product-related {
  padding-top: 40px;
  overflow: hidden;
}
.product-related ul,
.product-related ol {
  width: 103.84615385%;
}
.product-related ul li,
.product-related ol li {
  width: 32%;
  padding: 0 5px;
  margin-bottom: 30px;
  text-align: center;
  display: inline-block;
}
.product-related ul h3,
.product-related ol h3 {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0;
}
.product-related ul a,
.product-related ol a {
  color: #2b2b2b;
}
.product-related .box-collateral {
  clear: both;
  margin-bottom: 40px;
}
.product-related .box-collateral:before,
.product-related .box-collateral:after {
  content: " ";
  display: table;
}
.product-related .box-collateral:after {
  clear: both;
}
.configurable-product-view .product-main-info .price-box {
  display: none;
}
/*--------------------------------------------------------------
    Grouped Products
--------------------------------------------------------------*/
.grouped-product-view .grouped-items-table {
  width: 100%;
  margin: 30px 0;
}
.grouped-product-view .grouped-items-table th {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  text-align: left;
  padding: 4px 0;
}
.grouped-product-view .grouped-items-table tr {
  border-bottom: 1px dotted #cccccc;
}
.grouped-product-view .grouped-items-table tr td {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
  padding: 21px 0;
}
.grouped-product-view .grouped-items-table tr td .price-box span {
  font-size: inherit;
}
.grouped-product-view .grouped-items-table tr td.product {
  width: 50%;
}
.grouped-product-view .grouped-items-table tr td.quantity {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-style: italic;
  color: #9c1d23;
}
.grouped-product-view .grouped-items-table .qty {
  background: none;
  border: 1px solid #cccccc;
  width: 50px;
  text-align: center;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
}
.grouped-product-view .grouped-items-table .price-box {
  margin: 0;
}
.grouped-product-view .add-to-box {
  margin-top: 0;
}
.grouped-product-view .add-to-box .add-to-cart {
  width: auto;
  margin-right: 3.84615385%;
}
.grouped-product-view .add-to-box .add-to-cart button {
  width: 100%;
}
.grouped-product-view .add-to-box .request-btn {
  float: left;
}
/*--------------------------------------------------------------
    PRODUCT REVIEW PAGE
--------------------------------------------------------------*/
.review-product-list .review-page {
  margin-top: 30px;
}
.review-product-list .review-page .product-info,
.review-product-list .review-page .review-form {
  float: left;
}
.review-product-list .review-page .product-info {
  width: 37.73584906%;
}
.review-product-list .review-page .product-info .product-image {
  margin-bottom: 20px;
  display: block;
}
.review-product-list .review-page .product-info h2 {
  margin-bottom: 7px;
}
.review-product-list .review-page .product-info a {
  color: #2b2b2b;
}
.review-product-list .review-page .price-box {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-top: 30px;
}
.review-product-list .review-page .review-form {
  width: 40.56603774%;
  margin-left: 7.0754717%;
}
.review-product-list .review-page .review-form .input-text,
.review-product-list .review-page .review-form textarea {
  width: 100%;
}
.review-product-list .review-page .review-form textarea {
  height: 115px;
}
.review-product-list .review-page .button > span {
  padding: 20px 30px;
}
@media screen and (max-width: 1080px) {
  .product-essential .secondary {
    width: 100%;
    margin-top: 20px;
  }
  .product-essential .secondary span {
    width: 100%;
  }
  .product-essential .add-to-cart {
    width: 100%;
  }
  .product-essential .add-to-cart input[type="text"] {
    width: 12.5%;
  }
  .product-essential .add-to-cart button {
    width: 83.33333333%;
    margin: 0;
    float: right;
  }
  .product-essential .add-to-cart button span {
    width: 100%;
  }
  .product-essential .questions-form {
    top: 145px;
  }
  .grouped-product-view .add-to-box .add-to-cart {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .product-essential .quote-request {
    text-align: left;
  }
  .product-essential .quote-request .form-list li.fields .input-dbl {
    width: 100%;
  }
  .product-essential .quote-request .form-list li.fields .input-dbl:nth-of-type(2) {
    margin-top: 15px;
  }
  .product-share {
    margin-bottom: 0;
  }
  .product-collateral {
    border-top: 0;
  }
  .product-related ul {
    width: 100%;
  }
  .product-related ul li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .catalog-product-view .product-left,
  .catalog-product-view .product-right {
    width: 100%;
    float: none;
  }
  .catalog-product-view .main .wrapper {
    padding: 0;
  }
  .product-left-top,
  .product-right-top,
  .product-fullwidth,
  .product-right-bottom,
  .product-description,
  #collateral-tabs .header,
  #collateral-tabs .content,
  #collateral-tabs .previous-next,
  .resources {
    padding-left: 3.77358491%;
    padding-right: 3.77358491%;
  }
  #collateral-tabs .previous-next {
    margin-bottom: 10px;
  }
  .product-collateral .product-description {
    margin-bottom: 20px;
  }
  #collateral-tabs .header {
    margin-top: 0;
  }
  #collateral-tabs .content {
    min-height: 0;
  }
  #collateral-tabs .resources {
    margin-top: 0;
  }
  .product-img-box {
    float: none;
    margin-top: 25px;
    padding-bottom: 20px;
  }
  .product-img-box .desktop-zoom {
    display: none;
  }
  .product-img-box .mobile-carousel {
    display: block;
  }
  .product-img-box .mobile-carousel .video-link {
    margin-top: 50px;
  }
  .product-img-box .mobile-carousel .video-link a,
  .product-img-box .mobile-carousel .tumblr-link a {
    display: block;
    width: 160px;
    margin: 0 auto;
  }
  .product-img-box .mobile-carousel img {
    width: 100%;
  }
  .product-img-box .mobile-carousel .image-statement {
    padding: 10px 0;
    font-size: 12px;
    white-space: normal;
  }
  .product-fullwidth .icon-print {
    display: none;
  }
  .product-essential {
    text-align: center;
  }
  .product-essential .questions-form {
    text-align: left;
    padding-top: 0;
  }
  .product-essential h1 {
    font-size: 24px;
    line-height: 1.5;
  }
  .product-essential .price-box {
    margin-top: 10px;
  }
  .product-essential .configurable-options-wrapper dt,
  .product-essential .configurable-options-wrapper dd {
    text-align: left;
  }
  .grouped-product-view .grouped-items-table {
    text-align: left;
  }
  .product-related .box-collateral li.item:nth-child(3) {
    display: none;
  }
  .review-product-list .review-page {
    padding: 0 3.77358491%;
  }
  .review-product-list .review-page .product-info,
  .review-product-list .review-page .review-form {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .review-product-list .review-page .review-form {
    margin-top: 30px;
  }
}
@media screen and (max-width: 440px) {
  #collateral-tabs .header h2 {
    font-size: 20px;
  }
  .product-right-bottom h2 {
    font-size: 20px;
  }
  .giftcard-form .form-list .fields .field {
    width: 100%;
    margin: 15px 0 0;
    float: none;
  }
}
/*--------------------------------------------------------------
   LANGUAGE FIXES
--------------------------------------------------------------*/
@media screen and (min-width: 1081px) {
  .lang-de .product-essential .add-to-cart,
  .lang-es .product-essential .add-to-cart {
    width: 53.84615385%;
  }
  .lang-de .product-essential .add-to-cart button > span,
  .lang-es .product-essential .add-to-cart button > span {
    padding: 20px 30px;
  }
  .lang-de .product-essential .request-btn,
  .lang-es .product-essential .request-btn {
    width: 44.23076923%;
  }
  .lang-de .product-essential .request-btn > span > span,
  .lang-es .product-essential .request-btn > span > span {
    font-size: 12px;
  }
  .lang-de .product-essential .request-btn.open > span > span,
  .lang-es .product-essential .request-btn.open > span > span {
    font-size: 11px;
  }
  .lang-de .product-essential .request-btn p,
  .lang-es .product-essential .request-btn p {
    font-size: 10px;
  }
}
