/* The Modal (background) */
.modal {
  position: fixed; /* Stay in place */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
      padding-right: 17px;	
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
}
#newsletter-modal .modal-dialog {
  width: 100%;
  max-width: 800px; }

#newsletter-modal .modal-body {
  padding: 0; }

#newsletter-modal .new-l__dismiss {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 10px;
  background-color: transparent;
  padding: 8px;
  font-size: 16px;
  border: 0;
  color: #515151;
  cursor: pointer; }

#newsletter-modal .row {
  -ms-flex-align: center;
      align-items: center; }

.new-l__img-wrap {
  background-color: #f5f5f5;
  position: relative; }
  .new-l__img-wrap:before {
    transition: all 0.6s linear;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4); }

.new-l__img-wrap:hover:before {
  opacity: 1; }

.new-l__h3 {
  font-size: 26px;
  line-height: 1.2;
  color: #333333; }

.new-l__p1 {
  font-size: 14px;
  line-height: 21px; }

.new-l__p2 {
  font-size: 12px;
  color: #a0a0a0; }

.new-l__link {
  font-size: 13px;
  color: #7f7f7f;
  transition: all .3s; }
  .new-l__link:hover {
    color: #ff4500;
    text-decoration: underline; }

.new-l__form {
  width: 100%; }
  .new-l__form .btn {
    width: 100%; }
  .new-l__form .btn {
    padding: 13px 30px;
    font-size: 14px;
    font-weight: 600; }

.news-l__input {
  width: 100%;
  font-size: 12px;
  padding: 0 18px;
  height: 40px;
  color: #333333;
  transition: all 0.6s linear;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #ffffff; }
  .news-l__input:focus {
    border-color: #ff4500; }
  .news-l__input:focus {
    outline: 0; }
  .news-l__input::-ms-clear {
    display: none; }


.SubscriberError{
      animation: shake 0.2s ease-in-out 0s 2;
      box-shadow: 0 0 0.5em red;
    }
  


@keyframes shake {
  0% { margin-left: 0rem; }
  25% { margin-left: 0.5rem; }
  75% { margin-left: -0.5rem; }
  100% { margin-left: 0rem; }
}

@media (max-width: 991px) {
  .new-l__col-1 {
    display: none; } }


.u-img-fluid {
  width: 100%;
  max-width: 100%;
  height: auto; }

.modal {
  z-index: 999999; }

.modal-content {
  display: block !important;
  border: none;
  border-radius: 0; }

.modal--radius {
  border-radius: 8px; }

.modal--shadow {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45); }

.gl-modal-h1 {
  margin-bottom: 8px;
  line-height: 1;
  display: block;
  color: #333333;
  font-size: 20px;
  font-weight: 600; }

.gl-modal-text {
  color: #a0a0a0;
  font-size: 13px; }

.gl-modal-btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .gl-modal-btn-group button {
    margin-right: 12px; }
    .gl-modal-btn-group button:last-child {
      margin-right: 0; }
.dismiss-button {
  z-index: 2;
  position: absolute;
  top: 0;
  right: -50px;
  background-color: transparent;
  padding: 8px;
  font-size: 24px;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  transition: color 110ms ease-in-out; }
  .dismiss-button:hover {
    color: #ff4500; }

#dash-newsletter .modal-dialog {
  width: 100%;
  max-width: 450px; }

#dash-newsletter .modal-body {
  padding: 1.875rem; }

.d-modal__form {
  width: 100%; }
  .d-modal__form .btn {
    padding: 14px 46px;
    font-size: 12px;
    font-weight: 600; }
  .d-modal__form a {
    font-size: 15px;
    font-weight: 600;
    color: #ff4500;
    transition: color 110ms ease-in-out; }
    .d-modal__form a:hover {
      color: #7f7f7f; }

#edit-ship-address .modal-dialog, #add-ship-address .modal-dialog {
  width: 100%;
  max-width: 750px; }

#edit-ship-address .modal-body, #add-ship-address .modal-body {
  padding: 1.875rem; }

.checkout-modal1__form, .checkout-modal2__form {
  width: 100%; }
  .checkout-modal1__form .btn, .checkout-modal1__form .input-text, .checkout-modal1__form .select-box, .checkout-modal2__form .btn, .checkout-modal2__form .input-text, .checkout-modal2__form .select-box {
    border-radius: 6px; }
  .checkout-modal1__form .input-text, .checkout-modal1__form .select-box, .checkout-modal2__form .input-text, .checkout-modal2__form .select-box {
    width: 100%; }
  .checkout-modal1__form .btn, .checkout-modal2__form .btn {
    font-weight: 600;
    padding: 16px 46px; }

#add-to-cart .modal-dialog {
  width: 100%;
  max-width: 550px; }
