@font-face {
    font-family: 'ubunturegular';
    src: url('fonts/ubuntu_allfont.ru-webfont.eot');
    src: url('fonts/ubuntu_allfont.ru-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/ubuntu_allfont.ru-webfont.woff2') format('woff2'),
    url('fonts/ubuntu_allfont.ru-webfont.woff') format('woff'),
    url('fonts/ubuntu_allfont.ru-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntu_lightregular';
    src: url('fonts/ubuntulight-webfont.eot');
    src: url('fonts/ubuntulight-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/ubuntulight-webfont.woff2') format('woff2'),
    url('fonts/ubuntulight-webfont.woff') format('woff'),
    url('fonts/ubuntulight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ubuntu_lightbold';
    src: url('fonts/ubuntumedium-webfont.eot');
    src: url('fonts/ubuntumedium-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/ubuntumedium-webfont.woff2') format('woff2'),
    url('fonts/ubuntumedium-webfont.woff') format('woff'),
    url('fonts/ubuntumedium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Adventure';
    src: url('fonts/adventure.eot');
    src: url('fonts/adventure.eot?#iefix') format('embedded-opentype'),
    url('fonts/adventure.woff') format('woff'),
    url('fonts/adventure.ttf') format('truetype'),
    url('fonts/adventure.svg#FontName') format('svg');
    font-style: normal;
    font-weight: normal;
}
/* btns */
.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn-primary, a.btn-primary:visited {
    color: #fcf9c9;
    text-shadow: none;
    background-color: #562423;
    background-image: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'ubuntu_lightbold';
}

.btn-primary:hover, .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:focus, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #562423;
    background-color: #f98e3c;
}

.btn-white {
    border: 2px solid #562423;
}

.btn-white:hover, .btn-white:focus, .btn-white:focus:hover {
    color: #f98e3c;
    border-color: #f98e3c;
    box-shadow: none;
}

.btn-link {
    color: #562423;
    text-decoration: underline;
    font-size: 16px;
}

.btn-link:hover {
    color: #562423;
    text-decoration: none;
}

.contact_info_block__contacts a:hover {
	text-decoration: underline;
}

blockquote {
    font-size: 14px;
    font-style: italic;
    background: #fcf9c9;
    border-color: #d1c694;
}

* {
    padding: 0;
    margin: 0;
}

img {
    border: none;
}

ul {
    list-style: none;
}

input, textarea {
    outline: none;
}

body {
    background: #fff;
    font: 14px/1.5em 'ubunturegular', sans-serif;
    color: #562423;
    overflow-x: hidden;
}

body.common-home {
    background: url('../image/honey-bg.jpg') no-repeat 50%;
}

a {
    color: #562423;
}

a:hover {
    color: #562423;
    text-decoration: none;
}

a:focus {
    color: #562423;
    text-decoration: none;
    outline: none;
}

a:active {
    color: #562423;
    text-decoration: none;
}

a:visited {
    color: #562423;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .heading-title, .secondary-title, .third-title, .fourth-title, .fifth-title {
    font-family: 'ubuntu_lightbold', Arial, sans-serif;
    margin: 20px 0 15px 0;
    font-weight: normal;
    color: #562423;
}

h1 {
    font-size: 24px;
    margin-top: 0;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 15px;
}

h5, .fifth-title {
    font-size: 14px;
    font-family: 'ubuntu_lightbold';
    font-weight: bold;
}

h6 {
    font-size: 12px;
    font-family: 'ubuntu_lightbold';
    font-weight: bold;
}

p {
    margin-bottom: 15px;
}

strong {
    font-family: 'ubuntu_lightbold';
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.box-shadow {
    padding: 5px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(62, 62, 62, 0.61);
    -moz-box-shadow: 0px 0px 8px 0px rgba(62, 62, 62, 0.61);
    box-shadow: 0px 0px 8px 0px rgba(62, 62, 62, 0.61);
}

.box-shadow-s {
    padding: 2px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(62, 62, 62, 0.61);
    -moz-box-shadow: 0px 0px 4px 0px rgba(62, 62, 62, 0.61);
    box-shadow: 0px 0px 4px 0px rgba(62, 62, 62, 0.61);
}

/*-----------------------------------main style-----------------------------*/
.top_section {
    background: #fcf9d1;
    border-bottom: 1px solid #cfc489;
    /*height: 38px;*/
    min-height: 38px;
}

/*--------------top menu-------------*/
.top_menu {
    margin: 0;
}

.top_menu li {
    float: left;
    border-right: 1px solid #cfc489;
}

.top_menu li a {
    height: 38px;
    padding: 0 20px;
    text-transform: uppercase;
    display: block;
    font: 13px/38px 'ubuntu_lightbold', Arial, sans-serif;
}

.top_menu li li,
.top_menu li li a {
    float: none;
    display: block;
    border-right: 0;
}

.top_menu li a:hover {
    background: url('images/bg_hov_menu.png');
}

.btn_acount {
    margin: 0;
    float: right;
}

.btn_acount li {
    background: url('images/bg_hov_menu.png');
    height: 38px;
    padding: 0 12px;
    line-height: 38px;
}

.btn_acount li .dropdown-menu {
    padding: 0;
    backgorund: #fff;
}

.btn_acount li .dropdown-menu li {
    background: #fff;
    color: #562423;
    padding: 3px;
    margin: 0;
}

.btn_acount li .fa-user {
    display: inline-block;
    margin: 0 5px 0 0;
}

.text_user {
    font: 13px 'ubuntu_lightbold', Arial, sans-serif;
}

.btn_acount li .dropdown-menu li:hover {
    background: #fcf9d1;
}

.btn_acount li .dropdown-menu li a {
    font-size: 12px;
}

.btn_acount li .dropdown-menu li a:hover {
    background: #fcf9d1;
    color: #562423;
}

/*------------------------------------------------------*/
#form-language {
    height: 38px;
    line-height: 38px;
}

#form-language .btn-link {
    color: #562423;
}

#form-language .btn-link:hover,
#form-language .btn-link:focus {
    text-decoration: none;
}

