/*Custom Fonts*/
@font-face {
    font-family: 'indian_rupeeregular';
    src: url('fonts/indianrupee-webfont.eot');
    src: url('fonts/indianrupee-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/indianrupee-webfont.woff2') format('woff2'),
         url('fonts/indianrupee-webfont.woff') format('woff'),
         url('fonts/indianrupee-webfont.ttf') format('truetype'),
         url('fonts/indianrupee-webfont.svg#indian_rupeeregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
      font-family: "Unbounded", sans-serif;
    color:#000000;
 overflow: hidden;
}

html{
    overflow-x: hidden;
}

/* .section{
    width:70%;
    margin: 0 auto;
}

.section.header_area,
.section.hero_slider_area{
    width:auto;
} */

.header_area {
    position: relative;
    z-index: 999999;
}
.hero_slider_area{
    margin-top: -110px;
}

.web_header.fixed-top{
    position:fixed;
    background-color: #ffffff;
    box-shadow: 1px 1px 10px #7e7e7e;
}

.header_area .menu_icon{
    text-decoration: none;
    color: #000000;
    margin-top: 20px;
    display: block;
}

.header_area,.category_collection {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.category_collection{
    padding-left: 12% !important;
    padding-right: 12% !important;
    margin-top: -50px;
}

.header_area .menu_icon img{
padding-right: 15px;
width: 40px;
display: inline-block;
vertical-align: middle;
}

.header_area .menu_icon span{
display:inline-block;
vertical-align: middle;
margin-top: 3px;
font-family: "DM Sans", sans-serif;

}

.right_side a{
    margin-right: 20px;
    margin-top: 20px;
    display: inline-block;
}

.right_side img{
   width:16px;
}

.main_banner{
    height:1080px;
    /* height:100vh; */
    overflow: hidden;
}
.main_banner_text{
    margin-top: 43%;
    /* margin-bottom: 400px; */
    padding-bottom: 250px;
    position: relative;
    z-index: 2;
}

.main_banner_text h2{
    font-size:30px;
    font-weight:300;
    margin-bottom: 20px;
  
}

.btn_black{
    background:#ff0000;
    padding: 10px 20px;
    color: #ffffff;
    font-size: 11px;
    border-radius: 5px;
}

.btn_black:hover{
    background:#000000;
    color:#ffffff;
}

.main_banner .slick-dots{
    /* background:url('../images/banner_overlay.png'); */
    bottom: 0px;
    height: 180px;
    background-size: 100% 100%;
    bottom: 104.4px;
    padding-top: 6px;
}

.main_banner .slider:after{
    content:'';
    background:url('../images/banner_overlay.png'); 
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    bottom: 0px;
    height: 430px;
    background-size: contain;
    z-index: 1;
}


.slick-slide img{
    width:100%;
}

.slick-dots li{
    width:30px;
}

.slick-dots li button{
    width:20px;
}

.slick-dots li button:before{
    content:'';
    background: #ABABAB;
    width:20px;
    height:5px;
    border-radius:10px;
    opacity: 1;
}

.slick-dots li.slick-active{
    width:60px;
}

.slick-dots li.slick-active button:before {
    background:#ff0000;
    width:60px;
}

.slider {
    background-size:cover;
    background-position: top center;
    height:100%;
}

.banner_arks_text{
    padding-top:100px;
    width:100%;
    display:block;
}

.banner_arks_text img{
    width:100%;
}

.slick-prev{
    left: 30px;
    z-index: 99;
}

.slick-next {
    right: 30px;
}

.slick-arrow{
    background:transparent;
}

.slick-prev:before{
    content:'';
    background:url('../images/previous_arrow.png');
}
.slick-next:before{
    content:'';
    background:url('../images/next_arrow.png');
   
}

.category_slider .slick-prev:before{
    content:'';
    background:url('../images/cat_previous.png');
    background-repeat: no-repeat;
}

.slick-prev:before, .slick-next:before{
    width: 50px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
}

.cat_heading{
    background-image:url('../images/arks_new_heading.png');
    background-size: contain;
    height: 200px;
    background-position: top left;
    padding-top: 80px;
    background-repeat: no-repeat;
    margin-left: -60px;
    margin-bottom: -65px;
    z-index: 9999;
    position: relative;
    padding-left: 60px;
}

.cat_heading h2{
    font-size:50px;
    font-weight:300;
    text-transform: uppercase;
}

.shop_wrapper{
    text-align: center;
}

.cat_slider_img{
width:100%;
height:100%;
}

.shop_wrapper img{
    width:auto;
}




.cat_title{
    margin-top:10px;
    font-size:14px;
}




.category_slider .rk_signature{
    width: 120px;
    max-height: unset !important;
    height: auto !important;
    margin-left: -60px;
    vertical-align: middle;
    margin-top: 0px !important;
    display: inline-block;
}

.category_slider .cat_title span:before{
    content: '';
    width: 60%;
    height: 1.3px;
    display: inline-flex;
    background: #ff0000;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 7px;
}

.category_slider .cat_title span{
    display:inline-flex;
    vertical-align: middle;
    width: 81%;
}

/* .category_slider div.slick-current + div .cat_title{
    display:block;
} */


.shopnow_wrapper{
    padding-top: 100px;
    padding-left: 80px;
    padding-bottom: 100px;
}

.category_slider .slick-current{
    /* padding:50px; */
}

.category_slider .slick-dots{
    right:0px;
    bottom:-50px;
}
.collection_wrapper{
    position: relative;
}

/* .collection_wrapper{
    background-image:url('../images/collection_bg.png');
    background-size:cover;
    position:relative;
    margin-top: 0px;
    padding-left: 50px !important;
    padding-right: 50px !important;
} */

.collection_wrapper .cat_heading {
    background:transparent;
    padding-top: 200px;
}

.collection_wrapper .arks_text{
    position:absolute;
    top:100px;
    left:0px;
    right:0px;
}

.collection_wrapper .arks_text img{
    width:100%;
}

.collection_section{
    margin-top: 150px;
    position: relative;
    z-index: 1;
    margin-bottom:150px;
}

.collection_section .nav{
    justify-content: center;
    border-bottom: none;
}

.nav-tabs .nav-link{
    color: #0A0A0A;
    opacity:0.4;
    font-weight:400;
    background:transparent !important;
    border:none;
    font-size:20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    font-weight:600;
    opacity: 1;
}

.collection_slider {
    padding-top: 100px;
}

.collection_title{
    font-size: 51px;
    font-weight: 400;
    line-height: 70px;
    text-align: left;
    color: #ABABAB;
    text-transform: capitalize;
}

.collection_banner_text{
    text-align: left;
}

.sneakers_nav .slick-dots{
    left: -150%;
    right: auto;
    bottom: -30px;
    
} 


.sneaker_btn{
    margin-left: -116%;
}

/*.sneakers_nav .slick-dots li.slick-active{
    width:20px;
    height: 20px;
}

.sneakers_nav .slick-dots li.slick-active button{
  background: #D9D9D9;
  border-radius: 50%;

}


 .sneakers_nav .slick-dots li.slick-active button:before{
    width:15px;
    height:15px;
    right: 0px;
    bottom: 0;
    left: 2.4px;
    top: 2.2px;
}

.sneakers_nav  .slick-dots li button:before{
    width:20px;
    height: 20px;
}

.sneakers_nav .slick-dots li{
width:20px;
} */

.sneakers_nav .collection_slide.slick-current img{
    border:1px solid #ffffff;
    border-radius: 10px;
}

/* .sneakers_nav .slick-track .collection_slide:last-child {
    display:none !important;
} */

/* .shopnow_wrapper{
    background-image:url('../images/shopnow_bg.png');
    background-size:contain;
    background-position: top left;
    background-repeat: no-repeat;
} */

.signature_text{
    width: 210px;
    margin-bottom: -40px;
}

.heading_title{
    font-size:40px;
    font-weight:400;
    letter-spacing: 1px;
    color:#ABABAB;
}

.blackbg{
    background:#000000;
}

.black_arks{
    margin-top:30px;
}

.product_info{
    text-align: center;
} 

.product_info .product_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    margin-top: 10px;
}

.product_price{
    font-size: 12px;
}

.shopslider {
    margin-top: 75px;
}

.shopslider .product{
    margin:0 5px;
}

.shopslider  .slick-list{
    padding: 0 10% 0 0 !important;
}

.sayless_wrapper {
    margin-top:50px;
}



.heading_title_white{
    color: #ff0000;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 0.05em;
    text-align: left;
    /* padding-left: 50px;
    margin-top: -25px; */
    text-transform: capitalize;
}

.sayless_wrapper .col-md-4{
    margin-top: 50px;
}

.sayless_wrapper .col-md-7{
    margin-left: -100px;
    position: relative;
    z-index: -1;
}


.sayless_wrapper p{
    font-family: "DM Sans", sans-serif;
    font-weight:300;
    font-size:20px;

}

.white_text{
    color:#ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    width:85%;
    margin:0 auto;
}

.readmore{
    padding-left: 45px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-top: 50px;
    display: block;
    color:#ffffff;
}

.community_wrapper{
    padding:50px;
    padding-top: 0px;
}

.community_wrapper .cat_heading{
    z-index: 0;
    height: 250px;
    margin-left: -53px;
}

.community_wrapper_slider {
    margin-top: 10px;
}

.community_wrapper  .cat_heading h2{
    margin-left: 10px;
}

.viewall_wrapper .view_btn{
    color: #000000;
    padding-right: 20px;
    margin-top: 30px;
    display: block;
}

.footer_wrapper{
    /* background:#000000; */
    padding:50px;
    font-family: "DM Sans", sans-serif;

}

.footer_logo img{
width:80%;
}

.footer_social a{
    margin-right: 15px;
    text-decoration: none;
    width: 20px;
    display: inline-block;
    margin-top: 20px;
}

.footer_social a img{
    height:15px;
}


.footer_title{
font-size: 12px;
font-weight: 400;
line-height: 20px;
text-align: left;
color:#ff0000;
}

.footer_menu ul{
    padding:0px;
    list-style: none;
}


.footer_menu ul li {
    margin-top:20px;
}

.footer_menu ul li a{
    text-decoration: none;
    color:#585858;
    font-size:12px;
}

.footer_city select{
    width:100%;
    background:transparent;
    color:#ff0000;
    border:none;
    border-bottom:1px solid #ff0000;
    outline:none;
    margin-top: 30px;
}

.footer_city select option{
    color:#000000;
}

.footer_singup P{
   color: #858585;
   font-size:14px;
}

.footer_email input{
    width:100%;
    color:#ff0000;
    background:transparent;
    border:none;
    border-bottom:1px solid #ff0000;
}

.footer_email input::placeholder{
    color:#ff0000;
}

.shop_web{
    display:block;
}

.shop_mobile{
    display:none;
}

/* .coumminty_data {
    padding-left:10px;
    padding-right:10px;
} */

.viewall_wrapper {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 600;
    margin-top:25px;
}


.mobile_logo,.mobile_header{
    display:none;
}

.heading_arrow{
    animation: arrow 2s infinite ease-in;
}


.heading_arrow_2{
    animation: arrow2 2s infinite ease-in-out;
}



.collection_slide .col-md-7 img{
    animation: shoes 4s infinite ease-in-out;
    position:relative;
}

/*Category Listing wrapper --  start*/
.heading_category{
    font-size: 30px;
    font-weight: 300;
    font-family: "Unbounded", sans-serif;
    margin: 50px 0px;
    letter-spacing: 1px;

}

.category_product_list{
    margin-top:50px;
}

.product_meta{
    text-align: left;
}

.product_meta h4{
font-size: 14px;
font-weight: 700;
font-family: "DM Sans", sans-serif;
text-align: left;
margin-top:15px;
}

.product_meta .price{
font-family: "Lato", sans-serif;
font-size: 12px;
font-weight: 400;
line-height: 20px;
text-align: left;
}
.product_info{
    margin-bottom:40px;
}

.filter_main{
    position: relative;
}

.filter_main.active .select_filter{
    font-weight: 900;
}

.filer_options .filter_main{
    border:1px solid #7e7e7e;
    padding: 5px 40px 5px 20px;
    border-radius: 30px;
    font-family: "DM Sans", sans-serif;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
}

.filer_options .filter_main:after{
    content:'';
    position:absolute;
    background-image: url('../images/dropdown_icon.jpg');
    width: 15px;
    height: 8px;
    background-repeat: no-repeat;
    right: 15px;
    top: 13px;
    background-size: contain;
}

.category_second_section{
    margin-top:100px;
}

.pagination_wrapper {
    padding:25px 0px;
}

.viewpagenumber p{
    display:inline-block;
    margin-left:15px;
    color:rgba(0,0,0,0.5);
    font-size:16px;
    font-family: "DM Sans", sans-serif;
font-weight:500;
}

.viewpagenumber .current_view{
    color:#000000;
    margin-right:5px;
}

.viewpagenumber button{
    background-color: transparent;
    border:none;
    margin-right: 10px;
}

.viewpagenumber img{
    width:15px;
}

.mobileview {
    display: none !important;
}

.sort_by .filter_main{
border:none;
display:block;
}

.sort_by .filter_main{
border:none;
display:block;
}

.sort_by .filter_main img,
.sort_by .filter_main div{
display:inline-block;
}

.sort_by .filter_main div{
    font-size:16px;
}

.sort_by .filter_main img{
    width:25px;
}

.sort_by .filter_main:after{
    display:none;
}

.product_image{
    position:relative;
}

.product_image:before{
    content:'';
    background:url('../images/heart.svg');
    width:20px;
    height:20px;
    background-size: contain;
    position:absolute;
    top: 10px;
    right: 15px;
    background-repeat: no-repeat;
    cursor: pointer;
}


/*Category Listing wrapper --  end*/


.main_menu{
    -webkit-box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);

    width: 300px;
    left: 0;
    z-index: 9999999;
    position: fixed;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #fff;
    -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    height: 100vh;
    min-height: 580px;
    overflow-x: scroll;
}

