
@font-face {
    font-family: Neo Sans Pro; 
    src: url(/catalog/view/theme/default/fonts/NeoSansPro-Regular.otf);
}
@font-face {
    font-family: Neo Sans Pro Bold; 
    src: url(/catalog/view/theme/default/fonts/NeoSansPro-Bold.otf);
}

* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
  color:#666;
  font-size:13px;
  line-height:18px;
}
#content {
    min-height: 600px;
}
div.heading-title.heading-border-bottom {
    border-bottom: #ddd 1px solid;
    padding-bottom: 10px;
}
.btn.add-compare i, .btn.add-wishlist i {
  padding:0;
}
.btn-group-sm>.btn, .btn-sm {
    padding: 5px 20px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 3px;
}
.button-up-down {
  background: #F2F4FA;
}
.button-up-down button {
  display:block;
  line-height:1;
  padding:0 12px;
}
.button-up-down button>i {
  padding-right:0;  
  color:#B5C1C7;
}
.margin-bottom-5 {
  margin-bottom:5px;
}
.no-margin-bottom {
  margin-bottom:0;
}
.up-title {
  position:relative;
  padding:0 7px;
  background:#f0f0f0;
  border-radius:12px; 
  border:1px solid #ddd;  
  bottom:2px;
}
.options .form-group label {
  font-weight:normal !important;
}
.up-title:hover::after { 
 content: attr(data-title); 
 position:absolute;
 top:30px;
 left:-100px;
 z-index:2;
 background-color: #000;
 color: #eee;
 font-size:13px;
 line-height:1.5;
 width:240px;
 height:auto;
 padding:15px;
 opacity: 0.7 !important;
 filter: alpha(opacity=80) !important;
 border-radius:3px;
 font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}
.form-group label {
    font-size:13px;
    font-weight:600;
}
.well {
  text-align:center;
}
.well label {
  text-align:left;
}
.well a.btn:hover {
  color:#fff;
}
fieldset, form {
  margin-bottom:0;
  border:none;
}
.well p {
  line-height:1.75;
  margin:0 30px;
}
@media (min-width: 768px) {
  .box-static .form-horizontal .control-label {
    text-align: left;
    padding-right:0;
  }
}  
.box-static h3 {
    margin-bottom: 15px;    
}
.content-success h2 {
  display:none;
}
.has-error .form-control {
    border-color: #F8ACAC;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.box-advantages {
  border:1px solid #ddd;
  padding:10px;
}
.box-advantages>div {
  padding:15px;
}
.box-advantages .box-text {
  height:160px;
  width:100%;
  display:table;
}
.box-advantages .text {
  display:table-cell;
  vertical-align:middle;
  width:100%;
}
.box-advantages h4 {
  margin:10px 0 !important;  
}  
.box-advantages>div:nth-child(1) {
    border-bottom:1px solid #ddd;
  }  
.box-advantages>div:nth-child(2) {
  border-bottom:1px solid #ddd;
}
.box-advantages>div:nth-child(3) {
  border-bottom:1px solid #ddd;
}
@media (min-width:768px) {
  .box-advantages>div:nth-child(1) {
      border-right:1px solid #ddd;
  }  
  .box-advantages>div:nth-child(3) {
      border-right:1px solid #ddd;
      border-bottom:none;
  }
}
@media (min-width:1200px) {
  .box-advantages>div:nth-child(1) {
      border-right:1px solid #ddd;
      border-bottom:none;
  }
  .box-advantages>div:nth-child(2) {
      border-right:1px solid #ddd;
      border-bottom:none;
  }
  .box-advantages>div:nth-child(3) {
      border-right:1px solid #ddd;      
  }
}
/****************  header  ****************************************************/
#header {
    background-image: url(/image/back-header.jpg);
    border-bottom: rgba(0,0,0,0.05) 1px solid;
    box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
    position: relative;        
}  
.header-logo {
    width: 300px;
    margin-top: 15px;
}
.header-logo .bereza, .header-logo .text-logo {
    display: inline-block;            
}
.header-logo .text-logo {
    text-align: center;
    vertical-align: bottom;    
    margin-left: -3px;
    padding-bottom: 3px;    
}
.header-logo h1, .header-logo h2 {
  font-size:11px;
  font-family:'Open Sans',sans-serif;  
  margin:0;
  line-height:11px;
  padding:2px;
  background-color:#FCFDFF;
  font-weight:600;
  color:#4E5561;
  text-transform:uppercase;
}

.header-logo hr {
  margin:5px 10px;
}
#topNav ul.dropdown-menu li:last-child+.divider {
    display: none;
}
#topNav ul.dropdown-menu {    
    min-width: 250px;    
}
#topNav ul.dropdown-menu li a {
    color: #000;
    font-size: 12px;    
}
.quick-cart {
  margin-right:5px;
}
.warning-out-stock {
  padding:10px 30px;
  margin:15px auto 25px;
  text-align:center;
  line-height:1.8;
  font-size:13px;
  color: #a94442;
  border:1px solid #a94442;
}
#cart-total {
  float: left;
  height: 46px;
  line-height: 18px;
  padding-top: 6px;
  text-align: center;
  width: calc(100% - 50px); 
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  font-size:13px;
  font-weight:400;
  color:#4E5561;
  background-color: #f7f7f7;
}   
#cart button {
  width:150px;
  height:50px;
  border: 2px solid #ccc;
  background-color: #fff;
}
#cart .back-img {
  background-color: #fff;
  float: left;
  width: 50px !important;
  height: 46px !important;
  line-height: 46px;
  padding-right:3px;
  text-align: center;
  margin: 0;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}  
#header ul.nav-second-main li.search .btn-search {
    width: 100%;
    display: inline-block;
    height: 50px;
    width:50px;
    padding:10px 10px 9px;             
    color: #333;
    background-color: #fff;
    border:2px solid #ccc;  
    text-align:center;
}
#topBar form {
  margin:0;
}
#topBar ul.top-links {
  height:40px;
}
#language img {
  margin:0 5px;
}
@media (max-width: 992px) {
  .navbar-collapse.collapse {      
      overflow: auto !important;
  }
}
.cmswidget section {
  padding:0;
}
#topBar ul.dropdown-menu {
    min-width: 150px;    
}
#topBar ul.dropdown-menu li {
    border-bottom:1px solid #444;    
}
#topBar .btn {
    font-size:12px;      
}
#topBar ul.dropdown-menu .btn {
    height:33px;
    text-align:left; 
    border-radius:0px; 
}
#topBar ul.dropdown-menu .btn:hover {
    background-color: #4E5561;  
}
#topBar.dark ul.top-links>li:first-child {
    border-left: rgba(255,255,255,0.1) 1px solid;
}