#form-language .dropdown-menu {
    min-width: 0;
    margin-top: 0;
}

#form-language .dropdown-menu .language-select {
    padding: 3px 6px;
    text-align: left;
}

#form-language .dropdown-menu .language-select:hover {
    text-decoration: none;
    color: #f7563c;
}

    /*----------------------------------------------------*/
.header-middle {
    padding: 25px 0;
    background: #fff;
}

.block-search {
    top: 10px;
    left: 15px;
    width: 90%;
    position: absolute;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.block-search #search .search_input,
.block-search #search .search_btn .btn {
    height: 32px;
    border: none;
    background: none;
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}

.block-search #search {
    margin: 0;
}

.block-search #search .btn {
    padding: 0;
    width: 38px;
    height: 32px;
    color: #61382f;
}

.header-middle .slogan {
    margin-top: 65px;
    font-family: "Adventure";
    font-size: 27px;
}

/*-----------------------------------cart------------------*/
#cart .dropdown-menu .ddwn-links {
    padding: 10px 0;
}

#cart .dropdown-menu .ddwn-links i {
    margin-right: 5px;
}

#cart .dropdown-menu .ddwn-links a {
    display: inline-block;
}

#cart .dropdown-menu .ddwn-links a:hover {
    text-decoration: underline;
}

/*-----------------------------------header link------------------*/

.downe_block_phone,
.popup_btn,
.pupup_btn_phon {
    padding: 0 0 0 32px;
    min-height: 24px;
    margin: 0 0 7px 0;
    font-size: 13px;
}

.downe_block_phone {
    background: url('images/icon_phone.png') no-repeat;
}

.downe_block_phone li span {
    font-family: 'ubuntu_lightbold', Arial, sans-serif;
    cursor: pointer;
}

.downe_block_phone li.vf {
    background: url('images/vodafone.png') no-repeat 10px 50%;
    -webkit-background-size: 16px;
    background-size: 16px;
    padding-left: 30px;
}

.downe_block_phone li.ks {
    background: url('images/kyivstar.png') no-repeat 10px 50%;
    -webkit-background-size: 16px;
    background-size: 16px;
    padding-left: 30px;
}

.downe_block_phone li .sub-phone {
    display: none;
}

.downe_block_phone li .fa-caret-down {
    padding: 0 5px;
}

.downe_block_phone .has_sub_phone {

}

.popup_btn {
    background: url('images/icon_email.png') no-repeat;
}

.pupup_btn_phon {
    background: url('images/icon_arrow.png') no-repeat;
}

/*---------------backet------------*/
.basket {
    margin-top: 10px;
    padding: 0 0 0 70px;
    min-height: 74px;
    overflow: hidden;
    background: url('images/icon_cart.png') no-repeat;
}

.basket .text_cart {
    text-transform: uppercase;
    font: 16px 'ubuntu_lightbold', Arial, sans-serif;
    color: #61382f;
    display: inline-block;
    margin: 12px 0 0 5px;
	text-decoration: underline;
}

.basket .text_cart:hover {
	text-decoration: none;
}  

.cart_info {
    padding: 0 0 0 5px;
}

.cart_info span {
    color: #ff794a;
}

/*-------------------------top menu ---------------------*/
.main_menu {
    background: #562423;
    color: #fcf9c9;
}

.main_menu #menu {
    margin: 0;
    background: none;
    border-radius: 0;
    color: #fcf9c9;
    border: none;
}

.main_menu #menu .nav > li > a {
    color: #fcf9c9;
    text-shadow: none;
}

.main_menu #menu .nav > li > a:hover {
    background: #f98e3c;
    color: #562423;
}

.main_menu #menu .nav > li .dropdown-inner a:hover {
    background: #f98e3c;
    color: #fff;
}

/* slider top */
.slider_top {
    position: relative;
}

#customDots {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.slider_top .owl-carousel .owl-wrapper-outer {
    border: none;
    box-shadow: none;
}

.slider_top .container {
    position: relative;
    height: 100%;
}

.slider_top .content {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 15px;
    top: 0;
}

.slider_top .content .info {
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(86, 36, 35, .75);
    color: #fffbae;
    text-align: center;
}

.slider_top .content .info a {
    color: #fffbae;
}

.slider_top .content .info .title {
    font-size: 24px;
    margin-top: 33.32%;
    text-transform: uppercase;
}

.slider_top .content .info .description {
    margin-top: 2.4em;
    margin-bottom: 2.4em;
}

.slider_top .btn-readmore {
    color: #fffbae;
    border: 2px solid #fffbae;
    width: 50%;
    display: inline-block;
    padding: 15px;
    font-size: 16px;
    transition: all .3s ease;
}

.slider_top .btn-readmore:hover {
    text-decoration: none;
    background: rgba(255, 251, 174, .2);
}

