
.st-effect-0.open_bar_left .st-pusher {
    transform: none;
}

.open_bar_left #st-pusher-after, .open_bar_right #st-pusher-after {
    display: none;
	
}

.menu_mobile_bar_tri.active .fto-menu {
    font-size: 32px;
}

.menu_mobile_bar_tri.active .fto-menu:before {
    content: '\e8cc';
}

.menu_mobile_bar_tri.active .mobile_bar_tri_text {
	display: none;
}

._sd_custom_menu__wrapper {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(-100%);
    transition: 0.5s;
    z-index: 101;
    opacity: 0;
    overflow: hidden;
}

._sd_custom_menu_mobile__wrapper {
    position: fixed;
    top: 110.8px;
    right: 0;
    background: white;
    width: 100%;
    transform: translateX(-100%);
    transition: 0.35s;
    height: 100vh;
    z-index: 100;
    display: flex;
    flex-direction: column;
    opacity: 0;
	overflow-y: auto;
    overflow-x: hidden;
}

._sd_custom_menu__wrapper.open {
    transform: translateY(0);
    opacity: 1;
}

.mobile_device ._sd_custom_menu_mobile__wrapper_container {
	border-top: 1px solid #000;
}

.mobile_device ._sd_custom_menu_mobile__header {
	border-bottom: 1px solid #000;
    padding: 15px 1rem;
}

._sd_custom_menu__selector {
    color: #000;
    font-size: 1rem;
	text-align: center;
}

._sd_custom_menu__selector div + div {
	margin-left: 30px;
}

._sd_custom_menu__selector div:nth-child(4) {
	margin-left: 0;
}

.mobile_device ._sd_custom_menu__selector_item,
._sd_custom_menu__selector_item_link {
    color: #000;
    cursor: pointer;
	display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 28px;
    line-height: 28px;
    text-transform: uppercase;
}

._sd_custom_menu__selector_item_link a {
	color: #000;
}

.mobile_device ._sd_custom_menu__selector_item.selected {
	text-decoration: underline;
}

.mobile_device ._sd_custom_menu_mobile__main {
	position: absolute;
    height: 100%;
    opacity: 0;
    width: 100%;
    z-index: 0;
    transform: translateX(30px);
}

.mobile_device ._sd_custom_menu_mobile__block {
    margin-top: 15px;
}

.mobile_device ._sd_custom_menu__custom_link .titulo a {
	align-items: center;
    color: #000;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    justify-content: space-between;
	text-transform: uppercase;
}

.mobile_device ._sd_custom_menu__custom_link .titulo a i {
	font-size: 15px;
}

.mobile_device .show_sub_lvl_1,
.mobile_device .show_sub_lvl_2,
.mobile_device .show_sub_lvl_3 {
	display: none;
}

.mobile_device .show_sub_lvl_1.show {
	background-color: #FFF;
    display: block;
    height: 100%;
    padding-right: 20px;
    position: fixed;
    top: 0;
    width: -webkit-fill-available;
}

.mobile_device .show_sub_lvl_2.show {
	background-color: #FFF;
    display: block;
    height: 100%;
    padding-right: 20px;
    position: fixed;
    top: 0;
    width: -webkit-fill-available;
}

.mobile_device .show_sub_lvl_3.show {
	background-color: #FFF;
    display: block;
    height: 100%;
    padding-right: 20px;
    position: fixed;
    top: 0;
    width: -webkit-fill-available;
}

.mobile_device .sub_link_lvl_1,
.mobile_device .sub_link_lvl_2,
.mobile_device .sub_link_lvl_3 {
	margin-bottom: 0.5rem;
}

.mobile_device .sub_link_lvl_1 a {
	align-items: center;
	color: #000;
	display: flex;
    font-size: 14px;
    font-weight: 400;
	justify-content: space-between;
}

.mobile_device .back,
.mobile_device .back_2,
.mobile_device .back_3 {
    padding: 10px 0;
}

.mobile_device .back span,
.mobile_device .back_2 span,
.mobile_device .back_3 span {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}

.mobile_device .back i,
.mobile_device .back_2 i,
.mobile_device .back_3 i {
	margin-right: 5px;
	font-size: 12px;
	font-weight: 600;
	color: #000;
}

.mobile_device .back i.fa-chevron-right,
.mobile_device .back_2 i.fa-chevron-right,
.mobile_device .back_3 i.fa-chevron-right {
	visibility: hidden;
}

