@media (min-width: 1024px) {

    .wrap_info_main .product.data.items > .item.content#features,
    .wrap_info_main .product.data.items > .item.content#description{
        position: relative;
        z-index: -1;
        opacity:0;
    }

    .wrap_info_main .product.data.items > .item.content#features[role="tabpanel"],
    .wrap_info_main .product.data.items > .item.content#description[role="tabpanel"]{
        z-index: 1;
        opacity: 1;
    }
}

/* END OF FIX */

/* MIRASVIT */

body .mst-searchautocomplete__wrapper {
    position: absolute;
    background-color: #fff;
    padding: 0;
    border: 1px solid #c2c2c2;
    width: 480px;
    right: 0;
}

.mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a {
    color: #2d2d2d !important;
}

body .mst-searchautocomplete__autocomplete{
    border: 0 !important;
    background-color: transparent !important;
}

body .mst-searchautocomplete__spinner {
    margin: 0;
    right: 20px !important;
    left: initial !important;
}

body .mst-searchautocomplete__highlight {
    color: var(--color1) !important;
}

body .mst-searchautocomplete__autocomplete .mst-searchautocomplete__show-all a:hover {
    color: var(--color1) !important;
}

.mst-searchautocomplete__item.magento_catalog_product .price .price-label {
    display: none;
}


.mst-searchautocomplete__item.magento_catalog_product .price .old-price .price{
    text-decoration: line-through;
}

/* END OF SEARCH */

body.page-layout-1column .product.media {
    width: 45%;
    padding-right: 5%;
}

.minicart-wrapper .action.showcart .counter.qty {
    background: var(--color1) !important;
}

.minicart-wrapper .block-minicart {
    z-index: 9999;
}

.cms-index-index .page-main{
    max-width: 100%;
    padding:0 !important;
}

.cms-index-index .page-main .extened_container{
    max-width: 1740px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.cms-index-index .page-main .custom_container{
    max-width: 1240px;
    padding:0 20px;
    margin:0 auto;
}

#search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 12px;
    font-family: 'Lato', sans-serif !important;
}
#search::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
    font-family: 'Lato', sans-serif !important;
}
#search:-ms-input-placeholder { /* IE 10+ */
    font-size: 12px;
    font-family: 'Lato', sans-serif !important;
}
#search:-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
    font-family: 'Lato', sans-serif !important;
}

#search{
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
    font-family: 'Lato', sans-serif !important;
}

.action.skip.contentarea {
    display: none !important;
}

.panel.header{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

body .header.panel > .header.links{
    float: none;
    order: 2;
    width: 20%;
}

body.catalog-category-view .breadcrumbs {
    min-height: 19px !important;
    margin:15px auto;
}

body.catalog-category-view .breadcrumbs ul.items {
    border-bottom:none !important;
    display: block;
    padding-bottom: 0;
}

body .header.panel > .wrap_infobar_top{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

body .header.panel > .wrap_infobar_top p,
body .header.panel > .wrap_infobar_top a,
body .header.panel > .wrap_infobar_top span,
body .header.panel > .header.links > li > a,
body .header.panel > .header.links{
    margin:0 !important;
    color:#0b0d19!important;
}

body .page-header .panel.wrapper {
    border-bottom: 1px solid #0e0d1f;
    background-color: #fff;
}
.space_between{
    color:#787878!important;
    padding: 0 5px !important;
}

.header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -10px 0 5px;
}

.header.panel > .header.links > .authorization-link:after {
    color:#787878;
    margin: 0 -10px 0 5px;
}

body .header.content {
    display: flex;
    align-items: center;
    padding: 20px 20px 25px;
}

.custom_menu{
    width: calc(100% - 480px);
    display: flex;
    position: relative;
    top: 2px;
    padding: 0 30px;
    box-sizing: border-box;
}

.custom_menu_top li{
    display: inline-block;
    margin-bottom:0;
}
.custom_menu_top{
    list-style: none;
    padding:0;
    margin:0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.custom_menu_top li a{
    display:block;
    padding: 10px;
    color:#202020;
    font-size:14px;
    line-height: 16px;
    font-weight: 600;
}

body .header.content .logo {
    margin: 0 !important;
}

body .header.content .minicart-wrapper{
    order:5;
}

.sections.nav-sections{
    background-color: #0c0f1e;
    border-top:3px solid #c41452;
}

body .sections.nav-sections{
    margin-bottom:5px;
}

.sections.nav-sections .navigation{
    background-color: transparent !important;
}

.navigation ul > li > a > span {
    font-size:15px;
}

.navigation ul > li.level0 > a.level-top > span{
    color:#fff !important;
    font-weight: 600 !important;
}

.navigation ul > li.level0 > a.level-top:hover > span,
.navigation ul > li.level0 > a.level-top:focus > span,
.navigation ul > li.level0 > a.level-top:active > span{
    color:#c41452 !important;
}

.navigation ul > li.level0 {
    margin-right: 0 !important;
}

nav.navigation ul {
    display: flex;
    justify-content: space-between;
}
.navigation .level0.parent > .level-top > .ui-menu-icon:after{
    display: none !important;
}

.navigation .level0.parent > .level-top > .ui-menu-icon:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #c41452;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 1px;
}

.page-footer{
    background-image: url('/media/wysiwyg/footer_bg_texman.jpg') !important;
    background-size: cover !important;
    background-position: center center;
    border-top:3px solid #c41452;
    padding: 40px 0 0 !important;
}

.page-footer,
.page-footer a,
.page-footer div,
.page-footer p,
.page-footer span{
    color:#fff !important;
}

.page-footer a:hover,
.page-footer a:active,
.page-footer a:focus{
    color: var(--color1) !important;
}

.wrap_footer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.wrap_footer ul li:not(:last-of-type){
    margin-bottom:15px !important;
}

.wrap_footer .one_fourth{
    width:25% !important;
}

.copyright p{
    margin-bottom:0 !important;
    text-align: center !important;
}

.copyright{
    background:transparent !important;
    padding:30px 0 !important;
    position: relative;
    margin-top:60px;
}

.copyright:before{
    content:"";
    top:0;
    position: absolute;
    left: -15px;
    width:calc(100% + 15px);
    height:1px;
    background-color: #2b314c;
}

.heading_footer{
    font-size: 18px;
    font-weight: 900;
    line-height: 18px;
    text-transform: uppercase !important;
    letter-spacing: 0.04em;
    margin-bottom:25px;
}

.icon_links a{
    position: relative;
    display: flex;
    align-items: center;
}

.icon_links a:before{
    content:"";
    display: inline-block;
    width:36px;
    height:36px;
    margin-right: 9px;
}

.local_icon{
    position: relative;
    display: flex;
}

.local_icon:before{
    content:"";
    display: inline-block;
    width:36px;
    height:36px;
    margin-right: 9px;
    background-position:0 -108px;
    background-image: url('/media/wysiwyg/icon_split_footer.png') !important;
}

.icon_links a.facebook_icon:before{
    background-position:0 -71px;
    background-image: url('/media/wysiwyg/icon_split_footer.png') !important;
}

.icon_links a.facebook_icon:hover:before{
    background-position:36px -71px;
    background-image: url('/media/wysiwyg/icon_split_footer.png') !important;
}

.icon_links a.youtube_icon:before{
    background-position:0 -36px;
    background-image: url('/media/wysiwyg/icon_split_footer.png') !important;
}

.icon_links a.youtube_icon:hover:before{
    background-position:36px -36px;
    background-image: url('/media/wysiwyg/icon_split_footer.png') !important;
}

.icon_links a.twitter_icon:before{
    background-position:0 0;
    background-image: url('/media/wysiwyg/icon_split_footer.png') !important;
}

.icon_links a.twitter_icon:hover:before{
    background-position:36px 0;
    background-image: url('/media/wysiwyg/icon_split_footer.png') !important;
}

.icon_links a.phone_icon:before{
    background-position:0 -144px;
    background-image: url('/media/wysiwyg/icon_split_footer.png') !important;
}

.icon_links a.phone_icon:hover:before{
    background-position:36px -144px;
    background-image: url('/media/wysiwyg/icon_split_footer.png') !important;
}

.icon_links a.phone_icon_2:before{
    background-position:0 -180px;
    background-image: url('/media/wysiwyg/icon_split_footer.png') !important;
}

.icon_links a.phone_icon_2:hover:before{
    background-position:36px -180px;
    background-image: url('/media/wysiwyg/icon_split_footer.png') !important;
}

.icon_links a.mail_icon:before{
    background-position:0 -215px;
    background-image: url('/media/wysiwyg/icon_split_footer.png') !important;
}

.icon_links a.mail_icon:hover:before{
    background-position:36px -215px;
    background-image: url('/media/wysiwyg/icon_split_footer.png') !important;
}

.new_app_for_widget .minimal-price,
.custom_wrapper .minimal-price{
    display: flex;
    align-items: baseline;
}

.new_app_for_widget .price-label,
.custom_wrapper .price-label{
    margin-right:5px;
}

.new_app_for_widget .product-item .product-item-name,
.custom_wrapper .product-item .product-item-name{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    text-overflow: initial;
    min-height: 34px;
    max-height: 34px;
}

.new_app_for_widget .product-item .product-item-name .product-item-link span,
.custom_wrapper .product-item .product-item-name .product-item-link span{
    display: inline-block;
}

.new_app_for_widget .product-item .product-item-name .product-item-link span::first-letter,
.custom_wrapper .product-item .product-item-name .product-item-link span::first-letter{
    text-transform: uppercase;
}

.header_wrapper {
    text-align: center;
    position: relative;
}

.header_wrapper:before{
    content:"";
    width:10vw;
    height:1px;
    background: #d9d9d9;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.header_wrapper:after{
    content:"";
    width:10vw;
    height:1px;
    background: #d9d9d9;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.header_wrapper h2{
    font-weight: 600;
    color:#0c0f1e;
    margin:0 !important;
    font-size: 32px;
    line-height: 36px;
}

.header_wrapper p{
    font-weight: 400;
    color: #0e1122;
    margin: 0 !important;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px !important;
    display: block;
}

.why_texman{
    display: flex;
    padding:30px 0;
}

.why_texman .one_third{
    width:33.3333%;
    margin-bottom:20px
}

.why_texman p{
    margin-bottom:0 !important;
}

.why_texman a{
    color:#565655 !important;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    position: relative;
}

.why_texman a:after {
    content:"czytaj więcej...";
    display: block;
    padding-top: 0px;
    line-height: 22px;
}

.why_texman a:hover,
.why_texman a:active,
.why_texman a:focus{
    color: #c41452 !important;
    text-decoration: none !important;
}

.why_texman .center_box img{
    margin:0 auto;
}

.why_texman  img{
    display: block;
    border: none;
    margin-bottom:20px !important;
}

.why_texman .center_box{
    text-align: center;
}

.why_texman .rigth_box p {
    max-width: 315px;
    width: 100%;
    margin-right: 0 !important;
    margin-left: auto;
}

.one_fourth{
    width:25%;
}

.offer_texman .one_fourth{
    width:100%;
}

.offer_texman .one_fourth img{
    width:100%;
}

.offer_texman{
    display: grid;
    padding: 20px 0 40px;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-content: center;
    grid-gap: 3rem 2rem;
}

/* SLIDER HOMEPAGE */

ul#homepage_slider{
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

ul#homepage_slider li{
    margin: 0;
    padding: 0;
    list-style: none;
    transition: width 1.15s;
    position: relative;
}