#quick-look .modal-dialog {
  width: 100%;
  max-width: 991px; }

#quick-look .modal-body {
  padding: 1.875rem; }

.new-l--center {
  text-align: center; }

#newsletter-modal .modal-dialog {
  width: 100%;
  max-width: 800px; }

#newsletter-modal .modal-body {
  padding: 0; }

#newsletter-modal .new-l__dismiss {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 10px;
  background-color: transparent;
  padding: 8px;	
  font-size: 16px;
  border: 0;
  color: #515151;
  cursor: pointer; }

#newsletter-modal .row {
  -ms-flex-align: center;
      align-items: center; }

.new-l__img-wrap {
  background-color: #f5f5f5;
  position: relative; }
  .new-l__img-wrap:before {
    transition: all 0.6s linear;
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4); }

.new-l__img-wrap:hover:before {
  opacity: 1; }

.new-l__h3 {
  font-size: 26px;
  line-height: 1.2;
  color: #333333; }

.new-l__p1 {
  font-size: 14px;
  line-height: 21px; }

.new-l__p2 {
  font-size: 12px;
  color: #a0a0a0; }

.new-l__link {
  font-size: 13px;
  color: #7f7f7f;
  transition: all .3s; }
  .new-l__link:hover {
    color: #ff4500;
    text-decoration: underline; }

.new-l__form {
  width: 100%; }
  .new-l__form .btn {
    width: 100%; }
  .new-l__form .btn {
    padding: 13px 30px;
    font-size: 14px;
    font-weight: 600; }

.news-l__input {
  width: 100%;
  font-size: 12px;
  padding: 0 18px;
  height: 40px;
  color: #333333;
  transition: all 0.6s linear;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  background-color: #ffffff; }
  .news-l__input:focus {
    border-color: #ff4500; }
  .news-l__input:focus {
    outline: 0; }
  .news-l__input::-ms-clear {
    display: none; }

.tickBox{
	padding-top: -100px;
	width: 60px;
	height: 60px;
	
}

@media (max-width: 991px) {
  .new-l__col-1 {
    display: none; } }


.field {
  margin-bottom: 10px;
}

.field label {
  display: block;
  font-size: 12px;
  color: #777;
}

.field input {
  display: block;
  min-width: 250px;
  line-height: 1.5;
  font-size: 14px;
}

input[type="submit"] {
  display: block;
  padding: 6px 30px;
  font-size: 14px;
  background-color: #4460AA;
  color: #fff;
  border: none;
}



#result {
  font-size: 9px;
  color: red;
  margin: auto;
  
}

  
.loader {
  width: 60px;
  height: 60px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #0D0C0C;
  border-top: 2px solid #F90505;
  border-radius: 100%;
 
}

.loading {
  width: 60px;
  height: 60px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px solid #0D0C0C;
  border-top: 2px solid #F90505;
  border-radius: 100%;
  animation: spin 1s infinite linear;
}

@keyframes spin {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
#m-check-mark {
  margin: auto;
 display: none;
  width: 60px;
  height: auto;
}

#checkmark {
  stroke-dasharray: 640;
    stroke-dashoffset: 0;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-animation: draw-around 1s;
      -ms-animation: draw-around 1s;
          animation: draw-around 1s;
}

@-ms-keyframes draw-around {
  0% {
    stroke-dashoffset: 640;
  }
  10% {
    stroke-dashoffset: 640;
  }
  100% {
    stroke-dashoffset: 0;
  }


@-webkit-keyframes draw-around {
  0% {
    stroke-dashoffset: 640;
  }
  10% {
    stroke-dashoffset: 640;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes draw-around {
  0% {
    stroke-dashoffset: 640;
  }
  10% {
    stroke-dashoffset: 640;
  }
  100% {
    stroke-dashoffset: 0;
  }
}