@font-face {
    font-family: Blender-Pro-Bold;
    src: url(../assets/Blender-Pro-Bold.otf);
}
@font-face {
    font-family: Blender-Pro-Heavy;
    src: url(../assets/Blender-Pro-Heavy.otf);
}
@font-face {
    font-family: Blender-Pro-Book;
    src: url(../assets/Blender-Pro-Book.otf);
}
body,
html {
    font-family: Blender-Pro-Bold, sans-serif;
    font-size: 16px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.5;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
:focus {
    outline: none;
}
button:focus {
    outline: none;
    outline: none;
}
.w-65 {
    width: 65% !important;
}
.navbar{
    height: 68px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 103px;
    left: 0;
    background-color: rgb(255, 255, 255);
    overflow-x: hidden;
    transition: 0.5s;
    border-top: 1px solid #e0e0e0;
}
.navclose__btn {
    display: none;/*inline-block*/
    background-color: #fff;
    border: 0;
    border-right: 1px solid #e6e7e9;
    color: #000;
    height: 68px;
    min-height: inherit;
    outline: 0;
    padding: 0;
    width: 68px;
    z-index: 24;
    margin-left: -1.5rem;
}
#f_head {
    background-color: #000;
    color: #fff;
    height: 35px;
    transition: height .4s;
}
#f_head p {
    font-family: Blender-Pro-Bold, sans-serif;
    font-size: 13.33333px;
}
#f_nav {
    background-color: #f5f5f5;
    box-shadow: inset 0 -1px 0 #e6e7e9;
    height: 56px;
    transition: height .4s;
}
#f_nav .col-12 {
    display: flex;
    justify-content: space-between;
}
#fnav .grup, 
.sidenav .grup{
    background-color: #f5f5f5;
    box-shadow: inset 0 -1px 0 #e6e7e9;
}
.sidenav .grup{
    display: block;
    width: 100%;
    height: auto;
}
.window-overlay {
    transition: opacity .4s cubic-bezier(.4,0,.6,1);
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: auto;
    z-index: 12;
    padding-top: 68px;
}
.window-overlay--touchMenu {
    height: calc(100% - 35px);
}
.window-overlay:after {
    background-color: #2a2929;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}
.window-overlay.is-active {
    opacity: .5;
    pointer-events: auto;
}
.touch-menu__more-buttons {
    height: 300px;
    display: -ms-grid;
    display: grid;
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: repeat(4,1fr);
}
.touch-menu__more-buttons p, a.login{
    font-family: Blender-Pro-Book, sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #575555;
}
.touch-menu__more-buttons a:hover, a.login:hover{
    text-decoration: none;
}
.touch-menu__more-button {
    color: #000;
    text-align: center;
}
.touch-menu__more-icon {
    position: relative;
    background-color: #f5f5f5;
    color: #575555;
    margin-bottom: .5rem;
}
.touch-menu__more-icon:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}
.touch-menu__more-icon .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 30px;
    width: 30px;
}
.sidenav .mob__sh-item{
    background-color: #f5f5f5;
    color: #000;
    font-family: Blender-Pro-Bold,sans-serif;
    text-transform: uppercase;
    align-items: center;
    border: 0;
    display: -ms-flexbox;
    display: block;
    outline: 0;
    padding: 1.5rem 1.5rem;
    width: 100%;
}
#f_nav .grup a, 
.sidenav .grup a{
    color: #a0a3a7;
    font-family: Blender-Pro-Bold, sans-serif;
    position: relative;
    text-transform: uppercase;
    z-index: 0;
    margin-left: -4px;
    padding: 1rem 2rem;
}
#f_nav .grup a:hover,
.sidenav .grup a:hover {
    text-decoration: none;
}
#f_nav .grup a:not(.active_a):after,
.sidenav .grup a:not(.active_a):after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #a0a3a7;
    content: "";
    height: 16px;
    right: 0;
    width: 1px;
}
#f_nav .grup a:not(.active_a):hover,
.sidenav .grup a:not(.active_a):hover {
    background-color: #e6e7e9;
    color: #2a2929;
}
#f_nav .grup a.active_a,
.sidenav .grup a.active_a {
    background-color: #fff;
    border-left: 1px solid #e6e7e9;
    border-right: 1px solid #e6e7e9;
    color: #000;
    margin-left: -5px;
    z-index: 1;
}
#t_nav .col-12.t_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#t_nav .nav-main a {
    color: #000;
    position: relative;
    transition: opacity 0.3s;
}
#t_nav .nav-main:hover > * {
    opacity: 0.25;
}
#t_nav .nav-main a:hover {
    text-decoration: none;
    opacity: 1;
}
#t_nav .nav-main a:hover + .drop__menu_col{
    display: block;
    opacity: 1;
}
.drop__menu_col:hover{
    display: block;
    opacity: 1;
}
.drop__menu_col a:hover::after {
    display: none;
}
#t_nav .nav-main a:hover::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    content: "";
    height: 3px;
    margin-top: 1rem;
    width: 20px;
}
#t_nav .nav-main a.nav_a_hvr:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    content: "";
    height: 3px;
    margin-top: 1rem;
    width: 20px;
}
#t_nav .icons a:hover img {
    filter: opacity(0.3);
}
.first__hero{
    background-color: #f5f5f5;
    background-position: 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left;
}
.first__hero:before {
    content: "";
    display: block;
    padding-top: 40%;/*140*/
    width: 100%;
}
.first__hero-image {
    position: absolute;
    left: 50%;
    top: 50%;/*60*/
    transform: translate(-50%,-50%);
    height: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    opacity: 1;
    pointer-events: none;
    transition: opacity .5s ease;
    width: 100%;
    z-index: 0;
}
.hero__text-container  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    z-index: 1;
    -ms-flex-align: center;
    align-items: center;
}
.hero__text_1{
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 2rem 1rem;
}
.hero__text_1 h2{
    font-family: Blender-Pro-Heavy,sans-serif;
    font-size: 47.77574px;
    letter-spacing: -2px;
    line-height: .8;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0,0,0,.3);
    color: #fff;
}
.hero__text_1 p{
    font-family: Blender-Pro-Book,sans-serif;
    font-size: 19.2px;
    line-height: 1;
    text-shadow: 0 0 5px rgba(0,0,0,.3);
    color: #fff;
}
.swiper-container.prod_slide {
    width: 106%;
    padding-bottom: 50px;
}
.prod_slide .swiper-wrapper {
    position: relative;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.prod_slide .swiper-slide {
    height: initial;
    text-align: center;
    align-self: center;
    max-width: 294px;
}
.prod_slide .swiper-pagination-bullet {
    margin: 0 4px;
    background-color: #cfd0d2;
    border-radius: 0;
    height: 4px;
    opacity: 1;
    width: 42px;
}
.prod_slide .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #78ff31;
}
.prod_slide .swiper-button-next,
.prod_slide .swiper-container-rtl .prod_slide .swiper-button-prev {
    right: 0px;
    left: auto;
}
.t_area:before {
    background-color: #78ff31;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 2rem;
    width: 42px;
}
.h2_t {
    font-family: Blender-Pro-Heavy, sans-serif;
    font-size: 33.1776px;
    line-height: 0.8;
    text-transform: uppercase;
}
.p_lt {
    font-family: Blender-Pro-Book, sans-serif;
    font-size: 19.2px;
    line-height: 1.5;
}
.btn_cst {
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #78ff31;
    border-radius: 0;
    border: 1px solid transparent;
    box-shadow: none;
    color: #2a2929;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: Blender-Pro-Heavy, sans-serif;
    font-size: 16px;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0;
    min-height: 48px;
    padding: 0.75rem 1.5rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: 0.125s;
    transition-timing-function: ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
}
.btn_cst:hover {
    background-color: #4ee400;
    color: #000;
    cursor: pointer;
}
.marka-card:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}
.marka-card img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    pointer-events: none;
    z-index: 1;
    padding: 0px 15px;
}
.marka-card:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    width: -webkit-fill-available;
    z-index: 2;
    margin-right: 30px;
}
.category-blocks__content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    align-items: flex-start;
    text-align: left;
    -ms-flex-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3.5rem;
    z-index: 3;
}
.marka_card_title {
    font-family: Blender-Pro-Heavy, sans-serif;
    font-size: 47.77574px;
    letter-spacing: -2px;
    line-height: 0.8;
    text-transform: uppercase;
    color: #fff;
}
.marka_card_subtitle {
    font-family: Blender-Pro-Book, sans-serif;
    font-size: 19.2px;
    line-height: 1.5;
    color: #fff;
}
.category-blocks__content .btn_cst,
.images__text .btn_cst {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.category-blocks__content a:hover {
    text-decoration: none;
}
.category-blocks__content a:hover,
.images__text a:hover {
    text-decoration: none;
}
.category-blocks__content .btn_cst:hover,
.images__text .btn_cst:hover {
    background-color: #fff;
    border-color: #fff;
    color: rgb(0, 0, 0);
}
.l_articles a {
    color: #000;
    width: 100%;
}
.l_articles a:hover {
    color: #b7babb;
    text-decoration: none;
}
.l_articles .art_p {
    font-family: Blender-Pro-Heavy, sans-serif;
    font-size: 19.2px;
    line-height: 0.8;
    text-transform: uppercase;
}
.l_articles .art_s_p {
    font-family: Blender-Pro-Book, sans-serif;
    font-size: 19.2px;
    line-height: 1.5;
    color: #969696;
}
.l_articles .btn_cst {
    width: auto;
}
.l_articles .btn_cst:hover {
    color: #000;
}
.p_small,
.insta_p {
    font-family: Blender-Pro-Book, sans-serif;
    font-size: 19.2px;
    line-height: 28.8px;
    color: #000000;
}
#insta {
    background-color: #f5f5f5;
    padding-bottom: 6rem;
    padding-top: 6rem;
}
a.insta_link {
    color: #000;
}
a.insta_link:hover {
    color: #a0a3a7;
    text-decoration: none;
}
a.insta_link:hover img {
    filter: opacity(0.4);
}
.inst_title {
    font-family: Blender-Pro-Heavy, sans-serif;
    font-size: 27.04px;
    line-height: 0.8;
}
.btn_cst_2 {
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #2a2929;
    color: white !important;
    padding: 0.75rem 1.5rem !important;
}
.btn_cst_2:hover {
    background-color: #000;
    text-decoration: none;
}
#f_top {
    background-image: url("../assets/banner.jpg");
	/*background-image: url("https://cdn.shopify.com/s/files/1/0707/2435/files/FOOTERDESKTOP_1944x.jpg?v=1597411546");*/
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-bottom: 6rem;
    padding-top: 6rem;
}
#f_top .btn_cst {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
#f_top a:hover {
    text-decoration: none;
}
#f_top .btn_cst:hover {
    background-color: #fff;
    border-color: #fff;
    color: rgb(0, 0, 0);
}
#f_top h4 {
    font-family: Blender-Pro-Heavy, sans-serif;
    font-size: 33.1776px;
    line-height: 0.8;
    margin: 0 0 1rem;
    text-transform: uppercase;
}
#f_top p {
    font-family: Blender-Pro-Book, sans-serif;
    font-size: 19.2px;
    line-height: 28.8px;
}
#footer {
    background-color: #000;
    color: #fff;
}
#footer .f_row {
    padding-bottom: 6rem;
    padding-top: 6rem;
}
#footer p a {
    font-family: Blender-Pro-Book, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    text-transform: uppercase;
    color: #cfd0d2;
}
#footer a {
    color: #cfd0d2;
}
#footer p a:hover {
    color: #adadad;
    text-decoration: none;
}
#footer .f_sec a {
    font-family: Blender-Pro-Book, sans-serif;
    font-size: 13.3px;
    line-height: 1.6;
    text-transform: uppercase;
    color: #cfd0d2;
}
#footer .f_sec a:hover {
    color: #adadad;
    text-decoration: none;
}
/*
    dropdown checkbox
*/
#shop{
    margin-top: 179px;
}
.btn.focus, .btn:focus {
    outline: none;
    box-shadow:none;
}
.drop__btn{
    background-color: transparent;
    border: 1px solid #e6e7e9;
    border-radius: 0px;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: Blender-Pro-Bold,sans-serif;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    opacity: 1;
    padding: 0 0 0 .75rem;
    position: relative;
    text-transform: uppercase;
    width: 237px;
    text-align: left;
}
.drop__btn:before {
    top: 50%;
    margin-top: -7px;
    right: 16px;
    left: auto;
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(45deg);
    transition: all .1s ease-in-out;
}
.drop__btn.dropdown-toggle::after {
    display: none;
}
.dropdown-menu {
    position: absolute;
    top: -4px !important;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: .5rem 1rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-top: 0;
    border-radius: 0rem;
}
.filter__mob{
    display: none;
}
.filter__mob.is-active-f{
    display: block;
}
.filter__mob-btn, .sort__mob button{
    background-color: transparent;
    border: 0;
    color: #a0a3a7;
    cursor: pointer;
    font-family: Blender-Pro-Bold,sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    align-self: center;
}
.filter__mob .card-header button{
    font-family: Blender-Pro-Bold,sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 20px;
    color: #000 !important;
    text-decoration: none;
}
.filter__mob .card-header button:before {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #000;
    display: inline-block;
    margin: 0 10px -2px 0;
}
.filter__mob .card{
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}
.filter__mob .card-header {
    padding: .75rem 0rem;
    margin-bottom: 0;
    background-color: rgb(255 255 255);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.dropdown-menu label,
.filter__mob .collapse label{
    font-family: Blender-Pro-Book,sans-serif;
    color: #b7babb;
    font-size: 16px;
    line-height: 24px;
}
.dropdown-menu input,
.filter__mob .collapse input{
    filter: opacity(0.5);
    width: 14px;
    height: 14px;
}
.dropdown-menu .drop_in__btn,
.filter__mob .collapse .drop_in__btn{
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #2a2929;
    border: 1px solid transparent;
    box-shadow: none;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: Blender-Pro-Heavy,sans-serif;
    font-size: 13.33333px;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0;
    min-height: 48px;
    padding: .75rem 1.5rem;
    border-radius: 0px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .125s;
    transition-property: background;
    transition-timing-function: ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}
.dropdown-menu .drop_in__btn:hover{
    color: #fff;
    background-color: #000;
}
/*
    dropdown checkbox
*/
.popup_img{
    object-fit: cover;
    height: 600px;
    width: 100%!important;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0rem;
}
.play_btn, .play-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: glowing 1000ms infinite;
    -moz-animation: glowing 1000ms infinite;
    -o-animation: glowing 1000ms infinite;
    animation: glowing 2000ms infinite;
}
@-webkit-keyframes glowing {
    0% { filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0));}
    50% { filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));}
    100% { filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0));}
  }
  
  @-moz-keyframes glowing {
    0% { filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0));}
    50% { filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));}
    100% { filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0));}
  }
  
  @-o-keyframes glowing {
    0% { filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0));}
    50% { filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));}
    100% { filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0));}
  }
  
  @keyframes glowing {
    0% { filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0));}
    50% { filter: drop-shadow(0px 0px 5px rgb(255, 255, 255));}
    100% { filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0));}
  }