.slider_top .owl-pagination {
    position: absolute;
    width: 40%;
    right: 0;
    height: 15px;
    top: auto;
    bottom: 30px;
    z-index: 1;
}

.slider_top .owl-controls .owl-page span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #fffbae;
}

.slider_top .owl-controls .owl-page.active span {
    background-color: #fff;
}

/* main-categories */
.main-categories {
    margin: 55px 0;
}

.main-categories .item {
    position: relative;
    overflow: hidden;
}

.main-categories .item img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.main-categories .item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.main-categories .title {
    position: absolute;
    height: 77px;
    line-height: 77px;
    background: rgba(86, 36, 35, .75);
    color: #fffbae;
    padding-left: 77px;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
}

.main-categories .title:before {
    width: 77px;
    height: 77px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.main-categories .order-1 .title:before {
    background: url(../image/icon-from-pasik.png) no-repeat 50%;
}

.main-categories .order-2 .title:before {
    background: url(../image/icon-for-pasik.png) no-repeat 50%;
}

/* services-icons */
.services-icons {
    padding: 30px 20px;
    background: rgba(251, 249, 201, .85);
}

.services-icons .item {
    width: 20%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

.services-icons img {
    margin: 0 auto;
}

.services-icons .description {
    margin-top: 25px;
}

/* main about */
.common-home .html-block {
    margin: 70px 0;
}

.common-home .html-block .third-title {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}

.common-home .html-block .third-title:after {
    width: 35px;
    height: 2px;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    margin-left: -14.5px;
    background: #562423;
}

.common-home .html-block .description {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    line-height: 150%;
}

.common-home .html-block .btn-readmore {
    color: #562423;
    border: 2px solid #562423;
    width: 215px;
    text-align: center;
    display: block;
    margin: 35px auto 0 auto;
    padding: 15px;
    font-size: 16px;
    transition: all .3s ease;
}

.common-home .html-block .btn-readmore:hover {
    text-decoration: none;
    background: rgba(255, 251, 174, .2);
}

/* breadcrumb */
.breadcrumb-bg {
    background: #fcf9d1;
    margin-bottom: 40px;
}

.breadcrumb {
    color: #562423;
    border: 0;
    margin-bottom: 0;
    background: none;
}

.breadcrumb a {
    color: #562423;
    white-space: pre-wrap;
}

.breadcrumb > li {
    text-shadow: none;
    padding: 0 10px;
}

.breadcrumb > li:after {
    width: 8px;
    height: 8px;
    border-color: #562423;
    top: 6px;
}

/* tabs */

.product-info .nav-tabs {
    margin-top: 40px;
}

.product-info .nav-tabs,
.product-info .nav-tabs > li,
.product-info .nav-tabs > li.active > a,
.product-info .nav-tabs > li.active > a:focus,
.product-info .nav-tabs > li.active > a:hover {
    border: 0;
}

.product-info .nav-tabs > li {
    margin-bottom: 0;
}

.product-info .nav-tabs > li + li {
    border-left: 2px solid #562423;
    margin-top: 0 !important;
}

.product-info .nav-tabs > li:first-child > a {
    padding-left: 0;
}

.product-info .nav-tabs > li > a {
    font-size: 20px;
    line-height: 24px;
    font-family: 'ubuntu_lightbold';
    color: #562423;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.product-info .nav-tabs > li:hover > a,
.product-info .nav-tabs > li:active > a {
    background: none;
    color: #f98e3c;
}

.product-info .nav-tabs > li.active > a,
.product-info .nav-tabs > li.active > a:focus,
.product-info .nav-tabs > li.active > a:hover {
    background: none;
    color: #f98e3c;
}

/* product-info */
.product-info {

}

.product-info h1 {
    font-family: 'ubunturegular';
    font-weight: normal;
    margin-top: 0;
    font-size: 24px;
    text-transform: none;
}

.product-info .thumbnail {
    border: 0;
}

body[class^=product-product] .thumbnails {
    position: relative;
}

body[class^=product-product] .thumbnails .fa-search-plus{
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 15px;

}

.product-info .stock.aviable {
    color: #3cb878;
    font-style: italic;
    font-family: 'ubuntu_lightbold';
}

.product-info .stock.notaviable {
    color: #f98e3c;
    font-style: italic;
    font-family: 'ubuntu_lightbold';
}

.product-info .characteristics .title {
    font-family: 'ubuntu_lightbold';
    font-size: 16px;
    margin-bottom: 15px;
}

.product-info .characteristics {
    border-bottom: 1px solid #c6b5b5;
    margin-top: 25px;
    margin-bottom: 18px;
    padding-bottom: 18px;
}

/* product list */
.product-layout {
    padding-top: 2px;
    padding-bottom: 2px;
}

.product-thumb {

    margin-bottom: 20px;
    overflow: auto;
    background: #fcf9c9;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(62, 62, 62, 0.61);
    -moz-box-shadow: 0px 0px 4px 0px rgba(62, 62, 62, 0.61);
    box-shadow: 0px 0px 4px 0px rgba(62, 62, 62, 0.61);
}

.product-thumb .image {
    text-align: center;
    position: relative;
    background: #fff;
}

.product-thumb .image .stick {
    position: absolute;
    width: 75%;
    left: 0;
    bottom: 0;
    background: #f7563c;
    font-size: 13px;
    line-height: 16px;
    font-family: 'ubuntu_lightbold';
    color: #fff;
    text-align: right;
    font-weight: bold;
    padding: 0 8px;
    text-transform: lowercase;
}

.product-thumb .image .stick.hit {
    background: #f98e3c;
}

.product-thumb .image .stick.new {
    background: #562423;
}

.product-thumb .image .stick.sale {
    background: #cc0000;
}

.product-thumb .image a {
    display: block;
    height: 100%;	
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%;
}

.product-grid .product-thumb .image {
    float: none;
    height: 153px;
}
.product-layout .product-thumb,
.product-layout .product-thumb .caption
{
    background: #fcf9c9;
}
.product-grid .product-thumb,
.product-grid .product-thumb .caption
{
    background: #fcf9c9;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb .fourth-title {
    text-align: center;
    padding: 10px;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 14px;
    height: 50px;
    position: relative;
    overflow: hidden;
}

.product-thumb .fourth-title a {
    display: block;
}

.product-thumb .caption {
    padding: 15px;
    min-height: 145px;
    background: #fcf9c9;
    text-align: center;
}

.product-thumb .caption .region {
    height: 38px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 13px;

}

.product-thumb .option select {
    background: none;
    border: 0;
    box-shadow: none;
    font-size: 18px;
    height: 24px;
    line-height: 18px;
    color: #562423;
    padding: 0;
    width: auto;
}



.product-thumb .option {
    height:42px;
    display: block;
    text-align: center;
}


.product-thumb .option span:after{
    content: ', ';
}

.product-thumb .option span:last-child:after{
    content: '';
}

.product-thumb .option select option {
    text-align: center;
}

.product-thumb .option .form-group {
    margin: 0;
    padding: 0;
}

.product-thumb .option select, .product-thumb .option + .price {
    display: inline-block;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 10px 0;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star + .fa-star-o {
    color: #E69500;
}

span.price {
    margin: 0;
}

.product-thumb {
    min-height: 300px;
}

.product-thumb .price {
    color: #f98e3c;
    font-size: 18px;
    text-align: center;
}

.product-thumb p.price {
    margin-bottom: 10px;
    min-height: 22px;
}

.product-thumb .price-new {
    font-size: 18px;
}

.product-thumb .price-old {
    color: #866253;
    text-decoration: line-through;
    font-size: 16px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb button {
    background-color: #562423;
    width: 70%;
    border: none;
    display: block;
    margin: 0 auto;
    color: #fcf9c9;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    border: 0;
}

.product-thumb button:hover {
    color: #562423;
    background-color: #f98e3c;
    text-decoration: none;
    cursor: pointer;

}

.product-thumb .not-avaible {
    line-height: 12px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
    display: block;
    position: relative;
    padding-top: 4px;
    padding-bottom: 4px;
    min-height: 31px;
    line-height: 100%;
}

.product-thumb .not-avaible i {
    position: absolute;
    left: 15px;
    top: 10px;
}

.product-thumb .not-avaible span {
    display: block;
    font-size: 10px;

}


#product {

}

#product .option {
    display: inline-block;
}

#product .option select {
    background: none;
    border: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
    height: 34px;
    line-height: 18px;
    color: #562423;
    padding: 0;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url(../image/arrow_dwn.png) no-repeat 95% 50%;
    padding-left: 10px;
    padding-right: 25px;
    margin-bottom: 10px;
    border: 1px solid #562423;

}



#product .option select option {
    text-align: center;
}

#product .price {
    font-size: 18px;
    line-height: 34px;
    display: inline-block;
    margin: 0 40px 0 0;
}