@media only screen and (max-width: 992px) {	
  .header-logo {
      margin-top: 5px;
      width:220px;
  }
  .header-logo .bereza {
      height:50px;
      width:50px;    
  }
  .header-logo .text-logo {
      margin-left: 4px;
      padding-bottom: 0;
      margin-top:5px;
      vertical-align: top;
  }  
  .header-logo h1, .header-logo h2, .header-logo hr {
    display:none;
  }  
  #header ul.nav-second-main {
    margin-top: 5px;
}
  #header ul.nav-second-main li.search>a {
      height: 40px;
      width:40px;
      padding:5px 5px 4px;             
      color: #333;    
  }
  #header ul.nav-second-main li.search img {
      height: 24px;
      width:24px;        
  }
  #cart .back-img {
    height: 36px !important;
    line-height: 36px;   
  }
  #header .quick-cart img {
    height:28px;
    width:auto;
  }
  #header ul.nav-second-main li {
    padding-top: 4px;
  }
}
@media only screen and (max-width: 992px) {	
  #topNav div.nav-main-collapse {
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);          
  }
}
.nav-main {
  display:inline-block;
}
.nav-second-main {
  display:inline-block;
  margin-top:0 !important;  
  margin-bottom:20px !important;
}
@media only screen and (max-width: 992px) {	
  .nav-main {
    display:block;    
  }
  .nav-second-main {
    display:inline-block;    
  }
  #topMain > li:last-child {
    border-bottom: 1px solid #ddd;
  }
  #topNav div.nav-main-collapse {
    height: 230px !important;    
  }
}
/*************** меню категорий **********************/
.list-group.NewCategory_mod a, .image_cat {
  border-left:none !important; 
  border-bottom:1px solid rgba(0,0,0,.085) !important;
  border-right:none !important;
  border-top: none !important;
  text-transform:uppercase;
  padding:10px 12px !important;
  font-size:13px;
}
.image_cat {  
  padding:10px 0 10px 12px !important; 
}
.image_cat span span {  
  padding-right:30px; 
}
.list-group.NewCategory_mod .image_cat + div a.active {
  padding:5px 0 5px 30px;  
}
.list-group.NewCategory_mod .list-group-item {
  margin:0 !important;  
}
.image_cat + .categ_par {
  padding:10px 0 25px 20px;
  border-bottom:1px solid rgba(0,0,0,.085) !important;  
}
.image_cat + .categ_par a {
  border-bottom:none !important;
  padding:10px 12px 0 12px !important;
  font-size:12px;
}
i.icons_cat {
  width:20px !important;
  height:10px !important;
  font-size:10px !important;
}
.menu-nm {
  margin-bottom:15px;
}
.menu-nm h3 {
  text-align: left;
  padding-left:12px;
  margin: 10px 0;
  display:inline-block;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover, .list-group.active {
    background: #fff;
    color: #8ab933;
    text-shadow: 0 0px 0;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #8ab933;
    background-color: #fff;   
}
@media only screen and (max-width: 992px) {	
  .list-group.NewCategory_mod a, .image_cat {  
    padding:10px 0 !important;  
  }
  .image_cat + .categ_par {
    padding:5px 0 15px 5px;    
  }
  .image_cat + .categ_par a {
    padding:8px 12px 0 5px !important;\    
  }
}
/********************  cart mobile  **********************************/
@media (max-width: 767px) {
  #cart .back-img {
  display:none;
  }    
  #cart-total span {
  display:none;
  }
  #cart-total {
  color:#fff;
  width:auto;
  height:21px;
  font-size:13px;
  line-height:20px;
  padding:0 7px;
  border-radius:12px; 
  margin-right:10px;
  margin-left:35px;  
  top:-5px;  
  }
  #cart button {
    width: auto;
    height: 38px;
    border: none;
    background-color: transparent;
    position:relative;
  }
  #cart button i {
    color:#ddd;
    font-size:18px;
    padding-top:10px; 
    position:absolute;
    bottom:7px;
    left:10px;  
    padding:0;   
  }
} 
@media (min-width: 768px) {  
  #cart button i {
    display:none;
  }
}
/******************************* breadcrumb  **********************************/
.breadcrumb {
    font-size: 12px;
    line-height: 14px;
    background: transparent;
    margin: 30px 0 30px;  
    padding:0 15px;      
}
.breadcrumb li a {
    color:#333;
    padding: 30px 0;
}
/********************************* footer *************************************/
footer {
    background: #0D1014;    
    color: #999;
    font-size:13px;
}
footer .about, footer .contacts, footer .footer-account{
    margin-top:40px;
}
footer h4, footer h5 {    
    color: #ccc;    
}
.contacts h6 {    
    padding-left:32px; 
    margin-top:5px; 
}
.contacts ul {
    width:300px;
    margin:0 auto;
    padding-left:40px;
}
.contacts ul li {
    text-align: left;
    margin-bottom: 15px;
    font-weight:400;
}
.contacts ul li:first-child img {
    float:left;
}
footer .contacts ul li {
    color: #ccc;        
}
.contacts ul li img {
    width: 22px;
    height: auto;   
    margin-right: 10px;
    margin-top: -4px;
}
.contacts ul li h5, .contacts ul li h6 {
    margin-bottom:0;
}
footer a:hover {
  color:#fff;
}
footer .contacts p {
    color: #ccc;
    margin-bottom:10px;
}
footer .contacts h6 {    
    color: #ccc;      
}
footer .contacts ul {
    list-style: none;  
    padding-left:0;
    width:auto;
    margin-bottom:30px;  
}
footer .contacts ul {
    border-bottom: 1px solid #444;
}
footer hr {
  background-color:#444;
  margin-top:25px;
}
footer .about p {
  text-align: left;
  margin-bottom:10px;
  padding-right:10px;
}
footer .footer-pay span {
  margin-right:3px;
}
footer .social-icon {
    width: 35px;
    height: 35px;
    border:2px solid #aaa;
    color:#ddd !important;
}
footer .social-icon i {
    font-size:16px !important;
    width: 35px;
    height: 35px;
    margin-left:-2px !important;
    margin-top: 7px;
}  
footer .social-icon:hover i:last-child {
    margin-top: 7px;
}   
footer .social-icon:hover i:first-child {
    margin-top:-36px;
}
.footer-account ul li {
    padding: 0 0 5px;
    border-bottom: 1px dashed #666;
    margin-bottom:10px;
}
.footer-account ul li a {
    color: #B0B0B0;
    text-transform:uppercase;
}
.footer-account ul li a:hover {
    color: #fff;
}
.call .modal-content, .write .modal-content {
  padding:10px 30px 0;
}
/****************  category *************************************************/
.category-top {
  border-bottom:1px solid #ddd;
  margin:10px 0 20px;
  padding-bottom:12px;
  position:relative;
} 
.select2-search--dropdown {
  display: none !important;    
}
.category-top h1 {
  width:calc(100% - 280px);
  display:inline-block;
}
.category-top .sort {
  width:285px;
  position:absolute;
  bottom:5px;
  right:0;
}
@media (max-width: 767px) {
    .category-top h1 {
    width:calc(100% - 100px);
    font-size:24px;
  }
  .category-top .sort {
    display:none;
  }
}
div.shop-item-price .price-old {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
    padding:0;
}
div.shop-item-price .price-new {
    font-size: 20px;
    font-weight: 600;
}
.shop-item div.heading-title h5 {
    font-size:13px;
}
.shop-item div.divider i {    
    font-size: 16px;    
}
.sub-category {
  margin-left:40px;
}
.sub-category li {
  margin-bottom:10px;  
}
.sub-category li a {
  text-transform:uppercase;  
}
h3.seo-category, .info-content h3.seo-category, h3.seo-product {
  border:none;
  text-transform: none;
  font-size:16px;
  width:70%;
  margin:0 auto 40px;
}
h3.seo-product {
  font-size:14px;  
}
.sort .input-group-addon {
  border:none;
  background:#fff;
}
#input-sort {
  height:36px;  
  padding: 5px 10px;  
  line-height: 18px; 
  width:180px;  
}
.sort .input-group-sm>.input-group-addon {
  line-height:24px;
  font-size:13px;
  font-weight:normal;
  width:106px;
  text-align:right;
}
#input-sort option:hover {
  background-color:#000; 
}
.item-box .item-hover .inner {    
    z-index: 75;   
}
.category-stock {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 10%;
    margin-top: -10px;
    margin-bottom: 0;
    width: 100%;
    z-index: 100;
    line-height: 23px;
}
/*********************  product.tpl  *******************************************/
#button-cart {
   display:inline-block; 
   width:calc(100% - 115px);
   margin-left:10px; 
   margin-top:-2px;  
   vertical-align:bottom; 
}
.product-qty-input {
   display:inline-block;
   width:auto;
   height:46px;
   float:left;
   border: #ddd 2px solid;
   -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top:-2px;
}
.product-qty-input button {
  display:inline-block;
  width:30px;
  height:42px;
  float:left;  
  box-shadow: none; 
  background-color:#f3f4f7; 
  font-weight:600;
  font-size:20px;
  color:#aaa;
}
.product-qty-input button:hover {   
  background-color:#f6f7fa;   
}
.product-qty-input button#qtyminus {
  border-right: #ddd 1px solid;
}
.product-qty-input button#qtyplus {
  border-left: #ddd 1px solid;
}
#input-quantity {
  display:inline-block;
  width:40px;
  height:42px;
  text-align:center;
  float:left;
  padding:6px;  
  border:none;
}

