@font-face
{
    font-family: DidactGothic;
    src: url(./fonts/DidactGothic.ttf);
}

@font-face
{
    font-family: Arial-BoldMT;
    src: url(./fonts/Arial-Bold.ttf);
}

@font-face
{
    font-family: Arial-MT;
    src: url(./fonts/Arial.ttf);
}

@font-face
{
    font-family: OpenSans;
    src: url(./fonts/OpenSans-Regular.ttf);
}
body{
  background: #ffffff url(/images/pattern.png) repeat;
  color:#000;
  font-family: DidactGothic; 
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
}
body.photo{
  overflow: hidden;
}
::selection {
  background: #f981b8;
  color: white; }
*{
  outline:none;
}
:-webkit-any(article,aside,nav,section) h1 {
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
}

nav.navbar{
	background-color: #f981b8;
}
.adress_head{
  white-space: nowrap;
}
.above-nav {
  padding-bottom: 20px;
  background: #ffffff url(../images/bg_pic3.jpg) no-repeat;
  font-size: 20px;
}
.seo_block{
  padding-bottom: 20px;
  background-color: #f981b8;
  margin-top: 10px;  
  padding-top: 20px;
  font-size: 16px;
  position: relative;  
}

.footer {
  background-color: #f981b8;  
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer .copy{
  height: 100%;
  padding-top: 5px;
  vertical-align: middle;
} 
.above-nav img{
  display: inline-block;
  margin-top: 20px;
}
.above-nav p {
  color: #fff;
  line-height: 100px;
  font-size: 20px;
  padding: 0;
}
.above-nav a{
  color:#000;
}
.above-nav span{
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  padding-top: 20px;
}
.affix {
  top: 0px;
  width: 100%;
}
.navbar {
  border-radius: 0;
}
.logo a img{
	/*width: 200px;
	margin-top: 25px;
  margin-left: 30px;*/
}
.navbar-collapse{
  padding-left: 0;
  z-index: 10;
}
ul.nav a{
  color:#fff;
  /*font-family: DidactGothic;*/
  font-family: 'Amatic SC', cursive;
  font-size: 30px;
  font-weight: 700;
  padding: 20px;
  border-bottom: 3px solid transparent;  
}
ul.nav a:hover{
  color:#fff;
  background-color: transparent;
  border-bottom: 3px solid #FFED00;
}
ul.nav a:active,ul.nav a:focus{
  background-color: transparent;
  color:#fff;
  border-bottom: 3px solid transparent;
}
.zind_nav{
  z-index: 999;
}
h2.category_title {

    color: #f981b8;
    display: inline-block;
    /*font-family: DidactGothic;*/
    font-family: 'Amatic SC', cursive;
    font-size: 45px;
    line-height: 35px;
    margin-bottom: 30px;
    margin-top: 50px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: -1;
}

h2.category_title::before {
    border-top: 4px double #f981b8;
    content: "";
    height: 0;
    left: 15%;
    position: absolute;
    top: 50%;
    width: 70%;
    z-index: -2;
}

h2.category_title p {
    background-color: #fff;
    font-weight: 700;
    border-radius: 10px;
    margin: 0 auto;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
}
span.category_descr{
  text-align: left;
  display: block;
  color:#ccc;
}

.product {
    border: 2px solid rgba(255,255,255,.2);
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin: 12px;
    width: 100%;
    vertical-align: top;
    transition: all 0.5s ease 0s;


}
.product:hover{
    border: 2px solid #f981b8;
    transform: scale(1.05, 1.05);
}

.product span.p_link img:hover {
    transform: rotate(360deg);
    transition: 0.8s;
}
/*.product a.p_link {
    display: inline-block!important;
    margin: 20px 0;
    outline: medium none;
    position: relative;
}*/
.product span.p_link {
    display: inline-block!important;
    margin: 20px 0;
    outline: medium none;
    position: relative;
}
/*.product a.p_link img{
  width: 100%;
}*/
.product span.p_link img{
  width: 100%;
}

.product a.p_link .overflow{
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;

  vertical-align: middle;
  background-color: #000;
  opacity: 0;
  z-index: 100;
    -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;

    display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.product a.p_link:hover .overflow{
    opacity: .8;
}
.product a.p_link .overflow img{
  width: 32px;
  height: 32px;
}
.plist div.bproduct:nth-child(2) {
    margin: 0 23px;
}


.product span {
    color: #d6490b;
    font-family: DidactGothic;
    font-size: 18.2px;
    margin: 0 0 0 1px;
}
.product .count {
    bottom: 24px;
    display: inline-block;
    margin: 0 0 0 -54px;
    position: absolute;
    right: 48px;
    width: 50px;
}




.product .prod_el p{
    display: inline-block;
    margin: 28px 0 23px 0;
    font-family: DidactGothic;
    font-size: 20px;
    line-height: 30px;
        position: absolute;
        top:-50px;
}

.product .prod_el .buy {
    display: inline-block;
    margin: 28px 0 23px 0;
    font-family: DidactGothic;
    font-size: 20px;
    line-height: 30px;

    border: 1px solid #FFED00;
    border-radius: 5px;
    color: #FFED00;
    font-size: 17px;
    height: 40px;
    line-height: 38px;
    text-transform: lowercase;
    width: 113px;
    cursor: pointer;
    text-shadow: none;
    box-shadow: none;
    background: transparent;
    margin: 28px auto 23px;
}
.product .prod_el .buy:hover {
    color:#121212;
    background: #FFED00;   
    text-decoration: none;
}
.product .prod_el {
    margin: 0px 0 22px; 
    position: relative;
    margin-top: 40px;
}

.product .prod_el p.weight{
    color: #777;

    left: 21px;
}
.product .descr{
  padding-left: 20px;
  padding-right: 20px;
}
.product .prod_el p.price{

    right: 21px;
    color: #f981b8;
    font-weight: 700;
    font-size: 25px;

}
.product p.p_title {
    color: #000;
    font-size: 27px;
    font-family: 'Amatic SC', cursive;
    font-weight: 700;
    line-height: 22px;
}

.readmore-js-toggle, .readmore-js-section {
    display: block;
    width: 100%;
}
.readmore-js-section {
    overflow: hidden;
}
.read-more{
  position: absolute;
  text-align: right;
  padding-right: 40px;
  bottom: 0px;
  padding-bottom: 20px;
}


.basket{
  position: absolute;
  right: -70px;
  top:20px;
}
.basket img{
  width: 60px;
}
.basket p{
  display: inline-block;
  border-radius: 100px;
  background-color: #B51D2A;
  width: 35px;
  height: 35px;
  text-align: center;
  color:#fff;
  border:3px solid #121212;
  font-weight: bolder;
  padding-top: 5px;
  position: absolute;
  bottom:-25px;
  left: 10px;

}




.up{
  position: fixed;
  right: 50px;
  bottom: 100px;
  display: none;
}
.up:hover{
  cursor: pointer;
}

#bs-example-navbar-collapse-1 a.active   {
    border-bottom: 3px solid transparent;
}
#bs-example-navbar-collapse-1 a.active   {
    border-bottom: 3px solid #fff;
}

