@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; */
}
.blog-box ul {
    padding: 0;
}
.level2 {
    display: none;
}
.wi100 {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
}
.mw1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.service-block {
    padding: 10px 30px;
/*    background-color: #ddd;*/
    margin: 10px;
}
.service-block-3 {
    width: 31.33333%;
    float: left;
    margin:10px 1%;
    box-sizing: border-box;
}
.onhoverelement:hover {
    transition: 0.2s;
    transform: scale(1.05);
}
.service_title {
    color: #0a0a0a;
    font-size: 24px;
    line-height: 40px;
}
.empty {
    margin: 120px 0;
}
.okpayh1 {
    text-align: center;
    color: green;
}
.mtitle {
    font-weight: bold;
    font-size: 16px;
/*    padding-right: 20px;*/
    padding: 5px 20px 5px 10px;
    position: relative;
/*    background-color: rgba(0,0,0,.05);*/
    margin-bottom: 2px;
}
.mtitle:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,.1);
}
.mtitle img {
    position: absolute;
    top: 5px;
    right: 0px;
    transform: rotate(180deg);
}
.mtitle2 img {
    transform: rotate(0deg);
}
.mbox {
    padding: 10px 0 10px 20px;
    font-size: 14px;
    display: none;
}
.dib {
    display: block;
}
.block_label {
    display: block;
    height: 24px;
}
.block_label input {
    float: left;
    margin-right: 5px;
}
.okpayh1no {
    text-align: center;
    color: darkred;
}
.okpayp {
    text-align: center;
}
.basket-cover-box {
    width: 140px;
    height: 140px;
    display: block;
    background-size: cover;
    float: left;
    margin-right: 20px;
}
.basket_item {
    height: 170px;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    border: 5px double #ddd;
}
.downloada {
    color: #fff;
    text-decoration: none;
}
.noa {
    color: #0a0a0a;
}
.bb2 {
    float: left;
    width: calc(100% - 360px);
    padding-right: 30px;
    box-sizing: border-box;
}
.bb3 {
    float: left;
    width: 360px;
}
.breadcamps {
    font-size: 14px;
    color: #888888;
    margin-bottom: 10px;
}
.p_minus {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 2px solid #ff8c3f;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    text-align: center;
    font-size: 30px;
    background-color: #ff8c3f;
    user-select: none;
}
.p_count {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 60px;
    border: 2px solid #ff8c3f;
    text-align: center;
    user-select: none;
}
.p_plus {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 2px solid #ff8c3f;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    text-align: center;
    font-size: 30px;
    background-color: #ff8c3f;
    user-select: none;
}
.bbx {
    height: 450px !important;
}
.p_add, .pnt2 {
    height: 40px;
    line-height: 40px;
    width: 140px;
    margin-top: 10px;
    color: #ffffff;
    background-color: #0a0a0a !important;
    pading: 0;
    text-align: center;
    user-select: none;
}
.p_minus:hover, .p_plus:hover, .p_minus_2:hover, .p_plus_2:hover {
    cursor: pointer;
    font-size: 36px;
}
.w60 h4 {
    margin: 8px 0;
    font-weight: normal;
}
.h4count {
    color: green;
}
.pointer {
    /* cursor: url('/cursors/pointer.cur'), default; */
    cursor: url('/cursors/default.cur'), pointer;
}
.prl {
    height: 24px;
    float: left;
}
.p_minus_2 {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 2px solid #ddd;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    text-align: center;
    font-size: 30px;
    background-color: #ddd;
    user-select: none;
}
.p_count_2 {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 60px;
    border: 2px solid #ddd;
    text-align: center;
    user-select: none;
}
.p_plus_2 {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 2px solid #ddd;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    text-align: center;
    font-size: 30px;
    background-color: #ddd;
    user-select: none;
}
.abc {
    margin-top: 20px;
}


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: #f6f0ed;
    z-index: 3;
}
.header {
    height: 80px;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 20px;
}
.navigation {
    background-color: #ede3de;
    margin-top: 80px;
    height: 40px;
    line-height: 40px;
}
.navi {
    height: 40px;
    line-height: 40px;
    max-width: 1540px;
    padding: 0 20px;
    text-align: right;
    margin: auto;
}
.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: #ede3de;
    ;
}
.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: #ede3de;
    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: 1540px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 130px;
}
.slides {
    height: 400px;
    margin: 20px auto;
    max-width: 1540px;

    padding-top: 40px;
}
.slidell {
    height: 400px;
    width: calc( 100% - 420px );
    float: left;
}
.sliderr {
    height: 400px;
    width: 400px;
    margin-left: 20px;
    background-color: #ccc;
    float: left;
}
.hero {
    margin-top: 20px;
}
.hero-box {
    width: calc(16.66666% - 16.66666px);
    height: 402px;
    float: left;
    margin-bottom: 1px;
    margin-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.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: 24px;
}
.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;
}
.ful a:hover {
    text-decoration: none;
}
.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: 5px;
}
.cicon_2 {
    height: 20px;
    float: left;
    margin-right: 5px;
}
.cicons {
    height: 16px;
    float: left;
    margin-right: 5px;
}
.cicons_2 {
    height: 16px;
    float: left;
    margin-right: 5px;
}
.fax {
    position: absolute;
    height: 20px;
    right: 5px;
    top: 5px;
    padding: 5px;
    background-color: #ff8c3f;
    cursor: pointer;
    z-index: 1;
}
.bax {
    position: absolute;
    height: 20px;
    right: 5px;
    top: 40px;
    padding: 5px;
    background-color: #ff8c3f;
    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: 0 auto 20px auto;
    background-color: #ddd;
    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;
}
.cform2 {
    display: block;
    background-color: #ddd;
    padding: 30px;
    width: 300px;
    float: right;
}
.cform2 input {
    display: block;
    width: 100%;
    height: 32px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: none;
    outline: none;
}
.brem {
    float: right;
    height: 16px;
    opacity: 0.2;
}
.brem:hover {
    cursor: pointer;
    opacity: 1;
}
.total_price {
    font-size: 36px;
}
.cards {
    display:block;
    max-width: 200px;
    margin-top: 10px;
}
.cform textarea, .cform2 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: 320px;
    transition: .3s;
}
.cover-box:hover {
    cursor: url('/cursors/default.cur'), pointer;
    transform: scale(1.05);
    transition: .3s;
}
.hero1 {
    width: 100%;
    max-width: 1620px;
/*    height: 624px;*/
    height: 400px;
    background: none;
/*    margin-top: 120px;*/
    margin: auto;
    float: none !important;
}
.hero-box:nth-child(6n+1) {
    margin-right: 0;
}
.clear {
    clear: both;
}
.sale {
    background-color: rgba(0,0,0,0.3);
    color: white !important;
    font-size: 13px;
    position: absolute;
    left: 60px;
    top: 5px;
    z-index: 1;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border:1px solid #fff;
    line-height: 34px;
    text-align: center;
}
.new {
    background-color: rgba(0,0,0,0.3);
    color: white !important;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
    margin: 0 15px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
}
.d3d {
    background-color: rgba(0,0,0,0.3);
    color: white !important;
    font-size: 13px;
    position: absolute;
    left: 105px;
    top:5px;
    z-index: 1;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border:1px solid #fff;
    line-height: 34px;
    text-align: center;
}
.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: 1540px;
    margin: 0 auto;
    font-size: 14px;
    /* border-bottom:1px solid #0a0a0a; */
}
.how {
    padding: 20px 20px 40px 20px;
    max-width: 1540px;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}
