/* === Categories, Products, Contacts, News, Reviews, Sitemap === */
.btn{
  /*padding:4px 8px;
  border-radius: 15px;
  */
}

.basis-layer .page-title .title-body h1 button.rounded {
  min-width: 36px;
  border-radius: 5px;
  padding: 2px 0;
  color: rgb(0, 110, 140);
}
.basis-layer .page-title .title-body h1 button.rounded.active,
.basis-layer .page-title .title-body h1 button.rounded:focus {
  border-color: rgb(173, 173, 173);
  color: rgb(150, 150, 150);
}
.basis-layer .page-title .title-body h1 a.rounded {
  min-width: 36px;
  border-radius: 5px;
  padding: 2px 0;
  color: rgb(0, 110, 140);
}
/* ========================== CATEGORIES START ============================================= */
.category-description {
  position: relative;
  float: left;
  width: 100%;
  padding: 10px;
  margin: 0;
  white-space: normal;
  border: 0;
  font-size: 1.0em;
  color: rgb(0,0,0);
}
.category-description h2{
  color: rgb(22, 100, 80);
  float: left;
}

.category-description img {
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.3);
  float: left;
  margin: 10px 4%;
  border: none;
  height: auto;
  filter: url(#sharpen) !important;
}
.category-description p {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
.category-description p.sign {
  float: right;
  font-size: 1.2em;
  font-style: oblique;
  color: rgb(30,40,40);
  border: 2px solid rgb(180,180,180);
  padding: 5px 20px;
  border-radius: 5px;
  box-shadow: none;
  background: rgb(250,255,245);
}
.category-description .product-full-description{
  position: relative;
  float: left;
  width: 100% !important;
  margin: 0;
  padding: 10px 2%;
}
.category-description .product-full-description table{
  display: table !important;
  position: relative !important;
  float: left !important;
  width: 100% !important;
}
.category-description .product-full-description table tr{
  position: relative !important;
  float: none !important;
  width: 100% !important;
  height: auto !important;
}
.category-description .product-full-description table td{
  position: relative !important;
  float: none !important;
  width: auto !important;
  padding: 3px 1% !important;
  height: auto !important;
  border: 1px solid rgb(200,220,220);
  box-sizing: border-box !important;
}
.category-description .product-full-description table colgroup{
  position: relative;
  float: none;
  width: 100%;
  display: none;
}
.category-description .product-full-description table col{
  position: relative;
  float: none;
  display: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
}
.category-description .product-full-description h1,
.category-description .product-full-description h2,
.category-description .product-full-description h3,
.category-description .product-full-description h4,
.category-description .product-full-description h5,
.category-description .product-full-description h6{
  position: relative !important;
  float: left !important;
  width: 100% !important;
  hyphens: auto !important;
}
.category-description .product-full-description p{
  position: relative !important;
  float: left !important;
  max-width: 100% !important;
  hyphens: auto !important;
  width: 100% !important;
  color: rgb(255,255,255);
}
.category-description .product-full-description ol,
.category-description .product-full-description ul{
  position: relative !important;
  float: left !important;
  width: auto !important;
  max-width: 100% !important;
  width: 100% !important;
  hyphens: auto !important; 
  display: block !important;
  margin-top:10px !important;
  margin-bottom: 10px !important;
  margin-left:40px !important;
}
.category-description .product-full-description ol{
  margin-left:0px !important;
}
.category-description .product-full-description ol li,
.category-description .product-full-description ul li{
  position: relative !important;
  float: left !important;
  width: 100% !important;
  max-width: 100%;
  hyphens: auto !important;
  margin: 5px 0 !important;
}
.category-description .product-full-description div{
  position: relative !important;
  float: left !important;
  width: 100% !important;
  hyphens: auto !important; 
}
.category-description .product-full-description a{
  position: relative !important;
  float: left !important;
  width: auto !important;
  hyphens: auto !important;
}
.category-description .product-full-description > p img{
  position: relative !important;
  float: left !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto !important;
}
.category-description .product-full-description > img{
  position: relative !important;
  float: left !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto !important;
}

.category-subcategories{
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  border: 1px solid rgb(190,190,190);
  border-radius: 5px;
  background: rgba(210,235,235,0.1);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch;
  z-index: 110;
}
.category-subcategories .subcat-wrap{
  padding: 5px 0;
  text-align: center;
  display: flex;
  align-items: stretch;
  z-index: 110;
}

.category-subcategories a{
  position: relative;
  float: left;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin: 3px 0;
  padding: 0 10px;
  font-family: 'Arial';
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: normal;
  text-decoration: underline;
  text-transform: capitalize;
  text-align: left;
  color: rgb(0,120,160);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: 120;
}
.category-subcategories a:hover{
  color: rgb(0,190,190);
}
.category-subcategories a img{
  max-width: 100%;
  width: auto;
  height: 100px;
  filter: url(#sharpen) !important;
}
@media only screen and (min-width: 40px) and (max-width: 768px) {
  .category-subcategories{
    padding:0 1%;
  }
  .category-subcategories a{
    font-size: 0.8em;
    white-space: normal;
    hyphens: auto;
  }
}
.cat-head-lev-0{
  display: block;
  position: relative;
  float: left;
  width: 100%;
  margin:0;
  padding: 0;
  box-sizing: border-box;
  background: rgb(240,245,240) !important;
  border:1px solid rgb(230,230,230);
}
.subcat-title{
  background: rgb(250,250,250);
  border: 1px solid rgb(212,212,212);
}
/* ========================== CATEGORIES END =============================================== */

/* ========================== BRAND START =============================================== */
.brand-link,
.brand-link-ivert{
  position: relative;
  float:left;
  width: 100%;
  text-align: left;
  font-style: normal;
  color: rgb(0,120,160);
  text-decoration: none;
  white-space: normal;
}
.brand-link-ivert{
  color: rgb(0,200,200);
}
.brand-link:hover,
.brand-link-ivert{
  color: rgb(0,190,190) !important;
  background: rgb(250,255,249) !important;
  text-decoration: none;
}
.brand-link.blue{
  color: rgb(0,50,100) !important;
  text-shadow: none;
  background: transparent;
  border:1px solid transparent !important;
}
.brand-link.blue:hover{
  color: rgb(0,0,250) !important;
  background: rgb(240,245,240) !important;
  border:1px solid rgb(225,225,225) !important;
}
.brand-link-next,
.brand-link-next-ivert{
  position: relative;
  float:right;
  margin: 10px;
  text-align: right;
  color: rgb(0,120,160) !important;
  font-style: normal;
  text-decoration: none;
}
.brand-link-next:hover,
.brand-link-next-ivert:hover{
  color: rgb(0,190,190) !important;
  text-decoration: none;
}
.brand-link.mark-dot-12 {
  background: url('../images/mark-12-magenta.png') left center no-repeat;
  padding-left:20px;
}
.brand-link.mark-dot-12:hover {
  background: url('../images/mark-12-red.png') left center no-repeat;
  padding-left:20px;
}

.brands-box-sheet{
  position: relative;
  float: left;
  margin: 1%;
  width: 98%;
  padding: 5px;
  background: transparent;
  border-bottom: 2px solid rgb(200,212,214);
}
.brands-wrap{
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}
.brands-wrap .brand-but{
  float: left;
  margin: 10px 1%;
  padding: 0;
  width: 110px;
  height: 110px;
  text-align: center;
  font-size: 0.8em;
  border: 1px solid rgb(230,230,230);
  border-radius: 2px;
  display: flex;
  align-items:center;
}
.brands-wrap .brand-but:hover{
  background: rgb(253,254,255);
}

@media only screen and (min-width: 40px) and (max-width: 768px) {
  .brands-wrap .brand-but{
    box-shadow: none;
  }
  .brands-wrap .brand-but:hover{
    box-shadow: none;
    border: 2px solid rgb(230,120,250);
    border-radius: 4px;
  }
}
.brands-wrap .brand-but a{
  width: 110px;
  height: 110px;
  display: flex;
  justify-content:center;
  align-items: center;
  margin: auto;
  padding: 5px;
  text-decoration: none;
  color: black;
  text-transform: none;
  font-size: 1.2em;
  border:0;
  hyphens: auto !important;
}
.brands-wrap .brand-but a img{
  width:100%;
  height: auto;
}

/* ========================== BRAND END ================================================= */

/* ========================== SEARCH RESULT START ======================================= */
.search-results {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 20px 0;
}
.search-results .left {
  position: relative;
  float: left;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid rgb(150,150,150);
  border-radius: 5px;
  background: rgba(255,255,255,0.5);
}
.search-results .right {
  position: relative;
  float: right;
  margin: 0;
  padding: 5px 10px;
  border: 1px solid rgb(150,150,150);
  border-radius: 5px;
  background: rgba(255,255,255,0.5);
}
/* ========================== SEARCH RESULT END ======================================= */

/* ========================== PRODUCTS START ============================================ */

/* -------------------------- PRODUCTS WRAPPER START ------------------------------------ */
.container-fluid.products-wrapper {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  background: transparent;
  text-align: center;
  border: 0;
}
.container-fluid.products-wrapper .products-list{
  margin: 0;
  padding: 0;
  background: transparent;
  text-align: center;
  border: 0;
}
/* -------------------------- PRODUCTS WRAPPER END -------------------------------------- */

/* -------------------------- PRODUCT ROWS TO LISTING START ----------------------------- */
.container-fluid.products-wrapper .products-list .product-row {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin: 10px 0;
  background: rgb(250,250,250);
  border: 1px solid rgb(220, 220, 220);
  border-radius: 0;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.container-fluid.products-wrapper .products-list .product-row .product-cover{

}

.container-fluid.products-wrapper .products-list .product-row .product-cover a.cover,
.container-fluid.products-wrapper .products-list .product-row .product-cover a.cover-sm,
.container-fluid.products-wrapper .products-list .product-row .product-cover a.cover-sm-md {
  position: relative;
  float: left;
  width: 88%;
  margin: 5px 6% 10px 6%;
  padding: 7px;
  background: rgb(255, 255, 255);
  border: none;
  text-align: center;
  cursor: zoom-in;
  text-decoration: none;
  border: 1px solid rgb(200, 94, 94);
  border-color: rgba(85, 85, 85, 0.5);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
}

.container-fluid.products-wrapper .products-list .product-row .product-cover a.cover img,
.container-fluid.products-wrapper .products-list .product-row .product-cover a.cover-sm img,
.container-fluid.products-wrapper .products-list .product-row .product-cover a.cover-sm-md img{
  width: 100%;
  height: auto;
  filter: url(#sharpen) !important;
}
.container-fluid.products-wrapper .products-list .product-row .product-cover a.cover:hover,
.container-fluid.products-wrapper .products-list .product-row .product-cover a.cover-sm:hover,
.container-fluid.products-wrapper .products-list .product-row .product-cover a.cover-sm-md:hover{
  opacity: 0.8;
}
.container-fluid.products-wrapper .products-list .product-row .product-cover a.cover .discount,
.container-fluid.products-wrapper .products-list .product-row .product-cover a.cover-sm .discount,
.container-fluid.products-wrapper .products-list .product-row .product-cover a.cover-sm-md .discount{
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(255,100,100);
  border: none;
  border-radius: 0 0 5px 0;
  font-family: 'calibri';
  color: rgb(255,255,255);
  width: 50px;
  height: 30px;
  line-height: 30px;
  font-size: 1.3em;
}
.container-fluid.products-wrapper .products-list .product-row .product-cover  a.cover .sticker-wrap,
.container-fluid.products-wrapper .products-list .product-row .product-cover  a.cover-sm  .sticker-wrap,
.container-fluid.products-wrapper .products-list .product-row .product-cover  a.cover-sm-md .sticker-wrap{
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: 2;
  top: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}
.container-fluid.products-wrapper .products-list .product-row .product-cover  a.cover .sticker-wrap .sticker,
.container-fluid.products-wrapper .products-list .product-row .product-cover  a.cover-sm  .sticker-wrap .sticker,
.container-fluid.products-wrapper .products-list .product-row .product-cover  a.cover-sm-md .sticker-wrap .sticker{
  position: relative;
  float: none;
  width: 100px;
  display: inline-block;
  overflow: hidden;
  margin: 0 auto;
  padding: 0px 8px;
  border: 1px solid #8c8c8c;
  background: rgba(255,255,255,.9) !important;
}
.container-fluid.products-wrapper .products-list .product-row .product-cover  a.cover .sticker-wrap .sticker span,
.container-fluid.products-wrapper .products-list .product-row .product-cover  a.cover-sm .sticker-wrap .sticker span,
.container-fluid.products-wrapper .products-list .product-row .product-cover  a.cover-sm-md .sticker-wrap .sticker span{
  padding: 0;
  line-height: normal;
  display: block;
  color: #8c8c8c;
  font-size: 12px;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .container-fluid.products-wrapper .products-list .product-row .product-cover a.cover-sm {
    width: 60%;
    margin: 5px 20% 10px 20%;
  }
  .container-fluid.products-wrapper .products-list .product-row .product-cover a.cover-sm-md {
    width: 60%;
    margin: 5px 20% 10px 20%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .container-fluid.products-wrapper .products-list .product-row .product-cover a.cover-sm-md {
    width: 60%;
    margin: 5px 20% 10px 20%;
  }
}
.container-fluid.products-wrapper .products-list .product-row h2 {
  position: relative;
  float: left;
  width: 100%;
  padding: 0 0 10px 0;
  margin-top: 0;
  vertical-align: top;
  text-align: center;
  color: rgb(66,66,150);
}
.container-fluid.products-wrapper .products-list .product-row h2 a.title {
  position: relative;
  float: left;
  width: 100%;
  text-decoration: none;
  display: block;
  margin: 0;
  font-weight: normal;
  white-space: normal;
  color: rgb(0,0,180);
}
.container-fluid.products-wrapper .products-list .product-row h2 a.title:hover {
  color: rgb(0,0,255);
  text-decoration: underline;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed {
  margin: 0;
  padding: 0;
  text-align: left;
  overflow: hidden;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed h2 {
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 0;
  vertical-align: top;
  text-align: left;
  color: rgb(0, 0, 0);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: normal;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed h2 a.title {
  position: relative;
  float: left;
  width: 100%;
  text-decoration: none;
  display: block;
  margin: 0;
  font-weight: normal;
  white-space: normal;
  color: rgb(0, 60, 80);
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed h2 a.title:hover {
  color: rgb(235,32,75);
}
.remark {
  display: inline-block;
  width: auto;
  font-family: 'Open Sans', serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.0em;
  line-height: 1.3em;
  vertical-align: middle;
  color: rgb(255,255,255);
  margin: 0;
  text-shadow: none;
  padding: 0 5px 2px 5px;
  border-radius: 3px;
  background: rgb(160,160,200);
}
.remark-fix-pos {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  width: auto;
  height: auto;
  font-family: 'Open Sans', serif;
  font-family: 'Arial';
  font-weight: normal;
  font-style: normal;
  font-size: 1.0em;
  color: rgb(255,255,255);
  margin: 0;
  text-shadow: none;
  padding: 5px 15px;
  background: rgb(160,160,200);
  border-radius: 15px 0 0 0;
}
.remark.red,
.remark-fix-pos.red{
  background: rgb(255, 0, 0);
}
.remark.green,
.remark-fix-pos.green{
  background: rgb(0,180,0);
}
.remark.blue,
.remark-fix-pos.blue{
  background: rgb(0, 0, 255);
}
.remark.trans,
.remark-fix-pos.trans{
  background: transparent;
}
.micro{
  padding: 2px 2px 0 4px;
}
.micro a i{
  
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .short-description {
  position: relative;
  float: left;
  width: 100%;
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 1.0em;
  line-height: 1.2em;
  margin: 0;
  padding: 5px 5px 5px 0;
  color: rgb(66,66,66);
  hyphens: auto;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .compare-block{
  position: relative;
  float: left;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 5px 0;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .compare-block .compare {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  border:0; 
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .compare-block .compare input[type="checkbox"]{
  position: relative;
  display:inline-block;
  vertical-align: middle;
  margin:1px 0 0 5px;
}
.check-max {
  transform:scale(1.4);
  opacity:1;
  cursor:pointer;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .compare-block .compare label{
  position: relative;
  font-family: 'Open Sans';
  color:rgb(220,0,0);
  font-weight: normal;
  font-size: 1.0em;
  margin: 0 0 0 10px;
  padding: 0;
  display:inline;
  line-height: 1.8em;
  text-shadow: none;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .compare-block .compare span.price-line.striked {
  position: absolute;
  display: block;
  top: 2px;
  right: 0;  
  width: auto;
  height: 24px;
  margin: 0;
  padding: 0;
  font-family: BlissProRegular;
  text-decoration: none;
  text-align: center;
  background: transparent;
  border: 0;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .compare-block .compare span.price-line.striked:after {
  position: relative;
  display:block;
  content:'';
  width:100%;
  height:2px;
  color: rgb(0,0,0);
  background: rgb(0,0,0);
  margin-top:11px;
  opacity: 1;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .compare-block .compare span.price-line.striked span.value {
  position: relative;
  float: left;
  padding-left: 5px;
  color: rgb(220,0,0);
  font-weight: bold;
  font-size: 1.2em;
  line-height: normal;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .compare-block .compare span.price-line.striked span.currency {
  position: relative;
  float: left;
  padding-right: 2px;
  color: rgb(220,0,0);
  font-weight: normal;
  font-size: 1.2em;
  line-height: normal;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .articul{
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .articul h6{
  font-family: raleway;
  font-weight: 600;
  font-size: 1.2em;
  margin: 0 0 5px 0;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed h6 span.articul-name{
    font-family: 'RobotoCondensedRegular';
    font-size: 0.9em;
    color:rgb(100, 100, 100);
    font-weight: normal;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .articul h6 span.articul-number{
  font-family: BlissProRegular;
  font-weight: 500;
  font-size: 0.95em;
}

.container-fluid.products-wrapper .products-list .product-row .product-detailed .form.actions {
  width: 100% !important;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .label-avail{
  position: absolute;
  top: 0px;
  right: -1px;
  border:1px solid transparent;
  border-radius: 0 5px 0 5px;
  margin: 0;
  padding: 2px 5px;
  background: white;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .label-avail.label-avail-green{
  border: 1px solid rgb(140,180,140);
  border-top: 0;
  color: rgb(0,150,0);
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .prod-var.well-green:hover{
  border-color: rgb(0,0,255);
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4) 
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .label-avail.label-avail-red{
  border: 1px solid rgb(180,140,140);
  border-top: 0;
  color: rgb(220,0,0);
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .form.actions .actions .prices{
  position: relative;
  float: left;
  width: 100%;
  display: block;
  margin: 0
  padding: 0;
  text-align: left;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .form.actions .actions  .prices span.price-line.striked {
  position: relative;
  float: left;
  display: block;
  width: auto;
  height: auto;
  font-family: BlissProRegular;
  border: 0;
  background: transparent;
  margin:0;
  padding: 0;
  text-decoration: none;
  color: red;
  text-align: left;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .form.actions .actions  .prices span.price-line.striked::after {
  border-bottom: 0.125em solid red;
  content: "";
  left: 0;
  margin-top: calc(0.125em / 2 * -1);
  position: absolute;
  right: 0;
  top: 50%;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .form.actions .actions .prices span.price-line.striked .value {
  color: rgb(0,0,0);
  font-weight: normal;
  font-size: 1.4em;
  line-height: normal;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .form.actions .actions .prices span.price-line.striked .currency {
  color: rgb(0,0,0);
    font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.3em;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .form.actions .actions .prices span.price-line {
  position: relative;
  float: left;
  display: block;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
  color: rgb(0, 0, 0);
  background: transparent;
  border: 0;
  text-align: center;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .form.actions .actions .prices span.price-line span.value {
  font-family: BlissProRegular;
  font-weight: bold;
  color: rgb(0,70,70);
  font-size: 1.6em;
  line-height: 1.6em;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .form.actions .actions .prices span.price-line span.currency {
  font-family: BlissProRegular;
  font-weight: bold;
  color: rgb(100,100,100);
  font-size: 1.2em;
  line-height: 1.6em;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .form.actions .actions .stepper{
  margin: 5px 0 5px 30px;
  float: left;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .form.actions .actions .stepper input[type="text"]{
  width: 50px;
  height: 24px;
  float: left;
  line-height: normal;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .form.actions .actions .stepper input.numeric{
    vertical-align: baseline;
padding: 0 0 0 3px;
height: 30px;
border-radius: 4px;
width: 50px;
font-size: 1.2em;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .form.actions .actions button.btn.btn-sm.btn-default {
  margin: 4px 5px;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .form.actions .actions button.rounded {
  min-width: 36px;
  border-radius: 5px;
}
.container-fluid.products-wrapper .products-list .product-row .product-detailed .form.actions .actions .kupivkredit {
  margin-top: 6px;
}

/* -------------------------- PRODUCT ROWS TO LISTING END ------------------------------- */

/* -------------------------- PRODUCT BLOCK TO LISTING START ---------------------------- */
.container-fluid.products-wrapper .products-list.flex {
  position: relative;
  float: left;
  margin: 0;
  text-align: center;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  box-shadow: none;
}
/*
.container-fluid.products-wrapper .products-list.flex .product-block{
  width: 342px;
  margin: 20px 6px; 
  text-align: left;
  border: 1px solid rgb(220,220,220) !important;
  border-radius: 0;
  background: white;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1),
             -2px -2px 4px 0 rgba(0, 0, 0, 0.1);
}
*/
.container-fluid.products-wrapper .products-list.flex .product-block{
  position: relative;
  float: left;
  width: 342px;
  margin: 20px 6px; 
  text-align: left;
  border: 1px solid rgb(220,220,220) !important;
  border-radius: 0;
  background: white;
  
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1),
             -2px -2px 4px 0 rgba(0, 0, 0, 0.1);
}
.container-fluid.products-wrapper .products-list.flex .product-block:hover{
  z-index: 2;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body{
  margin: 0;
  box-shadow: none;
  width: 340px;
  height: 100%;
  padding: 0;
  background: rgb(255,255,255);
  border: 0;
  border-radius: 0;
  display: flex;
  flex-flow: row wrap;
  align-content: space-between;
  align-items: stretch;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .panel.transparent{
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
  box-sizing: border-box;
  box-shadow: none;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .panel.transparent .panel-heading.product-cover {
  position: relative;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  width: 340px;
  height: auto;
  background: rgb(255,255,255);
  border: 0;
  border-radius: 0;
  z-index: 1;
  text-align: center;
  border-bottom: 1px solid rgb(240,240,240);
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .panel.transparent .panel-heading.product-cover:hover {
  opacity: 0.8;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .panel.transparent .panel-heading.product-cover a.cover{
  position: relative;
  float: left;
  display: block;
  width: auto;
  text-align: center;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .panel.transparent .panel-heading.product-cover a.cover img{
  position: relative;
  float: left;
  display: block;
  width: 340px;
  height: auto;
  margin: auto;
  filter: url(#sharpen) !important;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .panel.transparent .panel-heading.product-cover .discount {
  position: absolute;
  top: 0;
  left: 0px;
  background: rgb(255,100,100);
  border: none;
  border-radius: 0 0 5px 0;
  font-family: 'calibri';
  color: rgb(255,255,255);
  width: 50px;
  height: 30px;
  line-height: 30px;
  font-size: 1.3em;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .panel.transparent .panel-heading.product-cover a.magnify-fix{
  position: absolute;
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  z-index: 1000;
  bottom: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  text-decoration: none;
  text-align: center;
  color: rgb(255,255,255);
  opacity: 0.6;
  text-shadow: -2px 2px 3px rgba(0,0,0,0.8);
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .panel.transparent .panel-heading.product-cover a.magnify-fix:hover{
  opacity: 1;
  text-shadow: -3px 3px 5px rgba(0,0,0,1);
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .panel.transparent .panel-heading.product-cover a.info-fix{
  position: absolute;
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  z-index: 100000;
  bottom: 5px;
  left: 55px;
  width: 40px;
  height: 40px;
  text-decoration: none;
  text-align: center;
  color: rgb(255,255,255);
  opacity: 0.6;
  text-shadow: -2px 2px 3px rgba(0,0,0,0.8);
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .panel.transparent .panel-heading.product-cover a.info-fix:hover{
  opacity: 1;
  text-shadow: -3px 3px 5px rgba(0,0,0,1);
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .panel.transparent .panel-heading.product-cover a.info-fix:active{
  opacity: 1;
  text-shadow: -3px 3px 5px rgba(0,0,0,1);
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .panel.transparent .panel-heading.product-cover a.info-fix.activ{
  opacity: 1;
  text-shadow: -3px 3px 5px rgba(0,0,0,1);
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .panel.transparent .panel-body.product-header{
  float: left;
  margin: 0;
  padding: 5px 5px 10px 5px;
  width: 100%;
  background: transparent;
  text-align: center;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .panel.transparent .panel-body.product-header h3{
  position: relative;
  float: left;
  display: block;
  margin: 10px 0 5px 0;
  padding:0;
  width: 100%;
  height: auto;
  color: rgb(0, 0, 0);
  font-family: "PTSerifItalic", "Times New Roman", serif;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: normal;
  text-align: center;
  hyphens: auto;
  background: transparent;
}

.container-fluid.products-wrapper .products-list.flex .product-block .product-body .panel.transparent .panel-body.product-header h3 a.title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  hyphens: auto;
  color: rgb(0, 60, 80);
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .panel.transparent .panel-body.product-header h3 a.title:hover{
  color: rgb(235,32,75);
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed{
  width: 100%;
  border: 0;
  box-shadow: none;
  margin:0;
  background: rgb(250, 250, 250);
  border-top: 1px dotted rgb(200,200,200);
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-heading.description{
  padding: 10px 5px; 
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-heading.description  a.descr-link{
  text-decoration: none;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-collapse{
  padding: 0;
  border: 0;
  background: #ffffff; 
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-collapse ul.list-group{
  margin: 0;
  padding: 0 3px 0 10px;
  border: 0;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-collapse ul.list-group li.list-group-item{
  margin: 0;
  padding: 8px 4px;
  border: 0;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-collapse .panel-footer{
  padding: 5px;
  border: 1px solid rgb(220, 220, 220) !important; 
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body{
  padding: 0 5px 5px 10px;
  text-align: left;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .compare-block{
  position: relative;
  float: left;
  display: block;
  width: 100%;
  padding: 3px 5px;
  margin: 0;
}
.check-max {
  transform:scale(1.4);
  opacity:1;
  cursor:pointer;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .compare-block .compare {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  border:0; 
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .compare-block .compare input[type="checkbox"]{
  position: relative;
  display:inline-block;
  vertical-align: middle;
  margin:1px 0 0 0; 
}
.check-max {
  transform: scale(1.4);
  opacity: 1;
  cursor: pointer;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .compare-block .compare label{
  position: relative;
  font-family: 'Open Sans';
  color:rgb(220,0,0);
  font-weight: normal;
  font-size: 1.0em;
  margin: 0 0 0 10px;
  padding: 0;
  display:inline;
  line-height: 1.8em;
  text-shadow: none;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .compare-block .compare span.price-line.striked {
  position: absolute;
  display: block;
  top: 2px;
  right: 0;  
  width: auto;
  height: 24px;
  margin: 0;
  padding: 0;
  font-family: BlissProRegular;
  text-decoration: none;
  text-align: center;
  background: transparent;
  border: 0;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .compare-block .compare span.price-line.striked:after {
  position: relative;
  display:block;
  content:'';
  width:100%;
  height:2px;
  color: rgb(0,0,0);
  background: rgb(0,0,0);
  margin-top:11px;
  opacity: 1;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .compare-block .compare span.price-line.striked span.value {
  position: relative;
  float: left;
  padding-left: 5px;
  color: rgb(220,0,0);
  font-weight: bold;
  font-size: 1.2em;
  line-height: normal;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .compare-block .compare span.price-line.striked span.currency {
  position: relative;
  float: left;
  padding-right: 2px;
  color: rgb(220,0,0);
  font-weight: normal;
  font-size: 1.2em;
  line-height: normal;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .articul{
  position: relative;
  float: left;
  width: 100%;
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .articul h6{
  font-weight: normal;
  font-size: 1.2em;
  margin: 0 0 5px 0;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .articul h6 span.articul-name{
  font-family: 'RobotoCondensedRegular';
    font-size: 0.9em;
    color:rgb(100, 100, 100);
    font-weight: normal;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .articul h6 span.articul-number{
  font-family: BlissProRegular;
  font-weight: 500;
  font-size: 0.95em;
}

.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body button.rounded {
  min-width: 36px;
  border-radius: 5px;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body a.rounded {
  min-width: 36px;
  border-radius: 5px;
}

.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .actions-container .actions {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin-top: 5px;
  text-align: center;
  white-space: normal;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .actions-container .actions .prices {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    margin: 0 padding: 0;
    text-align: center;
}

.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .actions-container .actions .prices span.price-line {
  position: relative;
  float: left;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  color: rgb(0, 0, 0);
  background: transparent;
  border: 0;
  text-align: center;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .actions-container .actions .prices span.price-line span.value {
  font-family: BlissProRegular;
  font-weight: bold;
  color: rgb(0,70,70);
  font-size: 1.6em;
  line-height: 1.6em;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .actions-container .actions .prices span.price-line span.currency {
  font-family: BlissProRegular;
  font-weight: bold;
  color: rgb(100,100,100);
  font-size: 1.2em;
  line-height: 1.6em;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .actions-container .actions .prices .stepper{
  margin: 5px 0 5px 10px;
  float: left;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .actions-container .actions .prices .stepper input.numeric{
  vertical-align: baseline;
  padding: 0 0 0 3px;
  height: 30px;
  border-radius: 4px;
  width: 50px;
  font-size: 1.2em;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .actions-container .actions button.btn {
  margin: 5px 0;
}
.container-fluid.products-wrapper .products-list.flex .product-block .product-body .product-detailed .panel-body .actions-container .actions .properties {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 5px 0;
}
@media only screen and (max-width: 768px) {
  .products-wrapper .products-list.flex .product-block .product-body{
    margin-bottom: 3px;
    margin-top: 3px;
    box-shadow: none;
  }
  .products-wrapper .products-list.flex .product-block .product-body .product-detailed h3 {
    padding: 0 3px;
    font-size: 1.0em;
    margin:0;
  }
  .products-wrapper .products-list.flex .product-block .product-body .product-detailed h3 a.title{
    display: inline-block;
  }
  .products-wrapper .products-list.flex .product-block .product-body .product-detailed .actions-container{
    padding:3px;
  }
}
/* -------------------------- PRODUCT BLOCK TO LISTING END ------------------------------ */

/* -------------------------- PRODUCT BLOCK TO SLIDERS START ---------------------------- */
.products-carousel-wrapper {
  position: relative;
 /* float: left;*/
  border: none;
}
.products-carousel-slider,
.products-carousel-newest,
.products-carousel-bestsellers,
.products-carousel-featured,
.products-carousel-recommended,
.products-carousel-related,
.products-carousel-comparison{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.products-carousel-wrapper{
  position: relative;
}
.products-wrapper{
  text-align: center;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider {
 /* margin: 0 auto;
  overflow: hidden;
  width:98%;
  background: transparent;
  border: 0;
  */
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider {
  position: relative;
  float: left;
  width: 212px !important;
  margin: 6px;
  padding: 0 !important;
  text-align: center;
  border: 1px solid rgb(220,230,220);
  border-radius: 0px;
  background: rgb(250,250,250);
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: space-between;
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1), 
              -2px -2px 4px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider:hover {
  border-color: rgb(225,225,200);
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider a.cover{
  position: relative;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  width: 210px;
  height: auto;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider a.cover img{
  margin: 0;
  padding: 0;
  border: 0;
  width: 210px;
  height: auto;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider a.cover .discount{
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgb(255,100,100);
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0 5px;
  border-radius: 0 0 10px 0;
  border: 1px solid rgb(200,0,0);
  border-left: 0;
  border-top: 0;
  box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.2);
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider a.title{
  position: relative;
  float: left;
  display: inline-block;
  padding: 5px 5px 10px 5px;
  margin: 0;
  width: 100%;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body{
  margin: 0;
  padding: 0 5px 5px 5px;
  text-align: left;
  width: 100%;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body .articul{
  position: relative;
  float: left;
  width: 100;
  padding: 0 0 0 5px;
  text-align: left;
  width: 100%;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body .articul h6{
  font-family: raleway;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body .articul h6 span.articul-name{
    font-family: raleway;
    font-size: 1.0em;
    color:rgb(0, 100, 100);
    font-weight: normal;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body .articul h6 span.articul-number{
  font-family: BlissProRegular;
  font-size: 1.0em;
  font-weight: normal
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body .actions-container{
  position: relative;
  float: left;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body .actions-container .actions{
  position: relative;
  float: left;
  display: block;
  width: 100%;
  margin: 0;
  border: 0;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body .actions-container .actions span.price-line.striked {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  height: auto;
  margin:0;
  padding: 0;
  font-family: BlissProRegular;
  font-weight: normal;
  text-decoration: line-through;
  color: red;
  text-align: left;
  background: transparent;
  border: 0;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body .actions-container .actions span.price-line.striked span.value {
  color: rgb(0,0,0);
  font-weight: normal;
  font-size: 1.0em;
  line-height: 1.3em;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body .actions-container .actions span.price-line.striked span.currency {
  color: rgb(0,0,0);
    font-weight: normal;
  font-size: 1.0em;
  line-height: 1.0em;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body .actions-container .actions .price-line {
  position: relative;
  float: none;
  display: block;
  width: auto;
  height: auto;
  margin: 2px 0;
  padding: 0;
  font-family: BlissProRegular;
  font-weight: normal;
  color: rgb(0, 0, 0);
  background: transparent;
  border: 0;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body .actions-container .actions span.price-line span.value {
  font-family: BlissProRegular;
  font-weight: bold;
  color: rgb(0,70,70);
  font-size: 1.4em;
  line-height: 1.4em;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body .actions-container .actions span.price-line span.currency {
  font-family: BlissProRegular;
  font-weight: bold;
  color: rgb(100,100,100);
  font-size: 1.2em;
  line-height: 1.6em;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body .actions-container .actions .stepper {
  margin: 0;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body .actions-container .actions .stepper input.numeric{
    text-align: center;
    width: 50px;
    padding-left: 8px;
    padding-right: 8px;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body .actions-container .actions button.btn {
  margin: 5px 2px;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body .actions-container .actions button.rounded {
  min-width: 36px;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body .actions-container .actions a.rounded {
  min-width: 36px;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .panel-body .actions-container .actions .properties {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 5px 0;
}
@media only screen and (max-width: 768px) {
  .products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider{
    width: 166px !important;
    box-shadow: none;
    margin:2px;
  }
  .products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider .cover img {
      margin: 0;
      padding: 0;
      border: 0;
      width: 164px;
      height: auto;
  }
  .products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider h3 {
    max-height:46px !important;
    margin:0;
  }
  .products-carousel-wrapper.products-wrapper.flex.for-slider .product.in-slider h3 a.title{
    position: relative;
    float: left;
    max-height:46px !important;
    margin:0;
    overflow: hidden;
  }
}

.products-carousel-wrapper.products-wrapper.flex.for-slider .icon-arrow-bg-small.prev,
.products-carousel-wrapper.products-wrapper.flex.for-slider .icon-arrow-bg-small.next {
  position: absolute;
  top: 120px;
  z-index: 1000;
  opacity: 0;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .icon-arrow-bg-small.prev{
  background-image: url('../images/default/slide-prev.gif');
  background-repeat: no-repeat;
  left: 0px;
  width: 20px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
  margin-left:0;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .icon-arrow-bg-small.prev:hover {
  opacity: 1;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .icon-arrow-bg-small.prev:active {
  opacity: 1;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .icon-arrow-bg-small.next{
  background-image: url('../images/default/slide-next.gif');
  background-repeat: no-repeat;
  right: 0px;
  width: 20px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
  margin-right:0;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .icon-arrow-bg-small.next:hover {
  opacity: 1;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider .icon-arrow-bg-small.next:active {
  opacity: 1;
}
.products-carousel-wrapper.products-wrapper.flex.for-slider:hover .icon-arrow-bg-small.prev,
.products-carousel-wrapper.products-wrapper.flex.for-slider:hover .icon-arrow-bg-small.next {
    opacity: 1;
}
/* -------------------------- PRODUCTS-CAROUSEL-COMPARISON START ------------------------------ */
.products-carousel-comparison{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.products-carousel-wrapper.products-wrapper.flex.compar{
/*    width:98%;
    padding: 0 56px 0 56px;
      margin: 0 auto;
*/
  margin: 0 auto;
  width: auto;
  overflow: hidden;
  width:100%;
  background: transparent;
  border: 0;
}
.products-carousel-wrapper.products-wrapper.flex.compar .product-comparison {
  position: relative;
  float: left;
  display: inline-block;
  width: 212px;
  margin: 0 4px;
  text-align: center;
  padding: 0;
  background: rgb(250,250,250);
  border: 1px solid rgb(220,230,220);
  border-radius: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: space-between;
  box-shadow: none;
}

.products-carousel-wrapper.products-wrapper.flex.compar .product-comparison .title-container {
  position: relative;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  width: 210px;
  height: auto;
}
.products-carousel-wrapper.products-wrapper.flex.compar .product-comparison .title-container a.cover {
  position: relative;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  background: rgb(255,255,255);
  border: 0;
  border-radius: 0;
  z-index: 1;
  cursor: pointer !important;
}
.products-carousel-wrapper.products-wrapper.flex.compar .product-comparison .title-container a.cover img {
  width: 210px;
  height: auto;
  margin: 0;
  padding: 0;
  filter: url(#sharpen) !important;
}
.products-carousel-wrapper.products-wrapper.flex.compar .product-comparison .title-container a.cover .icon-zoom {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.products-carousel-wrapper.products-wrapper.flex.compar .product-comparison .title-container a.title{
  position: relative;
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  padding: 10px 5px 5px 5px;
  text-align: center;
  font-size: 1.0em;
  font-weight: normal;
  text-shadow: none;
  text-decoration: none;
  color: rgb(0,0,150);
  height:auto;
}
.products-carousel-wrapper.products-wrapper.flex.compar .product-comparison .title-container a.title:hover{
  color: rgb(0,150,0);
}
.products-carousel-wrapper.products-wrapper.flex.compar .product-comparison dl.comparison-params {
  background: transparent;
  border-top: 1px solid rgb(190,190,190);
  width: 100%;
  margin: 0;
}
.products-carousel-wrapper.products-wrapper.flex.compar .product-comparison dl.comparison-params dt {
  color: rgb(60,110,140);
  font-weight: 600;
  text-align: left;
  display: block;
  padding: 5px 5px 5px 20px;
  margin: 0;
  border-top: 0;
  border-bottom: 1px solid rgb(212,212,212);
  background: transparent;
}
.products-carousel-wrapper.products-wrapper.flex.compar .product-comparison dl.comparison-params dd {
  color: rgb(66,66,66);
  text-align: left;
  margin: 0;
  padding: 5px 5px 5px 20px;
  border-bottom: 1px solid rgb(212,212,212);
}
.products-carousel-wrapper.products-wrapper.flex.compar .product-comparison dl.comparison-params dd a{
  color: rgb(60,110,140);
  text-decoration: none;
}
.products-carousel-wrapper.products-wrapper.flex.compar .product-comparison dl.comparison-params dd a:hover{
  color: rgb(150,60,140);
}
.products-carousel-wrapper.products-wrapper.flex.compar .product-comparison dl.comparison-params dd:last-child {
  margin-top: 3px;
}
.products-carousel-wrapper.products-wrapper.flex.compar .icon-arrow-bg-small.prev.compar-prev-add,
.products-carousel-wrapper.products-wrapper.flex.compar .icon-arrow-bg-small.next.compar-next-add{
  position: absolute;
  top: 120px;
  z-index: 1000;
}
.products-carousel-wrapper.products-wrapper.flex.compar .icon-arrow-bg-small.prev.compar-prev-add{
  top: 200px;
  left: -22px;
  background: url('../images/default/slide-prev.gif');
  width: 20px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
  margin-right:0 !important;
}
.products-carousel-wrapper.products-wrapper.flex.compar .icon-arrow-bg-small.prev.compar-prev-add:hover{
  opacity: 0.7;
}
.products-carousel-wrapper.products-wrapper.flex.compar .icon-arrow-bg-small.next.compar-next-add{
  top:200px;
  right: -16px;
  background: url('../images/default/slide-next.gif');
  width: 20px;
  height: 70px;
  display: inline-block;
  vertical-align: middle;
}
.products-carousel-wrapper.products-wrapper.flex.compar .icon-arrow-bg-small.next.compar-next-add:hover{
  opacity: 0.7;
}
/*
@media (max-width: 460px) {
  .products-carousel-wrapper.products-wrapper.flex.compar .product-comparison {
    width: 212px;
  }
  .products-carousel-wrapper.products-wrapper.flex.compar{
    padding: 0;
    width:100%; 
  }
  .products-carousel-wrapper.products-wrapper.flex.compar .icon-arrow-bg-small.prev.compar-prev-add {
    left: -10px;
  }
  .products-carousel-wrapper.products-wrapper.flex.compar .icon-arrow-bg-small.next.compar-next-add {
    right: -12px;
  }
}
@media (min-width: 461px) and (max-width: 768px) {
  .products-carousel-wrapper.products-wrapper.flex.compar .product-comparison {
    width: 242px;
  }
  .products-carousel-wrapper.products-wrapper.flex.compar{
    padding: 0;
    width:100%; 
  }
  .products-carousel-wrapper.products-wrapper.flex.compar .icon-arrow-bg-small.prev.compar-prev-add {
    left: -10px;
  }
  .products-carousel-wrapper.products-wrapper.flex.compar .icon-arrow-bg-small.next.compar-next-add {
    right: -12px;
  }
}
*/
/* -------------------------- PRODUCTS-CAROUSEL-COMPARISON END ------------------------------------ */
/* -------------------------- PRODUCT BLOCK TO SLIDERS END ---------------------------------------- */

.product-description.seo-text h1{
    margin: 10px 0 10px;
    padding: 0 0 5px 35px;
    text-shadow: none;
    color: #222;
    border-bottom: 1px dashed rgb(85, 85, 85);
    font-size: 1.3em;
    font-weight: normal;
    text-transform: uppercase;
}
.product-description.seo-text h2{
    margin: 15px 0;
    padding: 0 0 0 35px;
    text-shadow: none;
    color: #222;
    border: 0;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: none !important;
    text-align: left  !important;
}

/* ---------------- PRODUCT PAGE START ---------------------------------------- */
p.prev-next-product-links{
  position: relative;
  float: left;
  padding: 5px;
  margin-bottom: 20px !important;
  display: block;
  width: 100%;
  text-transform: lowercase;
  border: 1px solid rgb(190,190,190);
  border-radius: 5px;
  background: rgba(210,235,235,0.1); 
}
p.prev-next-product-links a{
  font-size: 0.9em;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}
p.prev-next-product-links span {
  position: relative;
  margin: 0;
  padding: 0;
  background: rgb(250,255,255);
}
p.prev-next-product-links span.left {
  float: left;
  text-align: left;
}
p.prev-next-product-links span.right {
  float: right;
  text-align: right;
}
p.prev-next-product-links span.left a,
p.prev-next-product-links span.right a{
  color: rgb(0,120,160);
}
p.prev-next-product-links span.left a:hover,
p.prev-next-product-links span.right a:hover{
  color: rgb(0,190,190);
  text-decoration: underline;
}
.product-page{

}
.product-page .product-review {
  margin: 0;
  padding: 0;
  background: transparent;
  text-align: center;
  border: 0;
}
.product-page .product-review .product-cover{
   min-height: 300px;
}
.product-page .product-review .product-cover .cover{
/*  display: flex;
  flex-flow: column wrap;
  justify-content: center;*/
}
.product-page .product-review .product-cover .cover a.cover{
  position: relative;
  float: left;
  width: 96%;
  max-width: 96%;
  height: auto;
  display: block;
  padding: 7px;
  margin: 0;
  margin-right: 4%;
  background: rgb(255, 255, 255);
  cursor: zoom-in;
  z-index: 100;
}
.product-page .product-review .product-cover .cover a.cover img{
  width: 100%;
  height: auto;
  padding: 7px;
  background: rgb(255, 255, 255);
  border: 1px solid rgba(85, 85, 85, 0.5);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
  filter: url(#sharpen) !important;
}
.product-page .product-review .product-cover .cover a.cover i{
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.product-page .product-review .product-cover .cover .discount {
  position: absolute;
  top: 7px;
  left: 7px;
  background: rgb(255,100,100);
  color: white;
  font-weight: bold;
  font-size: 1.4em;
  padding: 0 8px;
  border-radius: 0 0 10px 0;
  border: 1px solid rgb(200,0,0);
  border-left: 0;
  box-shadow: 1px 3px 5px 0 rgba(0,0,0,0.2);
}
.product-page .product-review .product-cover .cover.offset-left {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .product-page .product-review .product-cover .cover a.cover img{
  width: 100%;
  height: auto;
  max-height: none;
  }
}
/* ---------------- product-page gallery start ---------------------------- */
.product-page .product-review .product-cover .gallery {
  display: inline-block;
  vertical-align: top;
}
.product-page .product-review .product-cover .gallery.gallery-vertical {
  float: left;
  margin-right: 30px;
  width: 129px;
  height: 5px;
}
.product-page .product-review .product-cover .gallery.gallery-horizontal {
  position:relative;
  float: left;
  display: block;
  visibility: visible;
  min-height:120px !important;
  width:94%;
  height: 162px;
  box-sizing:border-box;
  margin: 10px 10px 30px 10px;
  padding: 0px;
  border: 0;
}
.product-page .product-review .product-cover .gallery {
  position: relative;
  text-align: left;
}
.product-page .product-review .product-cover .gallery ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.product-page .product-review .product-cover .gallery li {
  position: absolute;
  padding: 3px;
  margin: 0;
  display: inline-block;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.4);
  background: rgb(255,255,255);
  border: 1px solid rgba(85, 85, 85, 0.5);  
}
.product-page .product-review .product-cover .gallery.gallery-vertical {
  margin: 0 10px;
}
.product-page .product-review .product-cover .gallery.gallery-horizontal {
  margin: 10px;
}
/* ---------------- product-page gallery end ---------------------------- */

.product-page .product-review .product-detailed {
  position: relative;
  float: left;
  display: block;
  margin: 0;
  padding: 0 0 20px 10px;
  line-height: normal !important;
}
.product-page .product-review .product-detailed h2{
  position: relative;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  color: rgb(0, 0, 0);
  font-family: "PTSerifItalic", "Times New Roman", serif;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: normal;
  text-align: center;
  hyphens: auto;
  background: transparent;
  border-bottom: 1px solid rgb(200, 200, 200);
}
.product-page .product-review .product-detailed .rating-review{
   position: relative; 
   float: left; 
   width: 100%;
   margin: 10px 0 5px 0;
   padding:0;
   text-align: left;
}
.product-page .product-review .product-detailed .rating-review a.ajax{
  line-height: 1.5em;
  vertical-align: top;
}
.product-page .product-review .product-detailed .short-description{
   position: relative; 
   float: left; 
   width: 100%;
   margin: 5px 0;
   padding:0;
   text-align: left;
}
.product-page .product-review .product-detailed .compare-block{
  position: relative;
  float: left;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 5px 0;
}
.product-page .product-review .product-detailed .compare-block .compare {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  border:0; 
}
.product-page .product-review .product-detailed .compare-block .compare input[type="checkbox"]{
  position: relative;
  display:inline-block;
  vertical-align: middle;
  margin:1px 0 0 5px;
}
.check-max {
  transform:scale(1.4);
  opacity:1;
  cursor:pointer;
}
.product-page .product-review .product-detailed .compare-block .compare label{
  position: relative;
  font-family: 'Open Sans';
  color:rgb(220,0,0);
  font-weight: normal;
  font-size: 1.0em;
  margin: 0 0 0 10px;
  padding: 0;
  display:inline;
  line-height: 1.8em;
  text-shadow: none;
}
.product-page .product-review .product-detailed .articul{
  position: relative;
  float: left;
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
}
.product-page .product-review .product-detailed .articul h6{
  font-family: raleway;
  font-weight: 600;
  font-size: 1.2em;
  margin: 0 0 5px 0;
}
.product-page .product-review .product-detailed .articul h6 span.articul-name{
    font-family: 'RobotoCondensedRegular';
    font-size: 0.9em;
    color:rgb(100, 100, 100);
    font-weight: normal;
}
.product-page .product-review .product-detailed .articul h6 span.articul-number{
  font-family: BlissProRegular;
  font-weight: 500;
  font-size: 0.95em;
}
.product-page .product-review .product-detailed .manufacturer {
  position: relative;
  float: left;
  text-align: left;
  width: 100%;
  padding: 5px 0;
}
.product-page .product-review .product-detailed .manufacturer h6{
  
}
.product-page .product-review .product-detailed .manufacturer h6 span.manuf-link{
  
}
.product-page .product-review .product-detailed .manufacturer h6 span.manuf-link a{
  font-size: 0.9em;
}
.product-page .product-review .product-detailed .notify{
  position: relative;
  float: left;
  text-align: left;
  width: 100%;
  padding: 5px 0;
}
.product-page .product-review .product-detailed .notify fieldset.note{
  border-color: rgb(80,130,130);
  border-radius: 5px;
}
.product-page .product-review .product-detailed .notify fieldset.note legend{
  font-family: 'Arial';
  color:rgb(80,130,130);
  margin: 0; 
}
.product-page .product-review .product-detailed .notify fieldset.note p{
  text-align: left;
  color: rgb(80,130,130);
}
.product-page .product-review .product-detailed .notify fieldset.note .wprice th{
  color: rgb(150,150,150);
}
.product-page .product-review .product-detailed .notify fieldset.note .sv-if-null-qty{
  position: relative;
  float: left;
  display: block;
  width: 100%;
}
.product-page .product-review .product-detailed .notify fieldset.note .sv-if-null-qty p{
  position: relative;
  float: left;
  display: block;
  width: auto;
}
.product-page .product-review .product-detailed form{
   position: relative; 
   float: left; 
   width: 100%;
   margin: 0;
   padding:0;
   text-align: left;
}
.product-page .product-review .product-detailed .product-options{
   position: relative; 
   float: left; 
   width: 100%;
   margin: 0;
   padding:0;
   text-align: left;
}
.product-page .product-review .product-detailed form ul.properties{
  font-weight: normal;
}
.product-page .product-review .product-detailed form ul.properties li{
  padding: 5px 0;
  margin: 0;
  list-style: none;
}
.product-page .product-review .product-detailed form ul.properties.variants li .select2-container {
  max-width: 300px;
}
.product-page .product-review .product-detailed form .actions{
  display: flex;
  flex-flow: row wrap;
  align-content: space-between; 
  justify-content: flex-start;
  align-items: flex-start;
  flex-basis: auto;
  width: 100%;
  height: auto;
  margin: 0;
  padding:0;
  text-align: left;
}
.product-page .product-review .product-detailed form .actions .prices{
  position: relative;
  float: left;
  width: auto;
  display: block;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: center;
}

.product-page .product-review .product-detailed form .actions .prices span.price-line {
  position: relative;
  float: left;
  display: block;
  width: auto;
  height: 30px;
  margin: 0 10px 0 0;
  padding: 0;
  color: rgb(0, 0, 0);
  background: transparent;
  border: 0;
  text-align: center;
}
.product-page .product-review .product-detailed form .actions .prices span.price-line span.value{
  font-family: BlissProRegular;
  font-weight: bold;
  color: rgb(0,70,70);
  font-size: 1.6em;
  line-height: normal;
}
.product-page .product-review .product-detailed form .actions .prices .price-line span.currency {
  font-family: BlissProRegular;
  font-weight: bold;
  color: rgb(100,100,100);
  font-size: 1.2em;
  line-height: normal;
}
.product-page .product-review .product-detailed form .actions .prices .price-line.striked {
  position: relative;
  float: left;
  display: block;
  width: auto;
  height: 30px;
  margin: 0 10px 0 0;
  padding: 0;
  font-family: BlissProRegular;
  text-decoration: none;
  color: red;
  text-align: center;
  background: transparent;
  border: 0;
}
.product-page .product-review .product-detailed form .actions .prices .price-line.striked .value {
  font-size: 1.2em;
  font-weight: bold;
  color: rgb(130,130,130);
  line-height: 1.6em;
}
.product-page .product-review .product-detailed form .actions .prices .price-line.striked .currency{
  color: rgb(130,130,130);
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.6em;
}
.product-page .product-review .product-detailed form .actions .prices .price-line.striked::after {
    position: relative;
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background: red;
    margin-top: -16px;
    opacity: 0.5;
}

.product-page .product-review .product-detailed form .actions .qtystep{
  position: relative;
  float: left;
  width: auto;
  margin: 0 10px 0 0;
}
.product-page .product-review .product-detailed form .actions .qtystep .stepper{
  position: relative;
  float: left;
  display: block;
  margin: 0 5px 0 0;
  padding: 0;
  width: auto;
}
.product-page .product-review .product-detailed form .actions .qtystep .stepper input[type="text"]{
  vertical-align: baseline;
  padding: 0 0 0 3px;
  height: 30px;
  border-radius: 4px;
  width: 50px;
}

.product-page .product-review .product-detailed form .actions .prices span.sv-add-to-cart-button{
  position: relative;
  float: left;
  border: 0px solid blueviolet;
  padding: 0 0 0 5px;
}
/*
.product-page .product-review .product-detailed form .actions .buttons{
  position: relative;
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
*/
.product-page .product-review .product-detailed form .actions .sv-add-to-cart-button{
  position: relative;
  float: none;
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  overflow: hidden;
}

.product-page .product-review .product-detailed button.rounded{
  min-width: 46px;
}
.product-page .product-review .product-detailed ul li#sv-prod-qty-label span#sv-prod-qty  {
  color: rgb(181, 0, 0);
  font-size: 1.1em;
}
.product-page .product-review .product-detailed form .form.actions .product-anonce .buttons .kupivkredit {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.product-page .product-review .product-detailed form .form.actions .product-anonce .buttons .kupivkredit-help {
  display: inline-block;
  line-height: 26px;
  vertical-align: top;
  margin-top: 5px;
}
.product-page .product-review .product-detailed .send-to-frend {
  position: relative;
  float: left;
  text-align: left;
  width: 100%;
  padding: 5px 0;
}
.product-page .product-review .product-detailed .send-to-frend a{
  text-decoration: underline;
}
.product-page .product-review .product-detailed .social-panel {
  position: relative;
  float: left;
  text-align: center;
  width: 100%;
  padding: 5px 0;
}
.product-page .product-review .product-detailed .social-share{
  position: relative;
  float: left;
  margin: 5px 0 0 0;
}
.product-page .product-features{
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px dashed rgb(0,0,0);
  border-bottom: 1px dashed rgb(0,0,0);
}

.product-page .product-description{
  position: relative;
  float: left;
  width: 100%;
  margin: 10px auto;
  padding: 0;
  background: transparent;
}
.product-page .product-description h2{
  margin:0 !important;
  width: 100%;
  padding: 9px 10px !important;
  color:rgb(0,0,0);
  background: rgb(240,245,240);
  border:1px solid rgb(230,230,230);
}
.product-page .product-description article .well-sm{
  margin: 0 auto 20px auto !important;
  padding: 10px 1%;
}
.product-page .product-description .well-yellow,
.product-page .product-description article .well-yellow{
  background: transparent;
  border: 1px solid rgb(230,230,230);
  border-top: 0;
  box-shadow: inset 0 -70px 70px 0 rgba(200,200,200,0.1);
}
.product-page .product-description .product-full-description{
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 1px solid rgb(230,230,230);
  border-top: 0;
  box-shadow: inset 0 -70px 70px 0 rgba(200,200,200,0.1);
}
.product-page .product-description .category-description{
  margin:0 0 10px 0;
  padding:0 0 10px 0;
  width: 100%;
}
.product-page .product-description .category-description article,
.product-page .product-description .category-description article section{
  float:left;
  margin: 20px 0 0 0;
}
.product-page .product-description .category-description article h2{
  margin:0 !important;
  width: 100%;
  padding: 9px 10px !important;
  color:rgb(0,0,0);
  background: rgb(240,245,240);
  border:1px solid rgb(230,230,230);
}
.product-page .product-description .category-description article section h3{
   margin:0 !important;
  width: 100%;
  padding: 9px 10px !important;
  text-transform: uppercase;
  font-size: 1.1em;
  color:rgb(51,48,96);
  background: rgb(240,245,240);
  border:1px solid rgb(230,230,230);
  text-shadow: none;

}
.product-page .product-description .category-description a.dark.knobs{
  margin: 5px 1%;
  padding: 2px 15px;
  text-decoration: none;
  color: rgb(0,0,100);
  background: rgb(240,245,240);
  border: 1px solid rgb(220,225,220);
  border-radius: 5px;
  z-index: 120;
}
.product-page .product-description .category-description a.dark.knobs:hover{
  background: rgb(245,250,245);
  border: 1px solid rgb(180,190,180);
  color: rgb(100,150,100);
}
/* -------------------------- PRODUCT PAGE END -------------------------------- */
/* ========================== PRODUCTS END ============================================== */

/* -------------------------- BLOCK COMPARE START ----------------------------- */
#sv-compare-block{
  position: relative;
  float: left;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0;
  padding: 5px 0;
/*  border: 1px solid rgb(190,190,190);
  border-radius: 5px;
  background: rgba(210,235,235,0.1);*/
}
#sv-compare-block .content-wrapper{
  position: relative;
  float: left;
  width: 100%;
  padding: 10px;
  margin: 0px auto;
  background: transparent;
  border: 1px solid rgb(190,190,190);
  border-radius: 5px;
  background: rgba(210,235,235,0.1);
}
#sv-compare-block .content-wrapper .products-comparison-block{
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
#sv-compare-block .content-wrapper .products-comparison-block .left {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgb(66,66,66);
  float: left;
}
#sv-compare-block .content-wrapper .products-comparison-block a {
  /*color: rgb(210,235,235);*/
}
#sv-compare-block .content-wrapper .products-comparison-block a:hover {
  /*color: rgb(255,255,255);*/
}
#sv-compare-block .content-wrapper.products-comparison-block .right button.stylish {
  margin: 10px 0 0;
}
/* -------------------------- BLOCK COMPARE END ------------------------------- */

/* -------------------------- PRODUCT SPECIFICATION START --------------------- */

/* -------------------------- PRODUCT SPECIFICATION END ----------------------- */

/* -------------------------- CONTACTS START ---------------------------------- */
.contacts .contact {
  display: inline-block;
  text-shadow: 0 0 1px rgb(255,255,255);
  width: 100%;
  padding: 0 2%;
  vertical-align: top;
}
.contacts .contact h2 {
  padding: 0;
  margin: 20px 0 5px;
}
.contacts .contact .properties {
  font-size: 0.95em;
  line-height: 1.3em;
  list-style: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}
.contacts .contact .properties li span {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  color: rgb(66,66,66);
}
.contacts.map {
  width: 100%;
  display: inline-block;
}
.contacts.map iframe {
  width: 100% !important;
  box-shadow: none;
  border:none !important;
}
.contacts.contact-form {
  margin: 0 1% 20px 1%;
}
.contacts.contact-form .form {
  width: auto;
}
.contacts.contact-form .form fieldset.send-button {
  width: auto;
  text-align: right;
}
.contacts.contact-form .form fieldset.send-button button.stylish {
  margin-top: 6px;
}
.fact-text {
  padding: 0 5px;
}
.fact-text img {
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid rgb(108,179,182);
}
.fact-text p {
  padding-left: 0;
  padding-right: 0;
}
.fact-text p:first-child {
  margin-top: 0;
}
/* -------------------------- CONTACTS END ------------------------------------ */

/* -------------------------- NEWS START -------------------------------------- */
.news-list{
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column;
}
.news-list .news-item {
  display: block;
  padding: 0 2% 10px 2%;
  vertical-align: top;
  overflow: hidden;
  border-bottom: 3px solid rgb(212,212,212);
}
.news-list .news-item .title {
/*  color: rgb(66, 66, 66);*/
  font-family: "calibri", "tahoma", serif;
  font-size: 1.3em;
  font-weight: bold;
  margin: 20px 0 0;
  padding: 0;
  text-decoration: none;
  display: block;
}
.news-list .news-item .title:hover {
  text-decoration: underline;
}
.news-list .news-item .date {
  color: rgb(66,66,66);
  font-size: 0.9em;
  margin: 0 0 10px;
}
.news-list .news-item img {
  float: left;
  border: 0;
  margin: 5px 20px 20px 0;
  height: auto;
  filter: url(#sharpen) !important;
}
.news-list .news-item .p_news_center_block {
  padding: 0;
  margin: 0 0 10px 0;
  color: rgb(66,66,66);
  text-shadow:none;
}
.news-list .news-item .p_news_center_block p{
  color: rgb(66,66,66);
}
.news-list .news-item.wide {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  padding: 10px 2%;
}
.news-list .news-item.wide img {
  margin: 5px 10px 10px 0;
}
/* -------------------------- NEWS END ---------------------------------------- */

/* -------------------------- REVIEWS START ----------------------------------- */
.reviews-wrapper {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;

}
.reviews-wrapper .review {
  position: relative;
  float: left;
  display: block;
  box-sizing: border-box;
  width: 98% !important;
  margin: 10px 1% !important;
  padding: 20px 2%;
  background: rgb(250,250,250);
  border: 1px solid rgb(220, 220, 220);
  border-radius: 0;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
.reviews-wrapper .review .title {
  position: relative;
  float: left;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow: hidden;
  min-height: 60px;
  margin: 0 0 10px 0;

}
.reviews-wrapper .review .title .text {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.reviews-wrapper .review .title .text .avatar-wrapper {
  position: relative;
  float: left;
  background: transparent;
  border-radius: 0;
  float: left;
  padding: 4px;
  clear: left;
}
.reviews-wrapper .review .title .text .avatar-wrapper span {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 100px;
  height: 100px;
  background: url('../images/default/default-avatar.png') left top no-repeat;
}
.reviews-wrapper .review .title .text .name {
  font-size: 1.1em;
  margin-left: 115px;
  margin-top: 20px;
  color: rgb(66, 66, 66);
  font-family: "calibri", "tahoma", serif;
  font-size: 1.2em;
  font-weight: bold;
}
.reviews-wrapper .review .title .text .name a {
/*  color: rgb(200, 210, 220);*/
}
.reviews-wrapper .review .title .text .date {
  color: rgb(99, 99, 99);
  font-size: 0.85em;
  line-height: 1em;
  margin: 5px 0 20px 115px;
}
.reviews-wrapper .review .title .voting {
  float: right;
  margin-top: 15px;
}
.reviews-wrapper .review .title .voting span.hint {
  color: rgb(66,66,66);
  font-size: 0.9em;
  margin: 0 5px;
}
.reviews-wrapper .review .title .voting a {
  font-size: 0.95em;
}
.reviews-wrapper .review .title .voting a i {
  vertical-align: bottom;
  position: relative;
  top: -3px;
}
.reviews-wrapper .review .title .voting a span {
/*  color: rgb(255,255,255);*/
}
.reviews-wrapper .review .title .voting a span.counter {
/*  color: rgb(255,255,255);*/
  padding: 0 3px;
  font-size: 1.05em;
}

.reviews-wrapper .review .content {
  position: relative;
  float: left;
  margin: 0;
  padding: 5px 10px;
  display: block;
  width: 100%;
  font-weight: normal;
  color: rgb(0,0,0);
  background:  transparent;
/*  text-shadow:1px 1px 1px rgba(0,0,0,0.3) !important;*/
  text-shadow: none !important;
}
.reviews-wrapper .review .stars {
  position: relative;
  float: left;
  margin: 0;
  padding: 5px 10px;
  display: block;
  width: 100%;
  font-weight: normal;
  color: rgb(0,0,0);
  background:  transparent;
  text-align: right;
/*  text-shadow:1px 1px 1px rgba(0,0,0,0.3) !important;*/
  text-shadow: none !important;
}

/* -------------------------- REVIEWS END ------------------------------------- */

/* -------------------------- SITEMAP START ----------------------------------- */
.sitemap .column-50 {
  display: inline-block;
  width: 45%;
  padding-right: 4.5%;
  vertical-align: top;
}
h2.sitemap-title{
  position:relative;
  float:left;
  margin: 0;
  padding: 0 5px !important;
  font-family: 'calibri' !important;
  font-weight: normal !important;
  font-size: 1.2em !important;
}
/* -------------------------- SITEMAP END ------------------------------------- */

/* -------------------------- CHECKOUT BLOCK FROM CART START ------------------- */
.form.checkout-block{
  position: relative;
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.form.checkout-block .inner{
  position: relative;
  float: left;
  display: block;
  width: 100%;
  margin-left: 0;
  font-size: 1.0em !important;
}
.form.checkout-block .inner p{
  margin-left: 0;
  font-size: 1.0em !important;
}

.form.checkout-block.checkout-cart.form .inner {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.form.checkout-block.checkout-cart.form .inner .order-item{
  text-shadow: 0 0 1px rgb(255,255,255);
  border-bottom: 1px solid rgb(133,153,173);
  padding: 10px;
  line-height: 1.1em;
  overflow: hidden;
}
.form.checkout-block.checkout-cart.form .inner .order-item.even {
  background: rgb(226,240,240);
  background-color: rgba(226, 240, 240, 0.4);
}
.form.checkout-block.checkout-cart.form .inner .order-item .img-wrap{
  text-align: left;
}
.form.checkout-block.checkout-cart.form .inner .order-item .img-wrap a{
  position: relative;
  float: left;
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
}
.form.checkout-block.checkout-cart.form .inner .order-item .img-wrap a img{
  float: left;
  border: 1px solid rgb(108,179,182);
  margin: 0;
}
.form.checkout-block.checkout-cart.form .inner .order-item .prop-wrap{
  text-align: left;
}
.form.checkout-block.checkout-cart.form .inner .order-item .prop-wrap a.title{
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin: 6px 0 10px 0;
  color: rgb(0,120,120);
}
.form.checkout-block.checkout-cart.form .inner .order-item .prop-wrap a.title:hover{
  color: rgb(255,0,0);
  text-decoration: underline;
}
.form.checkout-block.checkout-cart.form .inner .order-item .prop-wrap .articul{
  position: relative;
  float: left;
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
}
.form.checkout-block.checkout-cart.form .inner .order-item .prop-wrap .articul h6{
  font-family: raleway;
  font-weight: 600;
  font-size: 1.2em;
  margin: 0 0 5px 0;
}
.form.checkout-block.checkout-cart.form .inner .order-item .prop-wrap .articul h6 span.articul-name{
    font-family: 'RobotoCondensedRegular';
    font-size: 0.9em;
    color:rgb(100, 100, 100);
    font-weight: normal;
}
.form.checkout-block.checkout-cart.form .inner .order-item .prop-wrap .articul h6 span.articul-number{
  font-family: BlissProRegular;
  font-weight: 500;
  font-size: 0.95em;
}
.form.checkout-block.checkout-cart.form .inner .order-item .prop-wrap .notify{
  position: relative;
  float: left;
  text-align: left;
  min-width: 300px;
  width: 100%;
  padding: 5px 0;
}
.form.checkout-block.checkout-cart.form .inner .order-item .prop-wrap .notify fieldset.note{
  border: 1px solid rgb(80,130,130);
  border-radius: 5px;
  padding: 5px 10px;
  width: auto;
  max-width: 400px;
}
.form.checkout-block.checkout-cart.form .inner .order-item .prop-wrap .notify fieldset.note legend{
  font-family: 'Arial';
  color:rgb(80,130,130);
  margin: 0; 
}
.form.checkout-block.checkout-cart.form .inner .order-item .prop-wrap .notify fieldset.note p{
  text-align: left;
  color: rgb(80,130,130);
}
.form.checkout-block.checkout-cart.form .inner .order-item .prop-wrap .notify fieldset.note .wprice th{
  color: rgb(150,150,150);
}
.form.checkout-block.checkout-cart.form .inner .order-item .prop-wrap .notify fieldset.note .sv-if-null-qty{
  position: relative;
  float: left;
  display: block;
  width: 100%;
}
.form.checkout-block.checkout-cart.form .inner .order-item .prop-wrap .notify fieldset.note .sv-if-null-qty p{
  position: relative;
  float: left;
  display: block;
  width: auto;
}
.form.checkout-block.checkout-cart.form .inner .order-item .prop-wrap .product-options{
   position: relative; 
   float: left; 
   width: 100%;
   margin: 0;
   padding:0;
   text-align: left;
}
.form.checkout-block.checkout-cart.form .inner .order-item .prop-wrap ul.properties{
  font-weight: normal;
}
.form.checkout-block.checkout-cart.form .inner .order-item .prop-wrap ul.properties li{
  padding: 5px 0;
  margin: 0;
  list-style: none;
  display: block;
}
.form.checkout-block.checkout-cart.form .inner .order-item .prop-wrap ul.properties li .select2-container{
  max-width: 300px;
  width: auto;
}

.form.checkout-block.checkout-cart.form .inner .order-item .price-wrap{
  text-align: right;
}
.form.checkout-block.checkout-cart.form .inner .order-item .price-wrap .item-price{
  float: left;
  width: 140px;
  padding-top: 3px;
  text-align: right;
}
.form.checkout-block.checkout-cart.form .inner .order-item .price-wrap .item-price span.price-line{
  margin-right: 20px;
}
.form.checkout-block.checkout-cart.form .inner .order-item .price-wrap .item-price span.price-line span.value{
  font-family: BlissProRegular;
  font-weight: bold;
  color: rgb(0,70,70);
  font-size: 1.2em;
  line-height: 1.2em;
}
.form.checkout-block.checkout-cart.form .inner .order-item .price-wrap .item-price span.price-line span.currency{
  font-family: BlissProRegular;
  font-weight: bold;
  color: rgb(100,100,100);
  font-size: 1.2em;
  line-height: 1.2em;
}
.form.checkout-block.checkout-cart.form .inner .order-item .price-wrap .item-amount{
  float: left;
  width: auto;
  text-align: center;
}
.form.checkout-block.checkout-cart.form .inner .order-item .price-wrap .item-amount .stepper{
  position: relative;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
}
.form.checkout-block.checkout-cart.form .inner .order-item .price-wrap .item-amount .stepper input[type="text"]{
  vertical-align: baseline;
  padding: 0 0 0 3px;
  height: 30px;
  border-radius: 4px;
  width: 60px;
}
.form.checkout-block.checkout-cart.form .inner .order-item .price-wrap .item-remove{
  display: inline-block;
  padding:0 10px 0 20px;
}
.form.checkout-block.checkout-cart.form .inner .order-item .price-wrap .item-remove button{
  background: transparent;
  border: 0 none;
  vertical-align: middle;
  padding: 0;
  margin-left: 5px;
}
.form.checkout-block.checkout-cart.form .inner .order-item .price-wrap .item-remove button:hover{
  opacity: 0.5;
}
.form.checkout-block.checkout-cart.form .price-wrap .item-price span.price-line span.value{
  color: rgb(66,66,66);
}




.form.checkout-block .price-line{
  color:rgb(66,66,66);
}
.form.checkout-block .value{
  color:rgb(66,66,66);
}
.form.checkout-block h2{
  position: relative !important;
  float: left !important;
  display: inline-block !important;
  width: 100% !important;
  padding-left: 0 !important;
  margin-top: 10px !important;
  margin-bottom:10px !important;
  text-align: left !important;
  font-family: 'Open Sans' !important;
  font-weight: bold !important;
  font-size: 0.95em !important;
}

.form.checkout-block .section{
  position: relative;
  float: left;
  min-width: 200px;
  justify-content: start;
}

.form.checkout-block .section .column-25{
  position: relative;
  float: left;
  display: block;
  width: 25%;
  min-width: 250px;
}
.form.checkout-block .section .column-30{
  position: relative;
  float: left;
  display: block;
  width: 33%;
  min-width: 250px;
}
.form.checkout-block h3{
  padding-left: 0;
  margin-top: 0;
}
.form.checkout-block.checkout-cart .total{
  padding: 10px;
  text-align: right;
  float: right;
}
.form.checkout-block.checkout-cart .total .label{
  color: rgb(66,66,66);
}
.form.checkout-block.checkout-cart .total .price-line{
  display: inline-block;
  width: 6.5em;
  text-align: left;
}
.form.checkout-block.checkout-cart .total{
  padding-right: 10px;
}
.form.checkout-block.checkout-cart .total span.label{
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1em;
}
.form.checkout-block.checkout-cart .action-bar{
  padding-top: 10px;
}
.action-bar button{
  margin:5px;
}


.form.checkout-block.personal-fields .inner .tipsy-control{
  float: left;
  margin-right: 4px;
}
.form.checkout-block.personal-fields .inner .person-type{
  display: inline-block;
  white-space: nowrap;
}
.form.checkout-block .discount-coupon .icon-input-container {
  float: left;
  margin-right: 8px;
  margin-top: 10px;
}
.form.checkout-block .discount-coupon button.stylish.mini span {
  height: 27px;
  line-height: 27px;
  font-size: 0.95em;
}
.form.checkout-block .radio-container {
  font-size: 1.2em;
  color: rgb(66,66,66);
}
.form.checkout-block .radio-container img {
  box-shadow: 3px 3px 3px 0 rgb(187,187,187);
  margin-right: 4px;
  cursor: pointer;
}
.form.checkout-block .radio-container img.no-shadow {
  box-shadow: none;
}
.form.checkout-block .radio-container p {
  font-size: 0.95em;
  padding: 0;
  margin: 0 0 0 27px;
  line-height: 1.2em;
}
.form.checkout-block .radio-container p.offset-left {
  margin-left: 91px;
  font-weight: normal;
}
.form.checkout-block .radio-container p.offset-left label{
  font-weight: normal;
}
.form.checkout-block .radio-container p.offset-left label span.price-line span.value,
.form.checkout-block .radio-container p.offset-left label span.price-line span.currency,
.form.checkout-block .radio-container p.offset-left label span.important{
  color: rgb(255, 0, 0);
}
.form.checkout-block .radio-container > label {
  font-size: 1.1em;
  font-weight: bold;
}
.form.checkout-block .comment {
  max-width: 400px;
  padding-left: 6px;
  padding-right: 6px;
}
.form.checkout-block .no-registration {
  position: relative;
  float: left;
  display: block;
  padding:0;
  margin: 20px;
}
.form.checkout-block .no-registration-checkbox {
  display: inline;
  white-space: nowrap;
  padding-left: 15px;
}

/* -------------------------- CHECKOUT BLOCK FROM CART END --------------------- */

/* -------------------------- PROFILE BLOCK FROM USER ROOM START ------------------- */
.form.profile-block {
  width: 770px;
}
.form.profile-block h2{
  position: relative !important;
  float: left !important;
  display: inline-block !important;
  width: 100% !important;
  padding-left: 0 !important;
  margin-top: 10px !important;
  margin-bottom:10px !important;
  text-align: left !important;
  font-family: 'Open Sans' !important;
  font-weight: bold !important;
  font-size: 0.95em !important;
}
.form.profile-block .section {
  position: relative;
  float: left;
  min-width: 200px;
  justify-content: start;
}
.form.profile-block .section .column-25 {
  position: relative;
  float: left;
  display: block;
  width: 25%;
  min-width: 250px;
}
.form.profile-block .section .column-30 {
  position: relative;
  float: left;
  display: block;
  width: 33%;
  min-width: 250px;
}
.form.profile-block .section .column-30 label{
  line-height: 1.6em;
}
.form.profile-block h3 {
  padding-left: 0;
  margin-top: 0;
}
.form.profile-block.checkout-cart .total,
.form.profile-block.profile-order-history .total {
  padding: 10px;
  text-align: right;
  float: right;
}
.form.profile-block.checkout-cart .total .label,
.form.profile-block.profile-order-history .total .label {
  color: rgb(66,66,66);
}
.form.profile-block.checkout-cart .total .price-line,
.form.profile-block.profile-order-history .total .price-line {
  display: inline-block;
  width: 6.5em;
  text-align: left;
}
.form.profile-block.checkout-cart .total {
  padding-right: 10px;
}
.form.profile-block.checkout-cart .total span.label {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 1em;
}
.form.profile-block.checkout-cart .action-bar {
  padding-top: 10px;
}
.form.profile-block.checkout-cart .action-bar button{
  margin:5px;
}
.form.profile-block.profile-order-history {
  margin-bottom: 0;
  width: 100%;
}
.form.profile-block.profile-order-history dl {
  padding-top: 10px;
  font-size: 0.95em;
  line-height: 1.6em;
  margin: 0 0 1.1em 0;
  float: left;
  width: 50%;
}
.form.profile-block.profile-order-history dl dt {
  color: rgb(78, 134, 136);
  font-style: italic;
  float: left;
  margin-right: 5px;
}
.form.profile-block.profile-order-history dl dd {
  color: rgb(57,39,39);
}
.form.profile-block.profile-order-history .order {
  border-bottom: 1px dashed rgb(57,39,39);
}
.form.profile-block.profile-order-history .order h2 {
  padding: 0;
  margin: 15px 0 0 0;
}
.form.profile-block.profile-order-history .order h2 a {
  color: rgb(108,179,182);
  text-decoration: none;
}
.form.profile-block.profile-order-history .order .date {
  color: rgb(99,99,99);
  font-size: 0.85em;
}
.form.profile-block.profile-order-history .order .sum {
  color: rgb(57,39,39);
  font-size: 0.85em;
  margin-bottom: 15px;
}
.form.profile-block.profile-order-history .order .content {
  margin-bottom: 25px;
}
.form.profile-block.profile-order-history .order.active h2 a {
  color: rgb(78, 134, 136);
}
.form.profile-block.profile-order-history .order.collapsed .content {
  display: none;
}
.form.profile-block.profile-order-history .profile-order-history-inner {
  overflow: hidden;
  margin-left: 7px;
}
.form.profile-block.profile-order-history .profile-order-history-results {
  padding: 0;
  margin-left: 7px;
}
.form.profile-block .order-item {
  text-shadow: 0 0 1px rgb(255,255,255);
  border-bottom: 1px solid rgb(133,153,173);
  padding: 10px;
  line-height: 1.1em;
  overflow: hidden;
}
.form.profile-block .order-item.even {
  background: rgb(226,240,240);
  background-color: rgba(226, 240, 240, 0.4);
}
.form.profile-block .order-item img {
  float: left;
  border: 1px solid rgb(108,179,182);
  margin: 0 15px 0 0;
}
.form.profile-block .order-item a.title,
.form.profile-block .order-item span.title {
  font-size: 1.05em;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.form.profile-block .order-item a.title{
  margin-bottom: 10px;
}
.form.profile-block .order-item a.title.striked,
.form.profile-block .order-item span.title.striked {
  text-decoration: line-through;
}
.form.profile-block .order-item a.title:hover {
  text-decoration: underline;
}
.form.profile-block .order-item button {
  background: transparent;
  border: 0 none;
  vertical-align: middle;
  padding: 0;
  margin-left: 5px;
}
.form.profile-block .order-item button:hover {
  opacity: 0.9;
}
.form.profile-block .order-item .price-wrapper {
  text-align: right;
}
.form.profile-block .order-item .properties {
  position: relative;
  float: left;
  width: 88%;
  margin: 15px 1%;
  padding: 0 0 0 15px;
  list-style: none;
  list-style-image: none;
  text-align: left;
  box-sizing:border-box;
}
.form.profile-block .order-item .properties li {
  display: inline-block;
  line-height: 1.2em;
  margin: 0;
}
.form.profile-block .order-item .properties li label {
  float: left;
  color: rgb(78, 134, 136);
  padding-right: 5px;
  vertical-align: middle;
}
.form.profile-block .order-item .properties li .label {
  color: rgb(78, 134, 136);
  vertical-align: middle;
}
.form.profile-block .order-item .properties li .value {
  display: inline-block;
}
.form.profile-block .order-item .properties li .value.amount {
  width: 2em;
}
.form.profile-block .order-item .properties li .price-line {
  font-size: 1.2em;
  margin-right: 20px;
}
.form.profile-block .order-item .properties li.left a.select2-choice{
  line-height: normal;
  font-size: 1em;
  font-weight: normal;
}
.form.profile-block .order-item .properties li.left {

}
.form.profile-block .order-item .properties li.right {
  position: relative;
  float: right;
  width: auto;
  white-space: nowrap;
  text-align: right;
}
.form.profile-block .order-item .properties li.left div.option {
  position: relative;
  float: left;
  width: 100%;
  min-width: 600px;
  display: block;
  padding: 5px;
  margin-bottom: 0;
}
.form.profile-block .order-item .properties li.left div.option label{
  font-weight: normal;
margin: 0;
min-width: 90px;
color: rgb(0,0,0);
font-size: 1.0em;
padding-right: 5px;
vertical-align: middle;
}
.form.profile-block .order-item .properties li.right .item-price {
  float: left;
  width: 140px;
  padding-top: 6px;
  text-align: right;
}
.form.profile-block .order-item .properties li.right .item-amount {
  float: left;
  width: 120px;
  text-align: center;
}
.form.profile-block .order-item .properties li.right .item-remove {
  display: inline-block;
  padding-top: 4px;
  padding-left: 30px;
}
.form.profile-block .inner {
/*  overflow: hidden;*/
  position: relative;
  float: left;
  display: block;
  width: 100%;
  margin-left: 0;
  font-size: 1.0em !important;
}
.form.profile-block .inner p{
/*  overflow: hidden;*/
  margin-left: 0;
  font-size: 1.0em !important;
}
.form.profile-block.personal-fields .inner .tipsy-control {
  float: left;
  margin-right: 4px;
}
.form.profile-block.personal-fields .inner .person-type {
  display: inline-block;
  white-space: nowrap;
}
.form.profile-block.personal-fields h2 {
  padding-left: 5px;
}
.form.profile-block.personal-fields .inner {
  margin-left: 5px;
}
/* -------------------------- PROFILE BLOCK FROM USER ROOM END ------------------- */
/* Banners */
.banner {
  text-align: left;
  padding: 0;
}
.banner.main-banner-block {
  padding-top: 0;
  padding-bottom: 28px;
  position: relative;
  float: left;
  display: block;
  width: 100%
}
.banner.advantages-banner-block {
  padding-top: 20px;
  position: relative;
  float: left;
  display: block;
  width: 100%;
}
.banner .banner-inner,
.banner .banner-link-layer {
  position: absolute;
  margin: 0;
  padding: 0;
}
.banner .banner-inner {
  z-index: 1;
}
.banner .banner-link-layer {
  z-index: 2;
}
.banner img.banner-image {
  width: 100%;
  height: auto;
  filter: url(#sharpen) !important;
}
/* Gallery */
.gallery-groups span {
  display: inline-block;
  width: 300px;
  margin-right: 20px;
}
.gallery-images{
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: stretch;
}
.gallery-images img {
  border: 1px solid rgb(220,230,240);
  border-radius: 0px;
  margin: 10px;
  padding: 0;
}
/* Messages module */
.messages-list .message-item {
  text-shadow: 0 0 1px rgb(255,255,255);
  border-top: 1px dashed rgb(57,39,39);
  padding: 10px;
  line-height: 1.1em;
  overflow: hidden;
}
.messages-list .message-item:first-child {
  border-top: none;
}
.messages-list .message-item.even {
  background: rgb(226,240,240);
  background-color: rgba(226, 240, 240, 0.4);
}
.messages-list .message-item a.subject {
  color: rgb(78, 134, 136);
  font-size: 1.05em;
  text-decoration: none;
  vertical-align: middle;
}
.messages-list .message-item a.subject:hover {
  text-decoration: underline;
}
.messages-list .message-item .details {
  margin: 15px 10px 5px;
  padding: 0 0 0 5px;
  list-style: none;
  list-style-image: none;
  text-align: left;
  overflow: hidden;
}
.messages-list .message-item .details li {
  display: inline-block;
  line-height: 1.2em;
  margin: 0;
}
.messages-list .message-item .details li a.datetime {
  color: rgb(78, 134, 136);
  text-decoration: none;
}
.messages-list .message-item .details li a.datetime:hover {
  text-decoration: underline;
}
.messages-list .message-item .details li span.datetime {
  color: rgb(78, 134, 136);
  display: block;
}
.messages-list .message-item .details li.left {
  float: left;
  margin-right: 8%;
}
.messages-list .message-item .details li.right {
  float: right;
  white-space: nowrap;
}
.messages-form {
  margin-left: 25px;
  margin-bottom: 25px;
}

.properties {
  position: relative;
  float: left;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  text-align: left;
}
.properties li:last-child {
  margin-right: 0;
}
.properties li label {
  color: rgb(0,0,0);
  font-size: 1.0em;
  padding-right: 5px;
  vertical-align: middle;
}
.properties li .label {
  color: rgb(78, 77, 77);
  font-size: 1.0em;
  padding-right: 5px;
}
.properties li .select2-container {
  /*width: 70px;*/
  min-width: 70px;
  max-width: 340px;
}
.properties.columned li {
  /*overflow: hidden;*/
}
.properties.columned li label,
.properties.columned li .label {
  float: left;
  width: 70px;
  line-height: 30px;
}
.properties.columned li span.value {
  display: block;
  margin-left: 75px;
}


h2.articles {
  position: relative;
  float: left;
  margin: 10px 1%;
  padding: 5px 15px;
  width: 98%;
  border: 1px solid rgba(255,255,200,1);
  border-radius: 0;
  text-decoration: none;
  text-align: center;
  white-space: normal;
}

a.tags-link-side{
  text-decoration: none;
  color: rgb(0,0,0);
}
a.tags-link-side:hover{
  color: rgb(0,100,200) !important;
}

.slider-box{
  position:relative;
  float:left;
  margin:0;
  clear: both;
  width: 100%;
  padding: 0px !important;
  box-sizing:border-box;
  z-index:100;
}
.control-box{
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  border: 2px solid black;
}

.center-block {
  display: block !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
p.privacy_policy{
  color: rgb(66,66,66);
}
a.price-link{
  text-decoration: none;
  font-weight: 600;
/*  color: rgb(255,255,0);*/
}
a.price-link:hover{
  text-decoration: none;
  font-weight: 600;
 /* color: rgb(255,255,255);*/
}
a.article-link{
  text-decoration: none;
  color: rgb(50,50,150);
}
a.article-link:hover{
  text-decoration: none;
  color: rgb(100,100,255);
}
#widget_bounds{
  min-height:0;
}
ul.razdel-link{
  list-style: none; 
  margin-left: 0;
}
ul.list-link{
  list-style: none; 
}

a.page.mark-dot-12 {
  background: url('../images/mark-12-blue.png') left 6px no-repeat;
  padding-left:20px;
}
a.page.mark-dot-12:hover {
  background: url('../images/mark-12-green.png') left 6px no-repeat;
  padding-left:20px;
}
.content ul.page-list{
  list-style: none !important;
  margin-left: 0;
}
.content ul.page-list li.page{
  list-style: none !important;
}
.box-page .block-page{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  border-bottom: 1px dashed rgb(180,180,180);
}
.box-page .block-page a{
  color: rgb(0, 0, 150)
}

/* youtube */
.video-responsive {
   height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
 
    margin: 0px auto;
    /* max-width: 800px;*/
    width: 75%;
}
.video-responsive iframe {
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}
@media (max-width: 767px) {
   .video-responsive {
       width: 100%;
   }
}
/* end youtube */
.tab-knobs{
  margin-right: 1px;
  padding: 0;
  background: rgb(255,255,255);
  background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(224, 224, 224) 100%);
  background-repeat: repeat-x;
  text-shadow: 0 1px 0 rgb(255, 255, 255);
  border: 1px solid rgb(204,204,204);
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid white;
  z-index: 0;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.tab-knobs:hover{
  color: blue;
  box-shadow: none;
  background: rgb(255,255,255);
  border-color: rgb(150, 150, 150);
  border-bottom-color: white;
}
.tab-knobs a{
  display: block;
  position: relative;
  float: left;
  padding: 5px 10px 4px 10px;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.0em;
  color: rgb(0,0,0);
}
.tab-knobs a:hover{
  color: rgb(51, 122, 183);
  box-shadow: none;
}
.tab-knobs.active a{
  color: rgb(51, 122, 183);
}
.tab-knobs.active{
  border-color: rgb(150, 150, 150);
  border-bottom-color: white;
  margin-bottom: -2px;
  /*  z-index: 1000;*/
  box-shadow: none;
  background: rgb(255,255,255);
}
.tab-frame{
  position: relative;
  float: left;
  border: 1px solid rgb(200, 200, 200);
  border-radius: 0 0 5px 5px;
  margin: 0 0 10px 0;
  padding: 5px;
  width: 100%;
  background: rgb(250,250,250);
  box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.1);
}
summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;} 
summary {
   display:inline-block;
   padding: .3em 1.5em .3em .6em;
   font-size:1.3em;
   cursor: pointer;
   position: relative;
}
summary:before {
  right: .3em;
  top: .6em;
  color: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
  width: 1em;
  height: 1em;  
  content: "";
  position: absolute;
  transition: transform .5s;
}
details[open] > summary:before {
  transform: rotateZ(90deg);
}
summary ~ * {
   padding:0 1em 0 1em;
}
@keyframes sweep {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}
summary:focus {
  outline:0;
}
details{
  display:block;
  margin-bottom: .5rem;
  text-align: left;
}

/* --------------------------- driver numeric input start ------------------------------- */
.flex-params{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 14px;
}
.flex-variants{
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.param-name{
  position: relative;
  float: left;
  width: 35%;
  border: 0;
}
.param-values{
  position: relative;
  float: left;
  width: 64%;
  border: 0;
}
.ui-slider .ui-slider-handle:focus {
 outline: none; 
}
.products-wrapper .product .cover{
  border: 0;
}
#sv-search-params-enabled-checkbox .panel{
  margin-bottom: 20px;
  background: rgb(255, 255, 255);
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
#sv-search-params-enabled-checkbox .panel.panel-info{
  margin: 5px;
  /*border-color: rgb(188, 232, 241);*/
  box-sizing: border-box;
}
#sv-search-params-enabled-checkbox .panel.panel-info .panel-heading {
  padding: 2px 10px;
  width: 100%;
  border-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-color: rgb(217, 237, 247);
  /*border-color: rgb(188, 232, 241);*/
  background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
  box-sizing: border-box;
}
#sv-search-params-enabled-checkbox .panel.panel-info .panel-heading .panel-title {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  box-sizing: border-box;
}
#sv-search-params-enabled-checkbox .panel.panel-info .panel-heading .panel-title > a,
#sv-search-params-enabled-checkbox .panel.panel-info .panel-heading .panel-title > small,
#sv-search-params-enabled-checkbox .panel.panel-info .panel-heading .panel-title > .small,
#sv-search-params-enabled-checkbox .panel.panel-info .panel-heading .panel-title > small > a,
#sv-search-params-enabled-checkbox .panel.panel-info .panel-heading .panel-title > .small > a {
  color: inherit;
}

#sv-search-params-enabled-checkbox .panel.panel-info .panel-params .checkbox{
  position: relative;
  float: left;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left; 
}
#sv-search-params-enabled-checkbox .panel.panel-info .panel-params .checkbox table tr{
  height: 23px;
}
#sv-search-params-enabled-checkbox .panel.panel-info .panel-params .checkbox table td{
   vertical-align:top;
}
#sv-search-params-enabled-checkbox .panel.panel-info .panel-params .checkbox .ez-checkbox{
  position: relative;
  float: left;
  display: inline-block;
  width: auto;
  margin: 0;
}
#sv-search-params-enabled-checkbox .panel.panel-info .panel-params .checkbox input[type="checkbox"],
#sv-search-params-enabled-checkbox .panel.panel-info .panel-params .checkbox input[type="radio"]{
  position: relative;
  float: left;
  display: inline-block;
  margin: 2px 4px;
  padding: 0 10px 0 0;
}
#sv-search-params-enabled-checkbox .panel.panel-info .panel-params .checkbox label{
  display: block;
  font-weight: normal;
  white-space: normal;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-shadow: none;
}
#sv-search-params-enabled-checkbox .panel.panel-info .panel-params input.band {
  
}
#sv-search-params-enabled-checkbox .panel.panel-info .panel-params input.query {
  width: 240px;
}

#sv-search-params-enabled-checkbox .panel.panel-info .panel-params input.band,
#sv-search-params-enabled-checkbox .panel.panel-info .panel-params input.query {
  height: 24px;
  *line-height: 24px;
  width: 65px;
}
#sv-search-params-enabled-checkbox .panel.panel-info .panel-params input.text {
    padding-left: 5px;
    padding-right: 5px;
    color: #0d98b9;
    border: 1px solid #0d98b9;
    border-radius: 4px;
    *line-height: 27px;
}
#sv-search-params-enabled-checkbox .panel.panel-info .panel-params input.text:hover {
    color: #f37713;
    border: 1px solid #f37713;
}
#sv-search-params-enabled-checkbox .panel.panel-info .panel-body{
  padding: 10px;
  border-top-color: rgb(188, 232, 241);
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#sv-search-params-enabled-checkbox .panel.panel-info .panel-params.panel-body p,
#sv-search-params-enabled-checkbox .panel.panel-info .panel-params.panel-body label{
  font-size: 12px !important;
}
#sv-search-params-enabled-checkbox .panel.panel-info .panel-params.panel-footer {
  padding: 10px 15px;
  background-color: rgb(245, 245, 245);
  border-top: 1px solid rgb(221, 221, 221);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-sizing: border-box;
}
*, a:focus {
    outline: none !important;
}

.width-25{
  width: 25% !important;
}
.width-33{
  width: 33% !important;
}
.width-50{
  width: 50% !important;
}
.width-100{
  width: 100% !important;
}
.panel-heading input[type="checkbox"]{
  width: auto;
  height: auto;
  vertical-align: baseline;
}
.panel-params.panel-body input[type="radio"],
.panel-params.panel-body input[type="checkbox"]{
  width: auto;
  height: auto;
}

#sv-search-params-enabled-checkbox .panel.panel-info .panel-heading {
  color: rgb(100, 80, 90);
  background-color: rgb(247, 237, 217);
  background-image: linear-gradient(to bottom, rgb(225, 250, 255) 0%, rgb(190, 215, 220) 100%);
  background-repeat: repeat-x;
  box-sizing: border-box;
}
#sv-search-params-enabled-checkbox .panel.panel-info .panel-heading .panel-title {
  color: rgb(49, 112, 143);
}

#sv-search-params-enabled-checkbox .panel.panel-info{
background: transparent;
background: rgba(231, 245, 255,0.3);
border-color: rgb(230,225,200);
}