/**
 * PEAR Coding Standard.
 *
 * PHP version 5
 *
 * Main CSS file
 *
 * @category  CSS
 * @package   AI-Esc
 * @author    ai-dev <contact@ai-dev.fr>
 * @copyright ai-dev since 2021
 * @license   Read the multi-language license license.txt
 *
 * @version   0.1.5.1
 *
 * @link      http://www.boutique.ai-dev.fr
 */
/* Cart */
#allow_seperated_package {
  margin: 2px 5px 0 0;
  left: auto;
  display: inline-block;
  position: relative;
}
#HOOK_SHOPPING_CART {
  text-align: right;
}
#HOOK_SHOPPING_CART .aiesc_delivery {
  display: inline-block;
  margin: 0 0 10px;
}
/* Order */
#HOOK_TOP_PAYMENT .aiesc_delivery {
  display: none;
}
#HOOK_PAYMENT .aiesc_delivery {
  margin: 0 0 10px;
  text-align: right;
}
#HOOK_PAYMENT .aiesc_delivery #allow_seperated_package {
  display: none;
}
/* Categories special */
#product_list .category_special, .product_list .category_special {
  position: absolute;
  top: 5%;
  right: 5%;
  max-height: 15%;
}
#studios-logo-list {
  margin-bottom: 30px;
}
#studios-logo-list img {
  margin: auto;
}
#studios-logo-list .slick-prev::before, #studios-logo-list .slick-next::before {
  color: #000;
  content: "";
}
#studios-logo-list .slick-arrow.slick-prev {
  background: url('../img/arrow-circle-left.svg') center #c51415;
  border-radius: 20px;
}
#studios-logo-list .slick-arrow.slick-next {
  background: url('../img/arrow-circle-right.svg') center #c51415;
  border-radius: 20px;
}
#studios-logo-list .slick-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 100;
}
@media (max-width:768px) {
  #studios-logo-list .slick-prev {
    left: -10px;
  }
  #studios-logo-list .slick-next {
    right: -10px;
  }
}