@font-face {
    font-family: 'montserrat';
    font-display: swap;
    src: url('/fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Montserrat-Regular.otf') format('opentype'),
    url('/fonts/Montserrat-Regular.woff') format('woff'),
    url('/fonts/Montserrat-Regular.woff2') format('woff2'),
    url('/fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
* {
    /* cursor: url('/cursors/default.cur'), default; */
}
.pointer {
    /* cursor: url('/cursors/pointer.cur'), default; */
    cursor: url('/cursors/default.cur'), pointer;
}
html {
    height: 100%;
}
body {
    font-family: 'montserrat';
    height:100%;
    margin: 0;
    background-color: #f8f9fa;
    color: #0a0a0a;
}
header {
    height: 120px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #eeeeee;
    z-index: 3;
}
.header {
    height: 80px;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px;
}
.navigation {
    background-color: #dadada;
    margin-top: 80px;
    height: 40px;
    line-height: 40px;
}
.navi {
    height: 40px;
    line-height: 40px;
    max-width: 1920px;
    padding: 0 20px;
    text-align: right;
}
.navi a {
    color: #0a0a0a;
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.transparent-bg {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    right: 0px;
    left: 0px;
    top: -15px;
    bottom: -15px;
    padding-bottom: 15px;
    text-align: center;
    color: #dadada;
    ;
}
.vertical-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 160px !important;
}
.transparent-bg h2 {
    margin: 0;
    font-size: 60px;
    margin-bottom: 0px;
    margin-bottom: 20px;;
    color: #dadada;
    opacity: .75;
}
.transparent-bg p {
    font-size: 20px;
    max-width: 600px;
    margin: auto;
}
.logo {
    margin-top: 25px;
    height: 30px;
    transition: .3s;
}
.header-icon {
    height:24px;
}
main {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 130px;
}
.hero {
    margin-top: 20px;
}
.hero-box {
    width: calc(16.66666% - 16.66666px);
/*    height: 302px;*/
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.p_minus {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 2px solid #0a0a0a;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    text-align: center;
    font-size: 30px;
    background-color: #0a0a0a;
    user-select: none;
    color: #fff;
}
.p_count {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 60px;
    border: 2px solid #0a0a0a;
    text-align: center;
    user-select: none;
}
.p_plus {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 2px solid #0a0a0a;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    text-align: center;
    font-size: 30px;
    background-color: #0a0a0a;
    user-select: none;
    color: #fff;
}
.p_minus:hover, .p_plus:hover, .p_minus_2:hover, .p_plus_2:hover {
    cursor: pointer;
    font-size: 36px;
}
.fx {
    position: absolute;
    height: 20px;
    right: 5px;
    top: 5px;
    padding: 5px;
    background-color: rgba(255,255,255,0.5);
    cursor: pointer;
    z-index: 1;
}
.bx {
    position: absolute;
    height: 20px;
    right: 5px;
    top: 40px;
    padding: 5px;
    background-color: rgba(255,255,255,0.5);
    z-index: 1;
    cursor: pointer;
}
.ful {
    list-style: none;
    padding: 0;
    font-size:18px;
    font-weight: bold;
    text-align: left;
}
.ful li {
    margin-bottom: 10px;
/*    border: 1px solid #dedede;*/
    border-radius: 2px;
    background-color: #fff;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
}
.ful2 {
    list-style: none;
    padding: 0;
    font-size:14px;
    font-weight: normal;
    line-height: 22px;
    padding-left: 10px;
    margin-top:10px;
}
.ful2 li {
    margin-bottom: 0;
}
.ful a {
    color: #0a0a0a;
    text-decoration: none;
}
.ful a:hover {
    text-decoration: underline;
}
.contactmessage, .contactmessage2 {
    display: none;
    font-size: 14px;
    margin-bottom: 20px;
    color: green;
}
.contactmessage2 {
    display: none;
    font-size: 14px;
    margin-bottom: 0px;
    color: darkred;
}
.btn_purple {
    line-height: 40px !important;
    height: 40px !important;
    display: inline-block;
}
.cicon {
    height: 20px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.cicons {
    height: 16px;
    float: left;
    margin-right: 5px;
}
.fax {
    position: absolute;
    height: 20px;
    right: 5px;
    top: 5px;
    padding: 5px;
    background-color: teal;
    cursor: pointer;
    z-index: 1;
}
.bax {
    position: absolute;
    height: 20px;
    right: 5px;
    top: 40px;
    padding: 5px;
    background-color: teal;
    cursor: pointer;
    z-index: 1;
}
.nona {
    position: absolute;
    height: 20px;
    right: 5px;
    top: 40px;
    padding: 5px;
    background-color: #ff4f6a;
    z-index: 1;
}
.cform {
    display: block;
    margin: 20px auto;
    background-color: #eeeeee;
    padding: 30px;
    max-width: 360px;
}
.cform input {
    display: block;
    width: 100%;
    height: 32px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: none;
    outline: none;
}
.cards {
    display:block;
    max-width: 200px;
    margin-left: 20px;
    margin-top: 10px;
}
.cform textarea {
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: none;
    outline: none;
    resize: none;
}
.cover-box {
    display: block;
    background-image: url('/images/items/1.webp');
    background-size:cover;
    background-position: center;
    height: 220px;
    transition: .3s;
}
.cover-box:hover {
    cursor: url('/cursors/default.cur'), pointer;
    transform: scale(1.05);
    transition: .3s;
}
.hero1 {
    width: 100%;
    height: 624px;
    background: none;
    margin-top: 120px;
    display: none;
}
.hero-box:nth-child(6n+1) {
    margin-right: 0;
}
.clear {
    clear: both;
}
.sale {
    background-color: red;
    color: white !important;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 185px;
    z-index: 1;
    font-weight: bold;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
}
.new {
    background-color:teal ;
    color: white !important;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
}
.hit {
    background-color:#ff4f6a;
    color: white !important;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 40px;
    z-index: 1;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
}
.rasprodaja {
    background-color: rgb(59, 130, 246);
    color: white !important;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 75px;
    z-index: 1;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
}
nav {
    line-height: 30px;
    margin-top: 10px;
    text-align: left;
    padding: 20px 20px 10px 20px;
    max-width: 1920px;
    margin: 0 auto;
    font-size: 14px;
    /* border-bottom:1px solid #0a0a0a; */
}
.how {
    padding: 20px 20px 40px 20px;
    max-width: 1620px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}
.footer_box {
    padding: 5px 20px;
    max-width: 1920px;
    margin: 0 auto;
    font-size: 12px;
    color: #4a4a4a !important;
}
.into_subscribe {
    max-width: 1920px;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
}
.social_icons {
    height: 36px;
    margin-top:17px;
    margin-left: 10px;
    float: left;
}
.footer_box a {
    color: teal;
    text-decoration: none;
    font-weight: bold;
}
.footer_box a:hover {
    color: #4a4a4a;
    text-decoration: underline;
}
.about_pic {
    display:block;
    width: 100%;
}
.filter_box {
    width: 220px;
    margin-right: 20px;
    float: left;
}
.product_box {
    width: calc(100% - 240px);
    float: left;
}
.f2 {
    margin-top: 0;
    background-color: #dadada;
    padding: 5px 10px;
    font-size: 18px;
    text-align: center;
}
.f3 {
    font-size: 16px;
    padding-bottom: 5px;
    margin-top: 10px;
    border-bottom: 1px solid #888888;
    margin-bottom: 100px;
}
.how_to {
    cursor: pointer;
}
.rel-box {
    position:relative;
    display: block;
    float: right;
    height: 24px;
    margin-top: 28px;
    margin-left: 20px;
}
.count{
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #dadada;
    top: -10px;
    right: -10px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color:#0a0a0a;
    font-weight: bold;
}
.contact-list {
    float:left;
    text-align: center;
    width: 33.33333%;
    padding: 40px 0;
    font-size: 16px;
}
#menux {
    position: fixed;
    left: -300px;
    width: 260px;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    padding: 20px;
    z-index: 7;
}
#menuxbg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 6;
    display: none;
}
#toright {
    height: 24px;
    float: right;
    opacity: 0.7;
}
#toright:hover {
    cursor: pointer;
    opacity: 1;
}
#menux a {
    display: block;
    color: #f8f9fa;
    font-size: 20px;
    text-decoration: none;
    padding: 10px 0;
    text-align: center;
}
#menux a:hover {
    background-color: rgba(255,255,255,.3);
}
#menux div a:hover {
    background-color: transparent !important;
}
.activex {
    color: teal !important;
}
.fmx {
    margin-top: 36px;
}
#menux div {
    margin-top: 30px;
    text-align: center;
}
#menux div a {
    display: inline;
    font-size: 16px !important;
    margin: 0 10px;
}
.success-email {
    background-color: lime !important;
    transition: .5s;
}
.success-email-2 {
    box-shadow: 0 0 15px lime !important;
    transition: .5s;
}
.wrong-email {
    box-shadow: 0 0 15px teal !important;
    transition: .5s;
}
.subscribe_btn {
    float:right;
    height: 36px;
    background-color: teal;
    margin-top: 17px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 4px;
    font-weight: bold;
    color: white;
}
.pay_btn {
    height: 36px;
    background-color: teal;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 4px;
    font-weight: bold;
    border: none;
}
.subscribe_btn:hover, .pay_btn:hover {
    cursor: pointer;
    opacity: 0.9;
}
.subscribe_input {
    width: 360px;
    float: right;
    height: 36px;
    margin-right: 10px;
    box-sizing: border-box;
    margin-top: 17px;
    border: none;
    padding: 0 10px;
    border-radius: 4px;
    outline: none;
}
.phone {
    float: left;
    margin-left: 0 !important;
    font-size: 18px !important;
}
.phone img {
    height:18px;
    margin-right: 8px;
    margin-top: 11px;
    float: left;
}
nav a {
    color: #0a0a0a;
    margin-right: 30px;
    font-size: 14px;
}
nav a:hover {
    color: #4a4a4a;
}
.search {
    float: right;
    margin-top: 24px;
}
.search input {
    background: #ffffff;
    border: none;
    border:none;
    height: 30px;
    box-sizing: border-box;
    padding: 0 30px 0 5px;
    outline: none;
    color: #0a0a0a;
    width: 260px;
}
.search input::placeholder {
    font-size: 12px;
    color: #0a0a0a;
    padding-left: 5px;
    opacity: .3;
}
.search button {
    height: 30px;
    background: none;;
    width: 30px;
    background-image: url('/images/search.png');
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    border: none;
    outline: none;
    position: absolute;
    margin-left: -32px;
    opacity: .3;
}
.search button:hover {
    opacity: 1;
    cursor: pointer;
}
.search2 {
    float: none;
    margin-bottom: 20px;
    margin-top: 20px;
}
.search2 input {
    width: 100%;
    border: 1px solid #888888;
}
.blog-box .title-box {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.blog-box .hero-box {
    width: calc(25% - 15px);
/*    height: 302px;*/
}
.blog-box .hero-box:nth-child(6n) {
    margin-right: 15px;
}
.blog-box .hero-box:nth-child(6n+1) {
    margin-right: 15px;
}
.blog-box .hero-box:nth-child(4n+1) {
    margin-right: 0 ;
}
.categories {
    margin-top: 20px;
}
.dttd {
    font-size: 12px;
    color: #888888;
    margin-top: 10px;
}
.blog_cover {
    display: block;
    width: 40%;
    margin-bottom: 10px;
    float: left;
    margin-right: 20px;
}
.cat {
    width: calc(16.666666% - 16.66666px);
    height: 40px;
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}
.cat:nth-child(1), .cat:nth-child(7){
    margin-left: 0;
}
.cat img {
    float: left;
    height: 18px;
    width: 18px;
    padding: 10px;
    border: 1px solid #3bfe00;
    border-right-color: transparent;
}
.cat h3 {
    float: right;
    width: calc(100% - 48px);
    border: 1px solid #3bfe00;
    box-sizing: border-box;
    margin: 0;
    line-height:38px;
    font-size: 14px;
    font-weight: normal;
    border-left-color: transparent;
}
.totop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #ffffff;
    padding: 6px;
    border: 1px solid #0a0a0a;
    opacity: .5;
    display: none;
}
.totop:hover {
    transition: 0.3s;
    cursor: pointer;
    opacity: 1;
}
.mt20 {
    /* margin-top: 10px; */
    color: #0a0a0a;
    font-size: 14px;
}
footer {
    background-color: #dadada;
    padding-bottom: 20px;
}
.subscribe {
    background-color: #0a0a0a;
    columns: #ffffff;
    height: 70px;
}
.menu {
    margin-right: 20px;
    float: left;
    height: 28px;
    margin-top: 26px;
}
.price-box {
    padding: 0;
    margin: 10px 0 8px 0;
    font-size: 18px;
    font-weight: bold;
    color: teal;
    opacity: 0.7;
}
.old-price {
    color: #888888;
    padding: 0;
    margin: 0 10px;
    font-size: 14px;
    font-weight: normal;
}
.title-box {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    color: #0a0a0a;
    text-decoration: none;
}
.title-box:hover {
    cursor: url('/cursors/default.cur'), pointer;
    text-decoration: underline;
}
.add-to-basket {
    margin-top:6px;
    height: 36px;
    line-height: 34px;
    box-sizing: border-box;
    border: 1px solid #3bfe00;
    color: #3bfe00;
    background-image: url('/images/basket.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 40px;
    padding-right: 10px;
    display: inline-block;
    font-size: 14px;
}
.header-links {
    float: right;
    line-height: 80px;
    margin-right: 20px;
}
.header-link {
    float: right;
    color: #0a0a0a;
    font-size: 12px;
    margin: 0 5px;
    text-decoration: none;
}
.active {
    color: teal;
}


/*----------------------------------*/
.w40 {
    width: 40%;
    float: left;
    padding-right: 30px;
    box-sizing: border-box;
}
.w60 {
    width: 60%;
    float: left;
    padding: 0;
}
/*.blog-box .title-box {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}
.blog-box .hero-box {
    width: calc(25% - 15px);
    height: 302px;
}
.blog-box .hero-box:nth-child(6n) {
    margin-right: 15px;
}
.blog-box .hero-box:nth-child(6n+1) {
    margin-right: 15px;
}
.blog-box .hero-box:nth-child(4n) {
    margin-right: 0 ;
}*/
.categories {
    margin-top: 20px;
}
.dttd {
    font-size: 12px;
    color: #888888;
    margin-top: 10px;
}
.blog_cover {
    display: block;
    width: 40%;
    margin-bottom: 10px;
    float: left;
    margin-right: 20px;
}
.cat {
    width: calc(16.666666% - 16.66666px);
    height: 40px;
    float: left;
    margin-bottom: 20px;
    margin-left: 20px;
}
.cat:nth-child(1), .cat:nth-child(7){
    margin-left: 0;
}
.cat img {
    float: left;
    height: 18px;
    width: 18px;
    padding: 10px;
    border: 1px solid #3bfe00;
    border-right-color: transparent;
}
.cat h3 {
    float: right;
    width: calc(100% - 48px);
    border: 1px solid #3bfe00;
    box-sizing: border-box;
    margin: 0;
    line-height:38px;
    font-size: 14px;
    font-weight: normal;
    border-left-color: transparent;
}
.props {
    width: 100%;
    font-size: 14px;
}
.props tr {
/*    background-color: #f6f6f6;*/
}
.props tr:nth-child(2n-1) {
/*    background-color: #ffffff;*/
}
.props td {
    width: 50%;
    padding: 10px 0px;
    border-bottom: 1px dashed #888888;

}
.props tr td:nth-child(2n-1) {
    /*    color: #888888;*/
    /*    font-weight: bold;*/
}
.props tr td:nth-child(2n) {
    text-align: right;
}
.mt0 {
    margin-top: 0;
}
.totop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #ffffff;
    padding: 6px;
    border: 1px solid #0a0a0a;
    opacity: .5;
    display: none;
}
.totop:hover {
    transition: 0.3s;
    cursor: pointer;
    opacity: 1;
}
.mt20 {
    /* margin-top: 10px; */
    color: #0a0a0a;
    font-size: 14px;
}
footer {
    background-color: #eeeeee;
    padding-bottom: 20px;
}
.subscribe {
    background-color: #0a0a0a;
    columns: #ffffff;
    height: 70px;
}
.menu {
    margin-right: 20px;
    float: left;
    height: 28px;
    margin-top: 26px;
}
.price-box {
    padding: 0;
    margin: 10px 0 8px 0;
    font-size: 18px;
    font-weight: bold;
    opacity: 0.7;
}
.price-box-big {
    padding: 0;
    margin: 10px 0 8px 0;
    font-size: 32px;
    font-weight: bold;
    opacity: 0.7;
}
.old-price {
    color: #888888;
    padding: 0;
    margin: 0 10px;
    font-size: 14px;
    font-weight: normal;
}
.title-box {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    color: #0a0a0a;
    text-decoration: none;
}
.title-box:hover {
    cursor: url('/cursors/default.cur'), pointer;
    text-decoration: underline;
}
.add-to-basket {
    margin-top:6px;
    height: 36px;
    line-height: 34px;
    box-sizing: border-box;
    border: 1px solid #3bfe00;
    color: #3bfe00;
    background-image: url('/images/basket.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 40px;
    padding-right: 10px;
    display: inline-block;
    font-size: 14px;
}


@media(max-width:1660px){
    .hero-box:not(.hero1) {
        width: calc(25% - 15px);
        margin-right: 20px;
    }
    .hero-box:not(.hero1):nth-child(4n+1) {
        margin-right: 0px;
    }
}

@media(max-width:1200px){
    .hero-box:not(.hero1) {
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    .hero-box:not(.hero1):nth-child(2n+1) {
        margin-right: 0px;
    }
}


@media(max-width:1000px){
    .navi a, header .search {
        display: none;
    }
    .navi a:nth-child(1) {
        display: block;
    }
    /*.navi a:nth-child(2) {
        display: block;
    }
    .navi a:nth-child(3) {
        display: block;
    }*/
    .filter_box, .product_box {
        width: 100%;
        margin-right: 0px;
        float: none;
    }
    .transparent-bg h2 {
        font-size: 40px;
    }
    .blog_cover {
        width: 100%;
        margin-right: 0;
    }
    .contact-list {
        width: 100%;
        float: none;
        padding: 20px 0;
    }
    .w40 {
        width: 100%;
        float: none;
        padding-right: 0px;
    }
    .w60 {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
}

@media(max-width:600px){
    .nov, .subscribe_input, .subscribe_btn {
        display: none;
    }
    .header-link {
        display: none;
    }
    .hero-box:not(.hero1) {
        width: 100%;
        margin-right: 0;
    }
    .transparent-bg h2 {
        font-size: 36px;
    }
    .subscribe_input {
        width: 60%;
        margin-left: 0;
        margin-right: 0;
    }
    .subscribe_btn {
        width: 36%;
        font-size: 12px;
        padding: 0 5px;
        box-sizing: border-box;
        margin-left: 4%;
        text-align: center;
    }
    .vertical-box {
        width: 90%;
    }
}