.footer_box {
    padding: 5px 20px;
    max-width: 1540px;
    margin: 0 auto;
    font-size: 12px;
    color: #4a4a4a !important;
}
.into_subscribe {
    max-width: 1540px;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    padding: 0 20px;
}
.social_icons {
    height: 30px;
    margin-top:20px;
    margin-left: 10px;
    float: left;
}
.footer_box a {
    color: #ff8c3f;
    text-decoration: none;
    font-weight: bold;
}
.footer_box a:hover {
    color: #4a4a4a;
    text-decoration: underline;
}
.about_pic {
    display:block;
    width: 100%;
}
.filter_box {
    width: 260px;
    margin-right: 20px;
    float: left;
}
.product_box {
    width: calc(100% - 280px);
    float: left;
}
.f2 {
    margin-top: 0;
/*    background-color: antiquewhite;*/
    padding: 5px 10px 5px 0;
    font-size: 20px;
    text-align: left;
/*    border-bottom: 1px solid #0a0a0a;*/
}
.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: #ede3de;
    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;
}
.newul {
    padding: 0;
    list-style: none;
}
.newul ul {
    list-style: none !important;
    padding-left: 20px !important;
}
.newul *  {
    text-align: left !important;
    font-size: 14px !important;
    font-weight: normal !important;
}
.newul a:hover  {
    background:none !important;
    text-decoration: underline !important;
}
#menux {
    position: fixed;
    left: -300px;
    width: 260px;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    padding: 20px;
    z-index: 7;
    overflow-y: auto;
}
#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: #ff8c3f !important;
}
.filelabel {
    display: inline-block;
    padding: 0 20px;
    background: #0a0a0a;
    line-height: 32px;
    color: #fff;
    height: 32px;
    margin-bottom: 10px;
    border-radius: 2px;
    cursor: pointer;
}
.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 #ff8c3f !important;
    transition: .5s;
}
.subscribe_btn {
    float:right;
    height: 36px;
    background-color: #ff8c3f;
    margin-top: 17px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 4px;
    font-weight: bold;
}
.pay_btn, .pnt2 {
    height: 36px;
    background-color: #ff8c3f;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 4px;
    font-weight: bold;
    border: none;
}
.subscribe_btn:hover, .pay_btn:hover, .pnt2: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: 400px;
}
.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;
}
.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: #ede3de;
    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: #ff8c3f;
    opacity: 0.7;
}
.price-box-big {
    padding: 0;
    margin: 10px 0 8px 0;
    font-size: 32px;
    font-weight: bold;
    color: #ff8c3f;
    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: #ff8c3f;
}
.ab_100 {
    margin: auto;
    margin-bottom: 60px;
    max-width: 1000px;
}
.about_pic_100 {
    width: 30%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    border:5px double #242424;
}
.ab_p {
    width: 70%;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: justify;
    float: left;
    margin-top: 0;
    font-size: 18px;
}
.ab_100_2 .about_pic_100, .ab_100_2 .ab_p {
    float: right;
}

