/*responsive break point*/
/* for-mobile-devices */
/* Medium devices (tablets, 768px and up) */
/* Large devices (desktops, 992px and up) */
/* Extra large devices (large desktops, 1200px and up) */
/* desktop devices (large desktops, 1400px and up) */
/*flex box mixins*/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fw {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nfw {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.ait-cen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ait-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ait-cen {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ait-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.jc-cen {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dire-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.dire-row-initial {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial;
}
.dire-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/*transition mixins*/
@media screen and (min-width: 768px) {
  .page-layout-1column .product.media {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .page-layout-1column .product.media {
    width: 47%;
  }
}
@media (min-width: 992px) {
  .page-layout-1column .product-info-main {
    width: 50%;
  }
}
.page-layout-1column .product-info-main .attribute.sku .value {
  color: #f47321;
  font-weight: 500;
}
.product-info-main .prodcut.category {
  float: right;
}
.product-info-main .prodcut.category a {
  margin-left: 8px;
}
.product-info-main .product-info-price {
  border-bottom-color: #dde3f0;
}
.product-info-main .page-title-wrapper .page-title {
  font-size: 2.6rem;
}
@media (min-width: 1200px) {
  .product-info-main .page-title-wrapper .page-title {
    font-size: 30px;
  }
}
.product-info-main .product-add-to-cart-right-section {
  width: 100%;
}
@media (min-width: 1200px) {
  .product-info-main .product-add-to-cart-right-section {
    width: auto;
  }
}
.product-info-main .product-add-to-cart-right-section .right-main-section {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .product-info-main .product-add-to-cart-right-section .right-main-section {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.product-info-main .product-add-to-cart-right-section .right-main-section > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .product-info-main .product-add-to-cart-right-section .right-main-section > div {
    width: auto;
  }
}
.product-info-main .product-add-to-cart-right-section .right-main-section .contact-us-section {
  padding-right: 10px;
}
.product-info-main .product-add-to-cart-right-section .right-main-section .contact-us-section p {
  font-size: 14px;
  margin-bottom: 0;
}
.product-info-main .product-add-to-cart-right-section .right-main-section .contact-us-section p a {
  font-weight: 600;
  text-decoration: underline;
}
.product-info-main .product-add-to-cart-right-section .right-main-section .right-logo-section img {
  width: 81px;
}
.product-info-main .product-add-form .field.qty .label {
  display: none;
}
.product-info-main .product-add-form .field.qty .control {
  width: auto;
  display: inline-block;
  position: relative;
}
.product-info-main .product-add-form .field.qty .control .input-text {
  border: 2px solid #dde3f0;
  width: 150px;
  padding: 12px 48px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.product-info-main .product-add-form .field.qty .control .custom-qty-minus,
.product-info-main .product-add-form .field.qty .control .custom-qty-plus {
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: 600;
  font-size: 20px;
  width: 50px;
  text-align: center;
  border-right: 2px solid #dde3f0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .product-info-main .product-add-form .field.qty .control .custom-qty-minus,
  .product-info-main .product-add-form .field.qty .control .custom-qty-plus {
    top: 1px;
    font-size: 26px;
  }
}
.product-info-main .product-add-form .field.qty .control .custom-qty-plus {
  left: auto;
  right: 0;
  font-size: 21px;
  top: 2px;
  border-left: 2px solid #dde3f0;
  border-right: none;
}
@media (min-width: 768px) {
  .product-info-main .product-add-form .field.qty .control .custom-qty-plus {
    font-size: 24px;
  }
}
.product-info-main .product-add-form .field.qty .control div.mage-error {
  position: absolute;
  width: 280px;
  bottom: -19px;
}
.product-info-main .product-options-wrapper .fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-info-main .product-options-wrapper .fieldset .field.required {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 1200px) {
  .product-info-main .product-options-wrapper .fieldset .field.required {
    max-width: calc(100% - 250px);
    flex: 0 0 calc(100% - 250px);
    margin-bottom: 45px;
  }
}
.product-info-main .product-options-wrapper .fieldset .field.required > .label {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
  color: #2a2a2a;
}
.product-info-main .product-options-wrapper .fieldset .field.required .field.choice {
  width: auto;
  display: inline-block;
  margin-right: 10px;
  line-height: normal;
  cursor: pointer;
}
.product-info-main .product-options-wrapper .fieldset .field.required .field.choice .label {
  border-radius: 30px;
  text-align: center;
  padding: 4px 20px;
  color: #2a2a2a;
  background-color: #e4eff1;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  text-transform: none;
}
.product-info-main .product-options-wrapper .fieldset .field.required .field.choice .label .price-notice {
  display: none;
}
.product-info-main .product-options-wrapper .fieldset .field.required .field.choice.active label {
  color: #f47321;
  border-color: #f47321;
}
.product-info-main .product-options-wrapper .fieldset .field.required .field.choice .product-custom-option {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin: 0;
  height: 0;
  width: 0;
}
.product-info-main .product-options-wrapper .fieldset .product-wrapper-row-2 {
  width: 100%;
}
.product-info-main .product-options-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: row-reverse;
  border-top: 1px solid #dde3f0;
  padding-top: 20px;
}
.product-info-main .product-options-bottom .box-tocart {
  margin: 0;
}
.product-info-main .product-options-bottom .box-tocart .fieldset {
  margin-bottom: 0;
}
.product-info-main .product-options-bottom .box-tocart .tocart {
  width: 100%;
  margin-bottom: 0;
  font-size: 15px;
  padding: 12px 20px 12px 40px;
  position: relative;
}
.product-info-main .product-options-bottom .box-tocart .tocart::before {
  content: "";
  background: url(../images/cart.svg);
  position: absolute;
  top: 13px;
  left: 14px;
  width: 20px;
  height: 20px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  filter: brightness(7);
}
.product-info-main .product-options-bottom .price-box {
  padding-bottom: 0;
}
.product-info-main .product-options-bottom .price-box .price-container .price {
  font-size: 20px;
}
.product.info.detailed {
  padding-top: 20px;
}
.product.info.detailed .attachment_sec h4 {
  margin-bottom: 10px;
}
.product.info.detailed .box-collateral {
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .product.info.detailed .product.data.items {
    margin-left: 0;
    margin-right: 0;
    border-bottom: none;
  }
}
.product.info.detailed .additional-attributes {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #dde3f0 !important;
  border-collapse: inherit;
}
.product.info.detailed .additional-attributes > tbody > tr > td {
  font-size: 14px;
  padding: 12px;
  line-height: 26px;
  border-bottom: 1px solid #dde3f0;
}
@media (max-width: 639px) {
  .product.info.detailed .additional-attributes > tbody > tr > td {
    padding: 10px !important;
  }
}
.product.info.detailed .additional-attributes > tbody > tr > th {
  padding: 12px;
  line-height: 26px;
  border-bottom: 1px solid #dde3f0;
}
@media (min-width: 1200px) {
  .product.info.detailed .additional-attributes > tbody > tr > th {
    width: 245px;
  }
}
.product.info.detailed .additional-attributes > tbody > tr:nth-child(even) th,
.product.info.detailed .additional-attributes > tbody > tr:nth-child(even) td {
  background-color: rgba(228, 239, 241, 0.5);
}
.product.info.detailed .additional-attributes > tbody > tr:last-child td {
  border-bottom: none;
}
.product.info.detailed .additional-attributes > tbody > tr:last-child th {
  border-bottom: none;
}
.product.info.detailed .product_disclaimer_container p {
  font-size: 11px;
  line-height: 20px;
}
.product-datasheet a {
  border-radius: 22px;
  border: 1px #f47322 solid;
  font-size: 13px;
  padding: 5px 15px;
  background: rgba(244, 115, 34, 0.1) !important;
  font-weight: 500;
}
.product-datasheet a svg {
  width: 16px;
}
.product-datasheet a svg path {
  fill: #f47322;
}
.product-datasheet a:hover {
  color: #f47322;
}
