@media screen and (max-width: 1650px){

    .blog-title{
        font-size: 24px;
    }

    .blog-listing .blog-box-hld  .blog-title {
        height: 250px;
        overflow: hidden;
        font-size:22px;
    }
    .blog-box-info {
        padding: 15px;
    }
    .blog-anotation{
        margin: 50px 0;
    }
}
@media screen and (max-width: 1450px){
    .log-btn{font-size: 18px}
   aside {
        width: 250px;
   }
   .inner-column {
        width: calc(100% - 280px);
    }
   .home-category{
        padding: 7px 10px;
    }
    .search-inp{
      width: 260px;
    }
    .search-holder, .login-holder{
        padding: 15px 35px;
    }
    .counter-box{
      margin-right: 40px;
      margin-top: 4px;

    }
    .counter-box .numb{
      line-height: 30px;
    }
    .menu {
        margin-left: 50px;
    }
    .phone-holder{
    	margin-right: 60px;
        margin-top: 15px;
    }
    .phone-number {
      font-size: 28px;
    }
    .blog-listing .blog-box-hld{
        float: left;
        width: 32%;
         margin: 0
    }
    .blog-listing .blog-box-hld:nth-of-type(4n+1){
        margin: 0
    }
     .blog-listing .blog-box-hld:nth-of-type(3n+2){
         margin: 0 2%;
     }
     .products-holder .product-box-hld{
         width: 23%;
         margin: 20px 0;
     }
    .products-holder .product-box-hld{
        margin: 20px 1%;
    }
}

@media screen and (max-width: 1330px){
    .btn-angle {font-size:13px;}
}

@media screen and (max-width: 1300px){
     .cart-icn-holder{margin-top:4px}
     .phone-holder{
        margin-top: 10px;
    }

  nav.menu{
    position: absolute;
    width: 300px;
    right: 86px;
    visibility: hidden;
    opacity:0;
    top: 142px;
    margin-left: 0;
    z-index: 100;
    -webkit-transform: skew(-20deg);
    transform: skew(-20deg);
    background: #fff;
    transition: all 0.4s;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.32);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.32);
  }
  nav.opened{
    right: 66px;
    visibility: visible;
    opacity:1;
  }
  .fixed nav.menu {
        top: 68px;
    }
  nav ul{
    width: 100%;

  }
  nav ul li{
    width: 100%;
      -webkit-transform: skew(20deg);
    transform: skew(20deg);
  }
  .nav-link{
    padding: 20px 25px;
  }
  #menu-toggle{
    display: block;
  }
  .category-box .number-label {

  }
  .category-name-hld{
    padding: 0 20px;
    padding-top: 60px;
    background-size: auto 50px;
        font-size: 20px;
  }
  .category-box{
    height: 150px
  }

}

@media screen and (max-width: 1250px){
    .btn-angle {
        font-size: 12px;
    }
}

