/*-----------------------------------------------------------------------------

-	Product Module Components -

version:   	0.0.8  
author:		Berke GULEC | Beg Yazilim 
email:     	berke.ggulec@gmail.com
-----------------------------------------------------------------------------*/

.product_extra-491 {
  display: none;
}
.product_extra-491.visible {
  display: block;
}

.product-option-quantity {
  display: none !important;
}

.counter-component {
  width: 70px;
  display: flex;
  flex-direction: row;
}
.counter-component .btn-decrease {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.counter-component a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  background-color: rgba(27, 118, 126, 0.52);
  position: relative;
}
.counter-component input[type="text"] {
  color: #4a4a4a;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 1px solid rgba(27, 118, 126, 0.3);
  margin: 0;
  font-size: 14px;
  position: relative;
  text-align: center;
}

.counter-component .btn-decrease::after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 2px;
  color: #fff;
  background-color: #fff;
  z-index: 9;
}

.counter-component .btn-increase::after {
  content: " + ";
  display: inline-block;
  width: 24px;
  z-index: 9;
  text-align: center;
  font-size: 25px;
  color: #fff;
}

/* for change content button */

.product-change-content {
  margin-top: 5px;
  margin-bottom: 5px;
  list-style-type: none;
  cursor: pointer;
}
.product-change-content > .product-change-content-btn {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

.product-change-content > .product-change-content-btn {
  font-weight: 600;
  font-family: "Montserrat";
}

.product-change-content img {
  margin-right: 5px;
}

.quantity-loader {
  width: 100%;
  height: 100%; 
  background: #f4f4f4;
  position: absolute;
  opacity: 0.7;
  align-items: center;
  justify-content: center;
  z-index: 999;
  display: none;
}

.quantity-loader.active {
  display: flex;
}

.lds-ring {
  display: inline-block;
  position: absolute;
  width: 80px;
  height: 80px;
  /*! top: 50%; */
  /*! left: 50%; */
  /*! transform: translate(-50%, -50%); */
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #cef;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #cef transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
