

.variations {
    font-size: 1.4rem;
    color: #333;
}

.brand-image {
    width:150px;
    opacity: .5;
    -webkit-transition: .3s;
}

.brand-image:hover {
    opacity:1;
}

.banner-content.new-arrival h5.banner-subtitle, .banner-content.new-arrival h3.banner-title  {
    color: #fff !important;
}

.brand-wrapper {
    opacity: .7;
    -webkit-transition: .3s;
}

.brand-wrapper:hover {
    opacity:1;
}


.btn-primary {
    color: #fff;
    border-color: var(--dark-primary);
    background-color: var(--dark-primary);
  }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    border-color: var(--primary-color);
    background-color: var(--primary-color);
  }
  .btn-primary.btn-solid {
    color: var(--dark-primary);
    border-color: #fff;
    background-color: #fff;
  }
  .btn-primary.btn-solid:hover, .btn-primary.btn-solid:active, .btn-primary.btn-solid:focus {
    border-color: var(--dark-primary);
    background-color: var(--dark-primary);
    color: #fff;
  }
  .btn-primary.btn-outline {
    color: var(--dark-primary);
    border-color: var(--dark-primary);
    background-color: transparent;
  }
  .btn-primary.btn-outline:hover, .btn-primary.btn-outline:active, .btn-primary.btn-outline:focus {
    background-color: var(--dark-primary);
    color: #fff;
  }
  .btn-primary.btn-link {
    background-color: transparent;
    color: var(--dark-primary);
    border-color: var(--dark-primary);
  }
  .btn-primary.btn-link:hover, .btn-primary.btn-link:active, .btn-primary.btn-link:focus {
    color: var(--dark-primary);
    background-color: transparent;
  }
  .btn-primary.btn-underline:hover, .btn-primary.btn-underline:active, .btn-primary.btn-underline:focus {
    color: var(--dark-primary);
  }
  

  .media-p {
    font-size:1.4rem !important;
    font-weight:400 !important;
    line-height:2.5rem !important;
    margin-top: 5px;
  }


  .atlantic-spinner {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .justify-content-evenly {
    justify-content: space-evenly !important;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .atlantic-spinner:after {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #000;
    animation: atlantic-spinner 1.2s linear infinite;
  }
  .atlantic-spinner-black:after {
    border-color: #000 transparent #000 transparent;
  }
  .atlantic-spinner-white:after {
    border-color: #fff transparent #fff transparent;
  }
  .atlantic-spinner-primary:after {
    border-color: var(--primary-color) transparent var(--primary-color) transparent;
  }
  @keyframes atlantic-spinner {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .btn-product-icon:hover.atlantic-spinner-primary:after {
    border-color: #fff transparent #fff transparent;
  }

  a.click-loader:hover .atlantic-spinner-black:after {
    border-color: #fff transparent #fff transparent;
  }

  form.cart-form {
    width: 100% !important;
    display: inherit;
  } 

  .cart-dropdown .products {
    /* max-height: 28rem; */
    border-bottom: 1px solid #eee;
    padding-bottom: 2.1rem;
  }

  .cart-dropdown .cart-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin:2rem 0 10rem 0; */
  }

  .mb-20 {
    margin-bottom: 10rem;
  }

  .cart-dropdown.cart-offcanvas .dropdown-box {
    position: fixed;
    top: 0;
    right: -34rem;
    max-width: 34rem;
    margin-top: 0;
    padding: 2.4rem 2rem 2rem;
    width: 100%;
    height: 110vh;
    min-width: auto;
    padding: 2.9rem 3rem;
    opacity: 1;
    visibility: visible;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
    -webkit-transform: none;
            transform: none;
    z-index: 2499;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: auto;
  }

  .cart .cart-page-action {
    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;
    padding: 2rem 0;
  }

  .cart .cart-page-action .btn {
    margin-bottom: 1rem;
  }

  .cart .cart-page-action .btn-clear {
    margin-right: 1rem;
  }
  
  .cart .cart-page-action .btn-clear, .cart .cart-page-action .btn-update {
    border:1px solid #ccc;
    color: #333;
    padding: 1em 2em;
  }

  /* items loader */
  .items-loader {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .items-loader div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #666;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .items-loader div:nth-child(1) {
    left: 8px;
    animation: items-loader1 0.6s infinite;
  }
  .items-loader div:nth-child(2) {
    left: 8px;
    animation: items-loader2 0.6s infinite;
  }
  .items-loader div:nth-child(3) {
    left: 32px;
    animation: items-loader2 0.6s infinite;
  }
  .items-loader div:nth-child(4) {
    left: 56px;
    animation: items-loader3 0.6s infinite;
  }
  @keyframes items-loader1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes items-loader3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes items-loader2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  

  /* Images Loader  */
  .images-loader {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .images-loader div {
    transform-origin: 40px 40px;
    animation: images-loader 1.2s linear infinite;
  }
  .images-loader div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #666;
  }
  .images-loader div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .images-loader div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .images-loader div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .images-loader div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .images-loader div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .images-loader div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .images-loader div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .images-loader div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .images-loader div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .images-loader div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .images-loader div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .images-loader div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes images-loader {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  

  
/*---------------------
    Alert
        - Default
        - Simple Alert
        - Success Alert
        - Primary Alert
----------------------*/
.alert-rounded {
  border-radius: 0.4rem;
}

.alert {
  position: relative;
  padding: 1.4rem 3.5rem 1.4rem 2rem;
  font-size: 1.4rem;
  font-family: Poppins, sans-serif;
  line-height: 1.75;
  border: 1px solid;
  letter-spacing: -0.003em;
  border-radius: 0.3rem;
}
.alert .close-icon {
  width: 1.6rem;
  height: 1.6rem;
  vertical-align: middle;
}
.alert .close-icon::before {
  height: 1px;
}
.alert .close-icon::after {
  width: 1px;
}
.alert ul {
  font-size: 1.3rem;
  margin-top: 1.5rem;
  margin-bottom: 0;
  padding-left: 3.9rem;
  list-style-type: none;
}
.alert ul li {
  position: relative;
  line-height: 1.9;
}
.alert ul li::before {
  position: absolute;
  content: "";
  font-family: "wolmart";
  font-weight: 600;
  font-size: 1.3rem;
  left: -1.9rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0.1rem;
}
.alert ul a {
  color: inherit;
}
.alert ul a:hover {
  color: var(--dark-primary);
}

.alert-title {
  font-size: 1.4rem;
  color: inherit;
  line-height: inherit;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  font-weight: 600;
}

.btn-close .close-icon::before, .btn-close .close-icon::after {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.btn-close:hover .close-icon::before,
.btn-close:hover .close-icon::after {
  background-color: #000;
}

.alert-success {
  border-color: #c4df9b;
  color: #799b5a;
}
.alert-success.alert-bg {
  background-color: #c4df9b;
}

.alert-primary {
  border-color: #d7e8f8;
  color: var(--dark-primary);
}
.alert-primary.alert-bg {
  background-color: #d7e8f8;
}
.alert-primary .close-icon::before, .alert-primary .close-icon::after {
  background-color: var(--dark-primary);
}

.alert-warning {
  border-color: #ffcc6d;
  color: #ffa800;
}
.alert-warning.alert-bg {
  background-color: #fff1d7;
  border-color: #fff1d7;
}
.alert-warning .close-icon::before, .alert-warning .close-icon::after {
  background-color: #f93;
}

.alert-error {
  border-color: #f7e5e5;
  color: #6d1a17;
}
.alert-error.alert-bg {
  background-color: #f7e5e5;
  color: #a94442;
}
.alert-error .close-icon::before, .alert-error .close-icon::after {
  background-color: #6d1a17;
}

.alert-dark {
  border-color: #333;
  color: #fff;
}
.alert-dark.alert-bg {
  background-color: #333;
}
.alert-dark .close-icon::before, .alert-dark .close-icon::after {
  background-color: #fff;
}

.alert-inline .alert-title {
  display: inline-block;
}
.alert-inline.alert-block {
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
}
.alert-inline.alert-block .alert-title {
  margin-right: 1rem;
}
.alert-inline.alert-block .alert-title i {
  font-size: 1.6rem;
  margin-right: 1rem;
}

.alert-icon {
  padding: 1.4rem 2.2rem 1.4rem 1.9rem;
}
.alert-icon i {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.8rem 0 0.1rem;
  font-size: 1.8rem;
  line-height: 1;
}
.alert-icon i.w-icon-cog {
  margin: 0 0.8rem 0rem 0.1rem;
}
.alert-icon i.fas, .alert-icon i.far {
  margin-bottom: 0.3rem;
  margin-left: 0.1rem;
}
.alert-icon i.w-icon-exclamation-triangle {
  font-size: 1.8rem;
}

.alert-button {
  padding: 1.2rem 1.9rem 1.9rem;
  letter-spacing: 0;
}
.alert-button .btn:not(:last-child) {
  margin-right: 0.6rem;
}
.alert-button:not(.alert-block) {
  padding: 1rem 2.2rem 1rem 1rem;
}
.alert-button:not(.alert-block) .btn {
  margin-right: 1.5rem;
}
.alert-button p {
  max-width: 49rem;
  margin-bottom: 2.2rem;
  font-size: 1.3rem;
}
.alert-button .alert-title {
  margin-bottom: 0.6rem;
  letter-spacing: -0.01em;
}
.alert-button.alert-block .btn-rounded {
  padding-left: 1.9em;
  padding-right: 1.9em;
}
.alert-button .btn-error {
  background-color: #fff;
  border-color: #fff;
  color: #6d1a17;
}

.alert-block {
  display: block;
}
.alert-block .alert-title {
  letter-spacing: -0.01em;
}
.alert-block .btn-close {
  position: absolute;
  top: 1.9rem;
  right: 1.9rem;
}
.alert-block.alert-bg .alert-title i {
  margin-right: 0.8rem;
  font-size: 1.5rem;
}

.alert-cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border-style: dashed;
}
.alert-cart-product .btn-success {
  padding: 0.86em 1.37em;
  margin-right: 1.9rem;
}
.alert-cart-product .btn-close.btn-link {
  margin: 0 1rem 0 auto;
  padding-bottom: 0;
}
.alert-cart-product .btn-close.btn-link i::after, .alert-cart-product .btn-close.btn-link i::before {
  background-color: #799b5a;
}

.summary-section {
  margin-bottom: 3.7rem;
}

.sticky-sidebar .active {
  color: var(--primary-color);
  font-weight: 500;
}

.errors {
  color: #BE1E2D;
  font-size: 13px;
  font-weight: 500;
}


#progressbar {
  margin-bottom: 3vh;
  overflow: hidden;
  color: var(--primary-color);
  padding-left: 0px;
  margin-top: 3vh;
}

#progressbar li {
  list-style-type: none;
  font-size: x-small;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 400;
  color: rgb(160, 159, 159);
}

#progressbar #step1:before {
  content: "";
  color: var(--primary-color);
  width: 5px;
  height: 5px;
  margin-left: 0px !important
}

