.hstyle {
    padding: 5px 0px 0px 0px;
    background: rgb(255, 255, 255);
    z-index: 1;
}

@media (max-width: 1600px) {
    .hstyle {
        /* padding: 15px 6em; */
    }
}

@media (max-width: 768px) {
    .hstyle {
        padding: 5px 0px 0px 0px;
        border-top: 3px solid #373c42;
    }
}

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0px;
    z-index: 9999;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.fa-lm {
    vertical-align: inherit;
    top: 2px;
    position: relative;
}

.justify-content-center .dropdown-menu {
    left: 45%;
    transform: translateX(-52%);
}

#cart .dropdown-menu:before {
    content: "";
    border-bottom: 10px solid rgba(255, 255, 255, 0);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    z-index: 9999999;
    left: 70%;
}

.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #ffffff;
    border-right: 10px solid #ffffff00;
    border-left: 10px solid #ffffff00;
    position: absolute;
    top: -7px;
    z-index: 9;
    left: 45%;
}

.search-btn {
    background: #373c42;
    border-radius: 0px 30px 30px 0px;
    border: 0px;
    color: #ffffff;
    height: 35px;
    padding: 0px 15px;
    font-size: 20px;
    position: relative;
    right: -2px;
}

.search-btn:hover {
    color: #000000;
    font-weight: 600;
    transition: all 0.4s ease;
}

.border-bottom-dashed {
    border-bottom: 2px solid #dddddd;
}

.cart-col {
    line-height: 15px;
    font-size: 14px;
    color: #000;
}

/* Bootstrap 4 multilevel dropdown menu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 5px;
    left: 100%;
    margin-top: -5px;
    margin-left: 0px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0px 0 5px 0px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: 0px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (max-width: 767px) {
    .mobile-categories {
        position: relative;
        display: block;
        /*position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: #ffffff;
		z-index: 5;*/
    }

    .mobile-categories .mc-level0 {
        position: relative;
        display: block;
        background: #111111;
    }

    .mobile-categories .mc-level0 > li {
        position: relative;
        display: block;
        padding: 8px;
    }

    .mobile-categories .mc-level0 > li + li {
        border-top: 1px solid #565656;
    }

    .mobile-categories .mc-level0 > li > a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        color: #ffffff;
        letter-spacing: 0.035em;
        text-transform: uppercase;
        font-weight: 600;
    }

    .mobile-categories .mc-level0 > li > button.btn {
        background: none;
        border: none;
        border-radius: 0;
        float: right;
        margin-top: 0px;
        outline: none !important;
        box-shadow: none !important;
        overflow: hidden;
        position: relative;
        z-index: 999999999;
    }

    .mobile-categories .mc-level0 > li > button.btn i {
        font-size: 25px;
        transform: rotate(180deg);
        transition: 0.2s all;
        color: #909090;
    }

    .mobile-categories .mc-level0 > li > button.btn.collapsed i {
        transform: rotate(0deg);
        color: #868686;
    }

    .mobile-categories .mc-level0 > li > button.btn + a {
        color: #ff4915;
        padding-left: 25px;
    }

    .mobile-categories .mc-level0 > li > button.btn.collapsed + a {
        color: #ffffff;
    }

    .mobile-categories .mc-level0 > li > a + div {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 15px;
        margin-bottom: -15px;
    }

    .mobile-categories .mc-level1 {
        position: relative;
        display: block;
        background: #111111;
    }

    .mobile-categories .mc-level1 > li {
        position: relative;
        display: block;
        padding: 5px;
        border-top: 1px solid #565656;
    }

    .mobile-categories .mc-level1 > li > a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        color: #ffffff;
        letter-spacing: 0.035em;
        text-transform: uppercase;
        font-weight: 600;
        padding-left: 50px;
    }

    .mobile-categories .mc-level1 > li > button.btn {
        background: none;
        border: none;
        border-radius: 0;
        float: right;
        margin-top: -4px;
        outline: none !important;
        box-shadow: none !important;
        overflow: hidden;
        color: #797979;
        padding-right: 20px;
    }

    .mobile-categories .mc-level1 > li > button.btn i {
        font-size: 25px;
        transform: rotate(180deg);
        transition: 0.2s all;
    }

    .mobile-categories .mc-level1 > li > button.btn.collapsed i {
        transform: rotate(0deg);
    }

    .mobile-categories .mc-level1 > li > button.btn + a {
        color: #e8f0fe;
    }

    .mobile-categories .mc-level1 > li > button.btn.collapsed + a {
        color: #ffffff;
    }

    .mobile-categories .mc-level1 > li > a + div {
        margin-right: -15px;
        margin-bottom: -5px;
    }

    .mobile-categories .mc-level2 {
        position: relative;
        display: block;
        background: #ffffff;
    }

    .mobile-categories .mc-level2 > li {
        position: relative;
        display: block;
        padding: 5px 15px 9px 15px;
        border-top: 1px solid #404040;
    }

    .mobile-categories .mc-level2 > li > a {
        position: relative;
        display: inline-block;
        font-size: 14px;
        color: #ffffff;
        letter-spacing: 0.035em;
        font-weight: 400;
    }

    .mobile-categories .mc-level2 > li > button.btn {
        background: none;
        border: none;
        border-radius: 0;
        float: right;
        margin-top: -15px;
        outline: none !important;
        box-shadow: none !important;
        overflow: hidden;
    }

    .mobile-categories .mc-level2 > li > button.btn i {
        font-size: 34px;
        transform: rotate(180deg);
        transition: 0.2s all;
    }

    .mobile-categories .mc-level2 > li > button.btn.collapsed i {
        transform: rotate(0deg);
    }

    .mobile-categories .mc-level2 > li > button.btn + a {
        color: #5FCFC3;
    }

    .mobile-categories .mc-level2 > li > button.btn.collapsed + a {
        color: #000000;
    }

    .mobile-categories .mc-level2 > li > a:hover {
        color: #5FCFC3;
    }

    .mobile-categories .mc-level2 > li > a i {
        font-size: 16px;
        margin-right: 10px;
    }

    .mobile-categories .mc-level1 > li {
        transition: 0.2s all;
    }

    .mobile-categories .mc-level1 > li .mc-level2 > li {
        transition: 0.2s all;
    }

    .mobile-categories .mc-level1 > li.open {
        background: #111111;
    }

    .mobile-categories .mc-level1 > li.open .mc-level2 > li {
        background: #111111;
    }
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 6px;
}

.sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 18px;
    color: #c1c1c1;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #c1c1c1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 99999;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.sandwich {
    display: none;
}

@media (max-width: 767px) {
    .sandwich {
        font-size: 30px;
        color: aliceblue;
        left: -17px;
        display: block;
        position: relative;
    }
}

.mynav {
    padding: 0px 0px 0px 0px;
    text-align: center;
    margin: 0 auto;
}

.menu-text {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    top: -3px;
    font-weight: 400;
    letter-spacing: 5px;
}

.mymenu {
    border-bottom: 1px solid #4c4c4c;
    padding: 14px 0px !important;
}

.item-sub {
}

.mydropdown {
    background: #111;
    padding-left: 0px;
    margin-left: 0px !important;
    border-bottom: 1px solid #4c4c4c !important;
}

.mydropdown a {
    font-size: 16px;
    color: #909090;
}

@media (min-width: 769px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }

    .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
}

.activsa {
    color: #7cad4d !important;
}

.activsa:after {
}

.activsa:before {
}

@media (max-width: 1250px) {
    .activsa:after {
        content: "";
        border-bottom: 6px solid #94c025;
        position: absolute;
        bottom: 0px;
        z-index: 9999999;
        width: 100%;
        display: none;
    }

    .activsa:before {
        content: "";
        border-bottom: 10px solid #94c025;
        border-right: 10px solid #ffffff00;
        border-left: 10px solid #ffffff00;
        position: absolute;
        bottom: 2px;
        z-index: 9999999;
        left: 49%;
        transform: translateX(-50%);
        display: none;
    }
}

.mynav a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 3em 6px 0px !important;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 2px;
}

.mynav a:hover {
    color: red !important;
    transition: all 0.3s ease;
}

.myshadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    margin-top: 0px;
    background: #000;
    border-top: 2px solid #000 !important;
}

@media (max-width: 1024px) {
    .mynav a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .mynav a {
        font-size: 15px;
    }

    .myshadow {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    }
}

.menuaan {
    background: #000;
    text-align: center;
    margin-top: 5px;
}

.menuaan .dropdown-menu:before {
    content: "";
    border-bottom: 10px solid rgba(255, 255, 255, 0);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -5px;
    z-index: 9999999;
    left: 45%;
}

.nav-desk {
    padding-right: 15px !important;
    padding-left: 0rem !important;
}