.mobile_device #mobile_bar_right #rightbar_99 {
    padding-top: 1px;
}

._sd_custom_menu__container {
    background: aliceblue;
    width: 80%;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

._sd_custom_menu__header {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 40px;
    width: 60%;
    padding-left: 50px;
    padding-right: 50px;
    z-index: 10;
    top: 25px;
}

._sd_custom_menu__header .search_widget_block {
    flex: 1;
}

._sd_custom_menu__header .search_widget_form_inner {
    border-radius: 4px;
    overflow: hidden;
    border: none;
}

._sd_custom_menu__content {
    flex: 1;
    position: relative;
}

._sd_custom_menu__column {
    height: 100%;
    position: relative;
}

.desktop_device ._sd_custom_menu__column {
    display: flex;
}

.desktop_device ._sd_custom_menu__main_column {
    flex: 1;
}

.desktop_device ._sd_custom_menu__categories_column {
    flex: 0.75;
}

._sd_custom_menu__main {
    height: 100%;
    position: absolute;
    opacity: 0;
    display: flex;
    z-index: 0;
    transition: opacity 0.5s;
}

._sd_custom_menu__main.showing {
    opacity: 1;
    z-index: 1;
}



._sd_custom_menu__selector_item {
    cursor: pointer;
}

._sd_custom_menu__selector_item.selected {
    font-weight: 600;
}

.desktop_device ._sd_custom_menu__closer {
    /* position: absolute; */
    top: 18px;
    left: 40px;
    z-index: 1;
    cursor: pointer;
}

._sd_custom_menu__closer i {
    color: #111;
    font-size: 42px;
}

._sd_custom_menu__hamburguer {
    width: 35px;
    height: 25px;
    position: relative;
    cursor: pointer;
    z-index: 101;
    overflow: hidden;
}

._sd_custom_menu__line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: white;
}

._sd_custom_menu__hamburguer ._sd_custom_menu__top_line {
    top: 0;
    left: 0;
}

