.footer_logo img, .header_logo img {
    max-width: 283px;
}

.header_top {
    background: #FFDFAE;
    border-top: 2px solid #C47931;
}

.header_nav>ul>li {
    display: inline-block;
    margin: 0 7px 0 0;
    padding:0 9px;
    position: relative;
    font-size: 16px;
    background: white;
    border-radius: 0 0 5px 5px;
}

.header_nav>ul>li>a{
        border-bottom: 0px solid!important;
}

.footer-content {
     padding-bottom: 0px;
}

.contact-page__text {
    padding: 0 0 20px;
    margin: 0!important;
    /* border-bottom: 1px solid #f2f2f2; */
}

.contact-page__item-text {
    font-size: 16px;
    margin: 0!important;
    line-height: 18px;
    display: inline-block;
    padding-left: 10px;
}

.product-tile_img>img {
    width: auto !important;
    height: auto !important;
    max-width: 91%;
    max-height: 91%;
    vertical-align: middle;
}

.price {
    font-size: 18px;
    font-weight: bold;
    background: #ffe952;
    color: #000;
    text-align: center;
    padding: 2px 10px;
    border-radius:5px;
}

.old-price{
    font-size:18px;
}

.category-subcat_item, li.category-subcat_item {
    display: inline-block;
    margin: 10px 30px 0 0;
    position: relative;
    border: 1px solid#FFDEAD;
    background-color: #ffdead38;
    padding: 0 7px;
    border-radius: 3px;
}

.product-tile_stock {
    height: 30px;
}

.checkout ul.checkout-options li img.method-logo {
    width: 50px;
}

ul.skus input[type=radio]:checked + span, ul.skus .jq-radio.checked + span {
    background-color: #c47931!important;
    color: white!important;
}

ul.skus li label span:hover {
    background-color: #c47931!important;
    color: white!important;
}

.bdg-div{
    position: relative;
    top: 30px;
}

body {
    background-color:#fee1b440;
}

.footer{
    background-color:#ffdfaea3;
}


.mailer-subscribe{
    background-color:#fee1b440;
}

table td, table th {
    padding: 5px 4px;
    border: 1px solid #ebebeb;
}
table{
    table-layout:fixed;
    width:100%;
}
td{
    word-wrap:break-word;
}


tr:nth-child(even) { background-color: #fef7ec7a;}

.checkout-options li.selected, .comment-form, .highlighted, .review-form-fields, .wa-auth-adapters, blockquote {
    background: #fef7ec7a;
    border: 1px solid #ebebeb;
}

.complectDoor{
    margin: 5px 0;
    background-color:white;
    border-radius:5px;
    padding:0 5px;
}

.product-tile_img{
    overflow:hidden;
}

.ssearch-wrapper {
    z-index: 2!important; 
}

.contact-page__form {
    background: #fee1b440;
    
}

.dialog-buttons {
    height: 30px !important;
}

.bundling-bundle-products .price {
    font-size: 14px!important;
    width:60px;
}

/*sku*/
ul.skus li {
                    display: inline-block;
                    margin-right: 2px
                }
                ul.skus li label .price, ul.skus li label input[name="sku_id"],
                ul.skus li label .jq-radio {
                    display: none !important
                }
                ul.skus li label span {
                    display: inline-block;
                    padding: 0.4rem;
                    font-size: 0.95em;
                    border: 1px solid #d4d4d4;
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-radius: 4px;
                    cursor: pointer;
                }
                ul.skus li label span:hover {
                    background-color: #fff000;
                }
                ul.skus input[type=radio]:checked + span,
                ul.skus .jq-radio.checked + span {
                    background-color: #fff000;
                }
/* Базовые стили слоя, затемнения и модального окна */
.overlay {
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 10;
display: none;
/* фон затемнения */
background-color: rgba(0, 0, 0, 0.65);
position: fixed; /* фиксированное позиционирование */
cursor: default; /* тип курсора */
}
 
/* активируем слой затемнения */
.overlay:target {
display: block;
}
 
/* стили модального окна */
.popup {
top: 10%!important;
right: 0;
left: 50%;
font-size: 14px;
z-index: 20;
margin: 0;
width: 85%;
min-width: 320px;
max-width: 600px;
/* фиксированное позиционирование, окно стабильно при прокрутке */
position: fixed;
padding: 15px;
border: 1px solid #383838;
background: #fefefe;
/* скругление углов */
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
font: 14px/18px 'Tahoma', Arial, sans-serif;
/* внешняя тень */
-webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
-moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
-ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
-webkit-transform: translate(-50%, -500%);
-ms-transform: translate(-50%, -500%);
-o-transform: translate(-50%, -500%);
transform: translate(-50%, -500%);
-webkit-transition: -webkit-transform 0.6s ease-out;
-moz-transition: -moz-transform 0.6s ease-out;
-o-transition: -o-transform 0.6s ease-out;
transition: transform 0.6s ease-out;
}
 
/* активируем модальный блок */
.overlay:target+.popup {
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
-o-transform: translate(-50%, 0);
transform: translate(-50%, 0);
top: 20%;
}
 
/* формируем кнопку закрытия */
.close-tip {
top: -10px;
right: -10px;
width: 20px;
height: 20px;
position: absolute;
padding: 0;
border: 2px solid #ccc;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
background-color: rgba(61, 61, 61, 0.8);
-webkit-box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 10px #000;
text-align: center;
text-decoration: none;
font: 13px/20px 'Tahoma', Arial, sans-serif;
font-weight: bold;
-webkit-transition: all ease .8s;
-moz-transition: all ease .8s;
-ms-transition: all ease .8s;
-o-transition: all ease .8s;
transition: all ease .8s;
}
 
.close-tip:before {
color: rgba(255, 255, 255, 0.9);
content: "X";
text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
font-size: 12px;
}
 
.close-tip:hover {
background-color: rgba(252, 20, 0, 0.8);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}

.transition {
  transition: 3s;
}

.more {
  position: relative;
  height: 32px;
  padding-top: 10px;
}

.box-tip-checkout {
  position: absolute;
   padding:10px;
    background:#f3f3f3;
    height:auto;
    border-radius:3px;
    -moz-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.3);
    box-shadow:0 5px 5px rgba(0,0,0,0.3);
  border-radius: 4px;
  top: 50px;
  transition: top 3s ease;
  visibility: hidden;
}

.more:hover .box-tip-checkout {
  top: -1%;
  display: block;
  opacity: 1;
  visibility: visible;
}


.product_image img, .product_video iframe {
    max-width: 80%;
    max-height: 80%;
    vertical-align: middle;
}

blockquote {
     font-size: 14px; 
}

.services select, .cart-item_services select{
    max-width:260px;
}
h1{
    font-size:30px;
}

.cat-menu__el-caret {
  
    line-height: 50px!important;
}

.searchpro__field{
    width:auto!important;
}

.header_top{
    top: 0;
    z-index: 1000;
    width: 100%;
    position: sticky;

}