.product-image {
  padding-top:15px; 
  flex-grow:1; 
}   
.product-property {
  margin:0;
}
.product-property li {
  margin-bottom:10px;
}
.product-property li a {
  color:#666;
}
.product-property span.title {
  display:inline-block;
  vertical-align:top;
  width:135px;
  font-size:13px;
  position:relative;
  color:#999;
  top:1px;
}
.product-property span.text {
  display:inline-block;
  vertical-align:bottom;
  position:relative;
  top:1px;
  width:calc(100% - 160px);  
  font-size:13px;  
}
.product-property span.text.stock {
  width:auto;
  text-align:center;
  padding:5px 15px;
  background:#f3f4f7;  
  top:-5px;
  left:5px;
  font-weight:400;
}
.product-right .price {
    font-size: 20px;
    font-weight: 600;
}
.product-right .price>span {
    color: #999;
    font-size: 15px;
    display: inline-block;
    padding: 0 10px;
    font-weight: 400;
}
.product-right {
  position:relative;
  flex-shrink:0;
  width:360px;
  padding-top:20px;
  padding-left:30px;
}
.product-right .stock {
  position:absolute;
  top:25px;
  right:15px;  
  font-weight:600;
}
.product-right .in-stock {
  color:#02B700;
}
.product-right .out-stock {
  color:#FE2F00;
}
.product-right .made-to-order {
  color:#FE9900;
}
.category-stock.in-stock {
  color:#cdff76;
  font-size:13px;  
}
.category-stock.made-to-order {
  color:#FFE676;
  font-size:13px;  
}
.content-product .category-top {
  margin-bottom:0;
}
.content-product #column-left {
  margin-top:20px;
  padding-right:25px;
}
@media all and (max-width: 991px) {
    .product-row {
        flex-flow:column;
    } 
    .product-right {
        width:auto;
    }
}
@media (min-width: 992px) {
  .content-product .product-right {
    border-left: 1px solid #ddd;
    box-shadow: inset 8px 0 30px -15px #ddd;
  }  
}
.content-product .product-row {
    border-bottom: 1px solid #ddd;  
    border-left: 1px solid #ddd; 
    box-shadow: -8px 0 30px -15px #ddd;     
    margin-bottom:40px;  
    display:flex; 
}
#product label {
  font-size:13px;
}
#product .bg-danger {
  display:inline-block;
  background-color: #fff;
  color:#a94442;
  padding-bottom:5px;
}
#tab-description ul {
  padding-left:17px;
}
#product .radio {
  margin:0;
  margin-right:1px;
  margin-bottom:3px;
  padding-left:0;
}
#product .radio:hover {
  background-color:#eee;
}
#product .radio input {
  display:none;
}
#product .radio label {
  padding:2px 20px;
  border:1px solid #ddd;  
}
#product .radio input:checked + label {
  background-color:#4E5561;
  border:1px solid #4E5561;
  color:#fff;
}
#product textarea.form-control {
  border:1px solid #ddd;
}
.list-tags ul li {
  list-style-type:none;
  display:inline-block;
}
.list-tags .btn-default {
  list-style-type:none;
  display:inline-block;
  border-width: 1px;
  margin-right:5px;
  margin-bottom:5px;
  padding:2px 10px;
}
.list-tags p {
  margin-bottom:10px;
}
.accept-orders {
  background-color: #f7f7f7;
  padding: 30px 50px;
  color: #666;  
  margin:20px auto 40px;
  border:1px solid #ddd;
  border-radius:4px;
  line-height:1.75;
}
.product-image .image-additional {
  width:19%;
  height:auto;
  margin-right:1%;
  margin-bottom:5px;
  float:left;
}
.product-image .image-additional a {
  margin:0;
}
.product-image .image-additional img {
  margin:0 auto;
}
/*********************   owl карусель   **********************************/
.owl-wrapper-outer {    
    box-shadow: none;
    border:none;
}
.owl-carousel.featured .owl-controls.clickable {        
    position: absolute;
    right: 0;
    top: 0 !important;
    margin-top:-40px;
}
.owl-carousel.featured .owl-next {
    right:0;
}
.owl-carousel.featured .owl-prev {
    left:-70px;
}
.owl-carousel.featured .owl-buttons div i {
    font-size: 32px;
    margin: -20px 0 0;
}
.owl-carousel.zoom-more .owl-controls.clickable {
    top: 90px !important;
    bottom: auto !important;
    margin:0;
    right: 0;
}
/********************************  first-screen   **************************************/
#first-screen {
  background-repeat: no-repeat;
  background-size: cover;
  background-position:50% 50%;
  min-height:460px;
  padding:30px 0;
  color:#fff;    
  text-align:center;
}
#first-screen .container {
  display:table;
}
#first-screen .first-screen-text {
  width:70%;
  margin:0 auto;
  display:table-cell;
  vertical-align:middle;
}
#first-screen h2 {  
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
  margin:20px auto;
  font-size:32px; 
  line-height:1.3;  
  max-width:600px; 
}
#first-screen h2 span {
  font-size:18px; 
  text-transform:none;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  color:#fff; 
  line-height:1.2;
  display:block; 
  padding-top:20px;
  text-shadow:none; 
}
#first-screen .welcome {
  font-size:48px;
  text-transform:uppercase; 
  line-height:1.1;
  font-weight:300; 
  max-width:500px;  
  margin:0 auto; 
}
#first-screen .welcome span {
  font-size:24px;
  text-transform:none;    
}
#first-screen .where {
  line-height:1.75;    
}
#first-screen .divider {
  width:70%;
  margin:20px auto 10px;    
}
#first-screen .searchhome {
  display:block;
  width:70%;
  min-width:270px;
  margin:50px auto 30px;    
}
#text-home {
  font-size:14px;
  line-height:1.6;
}
#text-home ul li {
  margin-bottom:10px;
}
.poem {
  width:420px;
  margin:0 auto;
  text-align:center;  
  line-height:1.75;
  font-style:italic;
  font-size:14px;
}


/*************** витрина категорий на главной *********************************/

.rb-gallery-inner {
  margin-bottom: 40px;  
}

.rb-gallery-item .price {
  font-weight: 400;
  box-shadow: black 0px 2px 8px -2px;
  padding: 5px 20px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  white-space: nowrap;
  width: auto;
  height: auto;
  line-height: 1.6;
  position:absolute;
  background: #666;
}
.rb-gallery-item .price.red {
  background: rgb(169, 69, 69);
}
.rb-gallery-item .price.green {
  background: #8ab933;
}
.rb-gallery h3 a:hover {
  color:#8ab933;
}