@media screen and (max-width: 1200px){
    /*.home-categories-hld{
        position:relative;
        left:-120%;
    }

    .home-categories-icon{
        display: block;
        z-index: 100;
        position: fixed;
        top: 27%;
        width: 46px;
        height: 46px;
        border: 1px solid #f69d00;
        background: #fff url(../img/menu.svg) no-repeat center;
        background-size: 25px;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.18);
        }
        */

    .cart-prod-name .name-hld{
        font-weight: normal;
    }
      .counters-hld{
         display:none;
     }
     .home-slider .home-categories-hld{
         display: none;
     }
     .home-slider .swiper-wrapper{
         position: relative;
     }
     .swiper-slide img{
         height: auto;
     }
      /*.cart-product {
        width: calc(100% - 600px);
      } */
     .products-section .product-box-hld, .products-section .product-box-hld:first-of-type{
        width: 40%;
        margin: 0 5%;
    }
    .product-box-hld{
      margin-bottom: 20px;
    }
    .product-box-hld:nth-of-type(even){
        float: right
    }
    .product-buy-hld{
      width: 270px;
    }
    .product-statistics{
      width: 180px;
    }
    .stat-box{
      margin-top: 17px
    }
    .image-wrp .number-label {
        position: relative;
        float: left;
        width: 100%;
    }

    .description-video iframe{
    width: 100%;
    border:1px solid #eee;
    margin:0;
}
}
@media screen and (max-width: 1200px) and (min-width: 992px){
    .products-holder .product-box-hld, .products-holder .product-box-hld:nth-of-type(3n+2) {
        width: 47%;
        margin: 0;
        margin-bottom: 20px;
    }
    .products-holder .product-box-hld:nth-of-type(even){
        float: right;
        margin-left: 2%;
    }
}
@media screen and (max-width: 992px){
    .breadcrumb{
        padding: 15px 0px;
        box-sizing:border-box;
    }
    .checkout-column.cart-guest{
        width:100%;
        float:left;
    }
   .login-cart::before{
       content:none;
   }
    .subscribe-box{
      width: 23%;
      margin: 15px 1.3%;
    }
    aside{
	     width:100%;
	     margin-top:15px;
	 }
	.inner-column{
       width:100%;
    }
    .filters {
	    position: fixed;
	    top: 0;
	    left: -110%;
	    width: 85%;
	    height: 100vh;
	    overflow: scroll;
	    -ms-overflow-style: none;
	    background: #fff;
	    z-index: 1200;
	    border-right: 1px solid #393a3e;
	    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.15);
	    transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
	}
	.filters.opened {
	    left: 0;
	    box-shadow: 0 0 50px 3px rgba(0, 0, 0, 0.15);
	}
    .close-filters {

    }
    .main-filter-title{
	    display: block;
        padding: 10px 15px;
        background: url(../img/close.svg) no-repeat right 10px center;
        background-size: 15px;
	}
	.subscribe-input {
	    width: calc(100% - 140px);
	}
	.subscribe-btn{
		width: 140px;
	}
    .products-holder .product-box-hld:nth-of-type(even){
        float: left
    }

    .products-holder .product-box-hld .btn-angle .hld{
        padding: 0 0px 0 17px;
        background-position: 3px center;
    }

    .gallery-holder{
      width: 100%;
      max-width: 100%;
    }
    .product-info-hld{
      width: 100%;
      margin-top: 20px;
    }
    .gallery-top, .gallery-thumbs{
      max-width: 500px;
    }
    .follow-holder{
        font-size: 30px;
        line-height: 36px;
    }
    .follow-social {
        width: 40px;
        height: 40px;
    }
    .holder-slider .number-label{
        display: none;
    }
    .checkout-column.login-cart{
      width: 100%;
        padding-left: 0;
        border-top: 1px solid #d2d2d2;
        border-left: none;
        margin-top: 20px;
    }

    .order-list{
        width: 100%;
        max-width:  100%!important;
    }
    #addressBox{
        padding: 15px;
    }
    .phone-holder {
      margin-right: 10px;
      margin-top: 13px;
  }
  header .phone-holder{
      font-size: 12px;
  }
  .phone-number {
    font-size: 22px;
    line-height: 32px;
  }
  .dim-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1049;
    display: none;
  }
  .show-filter{
    display: block;
    z-index: 100;
    float: left;
    clear: left;
    line-height: 40px;
    border: 2px solid #f69d00;
    /*box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.18);*/
    left: 0;
    cursor: pointer;
    padding: 0 20px 0 20px;
    color: #f69d00;
    font-weight: bold;
    width: 100%;
    text-align: center;
  }
  .show-filter::before{
    content: "";
    width: 30px;
    height: 26px;
    display: inline-block;
    background: #fff url(../img/funnel.svg) no-repeat center;
    background-size: 25px;
    position: relative;
    top: 7px;
    margin-right: 10px;

  }
  .blog-listing .blog-box-hld, .blog-listing .blog-box-hld:nth-of-type(3n+2) {
    width: 48%;
    margin: 0;
  }
  .blog-listing .blog-box-hld:nth-of-type(even){
      float: right;
  }
   .log-btn {
        font-size: 16px;
  }
  .checkout-column{
      width:100%;
      float:left;
  }
  .stat-box{
      margin-top:0px;
  }
  .blog-aside{
    display: none;
  }
  .popup .cart-product-box{
          padding: 6px 0px;
  }
}
@media screen and (max-width: 860px){
    .products-holder .product-box-hld{
        width:31%;
        float:left;
    }
}
@media screen and (max-width: 820px){
     .cart-product{
        width:calc(100% - 420px);
    }
    .cart-quantity, .cart-price {
        width:140px;
    }
    .txt-slider{
        max-width:300px;
        font-size:12px;
    }
}

