.category-image, .category-description {
    margin-bottom: 20px;
}

.category-image .image {
    max-width: 100%;
    height: auto;
    display: block;
}

.columns {
 /*   display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;*/
}

.page-products.columns {
/*    position: relative;
    z-index: 1;
    display: table;
    width: 100%;margin-top:3%;*/
}

.columns .column.main {
    padding-bottom: 0px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.columns .sidebar-main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.sidebar .block, .sidebar .widget.block:not(:last-child), .sidebar .widget:not(:last-child) {
    margin-bottom: 30px;
}

.sidebar .block .block-title {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    border-color: #e5e5e5;
}

.sidebar .block .block-title strong {
    font-size: 1.6rem !important;
    font-weight: normal;
    line-height: 24px;
}

.uaccordion {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.sideacco {
    float: left;
    border:solid 1px #ccc;border-top:none;
}
.filter-content { font-size:30px;}
.filter-content strong{ font-weight:normal; font-size:20px; color:#333; font-family: Arial, Helvetica, sans-serif;}
#hjip span{float:left;width:40%;}
#hjip span img{max-width:100%;}
#hjip p{float:left;width:100%;padding-top:1%;}
#hjip span img:hover{ cursor:pointer; opacity:0.8;}


.uaccordion li {
    float: left;
    display: block;
    width: 100% !important;
    padding: 0 !important;
    margin: 0;
    list-style-type: none;
    cursor: pointer;
    position: relative;
}

.uaccordion .parent {
    font-size: 1.4rem !important;line-height:50px;
}

.sideacco .nav-item.parent > a {
    padding-right: 36px;
}
.block-vertnav h2{width:100%; font-family: Arial, Helvetica, sans-serif; background-color:#005ca0; color:#fff; font-size:20px; text-indent:10px;padding-top:8%;padding-bottom:8%;}
.sideacco .nav-item > a {
    line-height:50px;
    background-color: #fff;height:50px;
    color: #666;
}

.uaccordion li a {
    display: block;
    padding: 15px 10px;
    font-size: 1.1666em;
    line-height: 1.5em;
}

.uaccordion-style1 li a {
    border-bottom-color: #eee;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 1.1em;
    line-height: 1.1em;
    padding: 0px 6px;
}

.sideacco li.nav-item a:hover, .sideacco li.nav-item.active a {
    background-color: #56bced !important;
}

.sideacco li.nav-item a:hover span, .sideacco li.nav-item.active a span {
    color: #ffffff;
}

.sideacco .nav-item > a:hover + .opener {
    color: #ffffff;
}

.sideacco .nav-item > .opener {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.sideacco .nav-item > .opener {
    color: #333333;
}

.uaccordion ul {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.uaccordion .parent .nav-submenu {
    display: none;
}

.uaccordion .parent .nav-submenu.show {
    display: block;
}

.uaccordion .parent .nav-submenu .nav-item {
    font-size: 1.2rem !important;
}

.uaccordion .parent .nav-submenu .nav-item a {
    padding-left: 2rem;
}

.toolbar-products {
    margin-bottom: 14px;float:none;padding-bottom:2%;
    height: 40px;border-bottom:1px solid #f5f5f5;
}

.toolbar-products .toolbar-amount {
    display: inline-block;
    line-height: 32px; font-size:30px;
    margin: 0;
    padding: 8px 0 0;
    vertical-align: middle;
}

.toolbar-products .sorter {
    float: right;
    padding: 20px 0 0;
    position: static;
    right: 0;
    top: 0;
    z-index: 1;
}

.sorter-options {
    margin: 0 0 0 7px;
    width: auto;
    height: 32px;
}

.sorter-action {
    vertical-align: top;
    width: 32px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    background-color: #eeeeee;
    color: #333333;
    line-height: 32px;
}

.sorter-action:hover {
    background: #f0493e;
    color: #fff;
}

.products.wrapper {
/*    display: table;
*/}

.products .product {
    vertical-align: top;
    border-color: #f5f5f5;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    border-left: none;
    border-right: none;
    zoom: 1;
    padding:7px 7px;
    background-color: #ffffff;
    transition: 400ms;
    -moz-transition: 400ms;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    width: 33.33333%;
    display: inline-block;
    box-sizing: border-box;
}

.products .product:hover {
    transform: translate3d(0px, -4px, 0px);
    -webkit-transform: translate3d(0px, -4px, 0px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    z-index: 2
}

.products .product .product-item-info {
    width: auto;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial
}

.product-item-img {
    position: relative;
    overflow: hidden;
}

.product-image-container {
    display: inline-block;
    width: 100%;
}

.product-image-wrapper {
    display: block;border:solid 3px #f5f5f5;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.product-image-container .product-image-photo {
    display: block;
    height: auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 1.2s;
}

.product-image-container .product-image-photo.one {
    position: relative;
    opacity: 1;
}

.product-item-details {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

.product-item-name {
    display: block;
    margin: 5px 0;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.product-item-info .product-item-details .price-final_price {
    text-align: center;
    min-height: 28px;
    height: 28px;
    margin: 10px 0;
}

.product-item-info .old-price, .product-item-info .special-price {
    display: inline-block;
}

.product-item-info .product-item-details .price-final_price {
    text-align: center;
    min-height: 28px;
    height: 28px;
}

.product-item-info .price {
    font-size: 1.4rem;
    font-weight: bold;
}

.product-item-info .special-price .price {
    color: #F70046;
}

.special-price + .old-price {
    margin-left: 4px;
}

.old-price {
    color: #ccc;
}

.old-price.through {
    text-decoration: line-through;
}

.pages .page-items {
    font-size: 0;
    letter-spacing: -1px;
    line-height: 0;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    list-style: none none;
    display: inline-block;
}

.pages .item {
    font-size: 12px;
    letter-spacing: normal;
    line-height: 32px;
    display: inline-block;
    width: 32px;
    border: 1px solid #dfdfdf;
    text-align: center;
    background: #eee;
}

.pages .item.current {
    background: #fff;
}

.pages .item:hover {
    background: #;
}

.pages .item a.page {
    color: #333333;
    display: inline-block;
    width: 100%;
}

.pages .item:hover .page {
    color: #fff;
}

.filter-options-item {
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
}

.filter-options-item:first-child {
    border-top: 1px solid #d1d1d1;
}

.filter-options-title {
    cursor: pointer;

    font-size: 1.5rem;
    margin: 0;
    overflow: hidden;
    padding: 10px 25px 0 0;
    position: relative;
/*    text-transform: uppercase;
*/   /* word-break: break-all;*/
    z-index: 1;
    display: block;
    text-decoration: none;
}

.filter-options-content {
    margin: 0;
    padding: 10px;
    display: none;
}

.filters-collapsed .filter-options-content {
    display: block;
}

.filter-options-content .item {
    margin: 10px 0;
    line-height: 1.3em;
}

.filter-options-content a {
    color: #494949;
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px 10px;
    display: block;
}

.filter-options-title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    line-height: 20px;
    color: inherit;

    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.filter-options-title:after {
 
}

.filter-options-content a:hover {
    color: inherit;
    background-color: rgba(0, 0, 0, 0.04);
    text-decoration: none;
}

.filters-collapsed .filter-options-title:after {
}

.filter-options-content .count {
    color: #858585;
    padding-right: 5px;
}

.filter-current .items {
    padding: 5px 10px;
}

.filter-current-subtitle {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
}

.filter-current .item {
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.filter-label {
    font-weight: 700;
}

.filter-label:after {
    content: ': ';
}

.filter-value {
    color: #858585;
}

.filter-current .action.remove {
    left: -8px;
    position: absolute;
    top: -1px;
}

.filter-current .item .remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: 15px;
    color: #303030;
    content: '\e616';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.filter-actions {
    margin-bottom: 25px;
    padding: 0 10px;
}

.categoryWraper {
    display: table;
}

.categoryWraper .categoryItem {
    display: inline-block;
    box-sizing: border-box;
    width: 20%;
    padding: 0 1.5rem 2rem;
}

.categoryWraper .categoryItem .categoryImage {
    display: block;
    width: 100%;
}

.categoryWraper .categoryItem .categoryTitle {
    text-align: center;
    padding-top: 1rem;
}

.categoryWraper .categoryItem .categoryTitle a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.categoryWraper .categoryItem .categoryImage img {
    width: 100%;
}

.categoryHeader {
    text-align: center;
}

.categoryHeader .categoryText {
    font-size: 3.8rem;
    display: block;
    letter-spacing: 6px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.categoryHeader .categoryLine {
    border-bottom: 5px solid #6ab48d;
    width: 3rem;
    display: block;
    margin: 0 auto 2rem;
}
.deo_produdy{width:100%}
.deo_produdy_a{width:100%;float:left;}
.deo_produdy_a_left{width:45%;float:left;}

.deo_produdy_a_right{width:52%;float:right}
.deo_produdy_a_right h5{width:100%;margin-top:10px;float:left; font-size:18px; color:#666;}
.deo_produdy_a_right h2{float:left;width:100%; font-size:24px; font-weight:bold; font-family:'SourceSansProSemibold'; color:#333;}
.deo_produdy_a_right h3{float:left;width:100%; font-size:15px; color:#666;margin-top:2%; text-align:left;line-height:25px;}
.deo_produdy_a_right h4{float:left;width:100%;padding:0;margin:0;margin-bottom:4%; }

.deo_produdy_b{width:100%;float:left;}
.bnb{width:100%;float:left;}
.bnb span{float:left;width:100%; font-weight:bold; color:#; background-color:#d2ebef;height:40px;line-height:40px; text-indent:10px;}
.bnb p{float:left;width:100%;margin-top:2%; font-size:14px;}
.page-product-detail{width:100%;float:left;}



/*inqu*/

.protip{box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);padding:2%;margin:1.5%;margin-bottom:5%;}






@media (max-width: 767px) {
    .categoryHeader .categoryText {
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .products .product {
        width: 33%;
    }

    .column.main.search .products .product {
        width: 24%;
    }

    .products .product:nth-of-type(3n) {
        clear: left !important;
    }
	
	
	.products .product:nth-of-type(3n) {
        
    }
	
}

@media (min-width: 768px) {
    .filter-actions {
        margin-bottom: 30px;
    }

    .filter-content .item {
        margin: 0;
    }

	  .toolbar .pages {
/*        float: right !important;
*/    }

    .product-item-name {
        font-size: 1.6rem;
        line-height: 2.2rem;
        white-space: normal;
        text-overflow: inherit;
    }

    .product-item-info .product-item-details strong.product-item-name a.product-item-link {
        font-weight: normal;
        text-align: center;
        height: 40px;
        line-height: 25px;
        display: block;
        -webkit-box-orient: vertical;
       /* overflow: hidden;*/
        font-size: 1.6rem !important;
    }

    .toolbar-products .toolbar-amount {
        float: left;
    }

    .breadcrumbs {
        overflow: hidden;
    }

    .breadcrumbs .item:not(:last-child) {
        float: left;
    }

    .columns {
        display: block;
    }

    .page-products.columns {
        padding-top: 0;
        position: relative;
        z-index: 1;
    }

    .columns .column.main {
        width: 76.16666667%;
        float: right;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .columns .column.main.search {
        width: 100%;
    }

    .columns .sidebar-main {
        width: 23.83333333%;
        padding-right: 2%;
        float: left;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }

    .filter.active .filter-options, .filter-options {
        background: transparent;
        clear: both;
        display: block;
        overflow: initial;
        position: static;
        margin-top: 1rem;
    }
}

@media (min-width: 640px) {

    .product-item-name {
        height: auto;
    }
}
@media (max-width: 1200px) {

/*.page-main{padding-left:15px;padding-right:15px;}*/

}

@media (max-width: 767px) {
    .columns .sidebar-main {
    
    }
	.columns .sidebar-main .filter{display: none;}
	

    .product-item-name a.product-item-link {
        height: 6rem;
        display: block;
        overflow: hidden;
        font-weight: normal;
        white-space: normal !important;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .products .product {
        width: 70%;
    }
}

@media (max-width: 320px) {
    .products .product {
        width: 100%;
    }
}



@media (max-width: 640px) {
.product-item-name a.product-item-link{height:auto;}

.deo_produdy_a_left{width:100%;float:left;}

.deo_produdy_a_right{width:100%;float:right}}