/* End Bootstrap 4 multilevel dropdown menu */
.redus {
    position: absolute;
    color: #fff;
    top: 10px;
    right: 5px;
    background-color: #ff0000;
    height: 45px;
    width: 45px;
    background-size: cover;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    z-index: 1;
    background-repeat: no-repeat;
    line-height: 45px;
    border-radius: 100%;
    font-family: 'Roboto', sans-serif;
}

.product-tab-section .redus {
    right: 10px;
}

.valpri {
}

@media (max-width: 480px) {
    .valpri {
        padding-top: 5px;
        position: relative;
        display: inline-block;
    }
}

.prev-my-slider {
    color: rgb(255, 254, 255) !important;
    z-index: 9;
    font-size: 20px;
    left: 3%;
    padding: 5px 10px;
    cursor: pointer;
    position: absolute;
    top: 40%;
    transition: all .3s ease;
    font-weight: 900;
    background: rgb(55, 60, 66);
    height: 50px;
    width: 50px;
    line-height: 38px;
    text-align: center;
    border: 2px solid #ffffff;
}

.next-my-slider {
    color: rgb(255, 254, 255) !important;
    z-index: 9;
    font-size: 20px;
    right: 3%;
    padding: 5px 10px;
    cursor: pointer;
    position: absolute;
    top: 40%;
    transition: all .3s ease;
    font-weight: 900;
    background: rgb(55, 60, 66);
    height: 50px;
    width: 50px;
    line-height: 38px;
    text-align: center;
    border: 2px solid #fff;
}

@media (max-width: 991px) {
    .prev-my-slider {
        top: 28%;
    }

    .next-my-slider {
        top: 28%;
    }
}

@media (max-width: 575px) {
    .prev-my-slider {
        top: 23%;
        width: 35px;
        height: 35px;
        line-height: 36px;
        text-align: center;
        padding: 0;
    }

    .next-my-slider {
        top: 23%;
        width: 35px;
        height: 35px;
        line-height: 36px;
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 575px) {
    .mloiuhir .prev-my-slider {
        top: 47%;
        width: 35px;
        height: 35px;
        line-height: 36px;
        text-align: center;
        padding: 0;
    }

    .mloiuhir .next-my-slider {
        top: 47%;
        width: 35px;
        height: 35px;
        line-height: 36px;
        text-align: center;
        padding: 0;
    }
}

.mynavigation {
    display: none;
}

.carouselgt:hover .mynavigation {
    display: block;
}

.box-infohome {
    text-align: center;
    border: 5px solid #ddd;
    padding: 10px;
}

.box-infohome img {
    width: initial !important;
    max-width: 100px;
    margin: 0 auto;
}

.box-infohome p {
}

.box-infohome h3 {
}

.butobanner {
    margin: 5em auto;
}

.butobanner h2 {
    font-size: 2rem;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    letter-spacing: -1px;
}

.butobanner p {
    font-size: 16px;
    line-height: 25px;
    color: #8e8e8e;
}

.btn-style {
    background: #ffc106;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-style:hover {
    background-color: #fc5a0a;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    color: #fff;
}

.sshgrr {
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-size: 27px;
    font-weight: bold;
    padding-bottom: 5px;
    font-family: 'Gilroy';
    color: #4c5461;
    text-transform: none;
}

.card img {
    width: min-content;
    display: inline-block;
    margin: 0 auto;
}

.box-card {
    border-radius: 0px;
    margin-bottom: 30px;
    height: 320px;
    background-size: cover;
    background-position: center;
}

.box-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23);
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    border: 4px solid #81a91c;
}

.box-card a {
    background: #ffc106;
    border: 0px;
    color: #000;
    border-radius: 0px;
}

.box-card:hover a {
    background: red;
    border: 0px;
    color: #fff;
}

.box-card .card-title {
    margin-bottom: .75rem;
    font-size: 20px;
    font-weight: 600;
    color: #999;
    height: 55px;
    overflow: hidden;
    border-top: 3px solid rgb(186, 196, 211);
    padding-top: 5px;
}

.new-bedge {
    position: absolute;
    left: 20px;
    top: 32px;
    height: 25px;
    width: 50px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    z-index: 1;
    background-color: rgb(66,139,202);
}

.poz-cume {
    position: absolute;
    top: 60px;
    left: 20px;
    z-index: 9;
}

.rating-box {
    unicode-bidi: unset !important;
    direction: unset !important;
    width: 100% !important;
    text-align: center !important;
    z-index: 9;
}

.price {
    font-size: 18px;
    text-align: left;
    position: relative;
    overflow: hidden;
    font-family: 'Gilroy';
    margin-bottom: 0rem;
    margin-top: 15px;
    font-weight: 600;
}

@media (max-width: 575px) {
    .price {
        display: grid;
        height: 50px;
    }
}

@media (max-width: 320px) {
    .price {
        display: block;
    }
}

.product-thumb .price-new {
    font-weight: 600;
    color: #000000;
    font-size: 14px;
    padding-right: 10px;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 757px) {
    .product-thumb .price-new {
        padding: 0px 5px 0px 0px;
        font-size: 12px;
    }
}

@media (max-width: 320px) {
    .product-thumb .price-new {
        padding-right:10px
    }
}

.product-thumb .price-old {
    color: #b5b5b5;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 575px) {
    .product-thumb .price-old {
        font-size: 12px;
    }
}

/* Blog */
.news {
    margin: 5em 0em;
}

.image-blog-page {
    height: 450px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .image-blog-page {
        height: 200px;
    }
}

.news .card-body {
    padding: 5px 10px 10px 10px;
}

.news .card-title {
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    border-bottom: 2px solid #fff;
    padding-bottom: 8px;
}

.news .card-text {
    height: 40px;
    overflow: hidden;
    font-size: 14px;
}

.news .card-img-top {
    height: 215px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 0px;
}

.timepost {
    margin-bottom: 18px;
    color: #272b2c;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.timepost i {
    color: #074d33;
}

.home-blog {
    font-size: 55px;
    line-height: 1.05455;
    font-weight: 300;
    margin-bottom: 0px;
}

/* End blog */
.social a {
    color: #ffffff !important;
}

.social a i {
    font-size: 15px;
    padding: 10px 10px;
    color: #272b2c !important;
    background: #ffffff;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 15px;
    border-radius: 30px;
    text-align: center;
    margin-right: 7px;
}

.social {
    padding-top: 15px;
}

/* Newsletter */
.newsletterpoz {
    padding: 2em 0px;
    background-size: cover;
    background-position: center;
    background-color: #051829;
}

.newsletterpoz h5 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

#txtemail {
    height: 35px;
    border: 0px;
    font-size: 16px;
    border: 0px solid #00000000;
    border-radius: 0px 0px 0px 0px !important;
}

.news-btn {
    border: 0px;
    height: 35px;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 30px;
    text-transform: uppercase;
    background: #7aae4e;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 575px) {
    #txtemail {
        border-radius: 0px !important;
    }

    .news-btn {
        border: 0px;
        height: 40px;
        padding: 0px 30px;
        text-transform: uppercase;
        font-weight: 300;
        letter-spacing: 1px;
        font-size: 16px;
        color: #fff;
        border-radius: 0px;
    }
}

/* End Newsletter */
.product-list {
    width: 96.5%;
}

.filter-categorybox {
    background: #eee;
    margin: 1em 0px 2em 0px;
    padding: 3px 10px 0px 10px;
    /* border-bottom: 2px solid #eee; */
    /* border-top: 2px solid #eee; */
    border-radius: 0px;
    height: 37px;
}

@media (max-width: 575px) {
    .filter-categorybox {
        display: none;
    }
}

.box-caheg {
    font-size: 16px;
    border: 2px solid #eee;
    margin: 0px;
    margin-bottom: 25px;
    padding: 5px 10px 5px 10px;
    overflow: hidden;
    background: #fff;
    color: #000;
    text-align: center;
    justify-content: center;
    text-transform: capitalize;
}

.box-caheg:hover {
    border: 2px solid #7eaf4e;
    transition: ease .5s all;
}

.box-caheg p {
    font-weight: bold;
    color: #000000;
    display: inline-block;
    position: relative;
    height: 40px;
    overflow: hidden;
    padding-top: 5px;
}

/* Paginatieon */
.pagination li a {
    border: 1px solid #6b6258;
    margin: 0px 5px;
    background: #ffffff;
    color: #333745;
    padding: 5px 10px;
    border-radius: 30px;
}

.pagination li span {
    border: 1px solid #7eaf4e;
    margin: 0px 5px;
    padding: 5px 10px;
    background: #7eaf4e;
    color: #ffffff;
    border-radius: 30px;
}

