/* Extra large devices (large desktops)
// No media query since the extra-large breakpoint has no upper bound on its width */

html {
    scroll-behavior: smooth;
}


/*** TOPBAR ***/
#top_bar {
    font-size: 12px;
}

#top_bar .stlinkgroups_top img {
    margin-right: 8px;
}

#top_bar .stlinkgroups_top span {
    font-size: 12px;
    vertical-align: bottom;
}


/*** HEADER ***/

#st_header .shop_logo>img {
    margin-top: -30px;
    width: 197px;
}

#st_header .search_widget_btn {
    width: 40px;
}

#st_header .fto-user.icon_btn.header_v_align_m.fs_big.mar_r4 {
    font-size: 1.666em;
}

#st_header .fto-user.icon_btn::before {
    margin-top: 14px;
}

#st_header .my_account_link.top_bar_item {
    margin-top: 20px;
}


/*** MENU ***/

#top_extra {
    margin-bottom: 19px;
    margin-top: -20px;
}

#st_mega_menu_wrap .ma_level_0 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

#st_mega_menu_wrap li:first-of-type>a {
    padding-left: 0 !important;
}

#st_mega_menu_wrap li:last-of-type>a {
    padding-right: 0 !important;
}


/*** ELEMENTOR ***/

.home-stretch-text .elementor-widget-wrap {
    max-width: 478px;
}

.home-stretch-text-2 .elementor-widget-wrap {
    margin: auto 0 auto auto;
    max-width: 478px;
}

.home-stretch-text-3 .elementor-widget-wrap {
    margin: auto 0 auto auto;
    max-width: 306px;
}

.slick-slide .swiper-slide a {
    display: inline-block;
}

.swiper-slide .pro_second_box {
    padding: 10px;
    text-align: center;
}
.swiper-slide .act_box_inner.pad_b6.mar_t4.flex_box {
    display: none;
}


/*** PRODUCT BLOCK ***/


/*.ajax_block_product .s_title_block {
	line-height: 22px;
}*/

.product_list.grid .pro_second_box {
    padding: 25px 6px 4px;
}


/*** newsletter ***/

#st_news_letter_1 h4 {
    font-size: 22px;
}

#st_news_letter_1 h5 {
    font-size: 30px;
    font-weight: 800;
    line-height: 1.27em;
    margin-bottom: 40px;
}

#st_news_letter_1 .st_news_letter_input {
    border-bottom: 1px solid;
    height: 32px;
    padding: 0;
    margin-right: 24px;
}


/*** gdpr ***/

#gdpr_consent,
.gdpr_consent,
#authentication .checkbox-inline .flex_child,
#identity .checkbox-inline .flex_child {
    color: #1d2431;
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
}

#authentication .checkbox-inline .flex_child,
#identity .checkbox-inline .flex_child {
    margin-top: 6px;
}

#gdpr_consent input,
.gdpr_consent input,
#authentication .checkbox-inline .custom-input-box,
#identity .checkbox-inline .custom-input-box {
    margin-right: 10px;
}


/*** Mailalert ***/

.product-additional-info {
    margin: 0 auto 30px;
}

.js-mailalert.mar_b6.clearfix>div {
    color: #a52a2a;
}


/*** sidebar ***/

#rightbar {
    bottom: 20px !important;
    right: 20px;
}

#rightbar_3 .icon_wrap {
    height: 54px !important;
    padding: 0;
}

#rightbar_3 .icon_text {
    display: none;
}


/*** Checkout ***/

#checkout #customer-form .checkbox-inline {
    font-size: 0.9rem;
}

#checkout .promo-name>.cart-summary-line {
    border-bottom: 1px dashed #b2d9b2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#checkout .promo-name>.cart-summary-line>.label {
    width: 250px;
    display: inline-block;
}

#checkout .code {
    color: #78b2ce;
    cursor: pointer;
    text-decoration: underline;
}

#checkout .code:hover {
    color: #0a3f62;
    transition: color 0.5s;
}

#conditions-to-approve>ul,
#conditions-to-approve>ul label {
    margin-bottom: 0;
}

#order-summary-content {
    border-top: 1px solid #f2f2f2;
    margin-top: 20px;
}

#checkout-delivery-step .custom-radio {
    margin-top: 6px;
}

/*** Product and category slider PRO ***/

