/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

/* GENERAL */

:root {
	--color-agregado-1: #003e86;
	--color-agregado-2: #d09e47;
	--color-agregado-3: #f6f0e4;
	--color-agregado-4: #fff;
	--color-gris-agregado-1: #f8f8f8;
	--color-gris-agregado-2: #c9c9c9;
	--color-gris-agregado-3: #878787;
	--color-descuento: #629046;
	--color-nuevo: #373b4b;
	--color-fuera-de-stock: #ed4242;
	--color-textos: #232121;
	--color-mensajes: #f6f0e4;
}

body {
	color: var(--color-textos);
}

button,
input,
optgroup,
select,
textarea {
	font-family: Ubuntu, Tahoma, sans-serif, Arial;
}

body .btn-primary,
body .btn-secondary,
body .btn-tertiary,
body .btn-quaternary {
	font-size: 16px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: normal;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 8px 28px;
}

body .btn-tertiary {
	color: var(--color-agregado-1);
	border: solid 1px var(--color-agregado-4);
	background-color: var(--color-agregado-4);
}

body .btn-tertiary:active,
body .btn-tertiary:focus,
body .btn-tertiary:hover {
	outline: none;
	box-shadow: none;
	color: var(--color-agregado-2);
	border: solid 1px var(--color-agregado-4);
	background-color: var(--color-agregado-4);
}

body .btn-secondary {
	color: var(--color-agregado-2);
	border: solid 1px var(--color-agregado-2);
	background-color: var(--color-agregado-4);
}

body .btn-secondary:not(:disabled):not(.disabled):active,
body .btn-secondary:active,
body .btn-secondary:focus,
body .btn-secondary:hover {
	outline: none;
	box-shadow: none;
	color: var(--color-agregado-4);
	border: solid 1px var(--color-agregado-2);
	background-color: var(--color-agregado-2);
}

body .btn-primary {
	color: var(--color-agregado-4) !important;
	border: solid 1px var(--color-agregado-1);
	background-color: var(--color-agregado-1);
}

body .btn-primary:not(:disabled):not(.disabled):active,
body .btn-primary:active,
body .btn-primary:focus,
body .btn-primary:hover {
	outline: none;
	box-shadow: none;
	color: var(--color-agregado-1) !important;
	border: solid 1px var(--color-agregado-1);
	background-color: var(--color-agregado-4);
}

body .btn:not(:disabled):not(.disabled):active,
body .btn:active,
body .btn:focus,
body .btn:hover {
	outline: none;
	box-shadow: none;
}

body .btn.disabled,
body .btn.disabled:hover,
body .btn.disabled:active,
body .btn.disabled:focus,
body .btn[disabled],
body .btn[disabled]:hover,
body .btn[disabled]:active,
body .btn[disabled]:focus,
body .btn[disabled="disabled"],
body .btn[disabled="disabled"]:hover,
body .btn[disabled="disabled"]:active,
body .btn[disabled="disabled"]:focus {
	opacity: 1;
	background-color: var(--color-gris-agregado-2) !important;
	border: solid 1px var(--color-gris-agregado-2) !important;
	color: var(--color-agregado-4) !important;
	pointer-events: none;
	cursor: not-allowed;
}

body .page-content {
	margin-bottom: 4rem;
}

body div.psgdpr_consent_message > p:nth-child(2) {
	font-size: 9px;
}

body .input-color:checked + span,
body .input-color:hover + span,
body .input-radio:checked + span,
body .input-radio:hover + span {
	border-color: var(--color-agregado-2);
}

body .alcamultifaq-title {
	font-size: 16px;
	border-bottom: 2px solid var(--color-gris-agregado-1);
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 15px;
	padding-bottom: 6px;
}

body .alcamultifaq-title:after {
	content: '';
	display: block;
	color: #061623;
	border-bottom: 2px solid var(--color-agregado-2);
	width: 250px;
	position: relative;
	top: 8px;
}

body .alcamultifaq-accordion {
	color: var(--color-textos);
	font-size: 16px;
	font-weight: 400;
}

body .alcarecaptcha-box {
	float: unset;
}

body .infoshippingremain.alert-remain {
	background-color: var(--color-nuevo);
	border: 1px solid var(--color-nuevo);
}