ul#homepage_slider li:not(:last-of-type) {
    border-right: 5px solid #fff;
}

ul#homepage_slider .slide_01,
ul#homepage_slider.active_slide_01 .slide_01{
    width:45%;
}
ul#homepage_slider .slide_02,
ul#homepage_slider.active_slide_01 .slide_02{
    width:15%;
}
ul#homepage_slider .slide_03,
ul#homepage_slider.active_slide_01 .slide_03{
    width:15%;
}
ul#homepage_slider .slide_04,
ul#homepage_slider.active_slide_01 .slide_04{
    width:25%;
}

ul#homepage_slider .slide_01,
ul#homepage_slider.active_slide_02 .slide_01{
    width:15%;
}
ul#homepage_slider .slide_02,
ul#homepage_slider.active_slide_02 .slide_02{
    width:45%;
}
ul#homepage_slider .slide_03,
ul#homepage_slider.active_slide_02 .slide_03{
    width:15%;
}
ul#homepage_slider .slide_04,
ul#homepage_slider.active_slide_02 .slide_04{
    width:25%;
}

ul#homepage_slider .slide_01,
ul#homepage_slider.active_slide_03 .slide_01{
    width:15%;
}
ul#homepage_slider .slide_02,
ul#homepage_slider.active_slide_03 .slide_02{
    width:15%;
}
ul#homepage_slider .slide_03,
ul#homepage_slider.active_slide_03 .slide_03{
    width:45%;
}
ul#homepage_slider .slide_04,
ul#homepage_slider.active_slide_03 .slide_04{
    width:25%;
}

ul#homepage_slider .slide_01,
ul#homepage_slider.active_slide_04 .slide_01{
    width:15%;
}
ul#homepage_slider .slide_02,
ul#homepage_slider.active_slide_04 .slide_02{
    width:15%;
}
ul#homepage_slider .slide_03,
ul#homepage_slider.active_slide_04 .slide_03{
    width:25%;
}
ul#homepage_slider .slide_04,
ul#homepage_slider.active_slide_04 .slide_04{
    width:45%;
}

ul#homepage_slider.active_slide_04 .slide_04 .wrapper_img,
ul#homepage_slider.active_slide_03 .slide_03 .wrapper_img,
ul#homepage_slider.active_slide_02 .slide_02 .wrapper_img,
ul#homepage_slider.active_slide_01 .slide_01 .wrapper_img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

ul#homepage_slider.active_slide_04 .slide_04:after,
ul#homepage_slider.active_slide_03 .slide_03:after,
ul#homepage_slider.active_slide_02 .slide_02:after,
ul#homepage_slider.active_slide_01 .slide_01:after {
    display: none !important;
}

ul#homepage_slider .slide_04:after,
ul#homepage_slider .slide_03:after,
ul#homepage_slider .slide_02:after,
ul#homepage_slider .slide_01:after{
    content:"";
    width:100%;
    height:100%;
    top:0;
    left:0;
    position: absolute;
}

ul#homepage_slider .slide_04:after {
    background-color: rgb(12 15 30 / 39%);
}

ul#homepage_slider .slide_03:after{
    background-color: rgb(176 25 79 / 80%);
}

ul#homepage_slider .slide_02:after {
    background-color:rgb(28 157 194 / 60%)
}

ul#homepage_slider .slide_01:after {
    background-color:rgb(255 144 0 / 70%);
}

ul#homepage_slider .wrapper_img{
    position: relative;
    width: 100%;
    min-height: 315px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

ul#homepage_slider .tester{
    position: absolute;
    width:100%;
    height:100%;
    background-position: center right;
}

ul#homepage_slider .wrap_content h2{
    margin:0 !important;
    word-spacing: 9999rem;
    display: block;
    font-size:26px;
    line-height: 32px;
    font-weight: bold;
    color:#fff;
    text-transform: uppercase;
    width:100%;
}

ul#homepage_slider .wrap_content{
    position: absolute;
    bottom:120px;
    left:5px;
    z-index: 222;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

ul#homepage_slider .disable_link.wrap_content h2:after{
    display: none !important;
}

ul#homepage_slider.active_slide_01 .slide_01 .wrap_content h2:after,
ul#homepage_slider.active_slide_02 .slide_02 .wrap_content h2:after,
ul#homepage_slider.active_slide_03 .slide_03 .wrap_content h2:after,
ul#homepage_slider.active_slide_04 .slide_04 .wrap_content h2:after{
    content: 'SPRAWDŹ OFERTĘ »';
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    bottom: -28px;
    display: block;
    width: 100%;
    word-spacing: initial !important;
    letter-spacing: 0.025em;
}

ul#homepage_slider.active_slide_01 .slide_01 .wrap_content,
ul#homepage_slider.active_slide_02 .slide_02 .wrap_content,
ul#homepage_slider.active_slide_03 .slide_03 .wrap_content,
ul#homepage_slider.active_slide_04 .slide_04 .wrap_content{
    left:15%;
}


/* SLIDER MARKING METHODS */

ul.marking_methods{
    margin: 0 0 60px;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
}

ul.marking_methods li {
    transition: flex-grow 1.44s ease;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    will-change: auto;
    overflow: hidden;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    --responsive-flex-direction: column;
    --responsive-grid-template-columns: 1fr;
    min-height: 250px;
}

ul.marking_methods li .wrapper_img img {
    position: absolute;
    display: block;
    height: auto;
    width: 100%;
    right: 0;
}

ul.marking_methods li:not(:last-of-type) {
    border-right: 4px solid #fff;
}

ul.marking_methods li.active_slide{
    -webkit-flex-grow: 3;
    flex-grow: 3;
}

ul.marking_methods li a{
    width: calc(1740px/2);
    height: 100%;
    position: absolute;
    right: 0;
}

ul.marking_methods li.active_expand{
    -webkit-flex-grow: 3;
    flex-grow: 3;
}

.marking_methods .wrapper_img .tester{
    height: 250px;
    background-size: cover;
}