#product .price-old {
    text-decoration: line-through;
}

#product .option + .price {
    margin: 0 40px;
}

#product .secondary-title {
    display: inline-block;
    text-transform: lowercase;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    color: #f99242;
}

#product label[for='input-quantity'] {
    line-height: 34px;
    margin-right: 10px;
}

.fastorder {
    padding: 8px 0px;
    margin-top: 25px;
    margin-left: 25px;
	float: left;
}

#button-cart {
    min-width: 180px;
    margin-top: 25px;
}

#product .fastorder, #button-cart {
    float: left;
}

.delivery-info {
    min-width: 180px;
    margin-top: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.frame-change-count {
    display: block;
}

.frame-change-count .btn-plus, .frame-change-count .btn-minus {
    float: left;
}

.frame-change-count .btn-plus button, .frame-change-count .btn-minus button {
    border: 1px solid #dedede;
    background: none;
    padding: 6px;
    height: 34px;
    margin: 0;
    font-weight: normal;
}

.frame-change-count .btn-plus button i, .frame-change-count .btn-minus button i {
    font-size: 10px;
}

.frame-change-count .btn-plus button {
    border-left: 0;
}

.frame-change-count .btn-minus button {
    border-right: 0;
}

.frame-change-count #input-quantity {
    box-shadow: none;
    float: left;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    width: 45px;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/* article-item */
.article-item {
    margin-bottom: 25px;
}


.article-item .article-info{
    line-height: 20px;
}

.article-description img {
    max-width: 100%!important;
    width: auto!important;
    height: auto!important;
}

.note-video-clip {

    width: 100%!important;
}

/* footer */
footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #fcf9c9;
    font-size: 13px;
}

footer > .container {
    padding-bottom: 30px;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #c4b191;
}

footer a {
    color: #592726;
}

footer a:hover {
    color: #592726;
    text-decoration: underline;
}

footer .fifth-title {
    font-size: 16px;
    font-family: 'ubuntu_lightregular';
    text-transform: uppercase;
    color: #592726;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c4b191;
    display: block;
}

.icon-mtc {
    margin-left: 5px;
}