@media(max-width:1920px){
    .hero-box:not(.hero1) {
        width: calc(25% - 30px);
        margin-right: 40px;
        margin-bottom: 30px;
    }
    .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;
    }
    .bb2 {
        float: none;
        width: 100%;
        padding-right: 0px;
    }
    .bb3 {
        float: none;
    }
}

.contact_map {
border:0; display:block; width: calc( 100% - 380px); height:316px; float: left;
}

@media(max-width:1000px){
    .service-block-3 {
        width: 100%;
        float: none;
        margin:10px 0;
    }
    .contact_map {
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }
    .cform2 {
        float: none;
        margin-top: 20px auto;
        width: 100%;
        box-sizing: border-box;
    }
    #cat_menu nav {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .sliderr {
        display: none;
    }
    .slidell {
        width: 100%;
    }
    .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;
    }*/
    .product_box {
        width: 100%;
        margin-right: 0px;
        float: none;
    }
    .filter_box{
        width: 100%;
        margin-right: 0px;
        padding-top: 20px;
    }
    .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){
    .ab_100 {
        margin-bottom: 20px;
    }
    .about_pic_100 {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
    .ab_p {
        width: 100%;
        padding: 10px 0;
        float: none;
        margin-top: auto;
        font-size: 16px;
    }
    .ab_100_2 .about_pic_100, .ab_100_2 .ab_p {
        float: none;
    }
    body {
        overflow-x: hidden;
    }
    .header-link {
        display: none;
    }
    .hero-box:not(.hero1) {
        width: 100%;
        margin-right: 0;
    }
    .transparent-bg h2 {
        font-size: 36px;
    }
    .subscribe_input {
        width: calc(70% - 100px);
        margin-left: 0;
        margin-right: 0;
    }
    .subscribe_btn {
        width: 26%;
        font-size: 10px;
        padding: 0 5px;
        box-sizing: border-box;
        margin-left: 4%;
        text-align: center;
    }
    .vertical-box {
        width: 90%;
    }
    .basket-cover-box {
        float: none;
        display: block;
    }
    .basket_item {
        height: auto;
    }
    .service-block {
        padding: 5px 10px;
        margin: 0 0 10px 0;
        display: block;
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
    .service_title {
        font-size: 16px;
        line-height: 24px;
    }
}