@media all and (min-width: 768px), print {
  #amasty-gallery i.right,#amasty-gallery i.left {
    right: -12%;
  }
}
.attribute.sku {
  display: inline-block;
  margin-right: 15px;
  font-size: 15px;
}

[data-label="Excl. tax"]::before {
  display: none;
}

.attribute.sku .value {
  font-weight: 600;
}
.am-center .added-item.am-center {
  font-size: 20px;
}
div.stock.not-available {
  color: #d0021b;
}
div.stock {
  display: inline-block;
  color: #8f9e38;
  font-weight: 500 !important;
}

div.stock.unavailable {
  height: 30px;
  line-height: 30px;
  width: 153px;
  background: #e0e0e0;
  color: #fff;
  border-radius: 2px;
}

.qty-inc:hover, .qty-dec:hover {
  text-decoration: none !important;
}

.price-box {
  margin: 0 !important;
}

.box-tocart, .actions.addtocart {
  display: inline-block;
}

.tocart.disabled {
  background: #b1adad !important;
}

.product-info-main .product-add-form {
  padding-top: 10px;
}

.info.detailed h4 {
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
  color: #292929;
}

.product.info.detailed {
  margin: 0 auto;
  margin-bottom: 45px;
  width: 60%;
}

.product-info-main .product-info-price {
  border-bottom: none;
  margin-bottom: 0px;
  margin-top: 25px;
}

#amasty-gallery-images .active {
  outline: 1px solid #a9c50f;
}

#amasty-gallery i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 14px;
  height: 14px;
}

.item.link.compare {
  display: block !important;
  text-decoration: underline;
  margin-bottom: 10px;
  font-size: 16px;
}

#amasty-gallery i.right {

  right: 4%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#amasty-gallery i.left {
  left: 21%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.qty i {
  font-family: 'porto-icons';
  font-style: normal;
  font-size: 25px;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
}

.message.success > *:first-child:before {
  top: 7px;
  left: -40px;
  color: white !important;
}

.message.success > *:first-child {
  position: relative;
  display: inline;
}

.message.success {
  background: #013c01;
  text-align: center;
  color: white;
}

.message.error > *:first-child:before {
  position: initial !important;
  margin: -4px 0 0 !important;
  color: white !important;
  top: 2px !important;
}

.message.error {
  text-align: center;
  background: #b30000;
  color: white;
}

h1.page-title {
  height: 100% !important;
  text-decoration: none;
}

.product-addto-links .action span {
  display: inline-block;
}

.product-addto-links .action.tocompare {
  color: #040404 !important;
  width: auto !important;
  height: auto !important;
  border: none !important;
}

.action.tocompare:before {
  content: '' !important;
}

.amasty-gallery-label {
  text-align: center;
}

.info.detailed i {
  display: none;
}

#qty-error {
  display: inline-block;
}

@media all and (min-width: 768px), print {
  .page-layout-1column .product-info-main {
    width: 50% !important;
    padding-left: 20px;
  }

  .page-layout-1column #messageBox .product-info-main {
    width: auto !important;
  }

  .page-layout-1column .product.media {
    width: 50% !important;
    padding-right: 20px;
  }
}
.amgal {
  min-height: 350px;
}
#amasty-gallery-container .slick-list.draggable {
 min-height: 354px;
}
@media only screen and (max-width: 767px) {
  #amasty-main-container {
    margin: 0 auto;
  }

  .amgal {
    position: relative;
  }

  #amasty-gallery i.left {
    left: 4%;
    z-index: 898;
  }

  #amasty-gallery-images {
    display: none;
  }

  .box-tocart {
    display: block;
  }

  .box-tocart .actions {
    width: 100%;
    margin-right: 0;
    margin-top: 20px;
  }

  .box-tocart .actions > button {
    height: 42px;
  }

  div.product-info-main .product-options-bottom .box-tocart {
    margin-bottom: 15px;
  }

  .product-addto-links {
    text-align: center;
    display: block;
  }

  .product-addto-links a {
    width: 100% !important;
  }

  .info.detailed {
    width: 100%
  }

  .info.detailed .value {
    max-height: 150px;
    overflow-y: hidden;
    position: relative;
  }

  .info.detailed .value:not(.showdesc):after {
    background-image: linear-gradient(rgba(255, 255, 255, 0) 40%, #fff 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: opacity .5s;
    opacity: 1;
    bottom: -97%;
  }

  .showdesc {
    max-height: 100% !important;
  }

  .info.detailed i {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    width: 30px;
    right: 50%;
    position: absolute;
    height: 30px;
  }

  .info.detailed .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  .info.detailed .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .column .login-container .block-new-customer .actions-toolbar {
    margin-top: 25px;
    margin-bottom: 44px;
  }
}

.prev-next-products {
  display: none;
}

#narrow-by-list > div:nth-child(1) > div.filter-options-title:after {
  display: none;
}
.toolbar-amount {
  display: block !important;
}

.block-compare .block-title {
  color:#00984a;
}

.sidebar-additional .block-compare .product-item .product-item-name{
  min-height: 0px;
}

.sidebar-additional .block-compare .product-item .delete:before {
  color: black !important;
}

.block-compare .block-title #block-compare-heading {
  color:#00984a !important;
  font-size: 18px;
}
.sidebar-additional .block-compare .actions-toolbar .action.compare {
  background: white !important;
  color: black !important;

}

.sidebar-additional .block-compare .actions-toolbar .action.compare:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  padding-right: 25px;
  background: url(../images/compare.png) no-repeat;
  background-size: contain;
  margin: -2px;
}
.sidebar-additional .block-compare .qty {
  font-weight: 700;
}