body .infoshippingremain p,
body .infoshippingremain p strong {
	color: var(--color-agregado-4) !important;
}

body .infoshippingremain .progress {
	background-color: var(--color-agregado-2);
}

body .infoshippingremain .progressbar {
	background: var(--color-agregado-2);
}

body #wrapper h1.page-heading,
body #wrapper h1.page_heading,
body #wrapper h3.page_heading,
body #wrapper h6.page_heading {
	text-transform: uppercase;
	color: var(--color-textos);
	font-size: 28px;
	font-weight: 700;
}

body .alcacookiealert .alcacookieInfo .alcacookie-btn-cms {
	color: var(--color-agregado-4);
	text-underline-offset: 3px;
	text-decoration: underline 1px;
}

body .alcacookiealert .alcacookieInfo .alcacookie-btn-cms:hover {
	color: var(--color-agregado-2);
}

body #blockcart-modal .modal-title {
	display: flex;
}

body #blockcart-modal .modal-title .icon_btn {
	margin-right: 5px;
}

body #blockcart-modal .cart-content-btn {
	margin-top: 10px;
}

body #blockcart-modal .cart-content-btn .btn .icon_btn {
	position: relative;
	top: -2px;
}

body #blockcart-modal .modal-body p {
	margin-bottom: 5px;
}


/* HEADER */

body .header-container #mobile_bar.stuck {
	background-color: var(--color-agregado-4);
}

body #header_primary {
	background-color: var(--color-agregado-4);
}

body #top_bar {
	background-color: var(--color-nuevo);
}

body #st_header .search_widget_btn,
body .easycontent_container.full_container {
	background-color: var(--color-agregado-2) !important;
}

body .easycontent_container.full_container a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

body #st_header .search_widget_btn {
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
}

body .st_mega_menu_container {
	background-color: var(--color-agregado-4);
}

body .dropdown_list .dropdown_box {
	border: 1px solid var(--color-gris-agregado-2);
}

body #st_header .search_widget_form_inner.input-group-with-border {
	border: solid 1px var(--color-gris-agregado-2);
}

body #st_header .shop_logo {
	width: 180px;
}

body #st_header .search_widget_form_inner.input-group-with-border .form-control::placeholder {
	font-size: 14px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-gris-agregado-3);
}

body #mobile_bar .mobile_logo img {
	height: 30px;
	width: auto;
}

body .style_wide .ma_level_1,
body #st_mega_menu_wrap .ma_level_0 {
	font-weight: bold;
	color: var(--color-textos);
}

body #st_mega_menu_wrap .stmenu_sub {
	max-height: 650px;
	overflow-y: auto !important;
	scrollbar-width: thin;
}

body #page_banner_container_1 .breadcrumb_nav a:hover {
	color: var(--color-agregado-2);
}


/* FOOTER */

body #footer .title_block .title_block_inner {
	color: var(--color-agregado-4);
}

body #st_news_letter_5 .st_news_letter_form_inner {
	max-width: 100%;
}

body #st_news_letter_5 .st_news_letter_box {
	padding-left: 10%;
	padding-right: 10%;
}

body #footer .block {
	margin-top: 2rem;
}

body #footer .title_block {
	margin-top: 90px;
}

body #footer-primary,
body #footer-secondary,
body #footer-bottom {
	background-color: var(--color-nuevo);	
	color: var(--color-agregado-4);
}

body #footer-primary a,
body #footer-bottom a {
	color: var(--color-agregado-4);
}

body #footer-primary a:hover,
body #footer-bottom a:hover {
	color: var(--color-agregado-2) !important;
}

body #st_news_letter_5 {
	background-color: var(--color-agregado-2);
	color: var(--color-agregado-4);
}

body .steasy_element_block .stsocial_list .social_wrap {
	background-color: var(--color-agregado-2) !important;
}

body .steasy_element_block .stsocial_list .social_wrap i {
	color: var(--color-nuevo) !important;
	font-size: 22px;
}

body #steasy_element_1700 > div > div.sttext_item_image.hover_effect_1 > div > img {
	border-radius: 5px;
}

body #easycontent_204,
body #steasy_column_1063 .easy_icon_with_text_1_1 .easy_icon {
	background-color: var(--color-agregado-3);
}

