/******************************************************
    LUIS CAMBRA EXTRA STYLES
******************************************************/

/******************************************************
    GENERAL STYLES
******************************************************/
:root {
    --primary-color: #ca2d23;
    --grey-color: #f4f5f6;
}

.additional-information a.link_color:hover, .close:hover, a.link_color:hover, a:hover, button.link_color:hover {
    color: var(--primary-color);
}
.dropdown_wrap.open .dropdown_tri, .title_block a.title_block_inner.selected, .title_block a.title_block_inner:hover {
    color: var(--primary-color);
}
.btn-default {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}
.page-link {
	color: var(--primary-color);
}
/******************************************************
    END GENERAL STYLES
******************************************************/

/******************************************************
    HEADER STYLES
******************************************************/
body#index .header-container {
    margin-bottom: 0;
}
#st_header #header_center .search_widget_block {
    width: 90%;
}
#st_header #top_extra .st_mega_menu_container {
    border: 0;
    background: #000;
    padding: 5px 0;
}
#st_header #top_extra .st_mega_menu_container ul > li > a {
    color: #fff;
}
#st_mega_menu_wrap .ml_level_0.current .ma_level_0, #st_mega_menu_wrap .ma_level_0:hover {
    border-bottom-color: var(--primary-color);
}
.page_heading {
    font-weight: bold;
    font-size: 1.5rem;
    border-bottom: 2px solid var(--primary-color);
}
.add-to-cart {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}
#header_right .blockcart.dropdown_wrap .line_item .flex_container.flex_start.mar_b4 {
	flex-wrap: wrap;
}
#header_right .blockcart.dropdown_wrap .line_item .attributes {
	flex: 0 0 100%;
}

@media(max-width: 480px){
    header #mobile_bar_bottom {
        min-height: 50px;
    }
}
/******************************************************
    END HEADER STYLES
******************************************************/

/******************************************************
    FOOTER STYLES
******************************************************/
#footer .stlinkgroups_links_footer {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}
#footer .stlinkgroups_links_footer .title_block {
    display: none;
}
#footer .stlinkgroups_links_footer .footer_block_content {
    display: flex;
    justify-content: space-around;
}
#footer .news_letter_1 {
    flex-flow: column;
}
#footer .news_letter_1 .st_news_letter_content {
    margin: 0;
    width: 100%;
}
#footer .news_letter_1 .st_news_letter_form {
    width: 100%;
}
.block-social li:hover {
    background-color: var(--primary-color);
}
/******************************************************
    END FOOTER STYLES
******************************************************/

/******************************************************
    HOME PAGE STYLES
******************************************************/
#index .swiper_2_right {
    padding-left: 0;
}
.title_style_0 .title_block_inner {
    border-color: var(--primary-color);
}
#index .stfeaturedslider_container .title_block.flex_container.title_align_1.title_style_0 {
    border-bottom: 1px solid var(--grey-color);
    text-align: left;
    align-items: start;
    justify-content: start;
}
#index .stfeaturedslider_container .title_block.flex_container.title_align_1.title_style_0 .flex_child.title_flex_left {
    display: none;
}
#index .stfeaturedslider_container .title_block.flex_container.title_align_1.title_style_0 a.title_block_inner {
    display: inline-block;
    border-bottom: 2px solid var(--primary-color);
    padding-left: 0;
    padding-right: 10px;
}
/******************************************************
    END HOME PAGE STYLES
******************************************************/

/******************************************************
    CATEGORY PAGE STYLES
******************************************************/
.column_block .title_style_0 {
    border-bottom: 1px solid var(--grey-color);
}
.column_block .title_style_0 .title_block_inner {
    font-weight: bold;
    border-bottom: 2px solid var(--primary-color);
}
/******************************************************
    END CATEGORY PAGE STYLES
******************************************************/

/******************************************************
    PRODUCT LIST STYLES
******************************************************/
#js-product-list .product-flags li.product-flag {
	left: 5px;
}
#js-product-list .product-flags .product-flag.discount {
	display: block;
	top: 38px;
	text-align: center;
	background: var(--primary-color);
}
#js-product-list .product-flags li.product-flag.new, li.product-flag {
	background: #fff;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}
#index li.product-flag {
	left: 5px;
}
#js-product-list .tax_label, .products_section .tax_label {
	display: none;
}


@media(max-width: 480px){
    #js-product-list .quick-view, #index .quick-view {
        display: none;
    }
}
/******************************************************
    END PRODUCT LIST STYLES
******************************************************/

/******************************************************
    PRODUCT PAGE STYLES
******************************************************/
#product .product_name_wrap .product_name {
    font-size: 1.25rem;
    line-height: 120%;
    margin-bottom: 1rem;
    font-weight: 400;
}
#product .product-description h2 {
    font-size: 1.4rem;
}
#product .product-description h3 {
    font-size: 16px;
}
#product .current-price .tax_label {
	display: none;
}
#product .product-manufacturer .pro_extra_info_label {
	display: none;
}
#product li.product-flag.discount {
	display: block;
	top: 35px;
	background: var(--primary-color);
}
#product li.product-flag.product-flag.new {
	background: #fff;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}
/******************************************************
    END PRODUCT PAGE STYLES
******************************************************/

/******************************************************
    CART PAGE STYLES
******************************************************/
#cart .checkout.cart-detailed-actions.card-block a {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    font-size: 16px;
}
/******************************************************
    END CART PAGE STYLES
******************************************************/

/******************************************************
    CHECKOUT PAGE STYLES
******************************************************/
#checkout .continue {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
    font-size: 16px;
}
#module-steasycheckout-default #js-checkout-summary .line_item .small_cart_info .steco_flex_container {
	flex-wrap: wrap;
}
#module-steasycheckout-default #js-checkout-summary .line_item .small_cart_info .steco_flex_container .attributes {
	flex: 0 0 100%;
}
/******************************************************
    END CHECKOUT PAGE STYLES
******************************************************/

/******************************************************
    OTHER PAGES STYLES
******************************************************/
#manufacturer #center_column h2,
#cms #center_column h2 {
    font-size: 1.4rem;
}
#manufacturer #center_column h3,
#cms #center_column h3 {
    font-size: 16px;
}
/******************************************************
    END OTHER PAGES STYLES
******************************************************/

/******************************************************
    END LUIS CAMBRA EXTRA STYLES
******************************************************/