/*******************************
 *
 *******************************/
 
 .bird
 {
 	/*border: 4px solid #999;*/
 	width: 100px;
 	height: 30px;
 	position: absolute;
 	text-align: left;
 	display: none;
 	/*background: #F0F0F0;*/
 	vertical-align: middle;
 	font-size: 18px;
 } 	
 .blindLayer {
 	background: none repeat scroll 0 0 rgba(241, 241, 241, 0.8);
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99998;
  display: none;
}
.bcontainer
{
  position: absolute;
  min-width: 300px;
  max-width: 800px;
  width: 100%;
  height: 320px;
  background: #fff;
  padding: 10px;
  display: none;
  z-index: 99999;
  border-radius: 6px;
  box-shadow: 0 10px 50px rgba(0,0,0,.2);
}
#overflw
{
  overflow-y: auto;
  overflow-x: hidden;
  height: 165px;
}

#overflw::-webkit-scrollbar {width:0px;}

#bfooter {
  margin-top: 25px;
}

#bcaption
{
  background: #401845;

}
#bcaption td {
  border-right: 2px solid #401845;
  font-weight: bold;
  text-align: center;	
  color: #fff;
  font: 700 16px 'Comfortaa' !important;
}
#bcaption td {padding: 10px;}		/*ID*/
#bcaption td:nth-child(1) { width: 300px; }		/*NAME*/
#bcaption td:nth-child(2) { width: 100px; }		/*PRICE*/
#bcaption td:nth-child(3) { width: 100px; }		/*NUM*/
#bcaption td:nth-child(4) { width: 120px; }		/*SUM*/
#bcaption td:nth-child(5) { width: 60px; }

#btable .bitem td {	
  text-align: center;
  color: #333;
  padding: 5px;	
  border-bottom: 1px solid #999;	
  border-right: 2px solid #FFF;
}

#btable .bitem td p {
  font: normal 14px 'Comfortaa' !important;
}

.bitem td a {
  display: inline-block;
}

#bclose {
  width: 18px;
  height: 18px;
  position: relative;
  margin-bottom: 5px;
}

#bclose img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bitem td:nth-child(1) {width: 300px; }
.bitem td:nth-child(2) {width: 100px; text-align: center;} 
.bitem td:nth-child(3) {width: 100px; text-align: center;}
.bitem td:nth-child(4) {width: 120px; text-align: center;}
.bitem td:nth-child(5) {width: 60px; text-align: center;}

.bitem td p {
  margin: 7px 0;
}

#bclose {
  float: right;	
}

.bcontainer table
{
  width: 100%;	
}
.bbutton
{
  display: inline-block;
  border-radius: 40px;
  position: relative;
  border: none;
  color: #fff;
  text-align: center;
  padding: .8rem 2rem;
  text-decoration: none;
  background: #401845;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9573', endColorstr='#f6626d',GradientType=1 );
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .25s ease;
  float: right;
  height: 38px;
  outline: none;
}

.bbutton:hover,  .bbutton:active,  .bbutton:focus {
  background-size: 120% 150%;
  color: #fff;
  background: #6d2c77;
}
#bsum {
  float: right;
  margin: 7px 20px;	
  font: normal 18px 'Comfortaa';
  line-height: 30px;
}
.popup {
  border: 1px solid #401845;
  background: #fff;
  left: 50%;
  margin-left: -165px;
  padding: 24px;
  position: fixed;
  top: 150px;
  max-width: 320px;
  border-radius: 6px;
  width: 100%;
  z-index: 999999;
  display: none;
  -webkit-box-shadow: 0px 0px 5000px 5000px rgba(255,255,255,0.8);
  -moz-box-shadow: 0px 0px 5000px 5000px rgba(255,255,255,0.8);
  box-shadow: 0px 0px 5000px 5000px rgba(255,255,255,0.8);
} 
.popup .close_cart_form {
  position: absolute;
  right: 5px;
  top: 0;
}
.popup h4	{
  color: #312637;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  font-family: "Comfortaa";
}
.popup form	{
  padding: 0;
}
.popup input {
  padding: .7rem;
  margin-bottom: 1rem;
  border: none;
  border-bottom: 1px solid #888;
  width: 100%;
  outline: none;
  font-size: 14px;
  font-family: "Comfortaa";
  margin-bottom: 10px;
}