body #footer-primary .st_news_letter_box .psgdpr_consent_message a:hover {
	color: var(--color-textos) !important;
}


/* REGISTRATION */

body#registration .login_form_block .btn-primary {
	color: var(--color-agregado-4) !important;
	border: solid 1px var(--color-agregado-1);
	background-color: var(--color-agregado-1);
}

body#registration .login_form_block .btn-primary:not(:disabled):not(.disabled):active,
body#registration .login_form_block .btn-primary:active,
body#registration .login_form_block .btn-primary:focus,
body#registration .login_form_block .btn-primary:hover {
	outline: none;
	box-shadow: none;
	color: var(--color-agregado-1) !important;
	border: solid 1px var(--color-agregado-1);
	background-color: var(--color-agregado-4);
}


/* AUTHENTICATION */

body#authentication .login_form_block .btn-primary {
	color: var(--color-agregado-4) !important;
	border: solid 1px var(--color-agregado-1);
	background-color: var(--color-agregado-1);
}

body#authentication .login_form_block .btn-primary:not(:disabled):not(.disabled):active,
body#authentication .login_form_block .btn-primary:active,
body#authentication .login_form_block .btn-primary:focus,
body#authentication .login_form_block .btn-primary:hover {
	outline: none;
	box-shadow: none;
	color: var(--color-agregado-1) !important;
	border: solid 1px var(--color-agregado-1);
	background-color: var(--color-agregado-4);
}


/* INDEX */

body#index .alcasimpleslider .control .right,
body#index .alcasimpleslider .control .left {
	width: 22px;
	height: 22px;
}

body#index .slider-text-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

body#index .slider-title {
	font-family: Trocchi;
	font-size: 40px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-agregado-4);
	max-width: 520px;
}

body#index p.slider-title {
	margin-bottom: 10px;
}

body#index .slider-button {
	width: 520px;
}

body#index li.slider-title {
	font-size: 24px;
	line-height: 30px;
	width: 520px;
}

body#index li.slider-title a {
	color: var(--color-agregado-4);
}

body#index li.slider-title a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

body#index .subanner-title {
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-agregado-4);
}

body#index h1 {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-textos);
	margin-top: 30px;
}

body#index .alcasimpleslider_content {
	flex-direction: column;
}

body#index #easycontent_246 {
	margin-top: 0;
	margin-bottom: 1rem;
}

body#index #easycontent_246 #steasy_column_1311 > div.steasy_element_block > div.row {
	justify-content: center;
}

body#index #easycontent_246 #steasy_column_1311 > div.steasy_element_block > div.row .sttext_item_image_inner img {
	border: none;
}


/* CMS */

body#cms #wrapper {
	margin-bottom: 4rem;
}

body#cms #wrapper #main h2,
body#cms #wrapper #main h3,
body#cms #wrapper #main h4 {
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
}

body#cms #wrapper #main h2 {
	font-size: 20px;
	color: var(--color-textos);
	margin: 25px 0px 15px;
}

body#cms #wrapper #main h3 {
	font-size: 18px;
	color: var(--color-textos);
	margin: 15px 0px 10px;
}

body#cms #wrapper #main h4 {
	font-size: 16px;
	background-color: var(--color-gris-agregado-1);
	color: var(--color-agregado-4);
	padding: 5px;
	text-align: center;
}

body#cms #wrapper #main p,
body#cms #wrapper #main li,
body#cms #wrapper #main .table td,
body#cms #wrapper #main .table th {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: var(--color-textos);
}

body#cms #wrapper #main .table th {
	font-weight: bold;
}

body#cms #wrapper #main .table.table-bordered td,
body#cms #wrapper #main .table.table-bordered th {
	border: 1px solid var(--color-agregado-2);
}

body#cms #wrapper #main li {
	padding-left: 5px;
	margin-bottom: 5px;
}

body#cms #wrapper #main li::marker {
	font-weight: bold;
}

body#cms #wrapper #main ul {
	padding-left: 30px;
	padding-top: 0;
	list-style-type: disc;
}

body#cms #wrapper #main a {
	text-underline-offset: 3px;
	text-decoration: underline 1px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