.result-text {
    font-size: 12px;
}

/* End Paginatieon */
/* Modul category */
.category-left {
    margin-bottom: 20px;
}

.category-left h5 {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    background: #31813f;
    font-size: 16px;
    padding: 8px 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0px;
}

.category-left a {
    line-height: 30px;
    color: #373c42;
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 2px 10px;
    font-size: 15px;
}

/* End Modul category */
.img-princip {
    min-height: 460px;
    border: 1px solid #b1b1b1;
    margin-bottom: 6px;
    max-height: 460px;
    overflow: hidden;
    border-radius: 0px;
    position: relative;
    z-index: 0;
}

@media (max-width: 1200px) {
    .img-princip {
        min-height: 375px;
    }
}

@media (max-width: 575px) {
    .img-princip {
        min-height: 350px;
    }
}

.aditional-img {
    height: 80px;
    background-position: center;
    background-size: contain;
    border: 1px solid #bbb;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    border-radius: 0px;
}

.sageti {
    display: none;
}

.nav-sgdfr:hover .sageti {
    display: block;
}

.nav-sgdfr .prev-my-slider {
    top: 27%;
    font-size: 20px !important;
    width: 30px;
    height: 30px;
    background: #bbb;
    line-height: 19px;
    left: 0px;
    border: 0px;
}

.nav-sgdfr .next-my-slider {
    top: 27%;
    font-size: 20px !important;
    width: 30px;
    height: 30px;
    background: #bbb;
    line-height: 19px;
    right: 1px;
    border: 0px;
}

/* Product tabs */
.info-prod .nav-pills .nav-link {
    border-radius: 0rem;
    Background: #eee;
    color: #000;
    margin-right: 5px;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 3px solid #428bca40;
    font-size: inherit;
    transition: all .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: .4px;
    padding: 5px 5px;
    font-size: 13.2px;
}

@media (max-width: 575px) {
    .info-prod .nav-pills .nav-link {
        padding: 5px 5px;
        font-size: 13.2px;
    }
}

.info-prod .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #428bca !important;
}

.info-prod .nav-pills .nav-link.active:after {
    content: "";
    height: 13px;
    width: 0px;
    background: #17a2b8;
    position: absolute;
    margin-left: -40px;
    z-index: -1;
    margin-top: 23px;
}

/* End Product tabs */
/* Rating rewiew */
.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.tab-conttns .rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: left;
}

.rating input {
    position: absolute;
    left: -999999px;
}

.rating label {
    display: inline-block;
    font-size: 0;
    margin-bottom: 0px;
    height: 40px;
}

.rating > label:before {
    position: relative;
    font: 46px/1 FontAwesome;
    display: block;
    content: "\2605";
    color: #ccc;
    background: -webkit-linear-gradient(-45deg, #d9d9d9 0%, #b3b3b3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating > label:hover:before, .rating > label:hover ~ label:before, .rating > label.selected:before, .rating > label.selected ~ label:before {
    color: #f0ad4e;
    background: -webkit-linear-gradient(-45deg, #fcb551 0%, #d69a45 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.rating-line {
    margin-bottom: -10px;
}

.rating-progress {
    margin-top: 20px;
}

#review i {
    color: #e7a64a;
}

.review-box {
    background: #fff;
    padding: 5px 5px 0px 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.review-box p {
    margin-bottom: 0px;
    padding-bottom: 5px;
    padding-left: 3px;
}

.review-box span {
    width: 15px;
}

.review-box b {
}

.testimoniale {
    padding: 3em 0em 3em 0em;
    margin: 0em 0em 0em 0em;
    border-bottom: 1px solid #d4d4d4;
    background-color: #ffffff;
    background-image: url(../image/testimbk.png);
    background-position: 0px bottom;
    background-size: 50%;
    background-repeat: repeat-x;
}

.testimoniale p {
    font-size: 16px;
    font-style: normal;
    margin-bottom: 10px;
    word-break: break-word;
}

.testimoniale span {
    font-size: 13px;
    color: #bdbdbd;
    font-style: normal;
}

.testimoniale h5 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}

.testimoniale .rating {
    margin: 11px 0px;
    text-align: center;
    direction: initial;
}

.box-review {
    background: rgba(255, 255, 255, 0);
    padding: 10px 10px 10px 10px;
    border-radius: 0px;
    text-align: center;
    width: 50%;
    margin: 0px auto;
}

@media (max-width: 767px) {
    .box-review {
        width: 90%;
    }
}

.dreos {
    position: absolute;
    top: -16px;
    font-size: 42px;
    z-index: 0;
    color: whitesmoke;
    display: none;
}

.news .hrstyle {
    margin-bottom: 40px;
}

.btn-blog {
    font-size: 18px;
    border: 3px solid #0c93fe !important;
    letter-spacing: 1px;
}

.btn-blog:hover {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#81d37e', GradientType=1 );
    -webkit-box-shadow: 10px 10px 34px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 34px -11px rgba(0,0,0,0.75);
    box-shadow: 3px 10px 29px -11px rgba(0, 0, 0, 0.6);
    color: #0e94fe;
    transition: all ease .5s;
}

.btn-web {
    padding: 7px 25px 7px 25px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0px;
    text-align: center;
    transition-property: color, background;
    z-index: 99;
    position: relative;
    color: #ffffff;
    border: 2px solid #008292;
    background: #008292;
}

.btn-web:hover {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46c8ff', endColorstr='#81d37e', GradientType=1 );
    -webkit-box-shadow: 10px 10px 34px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 34px -11px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 34px -11px rgba(0,0,0,0.75);
    color: #fff;
    transition: all ease .5s;
}

.mod-stre {
    color: #4c5461;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    font-size: 33px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    text-align: left;
}

.mod-stre:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    border-bottom: 0px solid #000000;
    margin-top: 22px;
    left: 0px;
}

.mod-stre span {
    font-size: 26px;
    color: #373c42;
    font-style: normal;
    border: 0px solid #000;
    padding: 0px 0px;
    background: #fff;
    z-index: 9;
    position: relative;
    text-transform: none;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}

.testimoniale .hrstyle {
    margin-bottom: 40px;
}

.hrstyle {
    border-bottom: 2px solid rgb(6, 144, 254);
    margin: 0px auto;
    width: 110px;
    display: block;
    margin-bottom: 10px;
    border-radius: 0px;
}

.tab-style {
    background: #f7f7f7;
    padding: 10px;
    margin-bottom: 30px;
}

/* End Rating rewiew */
.red {
    color: red!important;
}

/* Radio checkbox product option */
input[type='radio']:checked + .culoare>img {
    border: 2px solid #000000;
    font-weight: 700;
}

input[type='checkbox']:checked + .culoare>img {
    border: 2px solid #17a2b8;
    font-weight: 700;
}

.culoare>img {
    border: 0px solid #bbbbbb;
    padding: 2px;
    cursor: pointer;
    height: 32px;
    width: 35px !important;
    position: relative;
    top: -2px;
    min-width: 43px;
    border-radius: 15px;
}

@media (max-width: 575px) {
    .radio-mobile {
        /* height: 40px !important; */
    }
}

.radio-check {
    cursor: pointer;
    padding: 5px 5px 0px 5px;
    border: 2px solid #6b6258;
    width: auto;
    height: 28px;
    text-align: center;
    line-height: 14px;
    margin-right: 10px;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    min-width: 35px;
    background: #fff;
    border-radius: 5px;
}

input[type='radio']:checked + .radio-check {
    background: #94c025;
    color: #fff;
    width: auto;
    height: 29px;
    border: 2px solid #94c025;
}

input[type='checkbox']:checked + .radio-check {
    border: 1px solid #18a2b8;
    background: #18a2b8;
    color: #fff;
}

/* End Radio checkbox product option*/
.price-new {
    color: #ff3700;
    font-size: 18px;
    font-weight: bold;
    padding-right: 3px;
    font-family: 'Roboto', sans-serif;
}

.price-old {
    font-size: 18px;
    text-decoration: line-through;
    color: #000000;
    font-weight: 600;
}

.pret-prod .price-old {
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    color: #020202;
}

.pret-prod {
    position: relative;
    display: block;
}

@media (max-width: 767px) {
    .sticky-top {
        position: -webkit-sticky;
        /* position: relative !important; */
        top: 0;
        z-index: 1;
    }
}

.poz-fil {
    top: 45px !important;
    z-index: 0;
    max-width: 100% !important;
}

.pret-cart {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
}

.sterge-articol {
    cursor: pointer;
    color: #383838 !important;
    font-weight: 600;
}

.input-cantitate {
    width: 50px;
    border: 4px solid #cacaca;
    height: 41px;
}

.togrews {
    color: #b5b5b5;
    font-size: 25px;
}

