.disnone{
  display: none;
}

.sitemap{
  max-width: 800px;
  margin: 10px;
  display: flex;
  float: left;
  clear: both;
}
.sitemap ul > li{
  margin-left: 20px;
  position: relative;
}
.sitemap li:before{
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: -12px;
  background: #2f2e38;
  background-size: 100%;
  transition: 0.5s;
  border-radius: 50%;
}
.sitemap li:hover:before{
  left: -18px;
}
.sitemap a,
.sitemap span{
  color: #2f2e38;
  text-decoration: none;
  font-size: 17px;
  line-height: 26px;
}
.sitemap a:hover{
  color: #2f2e38;
}
.content ul{
  list-style: disc;
  margin-left: 20px;
} 
.content ol{
  list-style: decimal;
  margin-left: 20px;
}

.content h1{
  width: 100%;
  float: left;
  font-weight: bold;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}
.content h2{
  width: 100%;
  float: left;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
  margin-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}
.content h3{
  width: 100%;
  float: left;
  line-height: normal;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
}
.content h4{
  line-height: normal;
  font-size: 18px;
  line-height: 24px;
  position: relative;
  margin-bottom: 15px;
}
.content h5{
  line-height: normal;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  margin-bottom: 15px;
}
.content a,
.content i,
.content strong,
.content b,
.content div,
.content span,
.content,
.content p{
  line-height: 26px;
  font-size: 18px;
  font-weight:300;
  margin-bottom: 15px;
}
.content strong,
.content b{
  font-weight: bold;
}
.content i{
  font-style: italic;
}
.content a{
    color: #2f2e38;
    text-decoration: none;
}
.content a:hover{
    color: #2f2e38;
    text-decoration: none;
}


#success_adding{
  background: #fff;
  display: none;
  padding: 12px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -250px;
  width: 500px;
  z-index: 100;
  text-align: center;
}
#success_adding p{
  font-size: 22px;
  font-weight: bold;
  color: #2f2e38;
  line-height: 40px;
  margin-bottom: 10px;
}

#alert{
  background: #2f2e38;
  display: none;
  padding: 15px 15px;
  position: fixed;
  top: 100px;
  right: 50px;
  max-width: 100%;
  z-index: 999999;
  text-align: left;
  opacity: 0.9;
}
#alert p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}


#preload{
  display: none;
  background: rgba(0,0,0, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
#preload #loaderImage,
#preload img{
  top: 50%;
  position: fixed;
  left: 50%;
  margin-left: -64px;
  margin-top: -64px;
}

.pop_close{
  position: absolute;
  top: -50px;
  right: -50px;
  background: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
  width: 40px;
  text-align: center;
  height: 40px;
  cursor: pointer;
  color: #2f2e38;
  transition: 0.5s;
}
#contact_form form{
	margin: 0px auto;
	max-width: 700px;
	display: flex;
	flex-direction: column;
	background: #f5f5f5;
	padding: 20px 35px;
}
.error_input{
  background: #ffc5c5!important;
}
#contact_form .form_block{
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
#contact_form .form_block label{
  color: #2f2e38;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 7px;
	margin-left:4px;
}
#contact_form .thanks_text{
  display: none;
	font-size: 22px;
    text-align: center;
    width: 100%;
    line-height: 30px;
    margin-top: 50px;
    color: #2f2e38;
}
.gaslo{
	font-size: 36px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 50px auto;
}
.img_link{
	transition:0.5s
}
.img_link:hover{
	opacity:0.7;
}
.forty_btn,
#contact_form .form_block input[type="submit"]{
    background: #314d62;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    padding: 0px 30px;
    position: relative;
    transition: 0.5s;
    display: flex;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    max-width: 350px;
    margin: 5px auto;
    border: 1px solid #314d62;
    align-items: center;
    text-decoration: none;
}
.forty_btn:hover,
#contact_form .form_block input[type="submit"]:hover{
  color:#314d62;
	background:#fff;
}
.forty_btn{
	margin-bottom:50px;
}

#contact_form .form_block input[type="text"],
#contact_form .form_block input[type="email"]{
	color: #2f2e38;
	font-size: 18px;
	padding: 0px 5px;
	width: 100%;
	display: block;
	line-height: 40px;
	background: #fff;
	border: 1px solid #b1b1b1;
}
#overflow{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
  z-index: 6;
  overflow: auto;
  overflow-y: none;
  background: rgba(0, 0, 0, 0.5);
}