body#cms #wrapper #main a.btn {
	text-decoration: none;
	display: block;
}

body#cms #wrapper #main table {
	margin: 15px 0 25px;
}


/* CATEGORY */

body .category-cover img {
	width: 100%;
}


/* PRODUCT LIST */

body .btn-see-all {
	margin-left: 15px;
	padding: 6px 16px;
	border-radius: 4px;
}

body .ajax_block_product .s_title_block {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-textos);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	height: 32px;
}

body .ajax_block_product .product-price-and-shipping {
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: var(--color-textos);
	display: flex;
	align-items: center;
	justify-content: center;
}

body .ajax_block_product .product-price-and-shipping .price {
	margin-right: 6px;
	margin-left: 6px;
}

body .ajax_block_product .product-price-and-shipping .discount-amount,
body .ajax_block_product .product-price-and-shipping .discount-percentage,
body .ajax_block_product .product-price-and-shipping .regular-price {
	margin-right: 0;
	margin-left: 8px;
	color: var(--color-gris-agregado-3);
	font-size: 14px;
}

body .pro_itemlist .ajax_block_product .product-price-and-shipping {
	flex-direction: column;
}

body .pro_itemlist .ajax_block_product .product-price-and-shipping .product-discounts {
	display: block;
	margin-top: 5px;
}

body .pro_itemlist .ajax_block_product .product-price-and-shipping .regular-price {
	margin-left: 0;
}

body .ajax_block_product .alert-delivery span,
body .ajax_block_product .alert-delivery {
	background-color: var(--color-mensajes) !important;
	font-size: 12px !important;
	font-weight: normal !important;
	text-align: center !important;
	color: var(--color-gris-agregado-3) !important;
	font-family: Ubuntu, Tahoma, sans-serif, Arial !important;
}

body .ajax_block_product .sinvariantes,
body .ajax_block_product .variant-links {
	display: none;
}

body .ajax_block_product .st_sticker_block {
	position: absolute;
	top: 20px;
	left: 0;
}

body .ajax_block_product .st_sticker {
	display: flex;
	align-items: center;
	justify-content: center;
	top: 20px;
	left: 0px;
	height: 26px;
	line-height: 26px;
	margin-top: 5px;
}

body .ajax_block_product .st_sticker:first-child {
	margin-top: 0;
}

body .ajax_block_product .st_sticker .st_sticker_text {
	padding: 0 6px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	text-transform: uppercase;
}

body .ajax_block_product .st_sticker.st_sticker_1 {
	background-color: var(--color-nuevo);
	border: solid 1px var(--color-nuevo);
	color: var(--color-agregado-4);
}

body .ajax_block_product .st_sticker:before {
	display: none !important;
}

body .ajax_block_product .st_sticker.st_sticker_static {
	position: unset;
}

body .ajax_block_product .st_sticker.st_sticker_4 {
	background-color: var(--color-fuera-de-stock);
	border: solid 1px var(--color-fuera-de-stock);
	color: var(--color-agregado-4);
}

body .ajax_block_product .st_sticker.st_sticker_2 {
	background-color: var(--color-descuento);
	border: solid 1px var(--color-descuento);
	color: var(--color-agregado-4);
}

body .ajax_block_product .pro_first_box {
	border-radius: 0;
}

body .ajax_block_product .pro_first_box .hover_fly .hover_fly_btn {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	background-color: var(--color-gris-agregado-3);
}

body .pro_itemlist .ajax_block_product .itemlist_right .ajax_add_to_cart_button:hover,
body .pro_itemlist .ajax_block_product .itemlist_right .view_button:hover {
	color: var(--color-agregado-1) !important;
	border: solid 1px var(--color-agregado-1);
	background-color: var(--color-agregado-4);
}

body .pro_itemlist .ajax_block_product .itemlist_right .ajax_add_to_cart_button {
	margin-top: 10px;
}


/* CART */

body#cart .product-line-info .product-discount .discount,
body#cart .product-line-info .product-discount .regular-price {
	color: var(--color-gris-agregado-3);
}

body#cart .cart-overview {
	padding: .75rem 1.25rem;
}

body#cart .product-line-grid-body > .product-line-info > .label {
	font-weight: bold;
}


/* CHECKOUT */

