/* Товар */
.shop-item{
    position:relative;
    margin-bottom:20px;
}
.shop-item .inner-box .lower-content h3 {
    max-height: 40px;
    overflow: hidden;
}
.shop-item .inner-box{
    position:relative;
    outline: 5px solid #ffffff;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.shop-item .inner-box:before{
    content:'';
    position:absolute;
    left:-5px;
    right:-5px;
    bottom:-5px;
    top:-5px;
    opacity:0;
    z-index:10;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204,204,204,0.6);
    -moz-box-shadow: 0px 0px 5px 0px rgba(204,204,204,0.6);
    box-shadow: 0px 0px 5px 0px rgba(204,204,204,0.6);
}
.shop-item .inner-box:after {
    content: '';
    position: absolute;
    z-index: 11;
    bottom: -5px;
    left: -5px;
    right: -5px;
    top: 110%;
    background: #000;
    transition: 0.3s all;
}
.shop-item .inner-box:hover::after {
    top: -5px;
    height: auto;
    transition: 0.3s all;
}
.shop-item .inner-box:hover::before{
    opacity:1;
}
.shop-item .inner-box:hover .image .overlay-box{
    opacity:1;
}
.shop-item .inner-box .image{
    position:relative;
    z-index:0;
    text-align:center;
    background-color:#f8f8f8;
}
.shop-item .inner-box:hover .image {
    z-index: 12;
}
.shop-item .inner-box .image .overlay-box{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    opacity:0;
    text-align:center;
    background-color:rgba(255,102,0,0.80);
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.shop-item .inner-box .image .overlay-box .cart-btn{
    position:relative;
    top:46%;
    color:#ffffff;
    font-size:16px;
    font-weight:500;
    padding:10px 37px;
    display:inline-block;
    margin-top:-25px;
    border:1px solid #ffffff;
}
.shop-item .inner-box .image .tag-outer{
    position:absolute;
    left:10px;
    top:10px;
    overflow:hidden;
}
.shop-item .inner-box .image .tag-outer .product-tag{
    position: relative;
    width: 96px;
    color: #ffffff;
    left: -36px;
    top: -24px;
    height: 64px;
    background-color: #fdc716;
    font-weight: 400;
    line-height: 98px;
    text-align: center;
    font-size:16px;
    text-transform: none;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 9;
}
.shop-item .inner-box .image img{
    max-width:100%;
    height: 100%;
    padding:20px 5px;
    display:inline-block;
}

.shop-item .inner-box .lower-content{
    position:relative;
    z-index:0;
    padding:10px 0px 5px;
    background: #fff;
}
.shop-item .inner-box:hover .lower-content {
    z-index: 12;
    background: none;
}
.shop-item .inner-box .lower-content h3{
    position:relative;
    font-size:14px; 
    font-weight:800;`
    margin-bottom:4px;
    text-align: center;
}
.shop-item .inner-box:hover .lower-content h3 a {
    color: #ffffff;
    transition: 0.3s;
}
.shop-item .inner-box:hover .image {
    opacity: 0.3;
    transition: 0.3s;
}
.shop-item .inner-box .overlay-box {
    z-index: 0;
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    opacity: 0;
    text-align: center;
    width: min-content;
    margin: auto;
}
.shop-item .inner-box:hover .overlay-box {
    top: 30%;
    opacity: 1;
    transition: 0.3s;
    z-index: 12;
}
.shop-item .inner-box .overlay-box a {
    z-index: 12;
}
.shop-item .inner-box .lower-content h3 a{
    color:#222222;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.shop-item .inner-box .lower-content h3 a:hover{
    color:#f36223;
}
.shop-item .inner-box .lower-content .price{
    position:relative;
    color:#f36223;
    font-size:18px;
    font-weight:400;
    margin-bottom: 5px;
    text-align: center;
}
.shop-item .inner-box .lower-content .rating .fa{
    position:relative;
    display:inline-block;
    font-size:12px;
    color:#f36223;
}
.product-details .basic-details{
    position:relative;
    margin-bottom:20px;
    /*padding:25px;*/
}
.product-details .image-column,
.product-details .info-column{
    margin-bottom:20px;
}
.product-details .image-column .image-box img{
    position:relative;
    display:block;
    width:100%;
    background-color:#f7f7f7;
}
.product-details .basic-details .details-header{
    position:relative;
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #eeeeee;
}
.product-details .basic-details .details-header h1{
    font-size:26px;
    font-weight:400;
    margin:-5px 0px 5px;
    line-height:1.4em;
    color:#222222;
}
.product-details .basic-details .details-header h1 a{
    color:#333333;	
}
.product-details .basic-details .details-header .rating{
    font-size:14px;
    color:#f36223;
    margin-bottom:10px;
}
.product-details .basic-details .details-header .rating .fa{
    display:inline-block;
    margin-right:2px;	
}
.product-details .basic-details .details-header .rating .txt{
    font-size:14px;
    padding-left:10px;
    color:#777777;	
}
.product-details .basic-details .reviews{
    display:inline-block;
    color:#848484;
    margin-left:3px;
    font-size:16px;
}
.product-details .basic-details .details-header .item-price{
    font-size:24px;
    font-weight:400;
    color:#f36223;
    line-height:27px;
    letter-spacing:1px;
}
.product-details .basic-details .prod-info{
    margin-bottom:15px;
    line-height:1.6em;
    font-size:13px;	
}
.product-details .basic-details .prod-info strong{
    font-weight:700;
    color:#111111;	
}
.product-details .basic-details .text{
    margin-bottom:20px;
    color:#848484;
    font-size:16px;
    line-height:1.8em;	
}
.product-details .basic-details .item-quantity .field-label{
    float:left;
    font-weight:700;
    font-size:14px;
    line-height:32px;
    display:inline-block;
    padding-right:20px;	
}
.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
    line-height:24px;
    padding:10px 15px !important;
    height:46px !important;
    box-shadow:none !important;	
}
.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
    padding:11px 10px;
    background:#f4f5f6;	
}
.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
    top:6px;	
}
.product-details .basic-details .item-quantity{
    position:relative;
    float:left;
    width:85px;
    margin-bottom:0px;
    margin-right:20px;	
}
.product-details .basic-details .item-quantity .field-label{
    float:left;
    font-weight:700;
    font-size:14px;
    line-height:32px;
    display:inline-block;
    padding-right:20px;	
}
.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner{
    font-size:18px;
    line-height:24px;
    padding:10px 15px !important;
    height:54px !important;
    box-shadow:none !important;	
    font-family: 'Montserrat', sans-serif;
}
.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn{
    padding:13px 10px;
    background:#f4f5f6;
    border-radius:0px;	
}
.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i{
    top:8px;	
}
.product-details .basic-details .add-to-cart{
    padding:13px 37px;
}
.product-details .basic-details .expired{
    position:relative;
    color:#f36223;
    font-size:16px;
    margin-bottom:25px;
}
    /* Форма цены */
        .pincode-form{
            position:relative;
            margin:0px;	
        }
        .pincode-form .form-group{
            margin-bottom:10px;
        }
        .pincode-form .form-group input[type="text"]{
            position:relative;
            line-height:14px;
            padding:4px 10px 4px 10px;
            border:3px solid #f7f7f7;
            background:none;
            font-size:14px;
            width:170px;
            height:40px;
            display:inline-block;
            transition:all 500ms ease;
            -moz-transition:all 500ms ease;
            -webkit-transition:all 500ms ease;
            -ms-transition:all 500ms ease;
            -o-transition:all 500ms ease;
        }
        .pincode-form .form-group button{
            position:relative;
            height:40px;
            width:100px;
            font-size:16px;
            color:#222222;
            font-weight:500;
            line-height:100%;
            background:#f7f7f7;
            margin-left:8px;
            display:inline-block;
        }

    /* Табы продукта */
        .prod-tabs{
            position:relative;
            margin-bottom:10px;
        }
        .prod-tabs .tab-btns{
            position:relative;
            z-index:1;	
            border-bottom:1px solid #eeeeee;
        }
        .prod-tabs .tab-btns .tab-btn{
            position:relative;
            top:1px;
            display:block;
            float:left;
            margin-right:5px;
            font-size:16px;
            background:#f4f4f4;
            color:#222222;
            border:1px solid #f4f4f4;
            text-transform:none;
            font-weight:400;
            line-height:24px;
            cursor:pointer;
            transition:all 500ms ease;
            font-family: 'Montserrat', sans-serif;
        }
        .prod-tabs .tab-btns .tab-btn.active:after{
            position:absolute;
            content:'';
            left:0px;
            bottom:-1px;
            width:100%;
            height:1px;
            background-color:#ffffff;
        }
        .prod-tabs .tab-btns .tab-btn:hover,
        .prod-tabs .tab-btns .tab-btn.active{
            color:#f36223;
            background:#ffffff;
        }
        .prod-tabs .tabs-content{
            position:relative;
            border-bottom: solid 1px #eee;
			padding-bottom: 20px;
        }
        .woocommerce-tabs .woocommerce-Tabs-panel--description.panel h2:first-of-type,
        .woocommerce-tabs .woocommerce-Tabs-panel--additional_information.panel h2:first-of-type {
            margin-bottom: 0em!important;
            font-size: 0px;
        }
        table.shop_attributes th, td, th {
            text-transform: none !important;
            border: solid 1px #f3f3f3;
            padding: 2px 10px;
        }
        .popup table {
            margin-bottom: 15px;
            width: 100%;
        }
        .prod-tabs .tabs-content .tab{
            position:relative;
            padding:1px;
            display:none;
            border-top:0px;
        }
        .prod-tabs .tabs-content .tab.active-tab{
            display:block;	
        }
        .prod-tabs .tabs-content .tab p{
            font-size:16px;
            line-height:1.7em;
            color:rgba(18,18,26,0.80);
            margin-bottom:20px;
        }
        .prod-tabs .tabs-content .tab p:last-child{
            margin-bottom:0px;
        }
        .prod-tabs .tabs-content .tab h3,
        .prod-tabs .tabs-content .tab h4,
        .prod-tabs .tabs-content .tab h5,
        .prod-tabs .tabs-content .tab h6{
            margin-bottom:15px;	
        }
        .prod-tabs .tabs-content .tab h4{
            font-size:16px;
            font-weight:700;
            text-transform:uppercase;
            color:#222222;
        }
        .prod-tabs .reviews-container{
            position:relative;
            padding-bottom:1px;	
        }
        .prod-tabs .tabs-content .tab .title{
            position:relative;
            color:#212121;
            font-size:20px;
            font-weight:400;
            margin-bottom:20px;
        }
        .prod-tabs .reviews-container .review-box{
            position:relative;
            margin-bottom:35px;
            padding-left:120px;
            min-height:130px;
            padding-bottom:30px;
            border-bottom:1px solid #f0f0f0;
        }
        .prod-tabs .reviews-container .rev-thumb{
            position:absolute;
            left:0px;
            top:5px;
            width:100px;
            height:100px;
            background:#ffffff;
            border-radius:3px;
            margin-bottom:20px;
        }
        .prod-tabs .reviews-container .rev-thumb img{
            display:block;
            width:100%;
        }
        .prod-tabs .reviews-container .rev-content{
            position:relative;
            background:#ffffff;	
        }
        .prod-tabs .reviews-container .rev-header{
            position:relative;
        }
        .prod-tabs .reviews-container .rev-header h4{
            float:left;
            line-height:30px;
            font-size:19px;
            color:#222222;
            text-transform:none;
            font-weight:400;
            margin-bottom:10px;	
        }
        .prod-tabs .reviews-container .rev-header .rating{
            position:relative;
            float:left;
            margin-left:20px;
            color:#f36223;
            line-height:30px;
            font-size:14px;
        }
        .prod-tabs .reviews-container .rev-header .rating .fa{
            margin-right:3px;
        }
        .prod-tabs .reviews-container .rev-option{
            font-size:14px;
            color:#9e9e9e;
        }
        .prod-tabs .reviews-container .rev-option a{
            font-size:14px;
            text-transform:uppercase;
            font-weight:700;	
        }
        .prod-tabs .reviews-container .rev-text{
            font-size:16px;
            color:#848484;
            line-height:1.7em;
            margin-bottom:5px;
        }
        .prod-tabs .reviews-container .reply{
            position:relative;
            color:#f36223;
            font-size:16px;
            font-weight:500;
        }
        .woocommerce-tabs ul.tabs li a {padding: 1em!important;display: block;color: #000;}

    /* Страница оформление заказа */
        .checkout-page{
            position:relative;
            padding:75px 0px 70px;
        }
        .checkout-form{
            position:relative;
        }
        .checkout-form .column .sec-title{
            position:relative;
            margin-bottom:30px;
        }
        .checkout-form .form-group{
            position:relative;
            margin-bottom:25px;	
        }
        .checkout-form .form-group .field-label{
            display:block;
            line-height:24px;
            margin-bottom:6px;
            text-transform:none;
            color:#222222;	
            font-size:16px;
            font-weight:400;
            font-family: 'Montserrat', sans-serif;
        }
        .checkout-form .form-group .field-label sup{
            top:-1px;
            color:#f36223;
            font-size:16px;
        }
        .checkout-form input[type="text"],
        .checkout-form input[type="email"],
        .checkout-form input[type="password"],
        .checkout-form input[type="tel"],
        .checkout-form input[type="number"],
        .checkout-form input[type="url"],
        .checkout-form select,
        .checkout-form textarea{
            position:relative;
            display:block;
            width:100%;
            background:#ffffff;
            line-height:22px;
            padding:12px 15px;
            height:48px;
            border:1px solid #eeeeee;
            transition:all 300ms ease;
            -webkit-transition:all 300ms ease;
            -ms-transition:all 300ms ease;
            -o-transition:all 300ms ease;
            -moz-transition:all 300ms ease;
        }
        .checkout-form textarea{
            resize:none;
            height:120px !important;	
        }
        .checkout-form input:focus,
        .checkout-form select:focus,
        .checkout-form textarea:focus{
            border-color:#f36223;	
        }
        .checkout-page .check-box{
            line-height:24px;
            font-size:14px;
            font-weight:normal;
            padding-top:5px;	
        }
        .checkout-page .check-box label{
            position:relative;
            top:-1px;
            font-weight:normal;
            padding:0px;
            font-size:16px;
            cursor:pointer;
            color:#848484;
            font-family: 'Montserrat', sans-serif;
        }
        .checkout-page .lower-content{
            margin-top:30px;
        }
        .checkout-page .lower-content .order-column{
            margin-bottom:40px;
        }

    /* Корзина */
        .cart-outer{
            position:relative;	
        }
        .cart-outer .table-outer{
            position:relative;
            width:100%;
            overflow-x:	auto;
        }
        .checkout-page .lower-content .order-column .cart-outer{
            overflow-x:auto;
        }
        .checkout-page .lower-content .order-column .cart-table{
            width:100%;
        }
        .cart-table .cart-header{
            position:relative;
            width:100%;
            text-transform:none;
            font-size:18px;
            background:#f7f7f7;
            color:#222222;
            font-family: 'Montserrat', sans-serif;
        }
        .cart-table thead tr th{
            line-height:24px;
            padding:13px 30px;
            font-weight:400;
            font-family: 'Montserrat', sans-serif;
        }
        .cart-table thead tr th .fa{
            font-size:18px;	
        }
        .cart-table thead tr th.prod-column{
            text-align:left;
        }
        .cart-table tbody tr{
            border-bottom:1px solid #eeeeee;
        }
        .cart-table tbody tr td{
            line-height:24px;
            padding:30px 30px 30px 30px;
        }
        .cart-table tbody tr .qty input{
            width:45px;
            height:50px;
            color:#222222;
            font-size:18px;
            line-height:50px;
            background:#f7f7f7;
            text-align:center;
            border:1px solid #eaeaea;
            font-family: 'Montserrat', sans-serif;
        }
        .cart-table tbody tr .prod-column .column-box{
            position:relative;
            min-height:70px;
            padding-left:100px;
            padding-top:20px;
            text-align:left;
            min-width:230px;
        }
        .cart-table tbody tr .prod-column .column-box .prod-thumb{
            position:absolute;
            width:80px;
            left:0px;
            top:0px;	
        }
        .cart-table tbody tr .prod-column .column-box .prod-thumb img{
            display:block;
            max-width:100%;
        }
        .cart-table tbody tr .prod-column .column-box h4{
            font-size:18px;
            color:#222222;
            font-weight:400;
            margin-bottom:5px;
            text-transform:none;
            font-family: 'Montserrat', sans-serif;
        }
        .cart-table tbody tr .sub-total{
            font-weight:400;
            font-size:18px;
            color:#f36223;	
        }
        .cart-table tbody tr .price{
            font-weight:700;
            font-size:14px;
            color:#777777;	
        }

    /* Итого */
        .checkout-page .lower-content .totals-table{
            position:relative;
            margin-bottom:40px;
            border:1px solid #eeeeee;
        }
        .checkout-page .lower-content .totals-table li .col{
            padding:12px 20px;
        }
        .checkout-page .lower-content .totals-table li{
            line-height:24px;
            border-bottom:1px solid #eeeeee;	
        }
        .checkout-page .lower-content .totals-table li .col.title{
            font-weight:400;
            color:#222222;
            font-size:16px;
            border-right:1px solid #eeeeee;
            font-family: 'Montserrat', sans-serif;
        }
        .checkout-page .lower-content .totals-table li:last-child{
            border-bottom:none;
            margin-bottom:0px;
        }
        .checkout-page .lower-content .totals-table .col{
            position:relative;
            display:block;
            float:left;
            line-height:24px;
            width:50%;
            color: #848484;
            font-weight: 400;
            font-size:16px;
        }

    /* Способы оплаты */
        .checkout-page .payment-options{
            position:relative;
            padding:30px 20px;
            background-color:#f7f7f7;
        }
        .checkout-page .payment-options li{
            position:relative;
            margin-bottom:15px;	
        }
        .checkout-page .payment-options li .radio-option{
            position:relative;		
        }
        .checkout-page .payment-options li .radio-option label{
            position:relative;
            display:inline-block;
            padding-left:30px;
            font-weight:500 !important;
            text-transform:none;
            letter-spacing:1px;
            color:#333333;
            cursor:pointer;
        }
        .checkout-page .payment-options li .radio-option label strong{
            font-weight:400;	
            color:#222222;
            font-size:14px;
            font-family: 'Montserrat', sans-serif;
        }
        .checkout-page .payment-options li .radio-option label strong a{
            font-size:16px;
            margin-left:30px;
            text-decoration:underline;
            font-family: 'Raleway', sans-serif;
        }
        .checkout-page .payment-options li .radio-option input[type="radio"]{
            position:absolute;
            left:0px;
            top:3px;	
        }
        .checkout-page .payment-options li .radio-option label .small-text{
            display:block;
            padding-top:5px;
            letter-spacing:0px;
            text-transform:none;
            font-weight:normal;
            font-size:16px;
            color:#848484;
            line-height:1.7em;
        }
        .checkout-page .payment-options li .radio-option label img{
            position:relative;
            top:-3px;
            display:inline-block;
            max-width:100%;
            padding-left:30px;	
        }
        .checkout-page .place-order{
            padding:11px 39px;
            margin-left:30px;
            text-transform:none;
        }
        .shop-single .flex-control-nav.flex-control-thumbs li {
            display: inline-block;
            margin: 10px 9px;
        }
        .product-details .woocommerce-product-gallery__trigger {
            display: none;
        } 
        .basic-details span.onsale {
            position: absolute;
            z-index: 1;
            background: #f36223;
            color: #000;
            padding: 5px 10px;
            top: 10px;
        }


/* Сайтар */
.sidebar .widget_product_search {
    position: relative;
    margin: 0px;
    margin-bottom: 50px;
}
.sidebar .widget_product_search label {
    display: none;
}
.sidebar .widget_product_search input {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #eeeeee;
    background: none;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.sidebar .widget_product_search button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 50px;
    display: block;
    color: #f36223;
    line-height: 100%;
    background: #f4f4f4;
    font-weight: normal;
    font-size: 0px;
    border: none;
}
.sidebar .widget_product_search button:before {
    content: "\f002";
    display: inline-block;
    font-family: 'FontAwesome';
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    text-rendering: auto;
    transform: translate(0, 0);
	margin-top: 5px;
}
.sidebar .widget_product_categories {

}
.sidebar .widget_product_categories ul {
    position: relative;
}
.sidebar .widget_product_categories ul li {
    position: relative;
    margin-bottom: 15px;
}
.sidebar .widget_product_categories ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-bottom: 15px;
    color: #848484;
    padding-left: 30px;
    border-bottom: 1px solid #eeeeee;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Raleway', sans-serif;
}
.sidebar .widget_product_categories ul li a:before {
    position: absolute;
    content: '\f114';
    left: 0px;
    top: 0px;
    font-family: 'FontAwesome';
}
.sidebar .widget_product_categories ul li a:after {
    position: absolute;
    content: '\f105';
    right: 0px;
    top: 0px;
    font-family: 'FontAwesome';
}
.sidebar .widget_product_tag_cloud .tagcloud a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 6px 18px 6px;
    margin: 0px 6px 10px 0px;
    color: #222222;
    text-align: center;
    font-size: 14px;
    text-transform: none;
    background: #f4f4f4;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.sidebar .widget_top_rated_products .product_list_widget {

}
.sidebar .widget_top_rated_products .product_list_widget li {
    position: relative;
    padding: 0px 0px;
    padding-left: 90px;
    min-height: 95px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}
.sidebar .widget_top_rated_products .product_list_widget li>a {}
.sidebar .widget_top_rated_products .product_list_widget li>a>img {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
}
.sidebar .widget_top_rated_products .product_list_widget li>a>.product-title {
    top: -2px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    text-transform: none;
}
.sidebar .widget_top_rated_products .product_list_widget li .star-rating {
    margin-bottom: 3px;
}
.sidebar .widget_top_rated_products .product_list_widget li del {

}
.sidebar .widget_top_rated_products .product_list_widget li ins,
.sidebar .widget_top_rated_products .product_list_widget li .woocommerce-Price-amount {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #f36223;
}
.sidebar .widget_top_rated_products .product_list_widget li del .woocommerce-Price-amount {
    font-size: 14px;
    color: #000;
}
.sidebar .widget_price_filter .price_slider_wrapper {

}
.sidebar .widget_price_filter .price_slider_wrapper .ui-slider-horizontal {
    height: 4px;
    border: none;
}
.sidebar .widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-range {
    background: #000;
}
.sidebar .widget_price_filter .price_slider_wrapper .ui-slider-horizontal .ui-slider-handle {
    background: #f36223;
    border-radius: 100%;
    top: -1px;
    border: solid 1px #000;
    width: 14px;
    height: 14px;
    margin-left: -7px;
}
.sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount {

}
.sidebar .widget_price_filter .price_slider_wrapper .price_slider_amount button {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    padding: 2px 10px;
    display: inline-block;
    background-color: #ffffff;
    border: 2px solid #eeeeee;
    margin-top: 5px;
    margin-right: 10px;
}
.def-sib.widget_search label {
    width: 100%;
}
.def-sib.widget_search .screen-reader-text {
    display: none;
}
.def-sib.widget_search input[type="search"] {
    position: relative;
    line-height: 28px;
    padding: 10px 50px 10px 20px;
    border: 1px solid #eeeeee;
    background: none;
    display: block;
    font-size: 16px;
    width: 100%;
    height: 50px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.def-sib.widget_search input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
    width: 50px;
    display: block;
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #222222;
    line-height: 100%;
    background: #f4f4f4;
    font-weight: normal;
}
.def-sib.widget_archive ul,
.def-sib.widget_categories ul,
.def-sib.widget_meta ul {
    position: relative;
}
.def-sib.widget_archive ul li,
.def-sib.widget_categories ul li,
.def-sib.widget_meta ul li {
    position: relative;
    margin-bottom: 15px;
}
.def-sib.widget_archive ul li a,
.def-sib.widget_categories ul li a,
.def-sib.widget_meta ul li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-bottom: 15px;
    color: #848484;
    padding-left: 30px;
    border-bottom: 1px solid #eeeeee;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Raleway', sans-serif;
}
.def-sib.widget_archive ul li a:before,
.def-sib.widget_categories ul li a:before,
.def-sib.widget_meta ul li a:before {
    position: absolute;
    content: '\f114';
    left: 0px;
    top: 0px;
    font-family: 'FontAwesome';
}
.def-sib.widget_archive ul li a:after,
.def-sib.widget_categories ul li a:after,
.def-sib.widget_meta ul li a:after {
    position: absolute;
    content: '\f105';
    right: 0px;
    top: 0px;
    font-family: 'FontAwesome';
}
.widget_recent_reviews ul {

}
.widget_recent_reviews ul li {
    position: relative;
    width: 100%;
    height: 90px;
}
.widget_recent_reviews ul li a img {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
}
.widget_recent_reviews ul li a span.product-title {
    position: absolute;
    top: 0;
    left: 80px;
    right: 0;
}
.widget_recent_reviews ul li .star-rating {
    position: absolute;
    top: 25px;
    left: 80px;
}
.widget_recent_reviews ul li .reviewer {
    position: absolute;
    top: 45px;
    left: 80px;
}
aside .widget_nav_menu {
    margin-bottom: 15px;
}
aside .widget_nav_menu ul {
    position: relative;
}
aside .widget_nav_menu ul li {
    position: relative;
    line-height: 24px;
}
aside .widget_nav_menu ul li a {
    position: relative;
    color: #222222;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 20px;
    display: block;
    margin-bottom: 2px;
    background-color: #f7f7f7;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}
aside .widget_nav_menu ul li a:hover {
    color: #ffffff;
    background-color: #f36223;
}
.widget_recently_viewed_products ul li,
.widget_products ul li {
    position: relative;
    width: 100%;
    min-height: 90px;
    clear: both;
    margin-bottom: 15px;
}
.widget_recently_viewed_products ul li a img,
.widget_products ul li a img {
    display: block;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    float: left;
}
.widget_recently_viewed_products ul li a .product-title,
.widget_products ul li a .product-title {
    width: calc(100% - 80px);
    display: block;
    float: left;
    margin-left: 10px;
    font-size: 16px;
}
.widget_recently_viewed_products del,
.widget_products del {
    float: left;
    margin-left: 10px;
    /*line-height: 32px;*/
    font-size: 14px !important;
}
.widget_recently_viewed_products ins,
.widget_products ins {
    float: left;
    margin-left: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #f36223;
}
.widget_shopping_cart {

}
.widget_shopping_cart ul li {
    overflow: auto;
    margin-bottom: 10px;
}
.widget_shopping_cart ul li a {

}
.widget_shopping_cart ul li a img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    float: left;
}
.widget_shopping_cart ul li .remove_from_cart_button {
    float: right;
    font-size: 30px;
    margin-top: 20px;
}
.widget_shopping_cart ul li .quantity {
    display: block;
}
.widget_shopping_cart ul li .quantity span {
    margin-left: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #f36223;
}
.widget_shopping_cart .total {
    font-size: 20px;
    text-align: center;
    border-top: solid 1px #f60;
    color: #f60;
}
.widget_shopping_cart .buttons a {
    display: block;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
    padding: 13px 48px;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background-color: #f36223;
    border: 2px solid #f36223;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
    transition: 0.3s;
}
.widget_shopping_cart .buttons a:hover {
    color: #f36223;
    background: none;
    transition: 0.3s;
}
.recent-posts-extended li {
    border: none!important;
}
.recent-posts-extended img {
    border: none!important;
    width: 75px;
    height: 75px;
}
.recent-posts-extended h3 a {
    position: relative;
    top: -4px;
    font-size: 16px;
    margin: 0px 0px 0px;
    font-weight: 400;
    color: #222222;
    line-height: 1.4em;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
    max-height: 45px;
    display: block!important;
    overflow: hidden;
}
.recent-posts-extended time {
    position: relative;
    font-size: 16px;
    color: #999999;
    padding-left: 22px;
    font-family: 'Raleway', sans-serif;
}
.recent-posts-extended time:before {
    position: absolute;
    content: '\f073';
    left: 0px;
    top: 0px;
    color: #fb5215;
    font-family: 'FontAwesome';
}
.recent-posts-extended ul li>a {
    display: block !important;
    position: relative;
    z-index: 1;
}

.overlay-box .clickBuyButton {
	position: relative;
    padding: 5px 15px;
    line-height: 24px;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
    background: #f36223;
    border: 2px solid #f36223;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
    transition: 0.3s;
    box-shadow: unset;
    margin-left: 0px;
}

.overlay-box .clickBuyButton:hover {
    color: #f36223 !important;
    background: none;
    box-shadow: unset!important;
    transition: 0.3s;
}

.shop-item .inner-box .image .onsale {
    background: #f36223;
    color: #fff;
    padding: 3px 10px;
    position: absolute;
    left: -10px;
    top: 9px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.18);
}
a.button21 {
    margin-bottom: 1px !important;
    margin-top: 7px !important;
}
.product-details .clickBuyButton:hover {
    color: #f36223 !important;
    background: none;
    box-shadow: unset!important;
    transition: 0.3s;
}

.cat_desc {
    float: left;
    width: 100%;
}
.fancybox-inner input[type="text"],
.fancybox-inner input[type="tel"],
.fancybox-inner input[type="email"],
.fancybox-inner input[type="password"],
.fancybox-inner textarea {
    position: relative;
    display: block;
    width: 100%;
    background: #ffffff;
    line-height: 22px;
    padding: 12px 15px;
    height: 48px;
    border: 1px solid #eeeeee;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.fancybox-inner input[type="submit"] {
    position: relative;
    padding: 13px 48px;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background-color: #f36223;
    border: 2px solid #f36223;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
}
.single-product .shop-single .info-column .product_meta>span {
    display: block;
}
.single-product .shop-single .woocommerce-Tabs-panel--additional_information table {
    border-collapse: collapse;
}
.single-product .shop-single .woocommerce-Tabs-panel--additional_information table td {
    border: 1px solid #eeeeee;
    padding: 5px 15px;
}
.single-product .shop-single .woocommerce-Tabs-panel--additional_information table th {
    border: 1px solid #eeeeee;
    padding: 5px 15px;
}
.payment_methods label {
    display: inline-block!important;
}
.search-box-outer form input[type="search"] {
    min-width: 180px;
}
.woocommerce-info {
    width: 100%;
    background: #f5f7f6;
    background-color: #f5f7f6!important;
    padding: 10px 15px;
    border-left: solid 2px #f60;
    margin-bottom: 15px;
}
p.stars:hover a:before {
    color: #f36223!important;
}
table.shop_attributes {
    width: 100%;
}
table.shop_attributes th, td {
    text-transform: none !important;
}
.lower-content .attr {
    border-top: solid 1px #f5f5f5;
}
.lower-content .attr .attr_ittem {
    overflow: auto;
}
.lower-content .attr .attr_ittem .name {
    float: left;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
}
.lower-content .attr .attr_ittem .val {
    float: right;
    text-align: right;
    font-size: 16px;
    font-weight: 300;
}

.woocommerce-cart-form__cart-item h3 {
    font-size: 14px;
}
.woocommerce .shop-item .lower-content .attr {
    height: 0px;
    opacity: 0;
    transition: 0.3s;
}
.woocommerce .shop-item .inner-box:hover .lower-content .attr {
    height: auto;
    opacity: 1;
    transition: 0.3s;
}

.woocommerce .shop-item .inner-box:hover {
    z-index: 12;
}
.woocommerce .shop-item .inner-box:hover .lower-content {
    /*background: #ffffff;*/
}
.woocommerce .shop-item .inner-box:hover .lower-content h3 {
    max-height: unset;
}

.shop-single .info-column table.shop_attributes {
    border-collapse: collapse;
}
.shop_attributes .name {
    width: 35%;
}
.shop-single .info-column table.variations .label {
    display: none;
}
.shop-single .info-column table.variations select {
    padding: 7px 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #eeeeee;
}
.shop-single .info-column table.variations a.reset_variations {
    display: none!important;
}
.shop-item .inner-box .image .overlay-box .button.product_type_simple.theme-btn.buy-btn {
    position: relative;
    top: 46%;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 37px;
    display: inline-block;
    margin-top: -25px;
    border: 1px solid #ffffff;
    margin-left: 10%;
    margin-right: 10%;
}
.woocommerce-variation-price {
    font-size: 24px;
    font-weight: 400;
    color: #f36223;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.woocommerce-variation-price>span>span:before {
    content: "Итого: "
}
.single_variation_wrap .woocommerce-variation-price span .uom:before {
    display: none;
}
.row>.woocommerce-notices-wrapper {
    width: 100%;
    padding-left: 15px;
}
.variations_form.cart table.variations td {
    border: none;
    padding-left: 0px;
}
.variations_form.cart .single_variation_wrap button.btn-style-one {
    margin-top: 0px;
}
.variations_form.cart .single_variation_wrap .quantity input[type="number"] {
    margin-bottom: 0px;
    height: 54px;
    border-radius: 0;
    text-align: center;
    line-height: 54px;
}
.cart .other-options input[type="number"] {
    margin-bottom: 0px;
    height: 54px;
    border-radius: 0;
    text-align: center;
    line-height: 54px;
}
.product-details #formOrderOneClick {

}
.product-details #formOrderOneClick table {
    margin-bottom: 15px;
}
.product-details #formOrderOneClick th, 
.product-details #formOrderOneClick td {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #383838;
    box-shadow: unset;
    border: 1px solid #eeeeee;
    padding: 5px 15px;
    text-transform: inherit;
}
.woocommerce-account .login-form>form>.form-group,
.woocommerce-account .register-form>form>.form-group {
    width: 100%;
    border: solid 1px #eee;
    padding: 2px 5px;
    border-radius: 5px;
}
.woocommerce-account .login-form>form>.form-group input,
.woocommerce-account .register-form>form>.form-group input {
    width: 100%;
    padding: 3px 30px;
    margin-left: -16px;
}
.woocommerce-account .login-form>form>.form-group .adon-icon,
.woocommerce-account .register-form>form>.form-group .adon-icon {
    margin-left: 5px;
    margin-right: -15px;
    width: 20px;
    display: inline-block;
}
.woocommerce-account .login-form button,
.woocommerce-account .register-form button {
    position: relative;
    padding: 13px 48px;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background-color: #f36223;
    border: 2px solid #f36223;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
    transition: 0.3s;
}
.woocommerce-account .login-form button:hover,
.woocommerce-account .register-form button:hover {
    color: #f36223;
    background: none;
    transition: 0.3s;
}
.woocommerce-account article.type-page {
    margin-top: 15px;
    margin-bottom: 15px;
}
.gallery-item-three .inner-box .overlay-box .content h3 {
    color: #ffffff;
}
.sidebar-category ul#menu-menyu-v-usluge li.current-menu-item a {
    color: #ffffff;
    background-color: #f36223;
}
.sidebar-category ul#menu-menyu-v-usluge li a:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 14px;
    right: 18px;
    color: #f7f7f7;
    line-height: 22px;
    position: absolute;
}
.widget_nav_menu ul#menu-menyu-v-usluge li.current-menu-item a:before {
    color: #ffffff;
}
.widget_nav_menu ul#menu-menyu-v-usluge li.current-menu-item a:hover {
    color: #ffffff;
    background-color: #f36223;
}
.widget_nav_menu ul#menu-menyu-v-usluge li.current-menu-item a:hover:before {
    color: #ffffff;
}
.single img.alignright {
    float: right;
}
.accordion-box .block .acc-content.current {
    display: block;
}
.sidebar-title {
    position: relative;
    margin-bottom:25px;
}
.sidebar-title h3{
    font-size: 22px;
    color: #222222;
    font-weight: 400;
    line-height: 1.2em;
    padding-bottom:24px;
    text-transform: none;
    border-bottom:1px solid rgba(238,238,238,0.50)
}
.sidebar-side{
   /* padding-right: 30px !important;*/
}
.sidebar-title h3:after{
    position:absolute;
    content:'';
    left:0px;
    bottom:-1px;
    width:45px;
    height:1px;
    background-color:#f36223;
}

.sidebar-side .widget_price_filter {
    margin-bottom: 50px;
}
.sidebar-side .widget_product_tag_cloud {
    margin-bottom: 25px;
}
/* Галерея в сайтбаре */
    .sidebar-side .gallery .gallery-item .gallery-icon a img {
        min-height: 100px;
        min-width: 100px;
        width: auto;
        height: auto;
        transition: all .3s;
        transform: scale(1);
        will-change: transform;
        max-width: 180%;
    }
    .sidebar-side .gallery .gallery-item .gallery-icon a {
        position: relative;
        display: block;
        overflow: hidden;
        background: #000000;
        transition: all 0.3s ease-in-out;
        color: #f36223;
        max-height: 105px;
        max-width: 105px;
    }
    .sidebar-side .gallery .gallery-item .gallery-icon {
        max-width: 105px;
        margin-left: auto;
        margin-right: auto;
    }
    .sidebar-side .gallery .gallery-item {
        margin-bottom: 30px;
        flex: 0 0 50%;
        max-width: 50%;
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
    }
    .sidebar-side .gallery .gallery-item .wp-caption-text {
        display: inline-block;
        padding: 6px 10px 6px 10px;
        font-size: 12px;
        line-height: 17px;
        color: #ffffff;
        background-color: #f36223;
        font-weight: 700;
        transition: all .3s;
    }









.page-title{
    position:relative;
    text-align:center;
    padding:70px 0px 70px 0px;
    background:url(../images/resource/page-title-bg.jpg) repeat;
}

.page-title h1{
    position:relative;
    font-size:36px;
    font-weight:600;
    color:#222222;
    line-height:1.5em;
    text-transform:none;
}

.page-title .text{
    position:relative;
    color:#848484;
    font-size:16px;
    font-weight:400;
    text-align:center;
}

.page-info{
    position: relative;
    color: #000000!important;
}
.page-info.old {
    margin-bottom: 0;
}
.page-info h2{
    font-size:16px;
    color:#ffffff;
    line-height:24px;
    font-weight:700;    
}

.page-info .bread-crumb{
    position:relative;
    font-size:14px;
    padding:18px 0px 17px;
    margin-left: 0px;
}

.page-info .bread-crumb li{
    position:relative;
    display:inline-block;
    font-size:14px;
    margin-right:24px;
    color:#000000;
    font-weight:400;
    line-height:24px;
    text-transform:none;
    font-family: 'Montserrat', sans-serif;
}

.page-info .bread-crumb li:last-child{
    margin-right:0px;
}

.page-info .bread-crumb li:after{
    content:'\f0da';
    font-family: 'FontAwesome';
    position:absolute;
    right:-21px;
    width:10px;
    line-height:24px;
    font-size:16px;
    color:#000000;
}

.page-info .bread-crumb li:last-child:after{
    display:none;   
}

.page-info .bread-crumb li a{
    color:#000000;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.page-info .bread-crumb li a:hover{
    color:#f36223;  
}





.comment-form .group-title{
    margin-bottom:20px;
}

.comment-form .rating-box{
    position:relative;
    margin-bottom:20px;
}

.comment-form .rating-box .text{
    position:relative;
    font-size:14px;
    color:#222222;
    margin-bottom:10px;
}

.comment-form .rating-box .rating{
    position:relative;
    display:inline-block;
    margin-right:20px;
}

.comment-form .rating-box .rating .fa{
    position:relative;
    margin-right:2px;
    display:inline-block;
}

.comment-form .rating-box .rating a{
    position:relative;
    color:#f36223;
    font-size:14px;
    display:inline-block;
}

.comment-form .form-group{
    position:relative;
    margin-bottom:30px;
}

.comment-form .form-group:last-child{
    margin-bottom:0px;
}

.comment-form .comment-form-cookies-consent,
.comment-form .form-submit {
    width: 100%;
    display: inline-block;
    margin-left: 15px;
}
.comment-form .comment-form-cookies-consent label {
    margin-left: 10px;
}
.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
    position:relative;
    display:block;
    width:100%;
    line-height:28px;
    padding:10px 15px;
    border:1px solid #eeeeee;
    height:50px;
    color:#848484;
    font-weight:300;
    background:#ffffff;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
    border-color:#f36223;
}

.comment-form .form-group textarea{
    position:relative;
    display:block;
    width:100%;
    line-height:26px;
    padding:10px 15px;
    color:#848484;
    border:1px solid #efefef;
    height:105px;
    font-weight:300;
    background:#ffffff;
    resize:none;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.comment-form button{
    position:relative;
    margin-top:10px;
}

.comment-form input:focus,
.comment-form select:focus,
.comment-form textarea:focus{
    border-color:#f06529;   
}
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message,
.checkout-page .woocommerce-checkout-payment li,
.shop-single .product-info-tabs .woocommerce-noreviews,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce-error li,
.woocommerce-notices-wrapper .woocommerce-info {
    width: 100%;
    background: #f5f7f6;
    padding: 10px 15px;
    border-left: solid 2px #f36223;
    margin-bottom: 15px;
    list-style: none!important;
    margin-left: 0px!important;
}
.woocommerce-error {
    background: unset!important;
}
.btn-style-one {
    position: relative;
    padding: 13px 48px;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    background-color: #f36223;
    border: solid 2px #f36223;
    text-transform: none;
    font-family: 'Raleway', sans-serif;
}
.woocommerce-Tabs-panel--reviews input[type="submit"] {
    margin-left: -15px;
    margin-top: 15px;
}
.sidebar-page-container .group-title h2 {
    position: relative;
    font-size: 30px;
    color: #222222;
    font-weight: 600;
    padding-bottom: 12px;
    text-transform: none;
    border-bottom: 1px solid rgba(238,238,238,0.50);
}
.sidebar-page-container .comments-area {
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
}




/*** 

====================================================================
        Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
    position:relative;
    margin-top:0px;
    margin-bottom:50px;
}

.sidebar-page-container .group-title{
    position:relative;
    margin-bottom:40px;
}

.sidebar-page-container .group-title h2{
    position:relative;
    font-size:30px;
    color:#222222;
    font-weight:600;
    padding-bottom:12px;
    text-transform:none;
    border-bottom:1px solid rgba(238,238,238,0.50)
}

.sidebar-page-container .group-title h2:after{
    position:absolute;
    content:'';
    left:0px;
    bottom:-1px;
    width:70px;
    height:1px;
    background-color:#f36223;
}

.sidebar-page-container .comments-area .comment-box{
    position:relative;
    margin-bottom:40px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1){
    padding-top:0px;    
}

.sidebar-page-container .comments-area .comment-box:hover{
    border-color:#eb5310;   
}

.sidebar-page-container .comments-area .comment{
    position:relative;
    font-size:14px;
    min-height:158px;
    padding:0px 0px 0px 120px;
    border-bottom:1px solid #eeeeee;
}

.sidebar-page-container .comments-area .comment .comment-inner{
    position:relative;
}

.sidebar-page-container .comments-area .comment .comment-inner .reply{
    position:relative;
    color:#f36223;
    font-weight:500;
    font-size:16px;
    margin-bottom:20px;
    display:inline-block;
    text-transform:none;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating{
    position:relative;
    margin-left:15px;
    display:inline-block;
    float: none;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating .avg-inline {
    display: none;
}

.sidebar-page-container .comments-area .comment .comment-inner .rating .fa{
    display:inline-block;
    color:#f36223;
    margin-right:2px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
    position:absolute;
    left:0px;
    top:0px;
    margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
    width:100px;
    display:block;
    height: auto;
}

.sidebar-page-container .comments-area .comment-info{
    position:relative;
    color:#222222;
    line-height:24px;
    font-size:18px; 
    font-weight:400;
    display:inline-block;
    font-family: 'Montserrat', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text{
    color:#848484;
    font-size:16px;
    margin-top:12px;
    font-weight:400;
    line-height: 1.6em;
    margin-bottom:10px;
}




.star-rating span:before,
p.stars.selected a:not(.active):before,
p.stars.selected a.active:before {
    color: #f36223!important;
}






#menu-menyu-v-shapke>.menu-item.current-menu-item ul li a {
    color: #ffffff;
}
#menu-menyu-v-shapke>.menu-item.current-menu-item ul li a:hover {
    color: #000000;
}





















.product .product-details .info-column .details-header h1 {
    padding-bottom: 2px;
    border-bottom: solid 1px #ddd;
}
.product .product-details .info-column .details-header .woocommerce-product-rating {
    font-size: 14px;
    text-align: right;
}
.product .product-details .info-column .details-header .star-rating {
    display: inline-block;
}
.product .product-details .info-column .details-header .woocommerce-review-link {
    display: inline-block;
    vertical-align: top;
}
.product .product-details .info-column .details-header .item-price {
	overflow: auto;
}
.product .product-details .info-column .details-header .item-price .woocommerce-Price-amount.amount {
    display: inline-block;
}
.product .product-details .info-column .details-header .item-price del {
	display: block;
    font-size: 14px;
    font-weight: 400;
    color: #f36223;
    line-height: 15px;
    letter-spacing: 1px;
    width: 100%;
    float: left;
    margin-top: 8px;
}
.product .product-details .info-column .details-header .item-price del>span {
    text-decoration: inherit;
    margin-bottom: 5px;
}
.product .product-details .info-column .details-header .item-price ins {
    font-size: 24px;
    font-weight: 400;
    color: #f36223;
    line-height: 24px;
    letter-spacing: 1px;
    float: left;
    margin-bottom: 15px;
}
.product .product-details .info-column .details-header .item-price .clickBuyButton {
	position: relative;
    overflow: hidden;
    display: block;
    width: 150px;
    padding: 16px 18px;
    font-size: 14px;
    line-height: 1.25;
    border: 2px solid;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    user-select: none;
    transition: 250ms all ease-in-out;
    color: #ffffff;
    background-color: #f36223;
    border-color: #f36223;
    border-radius: 0;
    margin-top: 20px!important;
}
.product .product-details .info-column .details-header .item-price .clickBuyButton:hover {
	color: #ffffff!important;
    background-color: #2c343b;
    border-color: #2c343b;
}
.woocommerce-tabs ul.tabs li a {padding: 1em!important;display: block;color: #000;}
.product .product-details .info-column .product_meta.padding-top10>span {
    display: block;
}
.content-side .results-column {
    display: inline-block;
    margin-bottom: 35px;
}
.widget_recently_viewed_products .product_list_widget>li>.woocommerce-Price-amount,
.widget_recently_viewed_products .product_list_widget>li>.uom {
    float: left;
    margin-left: 10px;
    font-size: 17px;
   /* letter-spacing: 1px;*/
    font-weight: 400;
    color: #f36223;
}

/* Сортировка В магазине */
    .woocommerce-ordering .orderby {
        border-radius: 3px;
        border: solid 1px #e8e8e8;
        padding: 2px 5px;
        width: 100%;
        color: #929292;
        margin-bottom: 35px;
    }

/* Сообщения */
    .woocommerce-notices-wrapper .woocommerce-message {
        content: "";
        display: table;
        table-layout: fixed;
        background-color: #f36223;
        clear: both;
        padding: 10px;
        margin-bottom: 15px;
    }
    .woocommerce-notices-wrapper .woocommerce-message a {
        padding: 0;
        color: #fff;
        border: none;
        margin: 0px;
        font-size: 16px;
        line-height: 1.375;
        text-transform: unset;
        font-weight: 400;
    }

/* Страница оформления */
    .checkout-page h3 {
        margin-bottom: 30px;
    }
    .checkout-page label {
        width: 100%;
        padding-right: 30%;
    }
    .checkout-page .woocommerce-input-wrapper {
        width: 70%;
    }
    .checkout-page .woocommerce-input-wrapper input {
        width: 100%;
        border-radius: 3px;
        border: solid 1px #e8e8e8;
        padding: 10px;
    }
    .checkout-page textarea {
        max-width: 100%;
        width: 100%;
        min-height: 100px;
        padding: 10px;
        border-radius: 3px;
        border: solid 1px #e8e8e8;
    }
    .checkout-page .totals-table li {
        margin: 0px!important;
        overflow: auto;
    }
    .checkout-page .totals-table li::after {
        display: none;
    }

/* Страница корзины */
    .woocommerce-cart-form,
    .woocommerce-cart-form__contents {
        width: 100%;
        margin-bottom: 15px;
    }
    .remove a {
        font-family: 'FontAwesome';
        color: #f00;
        font-size: 19px;
    }
    #calc_shipping_state_field input,
    #calc_shipping_city_field input,
    #calc_shipping_postcode_field input {
        width: 100%;
        border-radius: 3px;
        border: solid 1px #e8e8e8;
        padding: 10px;
    }
    #calc_shipping_state_field,
    #calc_shipping_city_field,
    #calc_shipping_postcode_field {
        margin-bottom: 0px;
    }
    .woocommerce-shipping-totals.shipping button.theme-btn.total-btn {
        border: none;
        background: #f36223;
        padding: 5px 15px;
        margin-left: -4px;
        color: #fff;
    }
    .calculated_shipping ul.totals-table {
        display: inline-block;
        width: 50%;
    }
    .calculated_shipping ul.totals-table li {
        list-style: none!important;
        margin-left: 0px!important;
    }
    .calculated_shipping .padd-top-30.text-right {
        display: inline-block;
        width: 46%;
    }
    .container .select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 1px solid #e8e8e8;
        border-radius: 3px;
        height: 40px;
    }
    .container .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 38px;
        padding-left: 15px;
    }
    .container .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 36px;
        position: absolute;
        top: 1px;
        right: 10px;
        width: 20px;
    }
    #shipping_method {
        margin-bottom: 0;
    }
    .wc_payment_method.payment_method_cod p {
        margin-bottom: 0!important;
    }


    @media (max-width: 991px) {
        header.hdr1 .header-bg{
            background-color: unset !important;
        }
        header.hdr1 {
            padding-bottom: 0px !important;
        }
    }

.tab-buttons{
    display: none !important;
}