@media screen and (max-width: 768px) {
	.logo{
		text-align: center;
	   display: block;
  }
	.basket{
	  right: 10px;
	  top:0px;
	}
	.basket img{
	  width: 54px;
	}	
	.basket p{
	  bottom:-25px;
	  left: 0px;
	}	
	.up{
	  right: 20px;
	}
	h2.category_title p {
	    background-color: #fff;
	    border-radius: 10px;
	    margin: 0 auto;

	}
	h2.category_title::before {
	    left: 10%;
	    top: 50%;
	    width: 80%;
	}


.fotorama__caption__wrap{
      font-size: 52px !important;
}
.fotorama__caption{
      top: 30px !important;
}




  .menu-icon {

    z-index: 99999;
  	position: absolute;
  	left:10px;
    top: 20px;
    cursor: pointer;
  }




  /* menu */
  .mmm{
  	position: fixed;
  	top:0;
  	left: 0;
  	width: 100%;
  	height:100%;

  }
  .menu-container {
    z-index: 99998;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow: hidden;
    height: 100vh;
    width: 100vw;
    pointer-events: none;
  }

  .menu {

    position: absolute;
    height: 100vh;
    width: 100vw;


    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    visibility: hidden;
      z-index: 999999!important;
      overflow-y:scroll;

  }
  .menu::-webkit-scrollbar { width: 0; }
  .menu ul{
  	list-style: none;
  	padding-left: 0;
  	border-top: 1px solid #fff;
  	border-bottom: 1px solid #fff;
  }
  .menu ul li {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Amatic SC', cursive;
    text-transform: uppercase;
    line-height: 40px;
    font-size: 35px;
    color: white;

    margin: 0;
    padding: 5px;

    text-align: center;
    font-weight: bolder;
  }
  .menu ul li a {
    cursor: pointer;
    color:#fff;
  }

  .menu-sliders {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: -webkit-box-flex 0.35s;
    transition: -webkit-box-flex 0.35s;
    transition: flex 0.35s;
    transition: flex 0.35s, -webkit-box-flex 0.35s, -ms-flex 0.35s;
    z-index: 999998!important;
  }
  .menu-sliders:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 2 0 100%;
            flex: 2 0 100%;
    background: transparent;

  }
  .menu-sliders:nth-child(odd) {
    background: #f981b8;
  }
  body.menu-open .menu-sliders:nth-child(2) {
    margin-right: -10px;
  }
  .flex{
    display: block;
  }
  .product{
    /*display: block!important;*/
    display: inline-block;

  }
  body.menu-open .prod_el{
  	z-index: -5!important;
  }
  .navbar.affix{
  	z-index: 92!important;
  	display: block;
  }
  body.menu-open .mob_m{
  	z-index:5445!important;

  }
  .navbar .container{
    height: 60px;
  }
  .hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{
    background-color: #fff!important;
  }
  .alert-min{
    font-size: 14px;
  }

  body.menu-open{
  	overflow: hidden;
  }
  body.menu-open .up{
  	z-index: -5555!important;
  }
  .mmm{
  	visibility: hidden;transition-duration: 0.25s !important;
  }
  body.menu-open .mmm{
  	z-index: 99999!important;
  	visibility: visible;transition-duration: 0.25s !important;
  }

  .plus-btn-pos {
    position: fixed;
    top: 5px;
    right: 20px;
    z-index: 999999;
    display: inline-block;
    width: 20px;
  }

  .plus-btn {
    width: 40px;
    height: 40px;


    position: relative;

    cursor: pointer;
  }
  .plus-btn div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 3px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .plus-btn .r1 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
            transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  }
  .plus-btn .r2 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
            transform: translateX(-50%) translateY(-50%) rotate(-180deg);
  }


  .plus-btn:active {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  body.menu-open .menu-sliders:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 0%;
            flex: 0 0 0%;
  }
  body.menu-open .menu {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    visibility: visible;
    pointer-events: all;
  }
  body.menu-open .plus-btn .r1 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
            transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  body.menu-open .plus-btn .r2 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
            transform: translateX(-50%) translateY(-50%) rotate(-135deg);
  }


  .block_menu{
  	width: 100%;
  	text-align: center;
  	margin-bottom: 20px;

  }
  .menu{
    padding-top: 50px;
    text-shadow: 1px 1px 10px #ff7804;
  }


  .menu img{
    display: inline-block;
    margin-top: 20px;
    width: 35px;
  }

  .menu a{
  	color:#fff;
  	font-size: 27px;
  }

  .menu span{
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    padding-top: 20px;
    font-size: 18px;
    text-shadow: none;
    color: white;
  }

  .menu span:nth-child(2){
  	text-align: left!important;
  }	

  .table-responsive {
    overflow-x: hidden;
  }

  .fotorama{
    margin-top:-36px;
    width: 100%;
  }
  .down_logo{
    text-align: center;
    margin-left: -35px;
  }
  .down_logo img{
    width: 32px;

    font-size: 18px;

  }
  .control{
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .control input,.control texarea{
    width: 100%;
  }
  .control label{
    width: 140px;
    left: 50%;
    margin-left: -40px;
    display: inline-block;
    

  }

}