body#checkout #wrapper {
	min-height: calc(100vh - 178px);
}


/* PRODUCT */

body#product .st_popup_video {
	height: auto;
	width: auto;
	background-color: var(--color-fuera-de-stock);
	padding: 0 15px;
	text-transform: uppercase;
	font-weight: bold;
	min-width: 50px;
}

body#product .st_popup_video:hover {
	color: #ffffff;
	background-color: rgb(237 66 66 / 80%);
}

body#product .qty_wrap.qty_wrap_big {
	width: 100%;
	margin-right: 0;
}

body#product .product-quantity .add,
body#product .product-quantity .add_buy_now {
	display: block;
}

body#product .product-last-items,
body#product .product-unavailable {
	color: var(--color-fuera-de-stock);
}

body#product .alert-delivery span,
body#product .alert-delivery {
	background-color: var(--color-mensajes) !important;
	font-size: 12px !important;
	font-weight: normal !important;
	text-align: center !important;
	color: var(--color-gris-agregado-3) !important;
	font-family: Ubuntu, Tahoma, sans-serif, Arial !important;
}

body#product h1.product_name {
	color: var(--color-textos);
}

body#product .accordion_more_info .mobile_tab .tab-pane {
	border-bottom: none;
}

body#product .products_slider .title_block .title_block_inner {
	color: var(--color-textos);
	font-weight: bold;
}

body#product #easycontent_242 .title_block {
	background-color: var(--color-gris-agregado-2);
}

body#product #easycontent_242 .title_block .title_block_inner {
	border-color: var(--color-textos);
}

body#product .js-mailalert-add {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	padding: 5.6px;
}

body#product .product-additional-info .alert-delivery p {
	margin-bottom: 0;
}

body#product .mp-tab-steps {
	padding: 15px 0;
}

body#product .mp-tab-steps .progressbar li.active,
body#product .mp-tab-steps .progressbar li.active:before {
	border-color: var(--color-descuento);
	color: var(--color-descuento);
}

body#product .mega-attrlabel .megaattr_name {
	color: var(--color-agregado-1);
}

body#product #megagroups a.selectAttr {
	outline: 2px var(--color-agregado-1) solid !important;
}

body#product .megadescriptionlong h1 span {
	font-size: 24px;
	color: var(--color-agregado-1) !important;
}

body#product .megadescriptionshort {
	margin-top: 15px;
}

body#product .megadescriptionshort h4 span {
	font-size: 20px;
	color: var(--color-agregado-1) !important;
}

body#product .mp-tab-steps .progressbar li {
	color: var(--color-gris-agregado-3);
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
}

body#product #mp-ul-steptabs .mp-tab-button {
	display: inline-block;
	width: 50% !important;
}

body#product div#megagroups.tabs #mpimages {
	padding: 0;
}

body#product .mega-attrlabel {
	margin-top: 10px;
}

body#product div#megaproductdays #megaproductdays_text {
	display: block;
	font-weight: bold;
}

body#product .product-prices .product-price {
	font-size: 24px;
	font-weight: 700;
	color: var(--color-textos);
}

body#product .mega-attrlabel .mp_total_price {
	color: var(--color-textos);
}

body#product #mpsteps {
	margin-bottom: 15px;
}

body#product div#megagroups.tabs {
	padding-bottom: 15px;
}

body#product #megagroups .megacolor_list li .mplabeldiv {
	overflow: hidden;
	text-overflow: ellipsis;
	min-height: 65px;
}

body#product #megagroups .megacolor_list li {
	max-width: calc(calc(100% / 5) - 6px);
}

body#product #megagroups .megacolor_list li a {
	height: auto !important;
	width: auto !important;
}

body#cms.cms-id-19 #columns.container {
	max-width: 100%;
}

body .style_wide .ma_level_1:hover {
	color: #d09e47;
}

.titulocontacto {
	color: #003e87;
    font-size: 25px;
    border-bottom: 2px solid #d09e47;
    margin-bottom: 35px;
}

#easycontent_201 .font-weight-bold {
	color: #003e86;
}

.contact-form .form-control-label {
	color: #003e86;
	font-weight: 500;
}

.contact-form input.form-control {
	border: none;
	border-bottom: 1px solid #003e86;
}

