/*==========  Desktop First Method  ==========*/
.baner_right .long_baner img {
    width: auto !important;
    height: 515px !important;
}

@media only screen and (max-width: 1300px) {

    .big_slider_list .slick-prev {
        left: -94px;
    }

    .big_slider_list .slick-next {
        left: -94px;
    }

    .big_slider_list .slick-next {
        right: -53px;
    }
    .product_listing_div.product-listing-category .item{
        width: 100%;
    }
    #blog-carousel .item{
        width: 100%;
    }
}

.fixed_menu {
    top: 0px; 
    position:fixed;
    z-index : 9999; 
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1100px) {
    .tabs__caption li {
        margin-left: 31px;
    }
    .tabs__caption li:after {
        left: -17px;
    }
	
	html {
		 overflow-x: hidden;
	}

    .let img {
        width: 100%;
    }

    .bg_fitness {
        background-image: none;
    }

    .better_baner {
        overflow: hidden;
    }

    .mini_baner {
        overflow: hidden;
    }

    .logo {
        float: left;
        display: block;
        width: 33%;
    }

    .logo img {
        width: 100%;
    }

    .block_searh {
        width: 20%;
        display: block;
    }

    .block_searh input {
        width: 100%;
    }

    .mnu {
        width: 79%;
    }

    .container_green {
        width: 95%;
        padding-left: 0px;
    }
    .container {
        width: 90%;
    }

    .video_block li img {
        width: 100%;
    }

    .item {
        width: 31.3%;
    }

    .tabs__content>div:nth-child(4n) {
        margin-left: 22px;
    }

    .tabs__content>div:nth-child(3n) {
        margin-left: 0px;
    }

    .all_baner img {
        width: 115%;
    }

    .big_baner {
        overflow: hidden;
    }

    .baner_right .long_baner {
        overflow: hidden;
    }

    .baner_left_right_blok .long_baner {
        overflow: hidden;
    }

    .page_footer .bg_black .container>div:before {
        display: none;
    }
    .mnu>li {

        padding-left: 4%;
    }
}

@media only screen and (max-width: 1000px) {
    .black_tabs {
        display: none;
    }

    .simple_slider_body .slick-slide {
        padding-right: 95px;
    }

    .big_slider_list .slick-prev {
        left: -52px;
    }

    .big_slider_list .slick-next {
        right: 16px;
    }
}



/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {

    .big_slider {
       margin-bottom:  0px; 
    }


    .opl li:before {
        left: 50%;
        margin-left: -2px;
    }
}

.block_ship span {
    margin-left: 0px;
}

