@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import 'font.css';



/*font-family: 'Roboto', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'PT Serif', serif;

*/
html {
  background: #434655;
  max-width: 1480px;
  margin: 0 auto;
}



body {
  font-family: "PT Sans",Helvetica,Arial,sans-serif;
    font-size: 16px;
background: transparent;
    color: #212121;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    text-rendering: optimizeLegibility;
    overflow-y: scroll;
    margin: 0 auto;
    min-width: 320px;

}

.card-img {z-index:2;}
        .card-img a,
        .card-img a,
        .product-thumb .card-img a,
        .item .card-img a,
        .product-list .card-img a,
        .product-grid .card-img a
        {display:inline-block;position:relative;z-index:0;overflow:hidden;margin:0 auto;text-align:center;}
        .product-thumb .card-img a:hover {opacity: 1;}
        .image .main{
          transform:rotateY(0deg)
          -o-transform:rotateY(0deg)
          -moz-transform:rotateY(0deg)
          -webkit-transform:rotateY(0deg)
          transition: all ease-in-out .4s;
        }
        .card-img .additional{
          position:absolute;
          top:0;
          left:0;
          opacity:0;
          cursor:pointer;
          transform:rotateY(180deg);
          -o-transform:rotateY(180deg);
          -moz-transform:rotateY(180deg);
          -webkit-transform:rotateY(180deg);
          transition: all ease-in-out .4s;
        }
        .card-img:hover .main{
          transform:rotateY(180deg);
          -o-transform:rotateY(180deg);
          -moz-transform:rotateY(180deg);
          -webkit-transform:rotateY(180deg);
          transition: all ease-in-out .4s;
        }
        .card-img:hover .additional{
          opacity:1;
          background:#fff;
          transform:rotateY(0deg)
          -o-transform:rotateY(0deg)
          -moz-transform:rotateY(0deg)
          -webkit-transform:rotateY(0deg)
          transition: all ease-in-out .4s;
        }
        .product-price .card-img .main{
          transform:none !important;
        }
        .product-price .card-img .additional{
          display:none;
        }

   .btn-light {
      background: #fff ; 
      border-color: #ddd ;
     
   }

      .btn-light:hover {
      color: #333; ;
   }
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 5px;
}

.btn-light:not(:disabled):not(.disabled):act, .btn-light:not(:disabled):not(.disabled).act, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
h1, h2, h3, h4, h5 {
  margin-top: 0;
  font-family: "Roboto",Helvetica,Arial,sans-serif;

}

textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.0);
}

.mb25 {
  margin-bottom: 20px;
}

.wrap {
  background: #fff;
  padding: 25px 0;
 
}

.container-fluid {
  padding: 0 25px;
    position: relative;

}

.content {
  position: relative;
}


.fancybox-container {
    z-index: 990;

}
.fancybox-content {

  max-width: 65%;
  max-height: 550px;
}

.fancybox-content .fnc {
  visibility: hidden;
  display: none;
}
.fancybox-content .input-group-prepend  {
  visibility: hidden;
  display: none;
}

.fancybox-content .input-group-append {
  visibility: hidden;
  display: none;
}
.section-title h4 {
font-weight: 500;
color: #434655;
font-size: 18px;
text-transform: uppercase;
line-height: 1px;


}



.section-title  {
  margin-bottom: 35px;

}
.main-title  {
  margin-bottom: 15px;
}

.main-title h4 {
font-weight: 600;
color: #434655;
font-size:22px;
text-transform: uppercase;
position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-align-items: flex-start;
    align-items: flex-start;

}


.main-title h4::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    margin-left: 4px;
    border-radius: 50%;
    background: #ec4141;
}


.breadcrumb {
margin-top: -25px;
border-radius: 0px;
background: #fafafa;
margin-bottom: 25px;
font-size: 14px; 
}


.breadcrumb-item.active {
  color: #999;
} 

.breadcrumb-item + .breadcrumb-item::before {
  color: #ddd;
  content: ">";
}

.breadcrumb a {
  color: #434655;
}

.custom-select {
  border-color: #ddd;
}
.panel {
  margin-bottom: 20px;
  border-color: #eee;
  border-radius: 0;
  box-shadow: none
}

.panel-group .panel {
  border-radius: 0
}

.panel-body {
  padding: 85px;
}


