.woocommerce-notices-wrapper .alert:first-child {
  margin-top: 1rem;
}

.woocommerce-notices-wrapper .alert .button {
  float: right;
  font-weight: 600;
}

.woocommerce-notices-wrapper .alert.alert-success .button {
  color: #4a9334;
}

.woocommerce-notices-wrapper .alert.alert-info .button {
  color: #003675;
}

.woocommerce-notices-wrapper .alert.alert-danger .button {
  color: #dc3545;
}

.input-quant {
  position: relative;
  display: inline-block;
  padding: 2px;
  white-space: nowrap;
  background: #d6e6f5;
}

.input-quant .plus,
.input-quant .minus,
.input-quant input {
  display: inline-block;
  line-height: calc(1.5em + 0.75rem + 2px);
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
}

.input-quant .plus,
.input-quant .minus {
  background: none;
  width: 2.5rem;
}

.input-quant .plus:hover,
.input-quant .minus:hover {
  color: #fff;
}

.input-quant input[type="number"] {
  width: 4rem;
  -moz-appearance: textfield;
}

.input-quant input[type="number"]::-webkit-inner-spin-button, .input-quant input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.gray-back {
  background: url(../images/background-grey.jpg) center no-repeat;
  background-size: 150%;
  padding: 2rem 0;
}

.product.type-product h1.entry-title {
  color: #243661;
  font-weight: 300;
  font-size: 2.3rem;
  line-height: 3rem;
  text-rendering: initial;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}

.product.type-product h1.entry-title.has-second-title {
  margin-top: 3.5rem;
  margin-bottom: 0;
}

.product.type-product .no-image h1.entry-title {
  font-size: 3rem;
  line-height: 4rem;
}

.product.type-product .product_second_title {
  color: #243661;
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 3.5rem;
}

.product-type-simple .download-links .nav-link:first-child {
  margin-left: 0;
}

.product-head {
  display: flex;
}

@media (max-width: 767.98px) {
  .product-head {
    flex-wrap: wrap;
  }
}

.product-head .left-side img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .product-head .left-side img {
    max-width: 550px;
  }
}

.product-head .entry-summary {
  background: #fff;
  border-radius: 0.25rem;
  padding: 2rem 4rem 2.5rem 2rem;
}

@media (min-width: 768px) {
  .product-head .entry-summary {
    margin: 0 auto;
  }
}

.product-head .entry-summary .sku_wrapper {
  font-weight: 600;
  font-size: 130%;
  display: block;
}

.product-head .entry-summary .sku_wrapper .sku {
  font-weight: 400;
}

.product-head .entry-summary .price {
  margin: 1.3rem 0;
}

.product-head .entry-summary .price .amount {
  font-size: 1.7rem;
  font-weight: 600;
  color: #4a9334;
}

.product-head .entry-summary div.qty {
  font-weight: bold;
  margin-bottom: .4rem;
}

.product-head .entry-summary .quantity {
  margin-bottom: 2.5rem;
}

.product-head .entry-summary .quantity label {
  display: block;
  font-weight: bold;
}

.product-head .entry-summary .quantity .input-quant {
  background: #d8d8d8;
}

.no-image .entry-summary {
  margin-left: 130px;
  margin-right: 90px;
}

.variants-table {
  border-top: 2px solid #277bc9;
  border-bottom: 2px solid #277bc9;
}

.variants-table .d-flex {
  align-items: center;
}

.variants-table .d-flex.header,
.variants-table .d-flex.footer {
  background: #f2f8ff;
}

.variants-table .d-flex.header {
  min-height: 45px;
}

.variants-table .d-flex.footer {
  min-height: 65px;
}

.variants-table .stock {
  font-weight: 600;
}

.variants-table .stock .in-stock {
  color: #4a9334;
}

.variants-table .stock .out-of-stock {
  color: #dc3545;
}

.variants-table .stock .in-stock {
  color: #4a9334;
}

.variants-table .quant {
  text-align: center;
}

.variants-table .quant input {
  padding: 0;
}

.variants-table .quant a.added_to_cart {
  display: none;
}

.variants-table .variants {
  font-size: 120%;
  font-weight: 600;
}

.variants-table .variants .d-flex {
  min-height: 60px;
  position: relative;
}

.variants-table .variants .d-flex:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: url(../images/background-dotted.png);
}

.variants-table .variants .d-flex .size {
  font-weight: normal;
}

.variants-table .bulk-inquiry-lnk {
  font-weight: 600;
  color: #277bc9;
}

.variants-table .bulk-inquiry-lnk::after {
  transition: .3s ease-in-out;
  content: '';
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(../images/icons/triangle-expand.png) center bottom no-repeat;
}

.variants-table .bulk-inquiry-lnk[aria-expanded="true"]::after {
  transform: rotate(90deg);
}