.sidebar-additional .block-compare .action.clear {
  font-weight: 700;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 9px;
}
.checkout-index-index [name="shippingAddress.street.1"] {
  display: none;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title {
  border-bottom: unset;
}
.checkout-index-index .opc-block-summary .items-in-cart > .title strong {
  font-size: 1.4rem;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 0px !important;
}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 90px !important;
}
.checkout-index-index .opc-block-summary .product-item .product-item-inner {
  display: unset;
}
.checkout-index-index .opc-block-summary .product-item .subtotal {
  display: unset;
  text-align: unset;
}
#checkout div.opc-block-summary > div.admin__field.admin__field-option {
  border-top: 1px solid #e5e5e5;
  padding-top: 19px;
  padding-left: 30px;
  margin-bottom: 19px;
}

.checkout-index-index [data-role="checkout-agreements"],
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  padding-left: 30px;
}

.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  padding-top: 0px;
  overflow-y: auto;
  max-height: 500px;
}
@media screen and (max-width: 767px) {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
    padding-left: 15px;
  }
  .checkout-index-index .items-in-cart {
    margin-bottom: 16px;
  }
  .checkout-index-index .opc-block-summary .minicart-items-wrapper {
    padding-top: 0px;
    max-height: 360px;
  }
}

.checkout-index-index .actions-toolbar .secondary a.action.viewcart {
  display: none;
}
.checkout-index-index .messages {
  display: table;
  width: 100%;
}
.checkout-index-index .checkbox_style label:before {
  content: "\f1db";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  font-size: 19px;
  color: #CFCFCF;
}
.checkout-index-index .checkbox_style .checked_label:before {
  content: "\f111";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  border: 2px solid #CFCFCF;
  border-radius: 50%;
  color: #00984A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.checkout-index-index .-summary {
  background: #fafafa;
}
@media (min-width: 768px), print {
  .checkout-index-index .checkout-payment-method .payment-option-title {
    padding-left: 0px;
  }
}
.checkout-index-index .-summary .checkout-payment-method {
  border-top: 1px solid #e5e5e5;
  font-size: 16px;
}

.checkout-index-index .-summary .checkout-payment-method.submit {
  border: 0;
}

@media screen and (max-width: 768px) {
  .checkout-index-index .-summary .checkout-payment-method.submit {
    padding: 0 15px;
  }
}

body.checkout-index-index {
  color: black;
}
.checkout-index-index .checkout-payment-method .payment-group .payment-method-title {
  border-top: unset;
  padding: 6px 0;
}
.checkout-index-index table td[class*="col-"] {
  float: left;
}
.checkout-index-index .table-totals {
  border-top: unset !important;
  margin-bottom: 0;
}
.checkout-index-index .opc-block-summary .table-totals .grand .mark {
  font-size: unset;
  border-color: #e5e5e5;
}
.checkout-index-index .opc-block-summary {
  padding: 0px !important;
}

#checkout div.additional-options > div.admin__field.admin__field-option {
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  #checkout div.additional-options > div.admin__field.admin__field-option,
  .checkout-index-index [data-role="checkout-agreements"] {
    padding-left: 10px;
    margin-bottom: 10px;
  }

  #checkout div.additional-options > div.admin__field.admin__field-option {
    font-size: 15px;
  }


}

.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle {
  display: block;
  position: relative;
}

.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle:after {
  position: absolute;
  right: 15px;
  font-size: 25px;
}

.checkout-index-index .opc-block-summary .items-in-cart > .title:after {
  font-size: 25px;
}

.checkout-index-index .minicart-items .product-item-details .price {
  font-weight: bold;
}
.checkout-index-index .table-checkout-shipping-method .col-method {
  border-top: none;
}
.checkout-index-index .table-checkout-shipping-method .col-price {
  border-top: none;
}
.checkout-index-index .checked_label:before {
  content: "\f111";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  border: 2px solid #CFCFCF;
  border-radius: 50%;
  color: #00984A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.checkout-index-index #shipping-new-address-form [name="shippingAddress.custom_attributes.customer_type"] input:before {
  content: "\f1db";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 21px;
  height: 21px;
  margin-right: 5px;
  font-size: 22px;
  color: #CFCFCF;
}
.checkout-index-index #shipping-new-address-form [name="shippingAddress.custom_attributes.customer_type"] input {
  -webkit-appearance: none;
}

.checkout-index-index #shipping-new-address-form [name="shippingAddress.custom_attributes.customer_type"] input.radio_selected:before {
  content: "\f111";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  border: 2px solid #CFCFCF;
  border-radius: 50%;
  color: #00984A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.checkout-index-index #shipping-new-address-form [name="shippingAddress.custom_attributes.customer_type"] input[type="radio"]:checked:before {
  content: "\f111";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  border: 2px solid #CFCFCF;
  border-radius: 50%;
  color: #00984A;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.checkout-index-index #shipping-new-address-form [name="shippingAddress.custom_attributes.customer_type"] input:not([disabled]):focus {
  box-shadow: none;
  outline:none;
}

.payment-group .payment-method {
  margin-bottom: 6px;
}

.payment-method .stripe-payment label img {
  vertical-align: bottom;
}

.checkout-cart-index .crosssell .actions-primary {
  padding-top: 10px;
}

.filter-current span.filter-value.am-filter-value {
  vertical-align: middle;
}

div#password-strength-meter-container {
  margin-top: 5px;
}