@font-face {
    font-family: 'Acrom';
    src: url('../fonts/Acrom-Light.eot');
    src: url('../fonts/Acrom-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Acrom-Light.woff2') format('woff2'),
        url('../fonts/Acrom-Light.woff') format('woff'),
        url('../fonts/Acrom-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Acrom';
    src: url('../fonts/Acrom-Thin.eot');
    src: url('../fonts/Acrom-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Acrom-Thin.woff2') format('woff2'),
        url('../fonts/Acrom-Thin.woff') format('woff'),
        url('../fonts/Acrom-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Acrom';
    src: url('../fonts/Acrom-Bold.eot');
    src: url('../fonts/Acrom-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Acrom-Bold.woff2') format('woff2'),
        url('../fonts/Acrom-Bold.woff') format('woff'),
        url('../fonts/Acrom-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Acrom';
    src: url('../fonts/Acrom-Regular.eot');
    src: url('../fonts/Acrom-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Acrom-Regular.woff2') format('woff2'),
        url('../fonts/Acrom-Regular.woff') format('woff'),
        url('../fonts/Acrom-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Acrom';
    src: url('Acrom-ExtraBold.eot');
    src: url('Acrom-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('Acrom-ExtraBold.woff2') format('woff2'),
        url('Acrom-ExtraBold.woff') format('woff'),
        url('Acrom-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Acrom';
    src: url('../fonts/Acrom-Medium.eot');
    src: url('../fonts/Acrom-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Acrom-Medium.woff2') format('woff2'),
        url('../fonts/Acrom-Medium.woff') format('woff'),
        url('../fonts/Acrom-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

body {
    font-family: 'Acrom', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px 0px 30px;
}

h2 {
    font-size: 36px;
    line-height: 1.2;
    color: #b79a73;
    font-weight: 700;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #b79a73;
}

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 82px;
    font-size: 16px;
}

.tm-header, .tm-header-mobile {
    background-image: url(/images/headers/BA7XeatW4bw-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.glav .tm-header, .glav .tm-header-mobile {
    background-image: none !important;
    position: relative;
    margin-bottom: -200px;
    z-index: 99;

}

@media (max-width: 768px) {
	.glav .tm-header, .glav .tm-header-mobile {
    margin-bottom: -100px !important;
}

}

.tm-header .uk-navbar-container:not(.uk-navbar-transparent) {
    background: transparent;
}

.tm-header-mobile .uk-navbar-container:not(.uk-navbar-transparent) {
    background: transparent;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #ffffff;
}

.tm-header .uk-navbar-nav>li>a {
    color: #ffffff;
}

.tm-header .uk-navbar-nav>li:hover>a, .tm-header .uk-navbar-nav>li>a[aria-expanded="true"] {
    color: #ffffff;
}

.tm-logo {
    padding: 15px 0;
}

.tm-header-mobile .uk-navbar-toggle {
    color: #ffffff;
}

.block-contact {
    padding-left: 80px;
}

@media (max-width: 1025px) {
	.block-contact {
    padding-left: 0px !important;
}
}

@media (max-width: 1025px) and (min-width: 769px) {
	.tm-logo {
        height: 120px !important;
    }
}

.block-contact, .block-contact a {
    text-align: right;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

.block-contact span.phone {
    margin: 0px;
    font-size: 20px;
    line-height: 0px;
    display: inline-block;
}

.block-contact span.phone {
    white-space: nowrap;
}

.block-contact span.email {
    margin-left: 0px;
    font-size: 16px;
    margin-right: 0px;
    font-weight: bold;
    display: block;
}

.sp-megamenu-parent>li a::before {
    position: absolute;
    top: -58px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
}

a.uk-navbar-item.uk-logo:hover {
    opacity: 0.7;
}

a {
    transition: all 0.3s ease 0s;
}

.sp-megamenu-parent>li {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0px 15px;
}

.sp-megamenu-parent>li a:hover::before, .sp-megamenu-parent>li.active>a::before {
	opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
} 

.more {
    margin-top: 59px;
}

.more a {
    display: inline-block;
    padding: 8px 30px 10px;
    border-radius: 25px;
    font-size: 20px;
    border: 2px solid white;
    color: white;
    transition: all 0.5s ease 0s;
    background: none;
    font-weight: 500;
}

.more a:hover {
    background: #b79a73;
    color: rgb(255, 255, 255);
    border-color: #b79a73;
}

.uk-icon.uk-navbar-toggle-icon svg {
    width: 30px;
}

.glav #sp-main-body {
    padding: 50px 0 0;
}

em {
    color: #000000;
}

.uk-article-title {
    font-size: 36px;
}

@media (min-width: 960px) {
    .uk-article-title {
        font-size: 36px;
    }
}

.uk-breadcrumb {
    padding: 20px 0;
    list-style: none;
    font-size: 0;
}

.uk-breadcrumb>*>* {
    font-size: 16px;
    color: #000000;
}

li.mod-breadcrumbs__item.active span {
    color: #b79a73;
}

a, .uk-link {
    color: #b79a73;
}

ul.menu.virt li a {
    color: #000000;
    font-size: 15px;
    padding: 10px;
    border-bottom: 1px solid rgb(0, 0, 0);
    display: block;
    width: 100%;
}

ul.menu.virt li:last-child a {
    border: 0;
}

ul.menu.virt li.active a {
    background: #b79a73;
    color: rgb(255, 255, 255);
}

ul.menu.virt li:hover a {
    background: #b79a73;
    color: rgb(255, 255, 255);
}

.category-view .vm-price-value span:only-child {
    margin: 10px auto 0px auto;
}

.orderby-displaynumber.pt-2.pb-3.mb-4.border-top.border-bottom {
    display: none;
}

.vm-category-title {
    font-size: 36px;
}

.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 5px;
}

.glav .sppb-article-introtext::-webkit-scrollbar {
    display: none;
}

p {
    margin: 0px 0px 5px 0px;
}

.blog-text {
    font-size: 14pt;
    font-family: 'andale mono', monospace;
    font-style: italic;
    text-align: justify;
}

.blok-r {
	display: block;
    height: 150px;
}

.blok-m {
	display: block;
    height: 100px;
}

.blog-text [data-wf-columns].row {
    gap: 6rem;
    margin: 0;
    align-items: center;
}

.blog-text.dot [data-wf-columns].row {
    gap: 6rem;
    margin: 0;
    align-items: flex-start;
}

@media (max-width: 576px) {
	.perv {
		order: -1;
	}
	
}

@media (max-width: 769px) {
	#sp-position2 {
    order: -1;
}
}

a:hover, a:focus, a:active, .uk-link:hover, .uk-link:focus, .uk-link:active {
    color: #b79a73;
}

input:-webkit-autofill, input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}

.kont i {
    font-size: 15px;
    color: #b79a73;
    margin-right: 10px;
}

.kont a {
    color: #000000;
}

.kont p {
    margin: 10px 0;
}

#sp-footer {
    background-color: #ffffff;
    color: #000000;
    padding: 30px 0px;
    margin: 50px 0px 50px 0px;
}

.livec {
    margin-top: 20px;
}

.tm-header-mobile .uk-navbar-toggle:hover, .tm-header-mobile .uk-navbar-toggle:focus {
    color: #ffffff;
}

#sp-footer a:hover, #sp-footer a:active, #sp-footer a:focus {
    color: #000000;
}

#sp-footer a {
    color: #000000;
}


@media (min-width: 769px) {
.str-1 {
	padding-left: 240px;
}

.str-2 {
	padding-left: 330px;
}
.tabl {
	width: 825px !important;
}
}

.tabl {
	width: 100%;
}

.usl {
	font-size: 14pt;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-style: italic;
    text-align: left;
    font-weight: bold;
    padding: 50px 0;
}

.uls-s {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: left;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}

.uls-t {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}

.usl-n {
	text-align: left;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	padding: 30px 0;
}

.usl-nn {
	text-align: left;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	padding: 30px 0;
}

img.browseCategoryImage.img-fluid.mb-3 {
    width: 100%;
    height: 465px;
    line-height: 335px;
    text-align: center;
    vertical-align: middle;
    object-fit: cover;
}

.vm-subcategory-title {
    font-size: 19px;
    color: #000000;
}

.vm-product-title a {
    color: #000000;
    font-size: 19px;
}

.desk-a {
    font-size: 15px;
    height: 54px;
}

.sku-a {
	font-size: 12px;
    margin: 5px 0;
    height: 20px;
}

.category-view span.PricesalesPrice {
    font-size: 18px;
}

.productdetails .product-description {
    padding: 15px 0;
}

.vm-product-details-container .vm-price-value span:only-child {
    margin-left: 0;
}

.vm-product-details-container .vm-price-value .PricesalesPrice {
    font-weight: 400;
    font-size: 25px;
}

.vm-page-title {
    font-size: 36px;
    font-weight: 700;
}

.category-view img.browseProductImage.img-fluid {
    object-fit: cover;
    height: 400px;
}

.vm-pagination-top {
    display: none;
}

.uk-pagination>*>:hover, .uk-pagination>.uk-active>* {
    background-color: #b79a73;
}

.category-view .vm-product-title {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 45px;
}

.category-view .availability {
    display: none !important;
}

.availability {
    background: #c29b72;
    font-size: 14px;
}

@media (min-width: 958px) {
	.mob-s {
    display: none !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    border-bottom: none !important;
}
}

@media (max-width: 958px) {
	.mob-y {
    display: none !important;
}
}

.tm-header-mobile .uk-nav-primary .uk-nav-sub a, .tm-header-mobile .uk-nav-default .uk-nav-sub a {
    color: #000000;
}

.tm-header-mobile .uk-nav-primary .uk-nav-sub a:hover, .tm-header-mobile .uk-nav-primary .uk-nav-sub a:focus, .tm-header-mobile .uk-nav-primary .uk-nav-sub a:active, .tm-header-mobile .uk-nav-default .uk-nav-sub a:hover, .tm-header-mobile .uk-nav-default .uk-nav-sub a:focus, .tm-header-mobile .uk-nav-default .uk-nav-sub a:active {
    color: #b79a73 !important;
}

.menu-a li a span svg {
    display: none;
}

#fancybox-wrap {
    transform: translateX(-50%) translateY(-45%);
}