.arpl-carousel-products.owl-carousel .owl-stage-outer {
    padding: 5px 4px;
}

.arpl-tab-content {
    background: none;
}

#arpl-group-2 {
    border-bottom: 1px solid;
    margin-bottom: 80px;
}

#arpl-group-1>ul,
#arpl-group-2>ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

#arpl-group-1 .nav-tabs,
#arpl-group-2 .nav-tabs {
    border-style: none;
}

#arpl-group-1 .nav-tabs .nav-link,
#arpl-group-2 .nav-tabs .nav-link {
    border-style: none;
    color: #78b2ce;
    font-size: 26px;
    font-weight: bold;
}

#arpl-group-1 .nav-tabs .nav-link.active,
#arpl-group-2 .nav-tabs .nav-link.active {
    color: #0a3f62;
}

#arpl-group-1 .arpl-tab-content,
#arpl-group-2 .arpl-tab-content {
    border-style: none;
}

#arpl-group-1 .owl-item,
#arpl-group-2 .owl-item {
    margin-left: 8px;
    margin-right: 8px;
}

#arpl-group-1 .owl-item .product_img_link,
#arpl-group-2 .owl-item .product_img_link {
    display: block;
}

#arpl-group-1 .pro_second_box,
#arpl-group-2 .pro_second_box {
    text-align: center;
    padding: 15px 6px 4px;
}

#arpl-group-1 .pro_second_box .act_box_cart.display_normal,
#arpl-group-2 .pro_second_box .act_box_cart.display_normal {
    display: inline-flex;
}

.arpl-more-link {
    display: inline-flex;
    text-transform: uppercase;
    background-color: #0a3f62;
    color: #fff;
    padding: 7px 22px 7px 30px;
    font-weight: bold;
}

.arpl-more-link:hover {
    background-color: #78b2ce;
    color: #fff;
}


/*** breadcrumb ***/

#category .breadcrumb_wrapper,
#category .breadcrumb_spacing,
#cms .breadcrumb_wrapper,
#cms .breadcrumb_spacing {
    display: none;
}

.breadcrumb_nav {
    font-size: 13px;
}


/*** facetas ***/

.feds_horizontal_wrap {
    background-color: #eef1f2;
    margin-left: calc(-100vw / 2 + 1187px / 2);
    margin-right: calc(-100vw / 2 + 1187px / 2);
}

.feds_horizontal.feds_horizontal_dropdown {
    max-width: 100%;
    width: 1200px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.feds_offcanvas_tri.feds_offcanvas_tri_2.feds_offcanvas_tri_mobile_1 {
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0;
}

.facet_title.facet-title-mobile.stfeds_flex_container {
    padding: 10px 10px 0 10px;
}


/* revi */

.revi_stars_product_list_container {
    margin: -5px 0px 5px 0px;
}

.revi_product_list_blank {
    margin: -5px 0 -2px 0;
}

.revi_rating_container.revi-product-reviews-link,
.revi_color,
.revi_colour,
.revi-colour {
    color: #0A3F62 !important;
}

.revi_rating_container.revi-product-reviews-link .revi_prod_avg_rating>strong {
    color: #2b2b2b;
}

.revi-row.revi_reviews,
.revi-row.revi_shop {
    font-size: 15px;
}


/*** CATEGORY ***/

.category-header-wrapper {
    position: relative;
    /*display: inline-block;
    text-align: center;*/
}

.category-header-wrapper-text {
    color: #fff !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.category-header-wrapper-text .container {
    padding: 0;
}

#category .page_heading {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.61;
}

#category #category-description {
    line-height: 1.33;
}

#category .products-sort-order.dropdown_wrap.mar_r1 {
    font-size: 13px;
    top: 15px;
    position: absolute;
    right: 0;
}

#category .products-sort-order.dropdown_wrap.mar_r1 .dropdown_list {
    left: initial;
    padding-top: 14px;
    right: 0;
}

#category .products-sort-order.dropdown_wrap.mar_r1 .dropdown_list .dropdown_box,
#category .products-sort-order.dropdown_wrap.mar_r1 .dropdown_list .dropdown_list_ul li,
#category .product_list.grid .product_list_item {
    border-style: none;
}


/*** PRODUCT PAGE ***/

.pro_popup_trigger_box .layer_icon_wrap {
    background: none;
}