.drop__menu_col{
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #b7babb;
    padding: 35px 0px 35px 50px;
    opacity: 1 !important;
}
.drop__menu p a{
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-family: Blender-Pro-Book,sans-serif;
}
.drop__menu p a:hover{
    color: #b7babb !important;
}
.men-in__menu,
.men-in__menu-new,
.men-in__menu-brands,
.men-in__menu-clot,
.men-in__menu-foot,
.men-in__menu-acc,
.men-in__menu-best{
    display: none;
    position: absolute;
    top: 0;
    background-color: #f5f5f5;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.in__menu-btn.back{
    background-color: #f5f5f5 !important;
    justify-content: left;
}
.in__menu-btn{
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 0;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    height: 68px;
    outline: 0;
    padding: 0 1.5rem;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
    border-radius: 0;
    border-bottom: .5px solid #cecece;
}
.in__menu-btn .icon {
    display: inline-block;
    fill:#a0a3a7;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}
/*
    TRAIN
*/
.carousel-control-next-icon, .carousel-control-prev-icon {
   margin-top: 125px;
}
.first-sec {
    background-color: #f5f5f5;
    background-position: 50%;
    background-size: cover;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left;
}
.first-sec:before {
    content: "";
    display: block;
    padding-top: 45%;
    width: 100%;
}
.first_sec__image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    opacity: 1;
    pointer-events: none;
    transition: opacity 0.5s ease;
    width: 100%;
    z-index: 0;
}
.hero__text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    z-index: 1;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.hero__text h1 {
    font-family: Blender-Pro-Heavy, sans-serif;
    font-size: 82.55649px;
    letter-spacing: -2px;
    line-height: 0.8;
    text-transform: uppercase;
    color: #fff;
}
.hero__text h6 {
    font-family: Blender-Pro-Heavy, sans-serif;
    font-size: 19.2px;
    line-height: 1.3;
    margin: 0 0 1rem;
    text-transform: uppercase;
    color: #fff;
}
.image__block {
    position: relative;
    background-position: 50%;
    background-size: cover;
    opacity: 1;
    color: #fff;
}
.image__block:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.images__text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: flex-start;
    padding: 6rem;
    text-align: left;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
