
.sal-vat-popover {
  display: none;
  position: absolute;
  bottom: calc(100% + 19px);
  right: calc(100% - 13px);
  width: 397px;
  padding: 25px 24px 21px;
  box-shadow: 0 0 43px #0000001a;
  background-color: #fff;
  z-index: 11;
}
.sal-vat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center !important;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center !important;
  margin-right: 27px;
  position: relative;
  text-align: left;
  gap: 10px;
  justify-content: flex-end;
}

/* make sure links without href have the right pointer*/
a:hover {
  cursor:pointer;
}

.sal-tax .tooltip--right {
  margin-bottom: 5px;
}

input.sal-vat-submit.btn-buy:disabled{
  background-image: none;
  background-color: #AAAAAA;
} 

.sal-checkout-tax-info {
    margin-top: 30px;
}

.tooltip__title a {
    color: #bbbec4;
    transition: all 0.2s ease-in-out;
}


.sal-vat input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid #f4a421;
  display: block;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-right: 9px;
}

.sal-vat input[type="checkbox"]:checked {
  background-image: url(//cdn.shopify.com/s/files/1/0072/8698/0719/files/icon-checked.png?v=1705269374);
  background-size: 12px 12px;
  background-position: center center;
  background-repeat: no-repeat;
}

.tooltip__title {
    color: #bbbec4;
    font-size: 16px;
    line-height: 15px;
    height: 15px;
    letter-spacing: 0.03em;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}


.sal-vat-popover {
  right: 50%;
  bottom: calc(100% + 10px);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 250px;
  padding: 15px;
}

.sal-vat-popover:before {
  border-width: 13px 9px 0 9px;
  border-color: #ffffff transparent transparent transparent;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.sal-vat-popover label {
  font-size: 12px;
}

.sal-vat-popover {
  right: 50%;
  bottom: calc(100% + 10px);
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  width: 388px;
  padding: 15px;
}
.sal-vat-popover textarea {
  max-width: 240px;
}
.sal-vat-popover:before {
  border-width: 13px 9px 0 9px;
  border-color: #ffffff transparent transparent transparent;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.sal-vat-popover label {
  font-size: 12px;
}

.sal-vat-submit {
  right: 15px;
  top: 15px;
}

.sal-vat-cancel {
  bottom: 22px;
  right: 48px;
}

.cart__summary {
  border-top: 1px solid #e3e3e3;
  margin-top: 49px;
  padding-top: 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: flex-end; 
}

.cart__summary-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  justify-content: flex-end; 
}

.cart__total-vat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.04em;
}
.sal-vat-popover {
  display: none;
  position: absolute;
  bottom: calc(100% + 19px);
  right: calc(100% - 13px);
  width: 397px;
  padding: 25px 24px 21px;
  box-shadow: 0 0 43px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  z-index: 11;
}

.sal-vat-popover:before {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 13px 0;
  border-color: transparent #ffffff transparent transparent;
}

.sal-vat-popover textarea {
  width: 100%;
  height: 54px;
  line-height: 30px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background-color: #ffffff;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  color: #7f7f7f;
  font-size: 15px;
  font-weight: 300;
  padding: 10px;
  margin-bottom: 8px;
  resize:none;
  min-height: 54px;
  max-height: 54px;
  max-width: 230px;
}

.sal-vat-popover input[type="text"], input[type="email"]  {
  width: 100%;
  height: 54px;
  line-height: 30px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background-color: #ffffff;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  color: #7f7f7f;
  font-size: 15px;
  font-weight: 300;
  padding: 10px;
  margin-bottom: 8px;
  resize:none;
  min-height: 54px;
  max-height: 54px;
  max-width: 230px;
}

.sal-vat-popover label {
  color: #7f7f7f;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 0.06em;
  clear: both;
}
.sal-vat-popover .btn-buy{
  margin-left: 5px;
  height: 54px;
  position: absolute;
  right: 25px;
  top: 25px;
  cursor:pointer;
  outline: none;
  border-radius: 3px;
  background-color: #318abe;
  background-image: linear-gradient(to top, #318abe 0%, #3fa3dd 100%);
}

.sal-vat-cancel{
  position: absolute;
  bottom: 26px;
  right: 53px;
  border: 0;
  padding: 0;
  background: transparent;
  border-bottom: 1px solid #318abe;
  color: #318abe;
  cursor:pointer;
  outline: none !important;
}
.cart__summary {
  border-top: 1px solid #e3e3e3;
  margin-top: 49px;
  padding-top: 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart__summary-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.cart__summary-accessories {
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  top: 0px;
}

.sal-vat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 27px;
  position: relative;
  text-align: left;
}

.sal-vat input[type="checkbox"] {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid #f4a421;
  display: block;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-right: 9px;
}

.sal-vat input[type="checkbox"]:checked {
  background-image: url(//cdn.shopify.com/s/files/1/0072/8698/0719/files/icon-checked.png?v=1705269374);
  background-size: 12px 12px;
  background-position: center center;
  background-repeat: no-repeat;
}