ul.marking_methods li:after{
    content:"";
    width:100%;
    height:100%;
    top:0;
    left:0;
    position: absolute;
}

ul.marking_methods .active_expand:after{
    display: none !important;
}

ul.marking_methods li:nth-child(4):after {
    background-color: rgb(12 15 30 / 39%);
}

ul.marking_methods li:nth-child(3):after{
    background-color: rgb(176 25 79 / 80%);
}

ul.marking_methods li:nth-child(2):after {
    background-color:rgb(28 157 194 / 60%)
}

ul.marking_methods li:nth-child(1):after {
    background-color:rgb(255 144 0 / 70%);
}

ul.marking_methods .wrap_content {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 222;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}


/* PAGE CATALOG PRODUCT VIEW */

.custom_wrapper .block-title.title strong {
    color:#0c0f1e;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 5px;
    padding-bottom: 15px;
    position: relative;
}

.custom_wrapper .block-title.title strong:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: var(--color1);
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 270px;
}


.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top{
    border:0 !important;
}

.fotorama__thumb-border {
    border-color:var(--color1) !important;
}

.custom_wrapper {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top:40px;
}

.custom_wrapper .block.related,
.custom_wrapper .block.upsell{
    width:50%;
}

.custom_wrapper li.item.product{
    width:33.33333%;
}

.custom_wrapper ol.products.list{
    margin-right: 18%;
}

.custom_wrapper .products-grid .product-item-info:hover,
.custom_wrapper .products-grid .product-item-info.active,
.new_app_for_widget .products-grid .product-item-info:hover,
.new_app_for_widget .products-grid .product-item-info.active{
    padding: 0px!important;
}

.product-section-extended{
    clear: both;

}

.product-section-extended .brand_image,
.product-section-extended .cta_order{
    width:50%;
}

.product-section-extended .wrap_additonal_info{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding:30px 0 40px;
}

.product-section-extended .product.info.detailed,
.product-section-extended .wrap_additonal_info{
    width:100%;
}

.cta_order a{
    color:#0c0f1e !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important;
    padding-left:20px;
    position: relative;
}

.cta_order a:hover,
.cta_order a:focus,
.cta_order a:active{
    color:var(--color1) !important;
}

.wrap_icon{
    position: absolute;
    left:0;
    top:0;
}
.wrap_icon:after {
    position: absolute;
    top: -3px;
    left: 0px;
}

.wrap_icon:before,
.wrap_icon:after{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-weight: 900;
    transform: rotate(90deg);
}

@media (min-width: 1024px) {
    .wrap_info_main .product.data.items > .item.content,
    .wrap_info_main .product.data.items > .item.title.active > .switch {
        background: #f6f6f6 !important;
    }

    .wrap_info_main .product.data.items > .item.content {
        padding: 10px;
    }

    #description .product.attribute.description,
    .wrap_info_main .product.data.items > .item.content#features .wrap_content_features {
        padding: 15px 15px 20px 15px;
        border: 1px solid #ccc;
        background-color: #fff;
    }

    .wrap_info_main .product.data.items > .item.title > .switch {
        background: #fff;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 0.05em;
    }

    .wrap_info_main .product.data.items > .item.title > .switch:hover {
        color: var(--color1);
    }

    .wrap_info_main .product.data.items > .item.title.active > .switch:hover {
        color: #333333 !important;
    }

    .wrap_info_main table#product-attribute-specs-table {
        padding: 5px !important;
        background: #fff;
        border: 1px solid #ccc;
    }

    body .product.info.detailed .additional-attributes > tbody > tr > th {
        padding: 6px 30px 6px 10px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        width: 105px;
        vertical-align: middle;
    }

    body .product.info.detailed .additional-attributes > tbody > tr > td {
        border-bottom: 1px solid #ccc;
    }
}

#description .attribute.description img{
    max-width:100% !important;
    display: block;
    height: auto;
    margin-top:30px;
}

.product_wrap_marking {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
}

.product_wrap_marking .item_marking {
    width: 33.333%;
}

.product_wrap_marking .item_marking:nth-child(3n+1){
    text-align: left !important;
}

.product_wrap_marking .item_marking:nth-child(3n){
    text-align: right !important;
}


.product_wrap_marking .item_marking:nth-child(3n+1) span{
    margin:0 auto 0 0;
}

.product_wrap_marking .item_marking:nth-child(3n) span{
    margin:0 0 0 auto;
}

.product_wrap_marking .item_marking a{
    color:#0c0f1e;
    text-decoration: none !important;
}

.product_wrap_marking .item_marking a img{
    box-shadow: 4px 4px 5px -2px #00000085;
}

.product_wrap_marking .item_marking{
    margin-top:20px;
}

.product_wrap_marking .item_marking span{
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    max-width: 135px;
    margin:0 auto;
}

.product_wrap_marking .item_marking a:hover{
    color:var(--color1) !important;
}

.product_wrap_marking .item_marking span:after{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 11px;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display:block;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-weight: 900;
    color:var(--color1) !important;
}

.product_wrap_marking .item_marking span:before{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 11px;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: block;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-weight: 900;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: -6px;
    color:var(--color1) !important;
}

.product_wrap_marking:after{
    content: '';
    flex: auto;
}

.wrap_size_table a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.wrap_size_table a:hover span{
    color:var(--color1) !important;
}

.wrap_size_table a span{
    font-size: 18px;
    line-height: 18px;
    color:#0c0f1e;
    font-weight: bold;
    padding-left:20px;
}

.wrap_info_main{
    display: flex;
    flex-wrap: wrap;
}

.page-layout-1column .wrap_info_main .product-info-main{
    order:2;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-bottom: 25px;
    width:50%;
}

.wrap_info_main .product.media{
    order:1;
}

.wrap_info_main .page-title-wrapper{
    width:100%;
}

.wrap_info_main .size_table_brand {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 114px;
}

@media (min-width: 768px){

    body.catalog-product-view .product-info-main .product-info-stock-sku{
        float: left;
        padding: 0;
        text-align: left;
    }
    body.catalog-product-view .product.attribute.sku{
        font-size: 26px;
        line-height: 26px;
        font-weight: 400;
    }
    body.catalog-product-view .product.attribute.sku .type{
        display: none !important;
    }
}


.header_wrapper{
    padding:60px 0;
}
#html-body  .contact-columns-info .pagebuilder-column.contact-info-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 20px;
}

#html-body .contact-columns-info .pagebuilder-column.contact-info-box > .title-box hr {
    margin-top: 10px;
    margin-bottom: 0;
}
#html-body .contact-columns-info .pagebuilder-column.contact-info-box > .title-box,
#html-body .contact-columns-info .pagebuilder-column.contact-info-box > div[data-content-type='text']{
    width:100%;
}
#html-body .contact-columns-info .pagebuilder-column.contact-info-box li b, #html-body .contact-columns-info .pagebuilder-column.contact-info-box li strong {
    margin-right: 5px;
}
#html-body .contact-columns-info .pagebuilder-column.contact-info-box > [data-content-type='image'] {max-width: 90px;}
.wrap_contact_details{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
}
.wrap_contact_details .cols {
    flex: 1 1 100%;
}

.wrap_contact_details .cols.cols-map iframe {
    width: 100%;
    margin-top: 25px;
}
.wrap_contact_details .cols:before{
    content: "";
    display: block;
    width: 1px;
    height: 1px;
}

.wrap_contact_details .cols:last-of-type h2{
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 15px;
    border-bottom:1px solid var(--def_blue);
    font-weight: 600;
    color:#222222;
    padding-top:50px;
}

.wrap_contact_details .cols:nth-child(1) h2{
    color:#222222;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-top:0;
    margin-bottom:30px;
}

.wrap_contact_details .cols ul{
    list-style: none;
    padding:0;
    margin:0;
}

.wrap_contact_details .cols ul li{
    color: #0c0f1e;
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
}

.wrap_contact_details .cols ul li a{
    color:var(--def_blue);
    margin-left: 3px;
}

.wrap_contact_details .cols ul li.contact_icon:before{
    content: "";
    width:25px;
    height: 25px;
    background-image: url('/media/wysiwyg/icon_contact.png') !important;
    background-size: 25px;
    display: inline-block;
    margin-right:10px;
}

.wrap_contact_details .cols ul li.contact-location:before{
    background-position:0 25px;
}

.wrap_contact_details .cols ul li.contact-phone:before{
    background-position:0 0;
}

.wrap_contact_details .cols ul li.contact-mail:before{
    background-position:0;
}

.wrap_contact_details .cols .new_line{
    width: 100%;
    display: block;
}

.brd_first{
    margin-bottom:50px;
    padding-bottom:50px;
    border-bottom:1px solid #d0d0d0;
}

.new_view_form{
    display: flex;
    flex-wrap: wrap;
}