/*.product_middle_column_inner {
    text-align: center;
}*/

.pro_extra_info_brand {
    color: #1d2431;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
}

.product-description-short {
    color: #2b2b2b;
    font-size: 15px;
    line-height: 20px;
}

.product-description-short ul {
    list-style: initial;
    padding-left: 15px;
}

#product .steasy_divider_item {
    border-style: none;
}


/*#product .product-prices {
	margin: auto;
}*/

#product-availability {
    font-size: 16px;
    font-weight: bold;
}

#product .product-last-items,
#product .product-unavailable {
    font-weight: bold;
}

/*.product-quantity .qty_wrap.qty_wrap_big .btn {
    height: 30px;
    line-height: 28px;
}

.product-quantity .qty_wrap.qty_wrap_big .form-control {
    height: 30px;
}

.product-quantity .btn-large {
    height: 30px;
    line-height: 24px;
    margin-top: -2px;
}*/

.mobile_tab .mobile_tab_title,
.product-features .page_heading {
    color: #0a3f62;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.product-features dl.data-sheet {
    font-size: 15px;
}

#product-actions-wrapper {
    text-align: left;
}

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

.product_page_container .pro_right_item {
    margin-bottom: 0;
}

#product-actions-wrapper span.img {
    display: inline-block;
    text-align: center;
    width: 25px;
}

#product-actions-wrapper span.text {
    font-size: 13px;
    color: #2b2b2b;
    margin-left: 17px;
    text-transform: initial;
}

.tab-content>div {
    margin-bottom: 50px;
}

/*#product-details .mobile_tab_title,*/
#extra-2 .mobile_tab_name {
    display: none;
}

#product .products_slider .swiper-slide a {
    display: inline-block;
}


/*** AUTENTICATION ***/

#create_account_block .form_content,
#login_form_block .form_content {
    min-height: 215px;
}


/*** Related Products ***/

.title_style_0 .flex_child,
.title_style_2 .flex_child,
.title_style_3 .flex_child {
    background-image: none !important;
}

.product_third_section .title_block .title_block_inner {
    font-weight: bold;
}


/*** FOOTER ***/

#footer {
    font-size: 15px;
    margin-top: 50px;
}

#footer .title_block .title_block_inner {
    font-weight: 900;
}

#footer-secondary {
    display: none;
}

@media only screen and (min-width:992px) and (max-width:1199px) {

    /*** CATEGORY ***/
    #category .page_heading {
        margin-bottom: 0 !important;
        text-align: center;
    }

    #category-description {
        display: none;
    }

    /*** facetas ***/
    .feds_horizontal_wrap {
        margin-left: calc(-100vw / 2 + 770px/ 2);
        margin-right: calc(-100vw / 2 + 770px/ 2);
        text-align: center;
    }
}

@media only screen and (max-width:991px) {

    /*** CATEGORY ***/
    #category .page_heading {
        margin-bottom: 0 !important;
    }

    #category-description {
        display: none;
    }

    /*** PRODUCT BLOCK ***/
    .ajax_block_product .s_title_block {
        font-size: 14px !important;
        line-height: 18px;
    }

    /*** facetas ***/
    .feds_horizontal_wrap {
        margin-left: calc(-100vw / 2 + 770px/ 2);
        margin-right: calc(-100vw / 2 + 770px/ 2);
        text-align: center;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {

    /*** facetas ***/
    .feds_horizontal_wrap {
        margin-left: calc(-100vw / 2 + 738px/ 2);
        margin-right: calc(-100vw / 2 + 738px/ 2);
        text-align: center;
    }
}

@media (max-width:767px) {

    /*** HEADER ***/
    body#index .header-container {
        margin-bottom: 0 !important;
    }

    #rightbar_6 {
        padding-top: 2px;
    }

    #rightbar_6 .fs_xl {
        font-size: 1.25rem;
    }

    /*** Sidebar ***/
    #rightbar_3 .icon_text {
        display: block;
    }

    /*** cms - clases online ***/
    .elementor-5 .elementor-element.elementor-element-od9ce7w>.elementor-element-populated,
    .elementor-5 .elementor-element.elementor-element-otncr9u>.elementor-element-populated {
        border-width: 0 !important;
    }
}

@media (min-width: 576px) {
    #blockcart-modal .modal-dialog {
        max-width: 600px;
    }
}