/*
    TRAIN
*/

/*
    Store
*/
.shop__title {
    font-family: Blender-Pro-Heavy, sans-serif;
    font-size: 47.77574px;
    line-height: 1.2;
    margin: 0 0 2rem;
    text-transform: uppercase;
}
.prod__counter {
    font-family: Blender-Pro-Bold, sans-serif;
    font-size: 16px;
}
.prod__card .prod__title {
    display: block;
    font-family: Blender-Pro-Bold, sans-serif;
    line-height: 16.2px;
    text-transform: uppercase;
}
.prod__card .prod__price {
    font-family: Blender-Pro-Book, sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}
.quickshop__form {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.3);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% + 3.5rem + 52px);
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 26px;
    padding: 1.75rem;
    position: absolute;
    width: calc(100% + 3.5rem);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.quickshop__form-contain {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.quickshop__variants {
    height: 48px;
    width: calc(100% - 48px - 1rem);
}
.prod__card select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    border-radius: 0;
    font-family: Blender-Pro-Bold, sans-serif;
    text-transform: none;
    border: 1px solid #f5f5f5;
    color: #000;
    display: block;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 0rem 1rem;
}
.quickshop__submit {
    background-color: #2a2929;
    border-color: transparent;
    color: #fff;
    font-size: 16px;
    padding: 0;
    width: 48px;
}
.quickshop__submit:hover {
    background-color: #000000;
}
.prod__card:hover .quickshop__form {
    opacity: 1;
}
.quickshop__form:hover {
    opacity: 1;
}
.prod__card:hover {
    position: relative;
    z-index: 2;
}
.prod__card:hover .prod__img {
    position: relative;
    z-index: 2;
}
.prod__card:hover .prod__footer {
    position: relative;
    z-index: 2;
}
/*
    Store
*/
a.sort_btn{
    color: #b7babb;
    text-decoration: none;
}
.sort_btn.active_sort{
    color: #000;
}
.is-hidden {
    display: none;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
}
.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 15px 15px rgba(0,0,0,.15);
}
/*
    touchFooter
*/
.touch-footer {
    background-color: #fff;
    bottom: 0;
    display: none;
    height: 72px;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 99;
}
.touch-footer__contain, .touch-footer__link {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.touch-footer__contain, .touch-footer__link {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.touch-footer__link {
    color: #000;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 72px;
    width: 72px;
}
.touch-footer__link-icon {
    margin-bottom: .25rem;
}
.touch-footer__link-text {
    font-family: Blender-Pro-Bold,sans-serif;
    font-size: 13.33333px;
    text-transform: uppercase;
}
.icon {
    display: inline-block;
    fill: #000;
    height: 24px;
    vertical-align: middle;
    width: 24px;
}
.firt__slide_con{
    margin-top: 150px;
}
/*
    touchFooter
*/
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1328px;
    }
}