/*********** Хлебницы и короба + Шкатулки ***********/
#rb_gallery_13 .rb-gallery-inner
{
  max-width:400px;
  margin:0 auto 40px;
}
#rb_gallery_13 h3
{
  position: absolute;  
  margin:0 !important;
}
#rb_gallery_13 img
{  
  width:100%;
  max-width:300px;
  height:auto;    
}
.rb-gallery-item.breadbox {
  padding-right:0;
  padding-left:30px;  
}
#rb_gallery_13 .breadbox .rb-gallery-img-outer {
  padding:40px 50px 0 0;
}
#rb_gallery_13 .breadbox h3
{
  top: 0;
  right: 30px;
  text-align: right !important;
  width: 160px;
}
#rb_gallery_13 .breadbox-en h3
{  
  right: 60px;  
}
#rb_gallery_13 .breadbox .price
{  
  bottom: 35px;
  left: 20px;   
}
#rb_gallery_13 .box .rb-gallery-img-outer {
  padding:0 0 20px 0;
}
.rb-gallery-item.box {
  padding-right:30px;
  padding-left:0;  
}
#rb_gallery_13 .box h3
{
  bottom: 5px;
  right: 30px;
  text-align: right !important;  
}
#rb_gallery_13 .box .price
{  
  top: 0px;
  right: 90px;   
}

/*************  Туеса  ***************/
#rb_gallery_14 .rb-gallery-inner
{
  max-width:230px;
  margin:0 auto 40px;
}
#rb_gallery_14 h3
{
  padding-left:200px;
  margin-bottom:0;
}
@media (max-width: 767px) {
  #rb_gallery_14 h3
  {
    padding-left:50px;   
  }
}
#rb_gallery_14 .text-gallery
{
  text-align:center;  
}
#rb_gallery_14 .text-gallery a
{
  font-size:13px;
  font-weight:bolder;
  color:#666;
}
#rb_gallery_14 .text-gallery a:hover
{  
  color:#8ab933;
}

/*********** Посуда ***********/

#rb_gallery_9
{    
  background-color: #F3F4F7;  
}
@media (min-width: 768px) {
  #rb_gallery_9
    {
      width: calc(35% - 40px);
      float:left;   
      background-color: #F3F4F7;
      margin-right:40px;
      margin-top:15px;
    }
}
@media (max-width: 767px) {
  #rb_gallery_9
    {
      margin:20px 20px 60px;
    }
}
#rb_gallery_9 .rb-gallery-inner
{
  width:calc(100% - 40px);
  max-width:280px;
  margin:0 auto;
}
#rb_gallery_9 h3
{
  text-align:center;
  padding-top:15px;
  margin-bottom:5px;
}
#rb_gallery_9 .text-gallery
{
  text-align:center;
  padding:20px 0 0;
}
#rb_gallery_9 .text-gallery a
{
  color:#666;
  font-weight:bolder;
  line-height:1.8;
}
#rb_gallery_9 .owl-dots
{
  display:none;
}
#rb_gallery_9 .text-gallery a:hover
{  
  color:#8ab933;
}
#rb_gallery_9 .price
{  
  top: 10px;
  right: -10px;   
}

/*********** Украшения и аксессуары ***********/
@media (min-width: 768px) {
  #rb_gallery_10
    {
      width:65%;
      float:left;      
    }
}
#rb_gallery_10 .rb-gallery-inner
{
  max-width:300px;
  margin:0 auto 40px;
}
#rb_gallery_10 h3
{
  text-align:center;
}
#rb_gallery_10 .text-gallery
{
  text-align:center;  
}
#rb_gallery_10 .text-gallery a
{
  font-size:13px;
  font-weight:bolder;
  color:#666;
}
#rb_gallery_10 .text-gallery a:hover
{  
  color:#8ab933;
}
/*********** Лапти + корзины ***********/  
@media (min-width: 992px) {
  #rb_gallery_8
  {
    clear:both;
    width:50%;
    float:left;  
  }
}  
#rb_gallery_8 .rb-gallery-inner
{
  height:340px;  
  max-width:300px;
  margin:0 auto;
}
#rb_gallery_8 h3
{
  position:absolute;
}

#rb_gallery_8 .baskets .price
{  
  top: 10px;
  right: 40px;   
}
#rb_gallery_8 .baskets img
{  
  width:100%;
  max-width:225px;
  height:auto;    
}
.rb-gallery-item.baskets {
  padding-right:0;
  padding-left:0;  
}
#rb_gallery_8 .baskets .rb-gallery-img-outer {
  padding:20px 30px 0 0;
}
#rb_gallery_8 .baskets h3
{
  bottom: 0;
  left: 0;  
}

#rb_gallery_8 .bast-shoes .price
{  
  bottom: 70px;
  right: 50px;   
}
#rb_gallery_8 .bast-shoes img
{  
  width:100%;
  max-width:225px;
  height:auto;    
}
.rb-gallery-item.bast-shoes {
  padding-right:0;
  padding-left:0;  
}
#rb_gallery_8 .bast-shoes .rb-gallery-img-outer {
  padding:20px 60px 0 0;
}
#rb_gallery_8 .bast-shoes h3
{
  top: 0;
  left: 20px;  
}
/*********** Сувениры и подарки ***********/
@media (min-width: 992px) {
  #rb_gallery_12
  {
    width:50%;
    float:left;    
  }
}  
#rb_gallery_12
  {    
    height:auto;
    min-height:280px;
    background-color: #F3F4F7;
    padding:15px 20px 15px 10px;
  }
#rb_gallery_12 .rb-gallery-inner
{  
  max-width:300px;
  margin:0 auto;
}
#rb_gallery_12 .rb-gallery-list
{
  width:50%;
  float:left;  
}
#rb_gallery_12 .rb-gallery-item
{
  padding:0;  
}
#rb_gallery_12 .rb-gallery-description
{
  width:50%;
  float:right;  
  padding-top:10px;
}
#rb_gallery_12 .rb-gallery-description a
{
  color:#666;
}
#rb_gallery_12 .rb-gallery-description a:hover
{
  color:#8ab933;
}
#rb_gallery_12 h3
{
  margin-bottom:5px;
}
#rb_gallery_12 .list-souvenirs
{
  line-height:2;
  padding-left:25px;  
}





#home #column-right .owl-carousel, .owl-carousel.owl-carousel-latest {
  padding:20px 30px;
  background-color:#F3F4F7;
  height:1100px;
  display:block;
}
#home #column-right .owl-carousel .item-box, .owl-carousel.owl-carousel-latest .item-box {
  padding:0;  
}
#home #column-right .owl-carousel .owl-next, .owl-carousel.owl-carousel-latest .owl-next {
  width:30px !important;  
  margin-top: -72px !important;
}
#home #column-right .owl-carousel .owl-prev, .owl-carousel.owl-carousel-latest .owl-prev {
  width:28px !important; 
  margin-top: -72px !important; 
}
#home #column-right .owl-carousel div.shop-item-summary, .owl-carousel.owl-carousel-latest div.shop-item-summary {
    padding: 10px 8px 40px;    
}
#home #column-right .owl-carousel div.shop-item-summary div.divider i, .owl-carousel.owl-carousel-latest div.shop-item-summary div.divider i {
    line-height: 1;
    font-size: 15px;
    color: #ccc;
}
#home #column-right .owl-carousel, .owl-carousel.owl-carousel-latest {    
    margin-bottom:50px;
  }
