/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 17/11/2021, 10:00:16 PM
    Author     : jeang
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 18/11/2021, 10:27:35 PM
    Author     : jeang
*/
.ml-0 {
  margin-left: 0rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 1rem;
}

.ml-4 {
  margin-left: 1.5rem;
}

.ml-5 {
  margin-left: 3rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 1rem;
}

.mr-4 {
  margin-right: 1.5rem;
}

.mr-5 {
  margin-right: 3rem;
}

img[src^="//pixel.locker2.com"] {
  height: 1px;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-none {
  display: none;
}

#loading, #loading2, #loading3 {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
  display: none;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite;
}

#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.object {
  width: 20px;
  height: 20px;
  background-color: #0C58A3;
  float: left;
  margin-right: 20px;
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
}

.object:last-child {
  margin-right: 0;
}

.loader-container {
  position: absolute;
  right: 40px;
}
.loader-container .loader {
  border: 6px solid #f3f3f3;
  /* Light grey */
  border-top: 6px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  margin: 5px auto;
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.header-search-form, .page-search-form {
  position: relative;
}

.suggestions-list {
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.suggestions-list__close {
  position: absolute;
  right: 0;
}
.suggestions-list .live-search-suggestion {
  list-style: none;
  margin: 0;
}
.suggestions-list .live-search-suggestion .product-listings-item-title-link {
  font-size: 12px;
}

.page-search-form .suggestions-list {
  position: absolute;
  top: 72px;
  width: 100%;
  max-width: 426px;
  z-index: 999;
}

@-webkit-keyframes object_one {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_one {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_two {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_three {
  75% {
    -webkit-transform: scale(0);
  }
}
@keyframes object_three {
  75% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 17/11/2021, 10:02:39 PM
    Author     : jeang
*/
#infscr-loading {
  margin: auto;
  text-align: center;
}

.summary-bag-row .w-inline-block,
.bag-row .w-inline-block,
.promo-product-image-div .w-inline-block,
.shopping-bag-row .w-inline-block {
  position: relative;
}

.summary-bag-row a:hover > img.slide,
.bag-row a:hover > img.slide,
.shopping-bag-row a:hover > img.slide,
.promo-product-image-div a:hover > img.slide,
.product-listings-item-image-div a:hover > img.slide,
.product-carousel-image a:hover > img.slide {
  opacity: 0;
}
.summary-bag-row a:hover > img.slide:nth-child(2),
.bag-row a:hover > img.slide:nth-child(2),
.shopping-bag-row a:hover > img.slide:nth-child(2),
.promo-product-image-div a:hover > img.slide:nth-child(2),
.product-listings-item-image-div a:hover > img.slide:nth-child(2),
.product-carousel-image a:hover > img.slide:nth-child(2) {
  opacity: 1;
}
.summary-bag-row a > img,
.bag-row a > img,
.shopping-bag-row a > img,
.promo-product-image-div a > img,
.product-listings-item-image-div a > img,
.product-carousel-image a > img {
  max-height: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.summary-bag-row a > img.slide:nth-child(2),
.bag-row a > img.slide:nth-child(2),
.shopping-bag-row a > img.slide:nth-child(2),
.promo-product-image-div a > img.slide:nth-child(2),
.product-listings-item-image-div a > img.slide:nth-child(2),
.product-carousel-image a > img.slide:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 20px);
}

.pagination-list, .pagination-electronics {
  width: 100%;
}

.no-children > li > ul {
  display: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 3/12/2021, 05:55:22 PM
    Author     : jeang
*/
.order-step-1, .order-step-2, .order-step-3 {
  position: relative;
}

.customer-info {
  display: flex;
  gap: 2rem;
}

/*# sourceMappingURL=styles.css.map */