.main_menu.show{
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

#navbarAccordion{
    width:100%;
    --bs-accordion-active-bg: #ffffff;
    --bs-accordion-active-color: #ff0000;
    text-transform: capitalize;
}

#navbarAccordion .accordion-item{
    border: none !important;
}

#navbarAccordion .accordion-header button{
    background:#ffffff !important;
}

#navbarAccordion .accordion-button:not(.collapsed){
    color: #ff0000;
}

#navbarAccordion .accordion-item{
    border:none;
    border-bottom:1px solid;
}

#navbarAccordion .accordion-body a{
    margin-bottom: 10px;
      font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    padding-bottom: 0px;
}

#navbarAccordion .accordion-body{
    padding-left: 20px;
    padding-right: 5px;
    padding-top:5px;

}

#navbarAccordion .accordion-button {
      font-family: "Unbounded", sans-serif;
    font-weight:500;
    font-size:14px;
    padding-top:5px;
    padding-bottom: 5px;
    color: #000;
    margin-bottom:10px;
    padding-right: 5px;
}

#navbarAccordion .accordion-button::after{
    background-size: 15px;
    background-position: 0px;
}

#navbarAccordion  .accordion-button:not(.collapsed)::after{
    background-position: 5px;
}

#navbarAccordion .accordion-body a.dropdown-item{
    padding:0px;
}