footer ul > li {
    line-height: 16px;
    margin: 10px 0;
}

footer .links a {
    color: #b8a185;
    line-height: 14px;
    display: inline-block;
}

footer .links a:hover {
    text-decoration: underline;
}

footer .links a + a {
    border-left: 1px solid #b8a185;
    padding-left: 12px;
    margin-left: 10px;
}

footer .soc {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
}

footer .soc a {
    width: 51px;
    height: 55px;
    display: inline-block;
    background: url(../image/footer_soc_bg.png) no-repeat 50%;
    text-align: center;
    line-height: 58px;
}

footer .soc a i {
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 18px;
}

footer .soc a:hover i {

    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
}

footer .soc a:hover i.fa-twitter {
    color: #4099FF;
}

footer .soc a:hover i.fa-facebook {
    color: #3b5998;
}

footer .soc a:hover i.fa-pinterest-p {
    color: #C92228;
}

footer .caption {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
}

footer .col-sm-9 + .col-sm-3 {
    padding-right: 55px;
}

.payments {
    margin-top: 30px;
}

.visa {
    background: url(../image/visa.png) no-repeat 0 0;
    width: 51px;
    height: 32px;
    display: inline-block;
    margin-right: 10px;
}

.mastercard {
    background: url(../image/master-card.png) no-repeat 0 0;
    width: 51px;
    height: 32px;
    display: inline-block;
}

.powered {
    background: #562423;
    color: #b6a083;
    padding: 25px 0;
}

.powered a {
    color: #b6a083;
}

/* categories-menu */
.categories-menu {
    background: #fcf9c9;
}

.categories-menu .caption {
    font-size: 18px;
    padding: 15px 20px 12px 20px;
    display: block;
}

.categories-menu > ul > li {
    margin: 3px 0;
}

.categories-menu > ul > li > a {
    padding: 8px 20px;
    font-weight: bold;
    display: block;
    background: #e0d8a6;
    font-size: 15px;
}

.categories-menu > ul > li > a:hover, .categories-menu > ul > li.open > a {

}

.categories-menu > ul > li ul {
    padding: 0 20px;
}

.categories-menu > ul > li ul ul {
    border-bottom: 1px solid #d1c694;
    padding: 5px 20px;
}

.categories-menu > ul > li li > a {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #d1c694;
    color: #562423;
    font-size: 14px;
}

.categories-menu > ul > li li:last-child > a {
    border: none;
}

.categories-menu > ul > li li li > a {
    border: 0;
    padding: 5px 0;
}

.categories-menu > ul > li li li > a:hover, .categories-menu > ul > li li li > a.active {
    text-decoration: underline;
}

.blog.categories-menu a:hover {
    background: #fcf9c9;
    text-decoration: underline;
}

/* .categories */
.categories .row {
    margin-left: -10px;
    margin-right: -10px;
}

.categories .row > div {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.categories .item {
    position: relative;
    overflow: hidden;
}

.categories img {
    width: 100%;
    height: auto;
}

.categories .description {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background: rgba(86, 36, 35, .75);
    padding: 0 20px;
    margin-top: -55px;
    color: #fffbae;
}

.categories .description a {
    color: #fffbae;
}

.categories .item:hover .description {
    top: 0;
    margin-top: 0;
}

.categories .item:hover .description a {
    text-decoration: underline;
}

.categories .caption {
    font-size: 16px;
    line-height: 18px;
    display: block;
    height: 55px;
    padding: 10px 0;
    display: table-cell;
    vertical-align: middle;
}

.categories .text {
    display: block;
    line-height: 19px;
    margin-bottom: 10px;
}

.categories .readmore {
    display: block;
    color: #fffbae;
    font-size: 16px;
    text-transform: lowercase;
    text-decoration: underline;
}

.categories .readmore:hover {
    text-decoration: none;
}

/* category-description */
.category-description {
    margin-top: 40px;
}

.category-description{
    -webkit-transition: all .7s ease-in;
    -moz-transition: all .7s ease-in;
    -ms-transition: all .7s ease-in;
    -o-transition: all .7s ease-in;
    transition: all .7s ease-in;
}

.category-description.active .description-container{
    height: auto;
}

.toggle-descr {
    cursor: pointer;
    color: #f98e3c;
    padding: 15px 0px;
    display: inline-block;
    text-decoration: underline;
}

.toggle-descr:hover, .toggle-descr:active {
    color: #f98e3c;
}

.toggle-descr .less{
    display: none;
}

.category-description.active .toggle-descr .more{
    display: none;
}

.category-description.active .toggle-descr .less{
    display: block;
}

.category-description img {
    float: left;
    margin-right: 50px;
    margin-bottom: 15px;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px #3e3e3e;
    -moz-box-shadow: 0px 0px 10px 0px #3e3e3e;
    box-shadow: 0px 0px 10px 0px #3e3e3e;
    position: relative;
    z-index: 1;
}

.category-description .secondary-title, .category-description h1{
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: 0;
    font-size: 20px;
}

.category-description h1:before,
.category-description h1:after {
    content: '';
    display: inline-block;
    width: 50%;
    border-top: 1px solid #c6b5b5;
    vertical-align: middle;
}

.category-description h1:before {
    margin-left: -50%;
    z-index: -1;
}

.category-description h1:after {
    margin-right: -50%;
}

.category-description h1 span {
    display: inline-block;
    padding: 0 1.7rem;
    vertical-align: middle;
}

.checkout-cart .btn-danger {
    background: #f98e3c;
    border: 0;
}

/* content */

#column-left + #content,
#column-right {
    padding-left: 25px;
}