.popup input:focus {
  outline: none;
  border-bottom: 1px solid #401845;
  box-shadow: 0 1px 0 0 #401845;
}

.popup input::placeholder {
  color: #000;
}

.popup button {
  display: block;
  margin: 10px auto 0;
  border-radius: 40px;
  position: relative;
  border: none;
  color: #fff;
  text-align: center;
  padding: .8rem 2rem;
  text-decoration: none;
  background: #401845;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9573', endColorstr='#f6626d',GradientType=1 );
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .25s ease;
}

.popup button:hover, .popup button:focus, .popup button:active {
  background-size: 120% 150%;
  color: #fff;
  background: #6d2c77;
}

#formToSend p {
  color: #312637;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  font-family: "Comfortaa";
}

#sizes {
  color: #111;
  width: 100%;
  border: 1px solid #c00909;
  padding: 8px;
  height: 40px;
  outline: none;
  cursor: pointer;
}


.popup .alignCenter	{
  margin-top: 30px;
}

.basket_num
{
  padding: 4px;
  color: #000;
  font-size: 14px !important;
}
.basket_num_buttons {
  width: 20px; 
  height: 20px;
  margin: 0 5px;
  display: inline-block;	
  color: #FFF;
  line-height: 20px;
  background: #401845;
  border-radius: 50em;
  text-align: center;
  cursor: pointer;	
}


@media (max-width: 1170px) {
  .bcontainer {
    top: 10% !important;
    max-width: 350px;
    padding: 5px;
    height: 310px;
  }

  #bcaption {
    display: none;
  }

  #btable .bitem td {
    border: none;
  }

  #btable .bitem td:nth-child(1) {
    width: 340px;
    display: block;
  }

  #btable .bitem td:nth-child(2),
  #btable .bitem td:nth-child(3),
  #btable .bitem td:nth-child(4) {
    display: inline-block;
    width: 113px;
    font-size: 16px;
    font-family: "Comfortaa";
    padding: 0 5px;
  }

  #btable .bitem td:nth-child(5) {
    display: block;
    width: 340px;
  }

  #btable .bitem td:nth-child(5) a {
    width: 20px;
    height: 20px;
    background: #401845;
    display: block;
    margin: auto;
    border-radius: 50em;
    position: relative;
  }

  #btable .bitem td:nth-child(5) a:after {
    content: '';
    width: 12px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 9px;
    left: 4px;
    transform: rotate(45deg);
  }

  #btable .bitem td:nth-child(5) a:before {
    content: '';
    width: 12px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 9px;
    left: 4px;
    transform: rotate(-45deg);
  }

  .bitem td a img {
    display: none;
  }

  #btable .bitem td p {
    font-size: 16px !important;
  }

  #overflw {
    margin-right: 0;
    width: 100%;
    overflow-x: hidden;
    height: 195px;
  }

  .bitem td {
   padding: 3px;
 }

 .basket_num_buttons {
   width: 20px;
   height: 20px;
   line-height: 18px !important;
   margin: 0 4px;
   display: inline-block;
   color: #FFF;
   background: #401845;
   text-align: center;
   cursor: pointer;
 }


 .bitem {
  border-bottom: 1px solid #401845;
}

.bitem td p {
 margin: 5px 0;
}

.price {
  padding: 8px 0 8px 0px;
}

.bbutton {
 float: none;
 display: block;
 margin: auto;
 font-size: 17px;
 line-height: 17px;
}

#bsum {
 float: none;
 display: block;
 text-align: center;
 font-size: 15px;
 font-weight: bold;
 margin-top: 5px;
}

.min_pad button {
 width: 90%;
}

.popup {
 	top: 30%;
 	left: 51%;
}

.modal_container .content_left {
 float: none;
 max-width: 100%;
 margin-bottom: 15px;
}

.content_right {
 float: none;
 max-width: 100%;
 width: 100%;
}

#bclose {
  margin-bottom: -10px;
}

.header_tov {
 margin-top: 80px;
}

.table_item>div {
 font-size: 12px;
}

}