/*
==============================
кнопки
==============================
*/

.btn:hover  {
 -webkit-box-shadow: 0px 0px 52px -10px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 0px 52px -10px rgba(0,0,0,0.36);
box-shadow: 0px 0px 52px -10px rgba(0,0,0,0.36); 
color: #fff;
opacity: 0.8;
}

.btn-one {
background: -moz-linear-gradient(45deg, rgba(255,194,102,1) 0%, rgba(255,111,90,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,194,102,1)), color-stop(100%, rgba(255,111,90,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(45deg, rgba(255,194,102,1) 0%, rgba(255,111,90,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(45deg, rgba(255,194,102,1) 0%, rgba(255,111,90,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(255,194,102,1) 0%, rgba(255,111,90,1) 100%); /* ie10+ */
background: linear-gradient(45deg, rgba(255,194,102,1) 0%, rgba(255,111,90,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6F5A', endColorstr='#FFC266',GradientType=1 ); /* ie6-9 */
border: none;
color: #fff;
font-size: 14px;
font-weight: 600;


}



.btn-two {
  background-color: rgba(108,170,217,1);
background: -moz-linear-gradient(333deg, rgba(108,170,217,1) 0%, rgba(118,196,232,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(108,170,217,1)), color-stop(100%, rgba(118,196,232,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(333deg, rgba(108,170,217,1) 0%, rgba(118,196,232,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(333deg, rgba(108,170,217,1) 0%, rgba(118,196,232,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(333deg, rgba(108,170,217,1) 0%, rgba(118,196,232,1) 100%); /* ie10+ */
background: linear-gradient(117deg, rgba(108,170,217,1) 0%, rgba(118,196,232,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6CAAD9', endColorstr='#76C4E8',GradientType=1 ); /* ie6-9 */
border: none;
color: #fff;


}


.btn-rose {
  background: -moz-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,136,152,1)), color-stop(100%, rgba(255,190,195,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%);
    background: linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFBEC3', endColorstr='#FF8898',GradientType=1 );
    padding: 3px 25px;
    color: #fff;
}

.alert-success {
  position: absolute;
  top: -70px;
 
  right: 0;
  width: 30%;
margin: 0 auto;
  z-index: 999999;
  padding: 25px;
  font-size: 18px;
   background: -moz-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,136,152,1)), color-stop(100%, rgba(255,190,195,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%);
    background: linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFBEC3', endColorstr='#FF8898',GradientType=1 );
border: none;
color: #fff;
border-radius: 0px;
}
.alert-success a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-container .alert-success {
  width: 30%;
}
/*
==============================
header line и ссылки
==============================
*/

header {
  color: #fff;
}

header  a {
    color: #fff;

}




.h-line {
  padding: 12px 0 ;


}

.logo img {
  width: 290px;
  margin-top: 10px;
}

.h-links {
  margin-top: 10px;
}

.h-links a {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}



header .dropdown-menu a {
  color: #333;
  font-size: 16px;
  text-transform: none;

}

header .dropdown-menu {
  border-radius: 0px;
  border: none;
    -webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.10);
    box-shadow:0 0 20px 0 rgba(0,0,0,.12);
    z-index: 9999;
    margin-top: -1px;
    margin-right: -1px;
}

header .dropdown{

  margin-left: -20px;
  font-weight: 600;
   text-transform: uppercase;

}

header .dropdown-toggle  {
  font-size: 14px; 
  letter-spacing: 1px;
}

header .nav-link:focus  {
background: #fff;
opacity: 1;
box-shadow: none;
color: #333;
  }

header .dropdown-toggle:hover {
    color: #999;
  }

header .spr {
  margin-left: 15px;
  border-left: 1px solid rgba(255,255,255,.30);
  line-height: 20px;
  padding-right: 15px;
}


header .phone {
  text-align: right;
  float: right;
}



header .phone img {
    width: 30px;
    margin-top: -36px;
    margin-right: 150px;
    float: right;
}

header .phone h5{
font-size: 16px;
font-weight: 600;
margin-bottom: -1px;
margin-top: 7px;
}

header .phone a {
  color: fff;
  float: right;
  width: 135px;
}


header .phone a:hover {
    color: #F3A1A9;

}

header h5 a {
  color: fff;
}

header h5 a:hover {
    color: #F3A1A9;

}

/*
==============================
основное меню
==============================
*/


.navbar {
  padding: 0px;
height:51px;
position: relative;
 -webkit-backface-visibility: hidden;

}



.nav-link {
 transition: all 0.4s ease;
 margin-bottom: 0px;
 margin-top:0px;
}
.nav-bg a{

  padding: 0px;
  font-size: 13px;
  
text-transform: uppercase;
font-weight: 600;
border: 0px;
font-family: 'Roboto', sans-serif;



}

.nav-bl {
      border-left: 1px dashed rgba(255,255,255, 0.25);
text-align: center;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}


.nav-bl:hover {
   background:rgba(0,0,0,0.3);
   color: #fff;
}

.nav-bg {
  background-color: rgba(108,170,217,1);
background: -moz-linear-gradient(333deg, rgba(108,170,217,1) 0%, rgba(118,196,232,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(108,170,217,1)), color-stop(100%, rgba(118,196,232,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(333deg, rgba(108,170,217,1) 0%, rgba(118,196,232,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(333deg, rgba(108,170,217,1) 0%, rgba(118,196,232,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(333deg, rgba(108,170,217,1) 0%, rgba(118,196,232,1) 100%); /* ie10+ */
background: linear-gradient(117deg, rgba(108,170,217,1) 0%, rgba(118,196,232,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6CAAD9', endColorstr='#76C4E8',GradientType=1 ); /* ie6-9 */

z-index: 900;
}

.nav-bg  a{
  color: #fff;
}

.nav-bg  .nav-link {
  color: #fff;

}

.link-block {
padding: 16px 22px !important;
position: relative;
}


.link-block img {
    width: 20px;
    margin-right: 0px;
    margin-top: -5px;
}

.link-block span {
  position: absolute;
  top: -15px;
  right: 5px;
  background: -moz-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,136,152,1)), color-stop(100%, rgba(255,190,195,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%); /* ie10+ */
background: linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFBEC3', endColorstr='#FF8898',GradientType=1 ); /* ie6-9 */
padding: 3px 5px;
color: #fff;
border-radius: 2px;
}





.account .dropdown-menu  {
    min-width: 200px;
    border-radius: 0px;
    border: 0px;
      -webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.10);
    box-shadow:0 0 20px 0 rgba(0,0,0,.12);
    z-index: 9999;
    margin-top: -1px;
    margin-right: -1px;
}
.account .dropdown-menu a {
  color: #333;
  text-transform: none;
  font-size: 15px;
  font-weight: 400;


}

.account 
.dropdown-item {
  padding: 5px 25px;
}


#menu {
  width: 23%;
}

.catalog {

  padding: 15px 45px !important;
 min-width: 100%;
 text-align: center;
  position: relative;
  font-weight: 600;   
  font-size: 15px !important;
  text-transform: uppercase;
    color: #fff !important;
/*    background: rgba(0,0,0, 0.2);*/
  -webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
top: 0px;
display: block;
}

.catalog  a {
    color: #fff;

}


.catalog:hover {
    background: -moz-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,136,152,1)), color-stop(100%, rgba(255,190,195,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%); /* ie10+ */
background: linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFBEC3', endColorstr='#FF8898',GradientType=1 ); /* ie6-9 */
  -webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
border: 0px;
margin-top: 0px;
}

.catalog i{
line-height: 1;
  font-size: 20px;
  color: #fff;
}


.catalog span{
  position: absolute;
  left: 10px;
  top: 9px;
  background: -moz-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,136,152,1)), color-stop(100%, rgba(255,190,195,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%); /* ie10+ */
background: linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFBEC3', endColorstr='#FF8898',GradientType=1 ); /* ie6-9 */
padding: 5px 7px 3px;
color: #fff;
border-radius: 2px;
font-size: 12px;
opacity: 0.9;
}

.cat-ic-r {
    position: absolute;
  right: 20px;
  top: 14px;
  opacity: 0.5;
}




#cart  {
position: relative;
right: -1px;
width: 100%;
      border-left: 1px dashed rgba(255,255,255, 0.25);
text-align: center;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
min-width: 190px;
}
#cart button:hover, #cart button:focus, #cart button:active {
   background:rgba(0,0,0,0.3);
   color: #fff;
   cursor: pointer;
}



#cart button {
  background: transparent;
  box-shadow: none;
  border: 0px;
    font-size: 13px;
  
text-transform: uppercase;
font-weight: 600;
}

#cart button:active {
  outline: none;
}

#cart button:focus {
  outline: none;
}


.cart-drop {
  min-width: 550px;
  font-size: 15px !important;
  text-transform: none;
  border-radius: 0px;
  border: 0px;
  padding: 15px;
   -webkit-box-shadow: 0px 0px 100px -25px rgba(0,0,0,0.65);
-moz-box-shadow: 0px 0px 100px -25px rgba(0,0,0,0.65);
box-shadow: 0px 0px 100px -25px rgba(0,0,0,0.65);
margin-top: 0;
font-weight: 400;
}

.cart-drop .btn {
  padding: 7px 15px;
}

.cart-drop .table  a {
color:  #212121;
}

.cart-drop li i {
  background: -moz-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,136,152,1)), color-stop(100%, rgba(255,190,195,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%);
    background: linear-gradient(45deg, rgba(255,136,152,1) 0%, rgba(255,190,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFBEC3', endColorstr='#FF8898',GradientType=1 );
    padding: 5px;
    border-radius: 4px;
}



.srch {
  min-width: 100%;
}

.nav-search {
  transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out, border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
    border-left: 1px dashed rgba(255,255,255, 0.25);
color: #fff;
margin-right: 0px !important;
box-sizing: content-box;
min-width: 330px

}

#search {
  width: 100% !important;
}


#search:hover {
      background:rgba(0,0,0,0.3);
      


}
.nav-search .form-control {
  background: transparent;
  border-radius: 0px;
border: 0;
border-left: 0;
border-right: 0;
padding-left: 10px ;
padding: 3px 12px;

height: 50px;
outline: none;
color: #fff;
margin-top: 0px;
 outline: none !important;
}


.nav-search .form-control input:active  {
  outline: none !important;

}


.nav-search .form-control input:focus  {
  outline: none !important;

}

.nav-search .form-control::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
text-transform: uppercase;
font-weight: 600;
  font-size: 13px;
}

.nav-search .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
text-transform: uppercase;
font-weight: 600;
  font-size: 13px;

}

.nav-search .form-control:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
text-transform: uppercase;
font-weight: 600;
  font-size: 13px;

}

.nav-search .form-control::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
text-transform: uppercase;
font-weight: 600;
  font-size: 13px;

}

.btn-search {
  background: transparent;
  padding: 1px 15px;

}

.btn-search img {
  width: 15px;
  padding-top: 0;
  margin-top: -4px;
}





.affix {
 
position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 900;
  transition: width 0.2s;
max-width: 1480px;

}


.affix .link-block span {
  position: absolute;
  top: 35px;
  right: 5px;
 
z-index: 990;
}


.modal {
  z-index: 9999;

}
.modal-content {
  border: 0px;
   -webkit-box-shadow:0 0 120px 0 rgba(0,0,0,.42);
    box-shadow:0 0 120px 0 rgba(0,0,0,.42);
}


.fast-call {
  position: relative;
  text-align: center;

  background: #F2F4F8;
}
.fast-call a {
  color: #fff !important;
}

.fast-call .close {
    color: #888;
    opacity: 1;

    padding: 10px 15px;
    border-radius: 4px;
    position: absolute;
    top: 0px;
    right: 0px;
 
    z-index: 9999;
}

.fast-call .modal-content {
  padding: 55px;
  
    background: #F2F4F8;
}


.table > tbody > tr > td {
     vertical-align: middle;
}



/*
==============================
карускель баннеров на главной
==============================
*/

.carousel-item {
  overflow: hidden;
}

.carousel-item  img {
  width: 100%;
}

/*
==============================
Блок иконок
==============================
*/
.icon-block {
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid #ededed;
  padding: 25px 15px;
}

.icon-block img {
  height: 40px;
  float: left;
  margin-right: 10px;

}


.icon-block h5 {
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.icon-block span {
  font-size: 15px;
  color: #777;
}

/*
==============================
Блок категорий с картнкой
==============================
*/
.cat-block {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
-webkit-box-shadow: 0px 0px 100px -25px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 100px -25px rgba(0,0,0,0.25);
box-shadow: 0px 0px 100px -25px rgba(0,0,0,0.25);
border-radius: 5px;

}



.cat-block>a:before {
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0);
  transition: transform 0.5s ease 0s;
  width: 100%;
  z-index: 3;

}

.cat-block img {
  width: 100%;
  transition: transform 1s ease 0s;
  border-radius: 2px 2px 0 0;
}

.cat-block:hover a>img {
  transform: scale(1.1);
}

.cat-block:hover a:before {
  transform: scale(1.1);

}

.cat-cap {
  position: absolute;
  padding: 10px 15px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.43);
  margin: 0 auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;

}

.cat-block:hover .cat-cap {
  background: rgba(67, 70, 85, 0.93);

  color: #fff;

  
}

.cat-cap h2 {
    font-family: "PT Sans",Helvetica,Arial,sans-serif;

  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 1px;
}


/*
==============================
Табы на главной
==============================
*/

.nav-div {
  position: relative;
}


.tabs-title {
  position: absolute;
  right: 0px;
  top: 0px ; 
  padding: 5px 15px 15px 0px;
}




.main-tab  {
  margin-bottom: 25px;
  border-bottom: 1px solid #f6f6f6;
    font-family: "Roboto",Helvetica,Arial,sans-serif;

}
.main-tab .nav-link {

  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0pc;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 25px;
  padding: 7px 0px;
  border-bottom: 0;
  color:#434655;
  font-size: 14px;
         transition: all 0.3s ease;
border-bottom: 2px solid #fff;
margin-bottom: 1px;

}

.main-tab .nav-link:hover {
color: #434655;

}

.main-tab .nav-link.active, .main-tab .nav-item.show .nav-link  {
background: transparent;
  padding: 7px 0px;
color: #FF8D5F;
border-radius: 0px;
border-bottom: 2px solid #FF8D5F;
}


/*
==============================
Вывод товара на страницах
==============================
*/

.card {
  border-radius: 0;
    border: none;
/*    box-shadow: 0 0 0 1px #f2f2f2 inset;
*/    margin: 0 -1px 0 0;
    border: 1px solid #f2f2f2;
    border-bottom: none;

}
.card-img {
    
    border-radius: 0px !important;
}


.tov-card {
   -webkit-transition: -webkit-box-shadow .4s linear;
    transition: -webkit-box-shadow .4s linear;
    transition: box-shadow .4s linear;
    transition: box-shadow .4s linear,-webkit-box-shadow .4s linear;
    position: relative;
    z-index: 55;

}

.tov-card:hover {
    color: #000;

    cursor: pointer;
    position: relative;
    background:hsla(0,0%,100%,.92);
  -webkit-box-shadow: 0px 0px 100px -25px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 100px -25px rgba(0,0,0,0.25);
box-shadow: 0px 0px 100px -25px rgba(0,0,0,0.25);
    z-index: 865;
}

.tov-card span {

   position: absolute;
  left: 10px;
  top: 9px;
  background:#48BEFA;
padding: 5px 7px 3px;
color: #fff;
border-radius: 3px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
opacity: 0.9;
z-index: 9999;
}

.tov-card span img {
  width: 13px;
  margin-top: -5px;
}


.tov-card img {
  border-radius: 0px;
}
.c-w {
  width: 20%;
      

}
.c-w25 {
  width: 25%;
 
}




.card h5 a {
     font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 14px;
  color: #333;

}





.card .rate {
  color: #FFC107;
  margin: 5px 0;
  font-size: 14px;
}

.card .fa-stack-2x  {
  font-size: 14px;
  width: 1em;
}

.card .fa-stack {
   font-size: 14px;
  width: 1em;
}

.card-text {
  font-size: 14px;
  color: #777;
}

.card-body {
  padding: 25px 35px;
}
.tov-card .card-footer {
    background: #fff;
    border-top: 1px solid #f2f2f2;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    }

.tov-card .price {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
  font-family: 'Roboto', sans-serif;
  color: #434655;
}


.tov-card .price .old {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  margin-left: 7px;
  color: #FF3151;
  text-decoration: line-through;
  position: absolute;
  top: 0px;
  left: 4px;
}



.card-img {
  position: relative;
  overflow: hidden;
}
.card-icn button {
  background: transparent;
  border: 0px;
  position: absolute;
}
.card-icn {
  font-size: 18px;
    background: rgba(255,255,255, 0.5);
    padding: 7px 13px;
    border-radius: 50%;
    margin-bottom: 35px;
      position: absolute;
      color: #555;
 transition: all 0.3s ease;
 border: 0px;
 cursor: pointer;
 z-index: 990;

}
.card-icn:focus {outline: none; opacity: 0.4}
.card-icn:hover {outline: none; opacity: 0.4}
 .card-quick {
  right: -60px;
   
     top: 10px;


}

.tov-card:hover .card-quick {
  right: 20px;
           transition: all 0.6s ease;

}


 .card-like {
  right: -180px;
 top: 60px;


}

.tov-card:hover .card-like {
  right: 20px;
             transition: all 0.8s ease;

}


 .card-comp {
  right: -240px;
   
     top: 110px;


}

.tov-card:hover .card-comp {
  right: 20px;
  transition: all 1.3s ease;

}




.tov-card .card-footer {
padding: 7px 10px;
     border-color: rgba(0, 0, 0, 0.04);

}


/*
==============================
Вкладки
==============================
*/

.tab-pane {
  margin-bottom: 25px;
}






/*
==============================
баннеры на главной
==============================
*/



.banner img{
  width: 100%;
  margin-bottom: 17px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;

}

.banner img:hover {
   -webkit-box-shadow:0 0 40px 0 rgba(0,0,0,.20);
    box-shadow:0 0 40px 0 rgba(0,0,0,.20);
    opacity: 0.8;
  
}

.brands {
  margin-top: 25px;
}

/*
==============================
топ товары
==============================
*/

.top-prod {
  position: relative;
border: 1px solid #f8f8f8;
padding: 15px;
border-radius: 4px;
margin-bottom: 25px;
-webkit-transition: -webkit-box-shadow .2s linear;
    transition: -webkit-box-shadow .2s linear;
    transition: box-shadow .2s linear;
    transition: box-shadow .2s linear,-webkit-box-shadow .4s linear;
    z-index: 55;
}




.top-prod:hover {
    cursor: pointer;
    position: relative;
  -webkit-box-shadow: 0px 0px 100px -25px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 100px -25px rgba(0,0,0,0.15);
box-shadow: 0px 0px 100px -25px rgba(0,0,0,0.15);
    z-index: 55;

}


.top-prod .rate {
  color: #FFC107;
  margin: 5px 0;
  font-size: 14px;
}

.top-prod .fa-stack-2x  {
  font-size: 14px;
  width: 1em;
}

.top-prod .fa-stack {
   font-size: 14px;
  width: 1em;
}







.top-prod h2 {
  font-size: 14px;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 7px;
}

.top-prod h2 a{
  color: #333;
}


.top-prod .price {
  font-size: 14px;
  font-weight: 600;
  margin-top: 7px;
  font-family: 'Roboto', sans-serif;
  color: #434655;
}


.top-prod .price .old {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    margin-left: 7px;
    color: #FF3151;
    text-decoration: line-through;
    position: absolute;
    bottom: 30px;
    right: 4px;
}

.top-text {
    font-size: 15px;
  color: #555;
  padding-bottom: 15px;
} 

.top-footer {
  position: absolute;
  bottom: 0px;
  left: 15px;
  right: 15px;
}


.review-meta {
  font-size: 14px;
  color: #777;
  margin-top: 25px;
   position: absolute;
  bottom: 0px;
  font-style: italic;

}


#feat .item {
  margin: 10px;
}

#viewed .item {
  margin: 10px;
}


#late .item {
  margin: 10px;
}

.owl-controls .owl-buttons div {
  position: absolute;
  width: 30px;
  height: 30px;

background: -moz-linear-gradient(45deg, rgba(255,194,102,1) 0%, rgba(255,111,90,1) 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(255,194,102,1)), color-stop(100%, rgba(255,111,90,1))); /* safari4+,chrome */
background: -webkit-linear-gradient(45deg, rgba(255,194,102,1) 0%, rgba(255,111,90,1) 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(45deg, rgba(255,194,102,1) 0%, rgba(255,111,90,1) 100%); /* opera 11.10+ */
background: -ms-linear-gradient(45deg, rgba(255,194,102,1) 0%, rgba(255,111,90,1) 100%); /* ie10+ */
background: linear-gradient(45deg, rgba(255,194,102,1) 0%, rgba(255,111,90,1) 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF6F5A', endColorstr='#FFC266',GradientType=1 ); /* ie6-9 */
border: none;
  text-align: center;
  color: #fff;
  text-shadow: none;
  padding-top: 4px;

opacity: 1;
}

.owl-controls .owl-buttons .owl-prev {
  left: 10px;
  top: 39%
}

.owl-controls .owl-buttons .owl-next {
  right: 10px;
  top: 39%
}



/*
==============================
Отзывы на страницах
==============================
*/





/*
==============================
новости
==============================
*/


.news-card {
  border: 1px solid #f9f9f9;
margin-bottom: 25px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 100px -45px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 100px -45px rgba(0,0,0,0.15);
box-shadow: 0px 0px 100px -45px rgba(0,0,0,0.15);
       -webkit-transition: -webkit-box-shadow .3s linear;
    transition: -webkit-box-shadow .3s linear;
    transition: box-shadow .3s linear;
    transition: box-shadow .3s linear,-webkit-box-shadow .3s linear;
}

.news-card:hover {
  border: 1px solid #f9f9f9;
-webkit-box-shadow: 0px 0px 100px -45px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 100px -45px rgba(0,0,0,0.45);
box-shadow: 0px 0px 100px -45px rgba(0,0,0,0.45);
cursor: pointer;
}

.news-card .card-title  {
  font-size: 16px;
  text-transform: uppercase;
}


/*
==============================
основной контент на внтуренних
==============================
*/
.main-content .main-title {
  margin-bottom: 8px;
}
.main-content .main-title h4 {
font-size:19px;
}


.category-sub {
  margin-bottom: 0px;
}


.category-sub a {
  color: #333;
  background: #fff;
 padding: 5px 10px 7px 10px;
  border-radius: 4px;
   -webkit-transition: -webkit-box-shadow .3s linear;
    transition: -webkit-box-shadow .3s linear;
    transition: box-shadow .3s linear;
    transition: box-shadow .3s linear,-webkit-box-shadow .3s linear;
    border: 1px solid #f3f3f3;

}

.category-sub a:hover {
-webkit-box-shadow: 0px 0px 50px -5px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 50px -5px rgba(0,0,0,0.1);
box-shadow: 0px 0px 50px -5px rgba(0,0,0,0.1);
border: 1px solid #f2f2f2;
text-decoration: none;
color: #777;
}

.cat-opt {
  margin-bottom: 35px;
  padding: 10px 15px;
  background: #f9f9f9;
  border-radius: 4px;
  border-bottom: 1px solid #ededed;
}

.page {
  margin-top: 35px;
  color: #777;
}

.page a {
  color: #777;
}
.page-item {
  border-radius: 2px;
}
.page-link {
    border-color: #f2f2f2;

}
.page-item.active .page-link {
    z-index: 1;
    color: #333;
    background-color: #f9f9f9;
    border-color: #f2f2f2;
}

.bottom-nav p {
  padding-top: 10px;
}

.page-text {
  font-size: 14px;
  color: #777;
}

.about-cat {
  padding: 25px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
    color: #555;
    margin-bottom: 25px;
    margin-top: 25px;

}

/*
==============================
сайдбар
==============================
*/


.sidebar {

}

.sidebar .banner {
  display: block;
  margin-bottom: 35px;
}

.sidebar .main-title  {
  margin-bottom: 5px;

}

.sidebar .main-title h4 {
font-size:18px;
}


.sidebar .main-title h4::after {
    
    width: 10px;
    height: 10px;
   
}

.side-menu {
  margin-bottom: 35px;
}


.sidebar  .top-footer {
position: static; 
}

.filters {
  margin-bottom: 25px;
  padding: 15px;
  border: 1px solid #f9f9f9;
}

.filters .custom-checkbox {
  margin-bottom: 7px;
}


/*
==============================
страница товара
==============================
*/
.full-tov {
  margin-bottom: 25px;
  color: #434655;

}

.full-tov .btn-one {
  font-size: 16px;
  font-weight: 500;
}

.full-tov .main-title {
  margin-bottom:15px;
 margin-top: 25px;
}
.full-tov .nav-div {
  margin-top: 25px;
}
.full-tov h1 {
  font-size: 22px;
line-height: 27px;
font-weight: 600;
color: #434655;
}

.full-tov h4 {
  font-size: 15px;
  color: #434655;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
}


.full-tov  .rate {
  color: #FFC107;
  margin: 5px 0;
}
.full-tov  .rate a {
  color: #888;
  margin-left: 15px;
  font-size: 15px;
}
.full-tov  .rate .fa-stack  {
  width: 1em;
}
.full-tov .min-info {
 margin-top: 15px;
 border-top: 1px dashed #ededed;
 padding-top: 15px;
 font-size: 16px;
 border-bottom:  1px dashed #ededed;
 margin-bottom: 15px;

}

.full-tov .price {
  font-size: 22px;
  font-weight: 600;
  margin-top: 2px;
  font-family: 'Roboto', sans-serif;
  color: #434655;
  margin-bottom: 25px;
}


.full-tov .price .old {
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  margin-left: 7px;
  color: #FF92A0;
  text-decoration: line-through;
}

.full-tov .price p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px;
}

.full-tov .price .discount {
  margin-top: 15px;
 border-top: 1px dashed #ededed;
 padding-top: 15px;
 border-bottom:  1px dashed #ededed;
 margin-bottom: 15px;
 padding-bottom: 15px;

}

 .by-block {
  background: #F2F4F8;
  padding: 15px;
  border-radius: 4px;
}


 .by-block .form-group {
    margin-bottom: 5px !important;
}
.full-tov .by-block label {
  font-size: 15px;
}


.overview {
  padding-bottom: 15px;
  margin-bottom: 15px;
   border-bottom:  1px dashed #ededed;
color: #434655;
}

.overview p {
  font-size: 15px;
}






.by-block .spin .form-control {
  text-align: center;
border-color: #ededed;


}
.by-block .spin .btn-outline-light {
  color: #777;
background: #fff;
font-size: 12px;

}

.by-block .spin .b-l {
  border-left: 1px solid #ededed;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-right: 1px dotted #f1f1f1;
}

.by-block .spin .b-r {
  border-right: 1px solid #ededed;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-left:  1px dotted #f1f1f1;
}

.by-block .serv-link  {
  padding: 10px 0 0px;
  border-top: 1px dashed #ddd;
  text-align: center;
}

.by-block .serv-link a {
color: #434655;
margin-right: 20px;
font-size: 14px;
}


.by-block .serv-link i {
  color:#FF7F5C;
  font-size: 15px;

}


/*
==============================
текстовые страницы
==============================
*/


.text-page {
  padding: 45px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}





/*
==============================
newsletter
==============================
*/


.newsletter {
    padding: 15px 25px;
  background-color: #3B3E4A;
color: rgba(255,255,255, 0.7);
margin-bottom: -30px;
margin-top: 30px;
}


.newsletter  .form-control::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 14px;
}

.newsletter  i {
float: left;
font-size: 25px;
margin-right: 25px;
margin-top: 3px;
color: rgba(255,255,255, 0.7);
}

.newsletter .m-title {
  margin-bottom: 0;
  margin-right: 25px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 23px;
  border-right: 1px dashed rgba(255,255,255, 0.3);

  padding-right: 25px;
    font-family: "Roboto",Helvetica,Arial,sans-serif;

}


.newsletter .m-text {
color: rgba(255,255,255, 0.7);
  margin-top: -10px;
  font-size: 16px;
  line-height: 1px;

}
.newsletter-form  {
  margin-bottom: 0;
}

.newsletter-form .form-control{
  border: none;
  padding: 5px 25px;
  border-radius: 22px 0 0 22px !important;
  background: rgba(255,255,255, 0.3);
  color: #fff;
  height: 45px;
}

.newsletter-form .btn-rose {
  border-radius: 4px 22px 22px 4px;
}



/*
==============================
footer
==============================
*/

footer {
  color: #fff;
  padding: 35px 0;
}
footer a {
  color: #ddd;
  font-size: 14px;
}

footer .logo {
    text-align: center;
width: 300px;
margin-top: 35px;
}

footer .log-link a{
font-size: 14px;
color: #ddd;
}

footer a:hover {

  color: #F3A1A9;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination {
  margin-top: 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.pagination>li>a,
.pagination>li>span {
  padding: 6px 12px;
  margin-right: 5px;
  color: #424352;
  background-color: #ffffff;
  border: 1px solid #424352;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #fff;
  background-color: #424352;
  border-color: #424352;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: #424352;
  border-color: #424352;
}