#navbarAccordion .accordion-body .dropdown-toggle::after{
    float: right;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    border:none;
    background-size: 15px;
}

#navbarAccordion .accordion-body .dropdown-toggle.show::after{
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    background-position: 5px;
}

#navbarAccordion .accordion-button:focus{
    box-shadow: none;
}

#navbarAccordion .dropdown-menu{
    border:none;
    margin-top: 15px;
    padding-top: 0px;
}


#sidebar a.single_link{
width:100%;
padding-left:20px;
font-family: "DM Sans", sans-serif;
font-weight:500;
font-size:14px;
margin-bottom:10px;
}

.close_menu{
    text-align: right;
}

.close_menu img{
    width: 20px;
    height: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
    transform: rotate(45deg);
    cursor: pointer;
}

#navbarAccordion .navbar-nav .nav-link.dropdown-toggle {
font-weight:500;
color:#000000;
}

/* .main_menu_logo{
    display:none;
} */

.banner_arks_text img{
    transition: opacity 0.8s cubic-bezier(0.5, 0, 0, 1), width 0.8s cubic-bezier(0.5, 0, 0, 1), transform 0.8s cubic-bezier(0.5, 0, 0, 1), padding-bottom 0.8s cubic-bezier(0.5, 0, 0, 1);
    transform: translate3d(0px, 24px, 0px);
    width:100%;
    margin:0 auto;
}

.banner_arks_text.smallwidth img{
    will-change: width, transform, padding-bottom;
    transform: translate3d(0px, -24px, 0px);
    width:0px;
    margin:0 auto;
}

.main_banner .slider{
position:relative;    
height:100%;
}