#column-left .third-title,
#column-right .third-title {
    margin-top: 0;
    font-size: 21px;
    margin-bottom: 20px;
}

#content > .secondary-title {
    margin-top: 0;
    font-weight: normal;
    font-size: 21px;
    margin-bottom: 20px;
}

#content ul {
    list-style: inherit;
    list-style-position: inside;
}

#content ul li + li {
    margin-top: 5px;
}

body[class^=information-information] #content a {
    text-decoration: underline;
}

body[class^=information-information] #content a:hover {
    text-decoration: none;
    color: #ff7a4b;
}

body[class^=information-contact] #content .html-block{
    margin-top: 10px;
}

#content .pagination {

}

.pagination>li>a, .pagination>li>span {
    color: #562423;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.h400 {
    position: relative;
    overflow: hidden;
    height: 385px;
}

@media (max-width: 540px) {
    .h400 {
        height: 585px;
    }

}

.description, .description-container{
    -webkit-transition: all .7s ease-in;
    -moz-transition: all .7s ease-in;
    -ms-transition: all .7s ease-in;
    -o-transition: all .7s ease-in;
    transition: all .7s ease-in;
}

.description.active .description-container{
    height: auto;
}


.toggle-descr .less{
    display: none;
}

.description.active .toggle-descr .more{
    display: none;
}

.description.active .toggle-descr .less{
    display: block;
}


.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #562423;
    border-color: #562423;
}

/* fast order */
#contactForm .control-group + .control-group {
    margin-top: 10px;
}

#contactForm .modal-footer {
    text-align: left;
    border-top: 0;
}

#contactForm .modal-footer .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#callbackForm .modal-footer,
#feedbackForm .modal-footer {
    text-align: center;
    border-top: 0;
}

body {
    top: 0 !important;
}

.skiptranslate {
    display: none!important;
}
.supermenu-left .line-elem
{
    display: inline-block;
}
#supermenu ul li div .withchild
{
    float: none;
    margin-left: 0;
    margin-top: 10px;
}
#supermenu > ul .line-elem
{
    padding-left: 0;
    display: table-cell;
    vertical-align: top;
}

#supermenu > ul {
    display: table;
}

#supermenu > ul > li{
    display: table-cell!important;
    height: 100% !important;
    text-align: center;

}

#supermenu > ul > li > .tll {
    display: inline-block!important;
    vertical-align: middle;
}

/*==================================
            MY STYLES
=====================================*/

.modal-body a {
	text-decoration: underline;
}


/* top navigation */

.icon-block {
    cursor: pointer;
    display: none;
    padding: 10px 0 2px;
}

.icon-block i {
    font-size: 30px;
}


.article .image img {
    width: 100%;
    height: auto;
    display: block;
}
.article .fourth-title {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    min-height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.article .fourth-title:after {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 2px;
    background: #562423;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.block-clear {
    clear: left;
}

.contact_info_block .fourth-title {
    text-transform: uppercase !important;
    display: none;
    margin-top: 5px;
    margin-bottom: 8px;
}

.category-description img {
    max-width: 100%;
    height: auto;
}

.category-description ul {
    list-style: disc;
}

.category-description ul li{
    margin-left: 20px;
}

.hidden-contacts div {
    display: inline-block;
    margin-bottom: 0;
}

.icon-contacts-header {
    background: url(images/icon-contacts.png) no-repeat;
    width: 24px;
    height: 23px;
    padding-bottom: 5px;
}
.icon-contacts-header {
    display: none;
}



/*======================================================================
                            MEDIA QUERIES
=======================================================================*/


@media screen and (max-width: 1400px) {

    /*  top carousel  */

    .slider_top .content .info .title {
        margin-top: 22.32%;
    }

}


@media screen and (max-width: 1200px) {


    /*header-middle*/

    .header-middle {
        padding: 15px 0;
    }

    .header-middle .slogan {
        font-size: 22px;
    }


    /*  top carousel  */

    .slider_top .content .info .title {
        margin-top: 13.32%;
    }
    .slider_top .btn-readmore {
        width: 50%;
        padding: 10px;
    }
    .slider_top .content .info .description {
        margin-top: 1.7em;
        margin-bottom: 1.3em;
    }

    /* footer */

    footer {
        margin-top: 20px;
        padding-top: 20px;
    }
    footer > .container {
        padding-bottom: 20px;
    }

    footer .caption {
        margin-bottom: 5px;
    }

    footer .soc {
        margin-bottom:0;
    }

    footer .soc a {
        background-size: 75%;
    }

    footer .soc a i {
        font-size: 12px;
    }
    .visa {
        margin-right: 4px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    /* supermenu */

    #supermenu ul li div.bigdiv {
        width: 970px !important;
    }
    #supermenu > ul .line-elem {
        display: inline-block;
        width: 20%;
        float: left;
    }
    #supermenu ul li div .withchild a.theparent,
    #supermenu.respsmall ul li div .withchild .child-level,
    #supermenu  ul  li  div  .withchild ul.child-level li a
    {
        text-align: center;
    }

}