@media only screen and (max-width: 910px) {
    .block_ship a {
        padding-right: 15px;
    }

.product__slider-main .slick-list.draggable{
	 width:100% ;
	 
}

.buttonbox { 
 margin-top: 20px; 
} 

 .price-box p{
	  display: inline; 
 }
    .bg_geen {
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .green_logo {
        float: none;
        display: table;
        padding-top: 4px;
        padding-left: 0px;
        margin: 0 auto;
    }

    .green_logo_list {
        float: none;
        width: 100%;
        margin: 0 auto;
        margin-top: 28px;
    }

    .container {
        width: 95%;
    }

    .all_baner {
        display: none;
    }
    .left_top_head {
        width: 305px;
        float: none;
        margin: 0 auto;
    }

    .right_top_head {
        margin: 0 auto;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .slick-prev {
        left: 7px;
    }
    .slick-next {
        right: 7px;
    }
}

@media only screen and (max-width: 860px) {
    .tabs__caption li {
        margin-left: auto;
        float: none;
        display: table;
        margin: 0 auto;
    }

    .tabs__caption li:after {
        display: none;
    }

.product__slider-thmb	.slick-track {
		 width: 100% !important; 
		 
		 
	}

    .mnu {
        display: none;
    }

    .o_mnu {
        display: block;
    }
    .mnu .bg_grey {
        position: relative !important;
     
    }
    .tops_mnu {
        display: none;
    }

    .block_searh {
        width: 29%;
        display: block;
        margin-bottom: 6px;
    }
}


@media only screen and (max-width: 800px) {
    .slider .slick-prev {
        left: -4px;
    }

    .slider .slick-next {
        right: -17px;
    }

    .footer_list {
        float: left;
        margin-left: 31px;
    }

    .logo {
        float: none;
        display: block;
        width: 300px;
        margin: 0 auto;
    }
    .right_head {
        float: right;
        display: table;
        width: 517px;
        float: none;
        margin: 0 auto;
        margin-bottom: 13px;
    }
}





/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {

    /*Disable Animation on Mobile Devices*/
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    img{
        max-width: 100%;
    }
    .right_head{
        text-align: center;
    }
    .block_cart{
        float: none;
    }
    .block_myaccount{
        float: none;
    }
    .facelogin_block{
        width: 100%;
    }
    .center_descr{
        width: 100%;
        padding: 0;
        float: none;
    }
    .big_banner_cart_center{
        width: auto;
        float: none;
        padding: 10px 15px 0 0;
    }
    .big_banner_cart_right{
        display: none;
    }
    .center_link{
        display: inline-block;
        float: none;
        margin: 20px 0 10px auto;
    }
    .simple_slider_link{
        display: inline-block;
        vertical-align: top;
    }
    .input_coup button{
        float: none;
        margin: 15px 0 0 0;
    }
    .big_banner_cart_center p{
        line-height: normal;
    }
}


@media only screen and (max-width: 760px) {
    .opl li {
        width: 50%;
        margin-bottom: 17px;
    }

    .bg_point {

        background-image: none;
        height: auto;
        background-repeat: no-repeat;
        background-color: #000;
        padding-bottom: 19px;
    }

    .item {
        width: 48.3%;
    }

    .tabs__content>div:nth-child(4n) {
        margin-left: 3%;
    }

    .tabs__content>div:nth-child(3n) {
        margin-left: 3%;
    }

    .tabs__content>div:nth-child(2n) {
        margin-left: 0px;
    }

    .footer_list {
        float: none;
        margin-left: 0px;
        margin: 0 auto;
        display: block;
        text-align: center;
        margin-bottom: 18px;
    }

    .bg_fulblack .main_form {
        width: 408px;
        margin-left: 0px;
        position: relative;
        left: 0px;
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .block_cart:after{
        display: none;
    }
}


@media only screen and (max-width: 700px) {

    .tabs__content.active p img {
        width: 100%;
    }

    .simple_slider_body {
        display: none;
    }

    .openfilter {
        bottom: -55px;
    }

    .bg_fitness {
        padding-top: 57px;
    }

    .video_block .video {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .descr_video {
        float: none;
        width: 98%;
        padding-right: 9px;
    }

    .green_logo_list li {
        width: 150px !important;
        float: none;
        display: block;
        margin: 0 auto;
        border-right: 0px;
        margin-bottom: 17px;
        text-align: center;
        padding-right: 0px !important;
    }


    .green_logo_list li img {

        margin: 0 auto;
        margin-bottom: 13px;
    }
}

@media only screen and (max-width: 680px) {


    .item {
        width: 60%;
        float: none;
        margin: 0 auto !important;
        margin-bottom: 21px !important;
    }
}

@media only screen and (max-width: 600px) {
    .mnu>li .colum,
    .mnu>li .colum:last-child{
        padding: 0;
        width: 100%;
        float: none;
    }
    .tabs__content {
        text-align: center;
    }

    .let img {
        display: none;
    }

    .top_mnu {
        position: absolute;
        background-color: #2e2e2e;
        top: 100%;
        right: 0px;
        padding-bottom: 12px;
        padding-top: 11px;
        left: 0px;
        padding-right: 0px;
        z-index: 4;
    }

    .top_mnu li {
        list-style-type: none;
        float: none;
        padding-right: 0px;
        position: relative;
        width: 100%;
        display: block;
        text-align: center;
    }

    .top_mnu li a {
        display: table;
        position: relative;
        margin: 0 auto;
        margin-bottom: 3px;
    }

    .top_mnu li a i.marker {
        right: -17px;
    }
    .top_mnu li i.mail {
        right: -18px;
        top: 6px;
    }
    .top_mnu li i.phone {
        right: -18px;
    }
    .tops_mnu {
        display: block;
        right: calc(50% - 15px);
        margin-right: -15px;
        top: 28px;
    }

    .top_head {
        padding: 12px 0;
        position: relative;
    }


    .filter_blocks>div {
        width: 100%;
        text-align: center;
        border-left: 0px solid #d0d0d0;
        margin-left: 0%;
    }


    .tabs__caption li:after {
        left: -23px;
    }

    .top_mnu {
        display: none;
    }

    .right_head {
        width: 100%;
    }

    .block_myaccount {
        margin: 0 auto;
        float: none;
        margin-top: 13px;
    }

    .langue {
        float: none;
        display: block;
        margin: 0 auto;
        margin-top: 16px;
    }

    .block_cart {
        float: none;
        margin: 0 auto;
        margin-top: 20px;
    }

    .livechat {
        float: none;
        margin: 0 auto;
        display: block;
    }


    .bottom_baner .better_descr {
        left: auto;
        right: 39px;
        line-height: 47px;
        font-size: 40px;
    }
    .block_cart{
        display: inline-block;
        position: relative;
        padding: 0 0 0 30px;
    }
    .block_cart span i{
        right: auto;
        left: 0;
    }
}



/* Extra Small Devices, Phones */

@media only screen and (max-width: 500px) {

    .filter_blocks {
        width: 100%;
    }

    .filter_blocks>div {
        display: block;
        margin: 0 auto;
        float: none;
        width: 100%;
    }

    .itim_vrap_left {
        width: 100%;
        float: none;
        display: table;
    }

    .description_bg p iframe {
        width: 100%;
    }

    .short-description strong img {
        max-width: 90%;
    }

    .bottom_baner .mini_baner {
        width: 100%;
    }

    .latest_video {
        float: none;
        width: 100%;
    }

    .itim_vrap_right {
        margin: 0 auto;
        margin-top: 10px;
        float: none;
        width:  100%;
    }

    .latest_article {
        float: none;
        width: 100%;
    }

    .bg_fulblack .main_form {
        width: 100%;
    }

    .bg_fulblack form input {
        float: none;
        width: 66%;
        margin-bottom: 13px;
        text-align: center;
        margin-right: 3px !important;
    }
    .bg_fulblack form button {
        float: none;
        width: 66%;
    }

    .block_searh {
        width: 50%;
    }
    .big_banner_cart_left{
        float: none;
        margin: 0 auto;
    }
    .block_myaccount{
        padding: 0 0 0 35px;
    }
    .block_myaccount:before{
        right: auto;
        left: 0;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 400px) {
    .left_top_head {
        padding-right: 25px;
    }
    .block_ship a {
        padding-right: 7px;
    }
    .left_top_head {
        padding-right: 0;
        width: 278px;
    }
    .opl li {
        float: none;
        margin: 0 auto;
        margin-bottom: 24px;
    }

    .item {
        width: 86%;
    }

    .green_logo img {
        width: 100%;
    }

    .slider .slick-slide img {
       
    }
}


@media (max-width: 580px) {
  .item_b_img > img {
    width: auto;
    height: 100%;
  }
  .mnu > li > a:before {
    display: none;
  }
  .left_top_head {
    width: 77%;
    float: left;
  }
  .tops_mnu {
    right: 30px;
      top: 0;
  }
  .block_cart {
    width: auto;
      margin-left: 10px;
  }
  .social_link li {
    float: none;
    display: inline-block;
  }
    .ship_detalis,
    .summary_cart{
        width: 100%;
    }
    .selects_mount,
    .selects_mount{
        width: 100%;
    }
    .block_cart:after{
        display: none;
    }
}

/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}