.main_banner .slider .banner_arks_text{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.collection_nav img{
width:auto;
}


.shop_now_product_option .slick-dots{
    left: -160%;
    bottom: -15%;
}


.sneaker_sign img{
margin-left:90px;
}

/* .sneaker_collections .collection_slide img{
    width:120%;
} */

.sneaker_collections {
    margin-left:-130px;
}

.sneakers_nav {
    margin-top:80px;
}

.web_arks{
    display:block;
}

.mobile_arks{
    display:none;
}

.shopnow_wrapper .col-md-4{
    margin-top: -100px;
    margin-left: -100px;
    margin-right: 100px;
}

.sayless_wrapper .text-end{
    margin-right: 90px;
}

.ark_club_heading img,
.ark_club_heading p{
    display:inline-block;
    vertical-align: bottom;
}

.ark_club_heading p{
    font-weight:200;
    color:#ababab;
    font-size: 100px;
    margin-bottom: -19px;
}


/*Category Listing wrapper*/

/*Product detail start*/
.prouduct_detail_wrapper{
    margin-top:50px;
}
.product_detail_slider{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.product_detail_slider:before{
    content: '';
    background: url(../images/heart.svg);
    top: 30px;
    right: 25px;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 15px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 9999;
}

.newarrival p{
font-family: "DM Sans", sans-serif;
font-size: 13px;
font-weight: 500;
color:#FF0000;
}

.product_title{
    margin-top:30px;
}

.product_title h3{
font-family: "DM Sans", sans-serif;
font-size: 24px;
font-weight: 700;
}

.product_price{
font-family: "DM Sans", sans-serif;
font-size: 15px;
font-weight: 500;
}

.product_price span{
    font-family: 'indian_rupeeregular';
}

.product_color{
    margin-top:30px;    
}

.product_color .selected_color{
font-family: "DM Sans", sans-serif;
font-size: 13px;
font-weight: 400;
color:#7A7A7A;
margin-bottom: 0px;
}

.product_color .selected_color span{
color:#000000;
font-weight: 500;
}

.product_color_options .color{
width:30px;
height:30px;
border-radius: 50%;
}

.product_color_options .color.active{
    border:2px solid #5E5E5E;
}

.view_all_color,.view_all_size {
    font-family: "DM Sans", sans-serif;
font-size: 11px;
font-weight: 400;
line-height: 18.96px;
opacity: 0.5;
color:#000000;
}

.product_size{
    margin-top:30px; 
}

.product_size .select_size{
font-family: "DM Sans", sans-serif;
font-size: 12px;
font-weight: 500;
margin-bottom:0px;
}

.product_size_options .size{
border:1.4px solid #000000;
font-family: "DM Sans", sans-serif;
color: #000000;
font-weight: 500;
opacity: 0.5;
width: 16%;
text-align: center;
padding: 5px 10px;
border-radius: 5px;
}

.product_size_options .size.active{
    border:2px solid #ff0000;
}

.sizeguide a{
    font-family: "DM Sans", sans-serif;
font-size: 12px;
font-weight: 500;
color:#000000;
}

.modal_info {
margin-top:30px;
}

.modal_info p{
    font-family: "DM Sans", sans-serif;
font-size: 12px;
font-weight: 500;
}

.product_qty{
    margin-top:30px;
    border:2px solid #0000005c;
    opacity: 0.7;
    padding:5px 10px;
    width:15%;
    border-radius: 5px;
    font-family: "DM Sans", sans-serif;
}

.product_qty input{
    width:100%;
    border:none;
    outline: none;
    text-align: center;
}

.product_add_btn{
    margin-top:30px;  
}

.add-productbtn{
    width:40%;
    background:#ff0000;
    padding:10px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    color:#ffffff;
    border: none;
}

.add-productbtn:hover{
    background:#000000;
    color:#ffffff;
}

.product_about{
margin-top:30px;
}

.product_about h4{
    font-family: "DM Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;   
}

.product_about p{
    font-family: "DM Sans", sans-serif;
font-size: 12px;
font-weight: 400;
}

.product_additional_details .accordion-header button{
    padding-left: 0px;
    font-family: "DM Sans", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}

.product_text{
    padding-left: 0px !important;
}

.product_text p{
   
    font-family: "DM Sans", sans-serif !important;
    font-size: 12px;
    font-weight: 400;
}

.product_detail_sub_heading {
    font-family: "DM Sans", sans-serif !important;
font-size: 16.49px;
font-weight:600

}

.prouduct_detail_wrapper{
    background:url('../images/arks_side.png');
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 100px;
}

.filter_data{
    background-color: #fff;
    border: 1px solid #dadada;
    /* box-shadow: 0 1px 2px #1b1b1b33; */
    margin-top: 0;
    max-height: -moz-fit-content;
    max-height: fit-content;
    min-width: 29.5rem;
    opacity: 1;
    position: absolute;
    transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
    visibility: visible;
    width: 36rem;
    z-index: 40;
    padding: 20px;
    left: 50px;
    top: 50px;
    display:none;
}

.filter_data .filer_close{
    text-align: right;
    font-weight: 300;
    cursor: pointer;
}

.filer_informtion select{
    width:100%;
    padding:10px;
    font-size:14px;
    font-weight:400;
    font-family: "DM Sans", sans-serif !important;
}

.filer_informtion .cat_breadcrumb{
    font-family: "DM Sans", sans-serif !important;
    font-size: 14px;
    font-weight:400;
    margin:20px 0;
}

.filter_wrapper{
    position:relative;
}


.filter_data ul{
    list-style: none;
    padding:0px;
    margin-bottom:0px;
}

.filter_data ul li a{
color:#000000;
text-decoration:none;
font-family: "DM Sans", sans-serif;
font-weight:500;
margin-bottom:10px;
font-size:14px;
text-transform: capitalize;
}

.filter_data ul li input{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.filter_data ul li label{
    color: #333;
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 14px;
    text-transform: capitalize;
    vertical-align: middle;
    margin-left: 10px;
}

.filter_data ul li{
margin-bottom:10px;
}

.color_filter li  span{
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border: 1px solid #ccc;
}


.filter_data ul li{
    width:48%;
    display:inline-block;
}

.sort_by{
    position:relative;
}

.sort_by .filter_main{
    padding-right:0px;
}

.sort_by .filter_data{
    width: 200px;
    min-width: auto;
    right: 0px;
    left: auto;
}

.sort_by .filter_data ul li{
    display:block;
    width:100%;
    text-align: left;
    border-bottom: 1px solid #DADADA;
    cursor:pointer;
}

.sort_by .filter_data ul li label{
    padding:10px;
    margin-left:0px;
    width:100%;
    cursor: pointer;
}

.sort_by .filter_data ul li label:hover{
    background: #F4F4F4;
}


.sort_by .filer_close{
    margin-top: -10px;
    margin-bottom: -10px;
}

.product_filter_wrapper{
    display:none
}

.filter_data_new {
    border: none !important;
    padding-top: 0px !important;
    padding-left: 0px !important;
    margin-top: 0px;
}


.filter_data_new ul{
    list-style: none;
    padding:0px;
    margin-bottom:0px;
}

.filter_data_new ul li a{
color:#000000;
text-decoration:none;
font-family: "DM Sans", sans-serif;
font-weight:500;
margin-bottom:10px;
font-size:14px;
text-transform: capitalize;
}

.filter_data_new ul li input{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.filter_data_new ul li label{
    color: #333;
    text-decoration: none;
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
    font-size: 14px;
    text-transform: capitalize;
    vertical-align: middle;
    margin-left: 10px;
}

.filter_data_new ul li{
margin-bottom:10px;
}


.product_filter_wrapper{
    -webkit-box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 10px 0 30px 0 rgba(0, 0, 0, 0.1);
    width: 300px;
    left: 0;
    z-index: 9999999;
    position: fixed;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #fff;
    -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1);
    height: 100vh;
    min-height: 580px;
    overflow-x: scroll;
    top: 0px;
    padding: 10px;
}


.product_filter_wrapper.show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.close_filter{
    display:block;
    margin-bottom: 30px;
}

.close_filter img{
    width: 21px;
    transform: rotate(45deg);
    float:right;
}

.close_filter label{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.filter_heading .btn {
    background: transparent;
    border: none;
    border-bottom: 0.5px solid #ccc;
    color: #000000;
    border-radius: 0;
    text-align: left;
    display: block;
    width: 100%;
    padding-left: 0px;
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
}
.filter_heading {
    width: 100%;
    text-align: left;
    margin-top: 0px;
}

.filter_heading a[aria-expanded="false"]:after {
    content: '';
    position: absolute;
    right: 10px;
    font-size: 20px;
    background: url(../images/plus.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}

.filter_heading a[aria-expanded="true"]:after {
    content: '';
    position: absolute;
    right: 10px;
    font-size: 20px;
    background: url(../images/minus.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.filter_heading .btn:hover {
    background: transparent;
    color: #000000;
}

.review_input h4{
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
font-size: 16px;
}

.review_input textarea{
    width:90%;
    height:100px;
    border:1px solid #c4c4c4;
}

.review_input p{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    opacity: 0.5;
}

.product_review{
    margin-top:50px;
}

.review_rating h4{
font-family: "DM Sans", sans-serif;
font-size: 29px;
font-weight: 700;
display:inline-block;
vertical-align: middle;
}

.review_rating_star{
    display:inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
    margin-left: 10px;
}

.review_rating_star img{
    width:20px;
    opacity: 0.3;
    margin-right:10px;
}

.review_text{
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
    font-size: 16px; 
}
.redbtn{
    background: #ff0000;
    padding: 10px;
    text-align: center;
    font-family: "DM Sans", sans-serif;
    color: #ffffff;
    border: none;
    width: 60%;
    margin-top: 30px;
    font-size:12px;
}

.redbtn:hover{
    background: #000000;
    color: #ffffff;
}

/*Product detail end*/

/*About Us - Heading Start*/
.about_banner_text{
    padding-left: 50px !important;
    padding-right: 50px !important;


}

.about_banner{
    margin-top: -110px;
    background:url('../images/about_banner.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    padding-top: 130px;
    padding-bottom: 170px;
    position: relative;
}

.about_banner:after{
    content:'';
    position:absolute;
    bottom:0px;
    left:0px;
    width: 100%;
    height:30%;
    background:url('../images/about_shadow.png');
    background-position: bottom center;
    background-size:contain;
}

.about_banner_text{
    padding-top: 100px;
    padding-bottom: 100px;

}

.about_banner_text h2{
    font-size: 30px;
    font-weight: 700;
    line-height: 60px;
    text-align: left;
    color: #FF0000;

}

.about_banner_text p{
    font-family: "DM Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
}


.about_counter {
    padding-left: 18%;
    padding-right: 18%;
}

.about_counter .counter_value{
font-size: 40px;
font-weight: 800;
line-height: 40px;
letter-spacing: 0.05em;
text-align: left;
color: #FF0000;
}

.counter_text{
    font-family: "DM Sans", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    text-align: left;
    color: #FF0000;
}

.studio_series h2{
    font-weight:500;
    font-size:24px;
}

.studio_wrapper{
    padding-top:50px;
    padding-bottom:50px;
    padding-left:15%;
    padding-right:15%;
}

.studio_image{
    width: 130%;
    margin-left: -40%;
}
.find_style_wrapper{
    background: #FF0000;
    color:#ffffff;
    padding:20px;
}

.findstyle_head h3{
font-size: 24px;
font-weight: 500;
line-height: 30px;
letter-spacing: 0.05em;
text-align: center;
}

.findstyle_head p{
    font-family: "DM Sans", sans-serif;
font-size: 14px;
font-weight: 300;
line-height: 22px;
text-align: center;
}

.style_wrapper{
    background:url('../images/style_image.jpg');
    background-size:cover;
    background-position: center center;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -40px;
    padding: 15% 17%;
    text-align: center;
}

.style_text h3{
font-size: 24px;
font-weight: 500;
line-height: 30px;
letter-spacing: 0.05em;
color: #FF0000;
}


.style_text p{
font-family: "DM Sans", sans-serif;
font-size: 14px;
font-weight: 300;
line-height: 22px;
text-align: center;
}

.style_tabs{
    box-shadow: 0px 4px 18.5px 0px #00000026;
    border-radius: 15px;
    /* margin-left: 20%;
    margin-right: 20%; */
    background:#ffffff;
    text-align: center;
    padding:20px;
    width: 50%;
    margin: 0 auto;
    margin-top: -30px;
    margin-bottom: 50px;
}

.style_tabs h3{
font-family: "DM Sans", sans-serif;
font-size: 14px;
font-weight: 700;
line-height: 30px;
text-align: center;
text-transform: uppercase;
color:#FF0000;
margin-bottom:0px;
}

.style_tabs p{
font-size: 26px;
font-weight: 700;
line-height: 30px;
letter-spacing: 0.05em;
color:#FF0000;
text-transform: uppercase;
margin-bottom:0px;
}


.style_tabs .col-md-4:nth-child(2){
    border-left: 1px solid #ADADAD;
    border-right: 1px solid #ADADAD;
}

/*About Us - Heading end*/

.terms_wrapper p,
.terms_wrapper ul li,
.terms_wrapper ol li{
font-family: "DM Sans", sans-serif;
font-size: 18px;
font-weight: 400;
color: #434343;
}


.header_breadcrumb{
    margin:40px;
}

.header_breadcrumb a{
text-decoration: none;
font-size: 14px;
font-weight: 400;
line-height: 18px;
text-align: left;
font-family: "DM Sans", sans-serif;
color:#000000;
}

.header_breadcrumb .current_page{
    color: #FF0000;

}

.terms_wrapper h3{
    margin-bottom:30px;
}

.terms_wrapper strong{
    margin-top:50px;
    display: block;
}

.coming_arks_logo img{
    width:60%;
    padding-top:5%;
    transition: all 1s ease-in-out;
}

.coming_soon_section {
    margin-top:-10px;
    /* background:url('../images/Coming-Soon1.png'); */
     padding-top:10%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 10%;
}

.coming_arks_logo h2,.commingsoon_text{
    font-family: "DM Sans", sans-serif;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 12px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom:30px;
    margin-top:30px;
    opacity: 0;
}

.comming_soon_bg{
    background:url('../images/Coming-Soon-bg.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: bottom center;
}

.comming_soon_bg .section{
    height:100vh;
}


h4{
font-family: "DM Sans", sans-serif;
font-size: 20px;
font-weight: 300;
line-height: 32px;
}


.coming_soon_form input{
width: 100%;
background: transparent;
border: 2px solid #000;
margin-bottom: 10px;
padding: 10px;
border-radius: 5px;
font-family: "DM Sans", sans-serif;
font-weight:400;
}

.coming_soon_form button{
width:150px;
margin:0 auto;
display:block;
border-radius: 4px;
font-size:16px;
font-family: "Unbounded", sans-serif;
}

.comingbtn{
    font-family: "Unbounded", sans-serif;
    font-weight:400;
}

.comingbtn:hover{
    background-color: #000;
}

.coming_soon_success{
    background: rgb(255,255,255,0.9);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    height: 100%;
    padding-top: 4%;
    overflow-y: scroll;
    display:none;
}

.comming_soon_category {
    padding-left:10%;
    padding-right:10%;
}

.comming_soon_category img{
    width:100%;
    height:100%;
}

.coming_soon_success h3{
font-size: 45.52px;
font-weight: 400;
line-height: 59.61px;
text-align: center;
font-family: "DM Sans", sans-serif;
color:#121212;
margin-bottom: 50px;
}

.comming_soon_category .col-md-4:nth-child(1) img{
    border-radius: 15px 0px 0px 15px;
}

.comming_soon_category .col-md-4:nth-child(3) img{
    border-radius: 0px 15px 15px 0px;
}

.coming_soon_success p{
font-size: 28.18px;
font-weight: 400;
line-height: 40.1px;
text-align: center;
font-family: "DM Sans", sans-serif;
margin-top: 40px;
color:#121212;
}

.coming_soon_wrapper {
    /* margin-bottom:8%; */
    transition: all 2s ease-in-out;
}

.coming_arks_logo img {
    width: 60%;
    padding-top: 0;
}

.coming_arks_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%) scale(5);
    animation: zoomOutMoveUp 2s ease-in-out forwards;
}

.coming_arks_logo h2,.commingsoon_text{
   opacity: 0;
transition: all 1s ease; 
}

/* .desktop_animation{
    display:block;
    
} */

.mobile_animation {
    display:none;
}

.sneaker_sign{
    margin-left: -170%;
}

.sneaker_sign img{
    width: 100%;
        margin-left: 37%;
}




@media(max-width:500px){
    .row>*{
        padding-right:20px;
        padding-left:20px;
    }
    .hero_slider_area{
        margin-top:0px;
    }
    .header_area {
        display:none;
    }

    .main_banner {
        height: 95vh;
        margin-top:-75px;
    }
    .header_area {
        position:relative;
        z-index:99;
    }

    .main_banner_text{
        bottom: 95px;
    }

    .main_banner .slick-list,
    .main_banner .slick-track{
        height:100% !important;
    }
    .main_banner .slick-list:before{
        content:'';
        position:absolute;
        z-index:-1;
        left:0;
        right:0;
        top:-50px;
        bottom:-50px;
        -webkit-mask:linear-gradient(transparent ,#fff 50px calc(100% - 50px),transparent);
          mask:linear-gradient(transparent ,#fff 50px calc(100% - 50px),transparent);
    }
    .main_banner .slider{
        background-position: 48%;
    }

    .main_banner .slider:after{
        background-size: cover;
        z-index: 1;
        background-repeat: no-repeat;
    }
    .main_banner_text{
        text-align: center;
        /* margin-top: 80px;
        margin-bottom: 110px; */
        /* padding-top: 380px; */
        margin-bottom: 0px;
        margin-top:65%;
        padding-bottom:0px;
        position: absolute;
        bottom: 160px;
        left: 0px;
        right: 0px;
    }
    .category_collection {
        margin-top: 0;

    }
    .main_banner_text h2{
        font-size:40px;
    }
    .main_banner .slick-dots{
        /* height: 165px; */
        height:95px;
        bottom: 0px !important;
        padding-top: 40px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image:url('../images/banner_overlay_mobile.png')
    }
    .banner_arks_text{
        padding-top: 80px;
        padding-bottom: 140px;
    }
    .header_area, .category_collection{
        padding:0px !important;
    }
    .cat_heading{
        background-size: contain;
        height: 210px;
        background-position: center center;
        padding-top: 85px;
        background-repeat: no-repeat;
        margin-left: -25px;
        margin-top: -40px;
        padding-left: 0px;
        width: 110%;
        text-align: center;
        margin-bottom: -79px;
        z-index: 1;
    }
    
    .cat_heading h2{
        font-size:40px;
        letter-spacing: 2px;
    }

   
    .category_slider{
        padding-left:0px;
        padding-right:0px;
        z-index: 9;
    }
    

    /* .category_slider div img{
        max-height: 500px;
        height: 500px;
    }
    

    .category_slider div.slick-current + div img{
        max-height: 500px;
        height: 500px;
        object-fit: cover;
        margin-top: 50px;
        position: relative;
        transition:height 1s ease-in-out;
    }
    .category_slider div.slick-current img{
        max-height: 600px;
        height: 600px;
        object-fit: cover;
        margin-top: 0px;
        transition:height 1s ease-in-out, margin-top 1s ease-in;
    }

    .category_slider div.cat_wrapper.slick-current + div:before{
        display:block;
     }

     .category_slider div.cat_wrapper.slick-current:before{
        display: none;
     }

     .category_slider div.cat_wrapper.slick-current + div .cat_title{
        display:none;
    }

    .category_slider div.cat_wrapper.slick-current .cat_title{
        display:block;
    } */

     .collection_wrapper{
        margin-top:0px;
        background-size: 100% 155%;
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-bottom:150px;
        position:relative;
     }

     .category_collection .cat_heading {
        margin-top: 0px;
        height: 250px;
     }

     .category_collection .cat_heading h2{
        margin-top: 28px;
     }

     .collection_section{
        margin-top: 120px;
     }
     .collection_title br{
        display:none;
     }
     .collection_title{
        font-size:32px;
     }
.sneaker_sign img{
    width: 150%;
    margin-left: -40px;
}
     .collection_wrapper .cat_heading{
        padding-top:180px;
     }

     .shopnow_wrapper {
        background-size: 140%;
    }

     .shopnow_wrapper{
        padding-left:0px;
     }

     .shopnow_wrapper .col-md-4{
        text-align: center;
     }
     .signature_text {
        width: 240px;
        margin-bottom: -40px;
        text-align: left;
        margin-left: -130px;
    }

    .shopslider{
        padding-left: 15px;
        padding-right: 15px;
    }

    .shop_web{
        display:none;
    }

    .shop_mobile{
        display:block;
        width: 200px;
        margin: 0 auto;
    }

    .heading_title_white{
        font-size: 30px;
        padding-left: 0px;
        text-align: left;
        line-height: 40px;
    }

    .white_text{
        width:90%;
        text-align: center;
        font-size:18px;
    }

    .readmore{
        text-align: center;
        padding-left: 0px;
        margin-bottom: 25px;
    }

    .shopnow_wrapper .row > div:nth-child(2){
        order:3;
        flex: 0 0 auto;
        width: 64.33333333%;
        margin-top:-100px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .shopnow_wrapper .row > div:nth-child(3){
        order:2;
        flex: 0 0 auto;
        width: 33.33333333%;
        margin-top: 40px;
    }

    .shop_wrapper img{
        width:118%;
    }

    .shopnow_wrapper .heading_title{
        position: relative;
        z-index: 99;
        font-size: 32px;
    }

    .sayless_wrapper .col-md-7 img{
        width: 131%;
        object-position: left;
        object-fit: cover;
        margin-left: -125px;
    }

    .ark_club_heading img{
        width:40%;
    }

    .ark_club_heading p{
        font-size:70px;
    }

    .community_wrapper{
        padding:0px;
        padding-top: 50px;
        margin-top: 100px;
        margin-bottom: 100px;
    }
    /* .viewall_wrapper {
        text-align: center !important;
    } */

    .footer_wrapper{
        padding:50px 20px;
    }

    .footer_wrapper .row .col-md-3,.footer_wrapper .row .col-md-2{
        margin-bottom:30px;
    }

    .footer_title{
        border-bottom:1px solid #000;
        padding-bottom: 10px;
    }

    .footer_city select,
    .footer_email input{
        margin-top:0px;
        border-bottom:1px solid #000;
    }

    .footer_title:after {
        content: '\002B';
        color: #ff0000;
        font-weight: bold;
        float: right;
        margin-left: 5px;
        font-size: 24px;
        margin-top: -5px
      }

      .footer_title.active:after {
        content: "\2212";
      }

      .footer_menu {
        padding: 0 5px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
      }

      .footer_social{
        margin-top:20px;
        margin-bottom:20px;
      }
      .footer_social a img{
        height:15px;
    }

      .no_accordian:after{
        display:none;
      }

      .no_accordian{
        border:none;
      }

      .footer_menu ul li {
        margin-top: 15px;
    }
    .footer_logo img{
        width: 100%;
        opacity: 0.1;
    }

    .footer_social a{
        width: 14%;
        text-align: center;
    }

    .community_wrapper{
        margin-top: 30px;
    }

    .collection_slider .col-md-3{
        flex: 0 0 auto;
        width:33.33333333%;
    }

    .collection_slider .col-md-6{
        flex: 0 0 auto;
        width:100%;
        margin-top: -240px;
        margin-left: 65px;
    }

    /* .sneaker_collections  .collection_slide  img{
        width:300px;
    } */

    .collection_section{
        margin-bottom: 30px;
    }
    
    .shopnow_wrapper{
        padding-top:0px;
    }

    .mobile_logo,.mobile_header{
        display:block;
    }
/* 
    .mobile_logo {
        margin-bottom: -60px;
        position: relative;
        z-index: 99;
    } */

    .mobile_menu a{
        display: inline-block !important;
        margin-top: 0px;
        width: 19%;
        margin-right: 0px;
    }

    .mobile_header{
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 50px;
        z-index: 9999999;
        /* border-top: 1px solid #000; */
        right: 0px;
        /* border-bottom: 1px solid #000; */
        background: #ffffff;
        line-height: 10px;
    }

    
    .right_side img{
        width:20px;
    }

    .mobile_menu .menu_icon span{
        font-size:20px;
    }

    .logo{
        width: 100px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .category_slider .rk_signature{
        width: 110px;
        max-height: unset !important;
        height: auto !important;
        margin-left: 0px;
        vertical-align: middle;
        margin-top: 0px !important;
        display: inline-block;
    }
    .category_slider .cat_title span{
        display: inline-flex;
        vertical-align: middle;
        width: 65%;
    }
    .cat_title{
    width: 110%;
    left: -45px;
    right: 0px;
    padding-right: 3px;
    z-index: 9999;
    }

    .shopslider .product_image img{
        height:450px;
        max-height:450px;
        object-fit: cover;
        object-position: top;
    }

    .community_wrapper_slider {
        margin-top: 30px;
        z-index: 9;
    }

    .community_wrapper .cat_heading {
        z-index: 0;
        height: 250px;
        margin-left: 0px;
        background-size: contain;
        width: 100%;
    }

    .community_wrapper .cat_heading h2{
        margin-top: 30px;
    }

    .collection_nav {
        margin-left: 10px;
        margin-right: 10px;
    }

    /* .collection_nav .slick-current img{
        width: 100%;
        height: 100%;
    } */

    .collection_nav img{
        width:100%;
    }

    .collection_nav.slick-dotted{
        margin-bottom: 0px;
        margin-top:0px;
    }

    .collection_slider{
        padding-top:0px;
    }

    .sneaker_btn {
        margin-left: 67%;
    }
    
    .black_arks {
        margin-top: 0px;
    }

    .sneakers_nav .slick-dots{
        left: 0px;
        bottom: 110px;
        right: 0px;
        left: auto;
        width: 50%;
    }
    .product_list_data{
        width:50%;
    }
    .product_list_wrapper .product_title{
        font-size: 16px;
    }
    .product_list_wrapper .product_data .product_description{
        font-size:10px;
    }

    .product_data .col-md-10{
        width:80%;
    }
    .product_data .col-md-2{
        width:20%;
    }
    .product_price p{
        font-size:13px;
        margin-bottom:5px;
    }

    .product_data .col-md-9{
        width:65%;
    }
    .product_data .col-md-3{
        width:35%;
    }
    .rating_wrapper p, .rating_wrapper img{
        font-size: 10px;
        vertical-align: middle;
    }
    .category_feature_img img{
        height:auto;
    }

    .category_feature_img .col-md-6:nth-child(2){
        display: none;
    }
    .webview{
        display:none;
    }
    .mobileview{
        display:block !important;
    }

    .cat_banner_image{
        background-position: 60% 100%;
    }
    .cat_banner_image .cat_banner_text{
        text-align: center;
        padding-top: 90%;
    }
    .product_list_wrapper.mobileview{
        margin-top:20px;
    }
    .sort_by {
        background: transparent;
        color: #000;
        border: 1px solid #000;
        width: 100%;
    }
    .product_list_wrapper.mobileview .btn_black {
        width:100%;
    }
    .category_names_wrapper a{
        font-size:14px;
    }
    .sidebar_listing{
        margin-top:30px;
    }
    .product_filter_wrapper{
        display:none;
    }
    .category_list_section .cat_heading {
        height: 270px;
        padding-top: 125px;
    }
    .pagination_wrapper {
        text-align: center !important;
    }
    .showmorebtn{
        /* border:1px solid #000 !important; */
        border-radius: 0px;
        padding: 8px 30px;
        margin:0px !important; 
        font-family: "DM Sans", sans-serif;
        font-weight: 400;
        font-size: 18px;
    }
    .footer_email {
        margin-bottom: 35px;
    }

    .product_list_wrapper .row .product_list_data:nth-child(2n+1){
        padding-left:0px;
    }
    .product_list_wrapper .row .product_list_data:nth-child(2n){
        padding-right:0px;
    }

    .product_list_wrapper .row .product_list_data:nth-child(2n+1) .product_data{
        padding-left:10px
    }

    .product_list_wrapper .row .product_list_data:nth-child(2n) .product_data{
        padding-right:10px;
    }

    .product_img img{
        height:279px;
        object-fit: cover;
    }

    .close_filter{
        display:block;
        margin-bottom: 30px;
    }

    .close_filter img{
        width: 21px;
        transform: rotate(45deg);
        float:right;
    }

    .close_filter label{
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .product_filter_wrapper{
    position: fixed;
    top: 0px;
    background: #fff;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 999999;
    transition: bottom 1s  ease-in-out;
    overflow-y: scroll;
    padding:20px;
    }

    .filter_heading a{
        position:relative;
    }
    
    .filter_heading a[aria-expanded="false"]:after{
        content:'';
        position: absolute;
        right:0px;
        font-size:20px;
        background:url('../images/plus.svg');
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    .filter_heading a[aria-expanded="true"]:after{
        content:'';
        position: absolute;
        right:0px;
        font-size:20px;
        background:url('../images/minus.svg');
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .main_menu{
        width: 100%;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    .main_menu.show {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }

    .sneaker_collections {
        margin-left: -75px;
    }

    .web_arks{
        display:none;
    }
    
    .mobile_arks{
        display:block;
    }

    .sayless_wrapper .col-md-4{
        margin-top: 0px;
    }
    
    .sayless_wrapper .col-md-7{
        margin-left: 0px;
        position: relative;
        z-index: 1;
    }

    .sayless_wrapper .text-end{
        margin-right: 0px;
    }

    .category_collection{
        margin-left:20px;
        margin-right:20px;
    }

    .category_collection .slick-list{
        padding:0px;
    }

    .footer_wrapper .col-md-5 .footer_title{
        color:#000000;
    }

    /* .footer_email input::placeholder{
        color:#000000;
    } */

    .category_wrapper .row .col-md-4{
        display:none;
    }

    .filer_options .filter_main{
        width:120px;
    }
    /* .filter_wrapper{
        overflow-x:scroll;
    } */

    .heading_category {
        font-size:20px;
    }

    .category_product_list .col-md-3{
        width:50%;
    }
    .category_product_list{
        padding:0px 10px;
    }
    .category_product_list .col-md-3:nth-child(1n) .product_image{
        border-radius: 20px 0 0 20px;
        overflow: hidden;
    }
    .category_product_list .col-md-3:nth-child(2n) .product_image{
        border-radius: 0 20px 20px 0;
        overflow: hidden;
    }

    .limited_editiion .col-md-4,
    .limited_editiion .col-md-3{
        width:50%;
        padding:10px;
        align-self: start !important;

    }

    .limited_editiion .collection_title{
        line-height: 40px;
    }
    .limited_editiion{
        margin-bottom:0px;
    }

    .category_second_section {
        margin-top:10px;
    }

    .filter_icon img{
        width:40px;
    }

    .filter_wrapper{
        z-index: 99999;
        overflow: auto;
    }

    .filter_wrapper .filter_data{
        position: fixed;
        top: 245px;
        z-index: 1000;
        width:92%;
        left: 20px;
        min-width: auto;
        right: 0px;
        box-sizing: border-box;

    }

    .filter_wrapper .slick-list{
        overflow: visible;
    }

    .filter_heading .btn {
        background: transparent;
        border: none;
        border-bottom: 0.5px solid #ccc;
        color: #000000;
        border-radius: 0;
        text-align: left;
        display: block;
        width: 100%;
        padding-left: 0px;
        font-family: "DM Sans", sans-serif;
        font-weight: 500;
        text-transform: capitalize;
        font-size: 14px;
    }
    .filter_heading {
        width: 100%;
        text-align: left;
        margin-top: 0px;
    }
    .filter_heading .btn:hover {
        background: transparent;
        color: #000000;
    }

    .product_filter_wrapper .filter_data{
        position: relative;
        top: auto;
        left: auto;
        display: block;
    }
    .prouduct_detail_wrapper{
        background: none;
    }

    .product_detail_sub_heading{
        background: url("../images/arks_new_heading.png");
        background-position: top center;
        background-repeat: no-repeat;
        text-align: center;
        text-transform: uppercase;
        margin: 0;
        text-transform: uppercase;
        margin: 0;
        padding: 80px 0px;
        background-size: 130%;
    }

    .review_input h4{
        width:64%;
    }

    .prouduct_detail_wrapper {
        margin-top: 0px;
    }


    .product_detail_slider .slick-list {
        height: 90vh;
      }
      .product_detail_slider   .slick-slide {
          height: 90vh;
      }

      .product_detail_slider   .slick-slide  img{
        height:100%;
        object-fit:cover ;
      }

      .mobile_product_details{
        position: fixed;
    top: auto;
    background: #fff;
    border-top: 1px solid #000000;
    box-shadow: 0px 1px 10px #828282;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    bottom: -190px;
      }
      .newarrival p{
        margin-bottom: 0px;
    margin-top: 10px;
      }

      .product_title {
        margin-top: 10px;
    }

    .product_color,.product_size,.modal_info{
        display:none;
    }
    .product_title h3{
        font-size: 16px;
        font-weight: 500;
    }

    .product_qty{
        width: 25%;
        display:inline-block !important;
        margin-top:5px;
        height: 34px;
        vertical-align: middle;
        line-height: 16px;
    }

    .add-productbtn{
        margin-top: 6px;
        padding: 5px 10px;
    }
    

    .product_add_btn{
        width:65%;
        display:inline-block;
        margin-top: 5px;
        height: 45px;
        vertical-align: middle;
        margin-left: 15px;
    }

    .product_qty .text,.product_qty input{
        display:inline-block;
        vertical-align: middle;
    }

 .product_qty .text {
        width: 40%;
    }

    .product_qty input {
        width: 50%;
    } 

    .add-productbtn{
        width:100%;
    }

    .mobilescroll{
        position: relative;
        top: 75%;
        background: #fff;
        border-top: none;
        box-shadow: none;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        bottom:0px;
    }

    .mobilescroll .product_color,
    .mobilescroll .product_size,
    .mobilescroll .modal_info{
        display:block;
    }

    .product_cat_list.category_product_list .col-md-3 .product_image{
        border-radius: 0px;
    }
    .filter_data ul li label{
        font-size:12px;
    }

    .about_banner{
        background:url('../images/about_mobile_banner.jpg');
        background-size:cover;
        background-repeat: no-repeat;
        padding-bottom: 10px;
        padding-top: 230px;
        text-align: center;
    }
    .about_banner:after{
        background:url('../images/about_mobile_shadow.png');
        height:60%;
        bottom: -1px;
    }
    .about_banner_text {
        padding-top: 290px;
        padding-bottom: 0px;
        z-index: 999;
    }

    .about_counter {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about_counter .col{
        margin-top:30px;
    }
    .studio_image {
        width: 125%;
        margin-left: -14%;
    }
    .studio_series {
        padding-top:10px;
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .style_wrapper{
        padding: 40% 10%;
        padding-top: 70px;
    }

    .style_tabs .col-md-4:nth-child(2){
        border: none;
        text-align: center;
    }

    .style_tabs{
        margin-top: -100px;
    }

    .style_tabs .col-md-4:nth-child(2):after,
    .style_tabs .col-md-4:nth-child(2):before{
        content:'';
        width:50px;
        height:1.5px;
        background:#ADADAD;  
        display: block;
        margin: 15px auto; 
    }
    .findstyle_head h3{
        margin-top:10px;
    }
    .findstyle_head p{
        margin-bottom:30px;
    }

    .comming_soon_bg .section{
        height:20vh;
    }
    .coming_arks_logo h2{
        font-size:13.34px;
        letter-spacing: 20px;
        margin-left: 15px;
    }

    .comming_soon_bg{
        background-position: 1%;
        height: 101vh;
    }

    /* .coming_arks_logo img{
        width: 215%;
        height: 104%;
        object-fit: cover;
        margin-left: -43%;
        margin-top: 21%;
        object-fit: scale-down;
    } */

    .coming_soon_section{
        padding: 50px 35px;
    }
    .coming_soon_form button{
        margin-top:20px;
    }
    .coming_soon_success h3{
        font-size:28px;
        margin-bottom: 20px;
    }
    .comming_soon_category {
        padding-left: 27%;
        padding-right: 27%;
    }  
    .comming_soon_category .col-md-4:nth-child(1) img{
        border-radius: 15px 15px 0px 0px;
    }  

    .comming_soon_category .col-md-4:nth-child(3) img{
        border-radius: 0px 0px 15px 15px;
    }  
    .coming_soon_success p{
        font-size: 20px;
        line-height: 24px;
        width: 85%;
        margin: 40px auto;
    }
    .coming_soon_success p br{
        display:none;
    }

    .coming_arks_logo{
        transform: translate(-50%,-40%) scale(10);
        animation: zoomOutMoveUpmobile 4s ease-in-out forwards;

    }

    .coming_arks_logo h2, .commingsoon_text{
        font-size:18px;
        letter-spacing:9px;
    }

    .desktop_animation{
        display:none;
        
    }
    
    .mobile_animation {
        display:block;
    }

    .coming_arks_logo img{
        width:100%;
    }
    .commingsoon_text{
        margin-top:0px;
    }

    .coming_soon_section .col-md-4{
        padding-top:0px;
        margin-top:0px !important;
    }
}



@media(max-width :400px){
    /* .main_banner .slick-dots{
        bottom: -5px !important;
    } */

    .main_banner .slick-dots{
        padding-top:20px;
    }
    .main_banner_text h2 {
        font-size: 22px;
    }

    .review_input h4 {
        width: 66%;
    }
    
}


@media(max-width :380px){
    /* .main_banner .slick-dots {
        bottom: -9px !important;
    } */
    .footer_social a{
        width:13%;
    }
}

@media(max-width :376px){
    /* .main_banner .slick-dots {
        bottom: -19px !important;
    } */
}

@media(max-width:365px){
    .sneakers_nav .slick-dots{
        bottom:90px;
    }
    .sneaker_btn {
        margin-left: 62%;
    }
    .sayless_wrapper p{
        font-size:19px;
    }
}

@keyframes shoes {
    0%   {bottom: 30px;left: 0%;}
    25%  {bottom: 20px;left: 0%;}
    75%  {bottom: 10px;left: 0%;}
    100% {bottom: 30px;left: 0%;}
  }
  

  @keyframes arrow {
    0%   {margin-left: 0px;left: 0%;}
    50%  {margin-left: 5px;left: 0%;}
    100% {margin-left: 0px;left: 0%;}
  }

  @keyframes arrow2 {
    0%   {margin-right: 0px;left: 0%;}
    50%  {margin-right: 5px;left: 0%;}
    100% {margin-right: 0px;left: 0%;}
  }


  @keyframes slideAnimation {
    0% {
        transform: rotate(1.05);
        opacity: 0;
    }
    100% {
        transform: rotate(1);
        opacity: 1;
    }
}


@keyframes zoomOutMoveUp {
    0% {
        transform: translate(-50%, -20%) scale(7); /* Start extremely zoomed in */
    }
    60% {
        transform: translate(-50%, -50%) scale(3.5); /* Zoom out to original size */
    }
    100% {
        transform: translate(-50%, -50%) scale(3.5); /* Move to the top */
    }
}


@keyframes zoomOutMoveUpmobile {
    0% {
        transform: translate(-50%, -40%) scale(10); /* Start extremely zoomed in */
    }
    60% {
        transform: translate(-50%, -50%) scale(2.5); /* Zoom out to original size */
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5); /* Move to the top */
    }
}