.owl-carousel div.shop-item-price {
    font-size: 16px;
    line-height: 16px;
    color:#666;   
}
@media (max-width: 1199px) {
    .owl-theme .owl-controls .owl-page span {
    width: 15px; 
    margin:5px 5px;   
  }
}
@media (max-width: 991px) {
    .owl-theme .owl-controls .owl-page span {
    width: 15px; 
    margin:5px 3px;   
  }
}
@media (max-width: 1199px) {
  #home #column-right .owl-carousel, .owl-carousel.owl-carousel-latest {
    height:950px;
    padding:20px 20px;    
  }
}
@media (max-width: 991px) {
  #home #column-right .owl-carousel, .owl-carousel.owl-carousel-latest {
    height:600px;
    padding:20px 15px;
  }
}
div.shop-item-summary h4 {
    font-size: 12px;
    color: #666;
    margin: 0 0 5px 0;
    text-transform: none;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-weight: 400;
    height: 40px;
    max-height: 40px;
    overflow: hidden;
    width: 100%;
    display: table;
}
div.shop-item-summary h4 a {
    color: #666;
    display: table-cell;
    vertical-align: middle;
}

#home #column-left {
  width:100%;
  display:block !important;  
}

.featured-mobile {
  clear:both;
  padding-top:40px;
}
.heading-title.heading-featured {
  background-color:#F3F4F7;
  padding:20px 10px 0; 
  margin:0;   
  text-align:center;
}
.heading-title.heading-featured h4 {
  background-color:#F3F4F7;
  font-size:16px;
  padding:0;  
}

.box-gray>div:nth-child(1) {
	background-color:#292E38;
}
.box-gray>div:nth-child(2) {
	background-color:#4E5561;
}
.box-gray>div:nth-child(3) {
	background-color:#797F8A;
}
.box-gray>div:nth-child(4) {
	background-color:#A3A9B3;
}
.box-gradient h4 {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 24px; 
    padding:0 20px;   
}
.box-gradient>div>p {
    font-size: 15px;
    margin: 0;
    height: 80px;
    overflow: hidden;
    padding:0 30px;
}
@media (min-width: 480px) {
    .box-gradient>div>p {
      height: 40px;    
  }
}
@media (min-width: 768px) {
    .box-gradient>div>p {
      height: 60px;    
  }
}
@media (min-width: 992px) {
    .box-gradient>div>p {
      height: 40px;    
  }
}
@media (min-width: 1200px) {
    .box-gradient>div>p {
      height: 60px;    
  }
  .box-gradient h4 {
    height:50px;   
  }
}
@media (min-width: 1360px) {  
  .box-gradient h4 {
    height:30px;   
  }
}
@media (min-width: 1560px) {  
  .box-gradient>div>p {
      height: 40px;    
  }
}
.box-gradient .btn-default {
    margin-top:20px;
    background-color: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.5);
    color:#eee;
}
.box-gradient .btn-default:hover {
    background-color: rgba(255,255,255,0.4);
    border-color: rgba(255,255,255,0.8);
    color:#fff;
}
/******************************  информация  ***********************************/
.info-content {
	font-size: 13px;
	color: #444;	
}
.info-content div.divider {
    margin: 10px 0 30px;
    min-height: 20px;
}
.info-content .list-shipping img, .info-content .list-payment img {
    max-width: 60px;
    max-height: 60px;
    margin: 5px 15px 5px 0;
}
.info-content .panel-default {
    padding: 25px;
    border: 1px solid #ddd;
    background: #eee;
}
.info-content h3 {
    font-size:16px;
    padding:10px 10px;
    background-color:#eee;    
}
.info-content .box-static .box-title {
    border-bottom: none;
}
.info-content .list-styled {
    padding-left:30px;
}
.toggle-payment span {
  display:inline-block;  
  width:170px;
  height:46px;
  text-align:center;
  margin-right:20px;
  background:#fff;
  padding:8px 0;
  border:1px solid #eee;  
}
.toggle-payment img {
  max-width:150px;
  max-height:30px;    
}
.toggle-payment h5 span {
  display: inline-block;
  width: auto;
  height: auto;
  text-align: left;
  margin-right: 0;
  background: #fff;
  padding: 0;
  border: none;
  position:relative;   
  top:3px;
}
.toggle-payment h5 {
  display: inline-block;
  width: auto;
  height: auto;
  text-align: left;
  margin-right: 0;
  background: #fff;
  padding: 0;
  border: none;
  position:relative;   
  top:3px;
  margin-top:25px;
  margin-bottom:10px;
}
.toggle-payment h5 img {
  padding-right:15px;   
}
.toggle-payment p {
  margin-bottom:7px;   
}
.toggle-payment label {
  font-size:14px !important;
}
.info-content ul {
  padding-left:30px;
}
.info-content ul li {
  margin-bottom:5px;
}  
.if-questions {
  padding:40px 20%;
  text-align:center;
  line-height:1.5;
  text-transform:none;
}
/***************************   simple   ***************************************/
#simplecheckout_shipping .simplecheckout-block-content {
  background-color:#F3F4F7; 
  padding:20px 15px; 
}
#simplecheckout_payment .simplecheckout-block-content {
  background-color:#F3F4F7; 
  padding:20px 30px; 
}
#agreement_checkbox a {
  font-weight:400;
  text-decoration:underline;
}
#agreement_checkbox input {
  margin-right:10px !important;
} 
@media (max-width: 767px) {
  #agreement_checkbox {
    display:block;
    float:none;
  }  
  .simplecheckout-button-right {
    margin-top: 0 !important;
  }
  #simplecheckout_button_confirm {
    margin-top: 30px !important;
  }
}
#simplecheckout_payment .row {
  margin:0 !important;
}
#simplecheckout_payment_form h4 {
  font-size:20px;
}
#simplecheckout_payment_form a {
  font-weight:400;
  color:#60AA45;
  text-decoration:underline;
}
#simplecheckout_payment_form a.btn {
  text-decoration:none;
}
#simplecheckout_payment_form .sbrf-mail {
  display:none;
}
#simplecheckout_shipping label.shipping-metod {
  display:inline-block;  
  position:relative; 
  width:100%; 
  height:auto;  
}
#simplecheckout_shipping input:checked + .radio {
  background-color: #F3F4F7;  
}
#simplecheckout_shipping img {
  width:70px;    
  padding:0;
  margin:5px 15px 10px !important; 
  vertical-align:top !important; 
  display:inline-block;
  float:left;  
}
#simplecheckout_shipping img {
  display:none !important;  
}
#simplecheckout_shipping .title img {
  display:inline-block !important;  
}

@media (max-width: 480px) {
  #simplecheckout_shipping .title {
    padding-left:20px;  
  }
  #simplecheckout_shipping .title img {
     display:none !important;  
  }
  #simplecheckout_shipping .title label, #simplecheckout_shipping .title fieldset {    
    width: 100% !important;    
  }
}