@media screen and (max-width: 991px) {

    /* top nav */

    .top_menu li a {
        padding: 0 5px;
    }

    /* top carousel */
    .slider_top .owl-pagination {
        bottom: 10px;
    }

    /*  big dropdown menu customizing  */

    #supermenu > ul {
        text-align: center;
        display:block !important;
    }

    #supermenu > ul .line-elem {
        display: block;
        width: 50%;
        float: left;
    }

    #supermenu > ul > li {
        display: block !important;
    }

    /*#supermenu.respsmall ul li div .withchild,*/
    /*#supermenu.respsmall ul li div .withimage {*/
        /*width: 100% !important;*/
    /*}*/

    #supermenu ul li div .withchild a.theparent,
    #supermenu.respsmall ul li div .withchild .child-level
    {
        text-align: center;
    }


    #supermenu.respsmall ul li div .withchild,
    #supermenu.respsmall ul li div .withimage {
        width: 100% !important;
    }

    #supermenu ul li div .withchild a.theparent,
    #supermenu.respsmall ul li div .withchild .child-level
    {
        text-align: center;
    }
    #supermenu > ul .line-elem {
        width: 100% !important;
    }

    /* top carousel */

    .slider_top .content .info .description {
        font-size: 12px;
    }

    .slider_top .content .info .title {
        margin-top: 5.32%;
    }

    /* middle header */

    .logo-block img {
        margin: 0 auto 20px;
    }

    /* html block */

    .common-home .html-block {
        margin: 40px 0;
    }

    .common-home .html-block .description {
        width: 75%;
    }

    /*  footer  */

    footer .col-sm-9 + .col-sm-3 {
        padding-right: 10px;
    }
    footer .fifth-title {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .powered {
        padding: 12px 0;
    }

    /* sidebar */

    .categories-menu > ul > li ul {
        padding: 0 10px;
    }
    .categories-menu > ul > li ul ul {
        padding: 5px 10px;
    }


}

@media screen and (min-width: 768px) and (max-width: 1200px) {

    .product-grid .product-thumb .caption {
        min-height: 120px;
    }
	
	.top_menu li a {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 12px;
	}	
}


@media screen and (max-width: 991px){

	.top_menu li a {
		padding-left: 10px;
		padding-right: 10px;
	}	
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .product-thumb .option select {
        width: 100px;
    }
	
	.top-nav-wrap .main-navigation-block {
		width: 85%;
	}
	
	.top-nav-wrap .entrance-block {
		width: 15%;
	}
	
	#form-language .btn-link {
		padding-left: 0;
		padding-right: 10px;
	}
	

}


@media screen and (max-width: 767px) {

    /* header */

    .header-middle .logo-block img {
        width: 80%;
    }

    /*  top navigation */

    .top_section > .container .row {
        text-align: center;
    }

    .icon-block {
        display: inline-block;
        float: none;
        margin: 0 auto;
        color: #562423;
    }

    .top-nav-wrap {
        /*max-height: 0;*/
        display: none;
    }


    .showing {
        /*max-height: 20em;*/
        display: block;
    }

    .main-navigation-block,
    .entrance-block
    {
        width: 100%;
    }

    .top_nav .top_menu li {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .top_menu li a {

    }

    .top_menu li {
        border: none;
    }

    .entrance-block {
        text-align: center;
    }

    .entrance-block > .right_block {
        display: inline-block;
        margin: 0 auto;
    }

    .top_nav {
        margin-bottom: 10px;
    }

    .top_menu li a:hover {
        background: none;
        text-decoration: underline;
    }

    .block-search {
        top: 0;
        left: 0;
    }

    .logo-block {
        text-align: center;
    }

    .logo-block a {
        display: inline-block;
    }

    .basket {
        margin-top: 5px;
        padding: 0 0 0 58px;
        background-size: 30%;
    }

    /* top carousel */

    .slider_top {
        display: none;
    }

    /* middle header */

    .search-main-block {
        margin-bottom: 20px;
    }

    .contacts-block .contact_info_block {
        float: right !important;
    }

    .cart-block > div {
        float: left !important;
    }

    .search-main-block {
        text-align: center;
    }
    .block-search {
        width: 50%;
        margin: 0 auto 15px;
        float: none;
        position: relative;
    }
    .header-middle .slogan {
        margin-top: 12px;
    }
    .logo-block img {
        margin: 0 auto 10px;
    }

    header .popup_btn {
        text-align: center;
    }
    .downe_block_phone > ul {
        text-align: center;
    }
    .downe_block_phone .dropdown-menu {
        width: 130px;
    }


    /* html block */

    .common-home .html-block .description {
        width: 100%;
    }

    /*.product-thumb .price {*/
        /*font-size: 32px;*/
    /*}*/

    .blog.block {
        text-align: center;
    }

    .blog .block .link-showall {
       text-align: center;
        display: inline-block;
    }

    .blog .date {
        margin-bottom: 10px;
    }


    /*  main container  */

    .main-categories .item {
        margin-bottom: 20px;
    }

    .main-categories {
        margin: 30px 0;
    }

    .main-categories .item img {
        width: 100%;
    }
    .main-categories .title {
        height: 69px;
    }

    /* services icons */

    .services-icons .item {
        width: 100%;
        margin-bottom: 15px;
    }

    /*  products section  */

    .product-thumb .caption {
        min-height: 100px;
    }

    /* footer */

    footer .fifth-title,
    .payments,
    footer .list-unstyled,
    footer p,
    footer .caption
    {
        text-align: center;
    }
	footer .caption {
		display: inline-block;
	}
    footer .fifth-title {
        margin-top: 10px;
    }

    footer .soc {
        max-width: 275px;
        margin: 0 auto;
    }
    footer .list-unstyled {
        margin-bottom: 5px;
    }
    footer .box-newsletter-subscribe {
        width: 50%;
        margin: 0 auto;
    }
    footer #advanced-newsletter-box #mail-box {
        margin-bottom: 5px;
    }
    footer .downe_block_phone {
        max-width: 125px;
        margin: 0 auto;
    }
    footer {
        margin-top: 10px;
        padding-top: 10px;
    }
    footer p {
        margin-bottom: 5px;
    }
    footer .payments {
        margin-top: 10px;
    }

    .blog.block .articles .image img,
    .article-layout img
    {
        margin: 0 auto;
    }

    /* product */

    .product-info .tab-content {
        overflow-x: hidden;
    }

    .category-description img {
        margin-right: 25px;
    }

    .breadcrumb-bg {
        margin-bottom: 25px;
    }

    /* content */

    #content {
        min-height: 0;
    }


}