.new_view_form .col_left_form{
    width:50%;
    padding-right:30px;
    box-sizing: border-box;
}

.new_view_form .col_right_form{
    width:50%;
    padding-left:30px;
    box-sizing: border-box;
}

.contact-index-index #contact-form{
    width:100% !important;
}

.fieldset.new_view_form .field.required > .label:after{
    content: '*';
    color: #e02b27;
    font-size: 16px;
    margin: 0 0 0 2px;
}

.fieldset.new_view_form .field > .label{
    color:#bdbdbd;
    margin-bottom: 6px;
    display: block;
    font-weight: 400 !important;
}

.fieldset.new_view_form .field {
    margin-bottom:20px;
}

.contact-index-index #contact-form input,
.contact-index-index #contact-form textarea{
    outline: none !important;
    box-shadow: none !important;
}

.contact-index-index #contact-form textarea{
    max-height: 190px;
    display: block;
}

.fieldset.new_view_form{
    margin-bottom:20px;
}

.contact-index-index #contact-form .actions-toolbar .primary button{
    background-color: var(--color_old);
    border: 1px solid var(--color_old);
    color: white;
    padding: 10px 50px;
    border-radius: 5px;
}

.contact-index-index #contact-form .actions-toolbar .primary button:hover,
.contact-index-index #contact-form .actions-toolbar .primary button:active,
.contact-index-index #contact-form .actions-toolbar .primary button:focus{
    background-color: var(--def_blue) !important;
    border: 1px solid var(--def_blue);
    color:var(--white) !important;
}

@media (min-width: 768px) {
    .contact-index-index #contact-form .actions-toolbar .primary {
        float: right;
        margin-right: 0;
    }
}

.cus_con_page{
    max-width: 760px;
    padding:0 30px;
    box-sizing: border-box;
    margin:60px auto 90px;
}

.cus_con_page h3{
    text-align: center;
    margin-bottom:20px;
}

.cus_con_page h1{
    text-align: center;
}

.cms-page-view .column.main a{
    font-weight: 600;
    color: var(--color1);
}

.cms-page-view .wrap_cta {
    display: flex;
    justify-content: space-around;
    margin:10px 0;
}

.cus_con_page ol > li {
    margin-bottom: 20px;
}

.product_marking_page{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-content: center;
    grid-gap: 3rem 2rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.product_marking_page .item_marking a img {
    box-shadow: 4px 4px 5px -2px #00000085;
}

.product_marking_page .item_marking a:hover{
    color:var(--color1) !important;
}

.product_marking_page .item_marking a {
    text-decoration: none !important;
    color:#0c0f1e !important;
}

.product_marking_page .item_marking span {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding-top:5px;
}

.product_marking_page .item_marking span:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 11px;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: block;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-weight: 900;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: -6px;
    color: var(--color1) !important;
}

.product_marking_page .item_marking span:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 11px;
    content: '\e608';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: block;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-weight: 900;
    color: var(--color1) !important;
}

.onlytext h2 img{
    margin-right:10px;
}

.onlytext h2{
    text-align: justify;
    display: flex;
    align-items: center;
    margin-top: 0;
}

.onlytext:not(:last-of-type){
    border-bottom: 1px solid #dbdbdb;
    padding-bottom:30px;
}

.onlytext:not(:first-of-type){
    padding-top:30px;
}

/* PAGE CATEGORY */
@media (min-width: 768px) {
    .catalog-category-view .category-cms {
        display: flex;
        align-items: center;
    }

    .catalog-category-view .category-cms p {
        position: relative;
    }

    .catalog-category-view .column.main {
        width: 81.16666667%;
        padding-left: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    .catalog-category-view .page-title-wrapper {
        order: 0;
        width: 100%;
    }

    .catalog-category-view .category-cms {
        order: 2;
        width: 100%;
    }

    .catalog-category-view .category-description {
        order: 0;
        width: 100%;
    }

    .catalog-category-view .wrap_loop {
        order: 3;
        width: 100%;
    }
}

.wrap_loop .toolbar:first-of-type{
    display: flex;
    flex-wrap: wrap;
    width:100%;
}

.wrap_loop .toolbar:first-of-type .modes{
    order:4;
    width:8%;
    margin:0 !important;
    display: flex;
    justify-content: flex-end;
}

.wrap_loop .toolbar:first-of-type .toolbar-amount{
    order: 3;
    width: 22%;
    text-align: right;
    padding-right:0 !important;
    box-sizing: border-box;
}

.wrap_loop .toolbar:first-of-type .toolbar-sorter.sorter{
    order:1;
    width: 70%;
    text-align: left;
    color: #222222;
}

.wrap_loop .toolbar:first-of-type .limiter{
    order:2;
}

.wrap_loop .toolbar:first-of-type .toolbar-sorter.sorter #sorter {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    padding-top: 5px;
    color: #222222;
    cursor: pointer;
}

.wrap_loop .mode-list{
    background-image: url('/media/wysiwyg/mode_switch_icon.png') !important;
    background-position: -38px -36px !important;
    padding-right: 0 !important;
}

.wrap_loop .mode-grid{
    background-image: url('/media/wysiwyg/mode_switch_icon.png') !important;
    background-position: 0 -36px !important;
}

.wrap_loop .active.mode-list{
    background-position: -38px 0 !important;
}

.wrap_loop .active.mode-grid{
    background-position: 0 0 !important;
}

.wrap_loop .toolbar .modes-mode {
    box-shadow: none;
    background: transparent;
    border: 0;
    width: 17px;
    background-repeat: no-repeat;
}

.wrap_loop .toolbar .modes-mode:before {
    display: none !important;
}

.wrap_loop select#sorter {
    background: #ffffff url('/media/wysiwyg/select-bg-color.svg') no-repeat 100% 45%;
}

.products-grid .custom_layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-content: center;
    grid-gap: 3rem 2rem;
    width: 100%;
    margin: 0 auto;
}


.page-products .products-grid .item.product {
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
}

.page-products .products-grid .custom_layout .product-item-info,
.page-products .products-grid .custom_layout .product-item-info .product-image-container {
    width: 100% !important;
    position: relative;
}

.page-products .products-grid .custom_layout .product-image-wrapper{
    padding-bottom: 0 !important;
    height: auto !important;
}

.page-products .products-grid .custom_layout .product-image-wrapper img.product-image-photo {
    position: relative;
    margin: 0;
    width:100%;
}

.page-products .products-grid .custom_layout .product-item-info:hover .product-image-wrapper:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:var(--color1);
    z-index: 22;
    opacity: .4;
    display: none !important;
}

.page-products .products-grid .custom_layout a.product.photo {
    position: relative;
    display: block;
}

.page-products .products-grid .custom_layout .product-item-info:hover .custom_action_wrapper{
    display: block !important;
}

.custom_action_wrapper {
    position: absolute;
    z-index: 223;
    top: 0;
}

.custom_action_wrapper .product-item-actions{
    display: none;
}

/*.page-products .products-grid .custom_layout .product-item-info:hover .custom_action_wrapper{*/
/*    top:10px;*/
/*    left:60px;*/
/*}*/

.page-products .products-grid .custom_layout .product-item-info:hover .custom_action_wrapper .product-item-actions,
.page-products .products-grid .custom_layout .product-item-info:hover .cus_button_action{
    display: block !important;
}

.cus_button_action{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 222;
    display: none;
}

.cus_button_action span{
    display: block;
    padding: 10px 30px 12px;
    color: #fff !important;
    background-color: #0c0f1e;
    border: 1px solid #0c0f1e;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    max-width: 200px;
    box-sizing: border-box;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 18px;
}

.cus_button_action span:hover{
    background-color: var(--color1);
    border:1px solid var(--color1);
    text-decoration: none !important;
}

.page-products .custom_action_wrapper .product-item-actions{
    margin:0 !important;
}

.custom_action_wrapper .product-item-actions .actions-secondary > .action {
    display: block;
    color: #ffff;
}
@media (min-width: 640px) {
    .products-grid .custom_layout .product-item-info:hover,
    .products-grid .custom_layout .product-item-info.active {
        box-shadow: 1px 2px 10px 0 rgb(0 0 0 / 30%) !important;
        border: 0 solid #bbbbbb;
        z-index: 222;
    }
    .products-grid .custom_layout .product-item-inner{
        border:0 !important;
        box-shadow: none !important;
        background-color: transparent;
    }
}

.color_container .color_row div {
    width: 30px;
    height: 30px;
    display: block;
    margin-bottom: 7px;
    box-shadow: 0 0 2px #0000003b;
}

body .list .custom_layout .color_container div {
    box-shadow: 0 0 2px #0000003b;
}


.page-products .products-grid .custom_layout .normal_version .product-item-info:hover .color_container{
    left: -45px;
    top: 10px;
}