.slider-produtos-wrap,
.s_prod_slider,
.brand__slider {
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.swiper-slide {
    z-index: 1;
}
.swiper-prev,
.swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}
.swiper-prev {
    left: -30px;
}
.swiper-next {
    right: -30px;
}
.slider-produtos-wrap .swiper-pagination-bullet,
.s_prod_slider .swiper-pagination-bullet,
.brand__slider .swiper-pagination-bullet {
    margin: 0 4px;
    background-color: #cfd0d2;
    border-radius: 0;
    height: 4px;
    opacity: 1;
    width: 42px;
}
.slider-produtos-wrap .swiper-pagination-bullet-active,
.s_prod_slider .swiper-pagination-bullet-active,
.brand__slider .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #78ff31;
}
.slider-produtos-wrap .swiper-pagination,
.s_prod_slider .swiper-pagination,
.brand__slider .swiper-pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    margin-top: 35px;
}
.brand__slider .swiper-slide {
    height: initial;
    text-align: center;
    align-self: center;
}

.search-bar.is-active-search {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    display: flex;
}
.search-bar {
    transition: transform 0.6s cubic-bezier(0.1, 0.9, 0.33, 1);
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
    display: none;
    height: 40px;
    margin-top: -20px;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    pointer-events: auto;
    position: absolute;
    right: 25px;
    top: 50%;
    transition: opacity 0.25s ease-in-out;
    visibility: hidden;
    width: 220px;
    will-change: max-width;
    z-index: 24;
}
.search-bar__mob.is-active-search {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    display: flex;
}
.search-bar__mob{
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease-in-out;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fff;
    height: 100vh;
    width: 100%;
    z-index: 999;
}
.search-bar__mob .search-bar__input{
    background-color: #ffffff;
    border: 0;
    min-width: 100%;
    outline: none;
    padding: 1.25rem 40px 1.25rem 1.5rem;
}
.search-bar__mob .search-bar__close {
    position: absolute;
    right: 15px;
    top: 15px;
}
.search-bar__container {
    border: 1px solid #cfd0d2;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
select,
textarea {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: #000;
    display: block;
    font-size: 16px;
    height: 100%;
    letter-spacing: 0.5px;
    padding: 1rem;
    width: 100%;
}
.search-bar__input[type="search"] {
    background-color: #f5f5f5;
    border: 0;
    min-width: 100%;
    outline: none;
    padding: 0.75rem 40px 0.75rem 2.5rem;
}
.search-bar__submit {
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #a0a3a7;
    left: 6px;
    min-height: inherit;
    padding: 0;
}
.search-bar .search-bar__container {
    border-color: transparent;
}
.search-bar__submit:hover {
    background-color: transparent;
}
.search-bar__close {
    position: absolute;
    right: 0;
}
.search-bar__close .icon {
    height: 16px;
    width: 16px;
}
.icon {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    vertical-align: middle;
    width: 24px;
}
.wit-header__icon {
    transition: color 0.2s linear;
    background: none;
    border: 0;
    color: inherit;
    padding: 0;
    -ms-flex-align: center;
    align-items: center;
    color: #a0a3a7;
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    text-decoration: none;
    width: 36px;
}
.icon-fallback-text {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
@media (max-width: 1250px) {
    .drop__btn {
        width: 150px;
    }
    .first-sec:before {
        padding-top: 60%;
    }
    .first__hero:before {
        padding-top: 60%;
    }
}
@media (max-width: 992px) {
    .firt__slide_con{
        margin-top: 50px;
    }
    .drop__btn {
        width: 150px;
    }
    .first-sec:before {
        padding-top: 60%;
    }
    .first__hero:before {
        padding-top: 60%;
    }
}
@media (max-width: 768px) {
    .touch-footer {
        display: block;
    }
    #footer{
        margin-bottom: 72px;
    }
    #footer .f_row {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
    .first__hero:before {
        content: "";
        display: block;
        padding-top: 100%;/*140*/
        width: 100%;
    }
    .first__hero-image {
        position: absolute;
        left: 50%;
        top: 60%;/*60*/
        transform: translate(-50%,-50%);
        height: auto;
        min-height: 100%;
        min-width: 100%;
        object-fit: cover;
        opacity: 1;
        pointer-events: none;
        transition: opacity .5s ease;
        width: 100%;
        z-index: 0;
    }
    .filters__m{
        background-color: #f5f5f5;
    }
    #shop{
        margin-top: 100px;
    }
    .shop__title {
        font-size: 39.81312px;
    }
    .first-sec:before {
        padding-top: 100%;
    }
    .hero__text h1 {
        font-size: 68.55649px;
    }
}
@media (max-width: 577px) {
    .swiper-prev{
        left: 0px;
    }
    .swiper-next {
        right: 0px;
    }
    .swiper-container {
        width: 90%;
    }
    .first-sec:before {
        padding-top: 140%;
    }
    .first__hero:before {
        padding-top: 140%;
    }
    .hero__text h1 {
        font-size: 58.55649px;
    }
}
.modal-content, .modal-body{
    background-color: #00000000;
}
@media (min-width: 576px)
{
    .modal-dialog {
        max-width: 800px;
        margin: 10rem auto;
    }
}