@media screen and (max-width: 500px) {

    /* middle header  */

    .icon-contacts-header {
        display: inline-block;
        padding: 5px;

    }

    .icon-contacts-header:hover {
        cursor: pointer;
    }

    .search-main-block {
        margin-bottom: 12px;
    }

    .contacts-block,
    .cart-block
    {
        width: 100%;
        text-align: center;
    }

    .contacts-block .contact_info_block {
        float: none !important;
        max-width: 150px;
        margin: 0 auto;
    }

    .cart-block > div {
        max-width: 200px;
        margin: 0 auto;
        float: none !important;
    }

    .basket {
        background-size: 22%;
        min-height: 58px;
        padding: 0 0 0 24px;
    }
    #cart {
        margin-bottom: 5px;
    }



    .main-categories {
        margin: 10px 0;
    }
    .block-search {
        width: 75%;
    }

    /*footer*/

    footer .fifth-title:hover {
        cursor: pointer;
    }

    footer .powered .links {
        margin-bottom: 10px;
    }

    footer .powered .container > div {
        width: 100%;
        float: none !important;
        text-align: center;
    }

    footer .links a {
        display: block;
        margin-bottom: 5px;
    }

    footer .links a + a {
        border-left: none;
        margin: 0;
        padding: 0;
    }
    .footer-blocks .row > div {
        width: 100%;
    }
    .footer-blocks {
        margin-bottom: 10px;
    }
    footer ul > li {
        margin: 0;
        padding: 5px;
    }


    /*  gallery */

    .gallery-img-wrap {
        width: 100%;
    }
    .gallery-img-wrap .image a img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    /* product */

    .product-item {
        width: 100%;
    }
    .category-description img {
        width: 100%;
    }
    .category-description .secondary-title {
        display: inline-block;
    }

    .latest-block,
    .special-block
    {
        width: 100%;
    }

    .product-thumb {
        min-height: 400px;
    }

    .best-sell,
    .featured-item
    {
        width: 100%;
    }

}

@media screen and (max-width: 400px) {

    /*  categories  */
    .main-categories,
    .common-home .html-block
    {
        margin: 15px 0;
    }

    /*  footer  */

    footer .box-newsletter-subscribe {
        width: 75%;
        margin: 0 auto;
    }

    footer .soc {
        max-width: 225px;
        margin: 0 auto;
    }


}

.latest-block .product-thumb,
.special-block  .product-thumb,
.feat-layout .product-thumb,
.best-sell .product-thumb{
    min-height: 300px;
}

.special-block .product-thumb .caption,
.latest-block .product-thumb .caption,
.feat-layout .product-thumb .caption,
.best-sell  .product-thumb .caption {
    min-height: 145px;
}

.owl-carousel .owl-buttons div {
    margin-top: -20px;
}

#related .owl-wrapper-outer, .product-slider .owl-wrapper-outer, .featured-slider .owl-wrapper-outer{
    border: 0;
    box-shadow: none;
}



.simplecheckout td  a:hover, .checkout-cart  td  a:hover, .checkout-heading-button a:hover{
    text-decoration: underline;
}

.simplecheckout .row-customer_register label{
    font-size: 16px!important;
}

.simplecheckout-block-content legend {
    font-size: 12px;
    border: 0;
    padding-top: 0;
    position: relative;
    top: -10px;
    margin-bottom: -10px;
}

.row-customer_newsletter .simplecheckout-tooltip {
    display: block;
    font-size: 13px;
}

.gallery-img-wrap {
	margin-bottom: 15px;
}


.checkout-success #content a {
    text-decoration: underline;
}

#input-comment + .help-block {
    display: none;
}

.heading-title {
    font-family: 'ubunturegular';
    font-weight: normal;
    margin-top: 0;
    font-size: 24px;
    text-transform: none;
    margin: 20px 0 15px 0;
    color: #562423;
    display: block;
}
.secondary-title {
    font-family: 'ubunturegular';
    font-weight: normal;
    font-size: 21px;
    margin-bottom: 20px;
    color: #562423;
    margin: 20px 0 15px 0;
    display: block;
}
.third-title {
    font-family: 'ubunturegular';
    font-weight: normal;
    font-size: 21px;
    color: #562423;
    margin: 20px 0 15px 0;
    display: block;
}
.fourth-title {
    font-family: 'ubunturegular';
    font-weight: normal;
    font-size: 17px;
    color: #562423;
    margin: 20px 0 15px 0;
    display: block;
}

/* Custom */
.description .description-container ul,
.description .description-container ol {
    padding-left: 20px;
}
.description .description-container li {
    padding-left: 5px;
}