.clr{
  display: block;
  width: 100%;
  clear: both;
}
.user_info_form{
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.order_block input[type="text"],
.order_block textarea{
  color: #2f2e38;
  font-size: 18px;
  padding: 0px 5px;
  border: none;
  width: 100%;
  display: block;
  line-height: 40px;
  background: #fff;
  border: 1px solid #fff;
}
.order_block textarea{
  color: #2f2e38;
  font-size: 18px;
  padding: 0px 5px;
  border: none;
  width: 100%;
  display: block;
  line-height: 40px;
  background: #fff;
  border: 1px solid #fff;
}
.order_block input[type="text"]:focus,
.order_block textarea:focus{
  outline: none;
  border: 1px solid #2f2e38;
  color: #2f2e38;
}

.order_block .input{
  margin-bottom: 10px;
  width: 100%;
  display: block;
}
.order_block .input label{
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #2f2e38;
  margin: 5px 5px;
  display: block;
  cursor: pointer;
}
.radio_holder{
  display: block;
  width: 100%;
}
.radio_holder .radio{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
.radio_holder .radio label{
  cursor: pointer;
  font-size: 17px;
  line-height: 24px;
  margin-left: 5px;
  color: #2f2e38;
  display: block;
}
.order_total{
  font-size: 22px;
  font-weight: 500;
  color: #314d62;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px;
}


.basket_holder{
  color: #2f2e38;
  border-radius: 5px;
  background: #f1f1f1;
  padding: 10px;
  margin: 20px auto;
  clear: both;
}
.basket_case{
  width: 100%;
  background: none;
  margin-top: 42px;
  color: #2f2e38;
}
.basket_case tr{

}
.basket_case tr td{
  padding: 20px;
  vertical-align: middle;
  text-align: center;
}
.basket_product_name{
  display: block;
  text-align: center;
  color: #2f2e38;
  font-size: 18px;
  text-decoration: none;
  font-weight: 500;
}
.basket_product_name:hover{
  color: #222;
}
.basket_product_info{
  display: block;
  text-align: left;
  color:#222;
  font-size: 11px;
}

.basket_product_info span{
  color: #222;
  font-size: 11px;
}

.amount_few{
  text-align: center;
  display: block;
  font-size: 14px;
  margin-bottom: 0px;
}
.price .amount_1{
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.basket_remove{
  color: #2f2e38;
  background: transparent;
  border-radius: 12px;
  line-height: 38px;
  height: 38px;
  width: 38px;
  text-align: center;
  display: block;
  transition: 0.3s;
  text-decoration: none;
  margin: 0px auto;
  font-size: 22px;
  font-weight: bold;
}
.basket_remove:hover{
  color: #fff;
  background: #2f2e38;
}


.cart_btn{
  position: relative;
  width: 50%;
  float: right;
  background: #ccc;
  color: #333;
  font-size: 12px;
  font-weight: normal;  
}
.quantity{
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 0px;
  line-height: 40px;
  height: 84px;
  width: 55px;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
}
.quantity .cart_quantity{
  display: block;
  text-align: center;
  width: 100%;
  height: 28px;
  line-height: 28px;
  background: none;
  padding: 0px;
  border: 0px;
  margin: 0px;
  color: #2f2e38;
}
.basket_remove_text{
  display: none;
}
.btn_plus{
  display: block;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  height: 28px;
  background: transparent;
  border-radius: 5px;
  color: #2f2e38;
  font-weight: bold;
  transition:0.5s;
}

.btn_minus{
  display: block;
  line-height: 28px;
  text-align: center;
  cursor: pointer;
  height: 28px;
  background: transparent;
  border-radius: 5px;
  color: #2f2e38;
  font-weight: bold;
  transition:0.5s;
}
.plus-minus:hover{
  color: #fff;
  background: #2f2e38;
}
.total_p_sum{
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: block;
}
.basket_case td:nth-child(1){
  width: 160px;
}
.basket_case tr{
}
.basket_case tr:last-child{
  border-bottom: 1px solid #e7e7e7;
}
.basket_result .tabs_holder{
  border: 1px solid #ccc;
  background: #f7f7f7;
  padding: 15px;
}
.basket_input{
  margin: 10px auto;
}
.basket_input_title{
  color: #2f2e38;
  font-size: 14px;
  float: left;
  width: 50%;
  font-weight: bold;
  display: block;
  
  margin: 0px 0px 0px 10px;
}
.order_pay_info p{
  color: #2f2e38;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 20px;
}
.cart_total{
  margin-left: 5px;
}
.basket_title{
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
}
.basket_input input{
  width: 50%;
  height: 30px;
  color: #444;
  padding: 0px 10px;
  font-size: 16px;
  line-height: 30px;
}

.basket_case .cart-images{
  border: 1px solid #e6e6e6;
  display: block;
  width: 130px;
  margin: 0px auto;
  border-radius: 5px;
  overflow: hidden;
}
.basket_case .cart-images img{
  width: 100%;
}
.total_cart_sum{
  font-size: 18px;
  font-weight: bold;
  color: #2f2e38;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px;
  float: right;
}
.b_title{
  display: none;
}
.p_h_title{
  display: none;
  float: left;
}



.chosen-container{
  width: 100%!important;
  outline: none;
  background: none;
  border: none;
  border-radius: 5px;
}
.chosen-container-single .chosen-single{
  line-height: 40px;
  height: 40px;
  outline: none;
  background: #fff;
  box-shadow: none;
  font-size: 18px;
  font-weight: normal;
  color: #2f2e38;
  border-radius: 0px;
  border: 1px solid #ffffff;
}
.chosen-container-single .chosen-single:hover{
  border: 1px solid #ffffff;
}
.chosen-container-single .chosen-search input[type=text]{
  color: #2f2e38;
}
.order_block .chosen-container-single input[type="text"]:focus{
  color: #2f2e38;
}

.chosen-container-active.chosen-with-drop .chosen-single{
    background: #ffffff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}
.chosen-container-single .chosen-single div{ 
  width: 36px;
  height: 36px;
}
.chosen-container-single .chosen-single span{
  margin-right: 0px;
}

.chosen-container-single .chosen-single div b{
  background-image: url('../img/icons/drop_down.png')!important;
  background-size: 100%!important;
  background-position: 0px 0px!important;
  transition:transform 0.5s;
}
.chosen-container.chosen-with-drop .chosen-drop{
    border: 0px;
    background: #fff;
    color: #2f2e38;
    font-weight: bold;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
}
.chosen-container-single .chosen-drop,
.chosen-container .chosen-drop{
  border: 1px solid #2f2e38;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}


.chosen-container-single .chosen-single div,
.chosen-container-active.chosen-with-drop .chosen-single div{
  background: #fff;
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
  background-position: 0px 0px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.chosen-container .chosen-results li.highlighted{
  background: #314d62;
  color: #fff;
}
.chosen-container .chosen-results{
  margin: 0px 0px 0px 0;
  padding: 0 0 0 0px;
  clear: both;
}
.chosen-container .chosen-results li{
  line-height: 28px;
}


::-webkit-scrollbar { width: 5px; height: 3px;}
::-webkit-scrollbar-track {  background-color: #2f2e38;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #2f2e38; border-radius: 5px;}


.tab_regular_user .next_step {
  width: auto;
  float: left;
  text-decoration: none;
  transition: .3s;
  font-weight: 600;
  font-size: 12px;
  color: #FFF;
  padding: 10px 30px;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #2f2e38;
  position: relative;
  cursor: pointer;
}

.tab_regular_user .next_step {
  background: #2f2e38;
}

.cssload-thecube {
    margin: 50px auto;
  width: 73px;
  height: 73px;
  margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
  position: relative;
  transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  position: relative;
  transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 113, 188);
  animation: cssload-fold-thecube 2.76s infinite linear both;
    -o-animation: cssload-fold-thecube 2.76s infinite linear both;
    -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
    -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
    -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
  transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
  transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
  transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
  transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
  background-color: rgb(41, 171, 226);
  animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
  background-color: rgb(0, 113, 188);
  animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
  background-color: rgb(46, 49, 146);
  animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}


  .tab_delivery_email,
  .tab_delivery_newpost{
    display:none;
  }
  .tab_delivery_email.active,
  .tab_delivery_newpost.active{
    display:block;
  }

@keyframes cssload-fold-thecube {
  0%, 10% {
    transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-o-keyframes cssload-fold-thecube {
  0%, 10% {
    -o-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -o-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -o-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-ms-keyframes cssload-fold-thecube {
  0%, 10% {
    -ms-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -ms-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -ms-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-fold-thecube {
  0%, 10% {
    -webkit-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -webkit-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -webkit-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

@-moz-keyframes cssload-fold-thecube {
  0%, 10% {
    -moz-transform: perspective(136px) rotateX(-180deg);
    opacity: 0;
  }
  25%,
        75% {
    -moz-transform: perspective(136px) rotateX(0deg);
    opacity: 1;
  }
  90%,
        100% {
    -moz-transform: perspective(136px) rotateY(180deg);
    opacity: 0;
  }
}

.nf_img{
  width: 100%;
  margin: 20px auto;
}
.not_found{
  margin-top: 60px;
  text-align: center;
  padding-bottom: 50px;
}
.not_found h1{
  font-weight: bold;
  color: #2f2e38;
  font-size: 120px;
}
.not_found h2{
  font-size: 26px;
  color: #2f2e38;

  line-height: 50px;
}
.ntf_back{
  position: relative;
  margin: 20px auto;
  border-radius: 10px;
}

.ntf_back:after{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.3);
}
.no_sizes{
  background: #be1311;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 10px 0px;
}
.no_products_find{
  font-size: 18px;
  text-align: center;
  background: #f2f2f1;
  width: 100%;
  padding: 10px 10px;
}
.go_main_b{
  text-decoration: none;
  margin: 10px auto;
  float: none;
}
.order_f_l{
  display: none;
}

.map_holder{
  display: flex;
  flex-direction:row;
  justify-content:center;
  flex-wrap:wrap;
  float: left;
  width: 100%;
  align-items: stretch;
}
.map_holder_left{
  width: 40%;
  margin: 0px;
  padding: 0px;
}
.map_holder_right{
  width: 60%;
  margin: 0px;
  padding: 0px;
  background: #fff;
}

.map_nav{
  min-height: 400px;
  box-shadow: -1px 1px 15px 0px rgba(0,0,0,0.25);
}
.tpl_map_nav{

}
.tpl_map_nav_c{
  display: none;
  background: #f8f8f8;
  padding: 10px 25px;
  line-height: 30px;
  color: #777;
}
.tpl_map_nav.active .tpl_map_nav_c{
  display: block;
}
.tpl_map_nav_h{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 10px 5px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.tpl_map_nav_h i{
  color: #2f2e38;
  font-size: 24px;
  min-width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
}
.tpl_map_nav.active .tpl_map_nav_h{
  background: #2f2e38;
  color: #fff;
}
.tpl_map_nav_h span{
  font-size: 15px;
  font-weight: 600;
  padding-right: 30px;
  line-height: 35px;
  padding-left: 20px;
}
.tpl_map_nav:hover{
  background: #fbfbfb;
}
.map iframe{
  display: block;
  width: 100%!important;
  height: 100%!important;
}
#success_adding .light_button{
  background: #314d62;
  line-height: 40px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:6px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  margin: 5px auto;
  transition:0.5s;
}
#success_adding .light_button:hover{
  opacity: 0.7;
  color: #fff;
}
.order_form{
  clear: both;
  position: relative;
  display: block;
  float: left;
  padding: 20px 0px;
  width:100%;
  margin-bottom: 50px;
}
.order_block{
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 20px;
  background: #f1f1f1;
  border-radius: 5px;
}

.order_step{
  font-size: 18px;
  font-weight: 500;
  color: #314d62;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;

}
.step_icon{
  background: #2f2e38;
  display: block;
  width: 4px;
  height: 4px;
  margin-right: 7px;
}
@media (max-width: 1600px) {

}
@media (max-width: 1200px) {

}
@media (max-width: 992px) {
  .not_found {
    margin-top: 0px;
  }

}
@media (max-width: 850px){

}
@media (max-width: 768px) {
	.forty_btn, #contact_form .form_block input[type="submit"]{
		    font-size: 18px;
    line-height: 45px;
    padding: 0px 20px;
}
  #success_adding{
    width: calc(100% - 20px);
    left: 10px;
    margin: 0px 0px;
    top: 30%;
  }
  #contact_form{
    top: 130px;
    left: 10px;
    width: calc(100% - 20px);
    margin-left: 0px;
    padding: 10px 15px;
  }
  #alert{
    right: 12px;
  }
  .to_login, .to_registration, .to_forget_pass{
    padding: 5px 3px;
    font-size: 11px;
  }
  .pop_close{
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: -35px;
    right: 0px;
  }

  .order_page .basket_case{

  }
  .order_page .basket_case tr td{
    padding: 10px 10px;
  }
  .basket_case tr{
    border-bottom: 1px solid #d7d7d7;
  }
  .basket_case tr td{
    padding: 3px;
  }
  #order_info{
    padding: 5px;
    width: calc(100% - 10px);
    margin: 0px;
    left: 5px;
    top: 50px;
  }
}
@media (max-width: 580px){
	.basket_product_name{
		font-size:14px;
}
  .basket_case tr{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
    flex-direction: column;
  }
  .basket_product_info, .basket_product_name{
    line-height: 20px;
  }

  .basket_case tr td.td_6{
    text-align: center;
    width: 100%;
  }
  .basket_remove{
    width: 40px;
    height: 38px;
    margin: 0px auto;
    float: left;
  }
  .basket_remove i{
    display: inline-block;
  }
  .basket_case td:nth-child(1){
    width: 50%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .basket_case .cart-images img{
    max-width: calc(100% - 50px);
  }
  .basket_case td:nth-child(2),
  .basket_case td:nth-child(3),
  .basket_case td:nth-child(4),
  .basket_case td:nth-child(5),
  .basket_case td:nth-child(6){
    width: 50%;
    margin-left: 50%;
  }
  .td_3 .b_title,
  .td_4 .b_title,
  .td_5 .b_title{
    display: block;
    vertical-align: top;
    width: 100%;
    float: left;
    text-align: left;
    line-height: 22px;
    font-size: 14px;
  }
  .amount_few{
    text-align: left;
  }
  .price .amount_1{
    text-align: left;
  }
  .total_p_sum{
    text-align: left;
    font-size: 16px;
  }
  .quantity{
    line-height: 30px;
    width: 100px;
    margin: 0px;
    border: 1px solid #ddd;
    height: 32px;
  }
  .btn_plus{
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .btn_minus{
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .quantity .cart_quantity{
    height: 30px;
  }
  .btn_minus{
    border-right: 1px solid #ddd;
    height: 30px;
    width: 30px;
  }
  .btn_plus{
    border-left: 1px solid #ddd;
    height: 30px;
    width: 30px;
  }
  .basket_case td:nth-child(3){
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .basket_case td:nth-child(4){
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .to_tab_delivery_courier, .to_tab_delivery_shop, .to_tab_delivery_newpost, .to_tab_delivery_newpost_courier, .to_tab_cash_pay, .to_tab_sms_pay, .to_tab_card_pay, .to_tab_post_pay, .to_tab_online_pay, .to_tab_regular_user, .to_tab_new_user{
    font-size: 15px;
  }
  .order_block,
  .order_page .container{
    padding: 15px 10px;
  }
  .b_title{
    display: none;
    vertical-align: top;
    width: 50%;
    float: left;
    text-align: left;
  }
  .p_h_title{
    display: inline-block;
  }
  .orders_history tbody tr{
    border-bottom: 2px solid #2f2e38;
  }
  .orders_history tbody tr:last-child{
    border: none;
  }
  .orders_history thead{
    display: none;
  }
  .basket_case .cart-images{
    width: 100%;
    border: none;
    margin: 40px auto;
  }
  .basket_product_name_holder{
    display: inline-block;
    width: 100%;
  }
  .basket_case tr{
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }
  .order_count{
    display: inline-block;
  }
  .order_history_btnns{
    text-align: center;
  }
  .orders_history tr td{
    width: 100%!important;
    display: block;
    border-bottom: 1px solid #eee;    
    text-align: right!important;
  }
  .basket_case thead{
    display: none;
  }
  .basket_product_info,
  .basket_product_name{
    text-align: left;
  }
  .basket_case tr td{
    padding: 10px 0px;
    width: 49%;
    display: inline-block;
    text-align: left;
    overflow: hidden;
  }
  .order_f_l{
    display: block;
    float: left;
    width: 50%;
  }
  .order_f_r{
    display: block;
    float: left;
    width: 50%;
  }
  .c_confirm_title{
    background: #fafafa;
    margin: 0px 15px;
    padding: 10px;
  }
  .order_confirm tbody tr:nth-child(2){
    border-top:1px solid #2f2e38;    
  }
  .order_confirm tbody tr:nth-child(even){
    border-bottom:1px solid #2f2e38;
  }
  .order_confirm tbody tr:nth-child(even) td{
    text-align: left;
    display: block;
    width: 100%!important;  
    overflow: hidden;
    border-bottom: 1px solid #d7d7d7;
    padding: 12px 15px;
  }
  .order_confirm tbody tr:nth-child(odd){
    display: none;
  }
   .order_page .basket_case{

  }
  .order_page .basket_case tr td{
    padding: 3px 3px;
  }
  .basket_case tr{
    border-bottom: 1px solid #d7d7d7;
    position: relative;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 10px;
  }
  .basket_case tr td{
    padding: 3px;
  }
}
@media (max-width: 500px){

}
@media (max-width: 400px){

}