.btn-carts {
    font-size: 16px;
    border: 2px solid #6b6258 !important;
    text-transform: none;
    font-family: 'Roboto', sans-serif !important;
}

.sterge {
    background: #f00;
    color: #fff;
    padding: 0px 6px 2px 6px;
    border-radius: 50%;
}

.btn-dor {
    background: #94c025 !important;
    color: #fff;
    font-size: 16px;
    border: 2px solid #94c025 !important;
    text-transform: none;
    font-family: 'Roboto', sans-serif !important;
}

.btn-dor:hover {
    color: #fff;
}

.bplus {
    border-radius: 0px;
    height: 41px;
}

.bminus {
    height: 41px;
    border-radius: 0px;
}

/* Product Tabs */
.product-tabs .nav-tabs {
    border-bottom: 0px;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0px;
    margin-left: 10px;
}

.product-tabs > ul > li > a {
    color: #ffffff;
    margin-right: 0px;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: .5rem 1rem;
}

@media (max-width: 575px) {
    .product-tabs > ul > li > a {
        padding: 5px 10px 5px 10px;
        font-size: 15px;
        margin-bottom: 10px;
        text-transform: none !important;
        font-size: 12px;
    }
}

.product-tabs > ul > li:first-child a {
}

.product-tabs > ul > li:last-child a {
}

.product-tabs > ul > li > a.active {
}

@media (max-width: 575px) {
    .product-tabs > ul > li > a.active {
        color: #fffeff;
        padding: 5px 10px 5px 10px;
        /* padding: .5rem 1rem; */
    }
}

/* END Product Tabs */
.cart-total {
    position: absolute;
    top: -11px;
    background: #328b42;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    color: #fff;
    left: -10px;
    line-height: 18px;
    font-size: 12px;
    display: block !important;
}

@media (max-width: 767px) {
    .slideshowpos {
        margin-top: 0em;
    }
}

.searchnt {
    position: absolute;
    right: 30px;
    top: -10px;
}

@media (max-width: 991px) {
    .searchnt {
        position: absolute;
        right: 30px;
        top: 15px;
    }

    .searchnt img {
        width: 25px
    }
}

@media (max-width: 575px) {
    .searchnt {
        position: absolute;
        right: 30px;
        top: 20px;
    }

    .searchnt img {
        width: 25px
    }
}

@media (max-width: 480px) {
    .searchnt {
        position: absolute;
        right: 10px;
        top: 20px;
    }
}

@media (max-width: 375px) {
    .searchnt {
        position: absolute;
        right: 5px;
        top: 20px;
    }
}

@media (max-width: 320px) {
    .searchnt {
        position: absolute;
        right: 0px;
        top: 19px;
    }
}

.loggpos {
}

.loggpos p {
    font-size: 12px;
    color: #000;
    margin-bottom: 0px;
    line-height: 12px;
    position: relative;
    top: -2px;
    text-align: left;
    font-family: 'Gilroy';
    cursor: pointer;
    left: -9px;
}

.loggpos b {
    font-size: 13px;
    color: #318502;
}

.loggpos a {
}

.txtone {
    color: #388a0c;
    position: relative;
    left: 5px;
    top: -5px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Gilroy';
}

.txttwo {
    font-family: 'Gilroy';
    font-size: 12px;
    color: #000;
    font-weight: 400;
    position: absolute;
    left: 6px;
    bottom: 13px;
}

.first {
    color: red;
    font-weight: bold;
}

.outer {
    width: 100px;
    border: 1px solid black;
    height: auto;
    margin: 0 0 20px;
}

.inner {
    display: inline-block;
}

.with-first-line::first-line {
    word-spacing: 200px;
}

.whole {
    word-spacing: 200px;
}

.infotext {
    margin: 15px 0px;
    width: 75%;
}

@media (max-width: 991px) {
    .infotext {
        margin: 15px 0px;
        width: 50%;
    }
}

@media (max-width: 767px) {
    .infotext {
        margin: 0px 0px;
        width: 52%;
        display: none;
    }
}