.table>tbody>tr:nth-of-type(odd){
  background-color: #222;
}
.table td,.table thead th{
  border-color:rgba(255,255,255,.2) !important;
}
.table thead tr th{
  text-align: center;
}
.table thead tr th:nth-child(1){
  text-align: left;
}
.table tbody{
  border-top: none;
}
.table tbody tr td{
  padding: 10px;
  vertical-align: middle;

}
.table tbody tr td:nth-child(1){
  text-align: left;
}
.table tbody tr td:nth-child(1){
  width: 100px;
}
.table tbody tr td:nth-child(1) div {
  overflow:hidden;
  border-radius: 200px;
  width: 60px;
  height: 60px;  
  margin: 0!important;
}
.table tbody tr td:nth-child(1) img.width {
  width:  100%;
  display: inline-block;
}
.table tbody tr td:nth-child(1) img.height {
  height:  100%;
  display: inline-block;
}
.table tbody tr td:nth-child(2){
  text-align: left;

}



.basket_descr{
  font-size: 20px;
}
.del_bask img{
  width: 24px!important;
}

td b{
  vertical-align: middle;
}
td .plus-but,td .minus-but{
  color:#fff;
  padding: 5px;
  font-size: 25px;
  vertical-align: middle;
}
td .plus-but:hover,td .minus-but:hover,
td .plus-but:focus,td .minus-but:focus,
td .plus-but:active,td .minus-but:active{
  color:#fff;
  text-decoration: none;
}








label, [type="text"],
[type="email"],
textarea, [type="submit"] {
  border-radius: 5px;
}

form {
  border-radius: 5px;

  padding: 2em;
  display: block;
}

[type="submit"] {
  background: transparent;
  display: inline-block;
  width: 300px;
  padding: 10px;
  cursor: pointer;


  text-transform: uppercase;
  color: #FFED00;
  border: 1px solid #FFED00;
  font-size: 90%;
}
[type="submit"]:focus,[type="submit"]:hover,[type="submit"]:active {
  background: #f1157a;
  color: #fff;
}