@media screen and (max-width: 768px){
    .number-label{
        position: absolute;
        left: -13px;
        bottom: 18px;
        width: 80px;
        height: 50px;
        background: #f69d00;
        font-size: 13px;
        text-align: center;
        color: #000;
        padding-top: 6px;
        z-index: 6;
        -webkit-box-shadow: -5px 4px 10px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: -5px 4px 10px 0px rgba(0, 0, 0, 0.3);
        box-shadow: -5px 4px 10px 0px rgba(0, 0, 0, 0.3);
    }
    .category-numb{
        font-size:23px;
    }
    .description img{
        height: auto !important;
    }
    .description iframe {
        width: 100% !important;
    }
    .hideLogOptionsOnMobile {
        display: none;
    }
    .showLogOptionsOnMobile {
        display: block;
    }
	#menu-toggle{
		margin-top: 3px;
	}
    .status-step{
        padding-left:95px;
    }
    .status-step::before{
        width:90px;
    }
    .cart-product, .order-list .cart-product, .order-view-listing .cart-product{
        width:100%;
    }
    .cart-quantity, .cart-price{
        width:123px;
    }
    .order-row .cart-product {
        width: calc(100% - 500px);
    }
    .orders-list .order-row .cart-product, .order-row .cart-product {
        width: 100%;
    }
    .orders-list .order-row .cart-product .cart-prod-name{
        height: auto;
        margin-bottom: 5px;
    }
    .orders-list .cart-quantity, .orders-list .cart-price {
            width: 33.33%;
            line-height: 20px;
    }
    .cart-row.order-row{
        padding-bottom: 5px;
    }
    .cart-header .cart-quantity, .cart-header .cart-price, .cart-header .cart-view{
      display: none;
    }
  .logo {
    padding: 16px 0;
    position: relative;
    top: 3px;
  }
  .logo img{
    width: 180px
  }
  .cart-icn-holder{

    background-size: 40px;
    background-position: left center;
    padding-left: 45px;
    margin-top:5px;
  }
  .cart-numb{
    top: 2px;
    left: 11px;
  }
  .cart-icn-txt {
    margin-top: 7px;
  }
  #menu-toggle #hamburger span{
    top: 3px;
  }

  .login-wrap{
      width:100%;
  }
  .search-inp {
    width: 230px;
  }
  .search-holder, .login-holder {
    padding: 10px 20px;
  }
  #menu-toggle #cross span:nth-child(1){
  	top: 19%;
    left: 25px;
  }
  #menu-toggle #cross span:nth-child(2){
  	left: 16%;
    top: 27px;
  }
  nav.menu{
  	top: 58px;
  }
  .fixed nav.menu {
    top: 58px;
  }
  .main-title{
      font-size:22px;
  }
  .product-box-hld.col-md-3{
      max-width:50%;
      flex: 0 0 50%;
  }
  .sort-by{
     width:100%;
  }
  .sort{
      margin-left: 0;
      margin-right: 10px;
  }
  .footer-logo img{
     width: 180px;
  }
  header .phone-number{
    font-size: 18px;
    background-size: 20px;
    padding-left: 25px;
  }
  header .phone-holder {
    font-size: 12px;
  }
  .log-buttons-holder span{
     font-size:14px;
  }
  .send-comment{
     font-size:22px;
  }
  header .phone-holder{
      margin-top: 6px;
  }

 /* header .phone-holder span{
  display: none;
  }
  header .phone-number{
        width: 30px;
        height: 42px;
        overflow: hidden;
        text-indent: 999px;
        margin-right: 20px;
    }  */
    .clearHead .phone-holder .phone-number{
      margin-right: 0;
      width: auto;
      text-indent: 0;
      line-height: 44px;

    }
  header .container, footer .container, .subscribe-section .container{
    width: 100%;
  }
  .subscribe-txt{
  	font-size: 17px;
  }
  .subscribe-boxes {
    margin-top: 20px;
}
  .subscribe-box{
    width: 48%;
    margin: 10px 0;
    height: 160px;
        padding: 10px;
  }
  .subscribe-box:nth-of-type(even){
    float: right;
  }
  .subscribe-box::before{
    height: 60px;
    margin-bottom: 5px;
  }
      .blog-anotation {
        margin: 20px 0;
        height: auto;
    }
    .blog-box-hld {
        width: 100%;
    }
    .blog-section .blog-box-hld:nth-of-type(2) {
        margin: 10px 0;
    }
    .blog-box{
        padding-bottom: 40px;
    }
    .order-list{
        float:left;
        width:100%;
    }

    .products-holder .product-box-hld{
        width: 49%;
    }
    .products-holder .product-box-hld:nth-of-type(3n+2){
        margin: 0;
    }
    .products-holder .product-box-hld:nth-of-type(even){
        float: right
    }
    .insta-box{
        width: calc(25% - 6px);
    }
    .insta-box:nth-child(5n+1), .insta-box:nth-child(5n) {
        margin: 3px;
    }
    .insta-box:nth-child(4n+1) {
        margin-left: 0;
    }
    .product-box-hld, .product-box-hld:first-of-type, .products-section .product-box-hld, .products-section .product-box-hld:first-of-type{
        width: 49%;
        margin: 0;
        margin-bottom: 15px;
    }

    .products-section .product-box-hld:nth-of-type(even), .products-holder .product-box-hld:nth-of-type(even){
        margin-left: 2%;
    }
    .category-box-hld.w50, .category-box-hld.w33 {
        width: 100%;
    }
    .category-box-hld.w33:nth-of-type(4){
        margin: 0 0 15px 0;
    }
    .profile-holder .input-hld {
        width: 100%;
    }
    .soc-register{
      padding-left: 0;
    }
    .follow-social-hld {
        margin-left: -100px;
    }
    section {
        margin-top: 40px;
    }
    .faceb{
        margin-bottom:10px;
    }
   .btn.right{
       width:100%;
   }
   .add-review-holder .btn.right{
       width:auto;
   }
   .btn-popup-or {width:auto}
    .show-filter{
      margin-bottom: 20px;
    }
    .products-holder .product-box-hld:nth-of-type(3n+2), .products-holder .product-box-hld, .product-box-hld, .product-box-hld:first-of-type, .products-section .product-box-hld, .products-section .product-box-hld:first-of-type{
        margin: 10px 0;
    }
    .products-section .product-box-hld:nth-of-type(even), .products-holder .product-box-hld:nth-of-type(even){
         margin: 10px 0;
         margin-left: 2%;
    }
    .fast-order-pop.popup{
        padding: 20px;
    }
    .swiper-slide .product-box-hld:first-of-type{
        width: 100%;
    }
    #loadFilters .aside-box {margin-bottom:0;padding-bottom:100px;}
    .page-title-favs {
        margin-bottom: 40px;
        margin-top: -35px;
    }
    .page-description table {
        width: 100% !important;
    }

}
@media screen and (max-width: 600px){
    .tcrt-cart-prod-name{
        margin-top:10px;
    }
    .scroll-top.visible{
        right:100px;
        bottom:30px;
    }
    .breadcrumb{
        padding: 10px 0px;
        box-sizing:border-box;
    }
    .read-more{
        float: left;
        width: 100%;
        height: 30px;
        line-height: 30px;
        background: #f69d00;
        text-align: center;
        color: #fff;
        margin-top: 10px;
    }
    /*.fast-order-pop{
        height: 550px;
    } */
      .back-btn{
          width:100%;
          text-align: center;
          margin-bottom: 20px;
      }
      .right-btns{
          width:100%;
      }

}
@media screen and (max-width: 576px){
    .txt-slider{
        bottom:5px;
        right:5px;
        padding:5px;
        box-sizing:border-box;
        max-width:200px;
        height: 35px;
    }
    .description img
    .product-title{
        font-size:24px;
    }
    .delete-product{
        left:-5px;
    }
  .search-mobile-btn{
    display: block;
  }
  .search-holder, .login-holder {
    padding: 5px 20px;
  }
  .log-btn{
    line-height: 30px
  }
  .reg-btn {
    padding-left: 27px;
    background-size: 21px;
  }
  .search-holder{
    position: absolute;
    left: -110%;
    width: 106%;
    top: 40px;
    background: #222121;
    z-index:3;
  }
  .search-hld{
    width: 100%;
  }
  .search-inp {
    width: 100%;
  }
  .easy-autocomplete{
    width: calc(100% - 40px);
  }
  .search-holder.opened{
    left: -3%;
  }
   .logo img{
      width:160px;
    }
  .cart-icn-holder {
    margin: 0;
    background-size: 35px;
    background-position: left bottom;
    height: 50px;
    margin-top:13px;
  }
  .cart-numb {
    top: 2px;
    left: 8px;
  }
  .cart-icn-txt {
    display: none;
  }
  #menu-toggle {
    width: 40px;
    margin-left: 15px;
    margin-top:15px;
  }
  #menu-toggle #hamburger span {
      top: 6px;
      margin: 7px 0;
  }
    #menu-toggle #cross span:nth-child(1) {
	    top: 17%;
	    left: 16px;
	}
	#menu-toggle #cross span:nth-child(2) {
	    left: 2%;
	    top: 25px;
	}
	#menu-toggle.open #cross span:nth-child(2){
		width: 90%
	}
  	nav.menu {
    	top: 116px;
	}
    .fixed nav.menu {
        top: 85px;
    }
   .sort .txt{
      width:100px;
      text-align:right;
   }
    .border-hld::before {
        content:none !important;
    }
    .input-hld{
        width:100%;
    }
    .faceb, .gplus, .soc-register{
        padding-left:0px;
    }
    .btn-grey span{
        min-width:auto;
        padding: 0 10px;
    }
    .nav-footer{
        font-size:12px;
        padding:5px;
    }
    footer .phone-number{
        background-size:22px;
    }
    .blog-wrap .blog-title{
        height: 180px;
        font-size:23px;
    }
    .sort .txt{
        float:left;
        text-align:left;
    }
    .page-title{
        font-size:22px;
    }
    .subscribe-box {
	    width: 100%;
	    font-size: 14px;
	    height: auto;
	}
	.subscribe-box::before{
		height: 40px;
	}
	.footer-logo img{
	    width:130px;
	    margin-top: 15px;
	}
	footer .phone-holder{
	  	font-size: 12px;
	  }
	footer .phone-number {
	    background-size: 18px;
	    padding-left: 20px;
	}
    header .phone-holder{
        clear: both;
        float: left;
        margin-right: 0;
        margin-top: 0;
    }
    .clearHead .phone-holder{
        clear: none;
        float: right
    }
    header .phone-holder span{
        display: none;
    }
    header .phone-number{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
        padding-left: 22px;
        margin-top:5px;
    }
	.phone-number {
	    font-size: 19px;
      background-size:19px;
	}
    .clearHead .phone-holder{
          margin-top: 10px!important;
          margin-bottom: 0!important;
    }
   .clearHead .phone-holder .phone-number{
      background-size:19px;
      font-size: 15px;
      text-align: left;
      width: auto;
      margin-left: 0;
      padding-left: 30px;
      line-height: 25px;
    }
	.footer-bottom p{
		width: 100%;
		text-align: center;
	}
	.footer-middle .right{
		width: 100%;
		margin-top: 10px;
	}
	footer{
		padding-top: 20px;
	}
	.subscribe-input {
	    width: calc(100% - 90px);
	}
	.subscribe-btn{
		width: 90px;
	}
    .blog-listing .blog-box-hld, .blog-listing .blog-box-hld:nth-of-type(3n+2){
        width: 100%
    }
    .blog-listing .blog-box-hld .blog-title{
        height: auto
    }
    .cart-row{
        padding:0;
        padding-left: 20px;
    }
    .cart-quantity, .cart-price{
        width:105px;
    }
    .select-hld-bigger, .select-hld-smaller {
        width: 100%;
        height: 40px;
    }
    .select-hld-bigger {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .rating-hld{
        margin: 5px 0
    }
    .product-hld{
        padding: 0 7px;
    }
    .product-type{
        font-size: 12px;
        width: 40px;
        padding-top: 20px;
        position: absolute;
        right: 5px;
        top: 60px;
    }
    .product-type.unisex, .product-type.male, .product-type.female {
        background-size: 20px;
    }
    .product-name {
           width: 100%;
    }
    .product-box{
    	padding-bottom: 70px;
    }
    .product-box-hld .btn-angle-hld.fast-order-btn, .products-holder .product-box-hld .btn-angle-hld.fast-order-btn{
        width: 100%;
       position: relative;
    }
    .product-box-hld .btn-angle .hld, .products-holder .product-box-hld .btn-angle .hld{
        line-height: 30px;
    }
    .product-box-hld .btn-buy-hld, .products-holder .product-box-hld .btn-buy-hld{
        clear: both;
        margin-top: 10px;
        width: 100%;
    }
    .product-box-hld .btn-buy .plus, .products-holder .product-box-hld .btn-buy .plus{
        display: none;
    }
    .product-box-hld .btn-buy .hld, .products-holder .product-box-hld .btn-buy .hld {
        width: 100%;
        line-height: 12px;
        height: 36px;
        padding-top: 0;
    }
    .product-box .select2-container .select2-selection--single{
        height: 22px;
    }
    .product-box .select2-container--default .select2-selection--single .select2-selection__rendered{
        line-height: 22px;
    }
    .product-box .btn-angle{
        margin-top: 2px;
    }
    .old-price {
        font-size: 14px;
        width: 100%;
        float: left;
    }
    .price-hld{
        font-size: 24px;
        margin: 5px 0;
    }
    .product-box .img-hld{
        height: 110px;
    }
    .product-statistics{
      display: none;
    }
    .product-buy-hld {
        width: 100%;
        margin-top: 20px;
    }
    .follow-social{
        margin: 0 5px
    }
    .follow-holder {
        font-size: 26px;
        line-height: 28px;
    }
    .follow-social-hld {
        margin-left: 0px;
    }
    .partners{
        width: 100%;
        padding: 10px;
    }
    .partners:before{
        content: none;
    }
    nav.menu{
        width: 270px;
        -webkit-transform: skew(-15deg);
        transform: skew(-15deg);
    }
    nav.opened {
        right: 40px;
    }
    .choose-addres-box{
        padding: 10px;
    }
    .log-buttons-holder .btn-grey::after{
        content: none;
    }
    .log-buttons-holder .btn-grey-hld:first-of-type{
      width: 43%;
    }
    .log-buttons-holder .btn-grey-hld{
        width: 57%;
        margin: 0;
    }
    .log-buttons-holder .btn-grey-hld .hld{
        padding-left: 25px;
        text-align: left;
    }
    .btn-grey span{
        width: 100%;
    }
    .text-inp.code{
        width: calc(100% - 80px)
    }
    .submit-code.btn{
        margin-left: 0;
        width: 80px
    }
    .cart-dropdown{
        right:-65px;
        top:-22px;
    }
    .site-title-hld .site-title{
        font-size:12px;
        line-height: 12px;
    }
    .home-slider .swiper-pagination {
	    position: relative;
	    margin-top: 10px;
	    bottom: 0;
	}
	.phone-holder{
		margin-top: 8px;
	}
    header .logo{
        padding: 8px 0;
        top: 5px;
        border-bottom:1px solid #000;
    }
     header .clearHead .logo{
        padding: 10px 0;
    }
    header .phone-holder{
        margin-top: -25px;
    }
    .succsess-holder .btn{
        width: 240px;
    }
    .contact-column{
        width: 100%;
    }
    .priceTagBtm {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 500px){
    .phone-number{
        margin-left:0px;
    }
    .sort {
       margin-left:0px;
    }
    .popup{
        width:90%;
        max-width: 90%;

    }
     .fast-order-pop.popup{
         top: 5%;
     }
    .product-description table{
        width: 100%!important
    }
     .pagination .page-item{
        max-width:32px;
    }
    .page-item-dots {
        max-width: 15px !important;
    }
    .page-item-dots .page-link {
        margin:0;
        padding:0;
        min-width: 15px;
        border-left:0;
        border-right:0;
    }

    select.sortorderFilters{
        width:155px !important;
    }
}
@media screen and (max-width: 380px){
    /*.phone-holder{
        width:100%;
        text-align: left;
        margin-top:0;
        margin-bottom:5px;
    }
    header .phone-number{
        text-indent: 0;
        text-align: right ;
        width: 150px;
        float: left;

    }   */
   /* header .phone-holder{
      display: none;
    } */
    header .clearHead .phone-holder{
      display: block;
    }
    .clearHead .phone-holder {
      width: auto;
    }
    .faceb{
        background: #4d67a4 url(../img/facebook-white.svg) no-repeat left 35px center;
        background-size: 25px;
    }
    .gplus{
        background: #ea4235 url(../img/google-plus.svg) no-repeat left 35px center;
        background-size: 33px;
    }
    .btn-angle{
        font-size: 13px;
    }
    .cart-dropdown{
        width: 310px;
    }
      #menu-toggle {
        width: 35px;
      }
      .logo img {
        width: 135px;
        margin-top: 0;
      }
    .footer-logo img {
        width: 110px;
	}
	footer .phone-holder span{
		display: none;
	}
	footer .phone-number {
	    font-size: 16px;
	}
	.subscribe-input {
	    width: calc(100% - 80px);
	}
	.subscribe-btn {
	    width: 80px;
	    font-size: 14px;
	    padding: 0;
	}
    nav.menu {
        width: 220px;
    }
    .cart-price {
        width: 72px;
    }
    .order-column {
        width: 100%;
    }

}
@media screen and (max-height: 640px){
    .fast-order-pop.popup{
        max-height: 80vh;
        overflow-y: auto;
    }

}
