/**
* 2019 Anvanto
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author Anvanto (anvantoco@gmail.com)
*  @copyright  2019 anvanto.com

*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
/* 	height: auto !important; */
}

/* .thumbnail-container {
	
	margin-bottom: 250px !important;
} */
.an_productattributesForm {
  max-width: 200px;
  margin: 0 auto;
}
span.an_productattributes-select-price {
	font-weight: bold;
}
li.an_productattributes-select-sold-out {
  cursor: not-allowed !important;
}
span.an_productattributes-select-sold-out {
  color: #fff;
  background-color: #ffc427;
     padding: 2px 5px;
    margin: 0 5px;
    display: inline-block;
    line-height: 1.3;
    margin-left: 0;
}
span.an_productattributes-select-regular_price {
   text-decoration: line-through;
   margin-right: 5px;
}
span.an_productattributes-select-sale {
    color: #fff;
    background-color: #e53d60;
     padding: 2px 5px;
    margin: 0 5px;
    display: inline-block;
    line-height: 1.3;
    margin-left: 0;
}


.an_productattributes select,
.an_productattributes .an_pa_product-variants>.product-variants-item select {
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  width: 100%;
  box-shadow: none;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background-color: transparent!important;
}
.an_productattributes-select {
  margin-top: 10px;
  margin-bottom: 11px;
}
.an_productattributes .control-label {
    display: block;
    font-size: 14px;
    margin-right: 10px;
    padding-bottom: 3px;	
}

.an_productattributes .an_pa_product-variants>.product-variants-item {
    margin: 10px 0;
}

ul.an_productattributes-group {
  display: table;
  margin: 0;
}
.an_productattributes .an_pa_product-variants>.product-variants-item ul li {
  margin: 0px 5px;
}

.an_productattributes .color,
.an_productattributes .custom-checkbox input[type=checkbox]+span.color {
  border-radius: 0;
  margin: 0;
}
.product-miniature .an_pa_product-variants>.product-variants-item .color {
  width: 26px;
  height: 26px;
  border: 3px solid #fff;
}
.product-miniature .an_pa_product-variants>.product-variants-item .color.color-white {
  border: 1px solid #eee;
  width: 22px;
  height: 22px;
  margin: 2px;
}
.product-miniature .an_pa_product-variants .input-color:checked+span,
.product-miniature .an_pa_product-variants .input-color:hover+span {
  border: 1px solid #000!important;
  width: 26px!important;
  height: 26px!important;
  margin: 0!important;
}
.an_productattributes-qty-container {
  margin-bottom: 10px;
  width: 100%;
}
.an_productattributes-qty {
  padding: 0 10px 0 18px;
  height: 40px;

} 
.an_productattributes-qty-add .an_productattributes-add {
  margin: 0;
  width: 100%;
}
.an_productattributes-qty-add {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
}
.an_productattributes-qty-add .btn-primary {
  margin: 0;
  width: 100%;
  padding: 5px 0px 5px 0px;
  height: 2.75rem;
  line-height: inherit;
}

.an_productattributes-product-selectbox {
  padding: 0;
  position: relative;
}

.an_productattributes-product-selectbox li:hover {
  background-color: #f5f5f5;
}
.an_productattributes-product-selectbox li {
  cursor: pointer;
  font-size: 11px;
  padding: 5px 15px;
  line-height: 2;
}


.an_productattributes-dropdown-toggler {
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  height: 40px;
  line-height: 30px;
  margin: 0;
  padding: 5px 25px 5px 15px;
  text-align: left;
  width: 100%;
  overflow: hidden;
  font-weight: normal;
}
.js-an_productattributes-filter-option {
  display: flex;
  overflow: hidden;
}
.an_productattributes-dropdown-menu {
  display: none;
  bottom: 100%;
  position: absolute;
  background: #fff;
  outline: 1px solid rgba(0,0,0,.25);
  left: 0;
  width: 100%;
  z-index: 10;
  font-weight: normal;
  text-align: left;
}
.an_productattributes-dropdown-menu ul {
	margin: 0;
}
.an_productattributes-dropdown.open .an_productattributes-dropdown-menu {
  display: block;
}

.an_productattributes-dropdown .an_productattributes-dropdown-toggler:after {
  position: absolute;
  content: "";
  top: 17px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}

.an_productattributes-dropdown.open .an_productattributes-dropdown-toggler:after {
  border-color: transparent transparent #000 transparent;
  top: 8px;
}

.an_productattributes-add-to-cart-btn {
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.2;
  width: 100%;
}

.an_productattributes-add-to-cart-btn {
  transition: all .3s;
}
.js-an_productattributes-standart .product-variants-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

ul.an_productattributes-group {
  display: flex;
}
.an_productattributes .an_pa_product-variants>.product-variants-item ul li {
  display: flex;
  margin: 0 3px 2px;
}
.an_productattributes label {
  cursor: pointer;
  margin: 0;
  display: flex;
}

.an_productattributes-qty,
.an_pa_product-variants .form-control,
.an_productattributes-product-selectbox {
  border: 0;
  background-color: #ebebeb!important;
  border-radius: 0;
}
.an_productattributes select,
.an_productattributes .an_pa_product-variants>.product-variants-item select {
  height: 40px;
  padding: 0 30px 0 15px;
}
.an_productattributes {
  padding: 10px;
}

.product-miniature .product-description:after {
  display: none!important;
}
.an_productattributes-qty,
.an_pa_product-variants .form-control,
.an_productattributes-product-selectbox,
.an_productattributes select:focus {
  outline: none!important;
}


.an_productattributes-group .radio-label {
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1;
  font-size: 14px;
  margin: 0;
  border: 0!important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 28px;
  padding: 0 5px;
  color: #000;
  background: #ebebeb;
}
.an_productattributes-group .input-radio:hover+span,
.an_productattributes-group .input-radio:checked+.radio-label {
  background: #000;
  color: #fff!important;
}
.an_pa_product-variants>.product-variants-item .color {
  display: block!important;
}
ul.an_productattributes-group {
  flex-wrap: wrap;
}
.an_pa_product-variants>.product-variants-item .input-color {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-miniature .product-description:after {
  display: none!important;
}
.an_pa_product-variants img {
  max-width: 48px!important;
  max-height: 48px!important;
  width: auto!important;
}
.an_pa_product-variants>.product-variants-item .an_attr-color {
  position: relative;
  width: 50px;
  height: 50px;
  background: #f5f6fa;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.an_pa_product-variants>.product-variants-item .an_attr-effect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border: 1px solid transparent;
}
.an_pa_product-variants>.product-variants-item .input-color:hover+img+.an_attr-effect,
.an_pa_product-variants>.product-variants-item .input-color:checked+img+.an_attr-effect {
  border-color: #000;
}

/****************/
.anpa-loader {
  z-index: 5;
}
.anpa-loader {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
  z-index: 1;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.3s;
  will-change: opacity;

  opacity: 1;
  visibility: visible !important;
}

.anpa-loader-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.8;
}
.anpa-loader-spinner {
  position: relative;
  text-indent: -9999em;
}
/****************/