.page-products .products-grid .custom_layout .normal_version .product-item-info:hover .custom_action_wrapper .product-item-actions{
    top: 10px;
    position: relative;
}

.color_container{
    position: absolute;
    left: 10px;
    transition:left 0.2s linear;
}

.custom_layout .product-item-name, .custom_layout .product.name a{
    font-size: 16px;
    line-height: 22px;
    color:#0c0f1e;
    font-weight: 400;
    text-decoration: none !important;
    display: inline-block;
}

.custom_layout .product.name a::first-letter{
    text-transform: uppercase;
}

.custom_layout .product-item .price-box {
    margin: 10px 0 10px !important;
}

.custom_layout .product-item .minimal-price .price-container {
    display: inline-block;
    margin-left: 2px;
    font-weight: bold;
    color: var(--color1);
}


.custom_layout .product-item-name{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    text-overflow: initial;
    min-height: 24px;
    max-height: 24px;
}

.custom_desc{
    color:#909090;
    font-size:14px;
    line-height: 22px;
    padding-bottom: 7px;
}

.custom_desc .label_cus{
    color: var(--color1);
    margin-right: 3px;
}

.model_sku,
.attr_grammage,
.attr_finish{
    display: inline-block;
    margin-right: 4px;
}

.attr_finish{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial;
    text-overflow: initial;
}

.wrap_loop .toolbar:last-of-type #limiter{
    box-shadow: none;
    border: 0;
    border-radius: 0;
    padding-right: 30px;
}

.wrap_loop .toolbar:last-of-type .field.limiter .limiter-text,
.wrap_loop .toolbar:last-of-type .field.limiter label{
    display: none !important;
}

.wrap_loop .pages .action {
    box-shadow: none;
    border-radius: 0;
    padding: 0 8px;
    border: 0;
    background: transparent !important;
}

.wrap_loop .pages a.page {
    color: #999999 !important;
}

.wrap_loop .pages a.page:active {
    color: #c61c57!important;
}

.wrap_loop .pages-item-previous, .wrap_loop .pages-item-next{
    width:auto !important;
    background-color: transparent !important;
    border-radius: 0 !important;
}

.wrap_loop .pages .item{
    width:30px;
    border-radius: 50%;
}

.wrap_loop .pages .item.current,
.wrap_loop .pages .item:hover{
    background-color:#c61c57;
}

.wrap_loop .pages .item.current span,
.wrap_loop .pages .item:hover span{
    color:#fff !important;
}

.wrap_loop .pages strong.page{
    background-color: transparent !important;
}

.wrap_loop .pages .action:active:before,
.wrap_loop .pages .action:hover:before{
    color: #c24362 !important;
}

.wrap_loop .toolbar:last-of-type{
    padding-top:25px;
    margin-top:10px;
    border-top:1px solid #e1e1e1;
}

.list .custom_layout .description .action{
    display: block;
    padding: 10px 30px;
    color: #fff !important;
    background-color: #0c0f1e;
    border: 1px solid #0c0f1e;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    max-width: 180px;
    box-sizing: border-box;
    margin-left:0;
    text-align: center;
}

.list .custom_layout .description .action:hover {
    background-color: var(--color1);
    border: 1px solid var(--color1);
    text-decoration: none !important;
}

.list .custom_layout .color_container{
    position: relative;
    left: 0;
    margin: 5px 0;
    display: flex;
}

.list .custom_layout .color_container div{
    display: inline-block !important;
}

.list .custom_layout .custom_action_wrapper .product-item-actions {
    display: block;
}

.list .custom_layout .custom_action_wrapper .product-item-actions .actions-secondary > .action{
    color:#000 !important;
    display: inline-block !important;
}

.list .custom_layout .product-item-details{
    position: relative;
}

.list .custom_layout .custom_action_wrapper {
    right: 0;
}

.list .custom_layout .product-item-name{
    max-width: calc(100% - 80px);
    margin-bottom: 0;
}

.list .custom_layout .model_sku {
    margin-top: -3px;
    display: block;
    font-size:16px;
    line-height: 16px;
    font-weight: 400;
}

.list .custom_layout .custom_desc .col_cus_attr{
    display: flex;
    align-items: center;
}

.list .custom_layout .custom_desc .col_cus_attr .label_cus{
    width:100%;
    max-width: 200px;
}

.list .custom_layout .custom_desc .col_cus_attr:not(:last-of-type){
    border-bottom:1px solid #f3f3f3;
    padding:10px 0 10px 0;
}

.list .custom_layout .custom_desc .col_cus_attr:last-of-type{
    padding:10px 0 10px 0;
}

.list .custom_layout .product-item-description {
    margin: 10px 0 !important;
}

.list .custom_layout .custom_desc{
    font-size:12px;
    line-height: 16px;
    font-weight: 400;
    color:#0c0f1e;
}

.list .custom_layout .product-item {
    margin-bottom:30px;
    width: 100%;
}

.list .custom_layout .product-item-photo {
    padding: 0 30px 0 0;
}

.list .custom_layout .label_cus{
    padding-left:10px;
    box-sizing: border-box;
}

.list .custom_layout .color_container div{
    margin:10px 0 7px 4px !important;
}

.page-products .products-grid .custom_layout .expand_version .color_container {
    width: 80px;
    display: flex;
    flex-wrap: wrap;
}

.page-products .products-grid .custom_layout .color_container .color_row{
    margin-top:10px;
}

.page-products .products-grid .custom_layout .expand_version .color_container .color_row:nth-child(1),
.page-products .products-grid .custom_layout .expand_version  .product-item-info:hover .color_container .color_row{
    display: block;
}

.page-products .custom_layout .expand_version .color_container .color_row{
    display: none;
    box-shadow: none !important;
}

.products-grid .custom_layout .expand_version .product-item-info:hover,
.products-grid .custom_layout .expand_version .product-item-info.active {
    margin: -10px -10px -10px -90px;
    padding: 10px 10px 10px 90px;
}

.page-products .products-grid .custom_layout .expand_version .product-item-info:hover .color_container .color_row:nth-child(2) {
    margin-left: 10px;
}

.page-products .products-grid .custom_layout .expand_version .product-item-info:hover .color_container .color_row:nth-child(1) div:nth-child(13),
.page-products .products-grid .custom_layout .expand_version .product-item-info:hover .color_container .color_row:nth-child(1) div:nth-child(14),
.page-products .products-grid .custom_layout .expand_version .product-item-info:hover .color_container .color_row:nth-child(1) div:nth-child(15),
.page-products .products-grid .custom_layout .expand_version .product-item-info:hover .color_container .color_row:nth-child(1) div:nth-child(16),
.page-products .products-grid .custom_layout .expand_version .product-item-info:hover .color_container .color_row:nth-child(1) div:nth-child(17){
    display: block !important;
}

.page-products .products-grid .custom_layout .expand_version .product-item-info .color_container .color_row:nth-child(1) div:nth-child(13),
.page-products .products-grid .custom_layout .expand_version .product-item-info .color_container .color_row:nth-child(1) div:nth-child(14),
.page-products .products-grid .custom_layout .expand_version .product-item-info .color_container .color_row:nth-child(1) div:nth-child(15),
.page-products .products-grid .custom_layout .expand_version .product-item-info .color_container .color_row:nth-child(1) div:nth-child(16),
.page-products .products-grid .custom_layout .expand_version .product-item-info .color_container .color_row:nth-child(1) div:nth-child(17){
    display: none;
}

.page-products .products-grid .custom_layout .normal_version .product-item-info .color_container .color_row:nth-child(1) div:nth-child(13),
.page-products .products-grid .custom_layout .normal_version .product-item-info .color_container .color_row:nth-child(1) div:nth-child(14),
.page-products .products-grid .custom_layout .normal_version .product-item-info .color_container .color_row:nth-child(1) div:nth-child(15),
.page-products .products-grid .custom_layout .normal_version .product-item-info .color_container .color_row:nth-child(1) div:nth-child(16),
.page-products .products-grid .custom_layout .normal_version .product-item-info .color_container .color_row:nth-child(1) div:nth-child(17){
    display: none;
}

.page-products .products-grid .custom_layout .normal_version .product-item-info:hover .color_container .color_row:nth-child(1) div:nth-child(13),
.page-products .products-grid .custom_layout .normal_version .product-item-info:hover .color_container .color_row:nth-child(1) div:nth-child(14),
.page-products .products-grid .custom_layout .normal_version .product-item-info:hover .color_container .color_row:nth-child(1) div:nth-child(15),
.page-products .products-grid .custom_layout .normal_version .product-item-info:hover .color_container .color_row:nth-child(1) div:nth-child(16),
.page-products .products-grid .custom_layout .normal_version .product-item-info:hover .color_container .color_row:nth-child(1) div:nth-child(17){
    display: block !important;
}