#simplecheckout_shipping .form-group {
  margin-bottom:0;
  position:relative;
  display:inline-block;
  width:100%;
  height:auto;
}
#simplecheckout_shipping .form-group.row-shipping_adresspvz.has-error {  
  width:400px;  
}
#simplecheckout_shipping .title label, #simplecheckout_shipping .title fieldset {
  font-weight:normal;
  font-size: 12px;  
  padding-left:0px; 
  width:calc(100% - 100px);   
  float:right;  
  padding-top:10px; 
}
#simplecheckout_shipping .title fieldset .row-shipping_ozon_pvz {
  height:60px;
}
#simplecheckout_shipping .title fieldset .col-sm-8 {
  width:100%;
}
#simplecheckout_shipping .title fieldset label {
  display:none !important;
}
#simplecheckout_shipping .title fieldset .simplecheckout-rule-group {
  margin-top:45px;
  font-size:13px;
}
#simplecheckout_shipping .title fieldset .form-group.row-shipping_adresspvz.has-error .simplecheckout-rule-group {
  margin-top:0;  
}
#simplecheckout_shipping .form-group label.shipping-metod {
  padding:0; 
  width:100%;
}
#simplecheckout_shipping .title {
  display:inline-block !important;
  float:left;
  width:calc(100% - 80px);
  height:auto;
  font-size:13px;
  font-weight:bolder;  
}
#simplecheckout_shipping .title span {
  font-weight:normal;
  font-size:12px;
  display:inline !important;
}
#simplecheckout_shipping .cost {
  display:inline-block !important;
  text-align:right;
  float:right;
  font-size:13px;
  font-weight:bolder;
  width:80px;  
}
#simplecheckout_shipping .description {
  display:inline-block;
  float:left;
  font-weight:normal;  
  padding-top:5px;
}
#simplecheckout_shipping .radio {
  width:100%;
  padding: 10px 15px;
  background-color: #fff; 
  margin:0; 
  line-height: 20px; 
}
#simplecheckout_shipping .shipping-method {
  padding:10px 12px;
  background-color:#fff;
  border:1px solid #ddd; 
  margin-bottom:10px;
}
#simplecheckout_shipping .radio:hover {
  background-color:#F3F4F7;
}
#simplecheckout_shipping fieldset {
    border: none;  
    width:100%;  
}
#simplecheckout_shipping .title span.cdek_selectedPvzInfo {
  display:block !important;
  padding-top:10px;  
}
.cdek_description {
    border: none;
    display:block;
    margin:0;
    padding:0;          
}
.sdek_pvz_info a { 
  margin-top:20px;  
}

.row-shipping_adresspvz label, .row-shipping_adresspvz input {
    display:none !important;    
}
.row-shipping_adresspvz .col-sm-8 {
    width:100%;    
}                  
.row-shipping_transport_company {
  margin-top:10px;
}
.row-shipping_transport_company select {
  font-size:13px;
  font-weight:normal;
}
.row-shipping_transport_company .col-sm-8 {
  clear:both;
  padding-left:5px;
  width:100%;
}
.row-shipping_transport_company .control-label {
  display:none !important;
}
.you-will-be-registered {
    font-size: 12.5px;
    padding: 10px 5px 15px;
    font-weight:400;
}
#simplecheckout_button_next, #simplecheckout_button_confirm {
  padding:6px 30px;
  text-transform:uppercase;
}
#total_shipping span span {
  display:none !important;
}


a.ll_open_map {
    padding: 5px 20px !important;
    font-size: 13px;   
    border-radius: 3px;    
    }
.ll_shipping_widget .collapse.in, .ll_shipping_widget .collapse.show {
    margin-top:15px;
}    
.ll_shipping_widget .panel .panel-heading > .form-inline > a, .ll_shipping_widget .prmn-cmngr__city {    
    padding:0 0 1px 0 !important;
    text-decoration:none !important;
    border-bottom:1px dotted #8ab933 !important;
    font-family: 'Neo Sans Pro','Open Sans',Arial,Helvetica,sans-serif;
    font-weight:300;
}
.ll_shipping_widget .panel .panel-heading {
    color:#8ab933;
}
.ll_shipping_widget .panel > .table > tbody > tr > td {
    padding: 8px 12px;    
}  
.ll_shipping_widget .panel .panel-heading, .ll_shipping_widget .panel .panel-footer {    
    background-color: #f7f7f7;
}  
.ll_shipping_widget .btn {
    margin:10px 0;
    margin-left:0;
}   
.ll-shipping-metod .image {
    display:inline-block;
    width:70px;    
    float:left; 
    text-align:left;
    padding-top:3px;   
}
.ll-shipping-metod .image img {    
    width:60px;
    height:auto;        
}
.ll-shipping-metod .title {
    display:inline-block;
    width:calc(100% - 160px);
    float:left;
    font-weight:600;
}
.ll-shipping-metod .cost {
    display:inline-block;
    width:80px;
    float:right;
    text-align:right;
    position:relative;
    top:5px;     
}
.ll-shipping-metod .description {    
    width:100%;
}
.ll-shipping-metod .title span {
    font-size:11px;
    font-weight:400;            
}
.ll-shipping-metod .description span {
    font-size:11px;
    display:inline-block;   
    margin-top:5px; 
}
.ll-shipping-metod span.cdek_selectedPvzInfo {
    display: block !important;
    padding-bottom:10px;    
}
.ll_shipping_widget .panel > .table > tbody > tr.success > td {
    background-color: #fff;
}
@media (max-width:360px) {
  .ll-shipping-metod .image {
    display:none;      
  }
  .ll-shipping-metod .title {
    width:calc(100% - 90px);    
  }
}

/*************************   payment   *************************/
#simplecheckout_payment .radio {
  padding:10px 8px;
  background-color:#fff;
  border:1px solid #ddd; 
  margin:10px 0;  
  display:block;   
  line-height:1.5;   
}
#simplecheckout_payment label span.input-span {  
  width:20px;      
  margin:20px auto 0;
}
#simplecheckout_payment label span.input-span i {   
  left:-2px;   
}

#simplecheckout_payment .radio img {
    display:block;
    max-height:62px;    
    width:auto;
    padding: 10px 0 20px;  
    margin:0 auto;    
}
#simplecheckout_payment .radio .pay-description img+img {
    display:none;       
}
#simplecheckout_payment .radio .description {    
    font-size:12px;
    font-weight:400;   
    line-height:1.3;
    color:#888;   
    padding-top:10px; 
}
@media only screen and (max-width: 600px) {
  #simplecheckout_payment .radio img {
      
  }
  #simplecheckout_payment .radio span {
    position:relative;
    left:0;
    top:0;
  }  
  #simplecheckout_payment .radio .description {    
    position:relative;
    padding:0;  
  }
}
#simplecheckout_payment .radio .description p {    
    margin-bottom:10px;  
}
#simplecheckout_payment .radio .description ul {    
    margin-bottom:10px; 
    padding-left:17px; 
}
#simplecheckout_payment .radio .description ul {    
    margin-bottom:10px; 
    padding-left:17px; 
}
#simplecheckout_payment .back-pay-description {    
    display:table; 
    height:170px; 
    width:100%;    
}
#simplecheckout_payment .pay-description {    
    display:table-cell; 
    vertical-align:middle;     
}
#simplecheckout_payment .radio label {
    font-size:13px;
    font-weight:600;
    position:relative;
    width:100%;
    display:block;   
    padding-right:20px; 
    text-align:center;
  }

#simplecheckout_payment .radio:hover {
  moz-box-shadow: 0 1px 3px rgba(208,208,208,0.8);
  -webkit-box-shadow: 0 1px 3px rgba(208,208,208,0.8);
  box-shadow: 0 1px 3px rgba(208,208,208,0.8);
}


#simplecheckout_payment input[type=radio][disabled], #simplecheckout_payment input[type=radio][disabled] ~ div, #simplecheckout_payment input[type=radio][disabled] ~ div.radio label {
    cursor: no-drop;
}

#simplecheckout_payment input[type=radio][disabled] ~ div.radio label {
    cursor: no-drop;
    opacity: 0.5;
}

/*****************************  cart   *************************************/