._sd_custom_menu__hamburguer ._sd_custom_menu__middle_line {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

._sd_custom_menu__hamburguer ._sd_custom_menu__bottom_line {
    bottom: 0;
    width: 100%;
    left: 0;
}

.desktop_device ._sd_custom_menu__block {
    margin-bottom: 5px;
}

._sd_custom_menu__block_category.selected ._sd_custom_menu__main_category_link {
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #111;
}

._sd_custom_menu__block_category.selected ._sd_custom_menu__main_category {
    text-decoration: underline;
    text-underline-offset: 8px;
}

/* .desktop_device ._sd_custom_menu__subcategories.open {
    position: absolute;
    top: 50px;
    left: 60%;
}
.desktop_device ._sd_custom_menu__subcategories > * {
    height: 0;
    opacity: 0;
    z-index: -1;
    width: 0;
    position: absolute;
}
.desktop_device ._sd_custom_menu__subcategories.open > * {
    height: auto;
    opacity: 1;
    width: auto;
    transition: opacity 0.5s;
    position: static;
    z-index: 1;
} */
._sd_custom_menu__subcategories_2 {
    z-index: -1;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

._sd_custom_menu__subcategories_2.open {
    display: flex;
    flex-direction: column;
    height: auto;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 20px;
    gap: 5px;
}

.desktop_device ._sd_custom_menu__main_category,
.desktop_device ._sd_custom_menu__custom_link a {
    color: #111;
    font-size: 42px;
    font-weight: 600;
    cursor: pointer;
}

.desktop_device ._sd_custom_menu__subcategory,
.desktop_device ._sd_custom_menu__main_category_link {
    cursor: pointer;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #424241;
    text-transform: uppercase;
}

.desktop_device ._sd_custom_menu__main_category_link {
    color: #111;
    display: inline-block;
    font-size: 17px;
}

.desktop_device ._sd_custom_menu__subcategory_name {
    display: inline-block;
    color: #1d1d1b;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.desktop_device ._sd_custom_menu__subcategory::first-letter {
    text-transform: uppercase;
}

.desktop_device ._sd_custom_menu__subcategory2_link {
    padding-left: 25px;
    color: #1d1d1b;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.desktop_device ._sd_custom_menu__subcategory2_link a {
    display: inline-block;
    text-transform: lowercase;
}

.desktop_device ._sd_custom_menu__subcategory2_link a::first-letter {
    text-transform: uppercase;
}

.mobile_device ._sd_custom_menu__subcategory2_link {
    font-size: 14px;
    font-weight: 400;
    padding-left: 10px;
}

.desktop_device ._sd_custom_menu__columns_container {
    width: 60%;
    padding-top: 100px;
    position: relative;
    padding-left: 50px;
}

.desktop_device ._sd_custom_menu__images_container {
    width: 40%;
    overflow: hidden;
}

.desktop_device ._sd_custom_menu__images_container img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
}

.desktop_device ._sd_custom_menu__images_container img {
    height: 0;
    opacity: 0;
    display: block;
    transform: scale(1.05);
    transition: opacity 0.25s ease, transform 1s ease;
    object-fit: cover;
}

.desktop_device ._sd_custom_menu__images_container img._sd_custom_menu__image_active {
    opacity: 1;
    transform: scale(1);
    height: 100%;
    width: 100%;
}

.desktop_device ._sd_custom_menu__notification {
    color: #111;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    left: 50%;
    font-weight: 500;
    transform: translate(-50%, -50%);
    font-size: 28px;
}

.desktop_device ._sd_custom_menu__subcategory_2 {
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.desktop_device ._sd_custom_menu__subcategories {
    opacity: 0;
    position: absolute;
    top: 15px;
    z-index: -1;
}

.desktop_device ._sd_custom_menu__subcategories.open {
    padding-left: 30px;
    transition: 0.35s;
    opacity: 1;
    z-index: 100;
}

/* mobile */



._sd_custom_menu_mobile__content {
    flex: 1;
    position: relative;
    min-height: 300px;
}

._sd_custom_menu_mobile__wrapper.open {
    transform: translateX(0%);
    opacity: 1;
}

.mobile_device ._sd_custom_menu_mobile__content {
	margin: 0 1rem;
}

.mobile_device ._sd_custom_menu__closer {
    margin-right: 15px;
    margin-left: 15px;
}




.mobile_device ._sd_custom_menu__closer i {
    font-size: 28px;
}

.mobile_device ._sd_custom_menu_mobile__columns_container {
	height: 100%;
}

.mobile_device ._sd_custom_menu_mobile__column {
    padding-bottom: 15px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 18px;
	height: 100%;
}

.mobile_device ._sd_custom_menu_mobile__bottom_bar {
	border-top: 1px solid #000;
	padding: 15px 1rem;
}

.mobile_device ._sd_custom_menu_mobile__bottom_bar .sdcm_link_bottom,
.mobile_device ._sd_custom_menu_mobile__bottom_bar .sdcm_link_bottom a {
	font-size: 14px;
	color: #000;
}

.mobile_device ._sd_custom_menu_mobile__bottom_bar .sdcm_link_bottom + .sdcm_link_bottom {
	margin-top: 10px;
}

.mobile_device ._sd_custom_menu_mobile__bottom_bar .sdcm_link_bottom img {
	height: 80px;
	width: auto;
}

.mobile_device ._sd_custom_menu_mobile__bottom_bar .sdcm_link_bottom span {
	display: block;
}

.mobile_device ._sd_custom_menu_mobile__main_category {
    text-transform: uppercase;
    color: #111;
    font-weight: 600;
    font-size: 18px;
}

.mobile_device ._sd_custom_menu_mobile__bottom_bar .stlinkgroups_links_footer,
.mobile_device ._sd_custom_menu_mobile__bottom_bar .login {
    margin: 0 20px;
}

.mobile_device ._sd_custom_menu_mobile__bottom_bar .stlinkgroups_links_footer a,
.mobile_device ._sd_custom_menu_mobile__bottom_bar .login .header_icon_btn_text {
    color: black;
    font-size: 16px;
    padding-bottom: 5px;
}

.mobile_device ._sd_custom_menu_mobile__bottom_bar .stlinkgroups_links_footer li:last-of-type a {
    padding-bottom: 0px;
}



.mobile_device ._sd_custom_menu_mobile__main.showing {
    opacity: 1;
    z-index: 1;
    transition: opacity 1s, transform .5s;
    /*overflow: auto;*/
    transform: translateX(0px);

}

.mobile_device ._sd_custom_menu_mobile__subcategory {
    height: 0;
    opacity: 0;
    z-index: -1;
    width: 0;
    position: absolute;
}

.mobile_device ._sd_custom_menu_mobile__subcategories.open ._sd_custom_menu_mobile__subcategory,
.mobile_device ._sd_custom_menu__custom_brands.open ._sd_custom_menu__subcategory {
    height: auto;
    opacity: 1;
    width: auto;
    transition: 0.5s;
    position: static;
    z-index: 1;
    margin: 8px 0px;
}

.mobile_device ._sd_custom_menu_mobile__subcategories,
.mobile_device ._sd_custom_menu__custom_brands.open ._sd_custom_menu__subcategory {
    padding-left: 10px;
}

.mobile_device ._sd_custom_menu_mobile__main_category,
.mobile_device ._sd_custom_menu_mobile__block ._sd_custom_menu__custom_link>a,
.mobile_device ._sd_custom_menu__brands_link {
    color: #111;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.mobile_device ._sd_custom_menu_mobile__subcategory,
.mobile_device ._sd_custom_menu__custom_brands.open a {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    color: #111;
    text-transform: uppercase;
}

.mobile_device ._sd_custom_menu__custom_brands.open>a._sd_custom_menu__main_category_link {
    padding-left: 10px;
    margin: 8px 0;
    display: block;
}

.mobile_device ._sd_custom_menu__notification {
    color: #111;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    left: 50%;
    font-weight: 500;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.mobile_device ._sd_custom_menu_mobile__bottom_bar i {
    font-size: 20px !important;
    color: #111;
    text-transform: uppercase;
    margin-right: 3px;
}
/*
.mobile_device ._sd_custom_menu_mobile__bottom_bar span {
    font-size: 14px;
    color: #111;
    text-transform: uppercase;
} */

.mobile_device ._sd_custom_menu_mobile__bottom_bar .userinfo_mod_top a {
    display: flex;
    align-items: center;
}

.mobile_device ._sd_custom_menu__hamburguer {
    width: 25px;
    height: 18px;
    margin-left: 0px;
    margin-right: 10px;
}

.mobile_device ._sd_custom_menu__line {
    height: 2px;
    background: #111;
}

._sd_custom_menu_mobile__rightbar {
    display: flex;
    align-items: center;
}

._sd_custom_menu__bottom {
    font-size: 18px;
    margin-top: 20px;
}

.mobile_device ._sd_custom_menu__bottom {
    font-size: 16px;
    margin-bottom: 20px;
}

._sd_custom_menu__bottom>div:nth-child(3) i {
    margin-right: 3px;
    margin-left: -3px;
}

._sd_custom_menu__bottom>div {
    margin-top: 5px;
}

._sd_custom_menu__bottom * {
    color: #111;
    font-weight: 500;
}

._sd_custom_menu__bottom i {
    min-width: 25px;
}

._sd_custom_menu__column {
    overflow: auto;
}

/* brands */

.desktop_device ._sd_custom_menu__brands_link.selected {
    text-decoration: underline;
    text-underline-offset: 8px;
}

.desktop_device ._sd_custom_menu__custom_brands {
    position: absolute;
    top: 12px;
    left: 60.5%;
    z-index: -1;
}

._sd_custom_menu__custom_brands.open {
    z-index: 1;
    display: block !important;
}

.desktop_device ._sd_custom_menu__custom_brands a {
    color: #1d1d1b;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

body.sd_menu_open #st-container {
    z-index: 999999;
}

/* menú fonts */

@media (max-width: 1715px) {

    .desktop_device ._sd_custom_menu__main_category,
    .desktop_device ._sd_custom_menu__custom_link a {
        font-size: 38px;
    }
}

@media (max-width: 1560px) {

    .desktop_device ._sd_custom_menu__main_category,
    .desktop_device ._sd_custom_menu__custom_link a {
        font-size: 32px;
    }
}

@media (max-width: 1300px) {

    .desktop_device ._sd_custom_menu__main_category,
    .desktop_device ._sd_custom_menu__custom_link a {
        font-size: 28px;
    }
}

._sd_custom_menu_mobile__main[data-id-menu="3"] ._sd_custom_menu_mobile__column:first-child {
	height: auto;
}

._sd_custom_menu_mobile__main[data-id-menu="3"] .sd_custom_menu_subcategories span {
	border: 1px solid #777;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 14px;
	color: #777;
}

._sd_custom_menu_mobile__main[data-id-menu="3"] .sd_custom_menu_subcategories span.current {
	border-color: black;
	font-weight: bold;
	color: black;
}

._sd_custom_menu_mobile__main[data-id-menu="3"] .sd_custom_menu_subcategories span + span {
	margin-left: 15px;
}