.page-products .products-grid .custom_layout .expand_version .product-item-info:hover .color_container {
    left: -80px;
    top: 10px;
    height: 100%;
}

.page-products .products-grid .custom_layout .expand_version .product-item-info:hover .product-item-actions {
    position: relative;
    left: 0;
    top: 10px;
}

/* MOBILE VIEW */

@media only screen and (max-width: 767px){
    .page-layout-1column .wrap_info_main .product-info-main {
        width: 100% !important;
    }

    body .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close{
        top:-31px;
    }
    body .header.panel > .wrap_infobar_top a{
        display: block;
    }

    body .mst-searchautocomplete__wrapper {
        width: calc(100% - 2px) !important;
    }

    body .header.panel > .wrap_infobar_top .col_one{
        display: none !important;
    }

    .panel.header,
    .header.panel > .header.links > li{
        font-size: 12px !important;
        line-height: 14px;
    }

    body .header.panel > .wrap_infobar_top {
        width: 30%;
    }

    body .header.panel > .header.links {
        width: 70%;
    }

    .space_between,
    .greet.welcome,
    .custom_menu{
        display: none !important;
    }
    .page-header .panel > .header.links {
        justify-content: flex-end;
    }
    .panel.header{
        padding-top: 5px;
        padding-bottom: 6px;
    }

    .wrap_infobar_top{
        line-height: 18px !important;
    }

    .bss-b2b-customer{
        margin: 0 0 0 13px !important;
    }
    body .page-header .panel.wrapper {
        border-bottom: 1px solid #e0e0e0;
        background-color: #f6f6f6;
    }
    body .header.content {
        padding: 20px 15px 20px;
        width: 100%;
        box-sizing: border-box;
    }

    body .header.content .nav-toggle {
        order: 4;
        font-size: 0;
        left: 0;
        position: relative;
        top: 0;
        max-width:calc(100% - 180px);
        width: 100%;
        text-align: right;
    }
    body .header.content .logo {
        order:1;
        text-align: left;
        max-width: 180px;
        width: 100%;
        position: relative;
        z-index: 10001;
    }
    .block-search {
        /*order:6;*/
        /*position: absolute;*/
        /*margin: 0 !important;*/
        /*right: 82px;*/
        /*z-index: 222;*/
        /*width:100%;*/
    }
    body .header.content .minicart-wrapper {
        position: absolute;
        margin: 0;
        z-index: 222;
        right: 57px;
    }


    .nav-toggle:before {
        position: relative;
        top: 1px;
    }


    .header.content .block-search .control{
        border:0 !important;
        /*position: absolute;*/
        /*margin: 0;*/
        /*width: calc(100% - 30px);*/
        /*padding: 0;*/
        /*right: -66px;*/
        /*top: 22px;*/

    }

    .authorization-link a[href*="account/logout"]{
        position: relative;
        background-color: #f6f6f6;
        right:-21px;
    }

    .minicart-wrapper .block-minicart {
        margin-top: 6px;
    }

    body .minicart-wrapper .action.showcart .counter.qty {
        position: absolute;
        top: -14px;
        font-size: 10px;
        border-radius: 50%;
        left: 8px;
        max-width: 18px;
        height: 18px;
        line-height: 18px;
        width: 18px;
        padding: 2px;
        background: var(--color1);
    }
    .page-header {
        z-index: 11111;
    }
    button#top-cart-btn {
        font-size: 15px;
        padding: 10px 20px;
    }
    .nav-open .nav-sections {
        z-index: 99999 !important;
    }
    nav.navigation ul#ui-id-1 {
        display: block !important;
    }
    .navigation .level0.parent > .level-top > .ui-menu-icon:before{
        display: none !important;
    }
    body nav.navigation ul {
        display: block;
    }
    body .sections.nav-sections {
        background-color: #3f3f3f;
    }
    body .navigation .parent .level-top:after {
        color: #c41452;
    }
    body .navigation .level0 {
        border-top: 1px solid #5c5c5c;
    }
    body .navigation li.level0:last-child {
        border-bottom: 1px solid #5c5c5c;
    }
    body .nav-sections-item-title {
        border-left: 0 !important;
    }
    body .nav-sections-item-title.active {
        background: #c41452;
    }
    body .nav-sections-item-title.active a{
        color:#fff !important;
    }
    body .nav-sections-item-title a{
        font-weight: 900;
        text-transform: uppercase;
        color:var(--color1);
    }

    .nav-sections-item-title {
        background: #3f3f3f;
        border: solid #3f3f3f;
    }
    body .navigation a,
    body .navigation a:hover,
    body .navigation .submenu:not(:first-child) ul > li a,
    body .nav-sections .header.links a,
    body .nav-sections .header.links a:hover{
        color: #f2f2f2;
        text-decoration: none;
    }
    .navigation ul > li.level0 > a.level-top.ui-state-active{
        background-color: #e3e3e3;
    }
    body .nav-sections-item-content{
        padding-top:0 !important;
    }
    body .navigation .submenu:not(:first-child) .active > a {
        border-color: var(--color1);
        border-style: solid;
        border-width: 0;
        color: var(--color1);
        padding-left: 29px !important;
    }

    .navigation li.level2  a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    body .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
    body .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
        margin-left:0;
    }

    body .nav-sections .header.links .bss-b2b-customer {
        margin: 0  !important;
    }
    .custom_menu_mobile .custom_menu_top,
    .custom_menu_mobile .custom_menu_top li.menu_item{
        display: block;
    }
    .custom_menu_mobile .custom_menu_top li.menu_item a {
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        padding: 8px 40px 8px 15px;
        text-transform: uppercase;
        word-wrap: break-word;
        line-height: 23px;
        border-bottom: 1px solid #5c5c5c;
        text-decoration: none !important;
    }
    .custom_menu_mobile .custom_menu_top li.menu_item a:hover{
        color:var(--color1) !important;
    }

    #homepage_slider{
        flex-wrap:wrap;
        display: block !important;
        margin-bottom: 0 !important;
        overflow-x: hidden;
    }

    body ul#homepage_slider .tester {
        background-position: 80%;
    }

    ul#homepage_slider .wrap_content {
        left: 15%;
    }

    body ul#homepage_slider .slide_01 .wrap_content h2:after,
    body ul#homepage_slider .slide_02 .wrap_content h2:after,
    body ul#homepage_slider .slide_03 .wrap_content h2:after,
    body ul#homepage_slider .slide_04 .wrap_content h2:after{
        content: 'SPRAWDŹ OFERTĘ »';
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        color: #fff;
        position: absolute;
        bottom: -28px;
        display: block;
        width: 100%;
        word-spacing: initial !important;
        letter-spacing: 0.025em;
    }

    ul.marking_methods li {
        min-height: 130px;
    }
    .marking_methods .wrapper_img .tester {
        height: 130px;
        background-size: contain;
    }

    #homepage_slider li{
        width:100% !important;
        display: block;
    }
    .cms-index-index .page-main .extened_container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .offer_texman {
        display: block;
        padding-top:0 !important;
        padding-bottom:0 !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
    .header_wrapper:before,
    .header_wrapper:after{
        display: none !important;
    }
    .header_wrapper p {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0 !important;
        margin-top: 10px !important;
    }
    .header_wrapper h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .offer_texman p{
        margin-bottom: 2px !important;
    }
    ul.marking_methods{
        display: block;
    }
    ul.marking_methods li:not(:last-of-type) {
        border-right:0 solid #fff !important;
    }
    ul.marking_methods li {
        margin-bottom: 0 !important;
    }

    .cms-index-index .page-header {
        border-bottom: 0px solid #cccccc;
        margin-bottom: 0;
    }
    .page-header {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 0;
    }
    .why_texman .one_third{
        width:100% !important;
    }
    .why_texman{
        flex-wrap: wrap;
        padding: 0;
        text-align: center !important;
    }
    .why_texman img{
        margin-left:auto !important;
        margin-right: auto !important;
    }
    .why_texman a{
        font-size:18px;
        line-height: 24px;
    }
    .wrap_footer .one_fourth {
        width: 50% !important;
    }
    .heading_footer{
        margin-top:40px;
        font-size: 16px;
        line-height: 18px;
        padding-right: 35px;
    }
    .footer.content{
        border:0 !important;
        font-size:14px;
        line-height: 18px;
    }
    .copyright:before {
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #2b314c;
        text-align: center;
    }
    body .copyright p{
        text-align: center !important;
    }
    body {
        overflow-x: hidden;
    }
    .why_texman .rigth_box p {
        max-width: 100%;
    }
    .why_texman {
        background: #eaeaea;
    }

    .why_texman .left_box {
        padding-top:50px;
    }
    .why_texman .center_box img{
        margin-bottom: 0 !important;
    }
    .why_texman .one_third {
        margin-bottom: 50px;
    }

    .cms-index-index #homepage-promo-products .widget-product-grid .product-item:last-of-type{
        display: none !important;
    }

    /* KONTAKT */
    body .wrap_contact_details .cols,
    .wrap_contact_details .cols:not(:last-of-type){
        width:100% !important;
        padding-left:0 !important;
    }

    .wrap_contact_details .cols:last-of-type h2 {
        padding-top: 0 !important;
    }

    .wrap_contact_details iframe {
        border: 0;
        width: 100%;
        height: calc(100vw - 30px);
    }
    .wrap_contact_details .cols:nth-child(1) h2{
        margin-bottom:10px !important;
    }
    .new_view_form .col_left_form,
    .new_view_form .col_right_form{
        width:100%;
        padding: 0 !important;
    }
    .fieldset.new_view_form .field {
        margin-bottom: 0px;
        margin-top: 10px;
    }
    body .cus_con_page {
        max-width: 100%;
        margin: 30px auto 60px;
        font-size: 13px;
        line-height: 19px;
        padding:0 !important;
    }

    .cus_con_page ol{
        padding-left:15px;
    }

    .cus_con_page ol ol{
        padding-left:20px;
    }

    .cms-historia-firmy .cus_con_page p img{
        float: none !important;
        display: block;
        margin: 0 auto 30px !important;
    }

    .product_marking_page {
        grid-template-columns: repeat(1, 1fr);
    }

    .product_marking_page img{
        max-width: 300px;
    }
    .products-grid .custom_layout {
        grid-template-columns: repeat(1, 1fr);
    }

    body .grid.products-grid .custom_layout .item {
        width: calc(100% - 60px) !important;
        margin:0 0 0 auto !important;
    }
    .page-products .products-grid .custom_layout .product-item-info .custom_action_wrapper .product-item-actions{
        display: block !important;
    }
    .products-grid .custom_layout .product-item-info,
    .products-grid .custom_layout .product-item-info{
        margin: -10px -10px -10px -90px;
        padding: 10px 10px 10px 90px;
    }
    .page-products .products-grid .custom_layout .product-item-info .color_container,
    .page-products .products-grid .custom_layout .product-item-info:hover .color_container{
        left: -70px !important;
        top: 10px;
        height: 100%;
    }

    .page-products .products-grid .custom_layout .product-item-info .product-item-actions {
        position: relative;
        left: 0;
        top: 10px;
    }

    body.page-products .products-grid .custom_layout .product-item-info .color_container .color_row{
        display: block !important;
    }
    body.page-products .products-grid .custom_layout .product-item-info .color_container .color_row:nth-child(1){
        order:3;
        margin-left:5px !important;
    }
    body.page-products .products-grid .custom_layout .product-item-info .color_container .color_row:nth-child(2){
        order:2;
        margin-left:5px !important;
    }
    body.page-products .products-grid .custom_layout .product-item-info .color_container .color_row:nth-child(3){
        order:1
    }
    .color_container div {
        width: 6.667vw;
        height: 6.667vw;
        max-width: 25px;
        max-height: 25px;
    }
    .page-products .products-grid .custom_layout .product-item-info .color_container .color_row:nth-child(1) div:nth-child(13),
    .page-products .products-grid .custom_layout .product-item-info .color_container .color_row:nth-child(1) div:nth-child(14),
    .page-products .products-grid .custom_layout .product-item-info .color_container .color_row:nth-child(1) div:nth-child(15),
    .page-products .products-grid .custom_layout .product-item-info .color_container .color_row:nth-child(1) div:nth-child(16),
    .page-products .products-grid .custom_layout .product-item-info .color_container .color_row:nth-child(1) div:nth-child(17){
        display: block !important;
    }

    body.page-products .products-grid .custom_layout .item.normal_version .color_container {
        left: -40px !important;
        width: 80px;
        display: flex;
        flex-wrap: wrap;
    }

    .wrap_loop .toolbar .modes-mode {
        width: 33px;
        height: 33px;
    }
    .modes .modes-label {
        width: 50%;
    }
    .modes strong > span,
    .modes a > span{
        display: none;
    }

    .wrap_loop .toolbar:first-of-type .modes{
        width: 30% !important;
        align-items: center;
    }
    .wrap_loop .toolbar:first-of-type .toolbar-amount{
        width: 100% !important;
        order: 5;
        text-align: right !important;
        font-size: 12px;
    }
    .wrap_loop .toolbar:first-of-type .toolbar-sorter.sorter {
        position: relative;
        width: 70%;
    }
    .wrap_loop .modes-label{
        display: none !important;
    }
    .wrap_loop .products {
        margin: 0 0 30px !important;
    }

    body .filter-title strong {
        line-height: 24px;
        position: fixed;
        text-align: center;
        top: inherit;
        bottom: 0;
        z-index: 2222;
        width: 100%;
        background: var(--color1);
        border: 0 !important;
        box-shadow: none !important;
        color: #fff;
        font-weight: 700 !important;
        text-transform: uppercase;
        box-sizing: border-box;
        border-radius: 0;
    }

    .page-products .columns {
        padding-top: 30px !important;
    }

    body .filter.active .filter-title strong {
        position: absolute;
        top: 5px;
        right: 1px;
        text-align: right !important;
    }

    body .page-footer {
        position: relative;
        z-index: 3;
    }

    .list .custom_layout .product-item-photo {
        padding: 0 15px 0 0 !important;
    }

    .list .custom_layout .color_container {
        flex-wrap: wrap;
        margin-bottom: 0 !important;
    }
    body .list .custom_layout .color_container div {
        margin: 0px 5px 7px 0px !important;
    }

    .list .custom_layout .custom_desc .col_cus_attr .label_cus {
        max-width:100% !important;
        display: block;
        padding-left:0 !important;
    }
    .list .custom_layout .custom_desc .col_cus_attr{
        flex-wrap: wrap;
    }

    /* PRODUCT PAGE */

    body.page-layout-1column .product.media {
        width: 100% !important;
        padding-right: 0 !important;
    }
    body .fotorama__nav__shaft.fotorama__grab {
        display: block;
    }
    body .fotorama__nav-wrap.fotorama__nav-wrap--horizontal .fotorama__thumb__arr {
        display: none !important;
    }
    body .fotorama__arr, .fotorama__thumb__arr {
        background-color: rgb(255 255 255 / 0%) !important;
        display: block !important;
    }
    body .fotorama__arr .fotorama__arr__arr {
        background-color: #fffc;
    }

    .page-title-wrapper.product h1.page-title {
        font-weight: 500;
        line-height: 24px;
        font-size: 24px;
        margin-top: 15px;
        margin-bottom: 0 !important;
    }
    .product-info-main .page-title-wrapper .product-info-stock-sku {
        display: inline-block;
        float: left;
        padding-bottom: 0;
        padding-left: 0;
        text-align: left;
        vertical-align: top;
        font-weight: 500;
        line-height: 34px;
        font-size: 24px;
    }
    .product-info-main .page-title-wrapper .product-info-stock-sku strong{
        display: none !important;
    }
    .product-section-extended .brand_image,
    .product-section-extended .cta_order{
        width: 100% !important;
    }
    .product-section-extended .brand_image img{
        margin:50px 0 0;
        display: block;
    }
    .product-section-extended .wrap_additonal_info{
        padding:15px 0 50px !important;
    }

    .product-section-extended .brand_image{
        order:2;
    }
    .product-section-extended .cta_order{
        order:1;
        text-align: left;
    }

    .product-section-extended .product.data.items{
        padding:0 15px;
        border: 0 !important;
    }

    .product.info.detailed .product.data.items #tab-label-description {
        padding: 0 !important;
        text-align: left;
    }

    .product.info.detailed .product.data.items > .item.title > .switch {
        text-align: left;
        background: #eeeeee !important;
    }
    body .product.info.detailed .product.data.items .item.title.active .switch{
        background-color: transparent !important;
    }
    body .product.data.items .item.title a:after {
        top: 0;
    }
    body .product.data.items > .item.title.active > .switch {
        color: var(--color1) !important;
    }

    body .product.info.detailed .product.data.items > .item.content {
        padding: 20px 10px !important;
    }
    .product.info.detailed .additional-attributes > tbody > tr:not(:last-of-type) {
        border-bottom: 1px solid #f3f3f3;
        margin-bottom: 15px;
    }
    body .product_wrap_marking .item_marking {
        width: 50% !important;
    }
    body .product_wrap_marking .item_marking a {
        text-align: center !important;
        display: block;
    }
    body .product_wrap_marking .item_marking a img {
        margin:0 auto 8px;
        display: block;
    }
    body .custom_wrapper {
        padding-top: 0;
    }
    body .custom_wrapper .block.related,
    body .custom_wrapper .block.upsell{
        width:100%;
    }

    body .custom_wrapper .block.related ol > li:nth-child(3),
    body .custom_wrapper .block.upsel ol > li:nth-child(3),
    body .new_app_for_widget ol > li:nth-child(5){
        display: none !important;
    }

    body .new_app_for_widget ol > li .product-item-info {
        max-width: 100%;
        width: 152px !important;
    }

    body .custom_wrapper li.item.product {
        width: 49% !important;
    }
    body .custom_wrapper ol.products.list {
        margin-right: 0 !important;
    }

    body .cta_order a {
        color: #fff!important;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none !important;
        position: relative;
        background: #c41452;
        padding: 7px 20px 9px 30px;
        border-radius: 0;
        border: 2px solid #c41452;
        text-transform: uppercase;
    }
    body .cta_order a .wrap_icon{
        left: 5px;
        top: 5px;
        font-size: 16px;
    }
    body .cta_order a:hover{
        background-color: #fff !important;
    }

    .catalog-product-view .table-wrapper.grouped {
        border-top:1px solid #f0f0f0 !important;
    }

    .catalog-product-view .table.data.grouped.custom > tbody > tr > td.col.product-data {
        display: inline-block !important;
        background: #f8f8f85e;
        margin: 5px 0;
        border: 1px solid #f0f0f0 !important;
    }
    .catalog-product-view .table-wrapper.grouped .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.product-color-tr {
        display: flex;
        flex-wrap: wrap;
        flex: 0 0 33.33%;
        flex-grow: 1;
        justify-content: space-between;
        border: 1px solid #f0f0f0 !important;
        padding: 9px 12px;
        border-top:0 !important;
    }
    .catalog-product-view .table-wrapper.grouped .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr.product-color-tr:last-of-type{
        border-top:1px solid #f0f0f0;
    }
    .catalog-product-view .table-wrapper.grouped .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
        width: 100% !important;
        background: 0 !important;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0 !important;
        padding: 10px 0 !important;
    }
    .catalog-product-view table.table.data.grouped.custom > tbody > tr > td{
        width: calc(24vw - 10px);
    }
    .catalog-product-view .swatch-labels .fontlabel{
        width: 100% !important;
    }

    .catalog-product-view .product-color-tr .swatch-labels {
        width: calc(100% - 40px);
        order: 2;
        text-align: left;
        padding-left: 10px;
        box-sizing: border-box;
    }
    .catalog-product-view .mobile-size {
        border-bottom: 0 solid #d9d9d9 !important;
    }
    .catalog-product-view .table-wrapper.grouped .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td {
        padding-bottom:0 !important;
        padding-top:0 !important;

    }
    .catalog-product-view .table-wrapper.grouped .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.col.product-data {
        padding: 5px 10px !important;
    }
    .catalog-product-view table.table.data.grouped.custom small{
        font-size: 11px !important;
    }
    .catalog-product-view .warehouse-mobile,
    .catalog-product-view .product-items-warehouse-outside{
        color:#939393 !important;
    }

    .catalog-product-view .table-wrapper.grouped .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td.col.sum {
        width: 100%;
        text-align: right !important;
        padding: 5px 7px 5px 0 !important;
        background: #f8f8f8;
    }

    .catalog-product-view .table-wrapper.grouped tbody > tr td.col.sum .wrap_total_grouped .label_custom_sum:before{
        content:"SUMA:";
        padding-right: 20px;
        display: inline-block;
        font-weight: bold;
    }
    .catalog-product-view .table-wrapper.grouped tbody > tr td.col.sum .wrap_total_grouped .label_custom_qty:before{
        content:"ILOŚĆ:";
        padding-right: 20px;
    }
    .catalog-product-view .table-wrapper.grouped tbody > tr td.col.sum .total-qty{
        margin-bottom:0 !important;
    }

    .catalog-product-view .table-wrapper.grouped tbody > tr td.col.sum .total-qty,
    .catalog-product-view .table-wrapper.grouped tbody > tr td.col.sum strong{
        width:65px;
        display: inline-block;
    }

    .catalog-product-view .table-wrapper.grouped tbody > tr td.col.sum .wrap_total_grouped span[class*="label_custom"]{
        width: 90px;
        display: inline-block;
        text-align: right;
    }

    .catalog-product-view .table-wrapper.grouped tbody > tr td.col.customaddtocart{
        width:100% !important;
        margin-top:0 !important;
        padding:0 !important;
    }

    .catalog-product-view .table-wrapper.grouped tbody > tr td.col.sum .wrap_total_grouped{
        display: flex;
        justify-content: flex-end;
    }
    .catalog-product-view .mobile_cta_show{
        display: block !important;
    }

    .catalog-product-view .action.addtocart-color{
        display: flex;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        background: var(--color1);
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        padding: 9px;
        box-sizing: border-box;
        text-decoration: none !important;
    }
    .catalog-product-view .action.addtocart-color:hover{
        background-color: #fff;
        color: var(--color1);
    }
    .catalog-product-view .action.addtocart-color:hover:before {
        color: var(--color1);
    }
    .catalog-product-view .action.addtocart-color:before{
        color:#fff;
        font-weight: 400 !important;
        margin-right:5px;
        position: relative;
        top:-2px;
    }

    .form-create-account .fieldset.create.account:after {
        margin-top: 0 !important;
    }
    .form-create-account .fieldset.create.account:after {
        display: none!important;
    }
    .form-create-account .fieldset.address:after {
        margin: 0 0 35px;
        content: attr(data-hasrequired);
        display: block!important;
        letter-spacing: normal;
        word-spacing: normal;
        color: #e02b27;
        font-size: 1.2rem;
        padding: 0 7px;
    }
}
/* clickup #3914w1e */
.header.panel > .wrap_infobar_top .welcome_delivery,
.header.panel > .wrap_infobar_top .welcome_return,
.header.panel > .wrap_infobar_top .welcome_shipment
{
    display: inline-block;
    vertical-align: middle;
    font: var(--list_font);
    font-size: 12px;
    margin:0 15px;
}
.header.panel > .wrap_infobar_top .col_two > div > div[class*="welcome_"]:not(:first-child):before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    height: 80%;
    width: 1px;
    background: white;
    transform: translateY(-50%);
}