.slide-height {
    height: 855px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (max-width: 1366px) {
    .slide-height {
        height: 780px;
    }
}

@media (max-width: 1200px) {
    .slide-height {
        height: 580px;
    }
}

@media (max-width: 1024px) {
    .slide-height {
    }
}

@media (max-width: 991px) {
    .slide-height {
    }
}

@media (max-width: 768px) {
    .slide-height {
    }
}

@media (max-width: 767px) {
    .slide-height {
        height: 255px;
    }
}

@media (max-width: 575px) {
    .slide-height {
        height: 255px;
    }
}

@media (max-width: 480px) {
    .slide-height {
        height: 255px;
    }
}

.lastWord {
    color: green;
    font-weight: bold;
}

.firstWord {
    color: red;
    font-weight: bold;
}

.box-info {
    text-align: left;
    margin-bottom: 17px;
    background: #ddd;
    padding: 13px 14px;
}

@media (max-width: 575px) {
    .box-info {
        text-align: left;
        margin: 9px 0px;
    }
}

.box-info h5 {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #33312f;
    font-size: 18px;
    margin-bottom: 0px;
    letter-spacing: .7px;
}

@media (max-width: 575px) {
    .box-info h5 {
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        color: #33312f;
        font-size: 18px;
        margin-bottom: 3px;
        letter-spacing: .7px;
    }
}

.box-info p {
    font-size: 12px;
    color: #000;
    font-weight: normal;
    height: 40px;
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}

.box-info img {
    margin: 0 auto;
    position: relative;
    /* Safari 6.0 - 9.0 */
    -webkit-filter: hue-rotate(90deg);
    filter: hue-rotate(95deg);
}

.box-info:hover img {
    /* -webkit-filter: hue-rotate(700deg); */
    /* filter: hue-rotate(700deg); */
}

.butobannerbutobanner {
    margin: 0em 0px 0em 0px;
}

@media (max-width: 575px) {
    .butobannerbutobanner {
        margin: 0em 0px 0em 0px;
    }
}

.shrstyle {
    margin: 3px auto 20px auto;
    width: 59px;
    margin-bottom: 10px;
    border-top: 10px dotted #c3d44f;
    left: 5px;
    display: none;
}

.shrstylec {
    margin: 0px 0px 10px 0px;
    width: 59px;
    margin-bottom: 10px;
    border-top: 10px dotted #c3d44fa6;
    left: 5px;
    display: none;
}

.of-spec {
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 10px;
    padding-top: 10px;
    margin-bottom: 8px;
}

.stoc-txt {
    font-family: 'Gilroy';
    font-size: 12px;
    top: 1px;
    padding: 0px 9px 7px 9px;
    border-radius: 10px !important;
    border: 1px solid #868686 !important;
    position: absolute;
    left: 25px;
    height: 23px;
    z-index: 9;
    background: #fff;
    bottom: 0px;
    margin-top: -30px;
    display: none;
}

.product-thumb:hover .action-btn {
    opacity: 1;
    transition: all 0.9s ease;
    transform: rotateY(180deg);
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.action-btn {
    background: #074d33;
    height: 105px;
    padding: 3px 5px;
    position: absolute;
    top: 30px;
    left: 1px;
    opacity: 0;
    transition: all 0.7s ease;
    display: none !important;
}

.product-tab-section .action-btn {
    background: #074d33;
    height: 105px;
    padding: 3px 5px;
    position: absolute;
    top: 30px;
    left: 16px;
    opacity: 0;
    transition: all 0.7s ease;
}

.action-btn a {
    color: #fff !important;
    font-size: 18px;
    padding: 6px 0px;
    cursor: pointer;
}

.action-btn a:hover {
    color: #c3d44f !important;
}

.link-btn {
    position: absolute;
    bottom: 23%;
    right: 7%;
}

.link-btn a {
    color: #fff;
    background: red;
    padding: 10px 32px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Gilroy';
    font-size: 18px;
}

.link-btn a:hover {
    color: #fffeff;
    background: #606161;
    transition: all 0.5s ease;
}

.box-item {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.box-item:hover {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.copys {
    background: #272b2c;
    padding: 18px 0px;
    border-top: 2px solid #464d4e;
    margin-top: 20px;
}

.copys p {
    color: #fff;
}

.copys a {
    color: #000;
}

.logo-f {
    max-width: 64%;
    margin-top: -65px;
}

@media (max-width: 767px) {
    .logo-f {
        max-width: 64%;
        margin-top: 0px;
    }
}

.category-img {
    height: 450px;
    margin-top: -8em;
    text-align: center;
    background-size: cover;
    background-position: center;
}

.category-img h2 {
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 100px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 100px;
    color: #000;
    text-transform: uppercase;
    padding-top: 1em;
}

@media (max-width: 767px) {
    .category-img {
        height: 87px;
        margin-top: 0em;
        text-align: center;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .category-img h2 {
        transition: none 0s ease 0s;
        text-align: inherit;
        line-height: 20px;
        border-width: 0px;
        margin: 0px;
        padding: 0px;
        letter-spacing: 0px;
        font-family: 'Gilroy';
        font-weight: 700;
        font-size: 20px;
        color: #000;
        text-transform: uppercase;
        padding-top: 0.5em;
    }
}

.myleb {
    font-family: 'Gilroy';
    font-size: 13px !important;
    color: #000;
    font-weight: 400;
    padding: 5px 5px 0px 0px;
}

@media (max-width: 1024px) {
    .myleb {
        display: none;
    }
}

.mysel {
    background: #fff !important;
    border: 1px solid #eee !important;
    color: #000 !important;
}

input[type=checkbox] {
    position: relative;
    /*visibility: hidden;*/
    /*opacity: 0;*/
    margin-top: 0px;
    vertical-align: -2px;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: -2px !important;
}

input[type=checkbox]:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -2px;
    display: inline-block;
    text-align: center;
    width: 18px;
    height: 18px;
    border: 1px solid #000000;
    background: #fffeff;
    font-weight: 300;
    line-height: 17px;
    color: #fff;
    font-size: 10px !important;
    border-radius: 50%;
}

input[type=checkbox]:checked:before {
    content: "";
    border-color: #6b6258;
    background: #94c025;
    padding-left: 0px;
    padding-top: 0px;
    line-height: 15px;
}

input[type=radio] {
    position: relative;
    /*visibility: hidden;*/
    /*opacity: 0;*/
    margin-top: 0;
    vertical-align: -2px;
    cursor: pointer;
}

input[type=radio]:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -3px;
    display: inline-block;
    text-align: center;
    border-radius: 50% !important;
    width: 18px;
    height: 18px;
    border: 1px solid #8a8a8a;
    background: #fffeff;
    font-weight: 300;
    line-height: 17px;
    color: #fff;
    font-size: 10px !important;
}

input[type=radio]:checked:before {
    content: "";
    border-color: #000000;
    background: #94c025;
    padding-left: 0px;
    padding-top: 2px;
    line-height: 17px;
}

.prod-page {
    padding-top: 0em;
    padding-bottom: 0em;
}

@media (max-width: 757px) {
    .prod-page {
        padding-top: 0em;
        padding-bottom: 0em;
    }
}

.prod-page .redus {
    right: 20px;
    background-image: none;
    height: 40px;
    width: 40px;
    line-height: 38px;
    background: #ff3700;
    border-radius: 50%;
    top: 5px;
    left: 20px;
    z-index: 0;
    color: #fff;
    font-size: 12px;
    display: none;
}

@media (max-width: 420px) {
    .prod-page .redus {
        display: none;
    }
}

.product-title {
    text-transform: none;
    font-size: 25px;
    margin-bottom: 25px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.right-side {
    padding-left: 1em;
}

@media (max-width: 768px) {
    .right-side {
        padding-left: 0em;
    }
}

.jpag-sus {
    justify-content: flex-end !important;
    display: inline-flex;
}

.infoshort {
    color: black;
    font-family: 'Gilroy';
}

.infoshort {
    font-weight: bold;
    line-height: 25px;
    font-size: 13px;
    margin-right: 42px;
    word-break: break-word;
    color: #328b42;
}

.infoshort a {
    font-weight: bold;
    color: #328b42;
}

.infoshort b {
    font-weight: bold;
    color: #373c42;
    font-size: 14px;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

.rating-prod {
    padding-left: 20px;
    position: relative;
    top: -4px;
}

@media (max-width: 575px) {
    .rating-prod {
        padding-left: 0px;
        position: relative;
        top: -3px;
        display: inline-block;
        margin-top: 7px;
    }
}

.listmy {
    padding-bottom: 5px;
    margin-bottom: 25px;
    padding-top: 5px;
    display: inline-grid;
}

@media (max-width: 575px) {
    .listmy {
        display:grid;
    }
}

.box-incant {
    border: 3px solid #eeeeee;
    padding: 2px 8px 3px 8px;
    background: #eee;
    border-radius: 0px;
    position: relative;
}

.box-incant .form-control:focus {
    background: #f7f7f7 !important;
}

.box-incant button {
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 0px 0px;
    background-color: #6b625863 !important;
    color: #fff !important;
    border: 0px solid !important;
    position: relative;
    top: 6px;
    border-radius: 50%;
}

.box-incant button:hover {
    background-color: #000 !important;
}

.box-incant input {
    border: 0px solid !important;
    min-width: 30px !important;
    width: 30px !important;
    padding: 0px !important;
    font-size: 14px !important;
    font-weight: 600;
    color: #000;
    background: #eee;
}

.cantleb {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    padding-right: 0px;
    position: relative;
    top: 3px;
    font-weight: 600 !important;
    letter-spacing: 4px;
    font-family: 'Roboto', sans-serif;
}

.box-ch {
    padding-bottom: 20px;
    margin-bottom: 0px;
    position: relative;
    top: 5px;
}

.txts {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    padding-right: 18px;
    position: relative;
    top: 6px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
}

.icon-share {
    height: 30px;
    width: 30px;
    background: #c3c3c3;
    margin-right: 5px;
    line-height: 32px;
    color: #fff;
    border-radius: 0px;
    cursor: pointer;
    border-radius: 0px;
}

.icon-share-in {
    height: 30px;
    width: 30px;
    background: #ff3700;
    margin-right: 5px;
    line-height: 33px;
    color: #fff;
    border-radius: 0px;
    cursor: pointer;
    border-radius: 15px;
}

.icon-share:hover {
    background: #000;
}

.icon-share-in:hover {
    background: #000;
}

.tab-conttns {
    padding-top: 0px;
    margin-bottom: 2em;
    text-align: left;
    font-size: 14px;
    background: #eeeeee;
    padding: 10px 10px 10px 10px;
    font-weight: 400;
    color: #000;
    margin: 0px 10px;
}

@media (max-width: 575px) {
    .tab-conttns {
        text-align: left;
    }
}

.all-section {
    margin: 3em auto;
}

@media (max-width: 1024px) {
    .all-section {
        padding: 0px 0%;
        margin: 0% 0% 3% 0px;
    }
}

.all-section img {
    filter: contrast(106%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 1;
}

.all-section img:hover {
    opacity: .7;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.nonvisible {
}

@media (max-width: 991px) {
    .nonvisible {
        display: none;
    }

    .dumnhgs {
        -ms-flex-pack: left!important;
        justify-content: left !important;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .no-boots {
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.firstheader {
    background: #373c42;
    padding: 3px 0px 3px 0px;
    text-align: left;
}

@media (max-width: 768px) {
    .firstheader {
        display: none;
    }
}

.firstheader a {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 300;
    padding-right: 20px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    line-height: 10px;
    position: relative;
}

@media (max-width: 1200px) {
    .firstheader a {
        font-size: 15px;
    }
}

.firstheader a i {
    color: #ffffff;
    padding: 0px;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 29px;
    background: #373c42;
    border: 1px solid #727a84;
}

.firstheader a:hover {
    color: #c7c7c7;
}

.menu-garden {
    background: #373c42;
    margin-top: 5px;
}

@media (max-width: 575px) {
    .menu-garden {
        background: #373c42;
        margin-top: 5px;
        padding: 5px;
    }
}

.bg-contact-menu {
}

.bg-contact-menu a {
    background: #338604;
    color: #fff !important;
}

.boxul {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #373c42;
}

@media (max-width: 575px) {
    .boxul {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        color: #656565;
    }
}

.aseres {
    background: #ffffff;
    padding: 2em 0em 1em 0em;
}

.product-tab-section {
    padding: 0em 0em 4em 0em;
    background: #ffffff;
    margin: -16px 0em 0em 0em;
}

@media (max-width: 575px) {
    .product-tab-section {
        padding: 2em 0em 2em 0em;
        background: #ffffff;
        margin: 0em 0em;
    }
}

.jetab {
    border-bottom: 0px;
    text-align: center;
    justify-content: left;
    margin-bottom: 2em !important;
}

@media (max-width: 575px) {
    .jetab {
        border-bottom: 0px;
        text-align: center;
        justify-content: center;
        margin-bottom: 2em !important;
        padding-right: 0px;
    }
}

.blog-box {
    padding: 5px;
    background: #eee;
}

@media (max-width: 575px) {
    .blog-box {
        padding: 15px;
        margin-top: 20px;
    }
}

.text-dangerm {
    color: red !important;
}

.text-successm {
    color: green !important;
}

.catrre {
    left: 15px;
}

.cercc {
}

.cercc:before {
    top: -5px;
    left: -3px;
    display: inline-block;
    text-align: center;
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
    background: #fffeff;
    font-weight: 300;
    line-height: 17px;
    color: #fff;
    font-size: 10px !important;
}

.cerc-ful {
    color: rgba(0, 0, 0, 0);
    position: relative;
}

.cerc-ful:before {
    top: -5px;
    left: -3px;
    display: inline-block;
    text-align: center;
    width: 15px;
    height: 15px;
    border: 1px solid #6b6258;
    background: #94c025;
    font-weight: 300;
    line-height: 17px;
    font-size: 10px !important;
}

.special {
    background: rgb(245, 246, 249);
    padding: 3em 0em;
    margin: 0em 0em 0em 0em;
}

.areaopt {
    margin-top: -15px;
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 4px dotted #c3d44f;
}

.icon-vezisi-in {
}

.menusaa {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    position: relative;
    top: -2px;
    left: 7px;
    font-weight: 600;
}

.sandwichsa {
    margin-left: 15px;
    position: relative;
    top: -4px;
    margin: 0px 0px 0px 10px !important;
    font-size: 20px;
    padding: 0px;
}

@media (max-width: 575px) {
    .menusaa {
        text-transform: uppercase;
        color: #fff;
        font-size: 16px;
        letter-spacing: 0px;
        position: relative;
        top: -2px;
        left: 5px;
        font-weight: 600;
    }

    .sandwichsa {
        margin-left: 15px;
        position: relative;
        top: -8px;
        margin: 0px 0px 0px 16px !important;
        font-size: 20px;
        padding: 0px;
    }
}

.mobicose {
}

.mobicose i {
    height: 45px;
    width: 45px;
    background: #000;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    border-radius: 100%;
    text-align: center;
    top: 0px;
    position: relative;
    right: 63px;
}

.nav-ale {
    color: #e8e8e8 !important;
    border: 0px solid #ddd !important;
    font-weight: 600 !important;
    letter-spacing: 0px !important;
    font-size: 25px;
    font-family: 'Gilroy';
    padding: 15px 20px 15px 20px !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    margin: 0px;
    width: 100%;
}

.htabs:before {
    content: "";
    position: absolute;
    height: 4px;
    border-bottom: 2px solid #000000;
    margin-top: 17px;
}

@media (max-width: 575px) {
    .nav-ale {
        min-width: 300px;
        margin-bottom: 8px;
        font-size: 22px;
        text-transform: none !important;
        padding: 6px 7px;
        letter-spacing: 1px !important;
        border: 1px solid #94c025 !important;
    }
}

@media (max-width: 575px) {
    .product-layout {
        -ms-flex: 0 0 100%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 7px;
    }
}

@media (max-width: 320px) {
    .product-layout {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .my-container {
        max-width: 1400px;
    }
}

.iconsa {
    height: 30px;
    width: 30px;
    background: #373c42;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    border-radius: 100%;
    text-align: center;
    position: relative;
    top: 5px;
    margin: 0px 2px;
    left: -3px;
}

.lakkja {
    border-top: 3px solid #373c42 !important;
}

.lakkja button {
    border-bottom: 2px solid #6b6258;
    padding: 3px 10px !important;
    font-weight: 600;
}

.lakkja button:hover {
    color: red !important;
    transition: all 0.3s ease;
}

.loggpos > div > div > li:last-child > button {
    border-bottom: 0px solid #000;
}

.salean {
    position: absolute;
    top: -8px;
    font-size: 9px;
    background: red;
    color: #fff;
    width: 41px;
    border-radius: 10px;
    z-index: 0;
    height: 15px;
    line-height: 15px;
    margin-left: -24px;
}

.topcategory {
    margin: 1em 0em;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
    max-height: 730px;
    border-bottom: 20px solid #fff;
    cursor: pointer;
}

@media (max-width: 575px) {
    .hovereffect {
        max-height: 450px;
    }
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 3em;
    text-align: left;
    bottom: 20px;
}

.hovereffect img {
    display: block;
    position: relative;
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0);
    opacity: 10;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-size: 55px;
    background-color: transparent;
    padding: 15% 0 10px 0;
    text-align: left;
    text-shadow: 0px 3px 9px #000;
    /* font-family: 'Elemental End'; */
    letter-spacing: 2px;
}

.hovereffect .overlay:before {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0);
}

.hovereffect a, .hovereffect p {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
    transition: opacity 0.35s, transform 0.45s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
}

.hovereffect:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay:before, .hovereffect:hover a, .hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect a {
    background: rgba(255, 255, 255, 0.13);
    padding: 10px 30px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0px 1px 12px #000;
}

.hovereffect a:hover {
    /* background: rgba(255, 0, 0, 0.61); */
}

.nows {
    position: absolute;
    color: #fff;
    top: 10px;
    font-family: 'Gilroy';
    left: 20px;
    background-color: #008292;
    height: 45px;
    width: 45px;
    background-size: cover;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    z-index: 1;
    background-repeat: no-repeat;
    line-height: 45px;
    border-radius: 50%;
}

.marimidisp {
    background: #ffffff;
    padding: 5px 10px 5px 10px;
    color: #000;
    font-weight: 300;
    margin-bottom: 5px;
    opacity: 0;
    text-align: center;
    height: 40px;
    display: none;
}

@media (max-width: 480px) {
    .marimidisp {
        background: #000;
        padding: 5px 10px 5px 10px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 5px;
        height: 72px;
        overflow: hidden;
    }
}

@media (max-width: 320px) {
    .marimidisp {
        background: #000;
        padding: 5px 10px 5px 10px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 5px;
        height: auto;
        overflow: hidden;
    }
}

.marimidisp p {
}

.marimidisp span {
    background: #9d9d9d;
    padding: 1px 2px;
    border-radius: 30px;
    font-size: 11px;
    font-weight: 400;
    margin-left: 2px;
    border: 1px solid #9d9d9d;
    width: 25px;
    display: inline-block;
    text-align: center;
    height: 25px;
    line-height: 22px;
    overflow: hidden;
    color: #fff;
}

.contacrtas {
    margin-bottom: 20px !important;
    padding-bottom: 0px;
}

.contacrtas p {
    margin-bottom: 6px;
}

.contacrtas a {
    line-height: 24px;
}

.contacrtas i {
    color: #ffffff;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 7px;
}

.logofooter {
    margin-bottom: 1em;
    width: 46%;
    margin: 10px auto;
}

.poza-principala {
    height: 470px;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid #b3b3b3;
}

.imagini-aditionale {
    height: 470px;
    overflow: hidden;
}

.imagine-secundara {
    height: 90px;
    background-size: contain;
    background-position: center;
    border: 1px solid #b3b3b3;
    margin-bottom: 5px;
    cursor: pointer;
    background-repeat: no-repeat;
}

.imagine-secundara:hover {
    transition: all ease .5s;
    border: 1px solid #6f6f6f;
}

.photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: transform .5s ease-out;
}

.tiles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.info-contact {
    border-top: 2px dotted #d6d6d6;
}

@media (max-width: 767px) {
    .info-contact {
        display: block;
    }
}

.info-contact p {
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    margin: 15px 10px;
}

.info-contact a {
    text-transform: none;
    color: #373c42;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

.info-contact i {
    color: #7eaf4e;
    font-size: 15px;
    margin-right: 5px;
}

.infosrattas {
    margin-bottom: -1em;
    margin-top: 2em;
    margin-left: -10px;
}

.persnoahha {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    left: -10px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.logo {
    width: 60%;
    margin: 0 auto;
    padding: 5px 0px;
}

@media (max-width: 767px) {
    .logo {
        width: 73%;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .logo {
        width: 100%;
        margin: 0;
    }
}

.banner-transport {
    border: 2px solid #e6e6e6;
    font-size: 14px;
    padding: 5px 5px 2px 5px;
    margin-left: 0px;
    color: #000;
    background: #e6e6e6;
    position: relative;
    top: 15px;
    display: none;
}

.banner-transport i {
    font-size: 17px;
    vertical-align: text-bottom;
    color: #ff3700;
    margin-right: 5px;
}

.banner-transport span {
    color: #000000;
    font-weight: 600;
}

.minusav {
    /* z-index: 0 !important; */
}

.titlusahg {
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 5px;
}

.sunggat {
    color: #000;
}

.almuesa {
    border-radius: 0px;
    border: 0px;
    text-align: center;
}

.almuesa .modal-footer {
    display: block;
}

.imagine-produs {
    height: 230px;
    background-size: contain;
    background-position: center;
    image-rendering: pixelated;
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-bottom: 5px;
}

.imagine-produsa {
    height: 550px;
    background-size: contain;
    background-position: center;
    image-rendering: pixelated;
    background-repeat: no-repeat;
}

@media (max-width: 575px) {
    .imagine-produs {
        height: 187px;
    }

    .imagine-produsa {
        height: 350px;
        background-size: cover;
        background-position: center;
        image-rendering: pixelated;
    }
}

.agtra {
    font-size: 10px !important;
    position: relative;
    line-height: 10px;
    font-weight: 600;
    color: #000;
}

.indisloloaa {
    padding: 5px 5px 0px 5px;
    border: 2px solid #737373;
    width: auto;
    height: 28px;
    line-height: 14px;
    margin-right: 10px;
    font-weight: 500;
    font-size: 12px;
    color: #4c4c4c;
    border-radius: 00px;
    min-width: 35px;
    background: #fff;
    opacity: .3;
    text-align: center;
    border-radius: 5px;
}

.indisloloaa:before {
    content: 'x';
    position: absolute;
    font-size: 37px;
    margin-top: -3px;
    margin-left: -2px;
    opacity: -2.6;
}

.juyrt {
    position: absolute;
    top: -5px;
    background: #328b42;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    color: #fff;
    right: -6px;
    line-height: 18px;
    font-size: 12px;
    display: block !important;
}

.slider-hoas {
    margin-bottom: 3px;
}

@media (max-width: 575px) {
    .slider-hoas {
        margin-bottom: -30px;
    }
}

.banner-rightes {
}

.banner-rightes img {
    margin-bottom: 3px;
    width: 100%;
}

.banner-rightes img:hover {
    -webkit-filter: grayscale(100%);
    filter: contrast(1);
    opacity: .6;
    transition: ease .5s all;
}

.recentviz {
    padding: 1em 0em 1em 0em;
    background: #f5f6f9;
    margin-top: 3px;
}

.box-prodrec {
    background: #fff;
    margin-bottom: 20px;
    padding: 5px;
}

.box-prodrec h4 {
    text-align: left;
    font-weight: normal;
    height: 40px;
    overflow: hidden;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
}

.box-prodrec h4 a {
    color: #000000 !important;
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
    font-family: 'Open Sans', sans-serif;
}

.box-prodrec .valpri {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.box-prodrec .price-new {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.box-prodrec .price-old {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.sshgrrsa {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 25px;
    color: #000;
    font-size: 20px;
}

.mirius {
    position: absolute;
    left: 20px;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff !important;
    top: 40%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.valicaea {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff !important;
    top: 40%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.mmjuyas {
    text-align: center;
    justify-content: center;
}

@media (max-width: 1367px) {
    .mmjuyas {
        margin-left: -51px;
    }
}

@media (max-width: 575px) {
    .mmjuyas {
        margin-left: 0px;
        justify-content: flex-end !important;
    }
}

.juytra {
    width: 40px;
    height: 40px;
    color: #ffffff;
    border: 1px solid #373c42;
    text-align: center;
    line-height: 37px;
    float: right;
    padding-left: 1px;
    border-radius: 50%;
    background: #373c42;
    font-size: 23px;
}

@media (max-width: 575px) {
    .juytra {
        width: 35px;
        height: 35px;
        color: #6c6258;
        border: 1px solid #b9b9b9;
        text-align: center;
        line-height: 34px;
        float: none;
    }
}

.oneah {
    margin-bottom: 0px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.twosfa {
    margin-bottom: 0px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #373c42;
}

@media (max-width: 767px) {
    .oneah {
        margin-bottom: 0px;
        color: #000;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Roboto', sans-serif;
    }

    .twosfa {
        margin-bottom: 0px;
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        display: none;
    }
}

@media (max-width: 767px) {
    .oneah {
        margin-bottom: 0px;
        color: #000;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Roboto', sans-serif;
        display: none;
    }
}

.cautclase {
    background: #7eaf4e;
}

.cautclase a {
    background: #7eaf4e;
    text-transform: none !important;
    letter-spacing: 2px;
    color: #fff !important;
}

.myhuytr {
    margin-bottom: 4em;
}

@media (max-width: 575px) {
    .myhuytr {
        margin-bottom: 4em;
    }
}

.myhuytr .col-sm-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (max-width: 991px) {
    .myhuytr .col-sm-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: none !important;
    }
}

.myhuytr .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.myhuytr .huytre {
    margin-top: -4em;
}

.infotyre {
    padding-left: 2em;
}

@media (max-width: 768px) {
    .infotyre {
        padding-left: 0em;
    }
}

.infotyre h2 {
    font-family: 'Covered By Your Grace', cursive;
    font-size: 75px;
    color: #33312f;
    font-weight: 400;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .infotyre h2 {
        font-family: 'Covered By Your Grace', cursive;
        font-size: 53px;
        color: #33312f;
        font-weight: 400;
        margin-bottom: 0px;
    }
}

.infotyre p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #656565;
}

@media (max-width: 575px) {
    .infotyre p {
        font-size: 14px;
        line-height: 21px;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        color: #656565;
    }
}

.elbutono {
    color: #fff !important;
    background: #94c025;
    padding: 15px 30px 15px 30px;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    top: 30px;
}

.product-tab-section h5 {
    text-align: center;
    font-size: 40px;
    color: #373c42;
    font-weight: 600;
    margin: 2em 0px;
    width: auto;
    display: inline-block;
    font-family: 'Gilroy';
    text-transform: uppercase;
    padding: 8px 10px;
    display: none;
}

.hrmuytre {
    margin-top: 0rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 4px solid rgb(148, 192, 37);
    width: 80px;
}

.jetab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: #eeeeee;
    color: #373c42 !important;
    border: 1px solid #e8e8e8;
}

.jetab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active i {
    color: #7eaf4e;
}

.jetab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link i {
    font-size: 38px;
    vertical-align: sub;
}

.rating-proie {
    position: absolute;
    z-index: 9;
    top: 10px;
    left: 10px;
    display: none;
}

.rating-proie i {
    color: #ffa90c;
}

.miuu {
    font-size: 12px !important;
    width: 13px;
}

.onet i {
    color: #fff;
    text-shadow: 0px 0px 1px #373c42;
}

.slideshowpos {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.slideshowpos h3 {
    color: #fff;
    font-family: 'Covered By Your Grace', cursive;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 40px;
}

.box-avantaj {
}

.box-avantaj img {
    margin: 5px auto;
}

.box-avantaj p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 0em 6em;
    font-family: 'Roboto', sans-serif;
}

.blogsection {
    padding: 3em 5em !important;
    margin-bottom: 5em;
}

@media (max-width: 768px) {
    .blogsection {
        padding: 1em 0em !important;
        margin-bottom: 5em;
    }
}

.blogsection:before {
    content: "";
    position: absolute;
    background: #7abf17;
    height: 79%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.doartree {
    margin-top: 5px;
    margin-bottom: 15px;
    border: 0;
    border-top: 4px solid rgb(255, 255, 255);
    width: 40px;
    margin-left: 0;
}

.juyhttgr {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.ujkiio {
    color: #313131;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 23px 0px;
}

.kiutya {
    color: #fff;
    margin-bottom: 3px;
    cursor: pointer;
}

.boxmaresa {
    position: relative;
}

.boxmaresa:before {
    content: "";
    position: absolute;
    background: #fff;
    left: 0px;
    bottom: 0px;
    height: 85%;
    width: 100%;
    border: 3px solid #79bf16;
}

.imagines {
    height: 375px;
    background-size: cover;
    background-position: center;
}

@media (max-width: 575px) {
    .imagines {
        height: 240px;
        background-size: cover;
        background-position: center;
        margin-bottom: 15px;
    }
}

.eltitlos {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

.nucumvreaueu {
    width: 40px;
    height: 40px;
    border: 1px solid #6b6258;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
    margin-left: 5px;
}

.juyilor {
    color: #6b6258 !important;
    font-size: 16px;
}

.datapost {
    color: #6b6158;
    font-size: 16px;
}

.gyroeas {
    line-height: 23px;
}

.left-side .prev-my-slider {
    top: 165%;
    left: 0;
    color: #6b6158 !important;
    border: 1px solid #6b6158;
    position: relative;
    margin-right: 30px;
    height: 50px;
    width: 50px;
    display: inline-block;
}

.left-side .next-my-slider {
    top: 165%;
    right: 0%;
    color: #6b6158 !important;
    border: 1px solid #6b6158;
    position: relative;
    z-index: 99;
    margin-left: 30px;
    height: 50px;
    width: 50px;
    display: inline-block;
}

@media (max-width: 575px) {
    .left-side .prev-my-slider {
        top: 165%;
        left: 0;
        color: #ffffff !important;
        border: 1px solid #ffffff;
        position: relative;
        margin-right: 30px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        display: inline-block;
    }

    .left-side .next-my-slider {
        top: 165%;
        right: 0%;
        color: #ffffff !important;
        border: 1px solid #ffffff;
        position: relative;
        z-index: 99;
        margin-left: 30px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        display: inline-block;
    }
}

.pozitiesageti {
    position: relative;
    top: 9em;
    text-align: center;
    justify-content: center;
    align-items: center;
}

@media (max-width: 575px) {
    .pozitiesageti {
        position: relative;
        top: 1em;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
}

.juriuca {
    font-size: 29px;
    vertical-align: sub;
    font-weight: 600;
}

.muytr {
    display: inline-block;
}

@media (max-width: 767px) {
    .muytr {
        display: none;
    }

    .my-container {
        padding: 0px;
    }
}

.kityr {
    color: #ffffff;
    font-size: 15px;
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 1px solid #373c42;
    text-align: center;
    line-height: 30px;
    background: #373c42;
}

@media (max-width: 575px) {
    .doarmob {
        margin-bottom: -2em;
    }
}

.services-section {
    margin: 5em 0em;
}

@media (max-width: 768px) {
    .services-section {
        margin: 25px 0px 25px 0em;
    }
}

.box-services {
    margin-bottom: 35px;
    background: #e8e8e8;
    padding-bottom: 1px;
    overflow: hidden;
}

.box-services h2 {
    color: #182230;
    padding: 0px 15px;
    font-size: 20px;
}

.box-services p {
    color: #182230;
    padding: 15px;
    font-size: 20px;
    height: 80px;
    overflow: hidden;
}

.image-box {
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    cursor: pointer;
    border-bottom: 5px solid #fff;
}

.btn-box-service {
    margin: 15px;
    border: 3px solid #182230;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
}

.btn-box-service:hover {
    color: #fff !important;
}

.tls-title {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    color: #182230;
    margin-bottom: 30px;
    /* border-left: 10px solid #027e00; */
    line-height: 26px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 480px) {
    .tls-title {
        font-size: 20px;
        margin-bottom: 5px;
    }
}

.green {
    color: #027e00;
}

.hyujuitre {
}

.hyujuitre:before {
}

.hyujuitre:after {
    content: "";
    position: absolute;
    z-index: 9;
    top: -4.5%;
    left: -7.5%;
    width: 115%;
    height: 70px;
    background: linear-gradient(to left, #fdfdfd 17.33%, transparent 13.33%, transparent 83.66%, #fefefe 66.66%) top left no-repeat, linear-gradient(to left, #fefefe 17.33%, transparent 11.33%, transparent 83.66%, #fefcfd 66.66%) bottom left no-repeat, linear-gradient(to top, #fdfdfc 33.33%, transparent 33.33%, transparent 66.66%, #fdfcfa 66.66%) top left no-repeat, linear-gradient(to top, #fefefd 33.33%, transparent 33.33%, transparent 66.66%, #fefdfb 67.66%)top right no-repeat;
    background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%;
    background-position: 0% 6px, 0% 63px, 3% 0px, 97% 0px;
}

.muiadsre {
    background: #e8e8e8;
    /* box-shadow: 0px 0px 55px -7px #2727274a; */
}

@media (max-width: 575px) {
    .muiadsre {
        padding: 10px 10px;
    }
}

.muiadsre:hover .mynavigation {
    display: block;
}

.huygtre {
    padding: 30px;
}

@media (max-width: 768px) {
    .huygtre {
        padding: 0px;
    }
}

.dumnet {
    filter: brightness(0.5) sepia(1) saturate(10000%);
    vertical-align: sub;
    margin-right: 5px;
    width: auto;
    display: inline-block !important;
}

.plinuy {
    border: 2px solid rgba(126, 175, 78, 0.38);
    position: relative;
    padding-top: 0px;
    z-index: 9;
}

.page-uger .plinuy {
    background: #fff;
}

.page-uger .product-thumb {
    background: #eee;
}

.product-thumb:hover .plinuy {
    border: 2px solid #373c4285;
    transition: ease .4s all;
}

.product-tab-section:hover .mynavigation {
    display: block;
}

.product-tab-section .prev-my-slider {
    color: rgb(255, 255, 255) !important;
    z-index: 9;
    font-size: 85px;
    left: 0%;
    padding: 5px 10px;
    cursor: pointer;
    position: absolute;
    top: 54%;
    transition: all .3s ease;
    font-weight: 900;
    background: rgba(255, 255, 255, 0);
    text-align: center;
}

.product-tab-section .next-my-slider {
    color: rgb(255, 255, 255) !important;
    z-index: 9;
    font-size: 85px;
    right: 1%;
    padding: 5px 10px;
    cursor: pointer;
    position: absolute;
    top: 55%;
    transition: all .3s ease;
    font-weight: 900;
    text-align: center;
}

.mailmut {
    padding: 0px 6em;
}

.juicole h5 {
    text-align: center;
    font-size: 40px;
    color: #373c42;
    font-weight: 600;
    margin: 1em 0px;
    width: auto;
    display: inline-block;
    font-family: 'Gilroy';
    text-transform: uppercase;
    padding: 8px 10px;
}

.juicole .hyujuitre:after {
    content: "";
    position: absolute;
    z-index: 9;
    top: -4.5%;
    left: -7.5%;
    width: 115%;
    height: 70px;
    background: linear-gradient(to left, #373c42 17.33%, transparent 13.33%, transparent 83.66%, #373c42 66.66%) top left no-repeat, linear-gradient(to left, #373c42 17.33%, transparent 11.33%, transparent 83.66%, #373c42 66.66%) bottom left no-repeat, linear-gradient(to top, #373c42 33.33%, transparent 33.33%, transparent 66.66%, #373c42 66.66%) top left no-repeat, linear-gradient(to top, #373c42 33.33%, transparent 33.33%, transparent 66.66%, #373c42 67.66%)top right no-repeat;
    background-size: 100% 1px, 100% 1px, 1px 100%, 1px 100%;
    background-position: 0% 6px, 0% 63px, 3% 0px, 97% 0px;
}

.deahha {
    text-transform: none;
    color: #373c42;
    font-weight: 600;
    padding: 7px 30px 7px 30px;
    cursor: pointer;
    font-family: 'Gilroy';
    border: 2px solid #7eaf4e;
    background: transparent;
}

.product-thumb:hover .deahha {
    background: #027e00;
    border: #027e00;
    color: #fff;
    transition: ease .3s all;
}

.product-thumb:hover .dumnet {
    filter: brightness() sepia(0) saturate(0%);
}

.mujjya {
    border: 2px solid #ddd;
    background: #fff;
    margin: 0 auto;
    padding: 5px;
}

.page-uger {
    /* background: #e8e8e8; */
}

.catetytle {
    color: #6b6258;
    letter-spacing: 1px;
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 28px;
    text-transform: none;
    margin-top: 0px;
    font-family: 'Roboto', sans-serif;
}

.cat-like-filter-a {
}

.categimage {
    height: 120px;
    background-size: contain;
    width: 140px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
    margin-top: 10px;
    image-rendering: pixelated;
    display: inline-block;
    position: relative;
}

.box-category {
    border: 2px solid #ddd;
    border-top: 0px;
}

.martag {
}

.primusub {
    padding-left: 30px !important;
}

.subnivel {
    padding-left: 47px !important;
}

.hutrra {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    background: #31813f;
    font-size: 16px;
    padding: 8px 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0px;
}

.searchmobileea {
    color: #fff;
    float: right;
    padding-right: 15px;
    padding-top: 1px;
    font-size: 21px;
}

@media (max-width: 575px) {
    .searchmobileea {
        color: #fff;
        float: right;
        padding-right: 2px;
        padding-top: 0px;
        font-size: 27px;
        position: relative;
        top: -5px;
    }
}

.price-taxm {
    font-size: 20px;
    font-weight: 800;
    position: relative;
    display: block;
    width: 100%;
}

.pretfatatva {
    font-size: 14px !important;
}

@media (max-width: 575px) {
    .pretfatatva {
        font-size: 12px !important;
    }
}

.inapoiaju {
    position: absolute;
    left: 0px;
    width: 40px;
    height: 40px;
    top: 45%;
    z-index: 1;
    background: #7eaf4ed1;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
    color: #fff !important;
}

.inaintesa {
    position: absolute;
    right: 0px;
    width: 40px;
    height: 40px;
    top: 45%;
    z-index: 1;
    background: #7eaf4ed1;
    line-height: 40px;
    text-align: center;
    font-size: 25px;
    color: #fff !important;
}

.hhatsa {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.pretewe {
}

.price-tax-live {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}
