/**
 * PEAR Coding Standard.
 *
 * PHP version 5
 *
 * Paramount CSS file
 *
 * @author    ai-dev <contact@ai-dev.fr>
 * @copyright ai-dev since 2021
 * @license   Read the multi-language license license.txt
 * @category  Template
 * @package   AI-Esc
 *
 * @version   0.1.3
 *
 * @link      https://www.boutique.ai-dev.fr
 */
 
 /* Based on color #003595 */
  
#studios_menu_button {
	background-color: #003595;
}

#studios_menu_button svg path{
  fill: #003595;;
}

#studios_menu_list ul li:hover {
	border-left: solid 3px #003595;
}

#search_block_top #searchbox .button-search svg path{
  	fill: #003595;
}

#search_block_top .btn.button-search {
	background-color: #003595;
	border: solid 1px #003595;
}

#search_block_top .btn.button-search svg path{
    fill: #003595;
}


/* user links */
.shopping_cart > a:first-child svg path{
	color: #003595;
}

.shopping_cart .ajax_cart_total {
	color: #003595;
}

.shopping_cart .ajax_cart_quantity {
    background-color: #003595;
}	

.list-icon-top .block-account-icon {
	background-color: #003595;
}

.list-icon-top .block-account-icon svg path{
  fill: #003595;
}


/* Menu */
.primary-menu__items {
	background-color: #003595;
}

.toggle-menu svg path.second {
  fill: #003595;
}

#newest_all_button,
#featured_all_button,
#bestsellers_all_button {
	background-color: #003595;
}

#homefeatured .slick-arrow.slick-prev, 
#homecatnewest .slick-arrow.slick-prev,
#bestsellers .slick-arrow.slick-prev {
    background: url('../img/arrow-circle-left.svg') center #003595;
}

#homefeatured .slick-arrow.slick-next, 
#homecatnewest .slick-arrow.slick-next,
#bestsellers .slick-arrow.slick-next {
    background: url('../img/arrow-circle-right.svg') center #003595;
}

ul.product_list .price product-price {
	color: #003595;
}

ul.product_list .ajax_add_to_cart_button {
	background-color: #003595;
}

ul.product_list .ajax_add_to_cart_button:hover {
	background-color: #003595;
}

ul.product_list .product-content-action .button-addtocart {
	background-color: #003595 !important;
}

ul.product_list .product-content-action .button-addtocart svg {
	fill: #003595 !important;
}

.top-pagination-content ul.pagination li.active > span span, 
.bottom-pagination-content ul.pagination li.active > span span {
	background-color: #003595;
}

/* about us */
.about-us_options .about-us_more {
	background: #003595;
	border: solid 4px #003595;
}

/* layered acordion */
.ui-accordion .ui-accordion-header.layered_subtitle_heading.ui-state-active {
	background-color: #003595;
}

/* layered search */
#layered_words_container .button-search {
	background-color: #003595;
	border: solid 1px #003595;
}

#layered_words_container .button-search svg path {
	fill: #003595;
}