.header.panel > .wrap_infobar_top .col_two > div > div[class*="welcome_"]:not(:first-child) {position: relative;}
body .header.panel > .wrap_infobar_top .welcome_delivery img,
body .header.panel > .wrap_infobar_top .welcome_return img,
body .header.panel > .wrap_infobar_top  .welcome_shipment img
{
    vertical-align: middle;
    margin-right: 5px;
    max-height: 24px;
}
@media (max-width:991px) {
    .welcome_phone {
        justify-content: right;
    }
    body .page-header .panel.wrapper .col_one,
    body .page-header .panel.wrapper .col_two {
        width:100%;
    }
    body .header.panel > .wrap_infobar_top {
        flex-wrap:wrap;
        -ms-flex-wrap: wrap;
    }
    body .header.panel > .wrap_infobar_top .col_one,
    body .header.panel > .wrap_infobar_top .col_one div {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        width: 100% !important;
    }
    body .header.panel > .wrap_infobar_top .welcome_delivery
    {
        margin-left:0!important;
    }
    .header.panel > .wrap_infobar_top .welcome_return,
    .header.panel > .wrap_infobar_top .welcome_shipment {
        margin-left:10px;
    }
    body .page-header .panel.wrapper .col_two  {
        margin-top:5px;
        gap:5px;
    }
    body .page-header .panel.wrapper .col_two, body .page-header .panel.wrapper .col_two div{
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
       width:100%;
       align-items:center;

    }
    body .header.panel > .wrap_infobar_top .welcome_return {
        justify-content:center;
    }
    body .header.panel > .wrap_infobar_top .welcome_shipment {
        justify-content:end;
    }

}
@media (max-width:767px) {
    body .page-header .panel.wrapper .col_two,
    body .header.panel > .wrap_infobar_top .col_one div.welcome_mail,
    body .header.panel > .wrap_infobar_top .welcome_delivery img,
    body .header.panel > .wrap_infobar_top .col_one div.welcome_phone img
    {
        display:none!important;
    }
    body .header.panel > .wrap_infobar_top .col_one div{
        align-items:center;
    }
    body .header.panel > .wrap_infobar_top .col_one div.welcome_phone {
        width:60%!important;
    }
}
@media (min-width:768px) {
    body .header.panel > .wrap_infobar_top .col_one div.welcome_delivery.display_mobile {
        display:none!important;
    }
}

/* clickup #3914w1e end */