#progressbar #step2:before {
  content: "";
  color: #fff;
  width: 5px;
  height: 5px;
  margin-left: 32%;
}

#progressbar #step3:before {
  content: "";
  color: #fff;
  width: 5px;
  height: 5px;
  margin-right: 32%;
}

#progressbar #step4:before {
  content: "";
  color: #fff;
  width: 5px;
  height: 5px;
  margin-right: 0px !important
}

#progressbar li:before {
  line-height: 29px;
  display: block;
  font-size: 12px;
  background: #ddd;
  border-radius: 50%;
  margin: auto;
  z-index: -1;
  margin-bottom: 1vh;
}

#progressbar li:after {
  content: '';
  height: 2px;
  background: #ddd;
  position: absolute;
  left: 0%;
  right: 0%;
  margin-bottom: 2vh;
  top: 1px;
  z-index: 1;
}

.progress-track {
  padding: 0 8%;
}

#progressbar li:nth-child(2):after {
  margin-right: auto;
}

#progressbar li:nth-child(1):after {
  margin: auto;
}

#progressbar li:nth-child(3):after {
  float: left;
  width: 68%;
}

#progressbar li:nth-child(4):after {
  margin-left: auto;
  width: 132%;
}

#progressbar li.active {
  color: black;
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: var(--primary-color);
}

.coupon_inner {
  padding: 10px 20px 25px;
}

.coupon_code {
  border: 1px solid #ededed;
}

.coupon_code h3 {
  color: #ffffff;
  line-height: 36px;
  padding: 5px 15px;
  background: #222529;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .coupon_code h3 {
    line-height: 28px;
    padding: 5px 15px;
    font-size: 15px;
  }
}

.checkout_btn {
  text-align: right;
}
.checkout_btn a {
  font-size: 15px;
  padding: 3px 14px;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
.coupon_code.left {
  margin-bottom: 59px;
}
}

/* Styles for mobile devices only */
@media only screen and (max-width: 600px) {
.coupon_inner {
  padding: 10px 10px 25px;
}
.progress-track {
  padding: 0;
}
}

.text-upper {
  text-transform: uppercase;
}