.contact-form a {
	color: #003e86;
}

.contact-form .btn {
	width:100%;
	padding: 15px;
	border-radius: 0;
}

.contact-form .form-control {
border: none;
border-bottom: 1px solid #003e86;
background: none;
}

.contact-form .group-span-filestyle .btn-primary {
line-height: 0.15;
}

.info-box {
background-color: #fff;
padding: 10px 15px;
color: #d8b14a; 
font-size: 22px;
margin: 20px 0;
}

.info-box ul {
list-style: none;
margin: 0;
padding: 0;
}

.info-box li::before {
content: "▸ ";
color: #d8b14a;
margin-right: 5px;
}

.info-box li {
margin: 5px 0;
}

body.cms-id-22 .elmentor-price, body.cms-id-23 .elmentor-price {
	display: none;
}

#_desktop_quotecart {
    max-height: 20px;
}

.quote-header-element.quote-icon {
	max-height: 20px;
}

.quote-header-element.quote-text {
	display: inline-block;
}

#_mobile_quotecart {
	width: 10%;
}

#mobile_bar_right .flex_container {
width: 60%;
}

#_mobile_quotecart .quotation_cart:first-of-type {
  display: none;
}

@media (min-width: 768px) {

	.titulocontacto {
    font-size: 48px;
	}

	.textocontacto {
		font-size: 20px;
		padding-right: 50px;
	}

}


/* RESPONSIVE */

@media (min-width: 1200px) and (max-width: 1500px) {
	/* INDEX */

	body#index .slider-title {
		font-size: 36px;
		max-width: 700px;
	}

	body#index .slider-button {
		width: 700px;
	}

	body#index li.slider-title {
		font-size: 20px;
		line-height: 28px;
		width: 700px;
	}

	body#index p.slider-title {
		margin-bottom: 5px;
	}
}

@media (min-width: 992px) and (max-width: 1500px) {
	/* INDEX */

	body#index .slider-title {
		font-size: 30px;
		max-width: 800px;
	}

	body#index .slider-button,
	body#index li.slider-title {
		width: 800px;
	}

	body#index p.slider-title {
		margin-bottom: 5px;
	}

	body#index .slider-text-right {
		align-items: flex-start;
	}
}

@media (max-width: 991px) {
	/* FOOTER */

	body #footer .block.stlinkgroups_links_footer,
	body #footer .title_block {
		margin-top: 0;
	}

	body #footer-primary .stsocial_block {
		text-align: center;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	/* INDEX */

	body#index #st_banner_56 .st_banner_block,
	body#index #st_banner_61 .st_banner_block {
		margin-bottom: 0;
	}

	body#index .subanner-title {
		font-size: 18px;
		min-height: 42px;
	}

	body#index #st_banner_56 .st_banner_block .btn-primary,
	body#index #st_banner_61 .st_banner_block .btn-primary {
		padding: 10px 25px;
	}

	body#index .slider-title {
		font-size: 24px;
		width: 80vw;
	}

	body#index li.slider-title {
		font-size: 16px;
		line-height: 1.3;
		width: 80vw;
	}

	body#index .alcasimpleslider .btn-primary {
		font-size: 14px;
		padding: 5px 20px;
	}

	body#index .slider-button {
		width: 80vw;
	}

	body#index p.slider-title,
	body .alcasimpleslider_content ul {
		margin-bottom: 5px;
	}
}

@media (min-width: 480px) {
	/* GENERAL */

	body .modal-dialog {
		max-width: 620px;
	}
}

@media (min-width: 320px) and (max-width: 479px) {
	/* INDEX */

	body#index .slider-title {
		font-size: 18px;
		width: 80vw;
	}

	body#index li.slider-title {
		font-size: 14px;
		line-height: normal;
		width: 80vw;
	}

	body#index .alcasimpleslider .btn-primary {
		font-size: 12px;
		padding: 5px 15px;
	}

	body#index .slider-button {
		width: 80vw;
	}

	body#index p.slider-title,
	body .alcasimpleslider_content ul {
		margin-bottom: 5px;
	}


	/* PRODUCT LIST */

	body .btn-see-all {
		width: 100%;
		margin-top: 15px;
		margin-left: 0;
	}
}