#simplecheckout_payment_form .alert {
  line-height:1.75;
}
#simplecheckout_shipping p {
  font-size:14px;
  margin:15px 0 8px;
}
#simplecheckout_shipping .form-group label p {
  margin:4px 0;
}
#simplecheckout_shipping .text-shipping p {
    font-size: 12.5px;
    font-weight:400;    
}
.checkout-simplecheckout h1 {
  padding-bottom:10px;
  border-bottom:1px solid #ddd;
}
.checkout-simplecheckout div.heading-title {
    margin-bottom: 15px;
}
.checkout-simplecheckout h5 {
    margin-bottom: 0; 
    padding:0;  
}
.simplecheckout-cart tr td {
  display:table-cell;
  vertical-align:middle !important;
}
.simplecheckout-cart .quantity-adder .add-action {
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 23px;
    line-height: 23px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    width: 40px;
    background: #F2F4FA;
    color: #B5C1C7;
    border: 2px solid #ddd;
    border-left: none;
    border-radius: 0 3px 3px 0;
}
.simplecheckout-cart .quantity-adder .add-action.fa-sort-up {
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-left: none;
    border-bottom: none;
    border-radius: 0 3px 0 0;
}
.simplecheckout-cart .quantity-adder .add-action.fa-sort-desc {
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-top: none;
    border-left: none;
    border-radius: 0 0 3px 0;
}
.simplecheckout-cart .quantity-number {
    display:inline-block;
    width:50px;
    float:left;    
}
.simplecheckout-cart .quantity-wrapper {
    display:inline-block;
    width:40px;
    float:left;
}
.simplecheckout-cart .quantity-adder .add-action.fa-sort-up:before {
    position: relative;
    top: 7px;
}
.simplecheckout-cart .quantity-adder .add-action.fa-sort-desc:before {
    position: relative;
    top: -7px;
}
.simplecheckout-cart .quantity-wrapper .add-action:hover {
    background: #fff;
}
.simplecheckout-cart td.quantity button:hover {
    background:#fff;
}
.delete-product-checkout {
  height:44px;
  display:inline-block;
  line-height:44px; 
}
.simplecheckout-cart .quantity-wrapper .add-action:hover {
    background: #fff;
}
.simplecheckout-cart td.remove {
    width:60px;
    vertical-align: top;
    text-align: right;
    padding-right:15px;
}
.simplecheckout-cart td.remove i {
    cursor: pointer;
    font-size: 20px;
    color: #999;
}
.simplecheckout-cart-total {
    padding: 3px 3px;
    border-right: none;
    border-bottom: none;
    border-left: none;
    text-align: right;
}
#simplecheckout_cart {
  margin-bottom:40px;
}
.simplecheckout-cart-total-value {    
    margin: 0px 3px 0px 15px;
    min-width: 60px;
}
#total_total {
    margin-top: 10px;
    margin-bottom: 30px;
    border-top: 1px solid #ddd;
    width: 300px;
    float: right;
    padding-top: 10px;
    font-weight:bolder;
    text-transform: uppercase;
}
.simplecheckout-cart .total {    
    font-weight: normal !important;
}
.simplecheckout-block {
    margin-bottom: 40px;
}
.col-sm-12 .checkout-heading {
    background-color: #F3F4F7;
    border-color: #ddd;
    color: #333;
    padding: 15px;
    border-bottom: none;
}
.simplecheckout-cart {
    margin-bottom:20px !important;
}
.form-horizontal .row-customer_register .control-label {
    padding-top: 22px;    
}                          
@media (max-width:380px) {
  .cdek-pvz-info + a.btn {
    white-space: normal;
    line-height: 18px !important;
  } 
}
.estimator-results .cdek-pvz-info, .estimator-results .cdek-pvz-info + .btn {
  display:none;
}
.estimator-results label p {
    font-size: 13px;
    font-weight: 400;
    padding-top:2px;
}

input.hidden-input {
  position:relative; 
  display:none;
  margin-top:6px;
  float:left;  
}
span.input-span {
  position:absolute;  
  top:5px;
  left:0px;
  display:block;
  width:20px;
  height:20px;
  border:2px solid #ccc;    
}
span.input-span i {
  display:none; 
  border:none !important;
  top:1px !important;
  left:-4px; 
}
#agreement_checkbox span.input-span i {    
    top: 1px !important;
    left: -2px;
}
input:checked + label span.input-span i {
  display:block;  
}
input:checked + .radio label span.input-span i {
  display:block;  
}
#agreement_checkbox span.input-span {
  display:none;
}
#agreement_checkbox label {
  padding-left:0;   
}
#simpleregister label span.input-span i {
  left:-2px; 
}  
#simplecheckout_shipping label span.input-span i {  
  left:1px; 
}
#simplecheckout_payment span.input-span {
  position:relative;        
}
.simplecheckout-button-right {
    float: none;
    text-align: center;
}