.after-summary {
  margin: 3rem 0;
  padding-bottom: 2rem;
  background: url(../images/backgroud-gray-with-border-bot.png) bottom repeat-x;
}

.after-summary nav.download-links {
  flex-wrap: nowrap;
}

@media (max-width: 767.98px) {
  .after-summary nav.download-links {
    margin-top: 2rem;
  }
}

@media (min-width: 992px) {
  .after-summary .with-image nav.download-links {
    margin-left: 20px;
    margin-bottom: 10px;
  }
}

.download-links .nav-link {
  margin-left: 2rem;
  padding-top: 75px;
  background: url(../images/icons/instructions.png) no-repeat top center;
  font-size: 90%;
}

.download-links .nav-link.datasheet-file {
  background-image: url(../images/icons/datasheet.png);
}

.download-links .nav-link.instructions-pdf {
  background-image: url(../images/icons/instructions_pdf.png);
}

.download-links .nav-link.instructions-link {
  background-image: url(../images/icons/instructions_link.png);
  margin-left: 0;
  padding-top: 40px;
  color: #de9b00;
  font-size: .85rem;
  line-height: 105%;
  padding-left: 0;
  margin-left: -5px;
}

.download-links .nav-link.msds-file {
  background-image: url(../images/icons/msds.png);
}

.download-links .nav-link.coa {
  background-image: url(../images/icons/coa.png);
}

.product-tab {
  margin: 3rem 0 1rem 0;
}

.product-tab .specifications > div {
  min-height: 40px;
  position: relative;
  align-items: center;
}

.product-tab .specifications > div div:first-child {
  font-weight: bold;
  padding-left: 1rem;
}

.product-tab .specifications > div + div::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background: url(../images/background-dotted.png);
}

.product-tab img.doc-icon {
  width: 70px;
}

.upsells {
  margin-top: 3rem;
}

.upsells > .title {
  padding: 1rem 0 0 1rem;
  display: flex;
  background: #f1f1f1;
}

.upsells > .title span {
  position: relative;
  font-weight: 600;
  border: none;
  padding: 1rem 0;
  margin-right: 3rem;
  font-size: 1.2rem;
  color: #4c4c4c;
}

.upsells > .title span::after {
  display: block;
  position: absolute;
  bottom: 0;
  content: "";
  background: #4c4c4c;
  height: 5px;
  width: 100%;
}

.upsells .products {
  padding-top: 1rem;
  width: 100%;
}

.upsells .products .form-row {
  align-items: center;
  width: 100%;
}

.upsells .product {
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
}

.upsells .product:not(:first-child) {
  background: url(../images/background-dotted.png) top left repeat-x;
}

.upsells .product .description {
  padding-top: 1rem;
  padding-bottom: 0;
}

.upsells .product .description a {
  font-size: 1.2rem;
  font-weight: bold;
}

.upsells .product .description > p {
  display: block;
  max-height: 3.2em;
  overflow: auto;
}

.upsells .product .price {
  font-weight: 600;
  font-size: 1.2rem;
  margin-left: 1rem;
  margin-right: auto;
}

.upsells .product .package {
  font-size: 1.2rem;
  margin-left: 1rem;
}

.upsells .product .options {
  width: 100%;
  margin-right: .5rem;
}

.upsells .product .options select {
  font-weight: 600;
}

.upsells .product .add-to-cart {
  align-items: center;
}

@media (max-width: 767.98px) {
  .upsells .product .add-to-cart {
    margin-bottom: 1rem;
  }
}

.upsells .variation-select option::before {
  display: block;
  content: 'USD';
}

/* #region Checkout*/
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
  color: #4c4c4c !important;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}

.woocommerce-billing-fields h3 label,
.woocommerce-shipping-fields h3 label {
  margin-bottom: 0;
}

/* #endregion Checkout*/
/* #region select2 */
.logged-in .select2-container--open .select2-dropdown {
  top: 32px;
}

.select2-container .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #4c4c4c;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: inherit;
  padding: 0;
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .select2-container--default .select2-selection--single,
.select2-dropdown {
    transition: none;
  }
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 10px;
}

/* #endregion select2 */
/* #region baners*/
.side-banners {
  position: relative;
  margin-top: 2rem;
}

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

.side-banners .banner.pattern {
  border: #243661 1px solid;
}

.side-banners .banner .title-before-image {
  margin: 1rem;
  font-size: 23px;
  color: #243661;
}

.side-banners .banner .image {
  width: 100%;
}

.side-banners .banner .image img {
  width: 100%;
}

.side-banners .banner .title-after-image {
  margin: 0 1rem;
  padding: .6rem 0;
  border-bottom: #243661 1px solid;
  font-size: 23px;
  color: #243661;
}

.side-banners .banner .text {
  margin: .8rem 1rem;
}

.side-banners .banner .text > p {
  margin: 0;
}

.side-banners .banner .footer {
  margin: 1rem;
}

/* #endregion baners*/