label, input,
textarea {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
label:hover, input:hover,
textarea:hover {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.form_basket{
  padding-top: 0;
}

legend {
  font-size: 1.5em;
  margin-bottom: 1em;
  color: #fff;
  border-bottom: 0;
}

label {
  position: absolute;
  top: 0;
  left: 0;
    will-change: transform;
  -webkit-transform: translateX(-20%) translateY(50%);
          transform: translateX(-20%) translateY(50%);
  background: rgba(26, 37, 48, 0.5);
  border: 1px solid #B51D2A;
  padding: 0 1em 0.2em;
  display: block;
  cursor: pointer;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/*input,
textarea {
  font-size: 100%;
  max-width: 100%;
  min-width: 100%;


}*/
textarea {
  min-height: 60px;
}
input:focus,
textarea:focus {
  outline: none;
  /*border: 1px solid #B51D2A;
  background: #222222;*/

}
input:focus + label, input.active + label,
textarea:focus + label,
textarea.active + label {
  background: #B51D2A;
  will-change: transform;
  -webkit-transform: translateX(-20%) translateY(-50%);
          transform: translateX(-20%) translateY(-50%);
}

::-webkit-input-placeholder {
  color: rgba(41, 128, 185, 0.3);
}

[type="text"],
[type="email"],
textarea {
  border: none;
  /*background: inherit;*/
  color: #94c0dc;
  border: 1px solid #B51D2A;
  padding: 1em 0.5em 0.5em;
  width: 100%;
  /*-webkit-filter: blur(5px);*/
}
[type="text"]:focus, [type="text"].active,
[type="email"]:focus,
[type="email"].active,
textarea:focus,
textarea.active {
  will-change: blur;
  -webkit-filter: blur(0px);
}

.control {
  margin-bottom: 1.3em;
}


.total{
  text-align: right;
  font-size: 20px;
}
.total b#total{
  font-size: 25px;
  color:#FFED01;
}
.alert-min{
  background-color: #B51D2A;
  color:white;
  font-size: 20px;
  margin-top: 10px;
  padding: 10px;
  padding-left: 20px;
  border-radius: 50px;
}

.fotorama__dot,.fotorama__active .fotorama__dot{
  border-radius: 100px;
  padding: 3px;
}
.fotorama__active .fotorama__dot{
  background-color:#7F7F7F;
}
.fotorama__nav__frame--dot {
  margin-left: 10px;
}
.fotorama{
  margin-top:-16px;
  width: 100%;
  max-height: 600px;
  margin-bottom: 20px;
}
.fotorama .item{
  width: 100%;
}
.fotorama__wrap{
  margin-right: 0;
}
.thank{
  text-align: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}
.flex{
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;



   justify-content: center;
   flex-direction: row;
   align-items: stretch;


}
.product{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-content: stretch;
  flex-wrap: wrap;
  flex-direction: row;
  max-width: 310px;
  justify-content: center;
}

.product div.flex_2{
  width: 100%;
}
.flex_1,.flex_2{
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
}
.flex_2{
    justify-content: flex-end;
}
.icon_social{
  display: inline-block;
  padding-left: 10px;
  filter: grayscale(1) brightness(100);

}
.icon_social:hover{
  filter: none; 
}
.col_buy{
  display: inline-block;
  padding: 20px;
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: lighter;
}
.col_buy b{
  color:#FFED00;
}
.col_buy a:hover,.col_buy a:active,.col_buy a:focus{
  text-decoration: none;
  color:#B51D2A;
}
.col_buy span{
  color:#fff;
  padding-left: 20px;
  border-left: 1px solid #777;
}
.minus_prod,.plus_prod{
  margin: 10px;
  font-size: 35px;
  padding-top: 5px;
  font-weight: lighter;
  color:#FFED00;
}


#map{
  width: 100%;
  height: 400px;
  margin-bottom: 40px;
}

a.header__basket-min {
    position: absolute;
    right: -70px;
    top: 20px;
}
.navbar-nav {
    text-shadow: 1px 1px black;
}
.why {
  text-align: center;
  font-size: 20px;
  min-height: 210px;
}
.p_title {
    padding: 0 10px;
}
.clear {
    height: 40px;
}
.cont{
  display: flex;
  font-size: 20px;
  margin-bottom: 25px;
  color: #000;
}
.cont img{
  padding-right: 20px;
  max-height: 64px;
}
.cont a{
  color: #f981b8;
}
button.product__add-to-cart-button:hover {
    background: #f1157a;
}

.slogan {
    font-size: 25px;
    background: aliceblue;
    padding: 15px;
    border-radius: 50px;
}