#simplecheckout_customer input::-webkit-input-placeholder { color: #fff; } 
#simplecheckout_customer input::-moz-placeholder { color: #fff; }
#simplecheckout_customer input:-ms-input-placeholder { color: #fff; }
#simplecheckout_customer input::-ms-input-placeholder { color: #fff; }
#simplecheckout_customer input::placeholder { color: #fff; }
/*************************   order заказ   *****************************************/
#order-info img {
  display:none;
}
/******************************  seocms ******************************************/
.share {
  display:none !important;
}
.record-info.record_content,
.record-info.record_content + .divider100 {
  display:none !important;
}
#scp-tabs {
  display:none !important;
}
.seocmspro_load_avatar {
  display:none;
}
.seocmspro_customer_name {
  padding-top:15px;
}
.comment_block .field_title {
  display:none;
  font-size:13px;  
}
.field_title {
  font-size:13px !important;  
  color:#777 !important;
  display:inline-block;
  height:20px;
  vertical-align:top;
  font-weight:bolder;
}
.comment_block .addfields .field_title {
  display:block;  
}
.addfields {
  margin-bottom:20px;
}
.comment_block .sc_h_s.com_date_added a {
  display:none;
}
.comment_block .sc_h_s.seocmspro_author {
  float:left;
  width:100%;
  font-size:14px;
  font-weight:400;
  font-style:italic;
}
.comment_block .sc_h_s.seocmspro_author > .sc_h_s {
  float:right;  
}
.comment_block .sc_h_s.seocmspro_author > .sc_h_s img {
  padding-right:15px;
  padding-bottom:10px;  
}
.comment_block .sc_h_s.com_date_added {
  width:100%;
  text-align:right;
  font-style:normal;
}
.comment_content.level_0 {
  padding-bottom:5px;
}
.comment_content .com_text ins {
  position:relative;
  top:-30px;
  font-size:13px;  
}
.comment_content .bbcode-text {
  position:relative;
  top:-10px;
}  
.comment_content .bbcode-text a.imagebox {
  display:block;
  float:left;
  margin:0 20px 20px 0;
  padding:3px;
  border:1px solid #ddd;
  background:#eee;
}
.comment_content .bbcode-text a.imagebox + br {
  display:none;
}
.container_comments .ascpw2_form_customer_pointer {
  background-color:#f3f3f3;
  padding:10px 20px !important;
} 
.container_comments .floatright.displayinline.sc_h_s.form-group {
  display:none !important;
}
.comment_block {
  background-color:#fff;
  padding:20px !important;  
}
.pagination.sc_h_s {
  text-align:center;
  background-color:#fff;
}
.color_entry_name, .field_title {
  display:inline-block;
  height:25px;
  width:210px;
  vertical-align:top;
  font-weight:bolder;
  float:left;
  padding:5px 0 ;
}
.color_entry_name + div {
  display:inline-block;  
  float:left;
}
.blog_require {
  position:relative;
  left:-86px;
  top:7px;
}
.text_note {  
  font-size:12px !important;
  opacity:0.7 !important;  
  filter: alpha(opacity=70) !important;
}
.ascpw2_form_customer_pointer label {
  display:none;
}
.ascp_bbode {
  clear:both;
  margin-bottom:30px;
  width:calc(100% - 200px);
  display:inline-block;
  float:left;
}
.help_text{
  width:200px;
  display:inline-block;
  float:left;
  padding:0 30px;
}
@media (max-width:567px) {
  .ascp_bbode {
    width:100%;
    margin-bottom:7px;
  }
  .help_text{
    width:100%;
    padding:0;
    margin-bottom:30px;
  } 
}
.wysibb-text-editor {
  padding:5px 10px;
}
.ascpw2_form_customer_pointer .buttons {
  margin-top:20px !important;
}
.comment-stat-left {
  display:block !important;
  float:none !important;
}
.comment-stat-right .floatright {
  float:none !important;
  display:block;
  margin:20px auto;
  width:200px;
}
.sc-stat-small {
  display:none !important;
}
.text-to-customers {
  width:80%;
  text-align:center;
  margin:30px auto;
}
#cmswidget-2 .comment-stat {
    background: #fff none repeat scroll 0 0 !important;
}
.sc-reviews-stat__value, .sc-stat-big .sc-reviews-stat__description  {
    color: #fff !important;    
}
.sc-stat-big .sc-reviews-stat_column {
    padding: 15px 25px !important;
}
.back-stat {
  text-align:center;
  background:#f9f9f9;
  padding:30px 0;
}
.comment-stat {
  padding:0 !important;
}
#cmswidget-8 {
  margin-bottom:40px;
}
#cmswidget-8 .field_title {
  display:none !important;
}
#cmswidget-8 .record_columns {
  background-color:#eee;
  padding:20px 0 20px 2%;
  margin-bottom:0;
}
#cmswidget-8 .overflowhidden {
  background-color:#eee;
  padding:20px 0 30px;  
}
#cmswidget-8 .content-records {
  background-color:#fff;
  padding:15px 20px 0 !important;    
  margin:5px 0;  
}
#cmswidget-8 .blogdescription .blog-author {
  display:inline-block;
  width:calc(100% - 100px);
  float:left;
  font-size:14px;
}
#cmswidget-8 .blogdescription .sc_rating {
  float:right;
}
#cmswidget-8 .blogdescription ins {
  display:block;
  margin-bottom:15px;
  font-size:13px;
  padding-bottom:4px;
  border-bottom:1px solid #eee;
}
.record_columns .column_width_8 {
    padding:0 5px !important;    
}
#cmswidget-8 a.imagebox {
  display:block;
  float:left;
  margin:0 20px 20px 0;
  padding:3px;
  border:1px solid #ddd;
  background:#eee;
}
#cmswidget-8 a.imagebox + br {
  display:none;
}
#cmswidget-8 .button_reviews {
  display:block;
  width:300px;
  margin:0 auto;
}
.comment_buttons {
  padding-top:110px;  
}
.pagination.sc_h_s, .pagination.sc_h_s .pagination {
  margin:0 !important;
}
.pagination.sc_h_s .pagination {
  padding:20px 0 0;
}
.pagination.sc_h_s + div.overflowhidden {
  display:none;
}
.ascpw2_comment_work .ascpw2_form_customer_pointer {
  background-color:#f9f9f9;
  padding:10px 20px 10px;
}
.text_write_review {
  text-transform: uppercase;
}
/*********************** как сделать заказ **************************************/
.info-order {
  list-style-type:none;
  padding:0 0 30px 0 !important;
}
.info-order > li {
  clear:both;  
}
.info-order li ul {
  margin-top:10px;  
}
.info-order li span {
  display:inline-block;
  float:left;
}
.info-order .number {
  width:26px;
  font-weight:600;
  border-radius:15px;
  text-align:center;
  padding:3px 0;
  margin-bottom:15px;
}
.info-order .text {
  width:calc(100% - 50px);
  padding-left:20px;
  padding-top:3px;
  margin-bottom:15px;
}
/************************  account  *********************************************/
.table-wishlist td {  
  vertical-align:middle !important;
}
.table-wishlist td .btn>i {  
  padding-left:6px;  
}
.account .col-md-3 {
  height:150px;
  text-align:center;
  display:table;
  margin-bottom:20px;
  padding-right: 10px;
  padding-left: 10px;
}
.account a {
  display:table-cell;
  vertical-align:middle;
  color:#797F8A;
  border:1px solid #797F8A;
  border-radius:5px;
}
.account a:hover {
  color:#fff;
  background-color:#797F8A;
}
.account h5 {
  margin-top:20px;
  margin-bottom:0;
  color:#797F8A;
}
.account a:hover h5 {
  color:#fff;
}
.well-login {
  height:340px;
}
@media (max-width:991px) {
  .well-login {
    height:360px;
  } 
}
@media (max-width:767px) {
  .well-login {
    height:auto;
  } 
}
.account-simpleedit h1, .account-simpleaddress-update h1, .account-simpleaddress-insert h1 {
  text-align:center;
}
.account-order h1 {
  margin: 0 0 20px 0;
}
#order_total_title span, #order_shipping_title span {
  display:none;
}
/***************************************************************************************/
.in-price-list .col-sm-3 {
  float:none;
  width:100% !important;
  padding:0;
}
.in-price-list .btn-featured {
  margin-top:40px;
}
.in-price-list.in-price-list-down .btn-featured {
  width:250px;
  margin:20px auto 0;
  display:block;
}
.in-price-list .btn-featured span {
  color:#333;
  white-space: normal;  
  line-height:18px;
  padding:17px 5px;
}
.in-price-list .btn-featured i {
  width:68px;
  height:68px;
  color:#ccc;
  padding-right:0;
}
@media (max-width: 991px) {
  .in-price-list .btn-featured span {
    font-size:12px;
    line-height:15px;
    padding-top:10px;
  }
} 
@media (max-width: 991px) {
  .in-price-list.in-price-list-down .btn-featured span {
    font-size:14px;
    line-height:18px;
    padding-top:17px;
  }
}
/***************   лапти таблица ******************************/
.table-bast-shoes th, .table-bast-shoes td {
  text-align:center;
}
.table-bast-shoes th:first-child, .table-bast-shoes td:first-child {
  text-align:left;
  min-width:130px;
}
.table-bast-shoes th {
  font-size:11px;
  font-weight:bolder;
}
.table-bast-shoes + p {
  font-size:12px;  
}
.table-bast-shoes {
  margin-bottom:10px;  
}
/******************* captcha *************************************/
.google-recaptcha .col-sm-offset-2 {
  margin-left:0;
  padding:0;
}
/*****************   shipping-estimator   ***************************/
#mmosolution-estimate-shipping p {
  display:none;
}
#mmosolution-estimate-shipping .well {
  margin-bottom:0;
  background-color:#F3F4F7;
  border:none;
  border-radius:0px;
  padding:10px 15px;
}
#mmosolution-estimate-shipping .radio {
  display:block;
}
#mmosolution-estimate-shipping h5 {
  background-color:#F3F4F7;
  padding:10px;
  color:#666;
}
#mmosolution-estimate-shipping .radio label {
  font-weight:400;
  padding:5px 0;
  border:none;
  border-bottom:1px solid #ddd;
  display:block;
  height:40px;
}
#mmosolution-estimate-shipping .cost-shipping {
  font-size:11px;
  text-align:left;
  padding:20px 0 10px;
}
#mmosolution-estimate-shipping .name-tariff-sdek span {
  display:none;
}
/************************ account-menu******************************************/
.account-menu .list-group-item {
  border:none;
  border-left:3px solid #ddd;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.account-menu .list-group-item:hover {  
  border-left-color:#8ab933;  
}
.account-menu {
  padding-top:10px;
}
